Compile s_llround.c with -Wno-error for x32 build
[glibc.git] / ChangeLog
blob4c6a3049f02aa14a881beee946c5ce8f327a9ddd
1 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
3         * sysdeps/x86_64/x32/Makefile: New file.
5 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
7         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
8         1L with (mp_limb_t) 1.
10 2014-12-17  Roland McGrath  <roland@hack.frob.com>
12         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
13         * nptl/libc_pthread_init.c: ... here.
14         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
15         * nptl/register-atfork.c: ... here.
17         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
18         Use pthread_sigmask rather than INTERNAL_SYSCALL.
19         Use assert_perror to check its return value.
20         (__gai_create_helper_thread): Likewise.
22         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
24         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
26 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
28         [BZ #17725]
29         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
30         __profil_counter.
31         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
32         Likewise.
33         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
34         Likewise.
35         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
36         Likewise.
37         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
38         (profil_counter): Likewise.
39         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
40         (profil_counter): Likewise.
41         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
42         Likewise.
43         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
44         Likewise.
45         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
46         (profil_counter): Likewise.
47         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
48         Likewise.
49         [!__profil_counter] (profil_counter): Define as weak alias of
50         __profil_counter.
51         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
52         (profil_counter): Rename to __profil_counter.
53         [!__profil_counter] (profil_counter): Define as weak alias of
54         __profil_counter.
55         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
56         (profil_counter): Rename to __profil_counter.
57         [!__profil_counter] (profil_counter): Define as weak alias of
58         __profil_counter.
59         * sysdeps/posix/profil.c: Update comment referring to
60         profil_counter.
61         (__profil): Use __profil_counter instead of profil_counter.
62         * sysdeps/posix/sprofil.c (profil_counter): Rename to
63         __profil_counter.  Use __profil_counter_ushort and
64         __profil_counter_uint in definitions.
65         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
66         instead of profil_counter_uint and profil_counter_ushort.
68         [BZ #17722]
69         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
70         define as weak alias of __inet_makeaddr.
71         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
72         as weak alias of __inet_addr.
73         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
74         as weak alias of __inet_pton.  Use libc_hidden_weak.
75         * include/arpa/inet.h (__inet_pton): Declare.  Use
76         libc_hidden_proto.
77         (inet_makeaddr): Don't use libc_hidden_proto.
78         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
79         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
80         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
81         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
82         Remove variable.
83         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
84         (test-xfail-POSIX/time.h/linknamespace): Likewise.
86 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
88         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
90 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
92         * stdio-common/bug-vfprintf-nargs.c (do_test):
93         Cast value to intptr_t to avoid format warning
94         for usage with PRIdPTR printing macro.
96 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
98         * libio/tst-widetext.c (do_test):
99         Use format type %td instead of %Zd for ptrdiff_t
100         in order to avoid format warning.
102 2014-12-17  Andreas Schwab  <schwab@suse.de>
104         * nscd/mem.c (gc): Add size_t cast to match printf format.
106 2014-12-16  Roland McGrath  <roland@hack.frob.com>
108         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
109         (init): Apply PTR_MANGLE to pointers before storing them.
110         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
111         before using them.
113 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
115         [BZ #17719]
116         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
117         define as weak alias of __memrchr.
118         (__memrchr): Do not define as strong alias of memrchr.
119         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
120         Remove variable.
121         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
122         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
123         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
125         [BZ #17717]
126         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
127         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
128         (if_indextoname): Rename to __if_indextoname and define as weak
129         alias of __if_indextoname.  Use libc_hidden_weak.
130         (if_freenameindex): Rename to __if_freenameindex and define as
131         weak alias of __if_freenameindex.
132         (if_nameindex): Rename to __if_nameindex and define as weak alias
133         of __if_nameindex.
134         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
135         __if_nametoindex and define as weak alias of __if_nametoindex.
136         Use libc_hidden_weak.
137         (if_freenameindex): Rename to __if_freenameindex and define as
138         weak alias of __if_freenameindex.
139         (if_nameindex): Rename to __if_nameindex and define as weak alias
140         of __if_nameindex.
141         (if_indextoname): Rename to __if_indextoname and define as weak
142         alias of __if_indextoname.  Use libc_hidden_weak.
143         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
144         __if_nametoindex and define as weak alias of __if_nametoindex.
145         Use libc_hidden_weak.
146         (if_freenameindex): Rename to __if_freenameindex and define as
147         weak alias of __if_freenameindex.  Use libc_hidden_weak.
148         (if_nameindex_netlink): Use __if_freenameindex instead of
149         if_freenameindex.
150         (if_nameindex): Rename to __if_nameindex and define as weak alias
151         of __if_nameindex.  Use libc_hidden_weak.
152         (if_indextoname): Rename to __if_indextoname and define as weak
153         alias of __if_indextoname.  Use libc_hidden_weak.
154         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
155         libc_hidden_proto.
156         [!_ISOMAC] (__if_freenameindex): Likewise.
157         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
158         if_nametoindex.
159         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
160         variable.
161         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
162         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
163         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
164         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
165         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
166         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
167         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
169         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
170         Remove variable.
171         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
172         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
174 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
176         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
177         subscript above bounds'
179         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
180         bounds.
182 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
184         * libio/tst-fopenloc.c: Use test-skeleton.c.
186         * stdlib/tst-bsearch.c: Use test-skeleton.c.
187         (entry): Rename to ITEM.
188         (do_test, comp): Adjust.
190         * stdio-common/tst-fseek.c: Use test-skeleton.c.
192 2014-12-16  Torvald Riegel  <triegel@redhat.com>
194         * string/tester.c: Include <libc-internal.h>.
195         (test_memset): Ignore -Wmemset-transposed-args.
197 2014-12-16  Torvald Riegel  <triegel@redhat.com>
199         * misc/tst-mntent2.c (do_test): Fix warning.
201 2014-12-16  Torvald Riegel  <triegel@redhat.com>
203         * elf/tst-unique4lib.cc(a): Mark as used.
205 2014-12-16  Florian Weimer  <fweimer@redhat.com>
207         [BZ #17630]
208         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
209         names.
211 2014-12-16  Allan McRae  <allan@archlinux.org>
213         * stdio-common/Makefile (tests): Re-add bug26.
215 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
217         [BZ #17657]
218         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
219         static array.
221 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
223         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
224         (__lll_lock_wait): Likewise.
225         (__lll_timedlock_wait): Likewise.
226         (__lll_timedwait_tid): Likewise.
227         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
228         (__lll_robust_timedlock_wait): Likewise.
229         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
230         (lll_cond_trylock): Likewise.
231         (__lll_lock): Likewise.
232         (__lll_robust_lock): Likewise.
233         (__lll_cond_lock): Likewise.
234         (lll_robust_cond_lock): Likewise.
235         (__lll_timedlock): Likewise.
236         (__lll_robust_timedlock): Likewise.
237         (__lll_unlock): Likewise.
238         (__lll_robust_unlock): Likewise.
239         (lll_wait_tid): Likewise.
240         (lll_timedwait_tid): Likewise.
242 2014-12-15  Torvald Riegel  <triegel@redhat.com>
244         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
246 2014-12-15  Torvald Riegel  <triegel@redhat.com>
248         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
250 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
252         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
253         * stdio-common/tst-sprintf.c: Likewise.
255 2014-12-15  Torvald Riegel  <triegel@redhat.com>
257         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
259 2014-12-15  Jeff Law  <law@redhat.com>
261         [BZ #16617]
262         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
263         on the heap.  (CVE-2012-3406)
264         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
265         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
266         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
268 2014-12-15  Will Newton  <will.newton@linaro.org>
270         * manual/install.texi: Bump required version of texinfo
271         to 4.7 from 4.5.
272         * INSTALL: Regenerated.
273         * configure.ac: Check for makeinfo version 4.7 and above.
274         * configure: Regenerated.
276 2014-12-12  Roland McGrath  <roland@hack.frob.com>
278         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
279         PREFIX, string constant to insert between directory and name.
280         * sysdeps/posix/shm_open.c: Update caller.
281         * sysdeps/posix/shm_unlink.c: Likewise.
282         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
283         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
284         (SEM_SHM_PREFIX): New macro.
285         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
286         [$(have-thread-library) = no].
287         * nptl/Makefile (libpthread-routines): Add shm-directory.
288         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
289         * sysdeps/nptl/shm-directory.h: New file.
290         * sysdeps/posix/shm-directory.c
291         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
292         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
293         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
294         INTERNAL_SYSCALL.
295         (__where_is_shmfs): Function removed.
296         (mountpoint, defaultmount, defaultdir, __namedsem_once):
297         Variables removed.
298         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
299         Use SHM_GET_NAME.
300         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
302         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
303         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
304         unconditional for use inside libpthread.
305         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
307 2014-12-12  Roland McGrath  <roland@hack.frob.com>
309         * nptl/pthread_getaffinity.c: New file.
310         * nptl/pthread_setaffinity.c: New file.
311         * nptl/pthread_getname.c: New file.
312         * nptl/pthread_setname.c: New file.
314         * nptl/pthread_create.c (START_THREAD_DEFN)
315         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
317 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
318             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
320         * resolv/res_send.c (send_vc): Disable warning resplen may
321         be used uninitialized.
323 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
325         * nptl/tst-mutex6.c
326         (ATTR_NULL): New define checks ATTR against NULL.
327         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
328         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
330 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
332         [BZ #17581]
333         * malloc/hooks.c
334         (mem2mem_check): Revert my previous change.
335         (malloc_check_get_size): Revert my previous change.
336         (mem2chunk_check): Revert my previous change.
338 2014-12-11  Roland McGrath  <roland@hack.frob.com>
340         * sysdeps/posix/shm-directory.c: New file.
341         * sysdeps/posix/shm-directory.h: New file.
342         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
343         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
344         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
345         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
346         Transmute EPERM to EACCES.
347         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
348         from ...
349         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
350         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
352 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
354         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
355         pointer and cast to uintptr_t.
356         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
357         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
358         Add cast to avoid warning.
359         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
361 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
363         * nptl/semaphore.h: Move to ...
364         * sysdeps/pthread/semaphore.h: ... here.
365         * Makefile (installed-headers): Change nptl/semaphore.h to
366         sysdeps/pthread/semaphore.h.
368 2014-12-11  Roland McGrath  <roland@hack.frob.com>
370         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
371         generated error format strings.
373         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
374         -Wformat-extra-args warnings for scanf formats.
375         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
376         test of zero-length format (duh).
377         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
378         corner-case scanf format test.
379         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
380         generated fprintf format string.
381         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
382         corner-case sprintf format tests.
383         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
384         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
385         -Wformat-extra-args warnings throughout.
386         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
387         (CFLAGS-scanf4.c): Likewise.
388         (CFLAGS-scanf7.c): Likewise.
389         (CFLAGS-tst-sprintf.c): Likewise.
390         (CFLAGS-tst-printf.c): Likewise.
391         (CFLAGS-tst-printfsz.c): Likewise.
393 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
395         * include/cpio.h: New file.
396         * include/fmtmsg.h: Likewise.
398         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
399         corresponding format argument to size_t.
400         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
401         arguments.
402         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
403         corresponding format argument to size_t.
404         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
405         arguments.
406         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
407         corresponding format argument to size_t.
408         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
409         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
410         (CFLAGS-tst-mbswcs2.c): Likewise.
411         (CFLAGS-tst-mbswcs3.c): Likewise.
412         (CFLAGS-tst-mbswcs4.c): Likewise.
413         (CFLAGS-tst-mbswcs5.c): Likewise.
414         (CFLAGS-tst-trans.c): Likewise
416 2014-12-11  Roland McGrath  <roland@hack.frob.com>
418         * posix/regexbug1.c (main): Use "%s" format with regerror results,
419         rather than assuming they won't contain any '%'s.
421 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
423         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
424         inhibit_loop_to_libcall to avoid recursive calls.
425         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
426         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
428 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
430         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
431         prototype.
433 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
435         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
436         integer value instead of boolean.
438 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
440         * malloc/malloc.c: Fix powerof2 check.
442 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
444         * locale/programs/locfile.h (maybe_swap_uint32):
445         Remove inline and add unused attribute.
447 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
449         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
450         Truncating assembler expression to a .long expression.
452 2014-12-11  Andreas Schwab  <schwab@suse.de>
454         * elf/rtld.c (struct map_args): Constify str member.
455         (do_preload): Constify fname argument.
457 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
459         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
460         constants definition.
462 2014-12-11  Andreas Schwab  <schwab@suse.de>
464         [BZ #16657]
465         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
466         FORCE_ELISION instead of DO_ELISION.
467         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
468         Remove.
469         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
470         Likewise.
472         * iconvdata/gconv-modules: Remove duplicate entry.
474 2014-12-11  Will Newton  <will.newton@linaro.org>
476         Merge gettext 0.19.3 into intl/.
478         This involves a number of cosmetic changes to comments
479         and ANSI function definitions and prototypes throughout
480         all the files. The gettext copyright header is used but
481         with the date ranges taken from the glibc copy.
483         * NEWS: Add gettext merge to 2.21.
484         * intl/bindtextdom.c: Switch to gettext copyright.
485         Use ANSI definitions and prototypes.
486         Use gl_* locking primitives rather than __libc_* ones.
487         Use __builtin_expect rather than __glibc_likely/unlikely.
488         * intl/dcgettext.c: Switch to gettext copyright.
489         Use ANSI definitions and prototypes.
490         * intl/dcigettext.c: Switch to gettext copyright.
491         Use ANSI definitions and prototypes.
492         (INTDIV0_RAISES_SIGFPE): New define.
493         Use gl_* locking primitives rather than __libc_* ones.
494         Include eval-plural.h instead of plural-eval.c.
495         Use __builtin_expect rather than __glibc_likely/unlikely.
496         * intl/dcngettext.c: Switch to gettext copyright.
497         Use ANSI definitions and prototypes.
498         * intl/dgettext.c: Likewise.
499         * intl/dngettext.c: Likewise.
500         * intl/plural-eval.c: Renamed to...
501         * intl/eval-plural.h: ...this.
502         * intl/explodename.c: Switch to gettext copyright.
503         Use ANSI definitions and prototypes.
504         (_nl_explode_name): Use strchr instead of __rawmemchr.
505         * intl/finddomain.c: Switch to gettext copyright.
506         Use ANSI definitions and prototypes.
507         Use gl_* locking primitives rather than __libc_* ones.
508         (_nl_find_domain): Use malloc rather than alloca for
509         allocation of temporary locale name.
510         * intl/gettext.c: Switch to gettext copyright.
511         Use ANSI definitions and prototypes.
512         * intl/gettextP.h: Switch to gettext copyright.
513         Use ANSI definitions and prototypes.
514         Use gl_* locking primitives rather than __libc_* ones.
515         * intl/gmo.h: Switch to gettext copyright.
516         (struct sysdep_string): Move struct segment_pair outside of
517         struct definition.
518         * intl/hash-string.c: Use ANSI definitions and prototypes.
519         * intl/hash-string.h: Switch to gettext copyright.
520         Use ANSI definitions and prototypes.
521         * intl/l10nflist.c: Switch to gettext copyright.
522         Use ANSI definitions and prototypes.
523         (_nl_normalize_codeset): Avoid integer overflow.
524         * intl/loadinfo.h: Switch to gettext copyright.
525         Use ANSI definitions and prototypes.
526         (LIBINTL_DLL_EXPORTED): New define.
527         (PATH_SEPARATOR): New define.
528         * intl/loadmsgcat.c: Switch to gettext copyright.
529         * intl/localealias.c: Switch to gettext copyright.
530         Use ANSI definitions and prototypes.
531         (_nl_expand_alias): Use PATH_SEPARATOR.
532         * intl/ngettext.c: Switch to gettext copyright.
533         Use ANSI definitions and prototypes.
534         * intl/plural-exp.c: Likewise.
535         * intl/plural-exp.h: Switch to gettext copyright.
536         Use ANSI definitions and prototypes.
537         (struct expression): Move definition of enum operator outside
538         of struct definition.
539         * intl/plural.c: Regenerate.
540         * intl/plural.y: Switch to gettext copyright.
541         Use ANSI definitions and prototypes.
542         Port to bison 3.0.
543         * intl/textdomain.c: Switch to gettext copyright.
544         Use ANSI definitions and prototypes.
545         Use gl_* locking primitives rather than __libc_* ones.
547 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
549         * debug/warning-nop.c: Add used atrribute.
551 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
553         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
555         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
556         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
557         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
559 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
560             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
562         [BZ #17634]
563         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
564         Undefine after defining function.  Define as weak alias of
565         __wcschr.  Use libc_hidden_weak.
566         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
567         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
568         (libc_hidden_def): Also define __GI___wcschr alias.
569         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
570         __wcschr and define as weak alias of __wcschr.
571         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
572         __wcschr.
573         [!WCSCHR] (DEFAULT_WCSCHR): Define.
574         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
575         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
576         libc_hidden_weak.  Do not use libc_hidden_def.
577         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
578         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
579         __GI___wcschr alias.
580         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
581         [IS_IN (libc)] (wcschr): Define as macro expanding to
582         __redirect_wcschr.
583         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
584         [IS_IN (libc)] (__wcschr_power6): Likewise.
585         [IS_IN (libc)] (__wcschr_power7): Likewise.
586         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
587         instead of wcschr.
588         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
589         __libc_wcschr.
590         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
591         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
592         __wcschr and define as weak alias of __wcschr.  Use
593         libc_hidden_builtin_def.
594         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
595         as weak alias of __wcschr.  Use libc_hidden_weak.
596         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
597         wcschr.
598         * time/era.c (_nl_init_era_entries): Likewise.
599         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
600         variable.
601         (test-xfail-XPG3/time.h/linknamespace): Likewise.
602         (test-xfail-XPG4/time.h/linknamespace): Likewise.
604 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
606         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
607         format for long int variable.
609 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
611         [BZ #10672]
612         * manual/search.texi: (Array Sort Function): Remove claim how to make
613         qsort stable.
615 2014-12-10  Andreas Schwab  <schwab@suse.de>
617         [BZ #12847]
618         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
619         user-controlled locks.
621 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
623         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
624         register.
626 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
628         * configure.ac (--disable-werror): New configure option.
629         (enable_werror): New AC_SUBST.
630         * configure: Regenerated.
631         * config.make.in (enable-werror): New variable.
632         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
633         -Wno-error=undef.
634         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
635         * manual/install.texi (Configuring and compiling): Document
636         --disable-werror.
637         * INSTALL: Regenerated.
638         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
639         (CFLAGS-tst-chk2.c): Likewise.
640         (CFLAGS-tst-chk3.c): Likewise.
641         (CFLAGS-tst-chk4.cc): Likewise.
642         (CFLAGS-tst-chk5.cc): Likewise.
643         (CFLAGS-tst-chk6.cc): Likewise.
644         (CFLAGS-tst-lfschk1.c): Likewise.
645         (CFLAGS-tst-lfschk2.c): Likewise.
646         (CFLAGS-tst-lfschk3.c): Likewise.
647         (CFLAGS-tst-lfschk4.cc): Likewise.
648         (CFLAGS-tst-lfschk5.cc): Likewise.
649         (CFLAGS-tst-lfschk6.cc): Likewise.
651         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
652         (main): Disable -Wdeprecated-declarations around calls to
653         register_printf_function.
655         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
656         (do_test): Disable -Wdiv-by-zero around some calls to
657         fwrite_unlocked and fread_unlocked.
659         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
660         (DIAG_POP_NEEDS_COMMENT): Likewise.
661         (_DIAG_STR1): Likewise.
662         (_DIAG_STR): Likewise.
663         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
664         * stdio-common/bug21.c: Include <libc-internal.h>.
665         (do_test): Disable -Wformat around call to sscanf.
666         * stdio-common/scanf14.c: Include <libc-internal.h>.
667         (main): Disable -Wformat around some calls to scanf functions.
669 2014-12-09  Torvald Riegel  <triegel@redhat.com>
671         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
673 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
675         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
676         stack variable alignment.
678 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
680         [BZ #17682]
681         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
682         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
683         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
684         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
685         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
686         __getrlimit instead of getrlimit.
687         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
688         __gettimeofday instead of gettimeofday.
689         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
690         Likewise.
691         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
692         Likewise.
693         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
694         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
695         Remove variable.
696         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
697         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
699 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
701         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
702         for wide-character tests.
704 2014-12-04  Roland McGrath  <roland@hack.frob.com>
706         * io/openat64.c: #include <libc-internal.h>
707         (__openat64): Prototypify.  Use ignore_value on MODE.
708         * io/openat.c: Likewise.
709         * misc/reboot.c: #include <libc-internal.h>
710         (reboot): Prototypify.  Use ignore_value on HOWTO.
711         * misc/ptrace.c: #include <libc-internal.h>
712         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
714 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
716         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
717         XPG4, UNIX98 and XOPEN2K.
718         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
719         Remove variable.
720         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
722 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
724         * libio/fileops.c: Use ISO C style for function definitions.
725         * libio/iofopen.c: Likewise.
726         * libio/wfileops.c: Likewise.
728         [BZ #17653]
729         * libio/fileops.c (_IO_new_file_underflow): Unset cached
730         offset on EOF.
731         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
732         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
733         (fgets_func): Function pointer to fgets and fgetws.
734         (do_ftell_test): Add test to verify ftell value after read
735         EOF.
736         (do_test): Set fgets_func.
738         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
739         O_TRUNC flag for w and w+ modes.
740         (do_rewind_test): Likewise.
741         (do_ftell_test): Likewise.
742         (do_write_test): Likewise.
744         [BZ #17647]
745         * libio/fileops.c (do_ftell): Seek only when there are
746         unflushed writes.
747         * libio/wfileops.c (do_ftell_wide): Likewise.
748         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
749         test case.
750         (do_one_test): Call it.
752 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
754         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
755         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
756         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
757         Remove variable.
758         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
759         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
760         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
762 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
764         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
765         Remove variable.
766         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
768         [BZ #17668]
769         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
770         as weak alias of __getifaddrs.  Use libc_hidden_weak.
771         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
772         __freeifaddrs.  Use libc_hidden_weak.
773         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
774         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
775         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
776         __freeifaddrs.  Use libc_hidden_weak.
777         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
778         __getifaddrs and define as weak alias of __getifaddrs.  Use
779         libc_hidden_weak.
780         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
781         __freeifaddrs.  Use libc_hidden_weak.
782         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
783         Remove variable.
784         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
785         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
787 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
789         [BZ #17601]
790         * sysdeps/mips/start.S (__start): Use indirect jump to call
791         __libc_start_main.
793 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
795         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
797         * nptl/tst-mutex1.c: Include <stdbool.h>.
798         [!ATTR] (ATTR_NULL): New macro.
799         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
800         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
801         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
803         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
804         to char *.
806         [BZ #17665]
807         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
808         Change conditional to [__USE_MISC].
810         [BZ #17664]
811         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
812         fgets_unlocked.
813         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
814         __fgets_unlocked.
815         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
816         fgets_unlocked.
817         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
818         Remove variable.
819         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
820         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
821         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
822         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
823         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
824         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
825         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
826         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
827         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
829         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
831 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
833         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
834         Remove strpbrk objects.
835         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
836         (__libc_ifunc_impl_list): Remove strpbrk implementation.
837         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
838         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
839         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
840         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
842         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
843         Remove strcspn objects.
844         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
845         (__libc_ifunc_impl_list): Remove strcspn implementation.
846         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
847         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
848         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
849         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
851         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
852         Remove strspn objetcs.
853         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
854         (__libc_ifunc_impl_list): Remove strspn implementation.
855         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
856         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
857         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
858         * sysdeps/powerpc/powerpc64/strspn.S: New file.
860 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
862         [BZ #17581]
863         * malloc/hooks.c
864         (mem2mem_check): Add a terminator to the chain of checking blocks.
865         (malloc_check_get_size): Use it here.
866         (mem2chunk_check): Ditto.
868 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
870         * sysdeps/powerpc/powerpc64/strtok.S: New file.
871         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
873 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
875         * bits/ioctl-types.h: Indent preprocessor directives correctly.
877         * nptl/nptl-init.c: Include libc-internal.h.
878         (__pthread_initialize_minimal_internal): Use ROUND_UP.
880         * elf/ldconfig.c (search_dir): Expand comment.
882 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
884         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
885         variable.
886         (linknamespace-symlist-stdlibs-tests): Likewise.
887         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
888         instead of $(objpfx)symlist-stdlibs.
889         (linknamespace-libs-isoc): New variable.
890         (linknamespace-libs): Use $(linknamespace-libs-isoc).
891         (linknamespace-libs-ISO): New variable.
892         (linknamespace-libs-ISO99): Likewise.
893         (linknamespace-libs-ISO11): Likewise.
894         (linknamespace-libs-XPG3): Likewise.
895         (linknamespace-libs-XPG4): Likewise.
896         (linknamespace-libs-POSIX): Likewise.
897         (linknamespace-libs-UNIX98): Likewise.
898         (linknamespace-libs-XOPEN2K): Likewise.
899         (linknamespace-libs-POSIX2008): Likewise.
900         (linknamespace-libs-XOPEN2K8): Likewise.
901         ($(objpfx)symlist-stdlibs): Replace by
902         $(linknamespace-symlist-stdlibs-tests).  Use
903         $(linknamespace-libs-$*) as set of libraries.
904         ($(linknamespace-header-tests)): Update dependencies.  Use
905         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
906         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
907         * conform/linknamespace.pl: Remove comment about considering
908         definitions of symbols from irrelevant libraries.
910 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
912         [BZ #13862]
913         * elf/dl-tls.c: Include <atomic.h>.
914         (oom): Remove #ifdef SHARED/#endif.
915         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
916         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
917         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
918         big enough.
919         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
920         * nptl/Makefile (tests): Add tst-stack4.
921         (modules-names): Add tst-stack4mod.
922         ($(objpfx)tst-stack4): New.
923         (tst-stack4mod.sos): Likewise.
924         ($(objpfx)tst-stack4.out): Likewise.
925         ($(tst-stack4mod.sos)): Likewise.
926         (clean): Likewise.
927         * nptl/tst-stack4.c: New file.
928         * nptl/tst-stack4mod.c: Likewise.
930 2014-11-27  J. Brown  <jb999@gmx.de>
932         * sysdeps/x86/bits/string.h: Add recent CPUs.
934 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
936         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
937         sigblock.
939         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
940         feof.
942         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
943         variable.
945 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
947         * nscd/connections.c: Include libc-internal.h because of macro
948         usage ignore_value.
950 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
952         * string/bits/string3.h (__warn_memset_zero_len): Don't
953         declare for gcc newer than 5.0.
954         (memset): Don't test for zero-length __LEN for gcc newer than
955         5.0.
957 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
959         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
960         size_t for %zu format.
962         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
963         difference, not %ju.
965 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
967         * include/libc-internal.h (ignore_value): New macro.
968         * nscd/connections.c (restart): Wrap calls to setuid and setgid
969         with ignore_value.
971         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
972         definition.
974         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
975         pthread_cleanup_push to void *.
977         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
978         Undefine.
980         [BZ #16619]
981         [BZ #16740]
982         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
983         instead of 1L << 52.
985         * libio/bug-rewind.c (do_test): Check fwscanf return values.
986         * libio/bug-rewind2.c (do_test): Likewise.
988         * debug/test-stpcpy_chk-ifunc.c: Remove file.
989         * debug/test-strcpy_chk-ifunc.c: Likewise.
990         * wcsmbs/test-wcschr-ifunc.c: Likewise.
991         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
992         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
993         * wcsmbs/test-wcslen-ifunc.c: Likewise.
994         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
995         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
996         * Rules [$(multi-arch) = no] (tests): Do not filter out
997         $(tests-ifunc).
998         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
999         * debug/Makefile (tests-ifunc): Remove variable.
1000         (tests): Do not add $(tests-ifunc).
1001         * wcsmbs/Makefile (tests-ifunc): Remove variable.
1002         (tests): Do not add $(tests-ifunc).
1003         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
1004         [TEST_IFUNC]: Remove conditionals.
1005         * string/test-string.h (TEST_IFUNC): Remove macro.
1006         [TEST_IFUNC]: Remove conditionals.
1008         * string/test-strchr.c [!WIDE] (L): New macro.
1009         [WIDE] (L): Likewise.
1010         (check1): Use CHAR instead of char.  Use L on string and character
1011         constants.
1013 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
1015         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
1016         tests.
1017         * sysdeps/powerpc/bits/atomic.h
1018         (__arch_atomic_exchange_and_add_32_acq): Add definition.
1019         (__arch_atomic_exchange_and_add_32_rel): Likewise.
1020         (atomic_exchange_and_add_acq): Likewise.
1021         (atomic_exchange_and_add_rel): Likewise.
1022         * sysdeps/powerpc/powerpc32/bits/atomic.h
1023         (__arch_atomic_exchange_and_add_64_acq): Add definition.
1024         (__arch_atomic_exchange_and_add_64_rel): Likewise.
1025         * sysdeps/powerpc/powerpc64/bits/atomic.h
1026         (__arch_atomic_exchange_and_add_64_acq): Add definition.
1027         (__arch_atomic_exchange_and_add_64_rel): Likewise.
1029 2014-11-26  Torvald Riegel  <triegel@redhat.com>
1031         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
1032         Change synchronization of __sched_fifo_min_prio and
1033         __sched_fifo_max_prio.
1034         * nptl/pthread_mutexattr_getprioceiling.c
1035         (pthread_mutexattr_getprioceiling): Likewise.
1036         * nptl/pthread_mutexattr_setprioceiling.c
1037         (pthread_mutexattr_setprioceiling): Likewise.
1038         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
1039         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
1040         Likewise.
1042 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
1044         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
1045         void.
1047 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
1049         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
1050         third argument const.
1052 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
1054         fnmatch: work around GCC compiler warning bug with uninit var
1055         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
1056         This works around a bug with x86-64 GCC 4.9.2 and earlier
1057         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
1058         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
1059         used uninitialized in this function [-Wmaybe-uninitialized]".
1061 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
1063         * posix/bug-regex31.c (main): Return RES not 0.
1065 2014-11-25  Anton Blanchard <anton@samba.org>
1067         * sysdeps/powerpc/bits/atomic.h
1068         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
1070 2014-11-24  Sterling Augustine  <saugustine@google.com>
1072         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
1074 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
1076         [BZ #17608]
1077         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
1079 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
1081         [BZ #17633]
1082         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
1083         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
1084         variable.
1085         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
1086         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
1088 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
1090         * string/strncpy.c (strncpy): Improve performance by using memset.
1092 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
1094         * string/strcpy.c (strcpy):
1095         Improve performance by using strlen and memcpy.
1097 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
1099         * string/strcoll_l.c (get_next_seq): __always_inline.
1100         * string/strcoll_l.c (do_compare): __always_inline.
1102 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1104         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
1105         defined.
1106         * include/mqueue.h: Likewise.
1107         * include/stdlib.h: Likewise.
1109         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
1110         (get_null_defines): Adjust.
1111         * sunrpc/Makefile: Adjust comment.
1112         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
1113         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
1114         (CFLAGS-interp.c): Likewise.
1115         (CFLAGS-ldconfig.c): Likewise.
1116         (CPPFLAGS-.os): Likewise.
1117         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1118         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1119         * extra-modules.mk (extra-modules.mk): Likewise.
1120         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
1121         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
1122         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
1123         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
1124         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
1125         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
1126         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
1127         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
1128         * iconvdata/Makefile (CPPFLAGS): Likewise.
1129         (cpp-srcs-left): Add libof for all iconvdata routines.
1130         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
1131         * include/assert.h: Likewise.
1132         * include/ctype.h: Likewise.
1133         * include/errno.h: Likewise.
1134         * include/libc-symbols.h: Likewise.
1135         * include/math.h: Likewise.
1136         * include/netdb.h: Likewise.
1137         * include/resolv.h: Likewise.
1138         * include/stdio.h: Likewise.
1139         * include/stdlib.h: Likewise.
1140         * include/string.h: Likewise.
1141         * include/sys/stat.h: Likewise.
1142         * include/wctype.h: Likewise.
1143         * intl/l10nflist.c: Likewise.
1144         * libidn/idn-stub.c: Likewise.
1145         * libio/libioP.h: Likewise.
1146         * nptl/libc_multiple_threads.c: Likewise.
1147         * nptl/pthreadP.h: Likewise.
1148         * posix/regex_internal.h: Likewise.
1149         * resolv/res_hconf.c: Likewise.
1150         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
1151         * sysdeps/arm/memmove.S: Likewise.
1152         * sysdeps/arm/sysdep.h: Likewise.
1153         * sysdeps/generic/_itoa.h: Likewise.
1154         * sysdeps/generic/symbol-hacks.h: Likewise.
1155         * sysdeps/gnu/errlist.awk: Likewise.
1156         * sysdeps/gnu/errlist.c: Likewise.
1157         * sysdeps/i386/i586/memcpy.S: Likewise.
1158         * sysdeps/i386/i586/memset.S: Likewise.
1159         * sysdeps/i386/i686/memcpy.S: Likewise.
1160         * sysdeps/i386/i686/memmove.S: Likewise.
1161         * sysdeps/i386/i686/mempcpy.S: Likewise.
1162         * sysdeps/i386/i686/memset.S: Likewise.
1163         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
1164         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
1165         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
1166         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
1167         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
1168         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
1169         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
1170         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
1171         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
1172         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
1173         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
1174         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
1175         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
1176         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
1177         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
1178         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
1179         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
1180         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
1181         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
1182         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
1183         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
1184         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
1185         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
1186         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
1187         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
1188         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
1189         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
1190         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
1191         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
1192         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
1193         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
1194         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
1195         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
1196         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
1197         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
1198         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
1199         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
1200         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
1201         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
1202         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
1203         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
1204         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
1205         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
1206         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
1207         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
1208         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
1209         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
1210         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
1211         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
1212         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
1213         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
1214         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
1215         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
1216         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
1217         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
1218         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
1219         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
1220         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
1221         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
1222         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
1223         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
1224         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
1225         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
1226         * sysdeps/nptl/bits/libc-lock.h: Likewise.
1227         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1228         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
1229         * sysdeps/posix/closedir.c: Likewise.
1230         * sysdeps/posix/opendir.c: Likewise.
1231         * sysdeps/posix/readdir.c: Likewise.
1232         * sysdeps/posix/rewinddir.c: Likewise.
1233         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
1234         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
1235         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
1236         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
1237         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
1238         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
1239         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
1240         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
1241         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
1242         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
1243         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
1244         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
1245         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
1246         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
1247         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
1248         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
1249         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
1250         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
1251         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
1252         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
1253         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
1254         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
1255         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
1256         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
1257         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
1258         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
1259         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
1260         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
1261         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
1262         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
1263         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
1264         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
1265         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
1266         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
1267         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
1268         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
1269         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
1270         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
1271         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
1272         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
1273         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
1274         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
1275         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
1276         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
1277         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
1278         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
1279         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
1280         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
1281         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
1282         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
1283         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
1284         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
1285         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
1286         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
1287         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
1288         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
1289         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
1290         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
1291         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
1292         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
1293         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
1294         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
1295         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
1296         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
1297         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
1298         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
1299         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
1300         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
1301         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
1302         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
1303         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
1304         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
1305         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
1306         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
1307         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
1308         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
1309         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
1310         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
1311         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
1312         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
1313         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
1314         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
1315         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
1316         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
1317         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
1318         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
1319         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
1320         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
1321         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
1322         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
1323         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
1324         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
1325         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
1326         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
1327         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
1328         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
1329         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
1330         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
1331         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
1332         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
1333         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
1334         * sysdeps/unix/alpha/sysdep.S: Likewise.
1335         * sysdeps/unix/alpha/sysdep.h: Likewise.
1336         * sysdeps/unix/make-syscalls.sh: Likewise.
1337         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1338         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1339         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1340         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
1341         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1342         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
1343         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
1344         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1345         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1346         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
1347         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1348         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1349         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1350         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1351         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1352         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
1353         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1354         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1355         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1356         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1357         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
1358         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1359         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1360         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1361         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1362         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1363         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1364         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1365         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1366         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
1367         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1368         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1369         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
1370         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1371         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
1372         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1373         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
1374         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1375         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
1376         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
1377         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1378         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1379         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1380         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
1381         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1382         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1383         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1384         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
1385         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1386         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1387         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1388         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1389         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1390         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1391         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
1392         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1393         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1394         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1395         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
1396         * sysdeps/x86_64/memcpy.S: Likewise.
1397         * sysdeps/x86_64/memmove.c: Likewise.
1398         * sysdeps/x86_64/memset.S: Likewise.
1399         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
1400         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
1401         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
1402         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
1403         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
1404         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
1405         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
1406         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
1407         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
1408         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
1409         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
1410         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
1411         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
1412         * sysdeps/x86_64/multiarch/memset.S: Likewise.
1413         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
1414         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
1415         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
1416         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
1417         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
1418         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
1419         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
1420         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
1421         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
1422         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
1423         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
1424         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
1425         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
1426         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
1427         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
1428         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
1429         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
1430         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
1431         * sysdeps/x86_64/strcmp.S: Likewise.
1433         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
1435         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
1436         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
1437         * elf/rtld-Rules: Likewise.
1438         * elf/setup-vdso.h: Likewise.
1439         * include/assert.h: Likewise.
1440         * include/bits/stdlib-float.h: Likewise.
1441         * include/errno.h: Likewise.
1442         * include/sys/stat.h: Likewise.
1443         * include/unistd.h: Likewise.
1444         * sysdeps/aarch64/setjmp.S: Likewise.
1445         * sysdeps/alpha/setjmp.S: Likewise.
1446         * sysdeps/arm/__longjmp.S: Likewise.
1447         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
1448         * sysdeps/arm/setjmp.S: Likewise.
1449         * sysdeps/arm/sysdep.h: Likewise.
1450         * sysdeps/generic/_itoa.h: Likewise.
1451         * sysdeps/generic/dl-sysdep.h: Likewise.
1452         * sysdeps/generic/ldsodefs.h: Likewise.
1453         * sysdeps/i386/dl-tls.h: Likewise.
1454         * sysdeps/i386/setjmp.S: Likewise.
1455         * sysdeps/m68k/setjmp.c: Likewise.
1456         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
1457         * sysdeps/mach/hurd/opendir.c: Likewise.
1458         * sysdeps/posix/getcwd.c: Likewise.
1459         * sysdeps/posix/opendir.c: Likewise.
1460         * sysdeps/posix/profil.c: Likewise.
1461         * sysdeps/powerpc/dl-procinfo.h: Likewise.
1462         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
1463         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
1464         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
1465         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
1466         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
1467         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
1468         * sysdeps/s390/dl-tls.h: Likewise.
1469         * sysdeps/s390/s390-32/setjmp.S: Likewise.
1470         * sysdeps/s390/s390-64/setjmp.S: Likewise.
1471         * sysdeps/sh/sh3/setjmp.S: Likewise.
1472         * sysdeps/sh/sh4/setjmp.S: Likewise.
1473         * sysdeps/unix/alpha/sysdep.h: Likewise.
1474         * sysdeps/unix/arm/sysdep.S: Likewise.
1475         * sysdeps/unix/i386/sysdep.S: Likewise.
1476         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1477         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
1478         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1479         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1480         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1481         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1482         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
1483         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1484         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1485         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1486         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
1487         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1488         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1489         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
1490         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
1491         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1492         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1493         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1494         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1495         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1496         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1497         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1498         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1499         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1500         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1501         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1502         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1503         * sysdeps/unix/x86_64/sysdep.S: Likewise.
1504         * sysdeps/x86_64/setjmp.S: Likewise.
1506         * include/math.h: Use IS_IN instead of IS_IN_libm.
1507         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
1508         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
1509         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
1510         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
1511         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
1512         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
1513         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
1514         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
1515         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
1516         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
1517         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
1518         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
1519         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
1520         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
1521         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
1522         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
1523         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
1524         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
1525         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
1526         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
1527         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
1528         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
1529         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
1530         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
1531         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
1532         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
1533         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
1534         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
1535         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
1536         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
1537         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
1538         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
1539         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
1540         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
1541         Likewise.
1542         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
1543         Likewise.
1544         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
1545         Likewise.
1546         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
1547         Likewise.
1548         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
1549         Likewise.
1550         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
1551         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
1552         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
1553         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
1554         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
1555         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
1556         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
1557         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
1558         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
1559         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
1560         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
1561         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
1562         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
1563         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
1564         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
1565         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
1566         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
1567         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
1568         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
1569         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
1570         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
1571         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
1572         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
1573         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
1574         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
1575         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
1576         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
1578         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
1579         * nptl/pthreadP.h: Likewise.
1580         * nptl_db/structs.def: Likewise.
1581         * sysdeps/arm/sysdep.h: Likewise.
1582         * sysdeps/nptl/bits/libc-lock.h: Likewise.
1583         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1584         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
1585         * sysdeps/unix/alpha/sysdep.h: Likewise.
1586         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1587         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1588         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1589         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1590         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1591         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1592         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1593         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1594         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1595         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1596         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1597         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1598         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1599         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1600         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1601         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1602         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1603         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1604         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1605         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1606         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1607         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1608         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1609         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1610         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
1611         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1613         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
1614         * nptl/pthreadP.h: Likewise.
1615         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1616         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1617         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1618         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1619         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1620         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1621         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1622         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1623         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1624         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1625         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1626         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1627         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
1628         Likewise.
1629         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
1630         Likewise.
1631         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1632         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1633         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1634         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1635         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1636         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1637         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1638         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1640         * dlfcn/dladdr.c: Use IS_IN.
1641         * dlfcn/dladdr1.c: Likewise.
1642         * dlfcn/dlclose.c: Likewise.
1643         * dlfcn/dlerror.c: Likewise.
1644         * dlfcn/dlinfo.c: Likewise.
1645         * dlfcn/dlmopen.c: Likewise.
1646         * dlfcn/dlopen.c: Likewise.
1647         * dlfcn/dlsym.c: Likewise.
1648         * dlfcn/dlvsym.c: Likewise.
1650         * include/ifaddrs.h: Use IS_IN.
1651         * inet/check_pf.c: Likewise.
1652         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
1653         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
1655         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
1656         IS_IN_ldconfig.
1657         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
1658         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
1660         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
1661         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
1662         IS_IN (libc).
1664         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
1666         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
1667         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1668         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1669         * include/libc-symbols.h (IS_IN_LIB): New macro.
1670         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
1671         * include/netdb.h: Likewise.
1672         * include/stap-probe.h: Remove all uses of IN_LIB.
1674         * Makeconfig (module-cppflags-real): Define MODULE_NAME
1675         instead of IN_MODULE.
1676         * include/libc-symbols.h (IN_MODULE): Define using
1677         MODULE_NAME.
1678         (PASTE_NAME, PASTE_NAME1): New macros.
1679         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
1680         of IN_LIB.
1681         (STAP_PROBE_ASM): Likewise.
1683 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1685         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
1686         __mach_init in dlopened libc.
1688 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
1690         * sysdeps/arm/preconfigure.ac: Delete EABI check.
1691         * sysdeps/arm/preconfigure: Regenerate.
1693 2014-11-21  Roland McGrath  <roland@hack.frob.com>
1695         * nptl/pthread_create.c (__pthread_create_2_1): Set
1696         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
1697         when copying values from IATTR into PD.
1699 2014-11-21  Will Newton  <will.newton@linaro.org>
1700             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
1702         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
1703         Refactor inline-asm.  Also add comment.
1705         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
1706         ElfW macro instead of hardcoded Elf64 types.
1707         (la_aarch64_gnu_pltenter): Likewise.
1708         * sysdeps/aarch64/dl-machine.h
1709         (elf_machine_runtime_setup): Use ElfW(Addr).
1711         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
1712         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
1713         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
1714         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
1715         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
1716         (R_AARCH64_TLS_DTPMOD64): Rename to ..
1717         (R_AARCH64_TLS_DTPMOD): This.
1718         (R_AARCH64_TLS_DTPREL64): Rename to ...
1719         (R_AARCH64_TLS_DTPREL): This.
1720         (R_AARCH64_TLS_TPREL64): Rename to ...
1721         (R_AARCH64_TLS_TPREL): This.
1722         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
1723         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
1724         R_AARCH64_TLS_TPREL64.
1725         (elf_machine_rela): Likewise.
1727 2014-11-21  Torvald Riegel  <triegel@redhat.com>
1729         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
1730         by setting it to 0.  64b atomics are not supported currently.
1732 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1734         [BZ #16469]
1735         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
1736         search domain names.
1738 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1740         [BZ #16469]
1741         * NEWS: Update.
1742         * resolv/res_query.c (__libc_res_nquerydomain): Retain
1743         trailing dot.
1744         * posix/tst-getaddrinfo5.c: New.
1745         * posix/Makefile (tests): Add it.
1747 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1749         [BZ #14498]
1750         * NEWS: Fixed.
1751         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
1752         after parsing line but before break_if_match.
1753         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
1754         if there is a protocol mismatch.
1756 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
1758         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
1759         because the potential race is on the user-supplied stream.
1761 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1763         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
1764         string literal if not passed a buffer.
1765         * manual/job.texi (ctermid): Update reasoning, note deviation
1766         from posix, suggest mtasurace when not passed a buffer, for
1767         future non-preliminary safety notes.
1769 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1771         * manual/users.texi (cuserid): Fix MT-Safety note for the case
1772         of not passing it a buffer.
1773         Reported by Peng Haitao.
1775 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1777         * manual/Makefile ($(objpfx)stamp-summary): Require
1778         check-safety.sh to pass.
1779         * manual/check-safety.sh: Wish for verification that every
1780         @deftypefn and @deftypefun is followed by a @safety remark.
1782 2014-11-20  Roland McGrath  <roland@hack.frob.com>
1784         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
1786         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
1787         PTHREAD_CANCEL_ASYNCHRONOUS.
1788         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
1789         send SIGCANCEL.
1791         * nptl/default-sched.h: New file.
1792         * sysdeps/unix/sysv/linux/default-sched.h: New file.
1793         * nptl/pthread_create.c: Include it.
1794         (__pthread_create_2_1): Use collect_default_sched instead of making
1795         Linux syscalls here directly.
1797 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1799         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
1800         __pthread_once): Use C11 atomics.
1802 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1804         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
1806 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1808         * include/atomic.h (__atomic_link_error, __atomic_check_size,
1809         atomic_thread_fence_acquire, atomic_thread_fence_release,
1810         atomic_thread_fence_seq_cst, atomic_load_relaxed,
1811         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
1812         atomic_compare_exchange_weak_relaxed,
1813         atomic_compare_exchange_weak_acquire,
1814         atomic_compare_exchange_weak_release,
1815         atomic_exchange_acquire, atomic_exchange_release,
1816         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
1817         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
1818         atomic_fetch_and_acquire,
1819         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
1821 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1823         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
1824         USE_ATOMIC_COMPILER_BUILTINS): Define.
1825         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
1826         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1827         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
1828         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1829         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
1830         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1831         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
1832         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1833         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
1834         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1835         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
1836         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1837         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
1838         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1839         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
1840         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1841         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
1842         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1843         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
1844         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1845         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
1846         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1847         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
1848         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1849         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
1850         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1851         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
1852         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1853         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
1854         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1855         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
1856         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1857         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
1858         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1859         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
1860         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1861         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
1862         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1863         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
1864         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1866 2014-11-19  Roland McGrath  <roland@hack.frob.com>
1868         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
1869         the sched_priority value here.  It was already checked when the user
1870         called pthread_attr_setschedparam.
1872         * nptl/tst-bad-schedattr.c: New file.
1873         * nptl/Makefile (tests): Add it.
1875 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
1876             Florian Weimer  <fweimer@redhat.com>
1877             Joseph Myers  <joseph@codesourcery.com>
1878             Adam Conrad  <adconrad@0c3.net>
1879             Andreas Schwab  <schwab@suse.de>
1880             Brooks  <bmoses@google.com>
1882         [BZ #17625]
1883         * wordexp-test.c (__dso_handle): Add prototype.
1884         (__register_atfork): Likewise.
1885         (__app_register_atfork): New function.
1886         (registered_forks): New global.
1887         (register_fork): New function.
1888         (test_case): Add 3 new tests for WRDE_CMDSUB.
1889         (main): Call __app_register_atfork.
1890         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
1891         fork count is non-zero fail the test.
1892         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
1893         is set.
1894         (parse_dollars): Remove check for WRDE_NOCMD.
1895         (parse_dquote): Likewise.
1897 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
1899         * Makeconfig (built-modules): List non-library modules to be
1900         built.
1901         (module-cppflags): Include libc-modules.h for
1902         everything except shlib-versions.v.i.
1903         (CPPFLAGS): Use it.
1904         (before-compile): Add libc-modules.h.
1905         ($(common-objpfx)libc-modules.h,
1906         $(common-objpfx)libc-modules.stmp): New targets.
1907         (common-generated): Add libc-modules.h and libc-modules.stmp.
1908         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
1909         * include/libc-symbols.h: Don't include libc-modules.h.
1910         * include/libc-modules.h: Remove file.
1911         * scripts/gen-libc-modules.awk: New script to generate
1912         libc-modules.h.
1913         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
1914         Depend on libc-modules.stmp.
1916         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
1918         * Makeconfig (in-module): Get value of libof set for the
1919         translation unit.
1920         (CPPFLAGS): Use $(in-module).
1921         * Makerules: Don't suffix routine names for nonlib.
1922         * include/libc-modules.h: New file.
1923         * include/libc-symbols.h: Include libc-modules.h
1924         (IS_IN): New macro to replace IS_IN_* macros.
1925         * elf/Makefile: Set libof-* for each routine.
1926         * elf/rtld-Rules: Likewise.
1927         * extra-modules.mk: Likewise.
1928         * iconv/Makefile: Likewise.
1929         * iconvdata/Makefile: Likewise.
1930         * locale/Makefile: Likewise.
1931         * malloc/Makefile: Likewise.
1932         * nss/Makefile: Likewise.
1933         * sysdeps/gnu/Makefile: Likewise.
1934         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
1935         * sysdeps/unix/sysv/linux/Makefile: Likewise.
1936         * sysdeps/s390/s390-64/Makefile: Likewise.
1937         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
1938         CPPFLAGS for nscd instead of nonlib.
1940 2014-11-18  Roland McGrath  <roland@hack.frob.com>
1942         * nptl/createthread.c: New file.
1944         * nptl/createthread.c: Moved ...
1945         * sysdeps/unix/sysv/linux/createthread.c: ... here.
1947         * nptl/createthread.c: Add proper top-line comment.
1948         (do_clone): Folded into ...
1949         (create_thread): ... here.  Take new arguments STOPPED_START and
1950         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
1951         increment __nptl_threads, do event-reporting logic, do
1952         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
1953         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
1954         resource cleanup if sched_setaffinity or sched_setscheduler fails,
1955         just send SIGCANCEL.
1956         * nptl/pthread_create.c: Forward-declare create_thread before
1957         including createthread.c.
1958         (start_thread): Use new macro START_THREAD_DEFN to replace defining
1959         declaration, and new macro START_THREAD_SELF to replace argument.
1960         Remove return statement.
1961         (report_thread_creation): New function.
1962         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
1963         synchronization logic, and __nptl_nthreads increment here, around
1964         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
1965         PD->parent_cancelhandling here, before create_thread.  When
1966         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
1967         __deallocate_stack, and ENOMEM translation here.
1969 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
1971         [BZ #17616]
1972         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
1973         (mptwo): Rename to __mptwo.
1974         (__inv): Use __mptwo instead of mptwo.
1975         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
1976         (mptwo): Rename to __mptwo.
1977         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
1978         of mpone and __mptwo instead of mptwo.
1979         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
1980         instead of mpone.
1981         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
1982         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
1983         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
1984         of mpone and __mptwo instead of mptwo.
1985         (__mpranred): Use __mpone instead of mpone.
1986         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
1987         variable.
1988         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
1989         (test-xfail-ISO99/math.h/linknamespace): Likewise.
1990         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
1991         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
1992         (test-xfail-ISO11/math.h/linknamespace): Likewise.
1993         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
1994         (test-xfail-XPG3/math.h/linknamespace): Likewise.
1995         (test-xfail-XPG4/math.h/linknamespace): Likewise.
1996         (test-xfail-POSIX/math.h/linknamespace): Likewise.
1997         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
1998         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
1999         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
2000         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
2001         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
2002         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
2003         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
2004         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
2005         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
2006         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
2008 2014-11-18  Tom de Vries  <tom@codesoucery.com>
2010         * manual/signal.texi (Primitives Interrupted by Signals): In section,
2011         replace BSD Handler xref with BSD Signal Handling.
2013 2014-11-17  Richard Henderson  <rth@redhat.com>
2015         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
2016         (_FP_PACK_RAW_2): Remove.
2017         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
2018         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
2019         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
2020         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
2021         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
2022         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
2023         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
2024         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
2025         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
2026         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
2027         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
2028         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
2029         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
2030         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
2031         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
2032         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
2034 2014-11-14  Roland McGrath  <roland@hack.frob.com>
2036         * signal/signal.h [__USE_MISC]
2037         (struct sigvec): Remove type.
2038         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
2039         (sigvec): Remove declaration.
2040         * sysdeps/posix/sigvec.c: Moved ...
2041         * signal/sigvec.c: ... here, replacing old file.
2042         (struct sigvec): New type, copied from old signal.h definition.
2043         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
2044         (__sigvec): Convert definition to prototype.
2045         (sigvec): Replace weak_alias with compat_symbol.
2046         * signal/Versions (libc: GLIBC_2.21): New version set.
2047         * include/signal.h: Remove __sigvec declaration.
2048         * sysdeps/unix/bsd/sigvec.c: Remove file.
2049         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
2050         * manual/signal.texi (BSD Handler): Remove subsection.
2051         Move siginterrupt up to ...
2052         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
2053         (Blocking in BSD): Fold subsection into its parent.
2054         * NEWS: Mention sigvec removal.
2056 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
2058         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
2059         (DLA_FMS): Make definition conditional only on [__FMA4__].
2060         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
2061         definition.
2063         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
2064         Make definition conditional only on [PROF].
2065         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
2066         definition.
2067         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
2068         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
2070         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
2071         !__GNUC__].
2072         * include/signal.h (__sigpause): Move declaration above call to
2073         libc_hidden_proto.
2074         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
2075         variable.
2076         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
2077         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
2079 2014-11-14  David S. Miller  <davem@davemloft.net>
2081         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
2082         Define before including <string/memcpy.c> and <string/mempcpy.c>.
2084 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
2086         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
2087         * configure: Regenerated.
2088         * manual/install.texi (Tools for Compilation): Document a
2089         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
2090         compiler verified to work.
2091         * INSTALL: Regenerated.
2093         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
2094         redeclare with asm name.
2095         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
2096         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
2097         including <string.h>.
2098         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2099         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
2100         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2101         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
2102         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2103         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
2104         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2106 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
2108         * stdlib/strtol.c (__strtol): Use prototype definition.
2110         [BZ #17594]
2111         * stdlib/strtol.c (SYM__): New macro.
2112         (SYM__1): Likewise.
2113         (__strtol): Likewise.
2114         (strtol): Rename to __strtol and define as weak alias of
2115         __strtol.  Use libc_hidden_weak.
2117 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2119         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
2120         Use numbered labels in inline assembly.
2122 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2124         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
2125         Add setjmp LIBC_PROBE.
2126         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
2127         Likewise.
2128         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
2129         Add longjmp, longjmp_target LIBC_PROBE.
2130         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
2131         Likewise.
2133 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2135         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
2136         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
2137         to get rid of unused variable warning.
2139 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2141         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
2142         Check for unwind_backtrace ==  NULL only in SHARED case.
2143         (__backchain_backtrace): Compile only in SHARED case.
2144         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
2145         Likewise.
2146         (__backchain_backtrace): Declare as static.
2148 2014-11-12  Roland McGrath  <roland@hack.frob.com>
2150         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
2151         (__libc_multiple_threads_ptr): Variable moved ...
2152         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
2154 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
2156         * conform/GlibcConform.pm: New file.
2157         * conform/conformtest.pl: Use GlibcConform module.
2158         * conform/linknamespace.pl: New file.
2159         * conform/list-header-symbols.pl: Likewise.
2160         * conform/Makefile (linknamespace-symlists-base): New variable.
2161         (linknamespace-symlists-tests): Likewise.
2162         (linknamespace-header-base): Likewise.
2163         (linknamespace-header-tests): Likewise.
2164         (tests-special): Add new tests.
2165         ($(linknamespace-symlists-tests)): New rule.
2166         (linknamespace-libs): New variable.
2167         ($(objpfx)symlist-stdlibs): New rule.
2168         ($(linknamespace-header-tests)): Likewise.
2169         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
2170         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
2171         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
2172         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
2173         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
2174         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
2175         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
2176         (test-xfail-ISO/math.h/linknamespace): Likewise.
2177         (test-xfail-ISO/signal.h/linknamespace): Likewise.
2178         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
2179         (test-xfail-ISO/time.h/linknamespace): Likewise.
2180         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
2181         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
2182         (test-xfail-ISO99/math.h/linknamespace): Likewise.
2183         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
2184         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
2185         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
2186         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
2187         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
2188         (test-xfail-ISO11/math.h/linknamespace): Likewise.
2189         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
2190         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
2191         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
2192         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
2193         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
2194         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
2195         (test-xfail-XPG3/math.h/linknamespace): Likewise.
2196         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
2197         (test-xfail-XPG3/search.h/linknamespace): Likewise.
2198         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
2199         (test-xfail-XPG3/time.h/linknamespace): Likewise.
2200         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
2201         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
2202         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
2203         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
2204         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
2205         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
2206         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
2207         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
2208         (test-xfail-XPG4/math.h/linknamespace): Likewise.
2209         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
2210         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
2211         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
2212         (test-xfail-XPG4/search.h/linknamespace): Likewise.
2213         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
2214         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
2215         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
2216         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
2217         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
2218         (test-xfail-XPG4/time.h/linknamespace): Likewise.
2219         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
2220         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
2221         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
2222         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
2223         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
2224         (test-xfail-POSIX/math.h/linknamespace): Likewise.
2225         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
2226         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
2227         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
2228         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
2229         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
2230         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
2231         (test-xfail-POSIX/time.h/linknamespace): Likewise.
2232         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
2233         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
2234         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
2235         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
2236         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
2237         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
2238         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
2239         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
2240         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
2241         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
2242         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
2243         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
2244         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
2245         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
2246         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
2247         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
2248         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
2249         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
2250         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
2251         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
2252         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
2253         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
2254         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
2255         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
2256         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
2257         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
2258         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
2259         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
2260         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
2261         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
2262         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
2263         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
2264         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
2265         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
2266         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
2267         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
2268         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
2269         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
2270         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
2271         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
2272         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
2273         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
2274         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
2275         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
2276         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
2277         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
2278         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
2279         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
2280         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
2281         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
2282         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
2283         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
2284         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
2285         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
2286         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
2287         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
2288         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
2289         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
2290         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
2291         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
2292         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
2293         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
2294         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
2295         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
2296         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
2297         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
2298         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
2299         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
2300         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
2301         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
2302         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
2303         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
2304         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
2305         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
2306         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
2307         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
2308         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
2309         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
2310         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
2311         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
2312         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
2313         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
2314         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
2315         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
2316         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
2317         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
2318         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
2319         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
2320         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
2321         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
2322         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
2323         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
2324         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
2325         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
2326         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
2327         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
2328         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
2329         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
2331         [BZ #17589]
2332         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
2333         of fgets_unlocked.
2335         [BZ #17585]
2336         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
2337         (memmem): Rename to __memmem and define as weak alias of
2338         __memmem.  Use libc_hidden_weak.
2339         (__memmem): Use libc_hidden_def.
2340         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
2341         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
2342         memmem.
2344         [BZ #17582]
2345         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
2346         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
2347         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
2348         and define as weak alias of __fgets_unlocked.  Use
2349         libc_hidden_weak.
2350         (__fgets_unlocked): Use libc_hidden_def.
2351         * include/stdio.h (__fgets_unlocked): Declare.  Use
2352         libc_hidden_proto.
2353         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
2354         __fgets_unlocked instead of fgets_unlocked.
2355         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
2356         (GET_NPROCS_CONF_PARSER): Likewise.
2357         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
2358         (GET_NPROCS_CONF_PARSER): Likewise.
2360         [BZ #17574]
2361         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
2362         weak alias of __wmemset.  Use libc_hidden_weak.
2363         (__wmemset): Use libc_hidden_def.
2364         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
2365         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
2366         of wmemset.
2368         [BZ #17573]
2369         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
2370         with asm name __mempcpy.
2371         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
2373         [BZ #17572]
2374         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
2375         and define as weak alias of __rawmemchr.
2376         (__rawmemchr): Do not define as strong alias of rawmemchr.
2378         [BZ #17571]
2379         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
2380         alias of __qsort_r.
2381         (qsort): Call __qsort_r instead of qsort_r.
2382         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
2383         (__qsort_r): Declare.  Call libc_hidden_proto.
2384         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
2385         instead of qsort_r.
2386         * nscd/gai.c (__qsort_r): Define to qsort_r.
2387         * posix/tst-rfc3484.c (__qsort_r): Likewise.
2388         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
2389         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
2391         [BZ #17570]
2392         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
2393         define as weak alias of __malloc_info.
2395         [BZ #17584]
2396         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
2397         as weak alias of __rewinddir.  Don't use libc_hidden_def.
2398         (__rewinddir): Use libc_hidden_def.
2399         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
2400         as weak alias of __rewinddir.  Don't use libc_hidden_def.
2401         (__rewinddir): Use libc_hidden_def.
2402         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
2403         weak alias of __rewinddir.  Don't use libc_hidden_def.
2404         (__rewinddir): Use libc_hidden_def.
2405         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
2406         (__rewinddir): Use libc_hidden_proto.
2407         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
2408         rewinddir.
2409         (__getcwd): Use __rewinddir instead of rewinddir.
2411         [BZ #17583]
2412         * libio/fileno.c (fileno): Rename to __fileno and define as weak
2413         alias of __fileno.  Use libc_hidden_weak.
2414         (__fileno): Use libc_hidden_def.
2415         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
2416         * libio/ftello.c (ftello): Rename to __ftello and define as weak
2417         alias of __ftello.
2418         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
2419         __ftello.
2420         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
2421         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
2422         libc_hidden_def.
2423         (fread_unlocked): Don't use libc_hidden_ver.
2424         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
2425         and define as weak alias of __fread_unlocked.  Don't use
2426         libc_hidden_def.
2427         (__fread_unlocked): Use libc_hidden_def.
2428         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
2429         (ftello): Don't use libc_hidden_proto.
2430         (__ftello): Declare.  Use libc_hidden_proto.
2431         (fread_unlocked): Don't use libc_hidden_proto.
2432         (__fread_unlocked): Declare.  Use libc_hidden_proto.
2433         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
2434         and __ftello instead of fileno, fread_unlocked and ftello.
2436 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
2438         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
2439         GOT12.
2440         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
2441         Likewise.
2442         (_dl_start_user): Likewise.
2443         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
2445 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
2446             Siddhesh Poyarekar  <siddhesh@redhat.com>
2448         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
2449         Move argv and envp down instead of moving argc up.
2450         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
2452 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
2454         [BZ #17506]
2455         * test-skeleton.c (main): Return successful if one of
2456         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
2457         * string/tst-strcoll-overflow.c: Define expected status.
2459 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
2461         [BZ #17475]
2462         * locale/iso-639.def: Define Bhili and Tulu language codes.
2464 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
2466         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
2468 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
2470         [BZ #17555]
2471         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
2473 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
2475         * configure.ac: Updated check of minimal required version to
2476         2.22.
2477         * manual/install.texi (Tools for Compilation): Updated version
2478         number.
2479         * configure: Regenerated.
2480         * INSTALL: Likewise.
2482 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
2484         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
2485         __tls_get_addr.
2487 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
2489         * include/sys/wait.h (__libc_waitpid): Remove declaration.
2490         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
2491         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2492         libc_hidden_weak.
2493         (waitpid): Define as alias of __waitpid.
2494         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
2495         __waitpid.
2496         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2497         libc_hidden_weak.
2498         (waitpid): Define as alias of __waitpid.
2499         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
2500         __libc_waitpid alias.
2501         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
2502         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
2503         Likewise.
2504         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
2505         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
2506         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
2507         alias.
2508         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
2509         __waitpid.
2510         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2511         libc_hidden_weak.
2512         (waitpid): Define as alias of __waitpid.
2514 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
2516         * manual/llio.texi: Add comment that write safety has been
2517         fixed in Linux.
2519         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
2520         (localplt-build-dso): Add elf/ld.so.
2521         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
2522         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
2523         and free for ld.so.
2524         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
2525         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
2526         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
2527         Likewise.
2528         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
2529         Likewise.
2530         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
2531         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
2532         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
2533         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
2534         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
2535         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
2536         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
2537         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
2538         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
2539         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
2540         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
2542 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
2544         [BZ #14132]
2545         * include/libc-symbols.h (INTUSE): Remove macro.
2546         (INTDEF): Likewise.
2547         (INTVARDEF): Likewise.
2548         (_INTVARDEF): Likewise.
2549         (INTDEF2): Likewise.
2550         (INTVARDEF2): Likewise.
2551         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
2552         rtld_hidden_def instead of INTVARDEF.
2553         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
2554         (_dl_starting_up_internal): Remove declaration.
2555         (_dl_starting_up): Use rtld_hidden_proto.
2556         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
2557         declaration.
2558         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
2559         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
2560         _dl_starting_up.
2561         * elf/dl-writev.h (_dl_writev): Likewise.
2562         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
2563         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
2564         _dl_starting_up_internal.
2566 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2568         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
2569         test-skeleton.c.
2571 2014-11-05  Will Newton  <will.newton@linaro.org>
2573         * benchtests/Makefile: (bench-malloc): Add malloc thread
2574         scalability benchmark.
2575         * benchtests/bench-malloc-threads.c: New file.
2577 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
2579         * sysdeps/aarch64/strchrnul.S: New file.
2581 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2583         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
2584         definition.
2585         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
2586         Likwise.
2587         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
2588         Likewise.
2589         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
2590         Likewise.
2591         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
2592         Likewise.
2593         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
2594         Likewise.
2596 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
2598         * catgets/test-gencat.c: Use test-skeleton.c.
2599         * catgets/tst-catgets.c: Likewise.
2600         * csu/tst-empty.c: Likewise.
2601         * elf/tst-audit2.c: Likewise.
2602         * elf/tst-global1.c: Likewise.
2603         * elf/tst-pathopt.c: Likewise.
2604         * elf/tst-piemod1.c: Likewise.
2605         * elf/tst-tls10.c: Likewise.
2606         * elf/tst-tls11.c: Likewise.
2607         * elf/tst-tls12.c: Likewise.
2608         * gnulib/tst-gcc.c: Likewise.
2609         * iconvdata/tst-e2big.c: Likewise.
2610         * iconvdata/tst-loading.c: Likewise.
2611         * iconv/tst-iconv1.c: Likewise.
2612         * iconv/tst-iconv2.c: Likewise.
2613         * inet/test-inet6_opt.c: Likewise.
2614         * inet/tst-gethnm.c: Likewise.
2615         * inet/tst-network.c: Likewise.
2616         * inet/tst-ntoa.c: Likewise.
2617         * intl/tst-codeset.c: Likewise.
2618         * intl/tst-gettext2.c: Likewise.
2619         * intl/tst-gettext3.c: Likewise.
2620         * intl/tst-ngettext.c: Likewise.
2621         * intl/tst-translit.c: Likewise.
2622         * io/test-stat.c: Likewise.
2623         * libio/test-fmemopen.c: Likewise.
2624         * libio/tst-freopen.c: Likewise.
2625         * libio/tst-sscanf.c: Likewise.
2626         * libio/tst-ungetwc1.c: Likewise.
2627         * libio/tst-ungetwc2.c: Likewise.
2628         * libio/tst-widetext.c: Likewise.
2629         * localedata/tst-ctype.c: Likewise.
2630         * localedata/tst-digits.c: Likewise.
2631         * localedata/tst-leaks.c: Likewise.
2632         * localedata/tst-mbswcs1.c: Likewise.
2633         * localedata/tst-mbswcs2.c: Likewise.
2634         * localedata/tst-mbswcs3.c: Likewise.
2635         * localedata/tst-mbswcs4.c: Likewise.
2636         * localedata/tst-mbswcs5.c: Likewise.
2637         * localedata/tst-setlocale.c: Likewise.
2638         * localedata/tst-trans.c: Likewise.
2639         * localedata/tst-wctype.c: Likewise.
2640         * localedata/tst-xlocale1.c: Likewise.
2641         * login/tst-grantpt.c: Likewise.
2642         * malloc/tst-calloc.c: Likewise.
2643         * malloc/tst-malloc.c: Likewise.
2644         * malloc/tst-mallocstate.c: Likewise.
2645         * malloc/tst-mcheck.c: Likewise.
2646         * malloc/tst-mtrace.c: Likewise.
2647         * malloc/tst-obstack.c: Likewise.
2648         * math/atest-exp2.c: Likewise.
2649         * math/atest-exp.c: Likewise.
2650         * math/atest-sincos.c: Likewise.
2651         * math/test-matherr.c: Likewise.
2652         * math/test-misc.c: Likewise.
2653         * math/test-powl.c: Likewise.
2654         * math/tst-definitions.c: Likewise.
2655         * misc/tst-dirname.c: Likewise.
2656         * misc/tst-efgcvt.c: Likewise.
2657         * misc/tst-fdset.c: Likewise.
2658         * misc/tst-hsearch.c: Likewise.
2659         * misc/tst-mntent2.c: Likewise.
2660         * nptl/tst-sem7.c: Likewise.
2661         * nptl/tst-sem8.c: Likewise.
2662         * nptl/tst-sem9.c: Likewise.
2663         * nss/test-netdb.c: Likewise.
2664         * posix/tst-fnmatch.c: Likewise.
2665         * posix/tst-getlogin.c: Likewise.
2666         * posix/tst-gnuglob.c: Likewise.
2667         * posix/tst-mmap.c: Likewise.
2668         * pwd/tst-getpw.c: Likewise.
2669         * resolv/tst-inet_ntop.c: Likewise.
2670         * rt/tst-timer.c: Likewise.
2671         * stdio-common/test-fseek.c: Likewise.
2672         * stdio-common/test-popen.c: Likewise.
2673         * stdio-common/test-vfprintf.c: Likewise.
2674         * stdio-common/tst-cookie.c: Likewise.
2675         * stdio-common/tst-fileno.c: Likewise.
2676         * stdio-common/tst-gets.c: Likewise.
2677         * stdio-common/tst-obprintf.c: Likewise.
2678         * stdio-common/tst-perror.c: Likewise.
2679         * stdio-common/tst-sprintf2.c: Likewise.
2680         * stdio-common/tst-sprintf3.c: Likewise.
2681         * stdio-common/tst-sprintf.c: Likewise.
2682         * stdio-common/tst-swprintf.c: Likewise.
2683         * stdio-common/tst-tmpnam.c: Likewise.
2684         * stdio-common/tst-unbputc.c: Likewise.
2685         * stdio-common/tst-wc-printf.c: Likewise.
2686         * stdlib/tst-environ.c: Likewise.
2687         * stdlib/tst-fmtmsg.c: Likewise.
2688         * stdlib/tst-limits.c: Likewise.
2689         * stdlib/tst-rand48-2.c: Likewise.
2690         * stdlib/tst-rand48.c: Likewise.
2691         * stdlib/tst-random2.c: Likewise.
2692         * stdlib/tst-random.c: Likewise.
2693         * stdlib/tst-strtol.c: Likewise.
2694         * stdlib/tst-strtoll.c: Likewise.
2695         * stdlib/tst-tls-atexit.c: Likewise.
2696         * stdlib/tst-xpg-basename.c: Likewise.
2697         * string/test-ffs.c: Likewise.
2698         * string/tst-bswap.c: Likewise.
2699         * string/tst-inlcall.c: Likewise.
2700         * string/tst-strtok.c: Likewise.
2701         * string/tst-strxfrm.c: Likewise.
2702         * sysdeps/x86_64/tst-audit10.c: Likewise.
2703         * sysdeps/x86_64/tst-audit3.c: Likewise.
2704         * sysdeps/x86_64/tst-audit4.c: Likewise.
2705         * sysdeps/x86_64/tst-audit5.c: Likewise.
2706         * time/tst-ftime_l.c: Likewise.
2707         * time/tst-getdate.c: Likewise.
2708         * time/tst-mktime3.c: Likewise.
2709         * time/tst-mktime.c: Likewise.
2710         * time/tst-posixtz.c: Likewise.
2711         * time/tst-strptime2.c: Likewise.
2712         * time/tst-strptime3.c: Likewise.
2713         * wcsmbs/tst-btowc.c: Likewise.
2714         * wcsmbs/tst-mbrtowc.c: Likewise.
2715         * wcsmbs/tst-mbsrtowcs.c: Likewise.
2716         * wcsmbs/tst-wchar-h.c: Likewise.
2717         * wcsmbs/tst-wcpncpy.c: Likewise.
2718         * wcsmbs/tst-wcrtomb.c: Likewise.
2719         * wcsmbs/tst-wcsnlen.c: Likewise.
2720         * wcsmbs/tst-wcstof.c: Likewise.
2722 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
2724         [BZ #14132]
2725         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
2726         INTDEF.
2727         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
2728         declaration.
2729         (_dl_mcount): Use rtld_hidden_proto.
2730         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
2731         _dl_mcount.
2732         * elf/rtld.c (_rtld_global_ro): Likewise.
2734         [BZ #14132]
2735         * elf/dl-init.c (_dl_init): Don't use INTDEF.
2736         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
2737         of _dl_init_internal.
2738         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
2739         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
2740         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
2741         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
2742         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
2743         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
2744         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
2745         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
2746         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
2747         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
2748         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
2749         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
2750         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
2751         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
2752         * sysdeps/tile/dl-start.S (_start): Likewise.
2753         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
2754         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
2756         [BZ #14132]
2757         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
2758         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
2759         (rtld_progname): Make macro definition unconditional.
2760         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
2761         INTDEF.
2762         (dlmopen_doit): Do not use INTUSE with _dl_argv.
2763         (dl_main): Likewise.
2764         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
2765         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
2766         instead of _dl_argv_internal.
2767         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
2768         __GI__dl_argv instead of INTUSE(_dl_argv).
2769         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
2770         __GI__dl_argv instead of _dl_argv_internal.
2772         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
2773         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
2774         macro.
2775         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
2776         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
2777         New macro.
2778         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
2779         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
2780         macro.
2781         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
2782         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
2784 2014-11-04  Andreas Schwab  <schwab@suse.de>
2786         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
2788 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2790         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
2791         mtvsrd instruction in binary form.
2793 2014-11-03  Andreas Schwab  <schwab@suse.de>
2795         [BZ #17522]
2796         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
2797         for less than MB_LEN_MAX use a local buffer of that size.
2798         * libio/tst-fputws.c: New file.
2799         * libio/Makefile (tests): Add tst-fputws.
2801 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
2803         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
2804         the size of the fpu_fr.fpu_dregs[] array.
2806 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
2808         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
2809         (__nanosleep): Do not define as alias.
2810         (nanosleep): Define as alias of __nanosleep.
2811         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
2812         __libc_nanosleep name.
2814 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
2816         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
2817         install.texi in comment.
2819 2014-10-31  Torvald Riegel  <triegel@redhat.com>
2821         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
2822         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
2823         ... add here and use lwsync or sync ...
2824         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
2825         ... and add here using lwsync.
2827 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
2829         * elf/dl-machine-reject-phdr.h: New file.
2830         * elf/dl-load.c: #include that.
2831         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
2832         if that returned true.
2834 2014-10-31  Roland McGrath  <roland@hack.frob.com>
2836         [BZ #17496]
2837         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
2838         gen-as-const-headers chunk.  Add a big scare comment after the last
2839         safe place to touch before-compile.
2841 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
2843         * manual/install.texi (Tools for Compilation): Update autoconf
2844         version requirements.
2845         * INSTALL: Regenerated.
2847         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
2848         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
2849         (__libc_pselect): Likewise.
2851         [BZ #14138]
2852         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
2853         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
2854         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
2855         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
2857 2014-10-31  Torvald Riegel  <triegel@redhat.com>
2859         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
2860         correct barrier instruction.
2861         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
2862         Likewise.
2863         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
2864         Likewise.
2866 2014-10-30  Roland McGrath  <roland@hack.frob.com>
2868         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
2869         after defining inlines.  Instead, just use parens to defeat macro
2870         expansion of __isctype in its declaration.
2872 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
2874         * include/sys/uio.h (__libc_readv): Remove declaration.
2875         (__libc_writev): Likewise.
2876         * misc/readv.c (__libc_readv): Rename to __readv.
2877         (__readv): Do not define as alias.
2878         (readv): Define as alias of __readv.
2879         * misc/writev.c (__libc_writev): Rename to __writev.
2880         (__writev): Do not define as alias.
2881         (writev): Define as alias of __writev.
2882         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
2883         (__readv): Do not define as alias.
2884         (readv): Define unconditionally as alias of __readv.
2885         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
2886         (__writev): Do not define as alias.
2887         (writev): Define unconditionally as alias of __writev.
2888         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
2889         name.
2890         (writev): Do not define __libc_writev name.
2892 2014-10-30  Roland McGrath  <roland@hack.frob.com>
2894         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
2895         (convert_charseq): New function, broken out of ...
2896         (use_from_charmap): ... here.  Call it.
2897         (use_to_charmap): Use convert_charseq and free instead of duplicating
2898         its code with a variable-length stack struct.
2900 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
2902         * include/fcntl.h (__libc_creat): Remove declaration.
2903         * io/creat.c (__libc_creat): Rename to creat.
2904         (creat): Do not define as alias.
2905         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
2906         of creat instead of __libc_creat.
2907         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
2908         to creat.
2909         (creat): Do not define as alias.
2910         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
2911         __libc_creat.
2912         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
2913         __libc_creat name.
2914         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
2915         Likewise.
2917 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
2919         * manual/llio.texi: Add comments discussing why write() may be
2920         considered MT-unsafe on Linux.
2922 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
2924         * dl-load.c (local_strdup): Remove.
2925         (expand_dynamic_string_token): Use __strdup.
2926         (decompose_rpath): Likewise.
2927         (_dl_map_object): Likewise.
2929 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
2931         [BZ #14132]
2932         * sysdeps/generic/unwind-dw2-fde.c
2933         (__register_frame_info_bases_internal): Do not declare.
2934         (__register_frame_info_table_bases_internal): Likewise.
2935         (__deregister_frame_info_bases_internal): Likewise.
2936         (__register_frame_info_bases): Declare and use hidden_proto before
2937         definition.  Use hidden_def instead of INTDEF.
2938         (__register_frame_info_table_bases): Likewise.
2939         (__deregister_frame_info_bases): Likewise.
2940         (__register_frame_info): Do not use INTUSE.
2941         (__register_frame): Likewise.
2942         (__register_frame_info_table): Likewise.
2943         (__register_frame_table): Likewise.
2944         (__deregister_frame_info): Likewise.
2945         (__deregister_frame): Likewise.
2947 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
2949         * sysdeps/unix/sysv/linux/arm/kernel-features.h
2950         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
2951         not undefine.
2952         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
2953         Likewise.
2954         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
2955         Likewise.
2957 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
2959         [BZ #14138]
2960         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
2961         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
2962         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
2963         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
2964         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
2965         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
2966         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
2967         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
2968         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
2969         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
2970         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
2971         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
2972         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
2973         syscall.
2974         (setfsuid): Likewise.
2975         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
2976         (setfsuid): Likewise.
2977         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
2978         (setfsuid): Likewise.
2979         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
2980         Likewise.
2981         (setfsuid): Likewise.
2982         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
2983         (setfsuid): Likewise.
2984         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
2985         Likewise.
2986         (setfsuid): Likewise.
2988 2014-10-27  Andreas Schwab  <schwab@suse.de>
2990         [BZ #17501]
2991         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
2992         check for Slow_SSE4_2 feature bit.
2993         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
2994         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
2995         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
2996         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
2998 2014-10-24  Roland McGrath  <roland@hack.frob.com>
3000         * configure.ac: Validate compiler version with a empirical test of
3001         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
3002         $CC -v output.
3003         * configure: Regenerated.
3005         * inet/htons.c (htons): Prototypify.
3006         * inet/htonl.c (htonl): Likewise.
3008 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3010         * string/strncat.c (strncat): Improve performance by using strlen.
3012 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3014         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
3016 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3018         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
3019         Call libc_fetestexcept_aarch64.
3021 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3023         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
3024         Call libc_feholdexcept_aarch64.
3026 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3028         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
3029         Call get_rounding_mode.
3031 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3033         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
3034         Simplify logic.
3036 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3038         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
3039         Simplify logic.
3041 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
3043         [BZ #14138]
3044         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
3045         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
3046         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
3047         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
3048         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
3049         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
3050         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
3051         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
3052         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
3053         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
3054         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
3055         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
3056         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
3057         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
3058         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
3059         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
3060         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
3061         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
3062         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
3063         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
3064         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
3065         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
3066         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
3067         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
3068         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
3069         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
3070         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
3071         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
3072         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
3073         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
3074         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
3075         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
3076         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
3077         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
3078         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
3079         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
3080         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
3081         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
3082         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
3083         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
3084         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
3085         syscall.
3086         (geteuid): Likewise.
3087         (getgid): Likewise.
3088         (getuid): Likewise.
3089         (getresgid): Likewise.
3090         (getresuid): Likewise.
3091         (getgroups): Likewise.
3092         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
3093         (geteuid): Likewise.
3094         (getgid): Likewise.
3095         (getuid): Likewise.
3096         (getresgid): Likewise.
3097         (getresuid): Likewise.
3098         (getgroups): Likewise.
3099         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
3100         (geteuid): Likewise.
3101         (getgid): Likewise.
3102         (getuid): Likewise.
3103         (getresgid): Likewise.
3104         (getresuid): Likewise.
3105         (getgroups): Likewise.
3106         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
3107         Likewise.
3108         (geteuid): Likewise.
3109         (getgid): Likewise.
3110         (getuid): Likewise.
3111         (getresgid): Likewise.
3112         (getresuid): Likewise.
3113         (getgroups): Likewise.
3114         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
3115         (geteuid): Likewise.
3116         (getgid): Likewise.
3117         (getuid): Likewise.
3118         (getresgid): Likewise.
3119         (getresuid): Likewise.
3120         (getgroups): Likewise.
3121         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
3122         Likewise.
3123         (geteuid): Likewise.
3124         (getgid): Likewise.
3125         (getuid): Likewise.
3126         (getgroups): Likewise.
3128         [BZ #14138]
3129         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
3130         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
3131         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
3132         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
3133         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
3134         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
3135         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
3136         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
3137         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
3138         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
3139         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
3140         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
3141         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
3142         __chown.
3143         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
3144         (lchown): Likewise.
3145         (fchown): Likewise.
3146         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
3147         Likewise.
3148         (lchown): Likewise.
3149         (fchown): Likewise.
3150         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
3151         (lchown): Likewise.
3152         (fchown): Likewise.
3153         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
3154         Likewise.
3155         (lchown): Likewise.
3156         (fchown): Likewise.
3158 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3160         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
3161         Simplify logic.
3163 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3165         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
3166         Cleanup logic.
3168 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3170         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
3171         Remove unused include.
3173 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3175         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
3176         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
3177         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
3178         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
3180 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
3181             Helge Deller <deller@gmx.de>
3183         [BZ #17508]
3184         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
3185         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
3186         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
3188 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
3190         [BZ #14132]
3191         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
3192         Remove macro definition.
3193         (__ashrdi3_v_glibc20): Likewise.
3194         (__lshrdi3_v_glibc20): Likewise.
3195         (__cmpdi2_v_glibc20): Likewise.
3196         (__ucmpdi2_v_glibc20): Likewise.
3197         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
3198         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
3199         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
3200         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
3201         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
3202         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
3204 2014-10-22  Roland McGrath  <roland@hack.frob.com>
3206         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
3207         old GNU extension [0] syntax.
3208         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
3209         alloca rather than an array member with variable length.
3210         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
3211         * nscd/nscd.c (invalidate_db): New function, broken out of ...
3212         (parse_opt): ... here.  Likewise use alloca there.
3213         Validate the -i argument before checking for rootness.
3214         (send_shutdown): New function, broken out of ...
3215         (parse_opt): ... here.
3217 2014-10-22  Roland McGrath  <roland@hack.frob.com>
3219         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
3220         macro to get at the _rt_local_ro field.
3221         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
3222         ([PIC] case) or _dl_hwcap ([!PIC] case).
3223         * sysdeps/arm/setjmp.S: Likewise.
3225         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
3226         * sysdeps/arm/configure.ac: New check to define it.
3227         * sysdeps/arm/configure: Regenerated.
3228         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
3229         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
3230         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
3231         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
3232         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
3233         Use move/movt pair instead of a load.
3234         (LDST_GLOBAL): Macro removed.
3235         (LDR_GLOBAL): New macro replaces it.
3236         (LDR_HIDDEN): New macro.
3237         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
3238         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
3240         * setjmp/tst-setjmp-static.c: New file.
3241         * setjmp/Makefile (tests): Add it.
3242         (tests-static): New variable.
3244 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
3246         [BZ #17485]
3247         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
3249 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
3251         [BZ #14132]
3252         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
3254 2014-10-21  Roland McGrath  <roland@hack.frob.com>
3256         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
3258 2014-10-20  Roland McGrath  <roland@hack.frob.com>
3260         * io/fts.c (dirent_not_directory): New function.
3261         (fts_build): Call it.
3263 2014-10-20  Roland McGrath  <roland@hack.frob.com>
3265         * nptl/version.c (__nptl_main): Use normal __write rather than
3266         INTERNAL_SYSCALL.
3267         (banner): Update copyright years.
3269         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
3270         gettimeofday.
3271         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
3272         * nptl/pthread_cond_timedwait.c: Likewise.
3273         * nptl/pthread_mutex_timedlock.c: Likewise.
3274         * nptl/sem_timedwait.c: Likewise.
3276         * sysdeps/nptl/bits/libc-lock.h
3277         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
3278         (__libc_lock_init_recursive): Return void, not 0.
3279         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
3280         (__libc_rwlock_init): Likewise.
3281         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
3283 2014-10-20  Torvald Riegel  <triegel@redhat.com>
3285         [BZ #15215]
3286         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
3287         (__pthread_once_slow): ... here.
3288         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
3289         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
3291 2014-10-20  Torvald Riegel  <triegel@redhat.com>
3293         [BZ #15215]
3294         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
3295         __PTHREAD_ONCE_FORK_GEN_INCR): New.
3296         * sysdeps/nptl/fork.c (__libc_fork): Use them.
3297         * nptl/pthread_once.c (__pthread_once): Likewise.
3298         Update comments.
3300 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
3302         [BZ #14138]
3303         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
3304         name.
3305         (writev): Use __libc_writev as strong name.
3306         * sysdeps/unix/sysv/linux/readv.c: Remove file.
3307         * sysdeps/unix/sysv/linux/writev.c: Likewise.
3309 2014-10-17  Roland McGrath  <roland@hack.frob.com>
3311         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
3313         * sysdeps/i386/nptl/tls.h
3314         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
3315         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
3316         New macros.
3317         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
3318         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
3319         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
3320         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
3321         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
3322         Call CHECK_THREAD_SYSINFO instead of doing an assert.
3324         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
3325         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
3326         on [__NR_futex].
3327         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
3328         broken out of ...
3329         (__pthread_mutex_init): ... here.  Call it.
3330         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
3331         Conditionalize PI cases on [__NR_futex].
3332         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
3333         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
3334         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
3336         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
3337         conditional on [SIGSETXID].
3338         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
3339         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
3340         is defined.  Likewise for SIGSETXID.
3341         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
3342         Conditionalize definitions on [SIGSETXID].
3343         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
3344         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
3345         unblocking on [SIGCANCEL].
3347         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
3348         [__NR_set_robust_list].
3350 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
3352         * string/strcoll_l.c (get_next_seq): Fix up formatting.
3353         (do_compare): Likewise.
3355 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
3357         [BZ #15884]
3358         * string/strcoll_l.c: Don't include stdio.h.
3359         (coll_seq): Remove members idxarr and rulearr.
3360         (get_next_seq_cached): Remove function.
3361         (get_next_seq): Likewise.
3362         (get_next_seq_nocache): Rename to get_next_seq.
3363         (do_compare): Remove function.
3364         (do_compare_nocache): Rename to do_compare.
3365         (STRCOLL): Remove weight and rules cache.
3367 2014-10-16  Roland McGrath  <roland@hack.frob.com>
3369         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
3370         * sysdeps/arm/sfp-machine.h: ... to here.
3371         * sysdeps/arm/Implies: Remove arm/soft-fp.
3373 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
3375         * conform/data/sys/utsname.h-data (*_t): Allow.
3376         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
3377         [POSIX] (WEXITED): Do not expect constant.
3378         [POSIX] (WSTOPPED): Likewise.
3379         [POSIX] (WNOHANG): Likewise.
3380         [POSIX] (WNOWAIT): Likewise.
3381         [POSIX] (siginfo_t): Do not expect type or elements.
3382         [POSIX] (pid_t): Do not expect type.
3383         [POSIX] (signal.h): Do not allow header.
3384         [POSIX] (sys/resource.h): Likewise.
3385         [POSIX] (si_*): Do not allow pattern.
3386         [POSIX] (W*): Likewise.
3387         [POSIX] (P_*): Likewise.
3388         [POSIX] (BUS_*): Likewise.
3389         [POSIX] (CLD_*): Likewise.
3390         [POSIX] (FPE_*): Likewise.
3391         [POSIX] (ILL_*): Likewise.
3392         [POSIX] (POLL_*): Likewise.
3393         [POSIX] (SEGV_*): Likewise.
3394         [POSIX] (SI_*): Likewise.
3395         [POSIX] (TRAP_*): Likewise.
3396         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
3397         variable.
3399 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
3401         [BZ #12926]
3402         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
3403         infinite loop when __recvmsg returns 0.
3405 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
3407         * CANCEL-FCT-WAIVE: Remove file.
3408         * CANCEL-FILE-WAIVE: Likewise.
3410         [BZ #14132]
3411         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
3412         instead of INTVARDEF.
3413         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3414         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
3415         rtld_hidden_data_def instead of INTVARDEF.
3416         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3417         * elf/dl-deps.c (expand_dst): Likewise.
3418         * elf/dl-load.c (_dl_dst_count): Likewise.
3419         (_dl_dst_substitute): Likewise.
3420         (decompose_rpath): Likewise.
3421         (_dl_init_paths): Likewise.
3422         (open_path): Likewise.
3423         (_dl_map_object): Likewise.
3424         * elf/rtld.c (dl_main): Likewise.
3425         (process_dl_audit): Likewise.
3426         (process_envvars): Likewise.
3427         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
3428         Remove declaration.
3429         (__libc_enable_secure): Use rtld_hidden_proto.
3431 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3433         * elf/dl-load.c
3434         (add_path): New function broken out of _dl_rtld_di_serinfo.
3435         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
3437 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3439         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
3440         parentheses around macro arguments.
3441         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
3442         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
3443         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
3444         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
3445         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
3446         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3447         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3448         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
3449         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
3450         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
3451         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
3452         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
3453         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
3454         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
3455         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
3456         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
3457         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
3458         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
3459         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
3460         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
3461         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
3462         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
3463         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
3464         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3465         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3466         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
3467         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
3468         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
3469         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
3470         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
3471         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
3472         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
3473         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
3474         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
3475         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
3476         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
3477         Likewise.
3478         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
3479         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3480         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3481         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
3482         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
3483         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
3484         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
3485         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
3486         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
3487         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
3488         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
3489         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
3490         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
3491         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
3492         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
3493         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3494         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3495         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
3496         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
3497         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
3498         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
3499         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
3500         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
3501         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
3502         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
3503         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
3504         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
3505         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
3506         (_FP_FRAC_SRS_1): Likewise.
3507         (_FP_FRAC_CLZ_1): Likewise.
3508         (_FP_MUL_MEAT_1_imm): Likewise.
3509         (_FP_MUL_MEAT_1_wide): Likewise.
3510         (_FP_MUL_MEAT_1_hard): Likewise.
3511         (_FP_SQRT_MEAT_1): Likewise.
3512         (_FP_FRAC_ASSEMBLE_1): Likewise.
3513         (_FP_FRAC_DISASSEMBLE_1): Likewise.
3514         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
3515         (__FP_CLZ_2): Likewise.
3516         (_FP_MUL_MEAT_2_wide): Likewise.
3517         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
3518         (_FP_MUL_MEAT_2_gmp): Likewise.
3519         (_FP_MUL_MEAT_2_120_240_double): Likewise.
3520         (_FP_SQRT_MEAT_2): Likewise.
3521         (_FP_FRAC_ASSEMBLE_2): Likewise.
3522         (_FP_FRAC_DISASSEMBLE_2): Likewise.
3523         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
3524         (_FP_FRAC_CLZ_4): Likewise.
3525         (_FP_MUL_MEAT_4_wide): Likewise.
3526         (_FP_MUL_MEAT_4_gmp): Likewise.
3527         (_FP_SQRT_MEAT_4): Likewise.
3528         (_FP_FRAC_ASSEMBLE_4): Likewise.
3529         (_FP_FRAC_DISASSEMBLE_4): Likewise.
3530         * soft-fp/op-common.h (_FP_CMP): Likewise.
3531         (_FP_CMP_EQ): Likewise.
3532         (_FP_CMP_UNORD): Likewise.
3533         (_FP_TO_INT): Likewise.
3534         (_FP_FROM_INT): Likewise.
3535         [!__FP_CLZ] (__FP_CLZ): Likewise.
3536         (_FP_DIV_HELP_imm): Likewise.
3537         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
3538         Likewise.
3539         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
3540         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
3541         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
3542         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
3543         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
3544         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3545         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3546         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
3547         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
3548         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
3549         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
3550         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
3551         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
3552         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
3553         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
3554         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
3555         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
3556         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
3557         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
3558         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
3559         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
3560         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
3561         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
3562         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3563         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3564         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
3565         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
3566         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
3567         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
3568         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
3569         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
3570         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
3571         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
3572         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
3573         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
3574         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
3575         (FP_UNPACK_RAW_SP): Likewise.
3576         (FP_PACK_RAW_S): Likewise.
3577         (FP_PACK_RAW_SP): Likewise.
3578         (FP_UNPACK_S): Likewise.
3579         (FP_UNPACK_SP): Likewise.
3580         (FP_UNPACK_SEMIRAW_S): Likewise.
3581         (FP_UNPACK_SEMIRAW_SP): Likewise.
3582         (FP_PACK_S): Likewise.
3583         (FP_PACK_SP): Likewise.
3584         (FP_PACK_SEMIRAW_S): Likewise.
3585         (FP_PACK_SEMIRAW_SP): Likewise.
3586         (_FP_SQRT_MEAT_S): Likewise.
3587         (FP_CMP_S): Likewise.
3588         (FP_CMP_EQ_S): Likewise.
3589         (FP_CMP_UNORD_S): Likewise.
3590         (FP_TO_INT_S): Likewise.
3591         (FP_FROM_INT_S): Likewise.
3593         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
3595         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
3596         (FP_EX_INVALID_IMZ): Likewise.
3597         (FP_EX_INVALID_IMZ_FMA): Likewise.
3598         (FP_EX_INVALID_ISI): Likewise.
3599         (FP_EX_INVALID_ZDZ): Likewise.
3600         (FP_EX_INVALID_IDI): Likewise.
3601         (FP_EX_INVALID_SQRT): Likewise.
3602         (FP_EX_INVALID_CVI): Likewise.
3603         (FP_EX_INVALID_VC): Likewise.
3604         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
3605         "invalid" exceptions.
3606         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
3607         (_FP_ADD_INTERNAL): Likewise.
3608         (_FP_MUL): Likewise.
3609         (_FP_FMA): Likewise.
3610         (_FP_DIV): Likewise.
3611         (_FP_CMP_CHECK_NAN): Likewise.
3612         (_FP_SQRT): Likewise.
3613         (_FP_TO_INT): Likewise.
3614         (FP_EXTEND): Likewise.
3616 2014-10-09  Allan McRae  <allan@archlinux.org>
3618         * po/fr.po: Update French translation from translation project.
3620 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3622         [BZ #14132]
3623         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
3624         of INTDEF.
3625         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
3626         (__cxa_atexit): Use libc_hidden_proto.
3627         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
3629         [BZ #14132]
3630         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
3631         declaration.
3632         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
3633         [!_ISOMAC] (__iswspace_l_internal): Likewise.
3634         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
3635         [!_ISOMAC] (__iswctype_internal): Likewise.
3636         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
3637         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
3638         alias.
3639         (fcntl): Remove __fcntl_internal alias.
3640         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
3641         __connect_internal alias.
3642         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
3643         Likewise.
3645         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
3646         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
3647         FP_DENORM_ZERO.
3648         (_FP_CHECK_FLUSH_ZERO): New macro.
3649         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
3650         (_FP_CMP): Likewise.
3651         (_FP_CMP_EQ): Likewise.
3652         (_FP_TO_INT): Do not set inexact for subnormal arguments if
3653         FP_DENORM_ZERO.
3654         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
3655         (FP_TRUNC): Likewise.
3657         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
3658         treated as invalid conversion, not as normal exponent.
3660         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
3661         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
3662         (_FP_CMP_EQ): Likewise.
3663         (_FP_CMP_UNORD): Likewise.
3664         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
3665         (FP_CMP_EQ_D): Likewise.
3666         (FP_CMP_UNORD_D): Likewise.
3667         * soft-fp/extended.h (FP_CMP_E): Likewise.
3668         (FP_CMP_EQ_E): Likewise.
3669         (FP_CMP_UNORD_E): Likewise.
3670         * soft-fp/quad.h (FP_CMP_Q): Likewise.
3671         (FP_CMP_EQ_Q): Likewise.
3672         (FP_CMP_UNORD_Q): Likewise.
3673         * soft-fp/single.h (FP_CMP_S): Likewise.
3674         (FP_CMP_EQ_S): Likewise.
3675         (FP_CMP_UNORD_S): Likewise.
3676         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
3677         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
3678         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
3679         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
3680         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
3681         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
3682         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
3683         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
3684         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
3685         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
3686         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
3687         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
3688         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
3689         to FP_CMP_Q.
3690         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
3691         FP_CMP_Q.
3692         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
3693         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
3694         FP_CMP_EQ_Q.
3695         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
3696         FP_CMP_Q.
3697         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
3698         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
3699         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
3700         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
3701         FP_CMP_EQ_Q.
3702         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
3703         FP_CMP_Q.
3704         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
3705         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
3706         FP_CMP_EQ_Q.
3707         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
3708         FP_CMP_Q.
3709         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
3710         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
3711         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
3712         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
3713         FP_CMP_EQ_Q.
3715         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
3716         a subnormal result, set the underflow exception if trapping on
3717         underflow is enabled.
3718         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
3719         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
3720         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
3721         redefine to 0.
3722         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
3723         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3724         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3725         * soft-fp/extendxftf2.c (__extendxftf2): Use
3726         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
3728         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
3729         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
3730         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3731         FP_HANDLE_EXCEPTIONS.
3732         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
3733         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3734         FP_HANDLE_EXCEPTIONS.
3735         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
3736         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3737         FP_HANDLE_EXCEPTIONS.
3738         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
3739         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3740         FP_HANDLE_EXCEPTIONS.
3742 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
3744         [BZ #14132]
3745         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
3746         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
3747         use INTUSE.
3748         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
3749         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
3750         Remove alias.
3751         (__adjtimex): Define using libc_hidden_ver.
3752         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
3753         Remove declaration.
3754         (ntp_gettime): Call __adjtimex directly.
3755         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
3756         Remove declaration.
3757         (ntp_gettimex): Call __adjtimex directly.
3758         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
3759         __adjtimex_internal alias.
3761 2014-10-08  Roland McGrath  <roland@hack.frob.com>
3763         [BZ #17460]
3764         * nscd/nscd.c (more_help): Rewrite list of tables collection
3765         using xstrdup and asprintf.
3767         * nscd/nscd_conf.c: Remove local xstrdup declaration.
3769 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3770             Roland McGrath  <roland@hack.frob.com>
3772         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
3773         (do_lookup_unique): ... local function 'enter' here; update callers.
3775 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
3777         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
3778         compat_symbol calls on [SHARED].
3779         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
3780         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
3781         Remove.
3782         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3783         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
3784         (oldsetrlimit): Remove.
3785         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3786         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
3787         (lchown): New syscall entry.
3788         (oldsetrlimit): Remove.
3789         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3790         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
3791         (oldsetrlimit): Remove.
3792         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3794         [BZ #14138]
3795         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
3796         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
3797         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
3798         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
3799         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
3800         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
3801         (fchown): Likewise.
3802         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
3803         (fchown): Likewise.
3804         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
3805         Likewise.
3807 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3809         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
3810         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
3811         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
3812         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
3813         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
3814         Likewise.
3815         (__old_sem_post): Likewise.
3817 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
3819         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
3820         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
3821         HAVE_CLOCK_GETTIME_VSYSCALL macros.
3822         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
3823         Use INLINE_VSYSCALL macro.
3824         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
3825         __vdso_clock_gettime.
3826         * sysdeps/unix/sysv/linux/tile/init-first.c
3827         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
3828         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
3829         __vdso_clock_gettime.
3831         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
3832         to set up frame more cleanly.
3834         * sysdeps/tile/memcmp.c: New file.
3836         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
3838         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
3839         * sysdeps/tile/tilegx/strcasestr.c: New file.
3840         * sysdeps/tile/tilegx/strnlen.c: New file.
3841         * sysdeps/tile/tilegx/strstr.c: New file.
3843         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
3845 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
3847         * nptl/tst-setuid3.c: Write errors to stdout.
3849 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3851         * elf/dl-deps.c
3852         (preload): New functions broken out of _dl_map_object_deps.
3853         (_dl_map_object_deps):  Remove a nested function. Update call sites.
3855 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
3857         [BZ #14138]
3858         * sysdeps/unix/sysv/linux/execve.c: Remove file.
3859         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
3861 2014-10-01  Steve Ellcey  <sellcey@mips.com>
3863         * sysdeps/mips/strcmp.S: New.
3865 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
3867         [BZ #14138]
3868         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
3869         (linkat): Likewise.
3870         (mkdirat): Likewise.
3871         (readlinkat): Likewise.
3872         (renameat): Likewise.
3873         (symlinkat): Likewise.
3874         (unlinkat): Likewise.
3875         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
3876         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
3877         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
3878         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
3879         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
3880         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
3881         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
3883 2014-09-30  Will Newton  <will.newton@linaro.org>
3885         * math/math.h: Define long double math functions if
3886         _LIBC_TEST is defined.
3887         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
3889         * localedata/Makefile: Move assignment to tests-special
3890         into an ifdef testing run-built-tests.
3891         * timezone/Makefile: Likewise.
3893 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
3895         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
3896         with $(BASH) not $(SHELL).
3898 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
3899             Matthew LeGendre  <legendre1@llnl.gov>
3901         [BZ #17411]
3902         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
3903         l_reloc_result.
3905 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3907         * stdio-common/printf_fp.c
3908         (hack_digit): New function, broken out of ...
3909         (__printf_fp): ... local function here.  Update call sites.
3910         hack_digit now takes an additional parameter that is a pointer
3911         to a struct of the referenced locals.  Those locals moved inside
3912         the struct and references updated.
3914 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
3916         * aclocal.m4: Require autoconf 2.69.
3917         * configure: Regenerated.
3918         * sysdeps/aarch64/configure: Likewise.
3919         * sysdeps/alpha/configure: Likewise.
3920         * sysdeps/arm/armv7/configure: Likewise.
3921         * sysdeps/arm/configure: Likewise.
3922         * sysdeps/ia64/configure: Likewise.
3923         * sysdeps/mach/configure: Likewise.
3924         * sysdeps/mips/configure: Likewise.
3925         * sysdeps/s390/configure: Likewise.
3926         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
3927         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
3929         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
3930         file.
3931         * sysdeps/ia64/configure.ac: Likewise.
3933 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
3935         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
3936         specify symbol version for ld.so.  Do not include entry for
3937         libpthread.
3938         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
3939         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
3940         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3942         [BZ #14171]
3943         * Makeconfig [$(build-shared) = yes]
3944         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
3945         makefiles.
3946         [$(build-shared) = yes && $(soversions.mk-done) = t]
3947         ($(common-objpfx)gnu/lib-names.h): Remove rule.
3948         [$(build-shared) = yes && $(soversions.mk-done) = t]
3949         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
3950         to Makerules.
3951         [$(build-shared) = yes && $(soversions.mk-done) = t]
3952         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
3953         here.
3954         [$(build-shared) = yes && $(soversions.mk-done) = t]
3955         (common-generated): Don't append gnu/lib-names.h and
3956         gnu/lib-names.stmp here.
3957         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
3958         (lib-names-h-abi): New variable.
3959         [$(build-shared) = yes && $(soversions.mk-done) = t]
3960         (lib-names-stmp-abi): Likewise.
3961         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3962         abi-variants] (before-compile): Append
3963         $(common-objpfx)$(lib-names-h-abi).
3964         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3965         abi-variants] (common-generated): Append gnu/lib-names.h.
3966         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3967         abi-variants] (install-others-nosubdir): Depend on
3968         $(inst_includedir)/$(lib-names-h-abi).
3969         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3970         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
3971         [$(build-shared) = yes && $(soversions.mk-done) = t]
3972         ($(common-objpfx)$(lib-names-h-abi)): New rule.
3973         [$(build-shared) = yes && $(soversions.mk-done) = t]
3974         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
3975         [$(build-shared) = yes && $(soversions.mk-done) = t]
3976         (common-generated): Append $(lib-names-h-abi) and
3977         $(lib-names-stmp-abi).
3978         * scripts/lib-names.awk: Do not handle multi being set.
3979         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
3980         Remove variable.
3981         (abi-lp64_be-ld-soname): Likewise.
3982         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
3983         Likewise.
3984         (abi-hard-ld-soname): Likewise.
3985         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
3986         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
3987         Remove variable.
3988         (abi-o32_hard-ld-soname): Likewise.
3989         (abi-o32_soft_2008-ld-soname): Likewise.
3990         (abi-o32_hard_2008-ld-soname): Likewise.
3991         (abi-n32_soft-ld-soname): Likewise.
3992         (abi-n32_hard-ld-soname): Likewise.
3993         (abi-n32_soft_2008-ld-soname): Likewise.
3994         (abi-n32_hard_2008-ld-soname): Likewise.
3995         (abi-n64_soft-ld-soname): Likewise.
3996         (abi-n64_hard-ld-soname): Likewise.
3997         (abi-n64_soft_2008-ld-soname): Likewise.
3998         (abi-n64_hard_2008-ld-soname): Likewise.
3999         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
4000         Likewise.
4001         (abi-64-v2-ld-soname): Likewise.
4002         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
4003         ld.so entries.
4004         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
4005         variable.
4006         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
4007         entry.
4008         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
4009         variable.
4010         (abi-64-ld-soname): Likewise.
4011         (abi-x32-ld-soname): Likewise.
4012         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
4013         entry.
4014         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4016 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
4018         [BZ #14138]
4019         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
4020         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
4021         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
4022         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
4023         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
4024         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
4025         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
4026         syscall entry for GLIBC_2.2 symbol version.
4027         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
4028         Likewise.
4029         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
4030         (setrlimit): Likewise.
4031         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
4032         Likewise.
4034 2014-09-23  Will Newton  <will.newton@linaro.org>
4036         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
4037         _LINUX_ARM_SYSDEP_H include guard too.
4038         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
4039         define.
4041 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
4043         * sysdeps/unix/sysv/linux/eventfd.c:
4044         Make first argument unsigned.
4045         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
4046         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
4048 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
4050         * socket/recvmmsg.c (recvmmsg): Drop const argument.
4051         * socket/sys/socket.h: Likewise
4052         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
4054 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
4056         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
4058 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
4060         * time/tst-ftime.c: New test.
4061         * time/Makefile (tests): Add tst-ftime.
4063 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
4065         * soft-fp/extended.h: Fix comment formatting.
4066         * soft-fp/op-1.h: Likewise.
4067         * soft-fp/op-2.h: Likewise.
4068         * soft-fp/op-4.h: Likewise.
4069         * soft-fp/op-8.h: Likewise.
4070         * soft-fp/op-common.h: Likewise.
4071         * soft-fp/soft-fp.h: Likewise.
4073         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
4075 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
4077         [BZ #6652]
4078         * Makeconfig (soversions-default-setname): Remove variable.
4079         ($(common-objpfx)soversions.i): Don't pass default_setname to
4080         soversions.awk.
4081         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
4082         oldest_abi to abi-versions.awk.
4083         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
4084         * config.make.in (oldest-abi): Remove variable.
4085         * configure.ac (--enable-oldest-abi): Remove configure option.
4086         * configure: Regenerated.
4087         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
4088         text.
4089         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
4090         * scripts/soversions.awk: Do not handle default_setname variable.
4091         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
4092         variable.
4093         * sysdeps/mach/hurd/configure: Regenerated.
4094         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
4095         variable.
4096         * sysdeps/unix/sysv/linux/configure: Regenerated.
4098 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4100         * elf/Makefile (CFLAGS-interp.c): Remove.
4101         ($(elf-objpfx)runtime-linker.h): Generate header with linker
4102         path string.
4103         * elf/interp.c: Include generated runtime-linker.h
4105         * Makerules (lib%.so): Don't include $(+interp) in
4106         prerequisites.
4107         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
4108         * dlfcn/eval.c: Remove file.
4110         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
4111         macros.
4113         [BZ #17266]
4114         * misc/sys/cdefs.h: Define __extern_always_inline for clang
4115         4.2 and newer.
4117         [BZ #17370]
4118         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
4120 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4121             Jakub Jelinek  <jakub@redhat.com>
4123         [BZ #17266]
4124         * libio/stdio.h: Check definition of __fortify_function
4125         instead of __extern_always_inline to include bits/stdio2.h.
4126         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
4127         check if __extern_always_inline is defined.
4128         [__USE_MISC || __USE_XOPEN]: Likewise.
4129         [__USE_ISOC99] Likewise.
4130         * misc/sys/cdefs.h (__fortify_function): Define only if
4131         __extern_always_inline is defined.
4132         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
4133         __extern_always_inline and __extern_inline only for g++-4.3
4134         and newer or a compatible gcc.
4136 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
4138         [BZ #17371]
4139         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
4140         last change to handle zero prefix length.
4142 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
4144         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
4145         _SC_REGEX_VERSION.
4147         * posix/getconf.c (vars): Add _POSIX_IPV6 and
4148         _POSIX_RAW_SOCKETS.
4150 2014-09-13  Allan McRae  <allan@archlinux.org>
4152         * po/ru.po: Update Russian translation from translation project.
4154 2014-09-12  Roland McGrath  <roland@hack.frob.com>
4156         * locale/programs/locale.c (show_locale_vars): Inline local function
4157         into its sole call site.  Clean up some style nits.
4158         (print_item): New function, broken out of ...
4159         (show_info): ... local function here.  Clean up style nits.
4161         * locale/programs/ld-ctype.c (set_one_default): New function, broken
4162         out of ...
4163         (set_class_defaults): ... local function set_default here.
4164         Define set_default as a macro locally to pass constant parameters.
4165         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
4166         rather than a shared local.
4168         * stdlib/rpmatch.c (try): New function, broken out of ...
4169         (rpmatch): ... local function here.  Also, prototypify definition.
4171 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
4173         * scripts/soversions.awk: Do not handle configuration names.
4174         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
4175         vendor and os variables to soversions.awk.
4176         * configure.ac: Do not modify gnu-* host_os.
4177         * configure: Regenerated
4178         * shlib-versions: Remove first column with configuration names.
4179         * nptl/shlib-versions: Likewise.
4180         * nptl_db/shlib-versions: Likewise.
4181         * sysdeps/hppa/shlib-versions: Likewise.
4182         * sysdeps/m68k/shlib-versions: Likewise.
4183         * sysdeps/mach/hurd/shlib-versions: Likewise.
4184         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
4185         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
4186         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
4187         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
4188         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
4189         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
4190         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
4191         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
4192         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
4193         Likewise.
4194         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4195         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
4196         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
4197         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
4198         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
4199         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
4200         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
4201         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4203         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
4204         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
4205         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
4206         Regenerated.
4207         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
4208         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
4209         Condition symbol version definitions on [HAVE_ELFV2_ABI].
4211         * shlib-versions: Remove OS-specific entries.  Moved to files in
4212         sysdeps.
4213         * sysdeps/mach/hurd/shlib-versions: New file.
4214         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
4216         * nptl/shlib-versions: Remove architecture-specific entries.
4217         Moved to files in sysdeps.
4218         * shlib-versions: Likewise.
4219         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
4220         file.
4221         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4222         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
4223         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
4224         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
4226         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
4227         (UDP_NO_CHECK6_RX): Likewise.
4229 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4231         * sysdeps/posix/sysconf.c (__sysconf): Spell
4232         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
4234 2014-08-12  Florian Weimer  <fweimer@redhat.com>
4236         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
4237         loading.
4238         * iconv/Versions (__gconv_transliterate): Export for use from
4239         gconv modules.
4240         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
4241         (struct __gconv_trans_data, __gconv_trans_fct,
4242         __gconv_trans_context_fct, __gconv_trans_query_fct,
4243         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
4244         definitions.
4245         (struct __gconv_step_data): Remove __trans member.
4246         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
4247         longer hidden.  Remove unused trans_data argument.
4248         * iconv/gconv_int.h (struct trans_struct): Remove definition.
4249         (__gconv_translit_find): Remove declaration.
4250         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
4251         prototype.
4252         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
4253         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
4254         trans_data argument.  Add hidden definition.
4255         (__gconv_translit_find): Remove.
4256         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
4257         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
4258         * iconv/skeleton.c: Remove transliteration initialization.
4259         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
4260         __gconv_step_data initialization.
4261         * libio/iofwide.c (__libio_translit_): Remove.
4262         (_IO_fwide): Adjust struct __gconv_step_data initialization.
4263         * wcsmbs/btowc.c (__btowc): Likewise.
4264         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
4265         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
4266         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
4267         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
4268         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
4269         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
4270         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
4271         * wcsmbs/wctob.c (wctob): Likewise.
4273 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4275         [BZ #16194]
4276         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
4277         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
4278         register usage.
4279         * sysdeps/x86/Makefile: Adjust.
4281 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4282             Roland McGrath  <roland@hack.frob.com>
4284         * locale/weight.h: Add include guard.
4285         (findidx): Make static rather than auto; take new parameters
4286         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
4287         * locale/weightwc.h: Likewise.
4288         * posix/fnmatch_loop.c
4289         (FCT): Change type of EXTRA from int32_t to wint_t.
4290         Don't include either header inside the function.
4291         Call FINDIDX rather than findidx, and pass new arguments.
4292         #undef FINDIDX at the end of the file.
4293         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
4294         FINDIDX before including fnmatch_loop.c for the non-wide version.
4295         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
4296         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
4297         for the wide version.
4298         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
4299         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
4300         Pass new arguments to findidx.
4301         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
4302         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
4303         Don't #include it inside the function.  Pass new arguments to findidx.
4304         * posix/regex_internal.h
4305         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
4306         (re_string_elem_size_at): Don't #include it inside the function.
4307         Pass new arguments to findidx.
4308         * string/strcoll_l.c: #include WEIGHT_H at top level.
4309         (get_next_seq): Don't #include it inside the function.
4310         Pass new arguments to findidx.
4311         (get_next_seq_nocache): Likewise.
4312         * string/strxfrm_l.c: #include WEIGHT_H at top level.
4313         (STRXFRM): Don't #include it inside the function.
4314         Pass new arguments to findidx.
4316 2014-09-11  Florian Weimer  <fweimer@redhat.com>
4318         [BZ #17344]
4319         * malloc/malloc.c (unlink): Turn asserts into a call to
4320         malloc_printerr.
4322 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
4324         [BZ #17370]
4325         * libio/wfileops (do_ftell_wide): Free OUT.
4327 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
4329         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
4331 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
4333         [BZ #17363]
4334         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
4335         group if the current group is empty.
4337 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4339         * benchtests/bench-memset.c (test_main): Add more test from size
4340         from 32 to 512 bytes.
4341         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4342         Add POWER8 memset object.
4343         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4344         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
4345         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
4346         implementation.
4347         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
4348         Likewise.
4349         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
4350         multiarch POWER8 memset optimization.
4351         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
4352         POWER8 memset optimization.
4354         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4355         Remove bzero multiarch objects.
4356         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
4357         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
4358         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
4359         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
4360         Remove define.
4361         [__bzero]: Redefine to specific name.
4362         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
4363         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
4364         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
4365         define.
4366         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
4367         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
4369 2014-09-10  Florian Weimer  <fweimer@redhat.com>
4371         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
4372         warnings into errors.
4374         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
4375         __cxa_thread_atexit_impl prototype.
4377 2014-09-09  Steve Ellcey  <sellcey@mips.com>
4379         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
4380         Fix capitalization of error message.
4382 2014-09-09  Steve Ellcey  <sellcey@mips.com>
4384         * sysdeps/mips/preconfigure: Modify ABI tests.
4386 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
4388         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
4390 2014-09-07  Roland McGrath  <roland@hack.frob.com>
4391             Carlos O'Donell  <carlos@systemhalted.org>
4393         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
4394         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
4395         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
4396         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
4397         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
4398         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
4399         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
4400         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
4401         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
4402         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
4403         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
4404         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
4405         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
4406         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
4407         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
4408         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
4409         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
4410         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
4411         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
4412         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
4413         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
4414         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
4415         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
4416         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
4417         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
4418         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
4419         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
4420         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
4421         Deconditionalize the code that was previously under [RESET_PID].
4422         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
4423         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
4424         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
4425         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
4426         include sysdep.h.
4428 2014-09-08  Allan McRae  <allan@archlinux.org>
4430         * version.h (RELEASE): Set to "development".
4431         (VERSION): Set to "2.20.90"
4433 2014-09-07  Allan McRae  <allan@archlinux.org
4435         * version.h (RELEASE): Set to "stable".
4436         (VERSION): Set to "2.20"
4437         * include/features.h (__GLIBC_MINOR__): Set to 20.
4439         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
4440         Liebler.
4442         * po/ko.po: Update Korean translation from translation project.
4444 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
4446         [BZ #17354]
4447         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
4448         macro for handling signed relocations.
4450 2014-09-03  Florian Weimer  <fweimer@redhat.com>
4452         [BZ #17325]
4453         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
4454         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
4455         assert.
4456         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
4457         * iconvdata/ibm935.c (BODY): Likewise.
4458         * iconvdata/ibm937.c (BODY): Likewise.
4459         * iconvdata/ibm939.c (BODY): Likewise.
4460         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
4461         assert.
4462         * iconvdata/Makefile (iconv-test.out): Pass module list to test
4463         script.
4464         * iconvdata/run-iconv-test.sh: New test loop for checking for
4465         decoder crashers.
4467 2014-09-02  Khem Raj  <raj.khem@gmail.com>
4469         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
4470         libm_hidden_ver.
4472 2014-09-01  Allan McRae  <allan@archlinux.org>
4474         * po/eo.po: Update Esperanto translation from translation project.
4476         * po/ca.po: Update Catalan translation from translation project.
4478 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4480         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
4481         __proc_dostop call.
4483 2014-08-27  Mark Wielaard  <mjw@redhat.com>
4485         [BZ #17319]
4486         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
4487         to call set_thread_area instead of hand written asm.
4488         (__NR_set_thread_area): Removed define.
4489         (TLS_FLAG_WRITABLE): Likewise.
4490         (__ASSUME_SET_THREAD_AREA): Remove check.
4491         (TLS_EBX_ARG): Remove define.
4492         (TLS_LOAD_EBX): Likewise.
4494 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4496         Simplify atomicity of socket creation in bind.
4498         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
4499         looking up the name after linking the file.
4501 2014-08-27  Allan McRae  <allan@archlinux.org>
4503         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
4505 2014-08-26  Florian Weimer  <fweimer@redhat.com>
4507         [BZ #17187]
4508         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
4509         trans_compare, open_translit, __gconv_translit_find):
4510         Remove module loading code.
4512 2014-08-26  Allan McRae  <allan@archlinux.org>
4514         * po/vi.po: Update Vietnamese translation from translation project.
4516         * po/uk.po: Update Ukrainian translation from translation project.
4518         * po/fr.po: Update French translation from translation project.
4520         * po/ru.po: Update Russian translation from translation project.
4522         * po/pl.po: Update Polish translation from translation project.
4524         * po/cs.po: Update Czech translation from translation project.
4526         * po/de.po: Update German translation from translation project.
4528         * po/bg.po: Update Bulgarian translation from translation project.
4530         * po/sv.po: Update Sweedish translation from translation project.
4532         * po/nl.po: Update Dutch translation from translation project.
4534         * po/es.po: Update Spanish translation from translation project.
4536 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
4538         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
4540         * catgets/Makefile (CPPFLAGS-gencat): Remove.
4541         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
4542         (CPPFLAGS-iconvconfig): Likewise.
4543         * timezone/Makefile (CPPFLAGS-zic): Likewise.
4545         * include/libc-symbols.h: Remove unnecessary check for
4546         NOT_IN_libc.
4547         * nptl/pthreadP.h: Likewise.
4548         * sysdeps/aarch64/setjmp.S: Likewise.
4549         * sysdeps/alpha/setjmp.S: Likewise.
4550         * sysdeps/arm/sysdep.h: Likewise.
4551         * sysdeps/i386/setjmp.S: Likewise.
4552         * sysdeps/m68k/setjmp.c: Likewise.
4553         * sysdeps/posix/getcwd.c: Likewise.
4554         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
4555         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
4556         * sysdeps/s390/s390-32/setjmp.S: Likewise.
4557         * sysdeps/s390/s390-64/setjmp.S: Likewise.
4558         * sysdeps/sh/sh3/setjmp.S: Likewise.
4559         * sysdeps/sh/sh4/setjmp.S: Likewise.
4560         * sysdeps/unix/alpha/sysdep.h: Likewise.
4561         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4562         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4563         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
4564         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4565         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
4566         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
4567         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4568         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4569         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4570         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4571         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4572         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4573         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4574         * sysdeps/x86_64/setjmp.S: Likewise.
4576 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
4578         [BZ #17263]
4579         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
4580         <stdint.h>.
4581         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
4582         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
4584 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
4586         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
4588         [BZ #17262]
4589         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
4590         and __x86_64__ when disabling x87 inline functions.
4592 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
4594         [BZ #17259]
4595         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
4596         asm statement with __cpuid_count.
4598 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
4600         * configure.ac: Change __ehdr_start code to dereference the struct.
4601         Run readelf on the output to look for relocations.
4602         * configure: Regenerated.
4604 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
4606         [BZ #17261]
4607         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
4608         value to 0.
4609         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
4611 2014-08-12  Roland McGrath  <roland@hack.frob.com>
4613         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
4615 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
4617         [BZ #16892]
4618         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
4619         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
4621 2014-08-12  Sean Anderson  <seanga2@gmail.com>
4623         * malloc/malloc.c: Fix typo in comment.
4625 2014-08-09  Allan McRae  <allan@archlinux.org>
4627         * Regenerate libc.po.
4629 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
4631         * intl/tst-gettext2.sh: Check every lang file for creation.
4633 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4635         * sysdeps/aarch64/fpu/math_private.h
4636         (libc_feholdsetround_noex_aarch64_ctx): New function.
4638 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4640         * sysdeps/arm/armv6/strcpy.S (strcpy):
4641         Fix performance issue in misaligned cases.
4643 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4645         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
4646         Move definition from termios.h.
4647         (struct termio): Likewise.
4648         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4649         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4650         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4651         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4652         Likewise.
4653         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
4654         Move definition to ioctl-types.h
4655         (struct termio): Likewise.
4656         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4657         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4658         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4659         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4660         Likewise.
4662 2014-08-05  Richard Henderson  <rth@redhat.com>
4664         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
4665         exceptions.
4666         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
4667         Add fraiseexcpt.
4668         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
4669         Use __feraiseexcept.
4670         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
4671         Protect libm symbols with IS_IN_libm.
4673         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
4675 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
4677         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
4679 2014-08-04  Will Newton  <will.newton@linaro.org>
4681         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
4682         file.
4684 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
4686         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
4687         variants for each function.
4689 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4691         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
4692         appended ...
4693         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
4694         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
4695         appended ...
4696         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
4697         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
4698         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
4699         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
4700         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
4701         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
4702         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
4703         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
4704         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
4705         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
4706         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
4707         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
4708         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
4709         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
4710         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
4711         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
4712         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
4713         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
4714         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
4715         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
4716         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
4717         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
4718         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
4719         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
4720         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
4721         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
4722         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
4723         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
4724         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
4725         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
4726         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
4727         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
4728         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
4729         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
4730         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
4731         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
4732         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
4733         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
4734         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
4735         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
4736         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
4737         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
4738         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
4739         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
4740         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
4741         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
4742         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
4743         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
4744         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
4745         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
4746         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
4747         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
4748         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
4749         Update #include.
4750         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
4751         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
4753 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4755         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
4756         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
4757         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
4758         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
4759         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
4760         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
4762 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4764         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
4765         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
4766         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4767         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
4769 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4771         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
4772         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
4773         (__libc_vfork): Define function under this name.
4774         (__vfork): Define as an alias.
4775         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
4776         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
4778 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4780         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
4781         that was previously under [RESET_PID].
4782         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
4784 2014-08-04  Andreas Schwab  <schwab@suse.de>
4786         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
4788 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
4790         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
4791         (main): Likewise.
4793 2014-08-01  Roland McGrath  <roland@hack.frob.com>
4795         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
4797 2014-08-01  Richard Henderon  <rth@redhat.com>
4799         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
4800         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
4801         typo in exact zero test.
4802         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
4803         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
4804         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
4806 2014-08-01  Roland McGrath  <roland@hack.frob.com>
4808         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
4809         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
4810         * sysdeps/arm/sysdep.h: ... here.
4811         [!__ASSEMBLER__]: Include <stdint.h>.
4813 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
4815         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
4816         (HAVE_WCTYPE_H): Likewise.
4817         (HAVE_ISWCTYPE): Likewise.
4818         (ENABLE_NLS): Likewise.
4819         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
4820         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
4822         * posix/regex_internal.c: Check if DEBUG is defined and is
4823         set.
4825         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
4826         (HAVE_MBSRTOWCS): Likewise.
4827         * posix/fnmatch.c: Include string.h unconditionally.
4829 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
4831         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
4832         reversal.
4834 2014-07-31  Roland McGrath  <roland@hack.frob.com>
4836         * sysdeps/generic/safe-fatal.h: New file.
4837         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
4838         * nptl/forward.c: Include it.
4839         (__pthread_unwind): Use __safe_fatal as default action, rather
4840         than a bogus use of INTERNAL_SYSCALL that could never work.
4842         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
4843         * configure.ac (libc_cv_builtin_trap): New test.
4844         * configure: Regenerated.
4845         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
4846         (ABORT_INSTRUCTION): Define using __builtin_trap.
4848         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
4849         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
4850         * sysdeps/nptl/nptl-signals.h: New file.
4851         * nptl/pthreadP.h: Include <nptl-signals.h>.
4853 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
4855         * sysdeps/s390/s390-64/utf16-utf32-z9.c
4856         (ONE_DIRECTION): Define.
4857         * sysdeps/s390/s390-64/utf8-utf16-z9.c
4858         (ONE_DIRECTION): Define.
4859         * sysdeps/s390/s390-64/utf8-utf32-z9.c
4860         (ONE_DIRECTION): Define.
4862 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
4864         * sysdeps/s390/Makefile: Delete file.
4865         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
4866         * sysdeps/s390/__longjmp.c: Delete file.
4867         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
4868         Remove fields __flags and __reserved.
4869         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
4870         and add versioning.
4871         * sysdeps/s390/rtld-__longjmp.c: Delete file.
4872         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
4873         * sysdeps/s390/rtld-setjmp.S: Likewise.
4874         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
4875         * sysdeps/s390/s390-32/__longjmp.c: ... here.
4876         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
4877         * sysdeps/s390/s390-32/setjmp.S: ... here.
4878         Add versioning.
4879         (__sigsetjmp): Remove setting __flags field.
4880         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
4881         * sysdeps/s390/s390-64/__longjmp.c: ... here.
4882         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
4883         * sysdeps/s390/s390-64/setjmp.S: ... here.
4884         Add versioning.
4885         (__sigsetjmp): Remove setting __flags field.
4886         * sysdeps/s390/setjmp.S: Delete file.
4887         * sysdeps/s390/sigjmp.c: Likewise.
4888         * sysdeps/s390/v1-longjmp.c: Likewise.
4889         * sysdeps/s390/v1-setjmp.h: Likewise.
4890         * sysdeps/s390/v1-sigjmp.c: Likewise.
4891         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
4892         Remove v1-longjmp_chk.
4893         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
4894         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
4895         Include debug/longjmp_chk.c and add versioning.
4896         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
4897         Include nptl/pt-longjmp.c and add versioning.
4898         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
4899         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
4900         Include __longjmp.c.
4901         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
4902         Move to ...
4903         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
4904         (__getcontext): Remove setting __flags field.
4905         Add versioning.
4906         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
4907         Don't restore upper high grps.
4908         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
4909         Likewise.
4910         (__swapcontext): Remove setting uc_flags field.
4911         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
4912         Delete file.
4913         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
4914         Include __longjmp.c.
4915         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
4916         Move to ...
4917         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
4918         (__getcontext): Remove setting __flags field.
4919         Add versioning.
4920         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
4921         (__swapcontext): Remove setting uc_flags field.
4922         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
4923         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
4924         Remove fields uc_high_gprs and __reserved.
4925         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
4926         New file with reverted content.
4927         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
4928         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
4929         Regenerated.
4930         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
4931         Regenerated.
4933 2014-07-31  Andreas Schwab  <schwab@suse.de>
4935         * config.h.in (HAVE_IFUNC): Define to 0.
4936         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
4937         definedness.
4939 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
4941         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
4942         memmove-avx-unaligned, memcpy-avx-unaligned and
4943         mempcpy-avx-unaligned.
4944         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
4945         Add tests for AVX memcpy functions.
4946         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
4947         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
4948         memcpy_chk.
4949         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
4950         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
4951         memmove_chk.
4952         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
4953         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
4954         mempcpy_chk.
4955         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
4956         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
4957         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
4959 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4961         [BZ #17213]
4962         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
4963         powerpc64le.
4965 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
4967         [BZ #16839]
4968         * manual/llio.texi: Add section about open file description locks.
4969         * manual/examples/ofdlocks.c: Example of open file description
4970         lock usage.
4971         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
4972         F_OFD_SETLK, and F_OFD_SETLKW.
4974 2014-07-23  Allan McRae  <allan@archlinux.org>
4976         * po/es.po: Update Spanish translation from translation project.
4978 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
4980         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
4982 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
4984         [BZ #17078]
4985         * sysdeps/arm/dl-machine.h (elf_machine_rela)
4986         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
4987         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
4989 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
4991         [BZ #17088]
4992         * math/fesetenv.c (__fesetenv)
4993         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
4994         * math/feupdateenv.c (__feupdateenv)
4995         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
4997         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
4998         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
4999         (__ASSUME_SOCKETCALL): Do not define.
5001         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
5002         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
5003         (__ASSUME_SOCKETCALL): Do not define.
5004         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
5005         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
5006         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5007         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
5008         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5009         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
5010         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5011         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5013         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
5014         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
5015         (__ASSUME_SOCKETCALL): Do not define.
5016         (__ASSUME_IPC64): Define unconditionally.
5017         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
5018         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5019         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
5020         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5021         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
5022         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5023         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
5024         Likewise.
5026         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
5027         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
5028         (__ASSUME_SOCKETCALL): Do not define.
5029         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
5030         (__ASSUME_FUTEX_LOCK_PI): Likewise.
5031         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5032         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
5033         (__ASSUME_REQUEUE_PI): Define unconditionally.
5034         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
5035         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
5036         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5037         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
5038         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5039         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5041         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
5042         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
5043         (__ASSUME_SOCKETCALL): Do not define.
5044         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
5045         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5046         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5047         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
5048         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5049         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5051         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
5052         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
5053         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5054         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
5055         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5056         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
5057         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5058         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
5059         (__ASSUME_GETCPU_SYSCALL): Likewise.
5061         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
5062         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
5063         cases for individual architectures.
5064         * sysdeps/gnu/configure: Regenerated.
5065         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
5066         LIBC_SLIBDIR_RTLDDIR.
5067         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
5068         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
5069         LIBC_SLIBDIR_RTLDDIR.
5070         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
5071         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
5072         LIBC_SLIBDIR_RTLDDIR.
5073         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
5074         Regenerated.
5075         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
5076         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
5077         file.
5078         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
5079         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
5080         file.
5081         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
5082         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
5083         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
5084         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
5086         * sysdeps/aarch64/shlib-versions: Move to ...
5087         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
5088         * sysdeps/alpha/shlib-versions: Move to ...
5089         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
5090         * sysdeps/arm/shlib-versions: Move to ...
5091         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
5092         * sysdeps/hppa/shlib-versions: Move all contents except for
5093         libgcc_s entry to ...
5094         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
5095         entry from ...
5096         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
5097         * sysdeps/ia64/shlib-versions: Move to ...
5098         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
5099         entry from ...
5100         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
5101         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
5102         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
5103         * sysdeps/microblaze/shlib-versions: Move to ...
5104         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
5105         * sysdeps/mips/shlib-versions: Move to ...
5106         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
5107         entry from ...
5108         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
5109         * sysdeps/tile/shlib-versions: Move to ...
5110         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
5111         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
5112         from ...
5113         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
5114         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
5115         entry from ...
5116         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
5118 2014-07-17  Will Newton  <will.newton@linaro.org>
5120         * sysdeps/arm/bits/atomic.h
5121         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
5122         (__arch_compare_and_exchange_bool_16_int): Likewise.
5123         (__arch_compare_and_exchange_bool_64_int): Likewise.
5125         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
5126         into an #else block.
5128 2014-07-16  Roland McGrath  <roland@hack.frob.com>
5130         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
5131         just Linux configurations.  Test empirically that the compiler sets
5132         __ARM_EABI__, rather than using the tuple to decide.
5133         * sysdeps/arm/preconfigure: Regenerated.
5134         * sysdeps/unix/sysv/linux/arm/configure: File removed.
5135         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
5136         contents appended ...
5137         * sysdeps/arm/configure.ac: ... here.
5138         * sysdeps/arm/configure: Regenerated.
5140 2014-07-15  Roland McGrath  <roland@hack.frob.com>
5142         * nptl/pthread_kill.c: New file.
5143         * nptl/pthread_sigmask.c: New file.
5144         * nptl/pthread_sigqueue.c: New file.
5146         * sysdeps/nptl/lowlevellock.h: New file.
5147         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
5148         * sysdeps/nptl/lowlevellock-futex.h: New file.
5150         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
5151         Remove dead declarations.
5153 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
5155         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
5156         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
5157         config-cflags-avx2.
5158         * sysdeps/x86_64/configure.ac: Likewise.
5159         * sysdeps/i386/configure: Regenerated.
5160         * sysdeps/x86_64/configure: Likewise.
5161         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
5162         memset-avx2 only if config-cflags-avx2 is yes.
5163         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
5164         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
5165         defined.
5166         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
5167         only if HAVE_AVX2_SUPPORT is defined.
5168         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
5170 2014-07-14  Alan Modra  <amodra@gmail.com>
5172         [BZ #17153]
5173         * elf/elf.h (DT_PPC64_NUM): Correct value.
5174         * NEWS: Add to fixed bug list.
5176 2014-07-13  Jim Meyering  <meyering@fb.com>
5178         [BZ 17150]
5179         regex: don't deref NULL upon heap allocation failure
5180         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
5181         failure in one more place.
5182         To trigger the segfault, configure grep -with-included-regex,
5183         build it, and run these commands:
5184         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
5186 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
5188         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
5190 2014-07-11  Richard Henderson  <rth@redhat.com>
5192         * sysdeps/aarch64/libm-test-ulps: Update.
5194 2014-07-10  Florian Weimer  <fweimer@redhat.com>
5196         [BZ #17135]
5197         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
5198         * nptl/allocatestack.c (__nptl_setxid_error): New function.
5199         (__nptl_setxid): Initialize error member.  Call
5200         __nptl_setxid_error.
5201         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
5202         * nptl/descr.h (struct xid_command): Add error member.
5203         * nptl/tst-setuid3.c: New file.
5204         * nptl/Makefile (tests): Add it.
5206 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5208         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
5209         New define.
5210         (__lll_trylock): Use __lll_base_trylock.
5211         (__lll_cond_trylock): Likewise.
5213 2014-07-10  Roland McGrath  <roland@hack.frob.com>
5215         * nptl/pthread_create.c (start_thread): Use atomic_or and
5216         lll_futex_wake directly rather than lll_robust_dead.
5217         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
5218         (lll_robust_dead): Macro removed.
5219         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
5220         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5221         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5222         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5223         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5224         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5225         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5226         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5227         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5228         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5229         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5230         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5231         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5232         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5233         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5235         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
5236         Use atomic_compare_and_exchange_val_acq directly rather than
5237         lll_robust_trylock.
5238         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
5239         (__lll_robust_trylock, lll_robust_trylock): Removed.
5240         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5241         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5242         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5243         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5244         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5245         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5246         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5247         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5248         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5249         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5250         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5251         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5252         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5253         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5255 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5257         * manual/locale.texi (Locale Names): New section documenting
5258         locale name syntax.  Adjust menu and node chaining accordingly.
5259         (Choosing Locale): Reference Locale Names, Locale Categories.
5260         Mention setting LC_ALL=C.  Reflect that name syntax is now
5261         documented.
5262         (Locale Categories): New section title.  Reference Locale Names.
5263         LC_ALL is an environment variable, but not a category.
5264         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
5265         description, now in Locale Name.  Reference that section.  Locale
5266         name syntax is now documented.
5268 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5270         [BZ #17137]
5271         * locale/findlocale.c (name_present, valid_locale_name): New
5272         functions.
5273         (_nl_find_locale): Use the loc_name variable to store name
5274         candidates.  Call name_present and valid_locale_name to check and
5275         validate locale names.  Return an error if the locale is invalid.
5277 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5279         * locale/setlocale.c (setlocale): Use strdup for allocating
5280         composite name copy.
5282 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
5284         Sync up with gnulib.
5285         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
5286         [!_LIBC && ENABLE_NLS]: Include gettext.h.
5287         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
5288         and _GL_ARG_NONNULL.
5289         [USE_UNLOCKED_IO]: Include unlocked-io.h.
5290         [!_LIBC]: Include code for Windows and Cygwin.
5291         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
5292         Include prototype for int strerror_r.
5293         [!_LIBC] (is_open): New function.
5294         (flush_stdout): New function.
5295         (print_errno_message): Use it.
5296         (error): Likewise.
5297         (error_at_line): Likewise.
5298         (error_tail) Add function attribute macros.  Use
5299         __builtin_expect.
5301         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
5303         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
5305         * io/ftw.c: Include sys/param.h unconditionally.
5307         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
5309         [BZ #17125]
5310         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
5311         libc_freeres_ptr.
5312         (freecache): New function to free CACHE on exit.
5314         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
5315         initialization.
5317 2014-07-09  David S. Miller  <davem@davemloft.net>
5319         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5321         * sysdeps/sparc/nptl/internaltypes.h: Delete.
5322         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
5323         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
5324         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
5325         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
5326         * sysdeps/sparc/nptl/sem_init.c: Likewise.
5327         * sysdeps/sparc/nptl/sem_post.c: Likewise.
5328         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
5329         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
5330         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
5331         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
5332         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
5333         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
5335 2014-07-09  Andreas Schwab  <schwab@suse.de>
5337         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
5338         output.
5339         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
5340         (do_test): Likewise.
5342         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
5344 2014-07-09  Will Newton  <will.newton@linaro.org>
5346         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
5347         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
5348         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
5349         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
5350         * sysdeps/hppa/start.S (_start): Likewise.
5352 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
5354         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
5356         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
5357         defined.
5359 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
5361         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
5362         after checking that it is non-NULL.
5364         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
5366 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5368         * sysdeps/powerpc/memmove.c: Remove file.
5369         * sysdeps/powerpc/powerpc32/power4/memcopy.h
5370         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
5371         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
5372         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
5373         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
5374         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
5375         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
5376         string memmove instead of removed powerpc one.
5378         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
5379         [weak_alias]: Fix compiler warning due trailing data.
5380         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
5381         [weak_alias]: Likewise.
5382         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
5383         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
5385         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
5386         (__libc_ifunc_impl_list): Add memmove functions.
5388 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
5390         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
5391         Remove code.
5392         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
5393         Likewise
5394         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
5395         Likewise
5396         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
5397         Likewise
5398         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
5399         Likewise
5400         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
5401         Likewise
5402         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
5403         Likewise
5404         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
5405         Likewise
5406         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
5407         Likewise
5408         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
5409         Likewise
5410         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
5411         Likewise
5412         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
5413         Likewise
5414         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
5415         Likewise
5416         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
5417         Likewise
5418         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
5419         Likewise
5420         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
5421         Likewise
5422         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
5423         Likewise
5425 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5427         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
5428         to avoid alignment traps in non-cacheable memory.
5429         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
5431         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
5432         multiarch objects.
5433         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
5434         file: multiarch power7 memmove.
5435         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
5436         multiarch default memmove.
5437         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
5438         multiarch memove for powerpc32/power4.
5440         * string/bcopy.c: Use full path to include memmove.c.
5441         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
5442         multiarch objects.
5443         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
5444         bcopy for powerpc64.
5445         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
5446         bcopy for powerpc64.
5447         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
5448         and memmove implementations.
5449         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
5450         optimized multiarch memmove for POWER7/powerpc64.
5451         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
5452         default multiarch memmove for powerpc64.
5453         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
5454         multiarch for powerpc64.
5455         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
5456         for POWER7/powerpc64.
5457         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
5458         memmove for POWER7/powerpc64.
5460         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
5461         glibc default one.
5463         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
5464         __ELF_NATIVE_CLASS equal to 64.
5466 2014-07-07  Roland McGrath  <roland@hack.frob.com>
5468         * sysdeps/nptl/lowlevellock.h: File removed.
5470         * NEWS: NPTL is no longer an add-on!
5471         * nptl/internaltypes.h: Moved ...
5472         * sysdeps/nptl/internaltypes.h: ... here.
5473         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
5474         * sysdeps/nptl/fork.c: Likewise.
5475         * sysdeps/nptl/gai_misc.h: Likewise.
5476         * sysdeps/nptl/librt-cancellation.c: Likewise.
5477         * sysdeps/nptl/jmp-unwind.c: Likewise.
5478         * sysdeps/nptl/setxid.h: Likewise.
5479         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
5480         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
5481         * sysdeps/unix/sysv/linux/arm/Implies: New file.
5482         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
5483         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
5484         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
5485         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
5486         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
5487         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
5488         * sysdeps/unix/sysv/linux/mips/Implies: New file.
5489         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
5490         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
5491         * sysdeps/unix/sysv/linux/sh/Implies: New file.
5492         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
5493         * sysdeps/unix/sysv/linux/tile/Implies: New file.
5494         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
5495         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
5496         * nptl/Makeconfig: Moved ...
5497         * sysdeps/nptl/Makeconfig: ... here.
5498         * nptl/configure: File removed.
5499         * nptl/ANNOUNCE: File removed.
5500         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
5501         * sysdeps/unix/sysv/linux/configure: Regenerated.
5503         * nptl/Makefile (routines): Add libc_pthread_init,
5504         libc_multiple_threads, register-atfork and unregister-atfork.
5505         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
5506         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
5507         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
5508         pthread-pi-defines.sym, structsem.sym.
5509         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
5510         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
5511         [$(subdir) = nptl] (tests): Add tst-setgetname.
5512         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
5513         * sysdeps/unix/sysv/linux/sigaction.c: Just include
5514         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
5515         [!LIBC_SIGACTION]: Remove aliases.
5516         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
5517         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
5518         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
5519         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
5520         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
5521         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
5522         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
5523         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
5524         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
5525         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
5526         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
5527         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
5528         __libc_allocate_rtsig_private.
5529         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
5530         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
5531         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
5532         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
5533         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
5534         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
5535         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
5536         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
5537         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
5538         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
5539         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
5540         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
5541         * nptl/internaltypes.h: ... here.
5542         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
5543         * sysdeps/nptl/jmp-unwind.c: ... here.
5544         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
5545         * nptl/libc-lowlevellock.c: ... here.
5546         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
5547         * nptl/libc_multiple_threads.c: ... here.
5548         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
5549         * nptl/libc_pthread_init.c: ... here.
5550         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
5551         * nptl/lowlevelbarrier.sym: ... here.
5552         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
5553         * nptl/lowlevelcond.sym: ... here.
5554         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
5555         * nptl/lowlevellock.c: ... here.
5556         * nptl/lowlevellock.h: Moved ...
5557         * sysdeps/nptl/lowlevellock.h: ... here.
5558         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
5559         * nptl/lowlevelrobustlock.c: ... here.
5560         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
5561         * nptl/lowlevelrobustlock.sym: ... here.
5562         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
5563         * nptl/lowlevelrwlock.sym: ... here.
5564         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
5565         * nptl/pt-fork.c: ... here.
5566         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
5567         * nptl/pthread-pi-defines.sym: ... here.
5568         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
5569         * nptl/pthread_attr_getaffinity.c: ... here.
5570         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
5571         * nptl/pthread_attr_setaffinity.c: ... here.
5572         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
5573         * nptl/pthread_mutex_cond_lock.c: ... here.
5574         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
5575         Update #include.
5576         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
5577         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
5578         * nptl/pthread_once.c: ... here, replacing old file.
5579         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
5580         * nptl/pthread_yield.c: ... here.
5581         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
5582         * nptl/register-atfork.c: ... here.
5583         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
5584         * nptl/sem_post.c: ... here.
5585         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
5586         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
5587         * nptl/sem_timedwait.c: ... here.
5588         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
5589         * nptl/sem_trywait.c: ... here.
5590         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
5591         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
5592         * nptl/sem_wait.c: ... here.
5593         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
5594         * nptl/structsem.sym: ... here.
5595         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
5596         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
5597         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
5598         * nptl/unregister-atfork.c: ... here.
5599         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
5600         * nptl/unwindbuf.sym: ... here.
5601         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
5602         * sysdeps/nptl/fork.c: ... here.
5603         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
5604         * sysdeps/nptl/fork.h: ... here.
5605         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
5606         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
5607         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
5608         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
5609         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
5610         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
5611         * sysdeps/unix/sysv/linux/getpid.c: ... here.
5612         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
5613         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
5614         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
5615         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
5616         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
5617         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
5618         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
5619         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
5620         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
5621         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
5622         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
5623         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
5624         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
5625         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
5626         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
5627         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
5628         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
5629         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
5630         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
5631         * sysdeps/unix/sysv/linux/raise.c: ... here.
5632         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
5633         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
5634         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
5635         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
5636         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
5637         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
5638         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
5639         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
5640         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
5641         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
5642         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
5643         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
5644         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
5645         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
5646         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
5648 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
5650         * sysdeps/generic/memcopy.h: Add comment for
5651         MEMCPY_OK_FOR_FWD_MEMMOVE.
5653 2014-07-04  Will Newton  <will.newton@linaro.org>
5655         * string/memchr.c: Merge from gnulib.
5656         [_LIBC]: Remove conditionals.
5657         (__ptr_t): Remove define.
5658         (LONG_MAX_32_BITS): Likewise.
5659         (LONG_MAX): Likewise.
5660         (MEMCHR): Use ANSI prototype and optimize algorithm.
5662         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
5664 2014-07-03  Roland McGrath  <roland@hack.frob.com>
5666         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
5667         (lll_futex_timed_wait_bitset): Fix syscall argument count.
5669         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
5670         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
5671         in a bare environment with no <stdlib.h> installed.
5672         * sysdeps/nptl/configure: Regenerated.
5674         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
5676         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
5677         AC_EGREP_CPP for kernel header checks, so they only succeed if
5678         including <linux/version.h> actually works right.
5679         * sysdeps/unix/sysv/linux/configure: Regenerated.
5681         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
5682         value so it's not diagnosed as unused.
5684         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
5685         thing) with "ifeq ($(subdir),rt)".
5687 2014-07-03  Richard Henderson  <rth@redhat.com>
5689         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
5690         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
5691         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
5693         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
5694         (math_force_eval): New.
5696         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
5697         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
5699         * sysdeps/alpha/fpu/s_round.c: Remove file.
5700         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
5702         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
5703         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
5704         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
5705         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
5706         (_dl_start, print_statistics): Likewise.
5707         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
5708         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
5710         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5711         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5712         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5713         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5714         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5715         (HP_SMALL_TIMING_AVAIL): Define.
5716         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5717         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5718         (HP_SMALL_TIMING_AVAIL): Define.
5719         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5720         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5722         * sysdeps/aarch64/hp-timing.h: New file.
5724         * sysdeps/generic/hp-timing.h: Remove dead comment.
5725         * sysdeps/generic/hp-timing-common.h: New file.
5726         * sysdeps/alpha/hp-timing.h: Include it.
5727         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
5728         * sysdeps/i386/i686/hp-timing.h: Likewise.
5729         * sysdeps/ia64/hp-timing.h: Likewise.
5730         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
5731         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
5732         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
5733         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
5734         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
5735         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
5736         (hp_timing_t): New.
5738         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
5739         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
5740         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
5741         * elf/rtld.c (_dl_start_final): Likewise.
5742         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
5743         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5744         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5745         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5746         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5747         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5748         (HP_TIMING_DIFF_INIT): Remove.
5749         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5750         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5751         (HP_TIMING_DIFF_INIT): Remove.
5752         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5753         * sysdeps/i386/i686/hp-timing.c: Remove file.
5754         * sysdeps/x86_64/hp-timing.c: Remove file.
5755         * sysdeps/ia64/hp-timing.c: Remove file.
5756         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
5757         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
5758         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
5759         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
5761         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
5762         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
5763         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
5764         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5765         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5766         (HP_TIMING_ACCUM): Remove.
5767         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5768         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
5769         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5771         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
5772         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
5773         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
5774         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
5775         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
5776         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5777         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
5778         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5780         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
5782 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
5784         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
5786 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5788         Sync up with gettext.
5789         * intl/loadmsgcat.c: Define O_BINARY if not defined.
5790         [_MSC_VER]: Include malloc.h
5791         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
5792         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
5793         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
5794         TEMP_FAILURE_RETRY.  Cast return of alloca.
5795         [!_LIBC] Call gl_rwlock_init.
5796         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
5798 2014-07-02  Roland McGrath  <roland@hack.frob.com>
5800         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
5801         before checking its value.
5803 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5805         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
5807         * debug/memcpy_chk.c: Don't include pagecopy.h.
5808         * debug/mempcpy_chk.c: Likewise.
5809         * string/memcpy.c: Likewise.
5810         * string/memmove.c: Likewise.
5811         * sysdeps/powerpc/memmove.c: Likewise.
5812         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
5813         definition of PAGE_COPY_FWD_MAYBE here...
5814         * sysdeps/generic/pagecopy.h: ... from here.
5815         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
5817 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
5818             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5820         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
5821         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
5822         optimizations.
5823         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
5824         (__libc_ifunc_impl_list): Likewise.
5825         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
5826         multiarch strcat for PPC64.
5827         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
5828         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
5830 2014-07-02  Roland McGrath  <roland@hack.frob.com>
5832         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
5834 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5836         * intl/loadmsgcat.c: Remove declaration of
5837         get_sysdep_segment_value.
5838         (get_sysdep_segment_value): Use ISO C style.
5839         (_nl_load_domain): Use ISO C style.  Get rid of redundant
5840         semicolon.  Fix typo and formatting in comment.
5841         (_nl_unload_domain): Use ISO C style.
5843         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
5845 2014-07-02  Will Newton  <will.newton@linaro.org>
5847         * malloc/obstack.c: Merge from gnulib master.
5848         [HAVE_CONFIG_H]: Remove conditional code.
5849         [!_LIBC]: Include config.h.
5850         [!ELIDE_CODE]: Don't include inttypes.h, include
5851         stdint.h unconditionally.
5852         (print_and_abort): Mark as _Noreturn.
5853         (_obstack_allocated_p): Mark as __attribute_pure__.
5854         (obstack_free): Rename to __obstack_free.
5855         [!__attribute__]: Remove conditional code.
5856         * malloc/obstack.h: Merge from gnulib master.
5857         [__cplusplus]: Move conditional down.
5858         [!__attribute_pure__]: Define __attribute_pure__ here
5859         if it is not already defined.
5860         (_obstack_memory_used): Mark as __attribute_pure__.
5861         [!__obstack_free]: Define as obstack_free.
5862         [__GNUC__]: Remove check for ancient NeXT gcc.
5864 2014-07-02  Will Newton  <will.newton@linaro.org>
5865             Paul Eggert  <eggert@cs.ucla.edu>
5867         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
5869 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5871         * resolv/gethnamaddr.c: Add comment warning that the file is
5872         not maintained.
5874 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
5876         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
5877         entries.
5879         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
5880         entry for aio_cancel and aio_cancel64.
5881         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
5882         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
5883         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
5884         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
5885         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
5886         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
5887         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
5888         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
5889         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
5890         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
5891         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
5892         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
5893         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
5895 2014-07-01  Roland McGrath  <roland@hack.frob.com>
5897         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
5898         * nptl/pthread_mutex_lock.c: Likewise.
5899         * nptl/pthread_mutex_timedlock.c: Likewise.
5900         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
5902 2014-07-01  Richard henderson  <rth@redhat.com>
5904         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
5905         (__isnan, __isnanl): Remove.
5906         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
5908         * sysdeps/alpha/fpu/libm-test-ulps: Update.
5910 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
5912         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
5914 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
5916         * resolv/nss_dns/dns-host.c (getanswer_r)
5917         [MULTI_PTRS_ARE_ALIASES]: Remove code.
5919 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
5921         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
5922         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
5923         undefine.
5924         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
5925         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
5927 2014-07-01  Roland McGrath <roland@hack.frob.com>
5929         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
5930         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
5932         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
5933         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
5935         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
5936         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
5937         ... here.
5938         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
5939         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
5941         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
5942         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
5943         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
5944         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
5946         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
5947         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
5948         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
5949         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
5950         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
5951         Moved ...
5952         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
5953         ... here.
5954         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
5955         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
5956         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
5957         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
5958         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
5959         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
5960         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
5961         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
5962         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
5963         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
5964         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
5965         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
5966         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
5967         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
5968         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
5969         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
5970         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
5971         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
5972         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
5973         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
5974         ... here.
5975         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
5976         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
5977         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
5978         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
5979         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
5980         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
5981         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
5982         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
5984 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
5986         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
5987         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
5988         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
5989         Add sysdep.
5991 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5993         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5995 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
5997         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
5998         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
6000         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
6002         * sysdeps/arm/libm-test-ulps: Regenerated.
6004 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
6005             Roland McGrath <roland@hack.frob.com>
6007         * test-skeleton.c (signal_handler): Kill the whole process group
6008         before killing the child individually.
6009         (main): Report any failure on `setpgid'.
6011 2014-06-30  Roland McGrath  <roland@hack.frob.com>
6013         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
6014         from _TLS_H to _ARM_NPTL_TLS_H.
6015         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
6016         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
6018 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
6020         [BZ #16539]
6021         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
6022         (__expm1l): Return argument unchanged when small but not
6023         subnormal.
6025         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
6026         include macro name.
6027         (_FP_UNPACK_RAW_1_P): Likewise.
6028         (_FP_PACK_RAW_1): Likewise.
6029         (_FP_PACK_RAW_1_P): Likewise.
6030         (_FP_MUL_MEAT_1_wide): Likewise.
6031         (_FP_MUL_MEAT_DW_1_hard): Likewise.
6032         (_FP_MUL_MEAT_1_hard): Likewise.
6033         (_FP_DIV_MEAT_1_imm): Likewise.
6034         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
6035         (_FP_DIV_MEAT_1_udiv): Likewise.
6036         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
6037         (_FP_UNPACK_RAW_2): Likewise.
6038         (_FP_UNPACK_RAW_2_P): Likewise.
6039         (_FP_PACK_RAW_2): Likewise.
6040         (_FP_PACK_RAW_2_P): Likewise.
6041         (_FP_MUL_MEAT_DW_2_wide): Likewise.
6042         (_FP_MUL_MEAT_2_wide): Likewise.
6043         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
6044         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
6045         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
6046         (_FP_MUL_MEAT_2_gmp): Likewise.
6047         (_FP_DIV_MEAT_2_udiv): Likewise.
6048         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
6049         (_FP_FRAC_SRL_4): Likewise.
6050         (_FP_FRAC_SRST_4): Likewise.
6051         (_FP_FRAC_SRS_4): Likewise.
6052         (_FP_UNPACK_RAW_4): Likewise.
6053         (_FP_UNPACK_RAW_4_P): Likewise.
6054         (_FP_PACK_RAW_4): Likewise.
6055         (_FP_PACK_RAW_4_P): Likewise.
6056         (_FP_MUL_MEAT_DW_4_wide): Likewise.
6057         (_FP_MUL_MEAT_4_wide): Likewise.
6058         (_FP_MUL_MEAT_4_gmp): Likewise.
6059         (umul_ppppmnnn): Likewise.
6060         (_FP_DIV_MEAT_4_udiv): Likewise.
6061         (__FP_FRAC_ADD_4): Likewise.
6062         (__FP_FRAC_SUB_3): Likewise.
6063         (__FP_FRAC_SUB_4): Likewise.
6064         (__FP_FRAC_DEC_3): Likewise.
6065         (__FP_FRAC_DEC_4): Likewise.
6066         (__FP_FRAC_ADDI_4): Likewise.
6067         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
6068         (_FP_FRAC_SRL_8): Likewise.
6069         (_FP_FRAC_SRS_8): Likewise.
6071         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
6072         include macro name.
6073         (FP_UNPACK_RAW_EP): Likewise.
6074         (FP_PACK_RAW_E): Likewise.
6075         (FP_PACK_RAW_EP): Likewise.
6076         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
6077         (_FP_ISSIGNAN): Likewise.
6078         (_FP_ADD_INTERNAL): Likewise.
6079         (_FP_FMA): Likewise.
6080         (_FP_CMP): Likewise.
6081         (_FP_SQRT): Likewise.
6082         (_FP_TO_INT): Likewise.
6083         (_FP_FROM_INT): Likewise.
6084         (FP_EXTEND): Likewise.
6085         (_FP_DIV_MEAT_N_loop): Likewise.
6087 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
6089         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
6090         throughout.
6092 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
6094         [BZ #17097]
6095         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
6096         result with correct sign in case of exponents that produce
6097         overflow except for X very close to 1.
6099 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
6101         mktime: merge #if/#ifdef usage from glibc
6102         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
6103         as that works with both Glibc's and Gnulib's style.
6104         See thread starting at Siddhesh Poyarekar's bug report at:
6105         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
6107 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
6109         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
6110         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
6111         * sysdeps/tile/tilegx/memmove.c: Remove file.
6113 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
6115         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
6116         abi-name definition.
6117         * scripts/soversions.awk: Do not handle or generate ABI lines.
6118         * shlib-versions: Remove ABI entries.
6119         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
6120         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
6122 2014-06-27  Roland McGrath  <roland@hack.frob.com>
6124         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
6125         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
6126         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
6127         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
6128         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
6129         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
6130         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
6131         Moved ...
6132         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
6133         ... here.
6134         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
6135         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
6136         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
6137         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
6138         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
6139         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
6140         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
6141         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
6142         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
6143         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
6144         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
6145         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
6146         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
6147         Moved ...
6148         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
6149         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
6150         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
6151         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
6152         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
6153         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
6154         Moved ...
6155         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
6156         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
6157         Moved ...
6158         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
6159         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
6160         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
6161         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
6162         Moved ...
6163         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
6164         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
6165         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
6166         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
6167         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
6168         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
6169         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
6170         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
6171         Moved ...
6172         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
6173         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
6174         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
6175         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
6176         Moved ...
6177         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
6178         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
6179         Moved ...
6180         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
6181         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
6182         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
6183         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
6184         Moved ...
6185         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
6186         ... here.
6187         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
6188         Identical file removed.
6189         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
6190         Moved ...
6191         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
6192         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
6193         Identical file removed.
6194         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
6195         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
6196         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
6197         Moved ...
6198         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
6199         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
6200         Identical file removed.
6201         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
6202         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
6203         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
6204         Identical file removed.
6205         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
6206         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
6207         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
6208         Identical file removed.
6209         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
6210         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
6211         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
6212         Identical file removed.
6213         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
6214         Moved ...
6215         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
6216         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
6217         Identical file removed.
6218         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
6219         Moved ...
6220         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
6221         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
6222         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
6223         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
6224         Identical file removed.
6225         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
6226         Moved ...
6227         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
6228         ... here.
6229         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
6230         Identical file removed.
6231         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
6232         Moved ...
6233         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
6234         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
6235         Identical file removed.
6236         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
6237         Moved ...
6238         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
6239         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
6240         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
6241         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
6242         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
6243         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
6244         Moved ...
6245         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
6246         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
6247         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
6249         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
6250         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
6251         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
6252         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
6253         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
6255 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
6257         [BZ #17092]
6258         * nscd/nscd.c (monitor_child): Return exit status of child
6259         instead of return value from wait syscall.
6261 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
6263         * configure.ac (libc_commonpagesize): Remove variable.
6264         (libc_relro_required): Likewise.
6265         (libc_cv_z_relro): Remove configure test.
6266         * configure: Regenerated.
6267         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
6268         variable.
6269         (libc_relro_required): Likewise.
6270         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
6271         (libc_relro_required): Likewise.
6272         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
6273         (libc_relro_required): Likewise.
6274         * sysdeps/arm/preconfigure: Regenerated.
6275         * sysdeps/ia64/preconfigure: Remove file.
6276         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
6277         variable.
6278         (libc_relro_required): Likewise.
6280         [BZ #16561]
6281         [BZ #16562]
6282         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
6283         (__ieee754_yn): Set FE_TONEAREST mode internally and then
6284         recompute overflowing results in original rounding mode.
6285         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
6286         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
6287         recompute overflowing results in original rounding mode.
6288         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
6289         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6290         recompute overflowing results in original rounding mode.
6291         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
6292         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6293         recompute overflowing results in original rounding mode.
6294         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
6295         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6296         recompute overflowing results in original rounding mode.
6297         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
6298         (libc_feholdsetround_ctx): New macro.
6299         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
6300         * sysdeps/i386/fpu/libm-test-ulps: Update.
6301         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
6303 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6305         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
6306         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
6307         corresponding .cpsetup call.
6309 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6311         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
6312         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
6313         * sysdeps/arm/Makefile [$(subdir) = csu]
6314         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
6315         (static-only-routines): Add aeabi_read_tp here.
6316         (shared-only-routines): Add libc-aeabi_read_tp here.
6317         (CFLAGS-libc-start.c): Add -fexceptions here.
6318         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
6319         (sysdep_routines, static-only-routines, shared-only-routines):
6320         Don't add to these here.
6321         (CFLAGS-libc-start.c): Likewise.
6323         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
6324         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
6325         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
6326         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
6327         * sysdeps/arm/Makefile [$(subdir) = rt]
6328         (librt-sysdep_routines, librt-shared-only-routines):
6329         Append rt-aeabi_unwind_cpp_pr1 here.
6330         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
6331         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
6332         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
6333         (libpthread-sysdep_routines, libpthread-shared-only-routines):
6334         Append nptl-aeabi_unwind_cpp_pr1 here.
6335         (tests): Filter out tst-cleanupx4 here.
6336         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
6337         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
6338         Don't do those here.
6340 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6342         * scripts/list-sources.sh: Do not handle ports specially.
6344 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6346         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
6347         * sysdeps/arm/feupdateenv.c: Likewise.
6349         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
6351 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6353         * manual/texinfo.tex: Update to version 2014-05-05.10 with
6354         trailing whitespace removed.
6355         * scripts/config.guess: Update to version 2014-03-23.
6356         * scripts/config.sub: Update to version 2014-05-01
6357         * scripts/install-sh: Update to version 2013-12-25.23.
6358         * scripts/move-if-change: Update from gnulib.
6360 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6362         * debug/memmove_chk.c: Remove pagecopy.h include.
6364 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
6366         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
6367         identical to gnulib mktime.
6369 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6371         * configure.ac: Do not test for machine being rs6000.  Do not test
6372         for powerpc*-*soft.
6373         * configure: Regenerated.
6375         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
6376         test.
6377         * configure: Regenerated.
6378         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
6379         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
6380         Remove configure test.
6381         * sysdeps/arm/configure: Regenerated.
6382         * sysdeps/nptl/configure.ac: Do not check
6383         libc_cv_asm_cfi_directives.
6384         * sysdeps/nptl/configure: Regenerated.
6385         * sysdeps/x86_64/nptl/configure.ac: Remove file.
6386         * sysdeps/x86_64/nptl/configure: Remove generated file.
6387         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
6388         unconditional.
6389         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
6391 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6393         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
6394         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
6395         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
6396         it is defined.
6398         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
6399         instead of whether it is defined.
6400         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
6401         * sysdeps/hppa/dl-machine.h: Likewise.
6402         * sysdeps/ia64/dl-machine.h: Likewise.
6403         * sysdeps/m68k/dl-machine.h: Likewise.
6404         * sysdeps/microblaze/dl-machine.h: Likewise.
6405         * sysdeps/mips/dl-machine.: Likewise.
6406         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
6407         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
6408         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
6409         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
6410         * sysdeps/sh/dl-machine.h: Likewise.
6411         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
6412         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
6413         * sysdeps/tile/dl-machine.h: Likewise.
6414         * sysdeps/x86_64/dl-machine.h: Likewise.
6416         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
6417         code.
6418         (verify_persistent_db): Likewise.
6420 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6422         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
6423         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
6424         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
6425         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
6426         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
6427         Moved ...
6428         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
6429         ... here.
6430         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
6431         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
6432         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
6433         Identical file removed.
6434         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
6435         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
6436         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
6437         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
6438         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
6439         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
6440         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
6441         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
6442         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
6443         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
6444         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
6445         Moved ...
6446         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
6447         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
6448         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
6449         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
6450         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
6451         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
6452         Moved ...
6453         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
6454         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
6455         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
6456         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
6457         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
6458         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
6459         Identical file removed.
6460         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
6461         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
6462         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
6463         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
6464         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
6465         Moved ...
6466         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
6467         ... here.
6468         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
6469         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
6470         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
6471         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
6472         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
6473         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
6474         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
6475         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
6476         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
6477         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
6478         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
6479         Moved ...
6480         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
6481         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
6482         Moved ...
6483         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
6484         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
6485         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
6486         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
6487         Moved ...
6488         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
6489         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
6490         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
6492         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
6493         folded into ...
6494         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
6495         * sysdeps/unix/sysv/linux/s390/Versions
6496         (libpthread: GLIBC_2.19): New version set.
6497         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
6498         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
6499         (librt: GLIBC_2.3.3): New version set.
6500         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
6501         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
6502         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
6503         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
6504         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
6505         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
6506         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
6507         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
6508         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
6509         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
6510         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
6511         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
6512         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
6513         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
6514         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
6515         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
6516         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
6517         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
6518         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
6519         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
6520         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
6521         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
6522         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
6523         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
6524         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
6525         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
6526         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
6527         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
6528         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
6529         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
6530         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
6531         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
6532         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
6533         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
6534         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
6535         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
6536         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
6537         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
6538         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
6539         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
6540         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
6541         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
6542         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
6543         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
6544         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
6546         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
6547         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
6548         (__libc_vfork): Define the function under this name.
6549         [!NOT_IN_libc] (__vfork): Make this an alias.
6550         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6551         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
6552         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
6553         (__libc_vfork): Define the function under this name.
6554         [!NOT_IN_libc] (__vfork): Make this an alias.
6555         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6556         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
6557         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
6558         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
6559         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
6560         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6562         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
6563         code that was previously under [RESET_PID].
6564         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
6565         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
6566         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
6568         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
6569         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
6570         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
6571         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
6572         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
6573         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
6574         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
6575         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
6576         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
6577         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
6578         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
6579         Moved ...
6580         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
6581         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
6582         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
6583         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
6584         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
6585         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
6586         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
6587         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
6588         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
6589         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
6590         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
6591         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
6592         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
6593         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
6594         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
6595         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
6596         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
6597         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
6598         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
6599         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
6600         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
6601         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
6602         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
6603         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
6604         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
6605         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
6606         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
6607         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
6608         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
6610 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6612         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
6613         that was previously under [RESET_PID].
6614         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
6616 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6618         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
6619         not undefine and redefine.
6620         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
6621         [O_CLOEXEC]: Make code unconditional.
6622         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
6623         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
6624         <kernel-features.h>.
6625         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
6626         conditional variable definition.
6627         (shm_open) [O_CLOEXEC]: Make code unconditional.
6628         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
6629         code.
6631         * configure.ac (USE_REGPARMS): Don't define here.
6632         * configure: Regenerated.
6633         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
6634         * sysdeps/i386/configure: Regenerated.
6636         * nptl/createthread.c: Don't include kernel-features.h.
6637         * nptl/pthread_cancel.c: Likewise.
6638         * nptl/pthread_condattr_setclock.c: Likewise.
6639         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
6640         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
6641         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
6642         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
6643         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
6644         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
6645         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
6646         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
6647         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
6648         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
6649         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
6650         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
6651         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
6652         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
6653         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
6654         * nscd/gai.c: Likewise.
6655         * nss/nss_db/db-open.c: Likewise.
6656         * sysdeps/generic/ldsodefs.h: Likewise.
6657         * sysdeps/sh/nptl/tls.h: Likewise.
6658         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
6659         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
6660         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
6661         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
6662         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
6663         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
6664         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
6665         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
6666         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
6667         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
6668         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
6669         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
6670         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
6671         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
6672         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
6673         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
6674         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
6675         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
6676         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
6677         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
6678         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
6679         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
6680         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
6681         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
6682         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
6683         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
6684         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
6685         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
6686         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
6687         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
6688         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
6689         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
6690         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
6691         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
6692         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
6693         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
6694         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
6695         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
6696         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
6697         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
6698         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
6699         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
6700         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
6701         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
6702         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
6703         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
6704         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
6705         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
6706         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
6707         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
6708         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
6709         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
6710         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
6711         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
6712         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
6713         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
6714         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6715         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
6716         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
6717         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
6718         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
6719         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
6720         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
6721         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
6722         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
6723         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
6724         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
6725         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
6726         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
6727         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
6728         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
6729         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
6730         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
6731         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
6732         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
6733         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
6734         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
6735         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
6736         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
6737         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
6738         * sysdeps/unix/sysv/linux/pread.c: Likewise.
6739         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
6740         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
6741         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
6742         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
6743         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
6744         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
6745         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
6746         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
6747         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
6748         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
6749         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
6750         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
6751         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
6752         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
6753         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
6754         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
6755         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
6756         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
6757         * sysdeps/unix/sysv/linux/system.c: Likewise.
6758         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
6759         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
6760         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
6761         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
6762         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
6763         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
6764         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
6766         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
6767         * configure: Regenerated.
6768         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
6770         * configure.ac (base_machine): Do not set specially for particular
6771         machines here.
6772         * configure: Regenerated.
6773         * sysdeps/powerpc/preconfigure: Move machine and base_machine
6774         settings from configure.ac.
6775         * sysdeps/i386/preconfigure: New file.
6776         * sysdeps/s390/preconfigure: Likewise.
6777         * sysdeps/sh/preconfigure: Likewise.
6778         * sysdeps/sparc/preconfigure: Likewise.
6780 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6782         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
6783         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
6784         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
6785         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
6786         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
6787         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
6788         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
6789         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
6790         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
6791         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
6792         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
6793         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
6794         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
6795         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
6796         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
6797         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
6798         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
6799         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
6800         * sysdeps/sparc/sparc64/Makefile: ... appended here.
6802         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
6803         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
6804         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
6805         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
6806         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
6807         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
6808         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
6809         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
6810         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
6811         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
6812         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
6813         * sysdeps/sparc/sparc32/sem_post.c: ... here.
6814         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
6815         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
6816         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
6817         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
6818         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
6819         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
6820         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
6821         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
6822         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
6823         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
6824         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
6825         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
6826         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
6827         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
6828         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
6829         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
6830         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
6831         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
6832         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
6833         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
6834         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
6835         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
6836         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
6837         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
6838         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
6839         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
6841         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
6842         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
6843         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
6844         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
6845         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
6846         Moved ...
6847         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
6848         ... here.
6849         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
6850         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
6851         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
6852         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
6853         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
6854         Moved ...
6855         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
6856         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
6857         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
6858         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
6859         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
6860         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
6861         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
6862         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
6863         Moved ...
6864         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
6865         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
6866         Moved ...
6867         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
6868         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
6869         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
6870         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
6871         Moved ...
6872         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
6873         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
6874         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
6875         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
6876         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
6877         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
6878         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
6879         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
6880         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
6881         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
6882         Moved ...
6883         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
6884         ... here.
6885         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
6886         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
6887         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
6888         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
6889         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
6890         Moved ...
6891         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
6892         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
6893         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
6894         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
6895         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
6896         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
6897         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
6898         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
6899         Moved ...
6900         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
6901         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
6902         Moved ...
6903         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
6904         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
6905         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
6906         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
6907         Moved ...
6908         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
6909         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
6910         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
6911         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
6912         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
6914 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6916         * timezone/checktab.awk: Update from tzcode 2014e.
6917         * timezone/private.h: Likewise.
6918         * timezone/tzfile.h: Likewise.
6919         * timezone/zdump.c: Likewise.
6920         * timezone/zic.c: Likewise.
6922         * sysdeps/unix/sysv/linux/kernel-features.h
6923         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
6924         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
6925         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
6926         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
6927         Remove conditional code.
6929 2014-06-25  Will Newton  <will.newton@linaro.org>
6931         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
6932         (_dl_arm_cap_flags): Add HWCAP2 values.
6933         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
6934         (_DL_HWCAP_COUNT): Increase to 37.
6935         (_DL_HWCAP_LAST): New define.
6936         (_DL_HWCAP2_LAST): New define.
6937         (_dl_procinfo): Add support for printing
6938         AT_HWCAP2 entries.
6939         (_dl_string_hwcap): Use _dl_hwcap_string.
6941 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6943         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6945 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6947         * README: Do not mention ports directory.
6949         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
6950         Remove macro.
6951         * sysdeps/unix/sysv/linux/futimes.c: Do not include
6952         <kernel-features.h>.
6953         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
6954         conditional variable definition.
6955         (__futimes): Update comment.
6956         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
6957         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
6959         [BZ #16560]
6960         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
6961         arguments close to 0.
6962         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
6963         Likewise.
6964         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
6965         Likewise.
6966         * math/auto-libm-test-in: Add more tests of exp10.
6967         * math/auto-libm-test-out: Regenerated.
6968         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
6970         * sysdeps/unix/sysv/linux/kernel-features.h
6971         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
6972         * sysdeps/unix/sysv/linux/readv.c: Do not include
6973         <kernel-features.h>.
6974         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
6975         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
6976         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
6977         unconditional.
6978         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
6979         conditional code.
6980         * sysdeps/unix/sysv/linux/writev.c: Do not include
6981         <kernel-features.h>.
6982         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
6983         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
6984         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
6985         unconditional.
6986         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
6987         conditional code.
6989 2014-06-25  Will Newton  <will.newton@linaro.org>
6991         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
6992         comment changes throughout the file.  Remove checks
6993         for HAVE_*_H definitions that are not required.
6994         (__gen_tempname): Call abort if an unknown kind value is
6995         passed.
6997 2014-06-25  Andreas Schwab  <schwab@suse.de>
6999         [BZ #17086]
7000         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
7001         scalbln, scalblnf, scalblnl in libc.
7003 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
7005         [BZ #17086]
7006         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
7007         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
7008         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
7010 2014-06-24  Roland McGrath  <roland@hack.frob.com>
7012         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
7013         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
7014         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
7015         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
7016         Update #include.
7017         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
7018         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
7019         Update #include.
7020         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
7021         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
7022         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
7023         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
7024         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
7025         * sysdeps/x86/bits/pthreadtypes.h: ... here.
7026         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
7027         * sysdeps/x86/bits/semaphore.h: ... here.
7028         * sysdeps/x86/nptl/elide.h: Moved ...
7029         * sysdeps/x86/elide.h: ... here.
7030         * sysdeps/x86_64/nptl/Implies: File removed.
7031         * sysdeps/i386/nptl/Implies: File removed.
7033 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
7035         [BZ #16539]
7036         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
7037         return the argument for normal arguments with exponent below -64.
7038         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
7039         Likewise.
7040         * math/auto-libm-test-in: Add another test of expm1.
7041         * math/auto-libm-test-out: Regenerated.
7043         [BZ #16287]
7044         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
7045         calling __erfcl for arguments at least 16.
7046         * math/auto-libm-test-in: Add more tests of erf.
7047         * math/auto-libm-test-out: Regenerated.
7049         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
7050         individual architectures.
7051         * sysdeps/unix/sysv/linux/configure: Regenerated.
7052         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
7053         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
7054         * sysdeps/unix/sysv/linux/powerpc/configure.ac
7055         (ldd_rewrite_script): Define variable.
7056         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
7057         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
7058         file.
7059         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
7060         generated file.
7061         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
7062         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
7063         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
7064         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
7065         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
7066         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
7067         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
7068         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
7070 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
7072         [BZ #17084]
7073         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
7074         Rename member __data.d to __data.__elision_data.
7076 2014-06-24  Wilco  <wdijkstr@arm.com>
7078         * NEWS: Add 16918 to fixed bug list.
7080 2014-06-24  Wilco  <wdijkstr@arm.com>
7082         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
7084 2014-06-24  Wilco  <wdijkstr@arm.com>
7086         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
7087         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
7088         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
7089         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
7090         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
7091         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
7092         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
7093         Use _FPU_MASK_RM.
7095 2014-06-24  Wilco  <wdijkstr@arm.com>
7097         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
7099 2014-06-24  Wilco  <wdijkstr@arm.com>
7101         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
7102         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
7103         * sysdeps/arm/fesetround.c (fesetround): Remove space.
7104         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
7106 2014-06-24  Wilco  <wdijkstr@arm.com>
7108         [BZ #16918]
7109         * sysdeps/arm/feupdateenv.c (feupdateenv):
7110         Rewrite to reduce FPSCR accesses and fix return value.
7112 2014-06-24  Wilco  <wdijkstr@arm.com>
7114         * sysdeps/arm/fclrexcpt.c (feclearexcept):
7115         Optimize to avoid unnecessary FPSCR writes.
7116         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
7117         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
7118         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
7119         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
7121 2014-06-24  Wilco  <wdijkstr@arm.com>
7123         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
7124         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
7125         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
7126         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
7127         Call libc_fetestexcept_vfp.
7128         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
7129         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
7130         __SOFTFP__ ifdef so that they can be built for softfp.
7132 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
7134         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
7135         argument type signed char.
7137         * Makerules (check-abi): Dump diff of symlist if the test
7138         fails.
7140 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7142         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
7143         using abort.
7145         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
7146         Remove unused variable ST.
7148 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
7150         [BZ #16354]
7151         [BZ #17061]
7152         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
7153         small arguments before calling __expm1.
7154         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
7155         small arguments before calling __expm1f.
7156         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
7157         small arguments before calling __expm1l.
7158         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
7159         Likewise.
7160         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
7161         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
7162         spurious underflow for some cosh tests.
7163         * math/auto-libm-test-out: Regenerated.
7164         * sysdeps/i386/fpu/libm-test-ulps: Update.
7166         [BZ #17050]
7167         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
7168         (__ieee754_y1): Set errno if return value overflows.
7169         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
7170         (__ieee754_y1f): Set errno if return value overflows.
7171         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
7172         (__ieee754_y1l): Set errno if return value overflows.
7173         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
7174         (__ieee754_y1l): Set errno if return value overflows.
7175         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
7176         * math/auto-libm-test-out: Regenerated.
7178         * math/gen-auto-libm-tests.c: Document use of
7179         ignore-zero-inf-sign.
7180         (input_flag_type): Add value flag_ignore_zero_inf_sign.
7181         (input_flags): Add ignore-zero-inf-sign.
7182         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
7183         * math/gen-libm-test.pl (generate_testfile): Handle
7184         ignore-zero-inf-sign.
7185         * math/auto-libm-test-in: Mark some cpow tests with
7186         ignore-zero-inf-sign and some with xfail-rounding.
7187         * math/auto-libm-test-out: Regenerated.
7188         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
7189         * sysdeps/i386/fpu/libm-test-ulps: Update.
7190         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7192         [BZ #16315]
7193         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
7194         overflowing or underflowing operations take place with sign of
7195         result.
7196         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
7197         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
7198         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
7199         (__ieee754_pow): Recompute overflowing and underflowing results in
7200         original rounding mode.
7201         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
7202         (__powl_helper): Allow negative argument X and scale negated value
7203         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
7204         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
7205         overflowing or underflowing operations take place with sign of
7206         result.
7207         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
7208         Include <math.h>.
7209         * math/auto-libm-test-in: Add more tests of pow.
7210         * math/auto-libm-test-out: Regenerated.
7211         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
7212         (pow_tonearest_test_data): Remove.
7213         (pow_test_tonearest): Likewise.
7214         (pow_towardzero_test_data): Likewise.
7215         (pow_test_towardzero): Likewise.
7216         (pow_downward_test_data): Likewise.
7217         (pow_test_downward): Likewise.
7218         (pow_upward_test_data): Likewise.
7219         (pow_test_upward): Likewise.
7220         (main): Don't call removed functions.
7221         * sysdeps/i386/fpu/libm-test-ulps: Update.
7222         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7224 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7226         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
7227         Moved ...
7228         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
7229         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
7230         Moved ...
7231         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
7232         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
7233         Moved ...
7234         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
7235         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
7236         Moved ...
7237         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
7238         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
7239         File removed.
7240         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
7241         File removed.
7242         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
7243         File removed.
7244         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
7245         File removed.
7246         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
7247         File removed.
7248         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
7249         File removed.
7250         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
7251         File removed.
7252         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
7253         File removed.
7254         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
7255         File removed.
7256         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
7257         File removed.
7258         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
7259         File removed.
7260         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
7261         File removed.
7262         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
7263         Moved ...
7264         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
7265         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
7266         Moved ...
7267         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
7268         ... here.
7269         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
7270         Moved ...
7271         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
7272         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
7273         Moved ...
7274         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
7275         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
7276         Moved ...
7277         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
7278         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
7279         Moved ...
7280         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
7281         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
7282         Moved ...
7283         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
7284         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
7285         Moved ...
7286         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
7287         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
7288         Moved ...
7289         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
7290         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
7291         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
7292         ... here.
7293         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
7294         Moved ...
7295         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
7296         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
7297         Moved ...
7298         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
7299         ... here.
7300         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
7301         Moved ...
7302         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
7303         ... here.
7304         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
7305         Moved ...
7306         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
7307         ... here.
7308         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
7309         Moved ...
7310         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
7311         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
7312         Moved ...
7313         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
7314         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
7315         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
7316         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
7317         Moved ...
7318         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
7319         ... here.
7320         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
7321         Moved ...
7322         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
7323         ... here.
7324         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
7325         Moved ...
7326         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
7327         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
7328         Moved ...
7329         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
7330         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
7331         Moved ...
7332         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
7333         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
7334         Moved ...
7335         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
7336         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
7337         Moved ...
7338         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
7339         ... here.
7340         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
7341         Moved ...
7342         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
7343         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
7344         Moved ...
7345         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
7346         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
7347         Moved ...
7348         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
7349         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
7350         Moved ...
7351         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
7352         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
7353         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
7354         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
7355         Moved ...
7356         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
7357         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
7358         Moved ...
7359         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
7360         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
7361         Moved ...
7362         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
7363         ... here.
7364         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
7365         Moved ...
7366         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
7367         ... here.
7368         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
7369         Moved ...
7370         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
7371         ... here.
7372         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
7373         Moved ...
7374         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
7375         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
7376         Moved ...
7377         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
7378         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
7379         Moved ...
7380         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
7381         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
7382         Moved ...
7383         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
7384         ... here.
7385         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
7386         Moved ...
7387         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
7388         ... here.
7389         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
7390         Moved ...
7391         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
7392         ... here.
7393         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
7394         Moved ...
7395         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
7396         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
7397         Moved ...
7398         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
7400 2014-06-23  Will Newton  <will.newton@linaro.org>
7401             Wilco  <wdijkstr@arm.com>
7403         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
7404         implementation.  Include get-rounding-mode.h.
7405         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
7406         [!libc_feholdsetround_noex_ctx]: Define
7407         libc_feholdsetround_noex_ctx.
7408         [!libc_feholdsetround_noexf_ctx]: Define
7409         libc_feholdsetround_noexf_ctx.
7410         [!libc_feholdsetround_noexl_ctx]: Define
7411         libc_feholdsetround_noexl_ctx.
7412         (libc_feholdsetround_ctx): New function.
7413         (libc_feresetround_ctx): New function.
7414         (libc_feholdsetround_noex_ctx): New function.
7415         (libc_feresetround_noex_ctx): New function.
7417 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7419         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
7420         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
7421         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
7422         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
7423         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
7424         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
7426         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
7427         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
7428         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
7429         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
7430         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
7431         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
7432         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
7433         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
7434         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
7435         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
7436         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
7437         Moved ...
7438         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
7439         ... here.
7440         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
7441         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
7442         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
7443         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
7444         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
7445         Moved ...
7446         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
7447         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
7448         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
7449         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
7450         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
7451         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
7452         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
7453         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
7454         Moved ...
7455         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
7456         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
7457         Moved ...
7458         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
7459         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
7460         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
7461         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
7462         Moved ...
7463         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
7464         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
7465         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
7466         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
7467         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
7468         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
7469         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
7470         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
7471         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
7472         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
7473         Moved ...
7474         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
7475         ... here.
7476         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
7477         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
7478         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
7479         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
7480         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
7481         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
7482         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
7483         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
7484         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
7485         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
7486         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
7487         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
7488         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
7489         Moved ...
7490         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
7491         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
7492         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
7493         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
7494         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
7495         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
7496         Moved ...
7497         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
7498         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
7499         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
7500         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
7501         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
7503         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
7504         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
7505         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
7506         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
7507         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
7508         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
7509         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
7510         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
7511         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
7512         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
7513         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
7514         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
7515         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
7516         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
7517         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
7518         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
7519         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
7520         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
7521         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
7522         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
7523         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
7524         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
7525         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
7526         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
7527         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
7528         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
7529         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
7530         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
7532 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
7534         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
7535         (FALLOC_FL_COLLAPSE_RANGE): New macro.
7536         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
7537         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
7538         (IPV6_PMTUDISC_INTERFACE): Likewise.
7539         (IPV6_PMTUDISC_OMIT): Likewise.
7541 2014-06-23  Andreas Schwab  <schwab@suse.de>
7543         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
7544         Remove unused errout label.
7546 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7548         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
7549         macro: hardware supports Vector Crypto instructions.
7551 2014-06-23  Will Newton  <will.newton@linaro.org>
7553         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
7554         rather than __builtin_expect.
7556         * elf/dl-lookup.c (undefined_msg): Remove variable.
7557         (_dl_lookup_symbol_x): Replace undefined_msg with string
7558         literal.
7560         * elf/dl-lookup.c (do_lookup_unique): New function.
7561         (do_lookup_x): Move STB_GNU_UNIQUE handling code
7562         to a separate function.
7564 2014-06-23  Andreas Schwab  <schwab@suse.de>
7566         [BZ #17079]
7567         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
7568         before reading the next line.
7570 2014-06-23  Will Newton  <will.newton@linaro.org>
7572         * test-skeleton.c (signal_handler): Use printf and %m
7573         rather than perror.  Use printf rather than fprintf to
7574         stderr.  Use puts rather than fputs to stderr.
7575         (main): Likewise.
7577 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
7579         * nscd/nscd.c (thread_info_t): Remove typedef.
7580         (thread_info): Remove variable.
7582 2014-06-21  Allan McRae  <allan@archlinux.org>
7584         * NEWS: Mention CVE-2014-4043.
7586 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7588         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
7589         * nptl/smp.h: ... here.
7591         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
7593         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
7594         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
7595         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
7596         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
7598         * nptl/allocatestack.c: Include <stack-aliasing.h>.
7599         * nptl/stack-aliasing.h: New file.
7600         * sysdeps/i386/i686/stack-aliasing.h: New file.
7601         * sysdeps/i386/i686/nptl/Makefile: File removed.
7602         * sysdeps/x86_64/stack-aliasing.h: New file.
7603         * sysdeps/x86_64/nptl/Makefile
7604         (CFLAGS-pthread_create.c): Variable removed.
7606         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
7607         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
7608         old file.
7609         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
7610         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
7611         old file.
7613 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
7615         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7616         (__ASSUME_SIGFRAME_V2): Remove macro.
7617         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
7618         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
7619         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
7620         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
7621         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
7622         Declare as function.  Remove conditional macro definitions.
7623         (__default_rt_sa_restorer): Likewise.
7624         (__default_sa_restorer_v1): Remove declaration.
7625         (__default_sa_restorer_v2): Likewise.
7626         (__default_rt_sa_restorer_v1): Likewise.
7627         (__default_rt_sa_restorer_v2): Likewise.
7628         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
7629         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
7630         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
7632 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7634         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
7635         (libpthread-routines): Add sysdep.
7636         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
7637         * sysdeps/unix/sysv/linux/sparc/Versions
7638         (libpthread: GLIBC_2.3.3): New version set.
7639         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
7640         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
7641         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
7642         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
7643         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
7644         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
7645         Moved ...
7646         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
7647         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
7648         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
7649         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
7650         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
7651         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
7652         * sysdeps/sparc/nptl/sem_init.c: ... here.
7653         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
7654         * sysdeps/sparc/nptl/sem_post.c: ... here.
7655         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
7656         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
7657         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
7658         * sysdeps/sparc/nptl/sem_wait.c: ... here.
7659         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
7660         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
7661         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
7662         (libpthread-routines): Add cpu_relax.
7663         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
7664         File removed.
7665         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
7666         (librt: GLIBC_2.3.3): New version set.
7667         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
7668         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
7669         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
7670         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
7671         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
7672         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
7673         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
7674         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
7675         Moved ...
7676         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
7677         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
7678         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
7679         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
7680         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
7681         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
7682         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
7683         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
7684         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
7685         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
7686         Moved ...
7687         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
7688         Update #include.
7689         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
7690         Moved ...
7691         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
7692         Update #include.
7693         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
7694         Moved ...
7695         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
7696         Update #include.
7697         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
7698         Moved ...
7699         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
7700         Update #include.
7701         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
7702         Moved ...
7703         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
7704         Update #include.
7705         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
7706         Moved ...
7707         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
7708         Update #include.
7709         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
7710         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
7711         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
7712         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
7713         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
7714         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
7715         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
7716         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
7717         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
7718         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
7719         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
7720         Moved ...
7721         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
7722         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
7723         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
7724         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
7725         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
7727 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7729         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
7730         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
7731         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
7732         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
7733         * nscd/nscd.c: Likewise.
7734         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
7735         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
7736         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
7737         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
7739         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
7740         <kernel-features.h>.
7741         (init_mq_netlink): Remove conditional have_sock_cloexec
7742         definitions.  Remove code conditional on have_sock_cloexec < 0.
7743         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
7744         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
7745         * sysdeps/unix/sysv/linux/opensock.c: Do not include
7746         <kernel-features.h>.
7747         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
7748         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
7750 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
7752         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7753         Add tests for memset_chk and memset.
7755         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
7756         with AVX2_Usable.
7758 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7760         [BZ #16046]
7761         * elf/tst-dl-iter-static.c: New file.
7762         * elf/Makefile (tests-static): Add tst-dl-iter-static.
7764         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
7765         error.
7767 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7769         * sysdeps/unix/sysv/linux/kernel-features.h
7770         (__ASSUME_F_GETOWN_EX): Remove macro.
7771         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
7772         <kernel-features.h>.
7773         (miss_F_GETOWN_EX): Remove variable or macro.
7774         (do_fcntl): Do not check miss_F_GETOWN_EX.
7775         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
7777         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
7778         Remove macro.
7779         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
7780         [!__ASSUME_AT_RANDOM]: Remove conditional code.
7781         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
7783         * sysdeps/unix/sysv/linux/kernel-features.h
7784         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
7785         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
7786         [ADJ_OFFSET_SS_READ]: Make code unconditional.
7787         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
7789 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7791         [BZ #17075]
7792         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
7793         Fix calculation of the symbol's value.
7794         * sysdeps/arm/tst-armtlsdescloc.c: New file.
7795         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
7796         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
7797         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
7798         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
7799         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
7800         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
7801         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
7802         (modules-names): Add `tst-armtlsdescmod',
7803         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
7804         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
7805         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7806         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
7807         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
7808         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7809         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
7810         ($(objpfx)tst-armtlsdescloc): New dependency.
7811         ($(objpfx)tst-armtlsdescextnow): Likewise.
7812         ($(objpfx)tst-armtlsdescextlazy): Likewise.
7813         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
7814         TLS scheme support.
7815         * sysdeps/arm/configure: Regenerate.
7817 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7819         * include/fcntl.h (__atfct_seterrno): Remove prototype.
7820         (__atfct_seterrno_2): Likewise.
7821         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
7822         <kernel-features.h>.
7823         (__ASSUME_ATFCTS): Do not undefine and redefine.
7824         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
7825         (__have_atfcts): Remove conditional definition.
7826         (__fxstatat([__NR_fstatat64]: Make code unconditional.
7827         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
7828         unreachable if [__ASSUME_ATFCTS].
7829         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
7830         not undefine and redefine.
7831         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
7832         <kernel-features.h>.
7833         (faccessat) [__NR_faccessat]: Make code unconditional.
7834         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
7835         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
7836         <kernel-features.h>.
7837         (fchmodat) [__NR_fchmodat]: Make code unconditional.
7838         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
7839         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
7840         <kernel-features.h>.
7841         (fchownat) [__NR_fchownat]: Make code unconditional.
7842         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
7843         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
7844         <kernel-features.h>.
7845         (futimesat) [__NR_futimesat]: Make code unconditional.
7846         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
7847         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
7848         <kernel-features.h>.
7849         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
7850         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7851         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
7852         <kernel-features.h>.
7853         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
7854         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
7855         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
7856         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
7857         <kernel-features.h>.
7858         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
7859         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7860         * sysdeps/unix/sysv/linux/linkat.c: Do not include
7861         <kernel-features.h>.
7862         (linkat) [__NR_linkat]: Make code unconditional.
7863         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7864         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
7865         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
7866         <kernel-features.h>.
7867         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
7868         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
7869         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
7870         <kernel-features.h>.
7871         (mkdirat) [__NR_mkdirat]: Make code unconditional.
7872         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
7873         * sysdeps/unix/sysv/linux/openat.c: Do not include
7874         <kernel-features.h>.
7875         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
7876         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
7877         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
7878         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
7879         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
7880         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
7881         <kernel-features.h>.
7882         (readlinkat) [__NR_readlinkat]: Make code unconditional.
7883         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
7884         result of INLINE_SYSCALL directly, not via int variable.
7885         * sysdeps/unix/sysv/linux/renameat.c: Do not include
7886         <kernel-features.h>.
7887         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
7888         (renameat) [__NR_renameat]: Make code unconditional.
7889         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
7890         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
7891         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
7892         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
7893         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
7894         (__ASSUME_ATFCTS): Do not undefine and redefine.
7895         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
7896         <kernel-features.h>.
7897         (symlinkat) [__NR_symlinkat]: Make code unconditional.
7898         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7899         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
7900         <kernel-features.h>.
7901         (unlinkat) [__NR_unlinkat]: Make code unconditional.
7902         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7903         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
7904         (__ASSUME_ATFCTS): Do not undefine and redefine.
7905         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
7906         <kernel-features.h>.
7907         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
7908         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7909         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
7910         <kernel-features.h>.
7911         (__xmknodat) [__NR_mknodat]: Make code unconditional.
7912         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
7914 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
7916         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
7918 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
7920         [BZ #17069]
7921         * posix/regcomp.c (parse_reg_exp): Deallocate partially
7922         constructed tree before returning error.
7923         * posix/bug-regexp36.c: Expand test case.
7925 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
7927         [BZ #6803]
7928         * math/libm-test.inc (scalbln_test_date):
7929         Add errno expectations.
7930         * math/w_scalblnf.c: New File.
7931         Add wrapper which checks for setting errno to ERANGE.
7932         Add weak_alias for corresponding scalbln function.
7933         * math/w_scalbln.c: Likewise.
7934         * math/w_scalblnl.c: Likewise.
7935         * math/Makefile (libm-calls): Add w_scalbln.
7936         * sysdeps/ieee754/flt-32/s_scalblnf.c:
7937         Remove weak_alias for corresponding scalbln function.
7938         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
7939         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
7940         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
7941         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
7942         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
7943         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
7944         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
7945         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
7946         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
7947         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
7948         Remove long_double_symbol for scalblnl function in libm, libc.
7949         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
7950         Add wrapper which checks for setting errno to ERANGE.
7951         Add long_double_symbol for scalblnl function in libm, libc.
7952         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
7953         Remove long_double_symbol for scalblnl in libm.
7954         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
7955         Add wrapper which checks for setting errno to ERANGE.
7956         Add long_double_symbol for scalblnl function in libm.
7957         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
7958         Do not use wrapper because of own implementation.
7960 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
7962         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
7963         3 bytes for __pad1 for x32.
7964         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
7966 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
7967             H.J. Lu  <hongjiu.lu@intel.com>
7969         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
7970         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
7971         * sysdeps/x86_64/multiarch/memset.S: Likewise.
7972         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
7973         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
7975 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
7977         [BZ #17069]
7978         * posix/regcomp.c (parse_expression): Deallocate partially
7979         constructed tree before returning error.
7980         * posix/Makefile.c (tests): Add bug-regex36.
7981         (generated): Add bug-regex36.mtrace.
7982         (tests-special): Add $(objpfx)bug-regex36-mem.out
7983         (bug-regex36-ENV): New variable.
7984         ($(objpfx)bug-regex36-mem.out): New rule.
7985         * posix/bug-regex36.c: New file.
7987 2014-06-19  Will Newton  <will.newton@linaro.org>
7989         * malloc/malloc.c (systrim): If extra is zero then return
7990         early.
7992 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
7994         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
7996 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
7998         * sysdeps/aarch64/strchr.S: New file.
8000 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
8002         [BZ #17022]
8003         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
8004         from arguments -2 or below.
8005         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
8006         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
8008 2014-06-18  Andreas Schwab  <schwab@suse.de>
8010         [BZ #17062]
8011         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
8012         of a bracket expr not to run off the end of the string.
8013         * posix/Makefile (tests): Add tst-fnmatch3.
8014         * posix/tst-fnmatch3.c: New file.
8016 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
8018         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
8019         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
8020         [$(cross-compiling) = no]: Likewise.
8021         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
8022         [$(cross-compiling) = no]: Likewise.
8024 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
8026         [BZ #17031]
8027         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
8028         double, adjusted for any remainder from the high double.
8029         * math/libm-test.inc (nearbyint): Add tests.
8030         (rint): Likewise.
8032 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8034         * nptl/sysdeps/powerpc/Makefile: Moved ...
8035         * sysdeps/powerpc/nptl/Makefile: ... here.
8036         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
8037         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
8038         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
8039         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
8040         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
8041         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
8042         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
8043         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
8044         * nptl/sysdeps/powerpc/tls.h: Moved ...
8045         * sysdeps/powerpc/nptl/tls.h: ... here.
8047 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
8049         [BZ #16681]
8050         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
8051         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
8052         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
8053         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
8054         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
8055         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
8056         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
8057         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
8058         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
8060 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
8062         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
8064 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
8066         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
8067         defined operator.
8069         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
8070         $TIMEOUTFACTOR.
8072 2014-06-16  Florian Weimer  <fweimer@redhat.com>
8074         [BZ #17058]
8075         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
8076         non-executed part of the test.
8078 2014-06-16  Andreas Schwab  <schwab@suse.de>
8080         * string/bits/string2.h (strdup, strndup): Update feature guard.
8082 2014-06-14  David S. Miller  <davem@davemloft.net>
8084         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8086 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
8088         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
8089         that was previously under [RESET_PID].
8090         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
8092         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
8093         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
8094         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
8095         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
8096         (__libc_vfork): New strong alias.
8097         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
8099 2014-06-14 Andi Kleen  <ak@linux.intel.com>
8101         * sysdeps/generic/elide.h: New file.
8103 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
8105         * Makefile (installed-headers): Adjust path of pthread.h header.
8107 2014-06-13  Roland McGrath  <roland@hack.frob.com>
8109         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
8110         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
8111         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
8112         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
8114         * nptl/sysdeps/s390/Makefile: Moved ...
8115         * sysdeps/s390/nptl/Makefile: ... here.
8116         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
8117         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
8118         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
8119         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
8120         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
8121         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
8122         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
8123         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
8124         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
8125         * sysdeps/s390/nptl/pthreaddef.h: ... here.
8126         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
8127         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
8128         * nptl/sysdeps/s390/tls.h: Moved ...
8129         * sysdeps/s390/nptl/tls.h: ... here.
8131         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
8132         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
8134 2014-06-13  David S. Miller  <davem@davemloft.net>
8136         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
8137         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
8138         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
8139         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
8140         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
8141         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
8142         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
8143         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
8144         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
8145         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
8146         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
8147         Remove RESET_PID cpp guards.
8148         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
8149         Remove RESET_PID cpp guards.
8150         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
8152 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
8154         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
8155         __sp to uintptr_t.
8157 2014-06-13  Andi Kleen  <ak@linux.intel.com>
8159         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
8160         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
8161         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
8162         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
8163         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
8164         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
8165         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
8166         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
8167         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
8168         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
8169         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
8170         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
8171         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
8172         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
8173         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
8174         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
8175         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
8176         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
8177         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
8178         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
8180         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
8181         (pthread_rwlock_rdlock): Add elision.
8182         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
8183         (pthread_rwlock_wrlock): Add elision.
8184         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
8185         (pthread_rwlock_trywrlock): Add elision.
8186         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
8187         (pthread_rwlock_tryrdlock): Add elision.
8188         * nptl/pthread_rwlock_unlock.c: Include elide.h.
8189         (pthread_rwlock_tryrdlock): Add elision unlock.
8190         * nptl/sysdeps/pthread/pthread.h:
8191         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
8192         (PTHREAD_RWLOCK_INITIALIZER,
8193         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
8194         Handle new elision field.
8195         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
8196         * sysdeps/arm/nptl/bits/pthreadtypes.h
8197         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8198         * sysdeps/sh/nptl/bits/pthreadtypes.h
8199         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8200         * sysdeps/tile/nptl/bits/pthreadtypes.h
8201         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8202         * sysdeps/a/nptl/bits/pthreadtypes.h
8203         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8204         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
8205         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8206         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
8207         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8208         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
8209         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8210         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
8211         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8212         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
8213         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8214         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
8215         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8216         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
8217         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8218         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
8219         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8220         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
8221         (elision_init): Set try_xbegin to zero when no RTM.
8222         * sysdeps/x86/nptl/bits/pthreadtypes.h
8223         (pthread_rwlock_t): Change __pad1 to __rwelision.
8224         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8226 2014-06-13  Andi Kleen  <ak@linux.intel.com>
8228         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
8229         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
8230         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
8231         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
8233 2014-06-13  Meador Inge  <meadori@codesourcery.com>
8235         [BZ #16996]
8236         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
8237         that the cached result has been set before returning it.
8239 2014-06-12  Roland McGrath  <roland@hack.frob.com>
8241         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
8242         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
8243         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
8244         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
8245         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
8246         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
8248         * nptl/sysdeps/sparc/Makefile: Moved ...
8249         * sysdeps/sparc/nptl/Makefile: ... here.
8250         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
8251         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
8252         * nptl/sysdeps/sparc/tls.h: Moved ...
8253         * sysdeps/sparc/nptl/tls.h: ... here.
8254         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
8255         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
8256         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
8257         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
8258         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
8259         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
8260         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
8261         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
8262         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
8263         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
8264         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
8265         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
8266         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
8267         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
8268         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
8269         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
8270         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
8271         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
8272         Update #include.
8273         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
8274         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
8275         Update #include.
8276         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
8277         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
8278         Update #include.
8279         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
8280         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
8281         Update #include.
8283         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8285         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
8286         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
8288         * sysdeps/pthread/posix-timer.h: Include <list.h>.
8289         (struct list_links): Type removed.
8290         (struct thread_node, struct timer_node): Replace struct list_links
8291         with struct list_head.
8292         (list_unlink_ip): Likewise.
8293         * sysdeps/pthread/timer_routines.c
8294         (timer_free_list, thread_free_list, thread_active_list): Likewise.
8295         (list_append, list_insbefore): Likewise.
8296         (list_init): Function removed.
8297         (thread_init, init_module): Use INIT_LIST_HEAD instead.
8298         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
8299         * sysdeps/pthread/Makefile: ... here, new file.
8301         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
8302         * sysdeps/nptl/Implies: ... here.
8303         * sysdeps/unix/sysv/linux/Implies: Add nptl.
8304         * nptl/sysdeps/pthread/list.h: Moved ...
8305         * include/list.h: ... here.
8306         * nptl/sysdeps/pthread/createthread.c: Moved ...
8307         * nptl/createthread.c: ... here.
8308         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
8309         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
8310         * nptl/pt-longjmp.c: ... here.
8311         * nptl/sysdeps/pthread/Makefile: Moved ...
8312         * sysdeps/nptl/Makefile: ... here.
8313         * nptl/sysdeps/pthread/Subdirs: Moved ...
8314         * sysdeps/nptl/Subdirs: ... here.
8315         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
8316         * sysdeps/nptl/aio_misc.h: ... here.
8317         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
8318         * sysdeps/nptl/bits/libc-lock.h: ... here.
8319         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
8320         * sysdeps/nptl/bits/libc-lockP.h: ... here.
8321         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
8322         * sysdeps/nptl/bits/stdio-lock.h: ... here.
8323         * nptl/sysdeps/pthread/configure: Moved ...
8324         * sysdeps/nptl/configure: ... here.
8325         * nptl/sysdeps/pthread/configure.ac: Moved ...
8326         * sysdeps/nptl/configure.ac: ... here.
8327         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
8328         * sysdeps/nptl/gai_misc.h: ... here.
8329         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
8330         * sysdeps/nptl/librt-cancellation.c: ... here.
8331         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
8332         * sysdeps/nptl/malloc-machine.h: ... here.
8333         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
8334         * sysdeps/nptl/pthread-functions.h: ... here.
8335         * nptl/sysdeps/pthread/pthread.h: Moved ...
8336         * sysdeps/nptl/pthread.h: ... here.
8337         * nptl/sysdeps/pthread/setxid.h: Moved ...
8338         * sysdeps/nptl/setxid.h: ... here.
8339         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
8340         * sysdeps/nptl/sigfillset.c: ... here.
8341         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
8342         * sysdeps/nptl/tcb-offsets.h: ... here.
8343         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
8344         * sysdeps/nptl/tst-mqueue8x.c: ... here.
8345         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
8346         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
8347         * nptl/sysdeps/pthread/allocalim.h: Moved ...
8348         * sysdeps/pthread/allocalim.h: ... here.
8349         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
8350         * sysdeps/pthread/bits/sigthread.h: ... here.
8351         * nptl/sysdeps/pthread/flockfile.c: Moved ...
8352         * sysdeps/pthread/flockfile.c: ... here.
8353         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
8354         * sysdeps/pthread/ftrylockfile.c: ... here.
8355         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
8356         * sysdeps/pthread/funlockfile.c: ... here.
8357         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
8358         * sysdeps/pthread/posix-timer.h: ... here.
8359         * nptl/sysdeps/pthread/timer_create.c: Moved ...
8360         * sysdeps/pthread/timer_create.c: ... here.
8361         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
8362         * sysdeps/pthread/timer_delete.c: ... here.
8363         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
8364         * sysdeps/pthread/timer_getoverr.c: ... here.
8365         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
8366         * sysdeps/pthread/timer_gettime.c: ... here.
8367         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
8368         * sysdeps/pthread/timer_routines.c: ... here.
8369         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
8370         * sysdeps/pthread/timer_settime.c: ... here.
8371         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
8372         * sysdeps/pthread/tst-timer.c: ... here.
8373         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
8374         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
8376         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
8377         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
8379         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
8380         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
8381         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
8382         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
8383         Update #include target.
8384         * nptl/sysdeps/i386/i686/Makefile: Moved ...
8385         * sysdeps/i386/i686/nptl/Makefile: ... here.
8386         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
8387         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
8388         Update #include target.
8389         * nptl/sysdeps/i386/i686/tls.h: Moved ...
8390         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
8391         * nptl/sysdeps/i386/Makefile: Moved ...
8392         * sysdeps/i386/nptl/Makefile: ... here.
8393         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
8394         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
8395         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
8396         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
8397         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
8398         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
8399         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
8400         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
8401         * sysdeps/i386/nptl/pthreaddef.h: ... here.
8402         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
8403         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
8404         * nptl/sysdeps/i386/tls.h: Moved ...
8405         * sysdeps/i386/nptl/tls.h: ... here.
8407         * sysdeps/sh/Makefile [$(subdir) = csu]
8408         (gen-as-const-headers): Add tcb-offsets.sym.
8409         * nptl/sysdeps/sh/Makefile: File removed.
8410         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
8411         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
8412         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
8413         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
8414         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
8415         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
8416         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
8417         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
8418         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
8419         * sysdeps/sh/nptl/pthreaddef.h: ... here.
8420         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
8421         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
8422         * nptl/sysdeps/sh/tls.h: Moved ...
8423         * sysdeps/sh/nptl/tls.h: ... here.
8424         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
8425         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
8426         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
8427         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
8428         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
8429         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
8430         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
8431         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
8432         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
8433         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
8434         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
8435         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
8436         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
8437         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
8438         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
8439         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
8440         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
8441         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
8442         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
8443         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
8444         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
8445         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
8446         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
8447         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
8448         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
8449         Moved ...
8450         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
8451         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
8452         Moved ...
8453         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
8454         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
8455         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
8456         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
8457         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
8458         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
8459         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
8460         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
8461         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
8462         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
8463         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
8464         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
8465         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
8466         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
8467         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
8468         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
8469         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
8470         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
8471         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
8473 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
8475         * posix/spawn_faction_addopen.c: Include string.h.
8477 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8479         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
8480         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
8481         * nptl/sysdeps/x86_64/Makefile: Moved ...
8482         * sysdeps/x86_64/nptl/Makefile: ... here.
8483         * nptl/sysdeps/x86_64/configure: Moved ...
8484         * sysdeps/x86_64/nptl/configure: ... here.
8485         * nptl/sysdeps/x86_64/configure.ac: Moved ...
8486         * sysdeps/x86_64/nptl/configure.ac: ... here.
8487         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
8488         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
8489         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
8490         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
8491         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
8492         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
8493         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
8494         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
8495         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
8496         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
8497         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
8498         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
8499         * nptl/sysdeps/x86_64/tls.h: Moved ...
8500         * sysdeps/x86_64/nptl/tls.h: ... here.
8501         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
8502         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
8503         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
8504         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
8506         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
8508 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8510         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8512 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
8514         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
8515         type.
8516         [POSIX] (off_t): Likewise.
8517         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
8518         [POSIX] (S_ISBLK): Require macro.
8519         [POSIX] (S_ISCHR): Likewise.
8520         [POSIX] (S_ISDIR): Likewise.
8521         [POSIX] (S_ISFIFO): Likewise.
8522         [POSIX] (S_ISREG): Likewise.
8523         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
8524         optional-macro.
8525         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
8526         type.
8527         [POSIX] (time_t): Likewise.
8528         [POSIX] (timer_t): Likewise.
8530 2014-06-11  Florian Weimer  <fweimer@redhat.com>
8532         [BZ #17048]
8533         * posix/spawn_int.h (struct __spawn_action): Make the path string
8534         non-const to support deallocation.
8535         * posix/spawn_faction_addopen.c
8536         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
8537         * posix/spawn_faction_destroy.c
8538         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
8539         path in all spawn_do_open actions.
8540         * posix/tst-spawn.c (do_test): Exercise the copy operation in
8541         posix_spawn_file_actions_addopen.
8543 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
8545         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
8546         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
8547         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
8548         conditional code always true.
8549         (__libc_vfork): New alias.
8551 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8553         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8554         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
8556         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
8558         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8559         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
8561         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8562         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
8564         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8565         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
8567 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8569         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
8570         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
8571         multiarch strcmp for PPC64.
8572         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
8573         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
8574         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
8575         multiarch optimizations.
8576         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8577         (__libc_ifunc_impl_list): Likewise.
8579 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
8581         * benchtests/scripts/validate_benchout.py: New script.
8582         * benchtests/Makefile (bench-func): Call it.
8583         * benchtests/scripts/benchout.schema.json: New file.
8585 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
8587         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
8588         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
8589         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
8590         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
8591         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
8592         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
8593         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
8594         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
8595         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
8596         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
8597         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
8598         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
8599         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
8600         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
8601         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
8602         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
8603         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
8604         Moved ...
8605         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
8606         ... here.
8607         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
8608         Moved ...
8609         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
8610         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
8611         Moved ...
8612         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
8613         ... here.
8614         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
8615         Moved ...
8616         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
8617         ... here.
8618         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
8619         Moved ...
8620         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
8621         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
8622         Moved ...
8623         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
8624         ... here.
8625         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
8626         Moved ...
8627         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
8628         ... here.
8629         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
8630         Moved ...
8631         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
8632         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
8633         Moved ...
8634         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
8635         ... here.
8636         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
8637         Moved ...
8638         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
8639         ... here.
8640         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
8641         Moved ...
8642         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
8643         ... here.
8644         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
8645         Moved ...
8646         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
8647         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
8648         Moved ...
8649         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
8650         ... here.
8651         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
8652         Moved ...
8653         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
8654         ... here.
8655         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
8656         Moved ...
8657         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
8658         ... here.
8659         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
8660         Moved ...
8661         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
8662         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
8663         Moved ...
8664         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
8665         ... here.
8666         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
8667         Moved ...
8668         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
8669         ... here.
8670         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
8671         Moved ...
8672         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
8673         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
8674         Moved ...
8675         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
8676         ... here.
8677         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
8678         Moved ...
8679         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
8680         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
8681         Moved ...
8682         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
8683         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
8684         Moved ...
8685         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
8686         ... here.
8687         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
8688         Moved ...
8689         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
8690         ... here.
8691         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
8692         Moved ...
8693         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
8694         ... here.
8695         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
8696         Moved ...
8697         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
8698         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
8699         Moved ...
8700         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
8701         ... here.
8702         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
8703         Moved ...
8704         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
8705         ... here.
8706         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
8707         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
8708         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
8709         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
8710         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
8711         Moved ...
8712         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
8713         ... here.
8714         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
8715         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
8716         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
8717         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
8718         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
8719         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
8720         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
8721         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
8722         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
8723         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
8724         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
8725         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
8726         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
8727         Moved ...
8728         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
8729         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
8730         Moved ...
8731         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
8732         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
8733         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
8734         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
8735         Moved ...
8736         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
8737         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
8738         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
8739         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
8740         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
8741         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
8742         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
8744 2014-06-10  Wilco  <wdijkstr@arm.com>
8746         * math/test-fenv-return.c: New file.
8747         * math/Makefile: Add new test test-fenv-return.
8749 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
8751         [BZ #17042]
8752         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
8753         when x - 1 is zero.
8754         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
8755         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
8756         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
8757         0.0L for an argument of 1.0L.
8758         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
8759         Likewise.
8760         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
8761         value when x - 1 is zero.
8762         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
8763         * sysdeps/i386/fpu/libm-test-ulps: Update.
8764         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8766 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
8768         [BZ #15119]
8769         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
8771 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8773         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
8774         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
8776 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8778         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8779         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
8781         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8782         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
8784         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8785         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
8787         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8788         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
8790         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
8791         if not already defined.
8792         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
8793         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
8794         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
8795         (TLS_INIT_TP): Use it.
8796         (TLS_DEFINE_INIT_TP): New macro.
8797         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
8799 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
8801         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
8802         constant.
8803         [POSIX] (IXANY): Likewise.
8804         [POSIX] (OLCUC): Likewise.
8805         [POSIX || POSIX2008] (CBAUD): Do not allow.
8806         [POSIX || POSIX2008] (DEFECHO): Likewise.
8807         [POSIX || POSIX2008] (ECHOCTL): Likewise.
8808         [POSIX || POSIX2008] (ECHOKE): Likewise.
8809         [POSIX || POSIX2008] (ECHOPRT): Likewise.
8810         [POSIX || POSIX2008] (EXTA): Likewise.
8811         [POSIX || POSIX2008] (EXTB): Likewise.
8812         [POSIX || POSIX2008] (FLUSHO): Likewise.
8813         [POSIX || POSIX2008] (LOBLK): Likewise.
8814         [POSIX || POSIX2008] (PENDIN): Likewise.
8815         [POSIX || POSIX2008] (SWTCH): Likewise.
8816         [POSIX || POSIX2008] (VDISCARD): Likewise.
8817         [POSIX || POSIX2008] (VDSUSP): Likewise.
8818         [POSIX || POSIX2008] (VLNEXT): Likewise.
8819         [POSIX || POSIX2008] (VREPRINT): Likewise.
8820         [POSIX || POSIX2008] (VSTATUS): Likewise.
8821         [POSIX || POSIX2008] (VWERASE): Likewise.
8822         (B*): Change to B[0123456789]*.
8823         * conform/data/time.h-data [POSIX || UNIX98]
8824         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
8825         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
8826         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
8827         [POSIX] (tm_*): Do not allow.
8829 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
8831         * Makefile (install): Don't set LANGUAGE.
8832         * Makefile.in (install): Likewise.
8833         * assert/Makefile (test-assert-ENV): Remove variable.
8834         (test-assert-perr-ENV): Likewise.
8835         * elf/Makefile (neededtest4-ENV): Likewise.
8836         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
8837         [$(cross-compiling) = no]: Don't set LANGUAGE.
8838         * io/ftwtest-sh (LANG): Remove variable.
8839         * libio/Makefile (tst-widetext-ENV): Likewise.
8840         * manual/install.texi (Running make install): Don't refer to
8841         environment settings for make install.
8842         * INSTALL: Regenerated.
8843         * nptl/tst-tls6.sh: Don't set LANG.
8844         * posix/globtest.sh (LANG): Remove variable.
8845         * string/Makefile (tester-ENV): Likewise.
8846         (inl-tester-ENV): Likewise.
8847         (noinl-tester-ENV): Likewise.
8848         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
8849         [$(cross-compiling) = no]: Don't set LANGUAGE.
8850         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
8851         without explicit environment settings.
8853 2014-06-06  Roland McGrath  <roland@hack.frob.com>
8855         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
8856         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
8857         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
8858         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
8860 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
8862         * crypt/crypt-private.h [DOS]: Add some includes taken from the
8863         other files in the crypt directory.
8864         * crypt/crypt.c: Remove duplicate includes.
8865         * crypt/crypt-entry.c: Likewise.
8866         * crypt/crypt_util.c: Likewise.
8868 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
8870         * Makeconfig (run-program-env): New variable.
8871         (run-program-prefix-before-env): Likewise.
8872         (run-program-prefix-after-env): Likewise.
8873         (run-program-prefix): Define in terms of new variables.
8874         (built-program-cmd-before-env): New variable.
8875         (built-program-cmd-after-env): Likewise.
8876         (built-program-cmd): Define in terms of new variables.
8877         (test-program-prefix-before-env): New variable.
8878         (test-program-prefix-after-env): Likewise.
8879         (test-program-prefix): Define in terms of new variables.
8880         (test-program-cmd-before-env): New variable.
8881         (test-program-cmd-after-env): Likewise.
8882         (test-program-cmd): Define in terms of new variables.
8883         * Rules (make-test-out): Use $(run-program-env).
8884         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
8885         (help): Do not mention environment variables.  Mention
8886         --timeoutfactor option.
8887         (timeoutfactor): New variable.
8888         (blacklist_exports): Remove function.
8889         (exports): Remove variable.
8890         (command): Do not include ${exports}.
8891         * manual/install.texi (Configuring and compiling): Do not mention
8892         test wrappers preserving environment variables.  Mention that last
8893         assignment to a variable must take precedence.
8894         * INSTALL: Regenerated.
8895         * benchtests/Makefile (run-bench): Use $(run-program-env).
8896         * catgets/Makefile ($(objpfx)test1.cat): Use
8897         $(built-program-cmd-before-env), $(run-program-env) and
8898         $(built-program-cmd-after-env).
8899         ($(objpfx)test2.cat): Do not specify environment variables
8900         explicitly.
8901         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
8902         $(run-program-env) and $(built-program-cmd-after-env).
8903         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
8904         $(run-program-env) and $(test-program-cmd-after-env).
8905         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
8906         explicitly.
8907         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
8908         run_program_env and test_program_cmd_after_env arguments.
8909         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
8910         * elf/tst-pathopt.sh: Use run_program_env argument.
8911         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
8912         $(test-wrapper-env) and $(run-program-env).
8913         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
8914         run_program_env arguments.
8915         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
8916         * intl/Makefile ($(objpfx)tst-gettext.out): Use
8917         $(test-program-prefix-before-env), $(run-program-env) and
8918         $(test-program-prefix-after-env).
8919         ($(objpfx)tst-gettext2.out): Likewise.
8920         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
8921         run_program_env and test_program_prefix_after_env arguments.
8922         * intl/tst-gettext2.sh: Likewise.
8923         * intl/tst-gettext4.sh: Do not set environment variables
8924         explicitly.
8925         * intl/tst-gettext6.sh: Likewise.
8926         * intl/tst-translit.sh: Likewise.
8927         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
8928         $(test-program-prefix-before-env), $(run-program-env) and
8929         $(test-program-prefix-after-env).
8930         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
8931         run_program_env and test_program_prefix_after_env arguments.
8932         * math/Makefile (run-regen-ulps): Use $(run-program-env).
8933         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
8934         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
8935         explicitly with each use of ${test_wrapper_env}.
8936         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
8937         $(test-program-prefix-before-env), $(run-program-env) and
8938         $(test-program-prefix-after-env).
8939         * posix/tst-getconf.sh: Do not set environment variables
8940         explicitly.
8941         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
8942         run_program_env and test_program_prefix_after_env arguments.
8943         * stdio-common/tst-printf.sh: Do not set environment variables
8944         explicitly.
8945         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
8946         $(test-program-prefix-before-env), $(run-program-env) and
8947         $(test-program-prefix-after-env).
8948         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
8949         run_program_env and test_program_prefix_after_env arguments.
8950         Split $test calls into $test_pre and $test.
8951         * timezone/Makefile (build-testdata): Use
8952         $(built-program-cmd-before-env), $(run-program-env) and
8953         $(built-program-cmd-after-env).
8955 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8957         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
8958         strlen for non SHARED builds.
8960 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
8962         * nptl/allocatestack.c (check_list): Inlined function...
8963         (__reclaim_stacks): ... here.
8965 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
8967         [BZ #15698]
8968         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
8969         memory overrun.
8971 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
8973         * Rules (make-test-out): Include
8974         LOCPATH=$(common-objpfx)localedata in default environment.
8975         * debug/Makefile (tst-chk1-ENV): Remove variable.
8976         (tst-chk2-ENV): Likewise.
8977         (tst-chk3-ENV): Likewise.
8978         (tst-chk4-ENV): Likewise.
8979         (tst-chk5-ENV): Likewise.
8980         (tst-chk6-ENV): Likewise.
8981         (tst-lfschk1-ENV): Likewise.
8982         (tst-lfschk2-ENV): Likewise.
8983         (tst-lfschk3-ENV): Likewise.
8984         (tst-lfschk4-ENV): Likewise.
8985         (tst-lfschk5-ENV): Likewise.
8986         (tst-lfschk6-ENV): Likewise.
8987         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
8988         (tst-iconv7-ENV): Likewise.
8989         * intl/Makefile (LOCPATH-ENV): Likewise.
8990         (tst-codeset-ENV): Likewise.
8991         (tst-gettext3-ENV): Likewise.
8992         (tst-gettext5-ENV): Likewise.
8993         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
8994         (tst-fopenloc-ENV): Likewise.
8995         (tst-fgetws-ENV): Remove variable.
8996         (tst-ungetwc1-ENV): Likewise.
8997         (tst-ungetwc2-ENV): Likewise.
8998         (bug-ungetwc2-ENV): Likewise.
8999         (tst-swscanf-ENV): Likewise.
9000         (bug-ftell-ENV): Likewise.
9001         (tst-fgetwc-ENV): Likewise.
9002         (tst-fseek-ENV): Likewise.
9003         (tst-ftell-partial-wide-ENV): Likewise.
9004         (tst-ftell-active-handler-ENV): Likewise.
9005         (tst-ftell-append-ENV): Likewise.
9006         * posix/Makefile (tst-fnmatch-ENV): Likewise.
9007         (tst-regexloc-ENV): Likewise.
9008         (bug-regex1-ENV): Likewise.
9009         (tst-regex-ENV): Likewise.
9010         (tst-regex2-ENV): Likewise.
9011         (bug-regex5-ENV): Likewise.
9012         (bug-regex6-ENV): Likewise.
9013         (bug-regex17-ENV): Likewise.
9014         (bug-regex18-ENV): Likewise.
9015         (bug-regex19-ENV): Likewise.
9016         (bug-regex20-ENV): Likewise.
9017         (bug-regex22-ENV): Likewise.
9018         (bug-regex23-ENV): Likewise.
9019         (bug-regex25-ENV): Likewise.
9020         (bug-regex26-ENV): Likewise.
9021         (bug-regex30-ENV): Likewise.
9022         (bug-regex32-ENV): Likewise.
9023         (bug-regex33-ENV): Likewise.
9024         (bug-regex34-ENV): Likewise.
9025         (bug-regex35-ENV): Likewise.
9026         (tst-rxspencer-ENV): Likewise.
9027         (tst-rxspencer-no-utf8-ENV): Likewise.
9028         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
9029         (tst-sscanf-ENV): Likewise.
9030         (tst-swprintf-ENV): Likewise.
9031         (tst-swscanf-ENV): Likewise.
9032         (test-vfprintf-ENV): Likewise.
9033         (scanf13-ENV): Likewise.
9034         (bug14-ENV): Likewise.
9035         (tst-grouping-ENV): Likewise.
9036         * stdlib/Makefile (tst-strtod-ENV): Likewise.
9037         (tst-strtod3-ENV): Likewise.
9038         (tst-strtod4-ENV): Likewise.
9039         (tst-strtod5-ENV): Likewise.
9040         (testmb2-ENV): Likewise./
9041         * string/Makefile (tst-strxfrm-ENV): Likewise.
9042         (tst-strxfrm2-ENV): Likewise.
9043         (bug-strcoll1-ENV): Likewise.
9044         (test-strcasecmp-ENV): Likewise.
9045         (test-strncasecmp-ENV): Likewise.
9046         * time/Makefile (tst-strptime-ENV): Likewise.
9047         (tst-ftime_l-ENV): Likewise.
9048         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
9049         (tst-mbrtowc-ENV): Likewise.
9050         (tst-wcrtomb-ENV): Likewise.
9051         (tst-mbrtowc2-ENV): Likewise.
9052         (tst-c16c32-1-ENV): Likewise.
9053         (tst-mbsnrtowcs-ENV): Likewise.
9055 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
9057         * manual/resource.texi (How to get information about the memory
9058         subsystem?): Fix typo.
9059         Reported by Peon de la Parra Ivan <peon@keba.com>
9061 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
9063         [BZ #16882]
9064         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
9065         (pthread_spin_lock): Branch out of spin loop to proper location.
9066         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
9067         (pthread_spin_lock): Likewise.
9069         * nptl/tst-spin4.c: New test.
9070         * nptl/Makefile (tests): Add tst-spin4.
9072 2014-06-03  Andreas Schwab  <schwab@suse.de>
9074         [BZ #15946]
9075         * resolv/res_send.c (send_dg): Reload file descriptor after
9076         calling reopen.
9078 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
9080         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
9082 2014-06-03  Richard Henderson  <rth@redhat.com>
9084         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
9085         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
9086         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
9087         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
9088         in the SAVE_PID block.
9089         (__libc_vfork): New alias.
9090         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
9092         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
9093         child in registers, not on the stack.  Remove RESET_PID conditionals.
9094         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
9096 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9098         * sysdeps/aarch64/libm-test-ulps: Regenerate.
9100 2014-06-03  Wilco  <wdijkstr@arm.com>
9102         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
9103         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
9104         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
9105         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
9106         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
9107         Likewise.
9109 2014-06-03  Wilco  <wdijkstr@arm.com>
9111         * sysdeps/aarch64/fpu/math_private.h
9112         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
9113         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
9114         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
9115         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
9116         Fix declarations.
9118 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9120         * crypt/crypt-private.h: Include ufc-crypt.h.
9121         (__b64_from_24bit): Declare extern.
9122         * crypt/crypt_util.c(__b64_from_24bit): New function.
9123         (b64t): New static const variable.
9124         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
9125         (b64t): Remove variable.
9126         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
9127         * crypt/sha256-crypt.c: Include crypt-private.h.
9128         (b64t): Remove variable.
9129         (__sha256_crypt_r): Remove b64_from_24bit and replace
9130         with __b64_from_24bit.
9131         * crypt/sha512-crypt.c: Likewise.
9133 2014-06-02  Roland McGrath  <roland@hack.frob.com>
9135         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
9136         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
9137         Label the code __libc_vfork rather than __vfork.
9138         [!NOT_IN_libc] (vfork): Define as weak alias.
9139         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
9140         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
9141         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
9143 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9145         * malloc/malloc.c (malloc_info): Fix format specifier for
9146         n_mmaps.
9148 2014-06-02  Wilco  <wdijkstr@arm.com>
9150         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
9151         FPCR write.
9153 2014-06-02  Wilco  <wdijkstr@arm.com>
9155         [BZ #17009]
9156         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
9157         Rewrite to reduce FPCR/FPSR accesses.
9159 2014-06-01  David S. Miller  <davem@davemloft.net>
9161         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9163 2014-05-31  David S. Miller  <davem@davemloft.net>
9165         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
9166         to occur in round to nearest mode when |x| >= 2.0
9168 2014-05-30  Richard Henderson  <rth@twiddle.net>
9170         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
9171         (PSEUDO_RET_NOERRNO): Remove.
9172         (ret): Don't redefine.
9173         (ret_NOERRNO): Define in terms of ret.
9174         (ret_ERRVAL): Likewise.
9176         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
9177         use of PSEUDO_RET; perform the error check directly.
9179 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
9181         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
9182         with __int128_t.
9184 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
9186         * malloc/malloc (malloc_info): Fix formatting.
9188 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
9189             Roland McGrath  <roland@hack.frob.com>
9191         * malloc/malloc (malloc_info): Also print mmapped statistics.
9193 2014-05-30  Roland McGrath  <roland@hack.frob.com>
9195         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
9196         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
9198 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
9200         * malloc/malloc.c (malloc_info): Inline mi_arena.
9202 2014-05-29  Richard Henderson  <rth@twiddle.net>
9204         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
9205         Remove comma before expanding ASM_ARGS_##nr.
9206         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
9207         Make _x0 a strict output; make _x8 a strict input; adjust expansion
9208         of ASM_ARGS_##nr.
9209         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
9210         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
9211         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
9212         (ASM_ARGS_1): Add leading comma.
9214         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
9215         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
9216         to __errno_location.
9217         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
9218         Remove the expected plt for __errno_location.
9220         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9221         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
9222         call to __read_tp.
9224         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9225         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
9226         it and break it down.
9227         (DOCARGS_0, DOCARGS_1): Do nothing.
9228         (DOCARGS_2): Update to store into the new stack frame.
9229         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
9230         (UNDOCARGS_1): Update to restore from the new stack frame.
9231         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
9232         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
9234         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9235         (SINGLE_THREAD_P): New parameter for result regno.
9236         (PSEUDO): Update to match; use cbz instead of beq.
9238         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9239         Use ENTRY to define the _nocancel entry point.  Share the syscall
9240         and syscall error check paths with the cancel path.
9241         (PSEUDO_END): New.
9243         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
9244         whitespace; tabs before and after asm mnemonics.
9246 2014-05-29  Eric Wong  <normalperson@yhbt.net>
9248         [BZ #15132]
9249         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
9250         Call fstat64 or stat64 internally, depending on arguments passed.
9251         Replace stat buffer argument with file descriptor argument.
9252         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
9253         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
9254         Pass fd to __internal_statvfs instead of calling fstat64.
9255         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
9256         Pass fd to __internal_statvfs64 instead of calling fstat64.
9257         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
9258         Pass -1 to __internal_statvfs instead of calling stat64.
9259         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
9260         Pass -1 to __internal_statvfs64 instead of calling stat64.
9262 2014-05-28  Roland McGrath  <roland@hack.frob.com>
9264         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
9265         that was previously under [RESET_PID].
9266         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
9268         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
9269         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
9271 2014-05-27  Roland McGrath  <roland@hack.frob.com>
9273         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
9275         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
9276         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
9278 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
9280         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
9282 2014-05-27  Andreas Schwab  <schwab@suse.de>
9284         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
9285         TLS_INIT_TP macro.
9286         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
9287         * elf/rtld.c (init_tls, dl_main): Likewise.
9288         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
9289         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
9290         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
9291         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
9292         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
9293         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
9294         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
9295         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
9296         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
9297         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
9298         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
9299         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
9300         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
9301         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
9302         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
9303         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
9304         * sysdeps/generic/tls.h: Update description.
9306 2014-05-27  Will Newton  <will.newton@linaro.org>
9308         [BZ #16990]
9309         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
9310         and restore r2 rather than just restoring.
9312 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
9314         [BZ #16724]
9315         * libio/tst-ftell-append.c: New test case.
9316         * libio/Makefile (tests): Add test case.
9317         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
9318         append mode.
9319         * libio/wfileops.c (do_ftell_wide): Likewise.
9321 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9323         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9325         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
9326         ...
9327         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
9328         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
9329         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
9330         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
9331         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
9332         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
9333         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
9334         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
9335         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
9336         Moved ...
9337         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
9338         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
9339         Moved ...
9340         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
9341         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
9342         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
9343         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
9344         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
9345         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
9346         ...
9347         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
9348         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
9349         Moved ...
9350         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
9351         here.
9352         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
9353         ...
9354         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
9355         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
9356         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
9358         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
9359         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
9360         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
9361         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
9363         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
9364         merge into ...
9365         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
9366         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
9367         ...
9368         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
9369         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
9370         ...
9371         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
9372         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
9373         Moved ...
9374         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
9375         here.
9376         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
9377         Moved ...
9378         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
9379         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
9380         Moved ...
9381         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
9383         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
9384         conditional [RESET_PID].
9385         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
9386         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
9387         removed.
9388         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
9389         removed.
9391         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
9392         <tcb-offsets.h>.
9393         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9394         (__libc_vfork): New strong alias.
9395         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
9396         removed.
9397         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
9398         Removed.
9400         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
9401         <tcb-offsets.h>.
9402         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
9403         (__libc_vfork): New strong alias.
9404         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
9405         removed.
9406         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
9407         removed.
9409 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
9411         * malloc/malloc.c (mi_arena): New function.
9412         (malloc_info): Remove nested function mi_arena. Call non-nosted
9413         function mi_arena.
9415 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9417         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
9418         by insrwi.
9419         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
9420         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
9421         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
9422         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
9423         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
9424         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
9425         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
9427 2014-05-26  Andreas Schwab  <schwab@suse.de>
9429         [BZ #16984]
9430         * locale/programs/repertoire.c (repertoire_read): Add slash
9431         between I18NPATH element and file name.
9432         * locale/programs/locfile.c (locfile_read): Likewise.
9434 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
9436         * nptl/pthread_mutexattr_settype.c
9437         (__pthread_mutexattr_settype):
9438         Disable lock elision for PTHREAD_MUTEX_NORMAL.
9440 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
9442         * nptl/tst-mutex5 (do_test):
9443         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
9445 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9447         * benchtests/README: Document 'init' directive.
9448         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
9449         BENCH_INIT.
9450         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
9451         (parse_file): Recognize 'init' directive.
9453 2014-05-26  Kyle McMartin  <kyle@redhat.com>
9455         [BZ #16796]
9456         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
9457         alignment of struct pthread.
9459 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9461         [BZ #16878]
9462         * nscd/netgroupcache.c (addgetnetgrentX): Look for
9463         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9464         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
9465         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9467 2014-05-25  Richard Henderson  <rth@twiddle.net>
9469         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9470         (SINGLE_THREAD_P_PIC): Remove.
9471         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
9472         (SINGLE_THREAD_P_PIC): Remove.
9474         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
9475         branch to syscall error ...
9476         (PSEUDO): ... here.
9477         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
9478         from __local_syscall_error to .Lsyscall_error.
9479         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
9480         (SYSCALL_ERROR): Update label name.
9482         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9483         Do not use DOARGS/UNDOARGS.
9484         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
9485         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
9486         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
9487         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
9488         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
9490         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
9491         block comment.
9493         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
9494         define if !NOT_IN_libc.
9495         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
9496         define with non-default symbol versions.
9498 2014-05-23  Richard Henderson  <rth@twiddle.net>
9500         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
9501         (vfork, __vfork): Define via compat_symbol.
9503         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
9504         [!HAVE_IFUNC] (vfork_compat): Remove.
9505         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
9507 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9509         [BZ #16978]
9510         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
9511         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
9512         variable.
9514 2014-05-23  Richard Henderson  <rth@twiddle.net>
9516         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
9517         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
9518         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
9519         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
9521         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
9522         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
9523         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
9524         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
9525         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
9526         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
9527         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
9528         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
9529         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
9530         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
9531         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
9532         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
9533         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
9534         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
9535         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
9536         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
9537         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
9538         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
9539         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
9540         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
9541         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
9542         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
9543         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
9544         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
9545         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
9546         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
9547         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
9548         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
9549         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
9550         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
9551         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
9552         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
9553         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
9554         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
9555         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
9556         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
9557         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
9558         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
9559         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
9560         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
9561         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
9562         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
9563         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
9564         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
9565         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
9566         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
9567         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
9568         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
9569         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
9570         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
9571         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
9572         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
9573         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
9574         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
9575         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
9576         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
9578         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
9579         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
9580         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
9581         before exiting on error.
9582         (__libc_vfork): New strong alias.
9583         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
9584         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
9586         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
9587         that was previously under [RESET_PID].
9588         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
9590         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
9592 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9594         [BZ #16977]
9595         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
9596         value when x - 1 is zero.
9597         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
9598         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
9599         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
9600         0.0L for an argument of 1.0L.
9601         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
9602         Likewise.
9603         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
9604         value when x - 1 is zero.
9605         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
9606         * sysdeps/i386/fpu/libm-test-ulps: Update.
9607         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9609 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
9611         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
9612         alphasort and versionsort.
9614 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9616         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
9617         macro.
9618         [copysignf]: Likewise.
9620 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
9622         * crypt/md5-crypt.c: Fix formatting.
9624 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9626         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
9627         (b64_from_24bit): New function.
9629 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9631         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
9632         libc_hidden_builtin_def to ifunc.
9633         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
9634         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
9636 2014-05-21  Roland McGrath  <roland@hack.frob.com>
9638         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
9639         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
9641 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
9643         * nscd/Depend (linuxthreads): Remove.
9644         (nptl): Add.
9645         * resolv/Depend (linuxthreads): Remove.
9646         * rt/Depend (linuxthreads): Remove.
9648         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
9649         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
9650         $(common-objpfx)elf/.
9651         (link-libc-before-gnulib): Likewise.
9652         (elfobjdir): Remove variable.
9653         * Makefile (install): Use $(elf-objpfx) instead of
9654         $(common-objpfx)elf/.
9655         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
9656         $(elfobjdir)/.
9657         (link-libc-deps): Likewise.
9658         ($(common-objpfx)libc.so): Likewise.
9659         ($(common-objpfx)linkobj/libc.so): Likewise.
9660         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
9661         instead of $(common-objpfx)elf/.
9662         (symbolic-link-list): Likewise.
9663         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
9664         [$(cross-compiling) = no]: Likewise.
9665         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
9666         $(elfobjdir)/.
9667         (static-gnulib-arch): Likewise.
9668         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
9669         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
9670         $(common-objpfx)elf/.
9672 2014-05-21  Richard Henderson  <rth@redhat.com>
9674         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9675         (SINGLE_THREAD_P): Use the correct width load.  Fold
9676         into the ldr offset.
9678         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
9679         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
9681 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
9683         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
9684         (libgcc_s_resume): Use __attribute_used__.
9685         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
9686         Likewise.
9688 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9690         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
9691         optimization when used with float constants.
9693         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9695 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
9697         [BZ #16915]
9698         * locale/nl_langinfo_l.c: Make direct reference to every
9699         _nl_current_CATEGORY symbol.
9700         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
9701         (tests-static): Add tst-langinfo-static.
9702         (tests-special): Add tst-langinfo-static.out.
9703         ($(objpfx)tst-langinfo.out): Redirect output.
9704         ($(objpfx)tst-langinfo-static.out): New.
9705         * localedata/tst-langinfo.sh: Send output to stdout.
9706         * localedata/tst-langinfo-static.c: New file.
9708         [BZ #16965]
9709         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
9710         when the shift amount is modulo the limb size.
9712 2014-05-20  Richard Henderson  <rth@redhat.com>
9714         [BZ #16967]
9715         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
9716         Change type of sa_flags from unsigned int to int.
9718         [BZ #16966]
9719         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
9721         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
9723 2014-05-20  Will Newton  <will.newton@linaro.org>
9725         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9726         Test the return value of the system call in the nocancel case.
9728 2014-05-20  Will Newton  <will.newton@linaro.org>
9729             Yvan Roux  <yvan.roux@linaro.org>
9731         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
9732         #include of asm/ptrace.h.
9733         (PTRACE_GET_THREAD_AREA): Remove #undef.
9734         (PTRACE_GETHBPREGS): Likewise.
9735         (PTRACE_SETHBPREGS): Likewise.
9736         (struct user_regs_struct): New structure.
9737         (struct user_fpsimd_struct): New structure.
9738         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
9739         #include of asm/ptrace.h and second #include of sys/user.h.
9740         (PTRACE_GET_THREAD_AREA): Remove #undef.
9741         (PTRACE_GETHBPREGS): Likewise.
9742         (PTRACE_SETHBPREGS): Likewise.
9743         (ELF_NGREG): Use new struct user_regs_struct.
9744         (elf_fpregset_t): Use new struct user_fpsimd_struct.
9746 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9748         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
9749         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
9751 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
9753         [BZ #16958]
9754         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
9755         membar to avoid block loads/stores to overlap previous stores.
9757 2014-05-17  Richard Henderson  <rth@redhat.com>
9759         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
9760         Create the __##syscall_name##_nocancel entry point.
9761         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
9762         Remove; let the sysdep-cancel.h code create it.
9764 2014-05-17  David S. Miller  <davem@davemloft.net>
9766         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
9767         Protect with __USE_GNU.
9768         (TIOCSET_TEMPT): Likewise.
9769         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
9770         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
9771         these are already provided in bits/ioctl-types.h
9773 2014-05-16  Roland McGrath  <roland@hack.frob.com>
9775         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
9776         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
9778         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
9779         Use wait4 regardless of [__NR_waitpid].
9781 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
9783         PR libgcc/60166
9784         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
9785         (_FP_NANSIGN_Q): Set the quiet bit.
9787 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
9789         * benchtests/Makefile
9790         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
9791         not $(common-objpfx)math/libm.so.
9792         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
9793         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
9794         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
9795         $(common-objpfx)dlfcn/libdl.so.
9796         ($(objpfx)tst-audit8): Depend on $(libm), not
9797         $(common-objpfx)math/libm.so.
9798         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
9799         not $(common-objpfx)dlfcn/libdl.so.
9800         * math/Makefile
9801         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
9802         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
9803         [$(build-shared) = yes].
9804         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
9805         $(common-objpfx)nptl/libpthread.so.
9806         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
9807         $(common-objpfx)math/libm.so$(libm.so-version) or
9808         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
9809         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
9810         $(common-objpfx)dlfcn/libdl.so.
9811         * setjmp/Makefile (link-libm): Remove variable.
9812         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
9813         * stdio-common/Makefile (link-libm): Remove variable.
9814         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
9815         * stdlib/Makefile (link-libm): Remove variable.
9816         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
9817         ($(objpfx)tst-strtod-round): Likewise.
9818         ($(objpfx)tst-tininess): Likewise.
9819         ($(objpfx)tst-strtod-underflow): Likewise.
9820         ($(objpfx)tst-strtod6): Likewise.
9821         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
9822         $(libdl), not $(common-objpfx)nptl/libpthread.so and
9823         $(common-objpfx)dlfcn/libdl.so.
9825 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9827         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
9828         BSD terminal modes definitions.
9830 2014-05-16  Roland McGrath  <roland@hack.frob.com>
9832         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
9833         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
9835         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
9836         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
9837         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
9838         Don't do #include_next.
9839         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
9840         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
9841         Don't do #include_next.
9842         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
9843         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
9844         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
9845         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
9847 2014-05-16  Allan McRae  <allan@archlinux.org>
9849         * po/sv.po: Update Swedish translation from translation project.
9851         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
9852         in sed expression.
9854 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
9856         [BZ #16917]
9857         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
9858         errno if the TIOCGPTN ioctl fails with an error different than
9859         EINVAL.
9860         * login/tst-ptsname.c: New file.
9861         * login/Makefile (tests): Add tst-ptsname.
9863         [BZ #16943]
9864         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
9865         and prlimit64.
9867 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
9869         [BZ #16849]
9870         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
9871         herrno to return EAI_AGAIN.
9873 2014-05-14  Roland McGrath  <roland@hack.frob.com>
9875         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
9876         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
9877         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
9878         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
9879         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
9880         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
9881         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
9882         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
9883         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
9884         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
9885         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
9886         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
9887         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
9888         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
9889         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
9890         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
9891         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
9892         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
9893         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
9894         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
9895         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
9896         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
9897         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
9898         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
9899         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
9900         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
9901         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
9902         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
9903         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
9904         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
9905         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
9906         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
9907         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
9908         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
9909         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
9910         Moved ...
9911         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
9912         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
9913         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
9914         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
9915         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
9916         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
9917         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
9918         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
9919         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
9920         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
9921         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
9922         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
9923         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
9924         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
9925         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
9926         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
9927         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
9928         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
9929         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
9930         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
9931         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
9932         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
9933         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
9934         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
9935         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
9936         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
9937         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
9938         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
9939         Moved ...
9940         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
9941         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
9942         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
9943         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
9944         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
9945         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
9946         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
9947         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
9948         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
9949         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
9950         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
9951         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
9952         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
9953         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
9954         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
9955         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
9956         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
9957         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
9958         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
9959         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
9960         Moved ...
9961         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
9962         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
9963         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
9965         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
9966         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
9967         (libpthread-sysdep_routines): Add elision-related stuff here instead.
9968         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
9969         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
9970         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
9971         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
9972         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
9973         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
9974         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
9975         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
9976         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
9977         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
9978         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
9979         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
9980         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
9981         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
9982         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
9983         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
9984         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
9985         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
9986         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
9987         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
9988         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
9989         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
9990         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
9991         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
9992         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
9993         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
9994         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
9995         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
9997         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
9998         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
10000         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
10001         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
10002         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
10003         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
10004         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
10005         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
10006         Moved ...
10007         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
10008         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
10009         Moved ...
10010         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
10011         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
10012         Moved ...
10013         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
10014         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
10015         Moved ...
10016         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
10017         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
10018         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
10019         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
10020         Moved ...
10021         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
10022         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
10023         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
10024         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
10025         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
10026         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
10027         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
10028         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
10029         Moved ...
10030         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
10031         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
10032         Moved ...
10033         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
10034         ... here.
10035         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
10036         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
10037         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
10038         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
10039         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
10040         Moved ...
10041         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
10042         ... here.
10043         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
10044         Moved ...
10045         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
10046         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
10047         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
10048         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
10049         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
10050         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
10051         Moved ...
10052         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
10053         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
10054         Moved ...
10055         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
10056         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
10057         Moved ...
10058         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
10059         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
10060         Moved ...
10061         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
10062         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
10063         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
10064         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
10065         Moved ...
10066         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
10067         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
10068         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
10069         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
10070         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
10071         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
10072         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
10073         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
10074         Moved ...
10075         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
10076         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
10077         Moved ...
10078         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
10079         ... here.
10080         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
10081         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
10082         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
10083         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
10084         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
10085         Moved ...
10086         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
10087         ... here.
10088         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
10089         Moved ...
10090         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
10091         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
10092         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
10093         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
10094         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
10095         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
10096         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
10097         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
10098         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
10099         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
10100         Moved ...
10101         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
10102         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
10103         Moved ...
10104         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
10105         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
10106         Moved ...
10107         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
10108         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
10109         Moved ...
10110         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
10111         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
10112         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
10113         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
10114         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
10115         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
10116         Moved ...
10117         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
10118         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
10119         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
10120         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
10121         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
10122         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
10123         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
10124         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
10125         Moved ...
10126         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
10127         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
10128         Moved ...
10129         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
10130         ... here.
10131         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
10132         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
10133         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
10134         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
10135         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
10136         Moved ...
10137         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
10138         ... here.
10139         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
10140         Moved ...
10141         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
10142         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
10143         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
10144         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
10145         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
10146         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
10147         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
10148         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
10149         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
10150         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
10151         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
10153         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
10154         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
10156         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
10157         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
10159         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
10160         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
10161         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
10162         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
10163         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
10164         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
10165         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
10166         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
10167         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
10168         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
10169         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
10170         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
10171         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
10172         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
10173         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
10174         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
10175         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
10176         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
10177         Moved ...
10178         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
10179         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
10180         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
10181         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
10182         Moved ...
10183         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
10184         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
10185         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
10186         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
10187         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
10188         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
10189         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
10190         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
10191         Moved ...
10192         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
10193         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
10194         Moved ...
10195         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
10196         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
10197         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
10198         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
10199         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
10200         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
10201         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
10202         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
10203         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
10204         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
10205         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
10206         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
10207         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
10208         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
10209         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
10210         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
10211         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
10213         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
10214         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
10215         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
10216         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
10217         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
10219         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
10220         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
10221         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
10222         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
10223         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
10224         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
10225         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
10226         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
10227         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
10228         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
10230         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
10231         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
10233         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
10234         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
10235         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
10236         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
10237         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
10238         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
10239         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
10240         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
10241         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
10242         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
10243         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
10244         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
10245         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
10246         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
10247         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
10248         Update #include.
10249         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
10250         Likewise.
10251         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
10252         Likewise.
10253         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
10254         Likewise.
10255         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
10256         Likewise.
10257         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
10258         Likewise.
10259         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
10260         Likewise.
10261         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
10262         Likewise.
10263         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
10264         Likewise.
10265         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
10266         Likewise.
10267         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
10268         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
10269         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
10270         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
10271         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
10272         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
10273         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
10274         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
10275         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
10276         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
10277         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
10278         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
10279         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
10280         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
10281         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
10283         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
10284         that was previously under [RESET_PID].
10285         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
10286         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
10287         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
10289         * sysdeps/i386/nptl/Implies: New file.
10290         * sysdeps/x86_64/nptl/Implies: New file.
10291         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
10292         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
10293         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
10294         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
10296         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
10297         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10298         (__libc_vfork): New strong alias.
10299         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
10300         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
10302         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
10303         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10304         (__libc_vfork): New strong alias.
10305         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
10306         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
10308         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
10309         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10310         (__libc_vfork): New strong alias.
10311         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
10312         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
10313         * nptl/pt-vfork.c: New file.
10314         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
10315         (libpthread: GLIBC_2.20): New version set (empty).
10317 2014-05-14  Will Newton  <will.newton@linaro.org>
10319         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
10320         rather than #if.
10322 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
10324         [BZ #16564]
10325         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
10326         arguments with exponent 65 or above.
10327         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
10328         arguments 0x1p113L or above.
10329         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
10330         to arguments 0x1p107L or above.
10331         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
10332         positive arguments with exponent 65 or above.
10333         * math/auto-libm-test-in: Add more tests of log1p.
10334         * math/auto-libm-test-out: Regenerated.
10336         [BZ #16928]
10337         * math/s_cacos.c (__cacos): Ensure zero real part of result from
10338         non-finite arguments is +0.
10339         * math/s_cacosf.c (__cacosf): Likewise.
10340         * math/s_cacosl.c (__cacosl): Likewise.
10341         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
10342         * sysdeps/i386/fpu/libm-test-ulps: Update.
10343         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10345         [BZ #16927]
10346         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
10347         value.
10348         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
10349         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
10350         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
10351         for explicit high bit of mantissa when testing for argument equal
10352         to 1.
10353         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
10354         * sysdeps/i386/fpu/libm-test-ulps: Update.
10355         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10357         [BZ #16516]
10358         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
10359         (__erf): Scale by 16 instead of 8 in potentially underflowing
10360         case.  Ensure exception if result actually underflows.
10361         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
10362         (__erff): Scale by 16 instead of 8 in potentially underflowing
10363         case.  Ensure exception if result actually underflows.
10364         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
10365         (efx8): Remove variable.
10366         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10367         case.  Ensure exception if result actually underflows.
10368         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
10369         (efx8): Remove variable.
10370         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10371         case.  Ensure exception if result actually underflows.
10372         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
10373         (efx8): Remove variable.
10374         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10375         case.  Ensure exception if result actually underflows.
10376         * math/auto-libm-test-in: Add more tests of erf.
10377         * math/auto-libm-test-out: Regenerated.
10379 2014-05-14  Andreas Schwab  <schwab@suse.de>
10381         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
10382         Remove code conditionalized on USE___THREAD.
10384         * config.h.in (HAVE_PT_CHOWN): Define as 0.
10385         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
10386         not definedness.
10388 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
10390         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
10391         Define unconditionally.
10392         (__ASSUME_O_CLOEXEC): Likewise.
10393         (__ASSUME_SOCK_CLOEXEC): Likewise.
10394         (__ASSUME_IN_NONBLOCK): Likewise.
10395         (__ASSUME_PIPE2): Likewise.
10396         (__ASSUME_EVENTFD2): Likewise.
10397         (__ASSUME_SIGNALFD4): Likewise.
10398         (__ASSUME_DUP3): Likewise.
10399         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10400         (__ASSUME_DUP3): Do not define.
10401         (__ASSUME_EVENTFD2): Likewise.
10402         (__ASSUME_IN_NONBLOCK): Likewise.
10403         (__ASSUME_O_CLOEXEC): Likewise.
10404         (__ASSUME_PIPE2): Likewise.
10405         (__ASSUME_SIGNALFD4): Likewise.
10406         (__ASSUME_SOCK_CLOEXEC): Likewise.
10407         (__ASSUME_UTIMES): Undefine.
10408         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10409         (__ASSUME_UTIMES): Do not define.
10410         (__ASSUME_O_CLOEXEC): Likewise.
10411         (__ASSUME_SOCK_CLOEXEC): Likewise.
10412         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
10413         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
10414         0x020621].
10415         (__ASSUME_PIPE2): Likewise.
10416         (__ASSUME_EVENTFD2): Likewise.
10417         (__ASSUME_SIGNALFD4): Likewise.
10418         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
10419         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
10420         Do not define.
10421         (__ASSUME_EVENTFD2): Likewise.
10422         (__ASSUME_SIGNALFD4): Likewise.
10423         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
10424         (__ASSUME_32BITUIDS): Likewise.
10425         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
10426         (__ASSUME_IPC64): Likewise.
10427         (__ASSUME_ST_INO_64_BIT): Likewise.
10428         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
10429         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
10430         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10431         (__ASSUME_UTIMES): Do not define.
10432         (__ASSUME_PSELECT): Likewise.
10433         (__ASSUME_PPOLL): Likewise.
10434         (__ASSUME_O_CLOEXEC): Likewise.
10435         (__ASSUME_SOCK_CLOEXEC): Likewise.
10436         (__ASSUME_IN_NONBLOCK): Likewise.
10437         (__ASSUME_PIPE2): Likewise.
10438         (__ASSUME_EVENTFD2): Likewise.
10439         (__ASSUME_SIGNALFD4): Likewise.
10440         (__ASSUME_DUP3): Likewise.
10441         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10442         (__ASSUME_UTIMES): Likewise.
10443         (__ASSUME_O_CLOEXEC): Likewise.
10444         (__ASSUME_SOCK_CLOEXEC): Likewise.
10445         (__ASSUME_IN_NONBLOCK): Likewise.
10446         (__ASSUME_PIPE2): Likewise.
10447         (__ASSUME_EVENTFD2): Likewise.
10448         (__ASSUME_SIGNALFD4): Likewise.
10449         (__ASSUME_DUP3): Likewise.
10450         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10451         (__ASSUME_UTIMES): Likewise.
10452         (__ASSUME_O_CLOEXEC): Likewise.
10453         (__ASSUME_SOCK_CLOEXEC): Likewise.
10454         (__ASSUME_IN_NONBLOCK): Likewise.
10455         (__ASSUME_PIPE2): Likewise.
10456         (__ASSUME_EVENTFD2): Likewise.
10457         (__ASSUME_SIGNALFD4): Likewise.
10458         (__ASSUME_DUP3): Likewise.
10459         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
10460         Likewise.
10461         (__ASSUME_UTIMES): Likewise.
10462         (__ASSUME_EVENTFD2): Likewise.
10463         (__ASSUME_SIGNALFD4): Likewise.
10464         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10465         (__ASSUME_O_CLOEXEC): Likewise.
10466         (__ASSUME_SOCK_CLOEXEC): Likewise.
10467         (__ASSUME_IN_NONBLOCK): Likewise.
10468         (__ASSUME_PIPE2): Likewise.
10469         (__ASSUME_EVENTFD2): Likewise.
10470         (__ASSUME_SIGNALFD4): Likewise.
10471         (__ASSUME_DUP3): Likewise.
10472         (__ASSUME_UTIMES): Undefine.
10474         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
10475         feclearexcept.  Remove symbol versioning code.
10476         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
10477         symbol versioning code.
10478         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
10479         symbol versioning code.
10480         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
10481         feupdateenv.  Remove symbol versioning code.
10482         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
10483         fegetexceptflag.  Remove symbol versioning code.
10484         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
10485         fesetexceptflag.  Remove symbol versioning code.
10486         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
10487         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
10488         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
10489         (__posix_fadvise64_l32): Remove prototype.
10490         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
10491         code.
10493 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10495         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
10496         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
10497         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
10498         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
10500 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
10502         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
10503         current working directory
10505 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10507         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
10508         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
10509         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
10510         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
10511         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
10512         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
10513         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
10514         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
10515         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
10516         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
10517         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
10518         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
10519         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
10520         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
10521         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
10522         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
10523         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
10524         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
10525         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
10526         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
10527         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
10528         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
10529         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
10530         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
10531         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
10532         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
10533         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
10534         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
10535         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
10536         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
10537         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
10538         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
10539         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
10540         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
10541         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
10542         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
10543         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
10544         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
10545         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
10546         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
10547         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
10548         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
10550         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
10551         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
10553         * sysdeps/unix/sysv/linux/arm/Makefile
10554         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
10555         Add rt-aeabi_unwind_cpp_pr1.
10556         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
10557         Add nptl-aeabi_unwind_cpp_pr1.
10558         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
10559         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
10560         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
10561         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
10562         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
10563         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
10565         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
10566         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
10567         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
10568         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
10570         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
10571         Deconditionalize the code that was previously under [RESET_PID].
10572         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
10574         * sysdeps/generic/exit-thread.h: New file.
10575         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
10576         * include/unistd.h (__exit_thread): Remove declaration.
10577         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
10578         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
10579         * csu/libc-start.c: Include <exit-thread.h>.
10580         (LIBC_START_MAIN): Pass no argument to __exit_thread.
10581         * nptl/pthread_create.c: Include <exit-thread.h>.
10582         (start_thread): Call __exit_thread in place of __exit_thread_inline.
10583         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
10584         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
10585         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
10586         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
10587         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
10588         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
10589         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
10590         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
10591         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
10592         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
10593         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
10594         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
10595         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
10596         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
10597         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
10598         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
10600 2014-05-13  Andreas Schwab  <schwab@suse.de>
10602         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
10604 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
10606         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
10607         (__ASSUME_UTIMES): Do not condition on kernel version.
10608         (__ASSUME_PSELECT): Define unconditionally.
10609         (__ASSUME_PPOLL): Likewise.
10610         (__ASSUME_ATFCTS): Likewise.
10611         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
10612         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
10613         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
10614         (__ASSUME_UTIMENSAT): Define unconditionally.
10615         (__ASSUME_PRIVATE_FUTEX): Likewise.
10616         (__ASSUME_FALLOCATE): Likewise.
10617         (__ASSUME_O_CLOEXEC): Likewise.
10618         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
10619         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
10620         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
10621         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
10622         (__ASSUME_IN_NONBLOCK): Likewise.
10623         (__ASSUME_PIPE2): Likewise.
10624         (__ASSUME_EVENTFD2): Likewise.
10625         (__ASSUME_SIGNALFD4): Likewise.
10626         (__ASSUME_DUP3): Likewise.
10627         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10628         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
10629         (__ASSUME_AT_RANDOM): Likewise.
10630         (__ASSUME_PREADV): Likewise.
10631         (__ASSUME_PWRITEV): Likewise.
10632         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
10633         (__ASSUME_F_GETOWN_EX): Define unconditionally.
10634         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
10635         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
10636         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
10637         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10638         (__ASSUME_O_CLOEXEC): Define unconditionally.
10639         (__ASSUME_PSELECT): Do not undefine conditionally.
10640         (__ASSUME_PPOLL): Likewise.
10641         (__ASSUME_ATFCTS): Likewise.
10642         (__ASSUME_SET_ROBUST_LIST): Likewise.
10643         (__ASSUME_UTIMENSAT): Likewise.
10644         (__ASSUME_FDATASYNC): Define unconditionally.
10645         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10646         (__ASSUME_SIGFRAME_V2): Likewise.
10647         )__ASSUME_EVENTFD2): Likewise.
10648         (__ASSUME_SIGNALFD4): Likewise.
10649         (__ASSUME_PSELECT): Do not undefine conditionally.
10650         (__ASSUME_PPOLL): Likewise.
10651         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10652         (__ASSUME_PSELECT): Define unconditionally.
10653         (__ASSUME_PPOLL): Likewise.
10654         (__ASSUME_O_CLOEXEC): Likewise.
10655         (__ASSUME_SOCK_CLOEXEC): Likewise.
10656         (__ASSUME_IN_NONBLOCK): Likewise.
10657         (__ASSUME_PIPE2): Likewise.
10658         (__ASSUME_EVENTFD2): Likewise.
10659         (__ASSUME_SIGNALFD4): Likewise.
10660         (__ASSUME_DUP3): Likewise.
10661         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10662         (__ASSUME_O_CLOEXEC): Likewise.
10663         (__ASSUME_SOCK_CLOEXEC): Likewise.
10664         (__ASSUME_IN_NONBLOCK): Likewise.
10665         (__ASSUME_PIPE2): Likewise.
10666         (__ASSUME_EVENTFD2): Likewise.
10667         (__ASSUME_SIGNALFD4): Likewise.
10668         (__ASSUME_DUP3): Likewise.
10669         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10670         (__ASSUME_EVENTFD2): Likewise.
10671         (__ASSUME_SIGNALFD4): Likewise.
10672         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10674 2014-05-12  Andreas Schwab  <schwab@suse.de>
10676         [BZ #16932]
10677         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
10678         (_nss_nis_gethostbyname4_r): Return error if item length is larger
10679         than maximum RPC packet size.
10680         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
10681         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
10682         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
10683         (_nss_nis_getservbyport_r): Likewise.
10685 2014-05-12  Will Newton  <will.newton@linaro.org>
10687         * malloc/Makefile (tests): Add tst-mallopt.
10688         * malloc/tst-mallopt.c: New file.
10690 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10692         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
10693         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
10695 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10697         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
10698         (tst-tlsmod6.so): Likewise.
10700 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10702         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
10704 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
10706         [BZ #16064]
10707         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
10708         and <dl-procinfo.h>.
10709         (__fegetenv): Save SSE state in envp->__eip if supported.
10710         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
10711         envp->__eip if supported.
10712         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
10713         and <dl-procinfo.h>.
10714         (__fesetenv): Always set __eip, __cs_selector, __opcode,
10715         __data_offset and __data_selector in environment to 0.  Set SSE
10716         state if supported.
10717         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
10718         test-fenv-sse.
10719         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
10720         -mfpmath=sse.
10721         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
10723 2014-05-09  Will Newton  <will.newton@linaro.org>
10725         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
10726         and libc_relro_required for ARM.
10727         * sysdeps/arm/preconfigure: Regenerate.
10729 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
10730             Stefan Liebler  <stli@linux.vnet.ibm.com>
10732         * config.make.in (enable-lock-elision): New Makefile variable.
10733         * configure.ac: Likewise.
10734         * configure: Regenerate.
10735         * sysdeps/s390/configure.ac:
10736         Add check for gcc transactions support.
10737         * sysdeps/s390/configure: Regenerate.
10738         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
10739         Build elision files if enabled.
10740         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
10741         Add lock elision support for s390.
10742         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
10743         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
10744         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
10745         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
10746         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
10747         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
10748         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
10749         Likewise.
10750         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
10751         Likewise.
10752         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
10753         Likewise.
10754         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
10755         Likewise.
10756         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
10757         (__lll_timedlock_elision, __lll_lock_elision)
10758         (__lll_unlock_elision, __lll_trylock_elision)
10759         (lll_timedlock_elision, lll_lock_elision)
10760         (lll_unlock_elision, lll_trylock_elision): Add.
10761         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
10762         (pthread_mutex_t): Add lock elision support for s390.
10764 2014-05-14  Wilco  <wdijkstr@arm.com>
10766         * sysdeps/arm/fclrexcpt.c: Cleanup.
10767         * sysdeps/arm/fedisblxcpt.c: Cleanup.
10768         * sysdeps/arm/feenablxcpt.c: Cleanup.
10769         * sysdeps/arm/fegetenv.c: Cleanup.
10770         * sysdeps/arm/fegetexcept.c: Cleanup.
10771         * sysdeps/arm/fegetround.c: Cleanup.
10772         * sysdeps/arm/feholdexcpt.c: Cleanup.
10773         * sysdeps/arm/fesetenv.c: Cleanup.
10774         * sysdeps/arm/fesetround.c: Cleanup.
10775         * sysdeps/arm/feupdateenv.c: Cleanup.
10776         * sysdeps/arm/fgetexcptflg.c: Cleanup.
10777         * sysdeps/arm/fraiseexcpt.c: Cleanup.
10778         * sysdeps/arm/fsetexcptflg.c: Cleanup.
10779         * sysdeps/arm/ftestexcept.c: Cleanup.
10780         * sysdeps/arm/get-rounding-mode.h: Cleanup.
10781         * sysdeps/arm/setfpucw.c: Cleanup.
10783 2014-05-09  Will Newton  <will.newton@linaro.org>
10785         * sysdeps/arm/armv7/strcmp.S: New file.
10786         * NEWS: Mention addition of ARMv7 optimized strcmp.
10788 2014-05-08  Roland McGrath  <roland@hack.frob.com>
10790         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
10791         look for %.ac rather than %.in.
10793         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
10794         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
10795         * sysdeps/mach/hurd/configure: Regenerated.
10796         * sysdeps/unix/sysv/linux/configure: Regenerated.
10798         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
10800 2014-05-07  Steve Ellcey  <sellcey@mips.com>
10802         [BZ# 16922]
10803         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
10804         (LONG_SUB): Ditto.
10805         (PTR_SUB): Ditto.
10807 2014-05-07  Andreas Schwab  <schwab@suse.de>
10809         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
10810         when skipping over non-matching result from nscd.
10812 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
10814         [BZ #16876]
10815         * nptl/sockperf.c (client): Check socket return value.
10817         [BZ #16877]
10818         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
10819         nscd security class.
10821 2014-05-06  Roland McGrath  <roland@hack.frob.com>
10823         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
10824         * sysdeps/arm/unwind.h: ... here.
10826 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
10828         [BZ# 16916]
10829         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
10830         Define.
10832 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
10834         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
10835         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
10836         multiarch strncpy for PPC64.
10837         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
10838         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
10839         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
10840         multiarch optimizations.
10841         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10842         (__libc_ifunc_impl_list): Likewise.
10843         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
10844         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
10845         multiarch stpncpy for PPC64.
10846         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
10847         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
10849 2014-05-06  Andreas Schwab  <schwab@suse.de>
10851         [BZ #16912]
10852         * gmon/mcount.c (_MCOUNT_DECL): Use
10853         atomic_compare_and_exchange_bool_acq instead of
10854         catomic_compare_and_exchange_bool_acq.
10856 2014-05-05  Roland McGrath  <roland@hack.frob.com>
10858         * elf/Makefile (others, install-bin): Remove pldd.
10859         (pldd-modules): Variable removed.
10860         ($(objpfx)pldd): Target removed.
10861         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
10862         (others, install-bin): Append pldd here.
10863         ($(objpfx)pldd): New target.
10865         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
10866         to 0, so the first #if test emitted later doesn't see it undefined.
10867         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
10868         * sysdeps/gnu/errlist.c: Regenerated.
10870 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10872         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
10873         [libc_hidden_builtin_def]: Define to empty value.
10874         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
10875         [libc_hidden_builtin_def]: Likewise.
10876         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
10877         [libc_hidden_builtin_def]: Likewise.
10878         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
10879         [libc_hidden_builtin_def]: Likewise.
10880         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
10881         __redirect_memcpy and define ifunc as default hidden symbol.
10882         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
10883         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
10885 2014-05-04  Adam Conrad  <adconrad@0c3.net>
10887         * locale/iso-4217.def: Reintroduce XDR currency.
10889 2014-05-04  Allan McRae  <allan@archlinux.org>
10891         * po/eo.po: Update Esperanto translation from translation project.
10893 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
10895         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
10896         and FEATURE_INDEX_MAX to 1.
10897         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
10899 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10901         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
10902         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
10903         * iconvdata/big5.c (ONE_DIRECTION): Define.
10904         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
10905         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
10906         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
10907         * iconvdata/cp932.c (ONE_DIRECTION): Define.
10908         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
10909         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
10910         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
10911         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
10912         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
10913         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
10914         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
10915         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
10916         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
10917         * iconvdata/gbk.c (ONE_DIRECTION): Define.
10918         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
10919         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
10920         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
10921         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
10922         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
10923         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
10924         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
10925         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
10926         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
10927         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
10928         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
10929         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
10930         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
10931         * iconvdata/iso646.c (ONE_DIRECTION): Define.
10932         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
10933         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
10934         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
10935         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
10936         * iconvdata/johab.c (ONE_DIRECTION): Define.
10937         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
10938         * iconvdata/sjis.c (ONE_DIRECTION): Define.
10939         * iconvdata/t.61.c (ONE_DIRECTION): Define.
10940         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
10941         * iconvdata/tscii.c (ONE_DIRECTION): Define.
10942         * iconvdata/uhc.c (ONE_DIRECTION): Define.
10943         * iconvdata/unicode.c (ONE_DIRECTION): Define.
10944         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
10945         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
10946         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
10948 2014-05-01  Roland McGrath  <roland@hack.frob.com>
10950         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
10951         (_IO_JUMPS_OFFSET): Define to 0.
10953         * nptl/sysdeps/pthread/bits/libc-lock.h
10954         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
10955         (__libc_lock_define_initialized_recursive): Always define using
10956         initializer.  Modern compilers treat uninitialized (implicit zero) and
10957         explicit zero initializers the same (i.e. put the datum in bss).
10959 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
10961         * nscd/nscd-client.h: Include <string.h>.
10963 2014-05-01  David S. Miller  <davem@davemloft.net>
10965         [BZ #16885]
10966         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
10967         multiple zero bytes exist at the end of a string.
10968         Reported by Aurelien Jarno <aurelien@aurel32.net>
10970         * string/test-strcmp.c (check): Add explicit test for situations where
10971         there are multiple zero bytes after the first.
10973 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
10975         [BZ #16890]
10976         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
10977         when compiling wprintf.
10978         * stdio-common/tstdiomisc.c (t3): New function.
10979         (main): Call it.
10981 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10983         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
10984         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
10985         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
10986         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
10988 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10990         * stdlib/longlong.h: Updated from GCC.
10992 2014-05-01  Will Newton  <will.newton@linaro.org>
10993             Bernard Ogden  <bernie.ogden@linaro.org>
10995         * NEWS: Update fixed bug list.
10997         [BZ #15119]
10998         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
11000 2014-04-30  David S. Miller  <davem@davemloft.net>
11002         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
11003         (libc_feholdexcept_setround_sparc_ctx): New function.
11004         (libc_fesetenv_sparc_ctx): Likewise.
11005         (libc_feupdateenv_sparc_ctx): Likewise.
11006         (libc_feholdsetround_sparc_ctx): Likewise.
11007         (libc_feholdexcept_setround_ctx): Define.
11008         (libc_feholdexcept_setroundf_ctx): Likewise.
11009         (libc_feholdexcept_setroundl_ctx): Likewise.
11010         (libc_fesetenv_ctx): Likewise.
11011         (libc_fesetenvf_ctx): Likewise.
11012         (libc_fesetenvl_ctx): Likewise.
11013         (libc_feupdateenv_ctx): Likewise.
11014         (libc_feupdateenvf_ctx): Likewise.
11015         (libc_feupdateenvl_ctx): Likewise.
11016         (libc_feresetround_ctx): Likewise.
11017         (libc_feresetroundf_ctx): Likewise.
11018         (libc_feresetroundl_ctx): Likewise.
11019         (libc_feholdsetround_ctx): Likewise.
11020         (libc_feholdsetroundf_ctx): Likewise.
11021         (libc_feholdsetroundl_ctx): Likewise.
11023         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
11024         with __USE_GNU instead of XOPEN cpp guards.
11026         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
11027         0.
11029         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
11030         with XOPEN cpp guards.
11032 2014-04-30  Julian Brown  <julian@codesourcery.com>
11034         [BZ #16888]
11035         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
11036         handling.
11038 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
11040         [BZ #9894]
11041         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
11042         Change to 2.6.32.
11043         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
11044         * sysdeps/unix/sysv/linux/configure: Regenerated.
11045         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
11046         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
11047         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
11048         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
11049         * README: Update reference to required Linux kernel version.
11050         * manual/install.texi (Linux): Update reference to required Linux
11051         kernel headers version.
11052         * INSTALL: Regenerated.
11054         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
11055         header inclusion.
11056         [POSIX] (limits.h): Likewise.
11057         [POSIX] (math.h): Likewise.
11058         [POSIX] (sys/wait.h): Likewise.
11059         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
11060         function.
11061         [POSIX] (stddef.h): Do not allow header inclusion.
11063 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11065         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
11067 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
11069         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
11070         Return immediately after lll_futex_wake.
11072 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
11074         [BZ #16791]
11075         * nscd/nscd-client.h (datahead_init_common): Initialize entire
11076         structure.
11077         (datahead_init_pos): Call datahead_init_common early.
11078         (datahead_init_neg): Likewise.
11080         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
11081         datahead_init_neg): New functions.
11082         * nscd/aicache.c (addhstaiX): Use them.
11083         * nscd/grpcache.c (cache_addgr): Likewise.
11084         * nscd/hstcache.c (cache_addhst): Likewise.
11085         * nscd/initgrcache.c (addinitgroupsX): Likewise.
11086         * nscd/netgroupcache.c (do_notfound): Likewise.
11087         (addgetnetgrentX): Likewise.
11088         (addinnetgrX): Likewise.
11089         * nscd/pwdcache.c (cache_addpw): Likewise.
11090         * nscd/servicescache.c (cache_addserv): Likewise.
11092 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
11093             Atsushi Onoe  <atsushi@onoe.org>
11095         [BZ #14308]
11096         [BZ #12994]
11097         [BZ #13651]
11098         * resolv/res_query.c (__libc_res_nsearch): Return if at least
11099         one response is valid.
11100         * resolv/res_send.c (send_dg): Check for validity of other
11101         response if the current response is a referral.
11103 2014-04-29  Steve Ellcey  <sellcey@mips.com>
11105         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
11107 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
11109         [BZ #16823]
11110         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
11111         Always divide by positive zero when computing -Inf result.
11112         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
11113         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
11115 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11117         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
11118         FPSCR if value do not change.
11119         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
11120         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
11121         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
11122         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
11123         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
11124         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
11125         function.
11127 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
11129         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
11130         * sysdeps/unix/sysv/linux/hppa: Move directory from
11131         ports/systeps/unix/sysv/linux/hppa.
11132         * README: Update listing for hppa-*-linux-gnu.
11134 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
11136         [BZ #16754]
11137         * manual/stdio.texi (Hook functions): Fix types of stream hook
11138         functions.
11139         [BZ #16854]
11140         * socket/sys/socket.h: Fix typo in comment.
11142 2014-04-28  Wilco  <wdijkstr@arm.com>
11144         * sysdeps/arm/fenv_private.h: New file.
11145         * sysdeps/arm/math_private.h: New file.
11146         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
11148 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
11150         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
11151         with __int128_t.
11152         (La_x86_64_retval): Likewise.
11154 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
11156         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
11157         fpsr if value didn't change.
11158         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
11159         to fpcr if value didn't change.
11160         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
11161         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
11162         fpsr or fpcr if value didn't change.
11163         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
11164         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
11165         fpcr if value didn't change.
11166         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
11167         to fpsr if value didn't change.
11169 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
11171         * nptl/tst-sem3.c: Use test-skeleton.c
11172         (main): Rename to do_test.  Use return instead of
11173         exit.
11174         * nptl/tst-sem4.c: Use test-skeleton.c
11175         (main): Rename to do_test.
11177 2014-04-22  David S. Miller  <davem@davemloft.net>
11179         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
11180         (struct sigaction): New struct member __glibc_reserved0, change
11181         type of sa_flags to int.
11183 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
11185         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
11186         (COUNT_LEADING_ZEROS_0): Define for AArch64.
11188 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
11190         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
11191         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
11193 2014-04-22  Will Newton  <will.newton@linaro.org>
11194             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
11196         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
11197         (__longjmp): Add longjmp and longjmp_target SystemTap
11198         probes.
11199         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
11200         (__sigsetjmp): Add setjmp SystemTap probe.
11202 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
11204         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
11205         match manual order.
11207 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11209         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
11211         * sysdeps/powerpc/fpu/fenv_private.h
11212         (libc_feholdexcept_setroundl_ctx): Define to
11213         libc_feholdexcept_setround_ppc_ctx.
11214         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
11215         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
11216         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
11217         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
11219 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
11221         * sysdeps/aarch64/math-tests.h: New file.
11223 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
11225         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
11226         New.
11227         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
11228         Check and set bit_AVX2_Usable.
11229         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
11230         macro.
11231         (bit_AVX2): Likewise.
11232         (index_AVX2_Usable): Likewise.
11233         (CPUID_AVX2): Likewise.
11234         (HAS_AVX2): Likewise.
11236 2014-04-17  Will Newton  <will.newton@linaro.org>
11238         * manual/setjmp.texi (System V contexts): Add note that
11239         calling setcontext on a context created by a call to a
11240         signal handler is undefined.  Update text to note that
11241         setcontext from a signal handler is possible but not
11242         recommended.
11244         [BZ #16629]
11245         * stdlib/tst-setcontext.c: Include signal.h.
11246         (main): Check that the signal stack before and
11247         after swapcontext is the same.
11249         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
11250         Re-implement to restore registers in user code and avoid
11251         rt_sigreturn system call.
11253 2014-04-17  Wilco  <wdijkstr@arm.com>
11255         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
11256         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
11257         * math/test-fenv.c: Skip exception trap tests on targets which only
11258         support non-stop mode.
11260 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
11261             Wilco Dijkstra  <wilco.dijkstra@arm.com>
11263         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
11264         (libc_feholdsetround_aarch64_ctx)
11265         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
11266         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
11267         (libc_feresetround_ctx, libc_feresetroundf_ctx)
11268         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
11269         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
11270         (libc_feresetround_noexl_ctx): Define.
11272 2014-04-16  Richard Henderson  <rth@redhat.com>
11274         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
11276         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
11277         unwind tables.
11279         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
11280         const from the non-libc, non-ldso copy.
11282         * sysdeps/alpha/libm-test-ulps: Regenerate.
11284 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
11285             Wilco Dijkstra  <wilco.dijkstra@arm.com>
11287         * sysdeps/aarch64/fpu/math_private.h: New file.
11289 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11291         * sysdeps/aarch64/libm-test-ulps: Regenerate.
11293 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
11295         [BZ #16275]
11296         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
11297         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
11298         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
11299         Intel MPX bound registers before _dl_profile_fixup.
11300         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
11301         registers after _dl_profile_fixup.  Save and restore bound
11302         registers bnd0/bnd1 when calling _dl_call_pltexit.
11303         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
11304         (LR_BND_OFFSET): Likewise.
11305         (LRV_BND0_OFFSET): Likewise.
11306         (LRV_BND1_OFFSET): Likewise.
11308 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11310         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
11311         to...
11312         * sysdeps/mach/hurd/i386/tls.h: ... here.
11313         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
11314         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
11315         fields.
11317 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11319         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
11321 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
11323         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11325 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
11327         [BZ #14770]
11328         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
11329         * sysdeps/s390/configure: Regenerate.
11331         [BZ #16824]
11332         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
11333         Set round-to-nearest internally to reduce error accumulation.
11335 2014-04-16  Alan Modra  <amodra@gmail.com>
11337         [BZ #16740]
11338         [BZ #16619]
11339         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
11340         * math/libm-test.inc (frexp_test_data): Add tests.
11341         * NEWS: Update fixed bug list.
11343 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
11345         * benchtests/Makefile: Depend on libraries in build directory.
11346         (bench-math): Separate out math tests.
11347         (bench-pthread): Separate out pthread tests.
11348         (bench): Include math and pthread tests.
11350 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
11352         [BZ #16831]
11353         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
11354         _dl_debug_initialize.
11356         * configure.ac: Remove SELinux header check.
11357         * configure: Regenerate.
11358         * nscd/selinux.c (perms): Array of const char* to permission names.
11359         (nscd_request_avc_has_perm): Call security_deny_unknown to find
11360         default policy. Call string_to_security_class and string_to_av_perm to
11361         translate strings. Enforce default policy and call avs_has_perm with
11362         results of translated strings.
11364 2014-04-13  David S. Miller  <davem@davemloft.net>
11366         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11368 2014-04-12  Allan McRae  <allan@archlinux.org>
11370         [BZ #16838]
11371         * manual/string.texi (Collation Functions): Fix qsort argument
11372         order in example.
11373         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
11375 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
11377         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
11378         Make the test a no-op if there are no exceptions defined.
11380 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
11382         * elf/Makefile (tests): make tst-dlopen-aout conditional on
11383         enable-hardcoded-path-in-tests
11385 2014-04-11  Will Newton  <will.newton@linaro.org>
11387         * benchtests/Makefile (extra-objs): Add json-lib.o.
11388         (bench-func): Tidy up JSON output.
11389         * benchtests/bench-skeleton.c: Include json-lib.h.
11390         (main): Use JSON library functions to do output of
11391         benchmark results.
11392         * benchtests/bench-timing-type.c (main): Output the
11393         timing type simply, leaving formatting to the user.
11394         * benchtests/json-lib.c: New file.
11395         * benchtests/json-lib.h: Likewise.
11397 2014-04-11  Torvald Riegel  <triegel@redhat.com>
11399         [BZ #15215]
11400         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
11401         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
11402         memory barriers.  Add comments.
11403         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
11404         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
11405         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
11406         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
11407         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
11408         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
11410 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
11412         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
11413         * sysdeps/s390/s390-64/configure.ac: ... this ...
11414         * sysdeps/s390/configure.ac: ... to here.
11415         * sysdeps/s390/s390-32/configure: Delete file.
11416         * sysdeps/s390/s390-64/configure: Delete file.
11417         * sysdeps/s390/configure: Regenerate.
11419 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
11421         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
11423 2014-04-11  Will Newton  <will.newton@linaro.org>
11425         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
11426         to zero if it is not defined elsewhere.  (mtrim): Test
11427         the value of MALLOC_DEBUG with #if rather than #ifdef.
11429 2014-04-10 Torvald Riegel  <triegel@redhat.com>
11431         * benchtests/pthread_once-inputs: New file.
11432         * benchtests/pthread_once-source.c: New file.
11433         * benchtests/README: Update documentation.
11435 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
11436             H.J. Lu  <hongjiu.lu@intel.com>
11438         [BZ #16275]
11439         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
11440         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
11441         * sysdeps/x86_64/configure: Regenerated.
11442         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
11443         macro.
11444         (REGISTER_SAVE_RAX): Likewise.
11445         (REGISTER_SAVE_RCX): Likewise.
11446         (REGISTER_SAVE_RDX): Likewise.
11447         (REGISTER_SAVE_RSI): Likewise.
11448         (REGISTER_SAVE_RDI): Likewise.
11449         (REGISTER_SAVE_R8): Likewise.
11450         (REGISTER_SAVE_R9): Likewise.
11451         (REGISTER_SAVE_BND0): Likewise.
11452         (REGISTER_SAVE_BND1): Likewise.
11453         (REGISTER_SAVE_BND2): Likewise.
11454         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
11455         bound registers when calling _dl_fixup.
11457 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11459         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
11460         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
11461         of its definition.
11462         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
11463         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
11464         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
11465         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
11466         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
11467         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
11468         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
11470 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
11472         [BZ #15514]
11473         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
11474         pathconf(_PC_NAME_MAX).
11476 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11478         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
11479         Remove macro usage.
11480         (__PTHREAD_SPINS): Move definition to ...
11481         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11482         (__PTHREAD_SPINS): ... here.
11483         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11484         (__PTHREAD_SPIN): Likewise.
11485         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
11486         (__PTHREAD_SPIN): Likewise.
11487         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
11488         (__PTHREAD_SPIN): Likewise.
11489         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
11490         (__PTHREAD_SPIN): Likewise.
11491         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
11492         (__PTHREAD_SPIN): Likewise.
11493         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
11494         (__PTHREAD_SPIN): Likewise.
11495         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
11496         (__PTHREAD_SPIN): Likewise.
11497         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
11498         (__PTHREAD_SPIN): Likewise.
11499         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
11500         (__PTHREAD_SPIN): Likewise.
11501         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
11502         (__PTHREAD_SPIN): Likewise.
11503         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
11504         (__PTHREAD_SPIN): Likewise.
11505         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
11506         (__PTHREAD_SPIN): Likewise.
11508         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
11509         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
11510         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
11511         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
11512         imply folder.
11513         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
11514         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
11515         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
11516         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
11517         correct imply path.
11518         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
11519         strlen symbol for non multi-arch builds.
11520         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
11521         missing hidden_def and weak_alias.
11523 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
11525         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
11527 2014-04-07  Will Newton  <will.newton@linaro.org>
11529         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
11530         and contents.  [!_LIBC] Remove #ifndef and contents.
11531         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
11532         * string/memccpy.c (__memccpy): Use ANSI prototype.
11533         * string/memfrob.c (memfrob): Likewise.
11534         * string/strcoll.c (STRCOLL): Likewise.
11535         * string/strlen.c (strlen): Likewise.
11536         * string/strtok.c (STRTOK): Likewise.
11537         * string/strcat.c: Remove unused #include of memcopy.h.
11538         (strcat): Use ANSI prototype.
11539         * string/strchr.c: Remove unused #include of memcopy.h.
11540         (strchr): Use ANSI prototype.
11541         * string/strcmp.c: Remove unused #include of memcopy.h.
11542         (strcmp): Use ANSI prototype.
11543         * string/strcpy.c: Remove unused #include of memcopy.h.
11544         (strcpy): Use ANSI prototype.
11546 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11548         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
11549         * config.make.in (config-extra-cppflags): Set it from
11550         libc_extra_cppflags.
11551         * configure.ac (libc_extra_cflags): Make it accumulate over
11552         configure fragments.
11553         (libc_extra_cppflags): New flag.
11554         * configure. Regenerate.
11555         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
11556         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
11557         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
11558         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
11560         [BZ #16815]
11561         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
11562         result for FE_DOWNWARD rounding mode.
11563         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
11564         Likewise.
11565         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11567 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
11569         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
11570         in function argument name.
11572 2014-04-03  David Svoboda  <svoboda@cert.org>
11574         [BZ #5666]
11575         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
11576         explicitly.
11578 2014-04-03  Roland McGrath  <roland@hack.frob.com>
11580         * elf/dl-unmap-segments.h: New file.
11581         * sysdeps/generic/ldsodefs.h
11582         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
11583         * elf/dl-close.c: Include <dl-unmap-segments.h>.
11584         * elf/dl-fptr.c: Likewise.
11585         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
11586         * sysdeps/aarch64/tlsdesc.c: Likewise.
11587         * sysdeps/arm/tlsdesc.c: Likewise.
11588         * sysdeps/i386/tlsdesc.c: Likewise.
11589         * sysdeps/tile/dl-runtime.c: Likewise.
11590         * sysdeps/x86_64/tlsdesc.c: Likewise.
11591         * elf/dl-load.h: New file.
11592         * elf/dl-load.c: Include it.
11593         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
11594         Macros moved to dl-load.h.
11595         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
11596         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
11597         Use _dl_unmap_segments in place of __munmap.
11598         Break out segment-mapping loop into ...
11599         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
11601 2014-04-03  Will Newton  <will.newton@linaro.org>
11603         * elf/dl-lookup.c (do_lookup_x): Remove comment
11604         referring to nested function and move variable
11605         declarations down to before first use.
11607 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
11609         [BZ #16799]
11610         [BZ #16800]
11611         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
11612         with 0 numerator.
11613         * math/s_catanf.c (__catanf): Likewise.
11614         * math/s_catanh.c (__catanh): Likewise.
11615         * math/s_catanhf.c (__catanhf): Likewise.
11616         * math/s_catanhl.c (__catanhl): Likewise.
11617         * math/s_catanl.c (__catanl): Likewise.
11618         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
11619         by positive zero when computing -Inf result.
11620         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
11621         (catanh_test): Likewise.
11622         * sysdeps/i386/fpu/libm-test-ulps: Update.
11623         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11625         [BZ #16789]
11626         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
11627         instead of using underflowing value in computing result.
11628         * math/s_clog10.c (__clog10): Likewise.
11629         * math/s_clog10f.c (__clog10f): Likewise.
11630         * math/s_clog10l.c (__clog10l): Likewise.
11631         * math/s_clogf.c (__clogf): Likewise.
11632         * math/s_clogl.c (__clogl): Likewise.
11633         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
11634         (clog10_test): Likewise.
11635         * sysdeps/i386/fpu/libm-test-ulps: Update.
11636         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11638 2014-04-02  Alan Modra  <amodra@gmail.com>
11640         [BZ #16739]
11641         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
11642         output when value is near a power of two.  Use int64_t for lx and
11643         remove casts.  Use decimal rather than hex exponent constants.
11644         Don't use long double multiplication when double will suffice.
11645         * math/libm-test.inc (nextafter_test_data): Add tests.
11646         * NEWS: Add 16739 and 16786 to bug list.
11648         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
11650         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
11652 2014-04-01  Will Newton  <will.newton@linaro.org>
11654         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
11655         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
11657 2014-04-01  Florian Weimer  <fweimer@redhat.com>
11659         [BZ #13347]
11660         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
11661         * nptl/tst-setuid2.c: New file.
11662         * nptl/Makefile (xtests): Add tst-setuid2.
11664 2014-04-01  Alan Modra  <amodra@gmail.com>
11666         [BZ #16786]
11667         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
11669 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11671         [BZ #6803]
11672         [BZ #6804]
11673         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
11674         set errno as appropriate.
11675         * math/w_scalbf.c (__scalbf): Likewise.
11676         * math/w_scalbl.c (__scalbl): Likewise.
11677         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
11678         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
11679         * math/libm-test.inc (scalb_test_data): Add errno expectations.
11680         Add more NaN tests.
11682         [BZ #16349]
11683         * math/w_atan2.c: Include <errno.h>.
11684         (__atan2): Set errno for result underflowing to zero.
11685         * math/w_atan2f.c: Include <errno.h>.
11686         (__atan2f): Set errno for result underflowing to zero.
11687         * math/w_atan2l.c: Include <errno.h>.
11688         (__atan2l): Set errno for result underflowing to zero.
11689         * math/auto-libm-test-in: Don't allow missing errno for some atan2
11690         tests.
11691         * math/auto-libm-test-out: Regenerated.
11693 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11695         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
11696         Encode instruction correctly in little endian.
11697         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
11698         Likewise.
11699         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
11700         Likewise.
11701         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
11702         Likewise.
11703         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
11704         Likewise.
11706 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11708         [BZ #9894]
11709         * sysdeps/unix/sysv/linux/kernel-features.h
11710         [__sparc__ && !__arch64__ && !__sparc_v9__]
11711         (__ASSUME_SET_ROBUST_LIST): Do not define.
11712         [__sparc__ && !__arch64__ && !__sparc_v9__]
11713         (__ASSUME_FUTEX_LOCK_PI): Likewise.
11714         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
11715         Likewise.
11716         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11717         (__ASSUME_FUTEX_LOCK_PI): Undefine.
11718         (__ASSUME_REQUEUE_PI): Likewise.
11719         (__ASSUME_SET_ROBUST_LIST): Likewise.
11720         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
11721         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
11722         Undefine.
11723         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11724         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
11725         Likewise.
11726         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
11727         Likewise.
11728         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
11729         Likewise.
11730         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11731         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
11732         Undefine.
11733         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
11734         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
11735         Likewise.
11737         [BZ #16648]
11738         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11739         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
11740         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
11742 2014-03-31  Will Newton  <will.newton@linaro.org>
11744         * benchtests/Makefile (bench): Add ffs and ffsll to list
11745         of tests.
11746         * benchtests/ffs-inputs: New file.
11747         * benchtests/ffsll-inputs: Likewise.
11749 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
11751         [BZ #16770]
11752         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
11753         too large before casting to int.
11754         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
11755         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
11756         * math/libm-test.inc (scalb_test_data): Add more tests.
11758 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
11760         * benchtests/Makefile (DETAILED_OPT): New make option.
11761         (bench-func): Run benchmark program with -d if DETAILED_OPT is
11762         set.
11763         * benchtests/bench-skeleton.c: Include stdbool.h.
11764         (main): Store and print timings per input.
11765         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
11766         member to each argument value.
11767         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
11768         (_print_arg_data): Initialize per-input timing to 0.
11770         * benchtests/Makefile (timing-type): New binary.
11771         (bench-clean): Also remove bench-timing-type.
11772         (bench): New target for timing-type.
11773         (bench-func): Print output in JSON format.
11774         * benchtests/bench-skeleton.c (main): Print output in JSON
11775         format.
11776         * benchtests/bench-timing-type.c: New file.
11777         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
11778         (TIMING_PRINT_STATS): Remove.
11779         * benchtests/scripts/bench.py (_print_arg_data): Store variant
11780         name separately.
11782         * benchtests/bench-modf.c: Remove.
11783         * benchtests/modf-inputs: New inputs file.
11785 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
11787         [BZ #16362]
11788         * math/s_clog10.c (M_PI_LOG10E): New macro.
11789         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
11790         imaginary parts are 0.
11791         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
11792         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
11793         imaginary parts are 0.
11794         * math/s_clog10l.c (M_PI_LOG10El): New macro.
11795         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
11796         imaginary parts are 0.
11797         * math/libm-test.inc (clog10_test_data): Update expected results
11798         for when real and imaginary parts are 0.
11800 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
11802         * elf/dl-load.c: Finish conversion of __builtin_expect into
11803         __glibc_{un}likely.
11805 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
11807         [BZ #16348]
11808         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
11809         1+x for argument with exponent below -67.
11810         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
11811         Likewise.
11812         * math/auto-libm-test-in: Add more tests of exp.
11813         * math/auto-libm-test-out: Regenerated.
11815 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11817         [BZ #16759]
11818         * inet/getnetgrent_r.c (get_nonempty_val): New function.
11819         (nscd_getnetgrent): Use it.
11821         [BZ #16760]
11822         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
11823         of stpcpy.
11825 2014-03-27  Andi Kleen  <ak@linux.intel.com>
11827         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
11828         (lll_robust_lock, lll_cond_lock, lll_timedlock)
11829         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
11830         (lll_robust_unlock): Remove out of line section. Use cfi
11831         intrinsics.
11832         (LLL_STUB_UNWIND_INFO*): Remove.
11833         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
11834         (lll_robust_lock, lll_cond_lock, lll_timedlock)
11835         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
11836         (lll_robust_unlock): Remove out of line section. Use cfi
11837         intrinsics.
11838         (LLL_STUB_UNWIND_INFO*): Remove.
11840 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11842         [BZ #16758]
11843         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
11844         blank values.
11846 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
11848         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
11850 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
11852         [BZ #16198]
11853         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
11854         fnstenv.
11855         * math/test-fenv-preserve.c: New file.
11856         * math/Makefile (tests): Add test-fenv-preserve.
11858 2014-03-26  Will Newton <will.newton@linaro.org>
11860         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
11862 2014-03-25  Roland McGrath  <roland@hack.frob.com>
11864         * scripts/versionlist.awk: Partition the version sets and emit all
11865         GLIBC_* (sorted) before all others (sorted).
11867 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
11869         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
11870         GLIBC_2.2.5 version.
11872 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11874         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
11875         calls.
11877         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
11878         previous change.
11880         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11882 2014-03-25  Andreas Schwab  <schwab@suse.de>
11884         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
11885         label to be used after in6ailist is initialized.
11887 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11889         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11890         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
11892 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
11894         [BZ #16357]
11895         [BZ #16599]
11896         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
11897         min_plus_half.
11898         (fp_formats): Update initializers.
11899         (init_fp_formats): Initialize new field.
11900         (output_for_one_input_case): Allow underflow for results up to
11901         min_plus_half.
11902         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
11903         * math/auto-libm-test-in: Don't mark some underflows from asin and
11904         atanh as spurious.
11905         * math/auto-libm-test-out: Regenerated.
11906         * sysdeps/i386/fpu/libm-test-ulps: Update.
11907         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11909 2014-03-25  Andreas Schwab  <schwab@suse.de>
11911         * libio/Makefile (tst-ftell-partial-wide-ENV)
11912         (tst-ftell-active-handler-ENV): Define.
11914 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
11916         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
11918 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
11920         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
11922 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
11924         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
11925         * sysdeps/x86_64/fpu/multiarch/e_exp.c
11926         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
11928 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
11930         [BZ #16634]
11931         * elf/dl-load.c (open_verify): Add mode parameter.
11932         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
11933         (open_path): Change from boolean 'secure' to complete flag 'mode'
11934         (_dl_map_object): Adjust.
11935         * elf/Makefile (tests): Add tst-dlopen-aout.
11936         * elf/tst-dlopen-aout.c: New test.
11938 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
11940         [BZ #16714]
11941         * sysdeps/unix/sysv/linux/s390/bits/stat.h
11942         (struct stat): Rename member pad0 to __glibc_reserved0.
11944         [BZ #16712]
11945         * sysdeps/s390/s390-32/bits/wordsize.h
11946         (__WORDSIZE32_SIZE_ULONG): New define.
11947         * sysdeps/s390/s390-64/bits/wordsize.h
11948         (__WORDSIZE32_SIZE_ULONG): Likewise.
11949         * sysdeps/generic/stdint.h (SIZE_MAX):
11950         Define as UL if __WORDSIZE32_SIZE_ULONG.
11952         [BZ #16713]
11953         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
11954         (__glibc_reserved0): New variable.
11955         (sa_flags): Change type to int.
11957         * posix/Makefile (before-compile): Use += before-compile instead
11958         of a :=.
11960         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11961         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
11963 2014-03-20  Andreas Schwab  <schwab@suse.de>
11965         [BZ #16743]
11966         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
11967         non-matching result from nscd.
11969 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
11971         * scripts/bench.py: Moved to ...
11972         * benchtests/scripts/bench.py: ... here.
11973         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
11975 2014-03-24  Andreas Schwab  <schwab@suse.de>
11977         [BZ #16002]
11978         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
11979         alloca_account and account alloca use for struct in6ailist.
11981 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
11983         [BZ #16284]
11984         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
11985         rounding mode to recompute results that overflow to infinity or
11986         underflow to zero.
11987         * math/auto-libm-test-in: Don't mark tests as expected to fail for
11988         bug 16284.
11989         * math/auto-libm-test-out: Regenerated.
11990         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
11991         (ccosh_test): Likewise.
11992         (csin_test_data): Use plus_oflow.
11993         (csin_test): Use ALL_RM_TEST.
11994         (csinh_test_data): Use plus_oflow.
11995         (csinh_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  Joseph Myers  <joseph@codesourcery.com>
12001         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
12002         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
12003         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
12005         [BZ #16731]
12006         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
12007         when x - 1 is zero.
12008         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
12009         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
12010         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
12011         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
12012         argument is 1.
12013         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
12014         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
12015         zero.
12016         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
12017         * sysdeps/i386/fpu/libm-test-ulps: Update.
12018         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12020 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
12022         * scripts/bench.pl: Remove file.
12023         * scripts/bench.py: New benchmark script.
12024         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
12025         * benchtests/README: Mention python dependency.
12026         * scripts/pylintrc: New file.
12027         * scripts/pylint: New file.
12029         * bits/mathdef.h: Use #ifdef instead of #if.
12030         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
12031         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12032         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
12033         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12034         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
12035         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12037 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12038             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12040         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
12041         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
12042         and strpbrk-ppc64 objects.
12043         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12044         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
12045         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
12046         multiarch strpbrk for POWER7.
12047         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
12048         multiarch strpbrk for PPC64.
12049         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
12050         ifunc selector.
12051         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
12052         strpbrk for POWER7.
12054 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
12056         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
12057         (atan_test): Likewise.
12058         (atanh_test_data): Use NO_TEST_INLINE for two tests.
12059         (atanh_test): Use ALL_RM_TEST.
12060         (atan2_test_data): Likewise.
12061         (cabs_test): Likewise.
12062         (cacosh_test): Likewise.
12063         (carg_test): Likewise.
12064         (casin_test): Likewise.
12065         (casinh_test): Likewise.
12066         (cbrt_test): Likewise.
12067         (csqrt_test): Likewise.
12068         (erf_test): Likewise.
12069         (erfc_test): Likewise.
12070         (pow10_test): Likewise.
12071         (exp2_test): Likewise.
12072         (hypot_test): Likewise.
12073         (j0_test): Likewise.
12074         (j1_test): Likewise.
12075         (lgamma_test): Likewise.
12076         (gamma_test): Likewise.
12077         (sincos_test): Likewise.
12078         (tanh_test): Likewise.
12079         (y0_test): Likewise.
12080         (y1_test): Likewise.
12081         * sysdeps/i386/fpu/libm-test-ulps: Update.
12082         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12084 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12086         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
12087         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
12088         and strcspn-ppc64 objects.
12089         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12090         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
12091         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
12092         multiarch strcspn for POWER7.
12093         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
12094         multiarch strcspn for PPC64.
12095         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
12096         ifunc selector.
12097         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
12098         strcspn for POWER7.
12100 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
12102         * math/gen-libm-test.pl (generate_testfile): Expect only function
12103         name as argument to AUTO_TESTS_* and pass results for all rounding
12104         modes to parse_args.
12105         (parse_auto_input): Separate inputs of automatic tests from
12106         outputs before storing in %auto_tests.
12107         * math/libm-test.inc (acos_test_data): Update call to
12108         AUTO_TESTS_f_f.
12109         (acos_test): Use ALL_RM_TEST.
12110         (acos_tonearest_test_data): Remove.
12111         (acos_test_tonearest): Likewise.
12112         (acos_towardzero_test_data): Likewise.
12113         (acos_test_towardzero): Likewise.
12114         (acos_downward_test_data): Likewise.
12115         (acos_test_downward): Likewise.
12116         (acos_upward_test_data): Likewise.
12117         (acos_test_upward): Likewise.
12118         (acosh_test_data): Update call to AUTO_TESTS_f_f.
12119         (asin_test_data): Likewise.
12120         (asin_test): Use ALL_RM_TEST.
12121         (asin_tonearest_test_data): Remove.
12122         (asin_test_tonearest): Likewise.
12123         (asin_towardzero_test_data): Likewise.
12124         (asin_test_towardzero): Likewise.
12125         (asin_downward_test_data): Likewise.
12126         (asin_test_downward): Likewise.
12127         (asin_upward_test_data): Likewise.
12128         (asin_test_upward): Likewise.
12129         (asinh_test_data): Update call to AUTO_TESTS_f_f.
12130         (atan_test_data): Likewise.
12131         (atanh_test_data): Likewise.
12132         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
12133         (cabs_test_data): Update call to AUTO_TESTS_c_f.
12134         (carg_test_data): Likewise.
12135         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
12136         (ccos_test_data): Update call to AUTO_TESTS_c_c.
12137         (ccosh_test_data): Likewise.
12138         (cexp_test_data): Likewise.
12139         (clog_test_data): Likewise.
12140         (clog10_test_data): Likewise.
12141         (cos_test_data): Update call to AUTO_TESTS_f_f.
12142         (cos_test): Use ALL_RM_TEST.
12143         (cos_tonearest_test_data): Remove.
12144         (cos_test_tonearest): Likewise.
12145         (cos_towardzero_test_data): Likewise.
12146         (cos_test_towardzero): Likewise.
12147         (cos_downward_test_data): Likewise.
12148         (cos_test_downward): Likewise.
12149         (cos_upward_test_data): Likewise.
12150         (cos_test_upward): Likewise.
12151         (cosh_test_data): Update call to AUTO_TESTS_f_f.
12152         (cosh_test): Use ALL_RM_TEST.
12153         (cosh_tonearest_test_data): Remove.
12154         (cosh_test_tonearest): Likewise.
12155         (cosh_towardzero_test_data): Likewise.
12156         (cosh_test_towardzero): Likewise.
12157         (cosh_downward_test_data): Likewise.
12158         (cosh_test_downward): Likewise.
12159         (cosh_upward_test_data): Likewise.
12160         (cosh_test_upward): Likewise.
12161         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
12162         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
12163         (ctan_test_data): Likewise.
12164         (ctan_test): Use ALL_RM_TEST.
12165         (ctan_tonearest_test_data): Remove.
12166         (ctan_test_tonearest): Likewise.
12167         (ctan_towardzero_test_data): Likewise.
12168         (ctan_test_towardzero): Likewise.
12169         (ctan_downward_test_data): Likewise.
12170         (ctan_test_downward): Likewise.
12171         (ctan_upward_test_data): Likewise.
12172         (ctan_test_upward): Likewise.
12173         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
12174         (ctanh_test): Use ALL_RM_TEST.
12175         (ctanh_tonearest_test_data): Remove.
12176         (ctanh_test_tonearest): Likewise.
12177         (ctanh_towardzero_test_data): Likewise.
12178         (ctanh_test_towardzero): Likewise.
12179         (ctanh_downward_test_data): Likewise.
12180         (ctanh_test_downward): Likewise.
12181         (ctanh_upward_test_data): Likewise.
12182         (ctanh_test_upward): Likewise.
12183         (erf_test_data): Update call to AUTO_TESTS_f_f.
12184         (erfc_test_data): Likewise.
12185         (exp_test_data): Likewise.
12186         (exp_test): Use ALL_RM_TEST.
12187         (exp_tonearest_test_data): Remove.
12188         (exp_test_tonearest): Likewise.
12189         (exp_towardzero_test_data): Likewise.
12190         (exp_test_towardzero): Likewise.
12191         (exp_downward_test_data): Likewise.
12192         (exp_test_downward): Likewise.
12193         (exp_upward_test_data): Likewise.
12194         (exp_test_upward): Likewise.
12195         (exp10_test_data): Update call to AUTO_TESTS_f_f.
12196         (exp10_test): Use ALL_RM_TEST.
12197         (exp10_tonearest_test_data): Remove.
12198         (exp10_test_tonearest): Likewise.
12199         (exp10_towardzero_test_data): Likewise.
12200         (exp10_test_towardzero): Likewise.
12201         (exp10_downward_test_data): Likewise.
12202         (exp10_test_downward): Likewise.
12203         (exp10_upward_test_data): Likewise.
12204         (exp10_test_upward): Likewise.
12205         (exp2_test_data): Update call to AUTO_TESTS_f_f.
12206         (expm1_test_data): Likewise.
12207         (expm1_test): Use ALL_RM_TEST.
12208         (expm1_tonearest_test_data): Remove.
12209         (expm1_test_tonearest): Likewise.
12210         (expm1_towardzero_test_data): Likewise.
12211         (expm1_test_towardzero): Likewise.
12212         (expm1_downward_test_data): Likewise.
12213         (expm1_test_downward): Likewise.
12214         (expm1_upward_test_data): Likewise.
12215         (expm1_test_upward): Likewise.
12216         (fma_test_data): Update call to AUTO_TESTS_fff_f.
12217         (fma_test): Use ALL_RM_TEST.
12218         (fma_towardzero_test_data): Remove.
12219         (fma_test_towardzero): Likewise.
12220         (fma_downward_test_data): Likewise.
12221         (fma_test_downward): Likewise.
12222         (fma_upward_test_data): Likewise.
12223         (fma_test_upward): Likewise.
12224         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
12225         (j0_test_data): Update call to AUTO_TESTS_f_f.
12226         (j1_test_data): Likewise.
12227         (jn_test_data): Update call to AUTO_TESTS_if_f.
12228         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
12229         (log_test_data): Update call to AUTO_TESTS_f_f.
12230         (log10_test_data): Likewise.
12231         (log1p_test_data): Likewise.
12232         (log2_test_data): Likewise.
12233         (pow_test_data): Update call to AUTO_TESTS_ff_f.
12234         (pow_tonearest_test_data): Likewise.
12235         (sin_test_data): Update call to AUTO_TESTS_f_f.
12236         (sin_test): Use ALL_RM_TEST.
12237         (sin_tonearest_test_data): Remove.
12238         (sin_test_tonearest): Likewise.
12239         (sin_towardzero_test_data): Likewise.
12240         (sin_test_towardzero): Likewise.
12241         (sin_downward_test_data): Likewise.
12242         (sin_test_downward): Likewise.
12243         (sin_upward_test_data): Likewise.
12244         (sin_test_upward): Likewise.
12245         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
12246         (sinh_test_data): Update call to AUTO_TESTS_f_f.
12247         (sinh_test): Use ALL_RM_TEST.
12248         (sinh_tonearest_test_data): Remove.
12249         (sinh_test_tonearest): Likewise.
12250         (sinh_towardzero_test_data): Likewise.
12251         (sinh_test_towardzero): Likewise.
12252         (sinh_downward_test_data): Likewise.
12253         (sinh_test_downward): Likewise.
12254         (sinh_upward_test_data): Likewise.
12255         (sinh_test_upward): Likewise.
12256         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
12257         (sqrt_test): Use ALL_RM_TEST.
12258         (sqrt_tonearest_test_data): Remove.
12259         (sqrt_test_tonearest): Likewise.
12260         (sqrt_towardzero_test_data): Likewise.
12261         (sqrt_test_towardzero): Likewise.
12262         (sqrt_downward_test_data): Likewise.
12263         (sqrt_test_downward): Likewise.
12264         (sqrt_upward_test_data): Likewise.
12265         (sqrt_test_upward): Likewise.
12266         (tan_test_data): Update call to AUTO_TESTS_f_f.
12267         (tan_test): Use ALL_RM_TEST.
12268         (tan_tonearest_test_data): Remove.
12269         (tan_test_tonearest): Likewise.
12270         (tan_towardzero_test_data): Likewise.
12271         (tan_test_towardzero): Likewise.
12272         (tan_downward_test_data): Likewise.
12273         (tan_test_downward): Likewise.
12274         (tan_upward_test_data): Likewise.
12275         (tan_test_upward): Likewise.
12276         (tanh_test_data): Update call to AUTO_TESTS_f_f.
12277         (tgamma_test_data): Likewise.
12278         (y0_test_data): Likewise.
12279         (y1_test_data): Likewise.
12280         (yn_test_data): Update call to AUTO_TESTS_if_f.
12281         (main): Do not call removed functions.
12283 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
12285         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
12286         (ldexp_test_data): Remove.
12287         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
12288         scalbn_test_data.
12289         (scalb_test): Use ALL_RM_TEST.
12291 2014-03-19  Andreas Schwab  <schwab@suse.de>
12293         * nscd/nscd.service: Also invalidate netgroup cache on reload.
12295 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
12297         [BZ #16649]
12298         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
12299         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
12300         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
12301         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12302         (__ASSUME_PREADV): Undefine.
12303         (__ASSUME_PWRITEV): Likewise.
12305 2014-03-18  Roland McGrath  <roland@hack.frob.com>
12307         * bits/mman-linux.h: Add comment about non-Linux use.
12308         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
12309         bits/mman-linux.h resting place.
12311         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
12312         * bits/mman-linux.h: ... here.
12314 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12316         * conform/conformtest.pl: Add standard definition when calling C
12317         preprocessor on data files.
12318         (checknamespace): Remove unused variable.
12320 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
12322         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
12323         minus_oflow, plus_uflow and minus_uflow in expected results.
12324         * math/libm-test.inc (scalbn_test_data): Add more tests of
12325         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
12326         minus_uflow.
12327         (scalbn_test): Use ALL_RM_TEST.
12328         (scalbln_test_data): Add more tests of negative arguments.  Use
12329         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
12330         (scalbln_test): Use ALL_RM_TEST.
12332 2014-03-18  Roland McGrath  <roland@hack.frob.com>
12334         * scripts/abilist.awk: Ignore symbols marked with .hidden.
12336 2014-03-18  Will Newton  <will.newton@linaro.org>
12338         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
12339         inaccurate comment.
12341 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
12343         * Makerules [!subdir] (check-abi): Exit with error status if a
12344         test failed.
12346 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
12348         * math/libm-test.inc (nearbyint_test_data): Include all tests used
12349         for rint.  Include results for all rounding modes.
12350         (nearbyint_test): Use ALL_RM_TEST.
12351         (rint_test_data): Include all tests used for nearbyint.
12353 2014-03-17  Will Newton  <will.newton@linaro.org>
12355         * nptl/sysdeps/pthread/pthread.h: Revert previous
12356         change.
12358         * sysdeps/generic/ldsodefs.h: Revert previous
12359         change.
12361         * libio/genops.c: Revert previous change.
12362         * libio/libioP.h: Likewise.
12363         * stdio-common/vfprintf.c: Likewise.
12365         * sysdeps/generic/math_private.h: Revert previous
12366         change.
12368         * sysdeps/generic/math_private.h: Check whether
12369         HAVE_RM_CTX is defined with #ifdef rather
12370         than #if.
12372         * argp/argp-fmtstream.h: Check whether
12373         __STRICT_ANSI__ is defined with #ifdef rather
12374         than #if.
12375         * argp/argp.h: Likewise.
12377         * libio/genops.c: Check whether
12378         _IO_JUMPS_OFFSET is defined with #ifdef rather
12379         than #if.
12380         * libio/libioP.h: Likewise.
12381         * stdio-common/vfprintf.c: Likewise.
12383         * sysdeps/generic/ldsodefs.h: Check whether
12384         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
12385         than #if.
12387         * nptl/sysdeps/pthread/pthread.h: Check
12388         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
12389         its value.
12391 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
12393         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
12394         setting O_APPEND.
12395         * libio/tst-ftell-active-handler.c (do_append_test): Add a
12396         test case.
12398         [BZ #16680]
12399         * libio/fileops.c (_IO_file_open): Seek to end of file but
12400         don't cache the offset.
12401         (get_file_offset): Remove function.
12402         (do_ftell): Use cached offset when available.
12403         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
12404         don't cache the offset.
12405         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
12406         case.
12407         (do_one_test): Call it.
12408         (do_ftell_test): Fix up expected old offset for a+ mode.
12409         * libio/wfileops.c (do_ftell_wide): Used cached offset when
12410         available.
12412         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
12413         up test status with function return status.
12414         (do_write_test): Likewise.
12415         (do_append_test): Likewise.
12417         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
12418         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
12419         Remove.
12421 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
12423         * math/gen-libm-test.pl (parse_args): Handle results specified for
12424         each rounding mode separately.
12425         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
12426         tests and results from lrint_tonearest_test_data,
12427         lrint_towardzero_test_data, lrint_downward_test_data and
12428         lrint_upward_test_data.
12429         (lrint_test): Use ALL_RM_TEST.
12430         (lrint_tonearest_test_data): Remove.
12431         (lrint_test_tonearest): Likewise.
12432         (lrint_towardzero_test_data): Likewise.
12433         (lrint_test_towardzero): Likewise.
12434         (lrint_downward_test_data): Likewise.
12435         (lrint_test_downward): Likewise.
12436         (lrint_upward_test_data): Likewise.
12437         (lrint_test_upward): Likewise.
12438         (llrint_test_data): Merge in per-rounding-mode tests and results
12439         from llrint_tonearest_test_data, llrint_towardzero_test_data,
12440         llrint_downward_test_data and llrint_upward_test_data.
12441         (llrint_test): Use ALL_RM_TEST.
12442         (llrint_tonearest_test_data): Remove.
12443         (llrint_test_tonearest): Likewise.
12444         (llrint_towardzero_test_data): Likewise.
12445         (llrint_test_towardzero): Likewise.
12446         (llrint_downward_test_data): Likewise.
12447         (llrint_test_downward): Likewise.
12448         (llrint_upward_test_data): Likewise.
12449         (llrint_test_upward): Likewise.
12450         (rint_test_data): Merge in per-rounding-mode tests and results
12451         from rint_tonearest_test_data, rint_towardzero_test_data,
12452         rint_downward_test_data and rint_upward_test_data.  Add
12453         per-rounding-mode results for tests not in those arrays.
12454         (rint_test): Use ALL_RM_TEST.
12455         (rint_tonearest_test_data): Remove.
12456         (rint_test_tonearest): Likewise.
12457         (rint_towardzero_test_data): Likewise.
12458         (rint_test_towardzero): Likewise.
12459         (rint_downward_test_data): Likewise.
12460         (rint_test_downward): Likewise.
12461         (rint_upward_test_data): Likewise.
12462         (rint_test_upward): Likewise.
12463         (main): Don't call removed functions.
12465 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12467         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
12468         "Compiled on ..." crapola.  It is anti-useful.
12470 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
12472         * scripts/evaluate-test.sh: Handle fourth argument to determine
12473         whether test run should stop on failure.
12474         * Makeconfig (stop-on-test-failure): New variable.
12475         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
12476         $(stop-on-test-failure).
12477         * Makefile (tests): Give a summary of results from testing and
12478         exit with failure status if they include an ERROR or FAIL.
12479         (xtests): Likewise.
12480         * manual/install.texi (Configuring and compiling): Mention
12481         stop-on-test-failure=y.
12482         * INSTALL: Regenerated.
12484 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12486         * scripts/versionlist.awk: New file.
12487         * Makerules [$(build-shared) = yes]
12488         (postclean-generated): Add Versions.def, not Versions.def.v and
12489         Versions.def.v.i.
12490         ($(common-objpfx)Versions.def.v.i): Target removed.
12491         ($(common-objpfx)Versions.def): New target.
12492         ($(common-objpfx)Versions.all): Depend on that rather that
12493         $(common-objpfx)Versions.def.v.
12494         * Versions.def: File removed.
12496         * Makeconfig (+gccwarn): Add -Wundef.
12497         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
12498         a dl-sysdep.h breaking its contract.
12499         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
12500         * include/stackinfo.h: New file.
12501         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
12502         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
12503         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
12504         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
12505         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
12506         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
12507         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12508         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12509         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12510         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12511         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12512         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
12513         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12514         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12515         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12517 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12519         [BZ #16707]
12520         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
12521         implementation.
12522         * math/libm-test.inc (round_test_data): Add more tests.
12524         [BZ #16706]
12525         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
12526         implementation.
12527         * math/libm-test.inc (nearbyint_test_data): Add more tests.
12529         [BZ #16701]
12530         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
12531         implementation.
12532         * math/libm-test.inc (ceil_test_data): Add more tests.
12534         * math/libm-test.inc (trunc_test_data): Add more tests related to
12535         BZ#16414.
12537 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12539         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
12540         with #if rather than #ifdef.
12541         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
12543 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
12545         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
12546         first.  Disable AVX-512 GCC support if assembler doesn't support
12547         it.
12548         * sysdeps/x86_64/configure: Regenerated.
12550 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
12552         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
12553         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
12554         (__old_pthread_attr_setstack): Likewise.
12555         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
12556         [!_STACK_GROWS_DOWN]: Likewise.
12558 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
12560         * config.make.in (have-bash2): Delete.
12561         * configure.ac (libc_cv_have_bash2): Delete.
12562         * configure: Regenerate.
12563         * elf/Makefile (common-ldd-rewrite): Rename to ...
12564         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
12565         (sh-ldd-rewrite): Delete.
12566         (bash-ldd-rewrite): Delete.
12567         (have-bash2): Delete checks.
12568         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
12569         ldd-rewrite.
12571         * config.make.in (have-ksh): Delete.
12572         (KSH): Delete.
12573         * configure.ac (libc_cv_have_ksh): Delete.
12574         * configure: Regenerate.
12576         * elf/Makefile: Delete $(have-ksh) check.
12577         ($(objpfx)sotruss): Change KSH to BASH.
12578         * elf/sotruss.ksh: Rename to ...
12579         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
12580         function style to match POSIX.  Drop ksh vim mode setting.
12582         * manual/time.texi (Specifying the Time Zone with TZ): Change
12583         Tuesday to Thursday.
12585         * debug/tst-longjmp_chk2.c: Update header comment.
12586         (stackoverflow_handler): Add comment.  Call assert on pass value.
12588 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
12590         [BZ #16194]
12591         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
12592         (HAVE_AVX512_ASM_SUPPORT): Likewise.
12593         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
12594         (La_x86_64_vector): Add zmm.
12595         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
12596         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
12597         ($(objpfx)tst-audit10): New target.
12598         ($(objpfx)tst-audit10.out): Likewise.
12599         (tst-audit10-ENV): New.
12600         (AVX512-CFLAGS): Likewise.
12601         (CFLAGS-tst-audit10.c): Likewise.
12602         (CFLAGS-tst-auditmod10a.c): Likewise.
12603         (CFLAGS-tst-auditmod10b.c): Likewise.
12604         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
12605         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
12606         * sysdeps/x86_64/configure: Regenerated.
12607         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
12608         AVX-512 zmm register support.
12609         (_dl_x86_64_save_sse): Likewise.
12610         (_dl_x86_64_restore_sse): Likewise.
12611         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
12612         size vector registers.
12613         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
12614         (ZMM_SIZE): Likewise.
12615         * sysdeps/x86_64/tst-audit10.c: New file.
12616         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
12617         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
12619 2014-03-13  Roland McGrath  <roland@hack.frob.com>
12621         * configure.ac (HAVE_EHDR_START): New check.
12622         * configure: Regenerated.
12623         * config.h.in (HAVE_EHDR_START): New #undef.
12624         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
12625         assuming the lowest-addressed segment maps the start of the file.
12627 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
12629         * INSTALL: Regenerated.
12631 2014-03-13  Will Newton  <will.newton@linaro.org>
12633         * manual/setjmp.texi (System V contexts): Improve
12634         clarity and grammar of documentation.
12636 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
12638         [BZ #16381]
12639         * elf/Makefile (tests): Add tst-pie2.
12640         (tests-pie): Add tst-pie2.
12641         * elf/tst-pie2.c: New file.
12642         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
12643         for ET_EXEC.
12644         * elf/rtld.c (map_doit): Load executable as lt_executable.
12645         (dl_main): Likewise.
12647 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
12649         [BZ #16642]
12650         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12651         (__ASSUME_PSELECT): Undefine.
12653 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12655         [BZ #16689]
12656         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
12657         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
12658         static build.
12659         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
12660         selector for static builds.
12662 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
12664         [BZ #16695]
12665         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
12666         key in the buffer.
12668 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12670         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
12671         IFUNC selector for static builds.
12673 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
12675         * sysdeps/mips/math_private.h [__mips_hard_float]
12676         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
12677         libc_feresetround_mips_ctx.
12678         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
12679         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
12680         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
12682         [BZ #16677]
12683         * math/s_nextafter.c (__nextafter): Do not return value from
12684         overflowing computation.
12685         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
12686         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
12687         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
12688         Likewise.
12689         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
12690         Likewise.
12691         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
12692         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
12694 2014-03-11  Roland McGrath  <roland@hack.frob.com>
12696         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
12697         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
12698         Move sfi_sp use from the load-multiple (that no longer sets sp) to
12699         the new mov targetting sp.
12701 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12703         [BZ #16683]
12704         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
12705         Define it for static builds as well.
12706         (NO_BZERO_IMPL): Likewise.
12708 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12710         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
12711         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
12712         multiarch strspn for PPC64.
12713         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
12714         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
12715         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12716         (__libc_ifunc_impl_list): Likewise.
12717         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
12718         multiarch optimizations
12719         * string/strspn.c (strspn): Using macro to redefine symbol name.
12721 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12722             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12724         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
12725         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
12726         multiarch strncat for PPC64.
12727         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
12728         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
12729         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12730         (__libc_ifunc_impl_list): Likewise.
12731         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
12732         multiarch optimizations
12734 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
12736         [BZ #16639]
12737         * nscd/nscd.service: Make service type forking.
12739 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12741         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
12742         sign in non default rounding modes.
12743         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
12745 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
12747         * math/libm-test.inc (ALL_RM_TEST): New macro.
12748         (ceil_test): Use ALL_RM_TEST.
12749         (cimag_test): Likewise.
12750         (conj_test): Likewise.
12751         (copysign_test): Likewise.
12752         (cproj_test): Likewise.
12753         (creal_test): Likewise.
12754         (fabs_test): Likewise.
12755         (floor_test): Likewise.
12756         (fmax_test): Likewise.
12757         (fmin_test): Likewise.
12758         (fmod_test): Likewise.
12759         (fpclassify_test): Likewise.
12760         (frexp_test): Likewise.
12761         (ilogb_test): Likewise.
12762         (isfinite_test): Likewise.
12763         (finite_test): Likewise.
12764         (isgreater_test): Likewise.
12765         (isgreaterequal_test): Likewise.
12766         (isinf_test): Likewise.
12767         (isless_test): Likewise.
12768         (islessequal_test): Likewise.
12769         (islessgreater_test): Likewise.
12770         (isnan_test): Likewise.
12771         (isnormal_test): Likewise.
12772         (issignaling_test): Likewise.
12773         (isunordered_test): Likewise.
12774         (logb_test): Likewise.
12775         (logb_downward_test_data): Remove.
12776         (logb_test_downward): Likewise.
12777         (lround_test): Use ALL_RM_TEST.
12778         (llround_test): Likewise.
12779         (modf_test): Likewise.
12780         (nexttoward_test): Likewise.
12781         (remainder_test): Likewise.
12782         (drem_test): Likewise.
12783         (remainder_tonearest_test_data): Likewise.
12784         (remainder_test_tonearest): Likewise.
12785         (drem_test_tonearest): Likewise.
12786         (remainder_towardzero_test_data): Likewise.
12787         (remainder_test_towardzero): Likewise.
12788         (drem_test_towardzero): Likewise.
12789         (remainder_downward_test_data): Likewise.
12790         (remainder_test_downward): Likewise.
12791         (drem_test_downward): Likewise.
12792         (remainder_upward_test_data): Likewise.
12793         (remainder_test_upward): Likewise.
12794         (drem_test_upward): Likewise.
12795         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
12796         (round_test): Use ALL_RM_TEST.
12797         (signbit_test): Likewise.
12798         (trunc_test): Likewise.
12799         (significand_test): Likewise.
12800         (main): Don't call removed functions.
12802 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
12804         [BZ #16674]
12805         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
12806         || __USE_XOPEN2K8].
12807         (ILL_ILLOPN): Likewise.
12808         (ILL_ILLADR): Likewise.
12809         (ILL_ILLTRP): Likewise.
12810         (ILL_PRVOPC): Likewise.
12811         (ILL_PRVREG): Likewise.
12812         (ILL_COPROC): Likewise.
12813         (ILL_BADSTK): Likewise.
12814         (FPE_INTDIV): Likewise.
12815         (FPE_INTOVF): Likewise.
12816         (FPE_FLTDIV): Likewise.
12817         (FPE_FLTOVF): Likewise.
12818         (FPE_FLTUND): Likewise.
12819         (FPE_FLTRES): Likewise.
12820         (FPE_FLTINV): Likewise.
12821         (FPE_FLTSUB): Likewise.
12822         (SEGV_MAPERR): Likewise.
12823         (SEGV_ACCERR): Likewise.
12824         (BUS_ADRALN): Likewise.
12825         (BUS_ADRERR): Likewise.
12826         (BUS_OBJERR): Likewise.
12827         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12828         (TRAP_TRACE): Likewise.
12829         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12830         __USE_XOPEN2K8].
12831         (CLD_KILLED): Likewise.
12832         (CLD_DUMPED): Likewise.
12833         (CLD_TRAPPED): Likewise.
12834         (CLD_STOPPED): Likewise.
12835         (CLD_CONTINUED): Likewise.
12836         (POLL_IN): Likewise.
12837         (POLL_OUT): Likewise.
12838         (POLL_MSG): Likewise.
12839         (POLL_ERR): Likewise.
12840         (POLL_PRI): Likewise.
12841         (POLL_HUP): Likewise.
12842         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
12843         Likewise.
12844         (ILL_ILLOPN): Likewise.
12845         (ILL_ILLADR): Likewise.
12846         (ILL_ILLTRP): Likewise.
12847         (ILL_PRVOPC): Likewise.
12848         (ILL_PRVREG): Likewise.
12849         (ILL_COPROC): Likewise.
12850         (ILL_BADSTK): Likewise.
12851         (FPE_INTDIV): Likewise.
12852         (FPE_INTOVF): Likewise.
12853         (FPE_FLTDIV): Likewise.
12854         (FPE_FLTOVF): Likewise.
12855         (FPE_FLTUND): Likewise.
12856         (FPE_FLTRES): Likewise.
12857         (FPE_FLTINV): Likewise.
12858         (FPE_FLTSUB): Likewise.
12859         (SEGV_MAPERR): Likewise.
12860         (SEGV_ACCERR): Likewise.
12861         (BUS_ADRALN): Likewise.
12862         (BUS_ADRERR): Likewise.
12863         (BUS_OBJERR): Likewise.
12864         (BUS_MCEERR_AR): Likewise.
12865         (BUS_MCEERR_AO): Likewise.
12866         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12867         (TRAP_TRACE): Likewise.
12868         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12869         __USE_XOPEN2K8].
12870         (CLD_KILLED): Likewise.
12871         (CLD_DUMPED): Likewise.
12872         (CLD_TRAPPED): Likewise.
12873         (CLD_STOPPED): Likewise.
12874         (CLD_CONTINUED): Likewise.
12875         (POLL_IN): Likewise.
12876         (POLL_OUT): Likewise.
12877         (POLL_MSG): Likewise.
12878         (POLL_ERR): Likewise.
12879         (POLL_PRI): Likewise.
12880         (POLL_HUP): Likewise.
12881         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
12882         (ILL_ILLOPN): Likewise.
12883         (ILL_ILLADR): Likewise.
12884         (ILL_ILLTRP): Likewise.
12885         (ILL_PRVOPC): Likewise.
12886         (ILL_PRVREG): Likewise.
12887         (ILL_COPROC): Likewise.
12888         (ILL_BADSTK): Likewise.
12889         (FPE_INTDIV): Likewise.
12890         (FPE_INTOVF): Likewise.
12891         (FPE_FLTDIV): Likewise.
12892         (FPE_FLTOVF): Likewise.
12893         (FPE_FLTUND): Likewise.
12894         (FPE_FLTRES): Likewise.
12895         (FPE_FLTINV): Likewise.
12896         (FPE_FLTSUB): Likewise.
12897         (SEGV_MAPERR): Likewise.
12898         (SEGV_ACCERR): Likewise.
12899         (BUS_ADRALN): Likewise.
12900         (BUS_ADRERR): Likewise.
12901         (BUS_OBJERR): Likewise.
12902         (BUS_MCEERR_AR): Likewise.
12903         (BUS_MCEERR_AO): Likewise.
12904         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12905         (TRAP_TRACE): Likewise.
12906         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12907         __USE_XOPEN2K8].
12908         (CLD_KILLED): Likewise.
12909         (CLD_DUMPED): Likewise.
12910         (CLD_TRAPPED): Likewise.
12911         (CLD_STOPPED): Likewise.
12912         (CLD_CONTINUED): Likewise.
12913         (POLL_IN): Likewise.
12914         (POLL_OUT): Likewise.
12915         (POLL_MSG): Likewise.
12916         (POLL_ERR): Likewise.
12917         (POLL_PRI): Likewise.
12918         (POLL_HUP): Likewise.
12919         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
12920         Likewise.
12921         (ILL_ILLOPN): Likewise.
12922         (ILL_ILLADR): Likewise.
12923         (ILL_ILLTRP): Likewise.
12924         (ILL_PRVOPC): Likewise.
12925         (ILL_PRVREG): Likewise.
12926         (ILL_COPROC): Likewise.
12927         (ILL_BADSTK): Likewise.
12928         (ILL_BADIADDR): Likewise.
12929         (ILL_BREAK): Likewise.
12930         (FPE_INTDIV): Likewise.
12931         (FPE_INTOVF): Likewise.
12932         (FPE_FLTDIV): Likewise.
12933         (FPE_FLTOVF): Likewise.
12934         (FPE_FLTUND): Likewise.
12935         (FPE_FLTRES): Likewise.
12936         (FPE_FLTINV): Likewise.
12937         (FPE_FLTSUB): Likewise.
12938         (FPE_DECOVF): Likewise.
12939         (FPE_DECDIV): Likewise.
12940         (FPE_DECERR): Likewise.
12941         (FPE_INVASC): Likewise.
12942         (FPE_INVDEC): Likewise.
12943         (SEGV_MAPERR): Likewise.
12944         (SEGV_ACCERR): Likewise.
12945         (SEGV_PSTKOVF): Likewise.
12946         (BUS_ADRALN): Likewise.
12947         (BUS_ADRERR): Likewise.
12948         (BUS_OBJERR): Likewise.
12949         (BUS_MCEERR_AR): Likewise.
12950         (BUS_MCEERR_AO): Likewise.
12951         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12952         (TRAP_TRACE): Likewise.
12953         (TRAP_BRANCH): Likewise.
12954         (TRAP_HWBKPT): Likewise.
12955         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12956         __USE_XOPEN2K8].
12957         (CLD_KILLED): Likewise.
12958         (CLD_DUMPED): Likewise.
12959         (CLD_TRAPPED): Likewise.
12960         (CLD_STOPPED): Likewise.
12961         (CLD_CONTINUED): Likewise.
12962         (POLL_IN): Likewise.
12963         (POLL_OUT): Likewise.
12964         (POLL_MSG): Likewise.
12965         (POLL_ERR): Likewise.
12966         (POLL_PRI): Likewise.
12967         (POLL_HUP): Likewise.
12968         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
12969         (ILL_ILLOPN): Likewise.
12970         (ILL_ILLADR): Likewise.
12971         (ILL_ILLTRP): Likewise.
12972         (ILL_PRVOPC): Likewise.
12973         (ILL_PRVREG): Likewise.
12974         (ILL_COPROC): Likewise.
12975         (ILL_BADSTK): Likewise.
12976         (FPE_INTDIV): Likewise.
12977         (FPE_INTOVF): Likewise.
12978         (FPE_FLTDIV): Likewise.
12979         (FPE_FLTOVF): Likewise.
12980         (FPE_FLTUND): Likewise.
12981         (FPE_FLTRES): Likewise.
12982         (FPE_FLTINV): Likewise.
12983         (FPE_FLTSUB): Likewise.
12984         (SEGV_MAPERR): Likewise.
12985         (SEGV_ACCERR): Likewise.
12986         (BUS_ADRALN): Likewise.
12987         (BUS_ADRERR): Likewise.
12988         (BUS_OBJERR): Likewise.
12989         (BUS_MCEERR_AR): Likewise.
12990         (BUS_MCEERR_AO): Likewise.
12991         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12992         (TRAP_TRACE): Likewise.
12993         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12994         __USE_XOPEN2K8].
12995         (CLD_KILLED): Likewise.
12996         (CLD_DUMPED): Likewise.
12997         (CLD_TRAPPED): Likewise.
12998         (CLD_STOPPED): Likewise.
12999         (CLD_CONTINUED): Likewise.
13000         (POLL_IN): Likewise.
13001         (POLL_OUT): Likewise.
13002         (POLL_MSG): Likewise.
13003         (POLL_ERR): Likewise.
13004         (POLL_PRI): Likewise.
13005         (POLL_HUP): Likewise.
13006         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
13007         (ILL_ILLOPN): Likewise.
13008         (ILL_ILLADR): Likewise.
13009         (ILL_ILLTRP): Likewise.
13010         (ILL_PRVOPC): Likewise.
13011         (ILL_PRVREG): Likewise.
13012         (ILL_COPROC): Likewise.
13013         (ILL_BADSTK): Likewise.
13014         (FPE_INTDIV): Likewise.
13015         (FPE_INTOVF): Likewise.
13016         (FPE_FLTDIV): Likewise.
13017         (FPE_FLTOVF): Likewise.
13018         (FPE_FLTUND): Likewise.
13019         (FPE_FLTRES): Likewise.
13020         (FPE_FLTINV): Likewise.
13021         (FPE_FLTSUB): Likewise.
13022         (SEGV_MAPERR): Likewise.
13023         (SEGV_ACCERR): Likewise.
13024         (BUS_ADRALN): Likewise.
13025         (BUS_ADRERR): Likewise.
13026         (BUS_OBJERR): Likewise.
13027         (BUS_MCEERR_AR): Likewise.
13028         (BUS_MCEERR_AO): Likewise.
13029         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13030         (TRAP_TRACE): Likewise.
13031         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13032         __USE_XOPEN2K8].
13033         (CLD_KILLED): Likewise.
13034         (CLD_DUMPED): Likewise.
13035         (CLD_TRAPPED): Likewise.
13036         (CLD_STOPPED): Likewise.
13037         (CLD_CONTINUED): Likewise.
13038         (POLL_IN): Likewise.
13039         (POLL_OUT): Likewise.
13040         (POLL_MSG): Likewise.
13041         (POLL_ERR): Likewise.
13042         (POLL_PRI): Likewise.
13043         (POLL_HUP): Likewise.
13044         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
13045         (ILL_ILLOPN): Likewise.
13046         (ILL_ILLADR): Likewise.
13047         (ILL_ILLTRP): Likewise.
13048         (ILL_PRVOPC): Likewise.
13049         (ILL_PRVREG): Likewise.
13050         (ILL_COPROC): Likewise.
13051         (ILL_BADSTK): Likewise.
13052         (FPE_INTDIV): Likewise.
13053         (FPE_INTOVF): Likewise.
13054         (FPE_FLTDIV): Likewise.
13055         (FPE_FLTOVF): Likewise.
13056         (FPE_FLTUND): Likewise.
13057         (FPE_FLTRES): Likewise.
13058         (FPE_FLTINV): Likewise.
13059         (FPE_FLTSUB): Likewise.
13060         (SEGV_MAPERR): Likewise.
13061         (SEGV_ACCERR): Likewise.
13062         (BUS_ADRALN): Likewise.
13063         (BUS_ADRERR): Likewise.
13064         (BUS_OBJERR): Likewise.
13065         (BUS_MCEERR_AR): Likewise.
13066         (BUS_MCEERR_AO): Likewise.
13067         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13068         (TRAP_TRACE): Likewise.
13069         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13070         __USE_XOPEN2K8].
13071         (CLD_KILLED): Likewise.
13072         (CLD_DUMPED): Likewise.
13073         (CLD_TRAPPED): Likewise.
13074         (CLD_STOPPED): Likewise.
13075         (CLD_CONTINUED): Likewise.
13076         (POLL_IN): Likewise.
13077         (POLL_OUT): Likewise.
13078         (POLL_MSG): Likewise.
13079         (POLL_ERR): Likewise.
13080         (POLL_PRI): Likewise.
13081         (POLL_HUP): Likewise.
13082         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
13083         (ILL_ILLOPN): Likewise.
13084         (ILL_ILLADR): Likewise.
13085         (ILL_ILLTRP): Likewise.
13086         (ILL_PRVOPC): Likewise.
13087         (ILL_PRVREG): Likewise.
13088         (ILL_COPROC): Likewise.
13089         (ILL_BADSTK): Likewise.
13090         (ILL_DBLFLT): Likewise.
13091         (ILL_HARDWALL): Likewise.
13092         (FPE_INTDIV): Likewise.
13093         (FPE_INTOVF): Likewise.
13094         (FPE_FLTDIV): Likewise.
13095         (FPE_FLTOVF): Likewise.
13096         (FPE_FLTUND): Likewise.
13097         (FPE_FLTRES): Likewise.
13098         (FPE_FLTINV): Likewise.
13099         (FPE_FLTSUB): Likewise.
13100         (SEGV_MAPERR): Likewise.
13101         (SEGV_ACCERR): Likewise.
13102         (BUS_ADRALN): Likewise.
13103         (BUS_ADRERR): Likewise.
13104         (BUS_OBJERR): Likewise.
13105         (BUS_MCEERR_AR): Likewise.
13106         (BUS_MCEERR_AO): Likewise.
13107         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13108         (TRAP_TRACE): Likewise.
13109         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13110         __USE_XOPEN2K8].
13111         (CLD_KILLED): Likewise.
13112         (CLD_DUMPED): Likewise.
13113         (CLD_TRAPPED): Likewise.
13114         (CLD_STOPPED): Likewise.
13115         (CLD_CONTINUED): Likewise.
13116         (POLL_IN): Likewise.
13117         (POLL_OUT): Likewise.
13118         (POLL_MSG): Likewise.
13119         (POLL_ERR): Likewise.
13120         (POLL_PRI): Likewise.
13121         (POLL_HUP): Likewise.
13122         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
13123         (ILL_ILLOPN): Likewise.
13124         (ILL_ILLADR): Likewise.
13125         (ILL_ILLTRP): Likewise.
13126         (ILL_PRVOPC): Likewise.
13127         (ILL_PRVREG): Likewise.
13128         (ILL_COPROC): Likewise.
13129         (ILL_BADSTK): Likewise.
13130         (FPE_INTDIV): Likewise.
13131         (FPE_INTOVF): Likewise.
13132         (FPE_FLTDIV): Likewise.
13133         (FPE_FLTOVF): Likewise.
13134         (FPE_FLTUND): Likewise.
13135         (FPE_FLTRES): Likewise.
13136         (FPE_FLTINV): Likewise.
13137         (FPE_FLTSUB): Likewise.
13138         (SEGV_MAPERR): Likewise.
13139         (SEGV_ACCERR): Likewise.
13140         (BUS_ADRALN): Likewise.
13141         (BUS_ADRERR): Likewise.
13142         (BUS_OBJERR): Likewise.
13143         (BUS_MCEERR_AR): Likewise.
13144         (BUS_MCEERR_AO): Likewise.
13145         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13146         (TRAP_TRACE): Likewise.
13147         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13148         __USE_XOPEN2K8].
13149         (CLD_KILLED): Likewise.
13150         (CLD_DUMPED): Likewise.
13151         (CLD_TRAPPED): Likewise.
13152         (CLD_STOPPED): Likewise.
13153         (CLD_CONTINUED): Likewise.
13154         (POLL_IN): Likewise.
13155         (POLL_OUT): Likewise.
13156         (POLL_MSG): Likewise.
13157         (POLL_ERR): Likewise.
13158         (POLL_PRI): Likewise.
13159         (POLL_HUP): Likewise.
13160         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
13161         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
13163         [BZ #16670]
13164         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
13165         before #include of <time.h>.
13166         [!__USE_XOPEN2K] (__need_timespec): Likewise.
13167         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
13168         (test-xfail-UNIX98/sched.h/conform): Likewise.
13170 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
13172         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
13173         error absence of trapping exception support.
13174         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
13176 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
13178         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
13179         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
13180         * timezone/Makefile (testdata): Move definition above include of
13181         Rules.
13182         (test-zones): New variable.
13183         (tests-special): Add zone files.
13184         (build-testdata): Use $(evaluate-test).
13186         * elf/Makefile (tests-special): Rename tests to end with .out.
13187         ($(objpfx)noload-mem): Likewise.
13188         ($(objpfx)tst-leaks1-mem): Likewise.
13189         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
13190         * iconv/Makefile (xtests-special): Change test-iconvconfig to
13191         $(objpfx)test-iconvconfig.out.
13192         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
13193         set -e inside subshell and redirect output to file.
13194         * iconvdata/Makefile (generated): Rename tests to end with .out.
13195         Correct type.
13196         (tests-special): Rename tests to end with .out.
13197         ($(objpfx)mtrace-tst-loading): Likewise.
13198         * intl/Makefile (generated): Likewise.
13199         (tests-special): Likewise.
13200         ($(objpfx)mtrace-tst-gettext): Likewise.
13201         * misc/Makefile (generated): Likewise.
13202         (tests-special): Likewise.
13203         ($(objpfx)tst-error1-mem): Likewise.
13204         * nptl/Makefile (tests-special): Likewise.
13205         ($(objpfx)tst-stack3-mem): Likewise.
13206         (generated): Likewise.
13207         * posix/Makefile (generated): Likewise.
13208         (tests-special): Likewise.
13209         (xtests-special): Likewise.
13210         ($(objpfx)tst-fnmatch-mem): Likewise.
13211         ($(objpfx)bug-regex2-mem): Likewise.
13212         ($(objpfx)bug-regex14-mem): Likewise.
13213         ($(objpfx)bug-regex21-mem): Likewise.
13214         ($(objpfx)bug-regex31-mem): Likewise.
13215         ($(objpfx)tst-vfork3-mem): Likewise.
13216         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
13217         ($(objpfx)tst-pcre-mem): Likewise.
13218         ($(objpfx)tst-boost-mem): Likewise.
13219         ($(objpfx)bug-ga2-mem): Likewise.
13220         ($(objpfx)bug-glob2-mem): Likewise.
13221         * resolv/Makefile (generate): Likewise.
13222         (tests-special): Likewise.
13223         (xtests-special): Likewise.
13224         (generated): Likewise.
13225         ($(objpfx)mtrace-tst-leaks): Likewise.
13226         ($(objpfx)mtrace-tst-leaks2): Likewise.
13228         * scripts/merge-test-results.sh: New file.
13229         * Makefile (tests-special-notdir): New variable.
13230         (tests): Run merge-test-results.sh.
13231         (xtests): Likewise.
13232         * Rules (tests-special-notdir): New variable.
13233         (xtests-special-notdir): Likewise.
13234         (tests): Run merge-test-results.sh
13235         (xtests): Likewise.
13237         * Makeconfig (test-xfail-name): New variable.
13238         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
13239         compute variable name for expected failures.
13240         * conform/Makefile (conformtest-headers-data): New variable.
13241         (conformtest-standards): Likewise.
13242         (conformtest-headers-ISO): Likewise.
13243         (conformtest-headers-ISO99): Likewise.
13244         (conformtest-headers-ISO11): Likewise.
13245         (conformtest-headers-POSIX): Likewise.
13246         (conformtest-headers-XPG3): Likewise.
13247         (conformtest-headers-XPG4): Likewise.
13248         (conformtest-headers-UNIX98): Likewise.
13249         (conformtest-headers-XOPEN2K): Likewise.
13250         (conformtest-headers-POSIX2008): Likewise.
13251         (conformtest-headers-XOPEN2K8): Likewise.
13252         (conformtest-header-list-base): Likewise.
13253         (conformtest-header-list-tests): Likewise.
13254         (conformtest-header-base): Likewise.
13255         (conformtest-header-tests): Likewise.
13256         (tests-special): Add $(conformtest-header-list-tests).  If
13257         [$(fast-check) && !$(cross-compiling)], add
13258         $(conformtest-header-tests) instead of
13259         $(objpfx)run-conformtest.out.
13260         (generated): Add $(conformtest-header-list-base).  If
13261         [$(fast-check) && !$(cross-compiling)], add
13262         $(conformtest-header-base).  Remove previous setting.
13263         ($(conformtest-header-list-tests)): New target.
13264         (test-xfail-run-conformtest): Remove variable.
13265         ($(objpfx)run-conformtest.out): Remove target.
13266         (test-xfail-ISO11/complex.h/conform): New variable.
13267         (test-xfail-ISO11/stdalign.h/conform): Likewise.
13268         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
13269         (test-xfail-XPG3/varargs.h/conform): Likewise.
13270         (test-xfail-XPG4/varargs.h/conform): Likewise.
13271         (test-xfail-UNIX98/varargs.h/conform): Likewise.
13272         (test-xfail-XPG4/ndbm.h/conform): Likewise.
13273         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
13274         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
13275         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
13276         (test-xfail-XPG3/fcntl.h/conform): Likewise.
13277         (test-xfail-XPG3/ftw.h/conform): Likewise.
13278         (test-xfail-XPG3/grp.h/conform): Likewise.
13279         (test-xfail-XPG3/langinfo.h/conform): Likewise.
13280         (test-xfail-XPG3/limits.h/conform): Likewise.
13281         (test-xfail-XPG3/pwd.h/conform): Likewise.
13282         (test-xfail-XPG3/search.h/conform): Likewise.
13283         (test-xfail-XPG3/signal.h/conform): Likewise.
13284         (test-xfail-XPG3/stdio.h/conform): Likewise.
13285         (test-xfail-XPG3/stdlib.h/conform): Likewise.
13286         (test-xfail-XPG3/string.h/conform): Likewise.
13287         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
13288         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
13289         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
13290         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
13291         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
13292         (test-xfail-XPG3/sys/types.h/conform): Likewise.
13293         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
13294         (test-xfail-XPG3/termios.h/conform): Likewise.
13295         (test-xfail-XPG3/time.h/conform): Likewise.
13296         (test-xfail-XPG3/unistd.h/conform): Likewise.
13297         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
13298         (test-xfail-XPG4/fcntl.h/conform): Likewise.
13299         (test-xfail-XPG4/langinfo.h/conform): Likewise.
13300         (test-xfail-XPG4/netdb.h/conform): Likewise.
13301         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
13302         (test-xfail-XPG4/signal.h/conform): Likewise.
13303         (test-xfail-XPG4/stdio.h/conform): Likewise.
13304         (test-xfail-XPG4/stdlib.h/conform): Likewise.
13305         (test-xfail-XPG4/stropts.h/conform): Likewise.
13306         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
13307         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
13308         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
13309         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
13310         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
13311         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
13312         (test-xfail-XPG4/sys/time.h/conform): Likewise.
13313         (test-xfail-XPG4/sys/types.h/conform): Likewise.
13314         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
13315         (test-xfail-XPG4/termios.h/conform): Likewise.
13316         (test-xfail-XPG4/ucontext.h/conform): Likewise.
13317         (test-xfail-XPG4/unistd.h/conform): Likewise.
13318         (test-xfail-XPG4/utmpx.h/conform): Likewise.
13319         (test-xfail-POSIX/sched.h/conform): Likewise.
13320         (test-xfail-POSIX/signal.h/conform): Likewise.
13321         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
13322         (test-xfail-POSIX/tar.h/conform): Likewise.
13323         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
13324         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
13325         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
13326         (test-xfail-UNIX98/netdb.h/conform): Likewise.
13327         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
13328         (test-xfail-UNIX98/sched.h/conform): Likewise.
13329         (test-xfail-UNIX98/signal.h/conform): Likewise.
13330         (test-xfail-UNIX98/stdio.h/conform): Likewise.
13331         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
13332         (test-xfail-UNIX98/stropts.h/conform): Likewise.
13333         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
13334         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
13335         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
13336         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
13337         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
13338         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
13339         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
13340         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
13341         (test-xfail-UNIX98/unistd.h/conform): Likewise.
13342         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
13343         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
13344         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
13345         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
13346         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
13347         (test-xfail-XOPEN2K/math.h/conform): Likewise.
13348         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
13349         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
13350         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
13351         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
13352         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
13353         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
13354         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
13355         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
13356         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
13357         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
13358         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
13359         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
13360         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
13361         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
13362         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
13363         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
13364         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
13365         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
13366         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
13367         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
13368         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
13369         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
13370         (test-xfail-POSIX2008/signal.h/conform): Likewise.
13371         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
13372         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
13373         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
13374         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
13375         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
13376         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
13377         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
13378         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
13379         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
13380         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
13381         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
13382         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
13383         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
13384         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
13385         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
13386         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
13387         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
13388         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
13389         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
13390         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
13391         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
13392         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
13393         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
13394         (conformtest-cc-flags): Likewise.
13395         ($(conformtest-header-tests): New target.
13396         * conform/check-header-lists.sh: New file.
13397         * conform/run-conformtest.sh: Remove.
13399         * conform/conformtest.pl: Allow ' and \ in values given for
13400         constants.
13401         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
13402         inclusion.
13403         [POSIX] (sys/types.h): Likewise.
13404         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
13405         inclusion.
13406         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
13407         inclusion.
13408         * conform/data/signal.h-data (SIGIO): Remove expectation.
13409         [XPG3] (SIGBUS): Do not expect.
13410         [POSIX || XPG3] (SIGPOLL): Likewise.
13411         [POSIX || XPG3] (SIGPROF): Likewise.
13412         [POSIX || XPG3] (SIGSYS): Likewise.
13413         [XPG3] (SIGTRAP): Likewise.
13414         [POSIX || XPG3] (SIGURG): Likewise.
13415         [POSIX || XPG3] (SIGVTALRM): Likewise.
13416         [POSIX || XPG3] (SIGXCPU): Likewise.
13417         [POSIX || XPG3] (SIGXFSZ): Likewise.
13418         [POSIX] (SA_SIGINFO): Expect.
13419         [XPG3] (siginfo_t): Do not expect type or contents.
13420         [POSIX] (si_pid): Do not expect element.
13421         [POSIX] (si_uid): Likewise.
13422         [POSIX] (si_addr): Likewise.
13423         [POSIX] (si_status): Likewise.
13424         [POSIX] (si_band): Likewise.
13425         [XPG4] (si_value): Likewise.
13426         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
13427         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
13428         [POSIX || XPG3] (ILL_ILLADR): Likewise.
13429         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
13430         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
13431         [POSIX || XPG3] (ILL_PRVREG): Likewise.
13432         [POSIX || XPG3] (ILL_COPROC): Likewise.
13433         [POSIX || XPG3] (ILL_BADSTK): Likewise.
13434         [POSIX || XPG3] (FPE_INTDIV): Likewise.
13435         [POSIX || XPG3] (FPE_INTOVF): Likewise.
13436         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
13437         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
13438         [POSIX || XPG3] (FPE_FLTUND): Likewise.
13439         [POSIX || XPG3] (FPE_FLTRES): Likewise.
13440         [POSIX || XPG3] (FPE_FLTINV): Likewise.
13441         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
13442         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
13443         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
13444         [POSIX || XPG3] (BUS_ADRALN): Likewise.
13445         [POSIX || XPG3] (BUS_ADRERR): Likewise.
13446         [POSIX || XPG3] (BUS_OBJERR): Likewise.
13447         [POSIX || XPG3] (CLD_EXITED): Likewise.
13448         [POSIX || XPG3] (CLD_KILLED): Likewise.
13449         [POSIX || XPG3] (CLD_DUMPED): Likewise.
13450         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
13451         [POSIX || XPG3] (CLD_STOPPED): Likewise.
13452         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
13453         [POSIX || XPG3] (POLL_IN): Likewise.
13454         [POSIX || XPG3] (POLL_OUT): Likewise.
13455         [POSIX || XPG3] (POLL_MSG): Likewise.
13456         [POSIX || XPG3] (POLL_ERR): Likewise.
13457         [POSIX || XPG3] (POLL_PRI): Likewise.
13458         [POSIX || XPG3] (POLL_HUP): Likewise.
13459         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
13460         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
13461         (SIG*): Do not allow.
13462         [XPG3] (si_*): Likewise.
13463         [XPG3] (SI_*): Likewise.
13464         [XPG3 || XPG4] (sigev_*): Likewise.
13465         [XPG3 || XPG4] (SIGEV_*): Likewise.
13466         [XPG3 || XPG4] (sival_*): Likewise.
13467         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
13468         [POSIX || XPG3] (BUS_*): Likewise.
13469         [POSIX || XPG3] (CLD_*): Likewise.
13470         [POSIX || XPG3] (FPE_*): Likewise.
13471         [POSIX || XPG3] (ILL_*): Likewise.
13472         [POSIX || XPG3] (POLL_*): Likewise.
13473         [POSIX || XPG3] (SEGV_*): Likewise.
13474         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
13475         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
13476         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
13477         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
13478         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
13479         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
13480         Specify type and value.
13481         (TVERSLEN): Likewise.
13482         (REGTYPE): Likewise.
13483         (AREGTYPE): Likewise.
13484         (LNKTYPE): Likewise.
13485         (SYMTYPE): Likewise.
13486         (CHRTYPE): Likewise.
13487         (BLKTYPE): Likewise.
13488         (DIRTYPE): Likewise.
13489         (FIFOTYPE): Likewise.
13490         (CONTTYPE): Likewise.
13491         (TSUID): Likewise.
13492         (TSGID): Likewise.
13493         (TSVTX): Likewise.
13494         (TUREAD): Likewise.
13495         (TUWRITE): Likewise.
13496         (TUEXEC): Likewise.
13497         (TGREAD): Likewise.
13498         (TGWRITE): Likewise.
13499         (TGEXEC): Likewise.
13500         (TOREAD): Likewise.
13501         (TOWRITE): Likewise.
13502         (TOEXEC): Likewise.
13503         [POSIX] (TSVTX): Expect constant.
13505 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
13507         * Makefile (tests): Change dependencies to ....
13508         (tests-special): ... additions to this variable.
13509         (tests): Depend on $(tests-special).
13510         * Makerules (check-abi-list): New variable.
13511         (check-abi): Depend on $(check-abi-list).
13512         [$(subdir) = elf] (tests-special): Add
13513         $(objpfx)check-abi-libc.out.
13514         [$(build-shared) = yes && subdir] (tests-special): Add
13515         $(check-abi-list).
13516         [$(build-shared) = yes && subdir] (tests): Do not depend on
13517         check-abi.
13518         * Rules (tests): Depend on $(tests-special).
13519         (xtests): Depend on $(xtests-special).
13520         * catgets/Makefile (tests): Change dependencies to ....
13521         (tests-special): ... additions to this variable.
13522         * conform/Makefile (tests): Change dependencies to ....
13523         (tests-special): ... additions to this variable.
13524         * elf/Makefile (tests): Change dependencies to ....
13525         (tests-special): ... additions to this variable.
13526         * grp/Makefile (tests): Change dependencies to ....
13527         (tests-special): ... additions to this variable.
13528         * iconv/Makefile (xtests): Change dependencies to ....
13529         (xtests-special): ... additions to this variable.
13530         * iconvdata/Makefile (tests): Change dependencies to ....
13531         (tests-special): ... additions to this variable.
13532         * intl/Makefile (tests): Change dependencies to ....
13533         (tests-special): ... additions to this variable.  Also add
13534         $(objpfx)tst-gettext.out.
13535         * io/Makefile (tests): Change dependencies to ....
13536         (tests-special): ... additions to this variable.
13537         * libio/Makefile (tests): Change dependencies to ....
13538         (tests-special): ... additions to this variable.
13539         * malloc/Makefile (tests): Change dependencies to ....
13540         (tests-special): ... additions to this variable.
13541         * misc/Makefile (tests): Change dependencies to ....
13542         (tests-special): ... additions to this variable.
13543         * nptl/Makefile (tests): Change dependencies to ....
13544         (tests-special): ... additions to this variable.
13545         * nptl_db/Makefile (tests): Change dependencies to ....
13546         (tests-special): ... additions to this variable.
13547         * posix/Makefile (tests): Change dependencies to ....
13548         (tests-special): ... additions to this variable.
13549         (xtests): Change dependencies to ....
13550         (xtests-special): ... additions to this variable.
13551         * resolv/Makefile (tests): Change dependencies to ....
13552         (tests-special): ... additions to this variable.
13553         (xtests): Change dependencies to ....
13554         (xtests-special): ... additions to this variable.
13555         * stdio-common/Makefile (tests): Change dependencies to ....
13556         (tests-special): ... additions to this variable.
13557         (do-tst-unbputc): Remove target.
13558         (do-tst-printf): Likewise.
13559         * stdlib/Makefile (tests): Change dependencies to ....
13560         (tests-special): ... additions to this variable.
13561         * string/Makefile (tests): Change dependencies to ....
13562         (tests-special): ... additions to this variable.
13563         * sysdeps/x86/Makefile (tests): Change dependencies to ....
13564         (tests-special): ... additions to this variable.
13566         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
13567         whole file.
13568         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
13569         whole file.
13570         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
13571         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
13573         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
13574         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
13575         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
13576         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
13577         * conform/data/libgen.h-data [XPG3]: Likewise.
13578         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
13579         * conform/data/ndbm.h-data [XPG3]: Likewise.
13580         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13581         * conform/data/netdb.h-data [XPG3]: Likewise.
13582         * conform/data/netinet/in.h-data [XPG3]: Likewise.
13583         * conform/data/poll.h-data [XPG3]: Likewise.
13584         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13585         * conform/data/strings.h-data [XPG3]: Likewise.
13586         * conform/data/stropts.h-data [XPG3]: Likewise.
13587         * conform/data/sys/mman.h-data [XPG3]: Likewise.
13588         * conform/data/sys/resource.h-data [XPG3]: Likewise.
13589         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
13590         Likewise.
13591         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
13592         * conform/data/sys/time.h-data [XPG3]: Likewise.
13593         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
13594         * conform/data/sys/uio.h-data [XPG3]: Likewise.
13595         * conform/data/sys/un.h-data [XPG3]: Likewise.
13596         * conform/data/syslog.h-data [XPG3]: Likewise.
13597         * conform/data/ucontext.h-data [XPG3]: Likewise.
13598         * conform/data/utmpx.h-data [XPG3]: Likewise.
13599         * conform/data/varargs.h-data [UNIX98]: Enable file.
13601         * manual/Makefile (INSTALL_INFO): Remove variable setting.
13603         * math/libm-test.inc (struct test_f_f_data): Move expected results
13604         into structure for each rounding mode.
13605         (struct test_ff_f_data): Likewise.
13606         (struct test_ff_f_data_nexttoward): Likewise.
13607         (struct test_fi_f_data): Likewise.
13608         (struct test_fl_f_data): Likewise.
13609         (struct test_if_f_data): Likewise.
13610         (struct test_fff_f_data): Likewise.
13611         (struct test_c_f_data): Likewise.
13612         (struct test_f_f1_data): Likewise.
13613         (struct test_fF_f1_data): Likewise.
13614         (struct test_ffI_f1_data): Likewise.
13615         (struct test_c_c_data): Likewise.
13616         (struct test_cc_c_data): Likewise.
13617         (struct test_f_i_data): Likewise.
13618         (struct test_ff_i_data): Likewise.
13619         (struct test_f_l_data): Likewise.
13620         (struct test_f_L_data): Likewise.
13621         (struct test_fFF_11_data): Likewise.
13622         (RM_): New macro.
13623         (RM_FE_DOWNWARD): Likewise.
13624         (RM_FE_TONEAREST): Likewise.
13625         (RM_FE_TOWARDZERO): Likewise.
13626         (RM_FE_UPWARD): Likewise.
13627         (RUN_TEST_LOOP_f_f): Update references to expected results.
13628         (RUN_TEST_LOOP_2_f): Likewise.
13629         (RUN_TEST_LOOP_fff_f): Likewise.
13630         (RUN_TEST_LOOP_c_f): Likewise.
13631         (RUN_TEST_LOOP_f_f1): Likewise.
13632         (RUN_TEST_LOOP_fF_f1): Likewise.
13633         (RUN_TEST_LOOP_fI_f1): Likewise.
13634         (RUN_TEST_LOOP_ffI_f1): Likewise.
13635         (RUN_TEST_LOOP_c_c): Likewise.
13636         (RUN_TEST_LOOP_cc_c): Likewise.
13637         (RUN_TEST_LOOP_f_i): Likewise.
13638         (RUN_TEST_LOOP_f_i_tg): Likewise.
13639         (RUN_TEST_LOOP_ff_i_tg): Likewise.
13640         (RUN_TEST_LOOP_f_b): Likewise.
13641         (RUN_TEST_LOOP_f_b_tg): Likewise.
13642         (RUN_TEST_LOOP_f_l): Likewise.
13643         (RUN_TEST_LOOP_f_L): Likewise.
13644         (RUN_TEST_LOOP_fFF_11): Likewise.
13645         * math/gen-libm-test.pl (parse_args): Output four copies of
13646         expected results for each test.
13648         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13649         (__ASSUME_UTIMES): Remove.
13650         * sysdeps/unix/sysv/linux/tile/kernel-features.h
13651         (__ASSUME_UTIMES): Likewise.
13653         * math/gen-auto-libm-tests.c: Update comment on output format.
13654         (output_for_one_input_case): Generate before-rounding and
13655         after-rounding information as conditions on output flags not
13656         floating-point format.
13657         * math/auto-libm-test-out: Regenerated.
13658         * math/gen-libm-test.pl (cond_value): New function.
13659         (or_cond_value): Use cond_value.
13660         (generate_testfile): Handle conditional exceptions.
13662 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
13664         * math/libm-test.inc (max_valid_error): New variable.
13665         (init_max_error): Take new argument specifying whether function
13666         results are exactly determined.  Set max_valid_error and bound
13667         other variables for errors based on this argument.
13668         (set_max_error): Do not record results above max_valid_error.
13669         (check_float_internal): Only accept errors of up to 0.5ulps if
13670         also at most max_valid_error.
13671         (START): Take new argument EXACT and pass it to init_max_error.
13672         (acos_test): Update call to START.
13673         (acos_test_tonearest): Likewise.
13674         (acos_test_towardzero): Likewise.
13675         (acos_test_downward): Likewise.
13676         (acos_test_upward): Likewise.
13677         (acosh_test): Likewise.
13678         (asin_test): Likewise.
13679         (asin_test_tonearest): Likewise.
13680         (asin_test_towardzero): Likewise.
13681         (asin_test_downward): Likewise.
13682         (asin_test_upward): Likewise.
13683         (asinh_test): Likewise.
13684         (atan_test): Likewise.
13685         (atanh_test): Likewise.
13686         (atan2_test): Likewise.
13687         (cabs_test): Likewise.
13688         (cacos_test): Likewise.
13689         (cacosh_test): Likewise.
13690         (carg_test): Likewise.
13691         (casin_test): Likewise.
13692         (casinh_test): Likewise.
13693         (catan_test): Likewise.
13694         (catanh_test): Likewise.
13695         (cbrt_test): Likewise.
13696         (ccos_test): Likewise.
13697         (ccosh_test): Likewise.
13698         (ceil_test): Likewise.
13699         (cexp_test): Likewise.
13700         (cimag_test): Likewise.
13701         (clog_test): Likewise.
13702         (clog10_test): Likewise.
13703         (conj_test): Likewise.
13704         (copysign_test): Likewise.
13705         (cos_test): Likewise.
13706         (cos_test_tonearest): Likewise.
13707         (cos_test_towardzero): Likewise.
13708         (cos_test_downward): Likewise.
13709         (cos_test_upward): Likewise.
13710         (cosh_test): Likewise.
13711         (cosh_test_tonearest): Likewise.
13712         (cosh_test_towardzero): Likewise.
13713         (cosh_test_downward): Likewise.
13714         (cosh_test_upward): Likewise.
13715         (cpow_test): Likewise.
13716         (cproj_test): Likewise.
13717         (creal_test): Likewise.
13718         (csin_test): Likewise.
13719         (csinh_test): Likewise.
13720         (csqrt_test): Likewise.
13721         (ctan_test): Likewise.
13722         (ctan_test_tonearest): Likewise.
13723         (ctan_test_towardzero): Likewise.
13724         (ctan_test_downward): Likewise.
13725         (ctan_test_upward): Likewise.
13726         (ctanh_test): Likewise.
13727         (ctanh_test_tonearest): Likewise.
13728         (ctanh_test_towardzero): Likewise.
13729         (ctanh_test_downward): Likewise.
13730         (ctanh_test_upward): Likewise.
13731         (erf_test): Likewise.
13732         (erfc_test): Likewise.
13733         (exp_test): Likewise.
13734         (exp_test_tonearest): Likewise.
13735         (exp_test_towardzero): Likewise.
13736         (exp_test_downward): Likewise.
13737         (exp_test_upward): Likewise.
13738         (exp10_test): Likewise.
13739         (exp10_test_tonearest): Likewise.
13740         (exp10_test_towardzero): Likewise.
13741         (exp10_test_downward): Likewise.
13742         (exp10_test_upward): Likewise.
13743         (pow10_test): Likewise.
13744         (exp2_test): Likewise.
13745         (expm1_test): Likewise.
13746         (expm1_test_tonearest): Likewise.
13747         (expm1_test_towardzero): Likewise.
13748         (expm1_test_downward): Likewise.
13749         (expm1_test_upward): Likewise.
13750         (fabs_test): Likewise.
13751         (fdim_test): Likewise.
13752         (floor_test): Likewise.
13753         (fma_test): Likewise.
13754         (fma_test_towardzero): Likewise.
13755         (fma_test_downward): Likewise.
13756         (fma_test_upward): Likewise.
13757         (fmax_test): Likewise.
13758         (fmin_test): Likewise.
13759         (fmod_test): Likewise.
13760         (fpclassify_test): Likewise.
13761         (frexp_test): Likewise.
13762         (hypot_test): Likewise.
13763         (ilogb_test): Likewise.
13764         (isfinite_test): Likewise.
13765         (finite_test): Likewise.
13766         (isgreater_test): Likewise.
13767         (isgreaterequal_test): Likewise.
13768         (isinf_test): Likewise.
13769         (isless_test): Likewise.
13770         (islessequal_test): Likewise.
13771         (islessgreater_test): Likewise.
13772         (isnan_test): Likewise.
13773         (isnormal_test): Likewise.
13774         (issignaling_test): Likewise.
13775         (isunordered_test): Likewise.
13776         (j0_test): Likewise.
13777         (j1_test): Likewise.
13778         (jn_test): Likewise.
13779         (ldexp_test): Likewise.
13780         (lgamma_test): Likewise.
13781         (gamma_test): Likewise.
13782         (lrint_test): Likewise.
13783         (lrint_test_tonearest): Likewise.
13784         (lrint_test_towardzero): Likewise.
13785         (lrint_test_downward): Likewise.
13786         (lrint_test_upward): Likewise.
13787         (llrint_test): Likewise.
13788         (llrint_test_tonearest): Likewise.
13789         (llrint_test_towardzero): Likewise.
13790         (llrint_test_downward): Likewise.
13791         (llrint_test_upward): Likewise.
13792         (log_test): Likewise.
13793         (log10_test): Likewise.
13794         (log1p_test): Likewise.
13795         (log2_test): Likewise.
13796         (logb_test): Likewise.
13797         (logb_test_downward): Likewise.
13798         (lround_test): Likewise.
13799         (llround_test): Likewise.
13800         (modf_test): Likewise.
13801         (nearbyint_test): Likewise.
13802         (nextafter_test): Likewise.
13803         (nexttoward_test): Likewise.
13804         (pow_test): Likewise.
13805         (pow_test_tonearest): Likewise.
13806         (pow_test_towardzero): Likewise.
13807         (pow_test_downward): Likewise.
13808         (pow_test_upward): Likewise.
13809         (remainder_test): Likewise.
13810         (drem_test): Likewise.
13811         (remainder_test_tonearest): Likewise.
13812         (drem_test_tonearest): Likewise.
13813         (remainder_test_towardzero): Likewise.
13814         (drem_test_towardzero): Likewise.
13815         (remainder_test_downward): Likewise.
13816         (drem_test_downward): Likewise.
13817         (remainder_test_upward): Likewise.
13818         (drem_test_upward): Likewise.
13819         (remquo_test): Likewise.
13820         (rint_test): Likewise.
13821         (rint_test_tonearest): Likewise.
13822         (rint_test_towardzero): Likewise.
13823         (rint_test_downward): Likewise.
13824         (rint_test_upward): Likewise.
13825         (round_test): Likewise.
13826         (scalb_test): Likewise.
13827         (scalbn_test): Likewise.
13828         (scalbln_test): Likewise.
13829         (signbit_test): Likewise.
13830         (sin_test): Likewise.
13831         (sin_test_tonearest): Likewise.
13832         (sin_test_towardzero): Likewise.
13833         (sin_test_downward): Likewise.
13834         (sin_test_upward): Likewise.
13835         (sincos_test): Likewise.
13836         (sinh_test): Likewise.
13837         (sinh_test_tonearest): Likewise.
13838         (sinh_test_towardzero): Likewise.
13839         (sinh_test_downward): Likewise.
13840         (sinh_test_upward): Likewise.
13841         (sqrt_test): Likewise.
13842         (sqrt_test_tonearest): Likewise.
13843         (sqrt_test_towardzero): Likewise.
13844         (sqrt_test_downward): Likewise.
13845         (sqrt_test_upward): Likewise.
13846         (tan_test): Likewise.
13847         (tan_test_tonearest): Likewise.
13848         (tan_test_towardzero): Likewise.
13849         (tan_test_downward): Likewise.
13850         (tan_test_upward): Likewise.
13851         (tanh_test): Likewise.
13852         (tgamma_test): Likewise.
13853         (trunc_test): Likewise.
13854         (y0_test): Likewise.
13855         (y1_test): Likewise.
13856         (yn_test): Likewise.
13857         (significand_test): Likewise.
13859         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
13860         individual tests in comment.
13861         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
13862         (prev_max_error): New variable.
13863         (prev_real_max_error): Likewise.
13864         (prev_imag_max_error): Likewise.
13865         (compare_ulp_data): Don't refer to test names in comment.
13866         (find_test_ulps): Remove function.
13867         (find_function_ulps): Likewise.
13868         (find_complex_function_ulps): Likewise.
13869         (init_max_error): Take function name as argument.  Look up ulps
13870         for that function.
13871         (print_ulps): Remove function.
13872         (print_max_error): Use prev_max_error instead of calling
13873         find_function_ulps.
13874         (print_complex_max_error): Use prev_real_max_error and
13875         prev_imag_max_error instead of calling find_complex_function_ulps.
13876         (check_float_internal): Take max_ulp parameter instead of calling
13877         find_test_ulps.  Don't call print_ulps.
13878         (check_float): Update call to check_float_internal.
13879         (check_complex): Update calls to check_float_internal.
13880         (START): Pass argument to init_max_error.
13881         * math/gen-libm-test.pl (%results): Don't include "kind"
13882         information.
13883         (parse_ulps): Don't handle ulps of individual tests.
13884         (print_ulps_file): Likewise.
13885         (output_ulps): Likewise.
13886         * math/README.libm-test: Update.
13887         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
13888         individual tests.
13889         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
13890         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
13891         * sysdeps/arm/libm-test-ulps: Likewise.
13892         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
13893         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
13894         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
13895         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
13896         * sysdeps/microblaze/libm-test-ulps: Likewise.
13897         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
13898         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
13899         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
13900         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
13901         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
13902         * sysdeps/sh/libm-test-ulps: Likewise.
13903         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
13904         * sysdeps/tile/libm-test-ulps: Likewise.
13905         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13907 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
13909         * math/libm-test.inc (print_complex_max_error): Check separately
13910         whether real and imaginary errors are within allowed range and
13911         pass 0 to print_complex_function_ulps instead of value within
13912         allowed range.
13914 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
13916         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
13917         formatting.
13918         (get_handles_fopen): Likewise.
13919         (do_write_test): Likewise.
13921         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
13923         * libio/fileops.c (do_ftell): Use cached offset when
13924         available.
13925         * libio/iofwide.c (do_ftell_wide): Likewise.
13926         * libio/iofdopen.c (_IO_new_fdopen): Don't use
13927         _IO_file_attach.
13928         * libio/wfileops.c (_IO_fwide): Don't cache offset.
13930         [BZ #16532]
13931         * libio/libioP.h (get_file_offset): New function.
13932         * libio/fileops.c (get_file_offset): Likewise.
13933         (do_ftell): Likewise.
13934         (_IO_new_file_seekoff): Split out ftell logic.
13935         * libio/wfileops.c (do_ftell_wide): Likewise.
13936         (_IO_wfile_seekoff): Split out ftell logic.
13937         * libio/tst-ftell-active-handler.c: New test case.
13938         * libio/Makefile (tests): Add it.
13940 2014-03-03  Roland McGrath  <roland@hack.frob.com>
13942         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
13943         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
13945 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
13947         [BZ #16639]
13948         * nscd/connections.c (nscd_init): Call do_exit.
13949         (start_threads): Call do_exit and notify_parent.
13950         (begin_drop_privileges): Call do_exit.
13951         (finish_drop_privileges): Likewise.
13952         * nscd/selinux.c (preserve_capabilities): Likewise.
13953         (install_real_capabilities): Likewise.
13954         (nscd_selinux_enabled): Likewise.
13955         (avc_create_thread): Likewise.
13956         (avc_alloc_lock): Likewise.
13957         (nscd_avc_init): Likewise.
13958         * nscd/nscd.c (parent_fd): New static variable.
13959         (main): Create a pipe between parent and child processes.
13960         Skip closing parent_fd.
13961         (monitor_child): New function.
13962         (do_exit): Likewise.
13963         (notify_parent): Likewise.
13964         * nscd/nscd.h (notify_parent): Likewise.
13965         (do_exit): Likewise.
13967 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
13969         * malloc/malloc.c (__libc_calloc): Revert last change.
13971 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13973         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13975 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
13977         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
13978         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
13979         implementation.
13980         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13981         (__libc_ifunc_impl_list): Likewise.
13982         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
13983         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
13984         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
13985         * string/strrchr.c: Define STRRCHR.
13987 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
13989         * benchtest/bench-strtok.c (simple_strtok): Delete.
13990         (strtok_string): Use as benchmark.
13991         * string/strtok (STRTOK): New macro.
13993 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
13995         * manual/threads.texi: Add header and standard comments to all
13996         functions.
13998         * elf/dl-lookup.c (check_match): New function.
13999         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
14000         (do_lookup_x): Remove nested function check_match. Use non-nested
14001         function check_match.
14003 2014-02-28  Roland McGrath  <roland@hack.frob.com>
14005         * csu/Makefile (generated, before-compile): Use += rather than =.
14006         * catgets/Makefile (generated, generated-dirs): Likewise.
14007         * debug/Makefile (generated): Likewise.
14008         * dlfcn/Makefile (generated): Likewise.
14009         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
14010         * iconvdata/Makefile (before-compile, generated): Likewise.
14011         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
14012         * libio/Makefile (generated): Likewise.
14013         * malloc/Makefile (generated): Likewise.
14014         * manual/Makefile (generated, generated-dirs): Likewise.
14015         * misc/Makefile (generated): Likewise.
14016         * posix/Makefile (generated): Likewise.
14017         * resolv/Makefile (generated): Likewise.
14018         * sunrpc/Makefile (generated, generated-dirs): Likewise.
14019         * timezone/Makefile (generated, generated-dirs): Likewise.
14021         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
14023 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14025         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
14026         power8 implementation.
14027         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
14028         file: POWER8 llround ifunc implementation.
14029         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
14030         (__lllround): Add POWER8 implementation.
14031         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
14032         POWER8 llround implementation.
14034         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
14035         power8 implementation.
14036         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
14037         file: POWER8 llrint ifunc implementation.
14038         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
14039         Add POWER8 implementation.
14040         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
14041         POWER8 llrint implementation.
14043         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
14044         power8 implementation.
14045         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
14046         file: POWER8 finite ifunc implementation.
14047         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
14048         Add POWER8 implementation.
14049         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
14050         Likewise.
14051         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
14052         POWER8 finite implementation.
14053         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
14055         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
14056         power8 implementation.
14057         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
14058         file: POWER8 isinf ifunc implementation.
14059         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
14060         POWER8 implementation.
14061         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
14062         Likewise.
14063         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
14064         isinf implementation.
14065         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
14067         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
14068         (INIT_ARCH): Add hwcap2 initialization.
14069         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
14070         power8 implementation.
14071         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
14072         file: POWER8 isnan ifunc implementation.
14073         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
14074         POWER8 implementation.
14075         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
14076         Likewise.
14077         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
14078         isnan implementation.
14079         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
14081 2014-02-27  Joey Ye  <joey.ye@arm.com>
14083         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
14084         (_FP_NANFRAC_Q): Set to zero.
14086 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
14088         [BZ #16623]
14089         * math/auto-libm-test-in: New test inputs.
14090         * math/auto-libm-test-out: Regenerate.
14091         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
14092         and DA.
14093         (__cos): Likewise.
14094         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
14096 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
14098         * scripts/evaluate-test.sh: Take new argument indicating whether
14099         failure is expected.
14100         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
14101         indicating whether failure is expected.
14102         * conform/Makefile (test-xfail-run-conformtest): New variable.
14103         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
14104         level.
14105         * posix/Makefile (test-xfail-annexc): New variable.
14106         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
14108 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
14110         * argp/Makefile: Include Makeconfig immediately after defining
14111         subdir.
14112         * assert/Makefile: Likewise.
14113         * benchtests/Makefile: Likewise.
14114         * catgets/Makefile: Likewise.
14115         * conform/Makefile: Likewise.
14116         * crypt/Makefile: Likewise.
14117         * csu/Makefile: Likewise.
14118         (all): Remove target.
14119         * ctype/Makefile: Include Makeconfig immediately after defining
14120         subdir.
14121         * debug/Makefile: Likewise.
14122         * dirent/Makefile: Likewise.
14123         * dlfcn/Makefile: Likewise.
14124         * gmon/Makefile: Likewise.
14125         * gnulib/Makefile: Likewise.
14126         * grp/Makefile: Likewise.
14127         * gshadow/Makefile: Likewise.
14128         * hesiod/Makefile: Likewise.
14129         * hurd/Makefile: Likewise.
14130         (all): Remove target.
14131         * iconvdata/Makefile: Include Makeconfig immediately after
14132         defining subdir.
14133         * inet/Makefile: Likewise.
14134         * intl/Makefile: Likewise.
14135         * io/Makefile: Likewise.
14136         * libio/Makefile: Likewise.
14137         (all): Remove target.
14138         * locale/Makefile: Include Makeconfig immediately after defining
14139         subdir.
14140         * login/Makefile: Likewise.
14141         * mach/Makefile: Likewise.
14142         (all): Remove target.
14143         * malloc/Makefile: Include Makeconfig immediately after defining
14144         subdir.
14145         (all): Remove target.
14146         * manual/Makefile: Include Makeconfig immediately after defining
14147         subdir.
14148         * math/Makefile: Likewise.
14149         * misc/Makefile: Likewise.
14150         * nis/Makefile: Likewise.
14151         * nss/Makefile: Likewise.
14152         * po/Makefile: Likewise.
14153         (all): Remove target.
14154         * posix/Makefile: Include Makeconfig immediately after defining
14155         subdir.
14156         * pwd/Makefile: Likewise.
14157         * resolv/Makefile: Likewise.
14158         * resource/Makefile: Likewise.
14159         * rt/Makefile: Likewise.
14160         * setjmp/Makefile: Likewise.
14161         * shadow/Makefile: Likewise.
14162         * signal/Makefile: Likewise.
14163         * socket/Makefile: Likewise.
14164         * soft-fp/Makefile: Likewise.
14165         * stdio-common/Makefile: Likewise.
14166         * stdlib/Makefile: Likewise.
14167         * streams/Makefile: Likewise.
14168         * string/Makefile: Likewise.
14169         * sunrpc/Makefile: Likewise.
14170         (all): Remove target.
14171         * sysvipc/Makefile: Include Makeconfig immediately after defining
14172         subdir.
14173         * termios/Makefile: Likewise.
14174         * time/Makefile: Likewise.
14175         * timezone/Makefile: Likewise.
14176         (all): Remove target.
14177         * wcsmbs/Makefile: Include Makeconfig immediately after defining
14178         subdir.
14179         * wctype/Makefile: Likewise.
14181 2014-02-26  Steve Ellcey  <sellcey@mips.com>
14183         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
14184         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
14185         (libc_feholdexcept_setround_mips): Ditto.
14186         (libc_feholdsetround): New.
14187         (libc_feholdsetroundf): New.
14188         (libc_feholdsetroundl): New.
14189         (libc_feupdateenv_test_mips): New.
14190         (libc_feupdateenv_test): New.
14191         (libc_feupdateenv_testf): New.
14192         (libc_feupdateenv_testl): New.
14193         (libc_feresetround): New.
14194         (libc_feresetroundf): New.
14195         (libc_feresetroundl): New.
14196         (libc_fetestexcept_mips): New.
14197         (libc_fetestexcept): New.
14198         (libc_fetestexceptf): New.
14199         (libc_fetestexceptl): New.
14200         (HAVE_RM_CTX): New.
14201         (libc_feholdexcept_setround_mips_ctx): New.
14202         (libc_feholdexcept_setround_ctx): New.
14203         (libc_feholdexcept_setroundf_ctx): New.
14204         (libc_feholdexcept_setroundl_ctx): New.
14205         (libc_fesetenv_mips_ctx): New.
14206         (libc_fesetenv_ctx): New.
14207         (libc_fesetenv_ctxf): New.
14208         (libc_fesetenv_ctxl): New.
14209         (libc_feupdateenv_mips_ctx): New.
14210         (libc_feupdateenv_ctx): New.
14211         (libc_feupdateenvf_ctx): New.
14212         (libc_feupdateenvl_ctx): New.
14213         (libc_feholdsetround_mips_ctx): New.
14214         (libc_feholdsetround_ctx): New.
14215         (libc_feholdsetroundf_ctx): New.
14216         (libc_feholdsetroundl_ctx): New.
14217         (libc_feresetround_mips_ctx): New.
14218         (libc_feresetround_ctx): New.
14219         (libc_feresetroundf_ctx): New.
14220         (libc_feresetroundl_ctx): New.
14222 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
14224         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
14226         * manual/ipc.texi: New file.
14227         * manual/Makefile (chapters): Add ipc.
14228         * manual/job.texi: Add "Inter-Process Communication" to next.
14229         * manual/process.texi: Add "Inter-Process Communication" to prev.
14231 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14233         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14235 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
14237         * malloc/malloc.c (__libc_calloc): Simplify implementation.
14239         * manual/arith.texi: Fix spaces after sentences.
14240         * manual/charset.texi: Likewise.
14241         * manual/errno.texi: Likewise.
14242         * manual/install.texi: Likewise.
14243         * manual/llio.texi: Likewise.
14244         * manual/locale.texi: Likewise.
14245         * manual/maint.texi: Likewise.
14246         * manual/math.texi: Likewise.
14247         * manual/memory.texi: Likewise.
14248         * manual/message.texi: Likewise.
14249         * manual/probes.texi: Likewise.
14250         * manual/resource.texi: Likewise.
14251         * manual/signal.texi: Likewise.
14252         * manual/socket.texi: Likewise.
14253         * manual/stdio.texi: Likewise.
14254         * manual/string.texi: Likewise.
14255         * manual/time.texi: Likewise.
14256         * manual/users.texi: Likewise.
14258 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
14260         [BZ #16632]
14261         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
14262         _DEFAULT_SOURCE is defined.
14264 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
14265             Carlos O'Donell  <carlos@redhat.com>
14267         [BZ #16613]
14268         * elf/dl-tls.c (_dl_count_modids): New function.
14269         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
14270         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
14271         audit library and increment generation counter.
14272         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
14273         * elf/tst-audit9.c: New file.
14274         * elf/tst-auditmod9a.c: New file.
14275         * elf/tst-auditmod9b.c: New file.
14276         * elf/Makefile: Add rules to build and run tst-audit9.
14278 2014-02-25  Florian Weimer  <fweimer@redhat.com>
14280         [BZ #15347]
14281         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
14283 2014-02-25  Will Newton  <will.newton@linaro.org>
14285         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
14286         (__longjmp): Restore sp and lr before restoring callee
14287         saved registers.  Add longjmp and longjmp_target
14288         SystemTap probe point.
14289         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
14290         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
14291         Define to zero to match jmpbuf layout.
14292         * sysdeps/arm/setjmp.S: Include stap-probe.h.
14293         (__sigsetjmp): Save sp and lr before saving callee
14294         saved registers.  Add setjmp SystemTap probe point.
14296 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
14298         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
14300 2014-02-24  Andreas Schwab  <schwab@suse.de>
14302         [BZ #15804]
14303         * elf/pldd.c (wait_for_ptrace_stop): New function.
14304         (main): Call it after attaching.
14306 2014-02-22  Roland McGrath  <roland@hack.frob.com>
14308         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
14309         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
14310         Versions files is now verboten.
14311         * hurd/Versions (libc: GLIBC_2.0):
14312         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
14313         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
14314         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
14315         * mach/Versions: Likewise.
14317         * csu/Versions: Remove unused %include.
14318         * resolv/Versions: Likewise.
14320 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
14322         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
14323         ($(objpfx)check-local-headers.out): Likewise.
14324         ($(objpfx)begin-end-check.out): Likewise.
14325         * Makerules (check-abi-%.out): Likewise.
14326         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
14327         ($(objpfx)test2.cat): Likewise.
14328         ($(objpfx)de/libc.cat): Likewise.
14329         ($(objpfx)test-gencat.out): Likewise.
14330         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
14331         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
14332         ($(objpfx)noload-mem): Likewise.
14333         ($(objpfx)tst-pathopt.out): Likewise.
14334         ($(objpfx)tst-rtld-load-self.out): Likewise.
14335         ($(objpfx)tst-array1-cmp.out): Likewise.
14336         ($(objpfx)tst-array1-static-cmp.out): Likewise.
14337         ($(objpfx)tst-array2-cmp.out): Likewise.
14338         ($(objpfx)tst-array3-cmp.out): Likewise.
14339         ($(objpfx)tst-array4-cmp.out): Likewise.
14340         ($(objpfx)tst-array5-cmp.out): Likewise.
14341         ($(objpfx)tst-array5-static-cmp.out): Likewise.
14342         ($(objpfx)check-textrel.out): Likewise.
14343         ($(objpfx)check-execstack.out): Likewise.
14344         ($(objpfx)check-localplt.out): Likewise.
14345         ($(objpfx)order2-cmp.out): Likewise.
14346         ($(objpfx)tst-leaks1-mem): Likewise.
14347         ($(objpfx)tst-leaks1-static-mem): Likewise.
14348         ($(objpfx)tst-initorder-cmp.out): Likewise.
14349         ($(objpfx)tst-initorder2-cmp.out): Likewise.
14350         ($(objpfx)tst-unused-dep.out): Likewise.
14351         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
14352         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
14353         * iconv/Makefile (test-iconvconfig): Likewise.
14354         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
14355         ($(objpfx)iconv-test.out): Likewise.
14356         ($(objpfx)tst-tables.out): Likewise.
14357         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
14358         ($(objpfx)tst-gettext.out): Likewise.
14359         ($(objpfx)tst-translit.out): Likewise.
14360         ($(objpfx)tst-gettext2.out): Likewise.
14361         ($(objpfx)tst-gettext4.out): Likewise.
14362         ($(objpfx)tst-gettext6.out): Likewise.
14363         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
14364         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
14365         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
14366         ($(objpfx)tst-fopenloc-mem.out): Likewise.
14367         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
14368         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
14369         * posix/Makefile ($(objpfx)globtest.out): Likewise.
14370         ($(objpfx)wordexp-tst.out): Likewise.
14371         ($(objpfx)annexc.out): Likewise.
14372         ($(objpfx)tst-fnmatch-mem): Likewise.
14373         ($(objpfx)bug-regex2-mem): Likewise.
14374         ($(objpfx)bug-regex14-mem): Likewise.
14375         ($(objpfx)bug-regex21-mem): Likewise.
14376         ($(objpfx)bug-regex31-mem): Likewise.
14377         ($(objpfx)tst-vfork3-mem): Likewise.
14378         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
14379         ($(objpfx)tst-pcre-mem): Likewise.
14380         ($(objpfx)tst-boost-mem): Likewise.
14381         ($(objpfx)tst-getconf.out): Likewise.
14382         ($(objpfx)bug-ga2-mem): Likewise.
14383         ($(objpfx)bug-glob2-mem): Likewise.
14384         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
14385         ($(objpfx)mtrace-tst-leaks2): Likewise.
14386         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
14387         ($(objpfx)tst-printf.out): Likewise.
14388         ($(objpfx)tst-setvbuf1.out): Likewise.
14389         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
14390         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
14391         ($(objpfx)tst-fmtmsg.out): Likewise.
14392         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
14393         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
14395         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
14396         * bits/sigaction.h [__USE_MISC]: Likewise.
14397         * bits/waitstatus.h: Update #endif comments.
14398         * ctype/ctype.h: Likewise.
14399         * dirent/dirent.h: Likewise.
14400         [__USE_MISC]: Remove redundant conditionals.
14401         * grp/grp.h: Update #endif comments.
14402         [__USE_GNU]: Remove redundant conditionals.
14403         [__USE_MISC]: Likewise.
14404         * inet/netinet/in.h [__USE_GNU]: Likewise.
14405         * io/sys/stat.h [__USE_MISC]: Likewise.
14406         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
14407         * libio/bits/stdio.h: Update #endif comments.
14408         [__USE_MISC]: Remove redundant conditionals.
14409         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
14410         * libio/stdio.h: Update #endif comments.
14411         [__USE_MISC]: Remove redundant conditionals.
14412         * math/bits/math-finite.h [__USE_MISC]: Likewise.
14413         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
14414         * math/math.h: Update #else and #endif comments.
14415         [__USE_MISC]: Remove redundant conditionals.
14416         * misc/sys/uio.h: Update #endif comments.
14417         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
14418         * posix/glob.h [__USE_MISC]: Likewise.
14419         * posix/sys/types.h: Update #endif comments.
14420         [__USE_MISC]: Remove redundant conditionals.
14421         * posix/sys/wait.h: Update #endif comments.
14422         [__USE_MISC]: Remove redundant conditionals.
14423         * posix/unistd.h: Update #endif comments.
14424         [__USE_MISC]: Remove redundant conditionals.
14425         * pwd/pwd.h [__USE_GNU]: Likewise.
14426         [__USE_MISC]: Likewise.
14427         * resolv/netdb.h [__USE_GNU]: Likewise.
14428         * signal/signal.h: Update #endif comments.
14429         [__USE_MISC]: Remove redundant conditionals.
14430         * stdlib/stdlib.h: Update #else and #endif comments.
14431         [__USE_MISC]: Remove redundant conditionals.
14432         [__USE_GNU]: Likewise.
14433         * string/bits/string2.h [__USE_MISC]: Likewise.
14434         * string/string.h: Update #endif comments.
14435         [__USE_MISC]: Remove redundant conditionals.
14436         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
14437         Likewise.
14438         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
14439         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
14440         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
14441         Likewise.
14442         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
14443         Likewise.
14444         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
14445         comments.
14446         [__USE_MISC]: Remove redundant conditionals.
14447         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
14448         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
14449         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
14450         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
14451         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
14452         Likewise.
14453         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
14454         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
14455         Likewise.
14456         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
14457         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
14458         Likewise.
14459         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
14460         Likewise.
14461         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
14462         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
14463         Likewise.
14464         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
14465         Likewise.
14466         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
14467         * sysdeps/x86/bits/string.h: Update #endif comments.
14468         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
14469         conditionals.
14470         * time/sys/time.h: Update #endif comments.
14471         * time/time.h: Likewise.
14472         [__USE_MISC]: Remove redundant conditionals.
14474 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
14476         [BZ #16600]
14477         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
14479 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
14481         * Versions.def (librt): Add GLIBC_2.17.
14483 2014-02-21  Adam Conrad  <adconrad@0c3.net>
14485         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
14486         synonym for _SYS_AUXV_H to allow direct inclusion.
14487         * sysdeps/sparc/bits/hwcap.h: Likewise.
14488         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
14489         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
14490         * sysdeps/sparc/sysdep.h: Likewise.
14492 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
14494         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
14496 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
14498         * benchtests/bench-strrchr.c: Print length instead of position.
14500 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
14502         [BZ #16611]
14503         * sysdeps/unix/sysv/linux/kernel-features.h
14504         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
14505         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
14506         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
14507         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
14508         Likewise.
14509         [__i386__ || __powerpc__ || __sh__ || __sparc__]
14510         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14511         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
14512         (__ASSUME_SENDMMSG): Define instead of using previous
14513         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
14514         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14515         (__ASSUME_SENDMMSG_SYSCALL): Define.
14516         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14517         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
14518         Likewise.
14519         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14520         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14521         Likewise.
14522         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14523         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14524         Likewise.
14525         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
14526         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14527         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14528         [__ASSUME_SENDMMSG]: Change conditionals to
14529         [__ASSUME_SENDMMSG_SOCKETCALL].
14530         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14531         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
14532         Define.
14533         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14534         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
14535         Likewise.
14536         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
14537         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14538         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14539         [!__ASSUME_SENDMMSG]: Change conditional to
14540         [!__ASSUME_SENDMMSG_SOCKETCALL].
14541         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14542         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14543         Define.
14545         [BZ #16610]
14546         * sysdeps/unix/sysv/linux/kernel-features.h
14547         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
14548         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
14549         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
14550         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
14551         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
14552         [__i386__ || __sparc__]
14553         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14554         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
14555         (__ASSUME_RECVMMSG): Define instead of using previous
14556         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
14557         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14558         (__ASSUME_RECVMMSG_SYSCALL): Define.
14559         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14560         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14561         Likewise.
14562         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14563         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14564         Likewise.
14565         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14566         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14567         Likewise.
14568         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
14569         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14570         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14571         [__ASSUME_RECVMMSG]: Change condition to
14572         [__ASSUME_RECVMMSG_SOCKETCALL].
14573         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14574         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14575         Define.
14576         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14577         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14578         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14579         Likewise.
14580         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
14581         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14582         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14583         [!__ASSUME_RECVMMSG]: Change condition to
14584         [!__ASSUME_RECVMMSG_SOCKETCALL].
14585         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14586         (__ASSUME_RECVMMSG_SYSCALL): Define.
14588         [BZ #16609]
14589         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
14590         __powerpc__ || __s390__ || __sh__ || __sparc__]
14591         (__ASSUME_SOCKETCALL): Define.
14592         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
14593         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
14594         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
14595         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
14596         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14597         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
14598         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
14599         (__ASSUME_ACCEPT4): Define instead of using previous
14600         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
14601         __powerpc__ || __sparc__ || __s390__)] condition.
14602         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14603         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14604         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
14605         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14606         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14607         [!__ASSUME_ACCEPT4]: Change condition to
14608         [!__ASSUME_ACCEPT4_SOCKETCALL].
14609         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14610         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
14611         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
14612         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14613         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
14614         __ASSUME_ACCEPT4_SYSCALL.
14615         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
14616         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
14617         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14618         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
14619         __ASSUME_ACCEPT4_SYSCALL.
14620         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
14621         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14622         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14623         [__ASSUME_ACCEPT4]: Change condition to
14624         [__ASSUME_ACCEPT4_SOCKETCALL].
14625         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14626         (__ASSUME_SOCKETCALL): Define.
14627         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
14628         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14629         (__ASSUME_SOCKETCALL): Define.
14630         (__ASSUME_ACCEPT4): Remove.
14631         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
14632         Define.
14633         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14634         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
14635         Likewise.
14636         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14637         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14639         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
14640         macro.
14641         (HWCAP_ARM_LPAE): Likewise.
14642         (HWCAP_ARM_EVTSTRM): Likewise.
14643         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
14644         Add vpfd32, lpae and evtstrm.
14645         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
14646         Increase to 22.
14648 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
14650         * math/auto-libm-test-in: Add tests of clog10.
14651         * math/auto-libm-test-out: Regenerated.
14652         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
14653         * sysdeps/i386/fpu/libm-test-ulps: Update.
14654         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14656 2014-02-18  Andreas Schwab  <schwab@suse.de>
14658         [BZ #16574]
14659         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
14660         Store non-zero if the second buffer was newly allocated.
14661         (send_dg): Likewise.
14662         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
14663         to send_vc and send_dg.
14664         (res_nsend): Pass NULL for ansp2_malloced.
14665         * resolv/res_query.c (__libc_res_nquery): Add parameter
14666         answerp2_malloced and pass it down to __libc_res_nsend.
14667         (res_nquery): Pass additional NULL to __libc_res_nquery.
14668         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
14669         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
14670         second answer buffer if answerp2_malloced was set.
14671         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
14672         (__libc_res_nquerydomain): Add parameter
14673         answerp2_malloced and pass it down to __libc_res_nquery.
14674         (res_nquerydomain): Pass additional NULL to
14675         __libc_res_nquerydomain.
14676         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
14677         additional NULL to __libc_res_nsend and __libc_res_nquery.
14678         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
14679         additional NULL to __libc_res_nsearch.
14680         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
14681         parameter of __libc_res_nsearch to check for separately allocated
14682         second buffer.
14683         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
14684         __libc_res_nquery.
14685         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
14686         additional NULL to __libc_res_nquery.
14687         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
14688         __libc_res_nsearch.
14689         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
14690         * include/resolv.h: Update prototypes of __libc_res_nquery,
14691         __libc_res_nsearch, __libc_res_nsend.
14693 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
14695         * math/auto-libm-test-in: Add tests of fma.
14696         * math/auto-libm-test-out: Regenerated.
14697         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
14698         (fma_towardzero_test_data): Likewise.
14699         (fma_downward_test_data): Likewise.
14700         (fma_upward_test_data): Likewise.
14701         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
14702         mpc_mode.
14703         (rounding_modes): Add values for new field.
14704         (func_calc_method): Add value mpfr_fff_f.
14705         (func_calc_desc): Add mpfr_fff_f union field.
14706         (test_function): Add field exact_args.
14707         (FUNC): Add macro argument EXACT_ARGS.
14708         (FUNC_mpfr_f_f): Update call to FUNC.
14709         (FUNC_mpfr_f_f): Likewise.
14710         (FUNC_mpfr_ff_f): Likewise.
14711         (FUNC_mpfr_if_f): Likewise.
14712         (FUNC_mpc_c_f): Likewise.
14713         (FUNC_mpc_c_c): Likewise.
14714         (test_functions): Add fma.  Update calls to FUNC.
14715         (handle_input_arg): Add argument exact_args.
14716         (add_test): Update call to handle_input_arg.
14717         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
14718         (output_for_one_input_case): Update call to calc_generic_results.
14719         Recalculate exact zero results in each rounding mode.
14721         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
14722         non-negative before setting low bit.
14723         * math/auto-libm-test-in: Mark one asin test possibly having
14724         spurious underflow.
14725         * math/auto-libm-test-out: Regenerated.
14726         * sysdeps/i386/fpu/libm-test-ulps: Update.
14727         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14729 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
14731         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
14732         * sysdeps/unix/sysv/linux/microblaze: Move directory from
14733         ports/sysdeps/unix/sysv/linux/microblaze.
14734         * README: Add missing listing for microblaze*-*-linux-gnu.
14736 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
14738         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
14739         duplicate code
14741 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
14743         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
14744         * sysdeps/unix/sysv/linux/ia64: Move directory from
14745         ports/sysdeps/unix/sysv/linux/ia64.
14746         * README: Update listing for ia64-*-linux-gnu.
14748 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
14749             Joseph Myers  <joseph@codesourcery.com>
14751         * Makeconfig (test-name): New variable.
14752         (evaluate-test): Likewise.
14753         * Makerules (do-test-clean): Remove .test-result files.
14754         (common-mostlyclean): Likewise.
14755         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
14756         * scripts/evaluate-test.sh: New file.
14758 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
14760         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
14761         separate $(objpfx)tst-fopenloc-cmp.out and
14762         $(objpfx)tst-fopenloc-mem.out targets.
14763         (tests): Update dependencies.
14764         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
14765         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
14766         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
14767         (tst-rxspencer-no-utf8-ARGS): New variable.
14768         (tst-rxspencer-no-utf8-ENV): Likewise.
14769         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
14770         instead of $(objpfx)tst-rxspencer-mem.
14771         ($(objpfx)tst-rxspencer-mem): Change target to
14772         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
14773         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
14774         * posix/tst-rxspencer-no-utf8.c: New file.
14776         * elf/Makefile ($(objpfx)order.out): Remove rule.
14777         [$(run-built-tests) = yes] (tests): Depend on
14778         $(objpfx)order-cmp.out.
14779         ($(objpfx)order-cmp.out): New rule.
14780         [$(run-built-tests) = yes] (tests): Depend on
14781         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
14782         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
14783         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
14784         $(objpfx)tst-array5-static-cmp.out.
14785         ($(objpfx)tst-array1.out): Remove rule.
14786         ($(objpfx)tst-array1-cmp.out): New rule.
14787         ($(objpfx)tst-array1-static.out): Remove rule.
14788         ($(objpfx)tst-array1-static-cmp.out): New rule.
14789         ($(objpfx)tst-array2.out): Remove rule.
14790         ($(objpfx)tst-array2-cmp.out): New rule.
14791         ($(objpfx)tst-array3.out): Remove rule.
14792         ($(objpfx)tst-array3-cmp.out): New rule.
14793         ($(objpfx)tst-array4.out): Remove rule.
14794         ($(objpfx)tst-array4-cmp.out): New rule.
14795         ($(objpfx)tst-array5.out): Remove rule.
14796         ($(objpfx)tst-array5-cmp.out): New rule.
14797         ($(objpfx)tst-array5-static.out): Remove rule.
14798         ($(objpfx)tst-array5-static-cmp.out): New rule.
14799         [$(run-built-tests) = yes] (tests): Depend on
14800         $(objpfx)order2-cmp.out.
14801         ($(objpfx)order2.out): Remove rule.
14802         ($(objpfx)order2-cmp.out): New rule.
14803         ($(objpfx)tst-initorder.out): Remove rule.
14804         [$(run-built-tests) = yes] (tests): Depend on
14805         $(objpfx)tst-initorder-cmp.out.
14806         ($(objpfx)tst-initorder-cmp.out): New rule.
14807         ($(objpfx)tst-initorder2.out): Remove rule.
14808         [$(run-built-tests) = yes] (tests): Depend on
14809         $(objpfx)tst-initorder2-cmp.out.
14810         ($(objpfx)tst-initorder2-cmp.out): New rule.
14811         [$(run-built-tests) = yes] (tests): Depend on
14812         $(objpfx)tst-unused-dep-cmp.out.
14813         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
14814         ($(objpfx)tst-unused-dep-cmp.out): New rule.
14815         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
14816         on $(objpfx)tst-setvbuf1-cmp.out.
14817         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
14818         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
14819         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
14820         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
14821         ($(objpfx)tst-svc.out): Remove rule.
14822         ($(objpfx)tst-svc-cmp.out): New rule.
14824 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
14826         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
14827         * ctype/ctype.h [__USE_MISC]: Likewise.
14828         * dirent/dirent.h [__USE_MISC]: Likewise.
14829         * grp/grp.h [__USE_MISC]: Likewise.
14830         * io/fcntl.h [__USE_MISC]: Likewise.
14831         * io/sys/stat.h [__USE_MISC]: Likewise.
14832         * libio/stdio.h [__USE_MISC]: Likewise.
14833         * posix/unistd.h [__USE_MISC]: Likewise.
14834         * pwd/pwd.h [__USE_MISC]: Likewise.
14835         * stdlib.h [__USE_MISC]: Likewise.
14836         * string/bits/string2.h [__USE_MISC]: Likewise.
14837         * string/string.h [__USE_MISC]: Likewise.
14838         * time/time.h [__USE_MISC]: Likewise.
14840 2014-02-13  Andreas Schwab  <schwab@suse.de>
14842         [BZ #16574]
14843         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
14844         second answer buffer if it was separately allocated.
14846 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
14848         * sysdeps/mips/math-tests.h: Include <features.h>.
14849         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
14850         (ROUNDING_TESTS_long_double): Do not define.
14851         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
14852         (EXCEPTION_TESTS_long_double): Likewise.
14853         * sysdeps/mips/mips64/libm-test-ulps: Update.
14855         * include/features.h (__USE_BSD): Remove macro definitions.
14856         (__USE_SVID): Likewise.
14857         (_BSD_SOURCE): Likewise.
14858         (_SVID_SOURCE): Likewise.
14859         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
14860         from definition of _DEFAULT_SOURCE.
14861         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
14862         [_DEFAULT_SOURCE].
14863         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
14864         * bits/mman.h [__USE_BSD]: Likewise.
14865         * bits/termios.h [__USE_BSD]: Likewise.
14866         * bits/waitstatus.h [__USE_BSD]: Likewise.
14867         * ctype/ctype.h [__USE_SVID]: Likewise.
14868         * dirent/dirent.h [__USE_BSD]: Likewise.
14869         * grp/grp.h [__USE_SVID]: Likewise.
14870         [__USE_BSD]: Likewise.
14871         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
14872         * io/fcntl.h [__USE_BSD]: Likewise.
14873         * io/ftw.h [__USE_BSD]: Likewise.
14874         * io/sys/stat.h [__USE_BSD]: Likewise.
14875         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
14876         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
14877         * libio/stdio.h [__USE_SVID]: Likewise.
14878         [__USE_BSD]: Likewise.
14879         * math/math.h [__USE_SVID]: Likewise.
14880         [__USE_BSD]: Likewise.
14881         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
14882         * misc/bits/syslog.h [__USE_BSD]: Likewise.
14883         * misc/search.h [__USE_SVID]: Likewise.
14884         * misc/sys/mman.h [__USE_BSD]: Likewise.
14885         * misc/sys/syslog.h [__USE_BSD]: Likewise.
14886         * misc/sys/uio.h [__USE_BSD]: Likewise.
14887         * posix/bits/unistd.h [__USE_BSD]: Likewise.
14888         * posix/glob.h [__USE_BSD]: Likewise.
14889         * posix/regex.h [__USE_BSD]: Likewise.
14890         * posix/sys/types.h [__USE_BSD]: Likewise.
14891         [__USE_SVID]: Likewise.
14892         * posix/sys/utsname.h [__USE_SVID]: Likewise.
14893         * posix/sys/wait.h [__USE_BSD]: Likewise.
14894         [__USE_SVID]: Likewise.
14895         * posix/unistd.h [__USE_BSD]: Likewise.
14896         [__USE_SVID]: Likewise.
14897         * pwd/pwd.h [__USE_SVID]: Likewise.
14898         * resolv/netdb.h [__USE_BSD]: Likewise.
14899         * setjmp/setjmp.h [__USE_BSD]: Likewise.
14900         * signal/signal.h [__USE_BSD]: Likewise.
14901         [__USE_SVID]: Likewise.
14902         * socket/sys/socket.h [__USE_BSD]: Likewise.
14903         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
14904         * stdlib/stdlib.h [__USE_BSD]: Likewise.
14905         [__USE_SVID]: Likewise.
14906         * string/bits/string2.h [__USE_BSD]: Likewise.
14907         [__USE_SVID]: Likewise.
14908         * string/bits/string3.h [__USE_BSD]: Likewise.
14909         * string/endian.h [__USE_BSD]: Likewise.
14910         * string/string.h [__USE_SVID]: Likewise.
14911         [__USE_BSD]: Likewise.
14912         * string/strings.h [__USE_BSD]: Likewise.
14913         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
14914         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
14915         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
14916         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
14917         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
14918         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
14919         Likewise.
14920         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
14921         Likewise.
14922         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
14923         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
14924         Likewise.
14925         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
14926         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
14927         Likewise.
14928         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
14929         Likewise.
14930         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
14931         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
14932         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
14933         Likewise.
14934         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
14935         Likewise.
14936         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
14937         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
14938         * termios/termios.h [__USE_BSD]: Likewise.
14939         * time/sys/time.h [__USE_BSD]: Likewise.
14940         * time/time.h [__USE_BSD]: Likewise.
14941         [__USE_SVID]: Likewise.
14943         * Makefile (subdir_targets): Remove subdir_lint.out.
14945         * stdio-common/Makefile (do-tst-unbputc): Remove target.
14946         (do-tst-printf): Likewise.
14947         (tests): Depend directly on $(objpfx)tst-unbputc.out and
14948         $(objpfx)tst-printf.out.
14950         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
14952         * Makerules (check-abi-%): Change target to
14953         $(objpfx)check-abi-%.out.
14954         (check-abi target): Update dependencies.
14955         (check-abi-pattern variable): Redirect output of diff to $@.
14956         (check-abi variable): Likewise.
14957         * elf/Makefile (check-abi): Update dependencies.
14959         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
14960         unused.
14961         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
14962         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
14963         subnormal range.
14964         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
14965         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
14966         value has largest subnormal exponent.
14967         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
14968         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
14969         * sysdeps/aarch64/soft-fp/sfp-machine.h
14970         (_FP_TININESS_AFTER_ROUNDING): New macro.
14971         * sysdeps/alpha/soft-fp/sfp-machine.h
14972         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14973         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14974         Likewise.
14975         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
14976         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14977         * sysdeps/mips/soft-fp/sfp-machine.h
14978         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14979         * sysdeps/powerpc/soft-fp/sfp-machine.h
14980         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14981         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14982         Likewise.
14983         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
14984         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14985         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
14986         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14987         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14988         Likewise.
14990 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
14992         [BZ #16545]
14993         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
14994         model 1.
14996 2014-02-12  Richard Henderson  <rth@redhat.com>
14998         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
14999         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
15000         * sysdeps/unix/sysv/linux/alpha: Move directory from
15001         ports/sysdeps/unix/sysv/linux/alpha.
15002         * README: Update listing for alpha-*-linux-gnu.
15004 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
15006         * include/features.h: Update comment documenting feature test
15007         macros.
15008         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
15009         _DEFAULT_SOURCE.
15010         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
15011         (_SVID_SOURCE): Likewise.
15012         (_DEFAULT_SOURCE): Update description of default features.
15013         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
15014         with _GNU_SOURCE.
15015         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
15016         (S_ISVTX): Likewise.
15017         * manual/math.texi (Mathematical Constants): Likewise.
15018         * manual/signal.texi (Interrupted Primitives): Likewise.
15019         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
15020         * math/test-matherr.c (_SVID_SOURCE): Do not define.
15021         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
15022         Don't refer to _SVID_SOURCE in warning text.
15024         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
15026         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
15027         already defined.
15028         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
15029         * sysdeps/mips/dl-lookup.c: Remove.
15030         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
15032 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
15034         [BZ #16447]
15035         * math/auto-libm-test-in: Add testcase for expl.
15036         * math/auto-libm-test-out: Regenerate.
15037         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
15038         calculation of unsafe.
15039         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
15041 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
15043         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
15044         * sysdeps/unix/sysv/linux/aarch64: Move directory from
15045         ports/sysdeps/unix/sysv/linux/aarch64.
15046         * README: Update listing for aarch64*-*-linux-gnu.
15048 2014-02-11  Will Newton  <will.newton@linaro.org>
15050         * manual/probes.texi (Mathematical Function Probes): Use
15051         "triggered" instead of "hit".
15053         * manual/probes.texi (Internal Probes): Add documentation
15054         of setjmp, longjmp and longjmp_target probes.
15056         * include/stap-probe.h: Add comment about probe argument
15057         format.
15059         * malloc/mtrace.c (attribute_hidden): Remove unused macro
15060         definition.  (tr_where, tr_freehook, tr_mallochook,
15061         tr_reallochook, tr_memalignhook): Use ANSI protoype.
15063 2014-02-11  David S. Miller  <davem@davemloft.net>
15065         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
15066         processing int_tests.
15068 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
15070         * sysdeps/mips: Move directory from ports/sysdeps/mips.
15071         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
15072         * sysdeps/unix/sysv/linux/mips: Move directory from
15073         ports/sysdeps/unix/sysv/linux/mips.
15074         * README: Update listing for mips-*-linux-gnu and
15075         mips64-*-linux-gnu.
15077 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
15079         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
15080         * sysdeps/unix/sysv/linux/m68k: Move directory from
15081         ports/sysdeps/unix/sysv/linux/m68k.
15082         * README: Update listing for m68k-*-linux-gnu.
15084 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
15086         * sysdeps/tile: Move directory from ports/sysdeps/tile.
15087         * sysdeps/unix/sysv/linux/generic: Move directory from
15088         ports/sysdeps/unix/sysv/linux/generic.
15089         * sysdeps/unix/sysv/linux/tile: Move directory from
15090         ports/sysdeps/unix/sysv/linux/tile.
15091         * README: Update listing for tile*-*-linux-gnu.
15093 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
15095         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
15096         __builtin_expect.
15097         * benchtests/bench-memmem.c (simple_memmem): Likewise.
15098         * catgets/open_catalog.c (__open_catalog): Likewise.
15099         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
15100         * debug/confstr_chk.c: Likewise.
15101         * debug/fread_chk.c (__fread_chk): Likewise.
15102         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
15103         * debug/getgroups_chk.c: Likewise.
15104         * debug/mbsnrtowcs_chk.c: Likewise.
15105         * debug/mbsrtowcs_chk.c: Likewise.
15106         * debug/mbstowcs_chk.c: Likewise.
15107         * debug/memcpy_chk.c: Likewise.
15108         * debug/memmove_chk.c: Likewise.
15109         * debug/mempcpy_chk.c: Likewise.
15110         * debug/memset_chk.c: Likewise.
15111         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
15112         * debug/strcat_chk.c (__strcat_chk): Likewise.
15113         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
15114         * debug/strncat_chk.c (__strncat_chk): Likewise.
15115         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
15116         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
15117         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
15118         * debug/wcpncpy_chk.c: Likewise.
15119         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
15120         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
15121         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
15122         * debug/wcsncpy_chk.c: Likewise.
15123         * debug/wcsnrtombs_chk.c: Likewise.
15124         * debug/wcsrtombs_chk.c: Likewise.
15125         * debug/wcstombs_chk.c: Likewise.
15126         * debug/wmemcpy_chk.c: Likewise.
15127         * debug/wmemmove_chk.c: Likewise.
15128         * debug/wmempcpy_chk.c: Likewise.
15129         * debug/wmemset_chk.c: Likewise.
15130         * dirent/scandirat.c (SCANDIRAT): Likewise.
15131         * dlfcn/dladdr1.c (dladdr1): Likewise.
15132         * dlfcn/dladdr.c (dladdr): Likewise.
15133         * dlfcn/dlclose.c (dlclose_doit): Likewise.
15134         * dlfcn/dlerror.c (__dlerror): Likewise.
15135         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
15136         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
15137         * dlfcn/dlopen.c (dlopen_doit): Likewise.
15138         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
15139         * dlfcn/dlsym.c (dlsym_doit): Likewise.
15140         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
15141         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
15142         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
15143         Likewise.
15144         * elf/dl-conflict.c: Likewise.
15145         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
15146         * elf/dl-dst.h: Likewise.
15147         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
15148         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
15149         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
15150         * elf/dl-init.c (call_init, _dl_init): Likewise.
15151         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
15152         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
15153         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
15154         Likewise.
15155         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
15156         Likewise.
15157         * elf/dl-minimal.c (__libc_memalign): Likewise.
15158         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
15159         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
15160         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
15161         * elf/dl-sym.c (do_sym): Likewise.
15162         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
15163         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
15164         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
15165         * elf/dl-writev.h (_dl_writev): Likewise.
15166         * elf/ldconfig.c (search_dir): Likewise.
15167         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
15168         (dl_main): Likewise.
15169         * elf/setup-vdso.h (setup_vdso): Likewise.
15170         * grp/compat-initgroups.c (compat_call): Likewise.
15171         * grp/fgetgrent.c (fgetgrent): Likewise.
15172         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
15173         * grp/putgrent.c (putgrent): Likewise.
15174         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
15175         Likewise.
15176         * hurd/hurdinit.c: Likewise.
15177         * iconvdata/8bit-gap.c (struct): Likewise.
15178         * iconvdata/ansi_x3.110.c : Likewise.
15179         * iconvdata/big5.c : Likewise.
15180         * iconvdata/big5hkscs.c : Likewise.
15181         * iconvdata/cp1255.c: Likewise.
15182         * iconvdata/cp1258.c : Likewise.
15183         * iconvdata/cp932.c : Likewise.
15184         * iconvdata/euc-cn.c: Likewise.
15185         * iconvdata/euc-jisx0213.c : Likewise.
15186         * iconvdata/euc-jp.c: Likewise.
15187         * iconvdata/euc-jp-ms.c : Likewise.
15188         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
15189         * iconvdata/gb18030.c : Likewise.
15190         * iconvdata/gbbig5.c (const): Likewise.
15191         * iconvdata/gbgbk.c: Likewise.
15192         * iconvdata/gbk.c : Likewise.
15193         * iconvdata/ibm1364.c : Likewise.
15194         * iconvdata/ibm930.c : Likewise.
15195         * iconvdata/ibm932.c: Likewise.
15196         * iconvdata/ibm933.c : Likewise.
15197         * iconvdata/ibm935.c : Likewise.
15198         * iconvdata/ibm937.c : Likewise.
15199         * iconvdata/ibm939.c : Likewise.
15200         * iconvdata/ibm943.c: Likewise.
15201         * iconvdata/iso_11548-1.c: Likewise.
15202         * iconvdata/iso-2022-cn.c : Likewise.
15203         * iconvdata/iso-2022-cn-ext.c : Likewise.
15204         * iconvdata/iso-2022-jp-3.c: Likewise.
15205         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
15206         * iconvdata/iso-2022-kr.c : Likewise.
15207         * iconvdata/iso646.c (gconv_end): Likewise.
15208         * iconvdata/iso_6937-2.c : Likewise.
15209         * iconvdata/iso_6937.c : Likewise.
15210         * iconvdata/iso8859-1.c: Likewise.
15211         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
15212         * iconvdata/shift_jisx0213.c : Likewise.
15213         * iconvdata/sjis.c : Likewise.
15214         * iconvdata/t.61.c : Likewise.
15215         * iconvdata/tcvn5712-1.c : Likewise.
15216         * iconvdata/tscii.c: Likewise.
15217         * iconvdata/uhc.c : Likewise.
15218         * iconvdata/unicode.c (gconv_end): Likewise.
15219         * iconvdata/utf-16.c (gconv_end): Likewise.
15220         * iconvdata/utf-32.c (gconv_end): Likewise.
15221         * iconvdata/utf-7.c (base64): Likewise.
15222         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
15223         * iconv/gconv_close.c (__gconv_close): Likewise.
15224         * iconv/gconv_open.c (__gconv_open): Likewise.
15225         * iconv/gconv_simple.c (internal_ucs4_loop_single)
15226         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
15227         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
15228         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
15229         (ucs4le_internal_loop_single): Likewise.
15230         * iconv/iconv.c (iconv): Likewise.
15231         * iconv/iconv_close.c: Likewise.
15232         * iconv/loop.c (SINGLE): Likewise.
15233         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
15234         * include/atomic.h: Likewise.
15235         * inet/inet6_option.c (option_alloc): Likewise.
15236         * intl/bindtextdom.c (set_binding_values): Likewise.
15237         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
15238         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
15239         * intl/localealias.c (read_alias_file): Likewise.
15240         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
15241         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
15242         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
15243         * libio/fmemopen.c (fmemopen): Likewise.
15244         * libio/iofgets.c (_IO_fgets): Likewise.
15245         * libio/iofgets_u.c (fgets_unlocked): Likewise.
15246         * libio/iofgetws.c (fgetws): Likewise.
15247         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
15248         * libio/iogetdelim.c (_IO_getdelim): Likewise.
15249         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
15250         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
15251         * locale/findlocale.c (_nl_find_locale): Likewise.
15252         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
15253         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
15254         Likewise.
15255         * locale/setlocale.c (setlocale): Likewise.
15256         * login/programs/pt_chown.c (main): Likewise.
15257         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
15258         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
15259         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
15260         (mmap, mmap64, mremap, munmap): Likewise.
15261         * math/e_exp2l.c: Likewise.
15262         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
15263         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
15264         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
15265         * math/s_catan.c (__catan): Likewise.
15266         * math/s_catanf.c (__catanf): Likewise.
15267         * math/s_catanh.c (__catanh): Likewise.
15268         * math/s_catanhf.c (__catanhf): Likewise.
15269         * math/s_catanhl.c (__catanhl): Likewise.
15270         * math/s_catanl.c (__catanl): Likewise.
15271         * math/s_ccosh.c (__ccosh): Likewise.
15272         * math/s_ccoshf.c (__ccoshf): Likewise.
15273         * math/s_ccoshl.c (__ccoshl): Likewise.
15274         * math/s_cexp.c (__cexp): Likewise.
15275         * math/s_cexpf.c (__cexpf): Likewise.
15276         * math/s_cexpl.c (__cexpl): Likewise.
15277         * math/s_clog10.c (__clog10): Likewise.
15278         * math/s_clog10f.c (__clog10f): Likewise.
15279         * math/s_clog10l.c (__clog10l): Likewise.
15280         * math/s_clog.c (__clog): Likewise.
15281         * math/s_clogf.c (__clogf): Likewise.
15282         * math/s_clogl.c (__clogl): Likewise.
15283         * math/s_csin.c (__csin): Likewise.
15284         * math/s_csinf.c (__csinf): Likewise.
15285         * math/s_csinh.c (__csinh): Likewise.
15286         * math/s_csinhf.c (__csinhf): Likewise.
15287         * math/s_csinhl.c (__csinhl): Likewise.
15288         * math/s_csinl.c (__csinl): Likewise.
15289         * math/s_csqrt.c (__csqrt): Likewise.
15290         * math/s_csqrtf.c (__csqrtf): Likewise.
15291         * math/s_csqrtl.c (__csqrtl): Likewise.
15292         * math/s_ctan.c (__ctan): Likewise.
15293         * math/s_ctanf.c (__ctanf): Likewise.
15294         * math/s_ctanh.c (__ctanh): Likewise.
15295         * math/s_ctanhf.c (__ctanhf): Likewise.
15296         * math/s_ctanhl.c (__ctanhl): Likewise.
15297         * math/s_ctanl.c (__ctanl): Likewise.
15298         * math/w_pow.c: Likewise.
15299         * math/w_powf.c: Likewise.
15300         * math/w_powl.c: Likewise.
15301         * math/w_scalb.c (sysv_scalb): Likewise.
15302         * math/w_scalbf.c (sysv_scalbf): Likewise.
15303         * math/w_scalbl.c (sysv_scalbl): Likewise.
15304         * misc/error.c (error_tail): Likewise.
15305         * misc/pselect.c (__pselect): Likewise.
15306         * nis/nis_callback.c (__nis_create_callback): Likewise.
15307         * nis/nis_call.c (__nisfind_server): Likewise.
15308         * nis/nis_creategroup.c (nis_creategroup): Likewise.
15309         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
15310         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
15311         * nis/nis_getservlist.c (nis_getservlist): Likewise.
15312         * nis/nis_lookup.c (nis_lookup): Likewise.
15313         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
15314         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
15315         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
15316         * nis/nis_xdr.c (xdr_endpoint): Likewise.
15317         * nis/nss_compat/compat-grp.c (getgrent_next_file)
15318         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
15319         * nis/nss_compat/compat-initgroups.c (add_group)
15320         (internal_getgrent_r): Likewise.
15321         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
15322         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
15323         * nis/nss_compat/compat-spwd.c (getspent_next_file)
15324         (internal_getspnam_r): Likewise.
15325         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
15326         (_nss_nis_getaliasbyname_r): Likewise.
15327         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
15328         (_nss_nis_getntohost_r): Likewise.
15329         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
15330         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
15331         (_nss_nis_getgrgid_r): Likewise.
15332         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
15333         (internal_nis_gethostent_r, internal_gethostbyname2_r)
15334         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
15335         (_nss_nis_gethostbyname4_r): Likewise.
15336         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
15337         (initgroups_netid): Likewise.
15338         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
15339         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
15340         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
15341         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
15342         (_nss_nis_getprotobynumber_r): Likewise.
15343         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
15344         (_nss_nis_getsecretkey): Likewise.
15345         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
15346         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
15347         (_nss_nis_getpwuid_r): Likewise.
15348         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
15349         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
15350         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
15351         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
15352         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
15353         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
15354         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
15355         Likewise.
15356         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
15357         (_nss_nisplus_getntohost_r): Likewise.
15358         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
15359         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
15360         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
15361         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
15362         Likewise.
15363         * nis/nss_nisplus/nisplus-initgroups.c
15364         (_nss_nisplus_initgroups_dyn): Likewise.
15365         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
15366         (_nss_nisplus_getnetbyaddr_r): Likewise.
15367         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
15368         (_nss_nisplus_getprotobynumber_r): Likewise.
15369         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
15370         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
15371         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
15372         Likewise.
15373         * nis/nss_nisplus/nisplus-service.c
15374         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
15375         (_nss_nisplus_getservbyport_r): Likewise.
15376         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
15377         (_nss_nisplus_getspnam_r): Likewise.
15378         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
15379         Likewise.
15380         * nscd/aicache.c (addhstaiX): Likewise.
15381         * nscd/cache.c (cache_search, prune_cache): Likewise.
15382         * nscd/connections.c (register_traced_file, send_ro_fd)
15383         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
15384         (main_loop_epoll): Likewise.
15385         * nscd/grpcache.c (addgrbyX): Likewise.
15386         * nscd/hstcache.c (addhstbyX): Likewise.
15387         * nscd/initgrcache.c (addinitgroupsX): Likewise.
15388         * nscd/mem.c (gc, mempool_alloc): Likewise.
15389         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
15390         (addinnetgrX): Likewise.
15391         * nscd/nscd-client.h (__nscd_acquire_maplock)
15392         (__nscd_drop_map_ref): Likewise.
15393         * nscd/nscd_getai.c (__nscd_getai): Likewise.
15394         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
15395         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
15396         Likewise.
15397         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
15398         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
15399         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
15400         (__nscd_get_map_ref): Likewise.
15401         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
15402         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
15403         Likewise.
15404         * nscd/pwdcache.c (addpwbyX): Likewise.
15405         * nscd/selinux.c (preserve_capabilities): Likewise.
15406         * nscd/servicescache.c (addservbyX): Likewise.
15407         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
15408         * posix/fnmatch.c (fnmatch): Likewise.
15409         * posix/getopt.c (_getopt_internal_r): Likewise.
15410         * posix/glob.c (glob, glob_in_dir): Likewise.
15411         * posix/wordexp.c (exec_comm_child): Likewise.
15412         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
15413         (getanswer_r, gaih_getanswer_slice): Likewise.
15414         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
15415         * resolv/res_init.c: Likewise.
15416         * resolv/res_mkquery.c (res_nmkquery): Likewise.
15417         * resolv/res_query.c (__libc_res_nquery): Likewise.
15418         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
15419         Likewise.
15420         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
15421         * stdio-common/perror.c (perror): Likewise.
15422         * stdio-common/printf_fp.c (___printf_fp): Likewise.
15423         * stdio-common/tmpnam.c (tmpnam): Likewise.
15424         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
15425         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
15426         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
15427         Likewise.
15428         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
15429         * stdlib/putenv.c (putenv): Likewise.
15430         * stdlib/setenv.c (__add_to_environ): Likewise.
15431         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
15432         * stdlib/strtol_l.c (INTERNAL): Likewise.
15433         * string/memmem.c (memmem): Likewise.
15434         * string/strerror.c (strerror): Likewise.
15435         * string/strnlen.c (__strnlen): Likewise.
15436         * string/test-memmem.c (simple_memmem): Likewise.
15437         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
15438         * sunrpc/pm_getport.c (__get_socket): Likewise.
15439         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
15440         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
15441         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
15442         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
15443         Likewise.
15444         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
15445         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
15446         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
15447         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
15448         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
15449         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
15450         Likewise.
15451         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
15452         Likewise.
15453         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
15454         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
15455         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
15456         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
15457         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
15458         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
15459         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
15460         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
15461         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
15462         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
15463         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
15464         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
15465         Likewise.
15466         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
15467         Likewise.
15468         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
15469         Likewise.
15470         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
15471         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
15472         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
15473         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
15474         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
15475         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
15476         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
15477         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
15478         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
15479         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
15480         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
15481         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
15482         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
15483         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
15484         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
15485         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
15486         Likewise.
15487         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
15488         Likewise.
15489         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
15490         Likewise.
15491         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
15492         Likewise.
15493         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
15494         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
15495         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
15496         Likewise.
15497         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
15498         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
15499         * sysdeps/posix/opendir.c (__opendirat): Likewise.
15500         * sysdeps/posix/sleep.c: Likewise.
15501         * sysdeps/posix/tempname.c: Likewise.
15502         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
15503         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
15504         Likewise.
15505         * sysdeps/powerpc/powerpc32/dl-machine.h
15506         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
15507         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
15508         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
15509         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
15510         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
15511         Likewise.
15512         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
15513         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
15514         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15515         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
15516         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15517         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
15518         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
15519         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
15520         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
15521         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
15522         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
15523         (elf_machine_lazy_rel): Likewise.
15524         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
15525         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
15526         (elf_machine_lazy_rel): Likewise.
15527         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
15528         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
15529         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
15530         * sysdeps/unix/grantpt.c (grantpt): Likewise.
15531         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
15532         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
15533         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
15534         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
15535         Likewise.
15536         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
15537         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
15538         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
15539         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
15540         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
15541         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
15542         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
15543         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
15544         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
15545         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
15546         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
15547         Likewise.
15548         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
15549         (__posix_fallocate64_l64): Likewise.
15550         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
15551         (posix_fallocate): Likewise.
15552         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
15553         Likewise.
15554         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
15555         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
15556         (getifaddrs_internal): Likewise.
15557         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
15558         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
15559         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
15560         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
15561         * sysdeps/unix/sysv/linux/posix_fallocate64.c
15562         (__posix_fallocate64_l64): Likewise.
15563         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
15564         Likewise.
15565         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
15566         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
15567         (__get_clockfreq): Likewise.
15568         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
15569         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
15570         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
15571         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
15572         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
15573         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
15574         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
15575         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
15576         Likewise.
15577         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
15578         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
15579         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
15580         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
15581         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
15582         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
15583         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
15584         Likewise.
15585         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
15586         (posix_fallocate): Likewise.
15587         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
15588         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
15589         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
15590         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
15591         (elf_machine_rela, elf_machine_rela_relative)
15592         (elf_machine_lazy_rel): Likewise.
15593         * time/asctime.c (asctime_internal): Likewise.
15594         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
15595         * time/tzset.c (__tzset_parse_tz): Likewise.
15596         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
15597         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
15598         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
15599         * wcsmbs/wcsmbsload.h: Likewise.
15601         [BZ #15894]
15602         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
15604         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
15605         (arena_get2): Remove THREAD_STATS conditionals.
15606         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
15607         (__malloc_stats, int): Likewise.
15609 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
15611         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
15612         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
15614         * manual/setjmp.texi: Fix typos/grammar errors.
15616         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
15617         Only return early when n is <= 0.  Delete unused return statement.
15619         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
15620         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
15621         * debug/tst-longjmp_chk3.c: New file.
15623         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
15624         (test_main): Replace code with set_fortify_handler call.
15625         * debug/test-strcpy_chk.c: Likewise.
15626         * debug/tst-chk1.c: Likewise.
15627         * debug/tst-longjmp_chk.c: Likewise.
15628         * test-skeleton.c: Include fcntl.h & paths.h
15629         (set_fortify_handler): Define.
15631         * debug/tst-longjmp_chk.c: Add header comment and include
15632         ../test-skeleton.c.
15633         (do_test): Mark static.
15634         (TEST_FUNCTION): Define.
15636         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
15637         (IP_PMTUDISC_INTERFACE): Likewise.
15638         (IP_MULTICAST_IF): Likewise.
15639         (IP_MULTICAST_TTL): Likewise.
15640         (IP_MULTICAST_LOOP): Likewise.
15641         (IP_ADD_MEMBERSHIP): Likewise.
15642         (IP_DROP_MEMBERSHIP): Likewise.
15643         (IP_UNBLOCK_SOURCE): Likewise.
15644         (IP_BLOCK_SOURCE): Likewise.
15645         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
15646         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
15647         (IP_MSFILTER): Likewise.
15648         (MCAST_JOIN_GROUP): Likewise.
15649         (MCAST_BLOCK_SOURCE): Likewise.
15650         (MCAST_UNBLOCK_SOURCE): Likewise.
15651         (MCAST_LEAVE_GROUP): Likewise.
15652         (MCAST_JOIN_SOURCE_GROUP): Likewise.
15653         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
15654         (MCAST_MSFILTER): Likewise.
15655         (IP_MULTICAST_ALL): Likewise.
15656         (IP_UNICAST_IF): Likewise.
15658         * timezone/Makefile: Delete $(have-ksh) check.
15659         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
15660         * timezone/tzselect.ksh: Add +x mode bits.
15662         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
15663         (ANON_INODE_FS_MAGIC): Likewise.
15664         (BDEVFS_MAGIC): Likewise.
15665         (BINFMTFS_MAGIC): Likewise.
15666         (BTRFS_TEST_MAGIC): Likewise.
15667         (CRAMFS_MAGIC_WEND): Likewise.
15668         (DEBUGFS_MAGIC): Likewise.
15669         (ECRYPTFS_SUPER_MAGIC): Likewise.
15670         (EXT3_SUPER_MAGIC): Likewise.
15671         (EXT4_SUPER_MAGIC): Likewise.
15672         (FUTEXFS_SUPER_MAGIC): Likewise.
15673         (HOSTFS_SUPER_MAGIC): Likewise.
15674         (HUGETLBFS_MAGIC): Likewise.
15675         (MINIX3_SUPER_MAGIC): Likewise.
15676         (MTD_INODE_FS_MAGIC): Likewise.
15677         (NILFS_SUPER_MAGIC): Likewise.
15678         (OPENPROM_SUPER_MAGIC): Likewise.
15679         (PIPEFS_MAGIC): Likewise.
15680         (PSTOREFS_MAGIC): Likewise.
15681         (QNX6_SUPER_MAGIC): Likewise.
15682         (RAMFS_MAGIC): Likewise.
15683         (REISERFS_SUPER_MAGIC_STRING): Likewise.
15684         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
15685         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
15686         (SECURITYFS_MAGIC): Likewise.
15687         (SELINUX_MAGIC): Likewise.
15688         (SMACK_MAGIC): Likewise.
15689         (SOCKFS_MAGIC): Likewise.
15690         (SQUASHFS_MAGIC): Likewise.
15691         (STACK_END_MAGIC): Likewise.
15692         (TMPFS_MAGIC): Likewise.
15693         (USBDEVICE_SUPER_MAGIC): Likewise.
15694         (V9FS_MAGIC): Likewise.
15695         (XENFS_SUPER_MAGIC): Likewise.
15696         (CRAMFS_MAGIC): Fix typo in comment.
15697         (EXT2_SUPER_MAGIC): Update comment.
15698         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
15700 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
15702         * sysdeps/arm: Move directory from ports/sysdeps/arm.
15703         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
15704         * sysdeps/unix/sysv/linux/arm: Move directory from
15705         ports/sysdeps/unix/sysv/linux/arm.
15706         * README: Update listing for arm-*-linux-gnueabi.
15708         * README: Remove mention of am33.
15710 2014-02-07  Roland McGrath  <roland@hack.frob.com>
15712         * bits/sigset.h (__sigemptyset): Use a statement expression rather
15713         than the comma operator, to avoid "rhs of comma has no effect"
15714         compiler warnings.
15715         (__sigfillset, __sigandset, __sigorset): Likewise.
15716         * include/signal.h (__sigemptyset): Likewise.
15717         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
15719 2014-02-07  Allan McRae  <allan@archlinux.org>
15721         * version.h (RELEASE): Set to "development".
15722         (VERSION): Set to "2.19.90"
15723         * NEWS: Add 2.20 section.
15725 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
15727         [BZ #16529]
15728         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
15730 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
15732         * manual/contrib.texi: Update entry for Carlos O'Donell,
15733         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
15735 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
15737         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
15739         * sysdeps/unix/sysv/linux/kernel-features.h
15740         [__LINUX_KERNEL_VERSION >= 0x020621]
15741         (__ASSUME_PROC_PID_TASK_COMM): Define.
15743 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
15745         [BZ #16398]
15746         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
15747         conversion when destination buffer does not have enough space.
15748         * libio/tst-ftell-partial-wide.c: New test case.
15749         * libio/Makefile (tests): Add tst-ftell-partial-wide.
15751         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
15752         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
15753         Leonard and Allan McRae.
15755 2014-02-04  David S. Miller  <davem@davemloft.net>
15757         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
15758         32-bit.
15760 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15762         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
15763         New file
15764         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
15765         New file
15766         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
15767         New file.
15768         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
15769         New file.
15770         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
15771         New file.
15772         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
15773         New file.
15774         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
15775         New file.
15776         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
15777         New file.
15778         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
15779         New file.
15780         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
15781         New file.
15782         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
15783         New file.
15784         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
15785         New file.
15786         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
15787         New file.
15789 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15791         * nptl/shlib-versions: Change powerpc*le start to 2.17.
15792         * shlib-versions: Likewise.
15794 2014-02-04  Roland McGrath  <roland@hack.frob.com>
15795             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15797         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
15798         (abilist-pattern): New variable, set to %-le.abilist.
15800         * Makerules (abilist-pattern): New variable.
15801         (vpath): Use $(abilist-pattern) in place of %.abilist.
15802         (check-abi-% pattern rule): Likewise.
15803         (check-abi, update-abi): Likewise.
15805 2014-02-04  Eric Wong  <normalperson@yhbt.net>
15807         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
15809 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
15811         * manual/startup.texi: Add next, previous, and top entries for
15812         the `Program Arguments' and `Environment Variables' nodes.
15814 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
15816         * manual/macros.texi: Add comments before MTASC-safety macros.
15818         * manual/users.texi: Document MTASC-safety properties.
15820         * manual/threads.texi (pthread_key_create, pthread_key_delete)
15821         (pthread_getspecific, pthread_setspecific): Format with
15822         @deftypefun, and add @safety note.
15823         * manual/signal.texi: Move comments that analyze the above
15824         functions to their home place.
15826 2014-02-03  Allan McRae  <allan@archlinux.org>
15828         * po/sl.po: Update Slovenian translation from translation project.
15830 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
15832         * manual/time.texi (timegm): Add missing blank after @c.
15833         Reported by Joseph Myers <joseph@codesourcery.com>.
15835 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
15837         * manual/check-safety.sh: New.
15838         * manual/Makefile ($(objpfx)stamp-summary): Run it.
15840         * manual/terminal.texi: Document MTASC-safety properties.
15842         * manual/filesys.texi: Document MTASC-safety properties.
15844         * manual/errno.texi: Document MTASC-safety properties.
15846         * manual/intro.texi: Document safety identifiers and
15847         conditionals.
15849         * manual/string.texi (wcstok): Fix prototype.
15850         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
15852         * manual/time.texi: Document MTASC-safety properties.
15854         * manual/string.texi: Document MTASC-safety properties.
15856         * manual/threads.texi: Document MTASC-safety properties.
15858         * manual/stdio.texi: Document MTASC-safety properties.
15860         * manual/syslog.texi: Document MTASC-safety properties.
15862         * manual/sysinfo.texi: Document MTASC-safety properties.
15864         * manual/startup.texi: Document MTASC-safety properties.
15866         * manual/socket.texi: Document MTASC-safety properties.
15868         * manual/signal.texi: Document MTASC-safety properties.
15870 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
15872         * manual/setjmp.texi: Document MTASC-safety properties.
15874         * manual/search.texi: Document MTASC-safety properties.
15876         * manual/resource.texi: Document MTASC-safety properties.
15878         * manual/process.texi: Document MTASC-safety properties.
15880         * manual/platform.texi: Document MTASC-safety properties.
15882         * manual/pipe.texi: Document MTASC-safety properties.
15884         * manual/pattern.texi: Document MTASC-safety properties.
15886         * manual/message.texi: Document MTASC-safety properties.
15888         [BZ #12751]
15889         * manual/memory.texi: Document MTASC-safety properties.
15891         * manual/math.texi: Document MTASC-safety properties.
15893         * manual/locale.texi: Document MTASC-safety properties.
15895         * manual/llio.texi: Document MTASC-safety properties.
15897         * manual/libdl.texi: New.
15899         * manual/lang.texi: Document MTASC-safety properties.
15901         * manual/job.texi: Document MTASC-safety properties.
15903         * manual/getopt.texi: Document MTASC-safety properties.
15905         * manual/ctype.texi: Document MTASC-safety properties.
15907 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
15909         [BZ #16046]
15910         * csu/libc-tls.c (static_map): Remove variable.
15911         (__libc_setup_tls): Use main executable's link map for TLS data.
15912         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
15913         casing for LM_ID_BASE and GL(dl_nns).
15914         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
15915         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
15916         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
15917         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
15918         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
15919         member.
15920         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
15921         l_phnum members.
15923 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
15925         * manual/debug.texi: Document MTASC-safety properties.
15927 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
15929         [BZ #16510]
15930         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
15931         of __x86_64__ when disabling x87 inline functions.
15933 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
15935         * manual/charset.texi: Document MTASC-safety properties.
15937         * manual/crypt.texi: Document MTASC-safety properties.
15939         * manual/conf.texi: Document MTASC-safety properties.
15941         * manual/arith.texi: Document MTASC-safety properties.
15943         * manual/argp.texi: Document MTASC-safety properties.
15945         * manual/macros.texi: Introduce macros to document multi
15946         thread, asynchronous signal and asynchronous cancellation
15947         safety properties.
15948         * manual/intro.texi: Introduce the properties themselves.
15950 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15952         * sysdeps/sh/sh4/Makefile: New file.
15954 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
15956         * math/gen-libm-test.pl ($srcdir): New variable.
15957         ($auto_input): Use it.
15959 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
15961         [BZ #16506]
15962         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
15963         access beyond array bounds when parsing netgroups file.
15965         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
15966         the old buffer before realloc.
15968 2014-01-27  Allan McRae  <allan@archlinux.org>
15970         * po/fr.po: Update French translation from translation project.
15972 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15974         * sysdeps/sh/libm-test-ulps: Regenerate.
15976 2014-01-24  David S. Miller  <davem@davemloft.net>
15978         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
15980 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15982         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
15983         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
15985 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
15987         [BZ #16474]
15988         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
15989         string pointers after reallocation.
15991 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15993         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
15994         __SH4A__ instead of __SH_FPU_ANY__.
15996 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15998         * sysdeps/sh/fpu_control.h: New file.
15999         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
16000         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
16001         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
16002         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
16003         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
16004         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
16005         * sysdeps/sh/sys/ucontext.h: Remove.
16006         * sysdeps/sh/sys: Remove directory.
16008 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16010         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
16011         s390/sys/ucontext.h.
16012         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
16013         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
16015 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
16017         [BZ #15605]
16018         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
16020 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16022         [BZ#16431]
16023         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
16024         Adjust the vDSO correctly for internal calls.
16025         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
16027 2014-01-20  Allan McRae  <allan@archlinux.org>
16029         * po/ca.po: Update Catalan translation from translation project.
16031 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
16033         * sysdeps/s390/sotruss-lib.c: New file.
16035 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16037         [BZ#16430]
16038         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
16039         (__GI___gettimeofday): Alias for a different internal symbol to avoid
16040         local calls issues by not having a PLT stub required for IFUNC calls.
16041         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
16043 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
16045         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
16046         * math/test-fpucw-static.c: Likewise.
16048 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
16050         [BZ #16453]
16051         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
16053 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16055         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
16056         implementation for powerpc.
16058 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
16060         [BZ #14782]
16061         * sysdeps/posix/system.c (__libc_system): Do not enable
16062         asynchronous cancellation.
16064 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16066         [BZ #16427]
16067         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
16068         handling only for numbers special also in the IEEE case.
16070 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16072         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
16074 2014-01-11  Allan McRae  <allan@archlinux.org>
16076         * po/bg.po: Update Bulgarian translation from translation project.
16078         * po/de.po: Update German translation from translation project.
16080 2014-01-10  Roland McGrath  <roland@hack.frob.com>
16082         * sysdeps/generic/gcc-compat.h: New file.
16084 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
16086         * benchtests/asin-inputs: Correct slow inputs.
16087         * benchtests/acos-inputs: Likewise.
16089 2014-01-10  Allan McRae  <allan@archlinux.org>
16091         * po:sv.po: Update Swedish translation from translation project.
16093         * po/vi.po: Update Vietnamese translation from translation project.
16095         * po/eo.po: Update Esperanto translation from translation project.
16097         * po/cs.po: Update Czech translation from translation project.
16099         * po/nl.po: Update Dutch translation from translation project.
16101         * po/pl.po: Update Polish translation from translation project.
16103         * po/ru.po: Update Russian translation from translation project.
16105         * po/uk.po: Update Ukrainian translation from translation project.
16107 2014-01-08  Brooks Moses  <bmoses@google.com>
16109         * elf/dl-load.c: Fix comment typo.
16111 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
16113         * po/header.pot: Rename to...
16114         * po/pot.header: ... this.
16115         * po/Makefile: Use pot.header.
16117 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
16118             Maxim Kuvyrkov  <maxim@kugelworks.com>
16120         [BZ #16394]
16121         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
16122         SRC and DEST against LEN.
16124 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16126         [BZ #16414]
16127         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
16128         implementation.
16129         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
16131 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16133         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16135 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
16137         [BZ #16408]
16138         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
16139         for large positive arguments.
16141 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
16143         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
16145         * math/auto-libm-test-in: Mark various tests with
16146         xfail-rounding:ldbl-128ibm.
16147         * math/auto-libm-test-out: Regenerated.
16149         [BZ #16407]
16150         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
16151         Increase overflow threshold.
16153 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
16155         [BZ #14286]
16156         * stdio-common/vfprintf.c: Check for integer overflow.
16158 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16160         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
16161         the first argument and return value of __tls_get_addr_internal.
16163 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16165         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
16166         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
16168 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16170         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
16171         * sysdeps/s390/rtld-global-offsets.sym: New file.
16172         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
16173         GLIBC_2.19 symbol.
16174         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
16175         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
16176         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
16177         ... this.
16178         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
16179         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
16180         ... this.
16181         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
16182         Regenerate.
16183         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
16184         Regenerate.
16185         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
16186         halfs of GPRs for high_gprs contexts.
16187         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
16188         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
16189         field.
16190         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
16191         uc_flags field.
16192         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
16193         64 bit versions:
16194         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
16195         for high GPRs (uc_high_gprs) and for future extensions
16196         (__reserved).
16197         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
16198         for future extensions (__reserved).
16199         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
16200         64 bit versions:
16201         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
16202         SC_HIGHGPRS offset definition.
16203         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
16204         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
16206         * Versions.def: Add GLIBC_2.19 for libpthread.
16207         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
16208         siglongjmp for libpthread with GLIBC_2.19 symver.
16209         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
16210         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
16211         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
16212         * sysdeps/s390/__longjmp.c: New file.
16213         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
16214         * sysdeps/s390/longjmp.c: New file.
16215         * sysdeps/s390/setjmp.S: New file.
16216         * sysdeps/s390/sigjmp.S: New file.
16217         * sysdeps/s390/v1-longjmp.c: New file.
16218         * sysdeps/s390/v1-setjmp.h: New file.
16219         * sysdeps/s390/v1-sigjmp.c: New file.
16220         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
16221         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
16222         GLIBC_2.19 version.
16223         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
16224         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
16225         versioned symbols for ____longjmp_chk.
16226         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
16227         Likewise.
16228         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
16229         Regenerate.
16230         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
16231         Regenerate.
16232         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
16233         Regenerate.
16234         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
16235         Regenerate.
16236         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
16237         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
16238         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
16239         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
16240         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
16241         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
16242         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
16243         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
16244         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
16245         * sysdeps/s390/rtld-__longjmp.c: New file.
16246         * sysdeps/s390/rtld-setjmp.S: New file.
16248 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
16250         [BZ #16400]
16251         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16252         Return -__logl (x) for small positive arguments without evaluating
16253         a polynomial.
16255 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
16257         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
16258         Rename to ...
16259         (__ptrace_peeksiginfo_args): ... this.
16260         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
16261         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
16262         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
16264 2014-01-06  Allan McRae  <allan@archlinux.org>
16266         * inet/netinet/in.h: Fix typo in comment.
16268 2014-01-05  Andreas Jaeger  <aj@suse.de>
16270         * sysdeps/i386/fpu/libm-test-ulps: Update.
16272 2014-01-05  Allan McRae  <allan@archlinux.org>
16274         * po/libc.pot: Regenerated.
16276         * malloc/memusagestat.c: Fix gettext call formatting.
16278 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
16280         * nscd/nscd.c: Improve usage() output.
16282 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
16284         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
16285         * sysdeps/unix/sysv/linux/configure: Regenerated.
16286         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
16287         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
16289 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
16291         [BZ #16390]
16292         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
16293         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
16295 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16297         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
16298         extra tokens at end of #undef directive.
16299         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
16300         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
16301         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
16303 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
16305         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
16307         * math/auto-libm-test-in: Mark various tests with
16308         xfail-rounding:ldbl-128ibm.
16309         * math/auto-libm-test-out: Regenerated.
16311 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
16313         [BZ #16386]
16314         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
16315         numbers with subnormal high part when calculating exponent.
16317         [BZ #16385]
16318         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
16319         fabs.
16321         [BZ #16384]
16322         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
16323         M_LN2l.
16324         (__ieee754_acoshl): Use __log1pl not __log1p.
16326 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
16328         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
16329         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
16330         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
16331         (grow_heap, heap_trim, _int_new_arena, get_free_list)
16332         (reused_arena, arena_get2): Convert to GNU style.
16333         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
16334         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
16335         (memalign_check, __malloc_set_state): Likewise.
16336         * malloc/mallocbug.c (main): Likewise.
16337         * malloc/malloc.c (__malloc_assert, malloc_init_state)
16338         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
16339         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
16340         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
16341         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
16342         (__posix_memalign, malloc_info): Likewise.
16343         * malloc/malloc.h: Likewise.
16344         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
16345         (mallochook, memalignhook, reallochook, mabort): Likewise.
16346         * malloc/mcheck.h: Likewise.
16347         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
16348         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
16349         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
16350         * malloc/morecore.c (__default_morecore): Likewise.
16351         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
16352         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
16353         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
16354         (print_and_abort): Likewise.
16355         * malloc/obstack.h: Likewise.
16356         * malloc/set-freeres.c (__libc_freeres): Likewise.
16357         * malloc/tst-mallocstate.c (main): Likewise.
16358         * malloc/tst-mtrace.c (main): Likewise.
16359         * malloc/tst-realloc.c (do_test): Likewise.
16361 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
16363         [BZ #16366]
16364         * nscd/netgroupcache.c (do_notfound): New function.
16365         (addgetnetgrentX): Use it.
16367         [BZ # 16365]
16368         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
16369         NSS_STATUS_NOTFOUND.
16371 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
16373         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
16374         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16376 2014-01-01  Allan McRae  <allan@archlinux.org>
16378         * scripts/update-copyrights: Update configure input file suffix.
16380         * NEWS: Update copyright year.
16381         * catgets/gencat.c: Likewise.
16382         * csu/version.c: Likewise.
16383         * debug/catchsegv.sh: Likewise.
16384         * debug/pcprofiledump.c: Likewise.
16385         * debug/xtrace.sh: Likewise.
16386         * elf/ldconfig.c: Likewise.
16387         * elf/ldd.bash.in: Likewise.
16388         * elf/pldd.c: Likewise.
16389         * elf/sotruss.ksh: Likewise.
16390         * elf/sprof.c: Likewise.
16391         * iconv/iconv_prog.c: Likewise.
16392         * iconv/iconvconfig.c: Likewise.
16393         * locale/programs/locale.c: Likewise.
16394         * locale/programs/localedef.c: Likewise.
16395         * login/programs/pt_chown.c: Likewise.
16396         * malloc/memusage.sh: Likewise.
16397         * malloc/memusagestat.c: Likewise.
16398         * malloc/mtrace.pl: Likewise.
16399         * manual/libc.texinfo: Likewise.
16400         * nscd/nscd.c: Likewise.
16401         * nss/getent.c: Likewise.
16402         * nss/makedb.c: Likewise.
16403         * posix/getconf.c: Likewise.
16404         * scripts/test-installation.pl: Likewise.
16406         * All files with FSF copyright notices: Update copyright dates
16407         using scripts/update-copyrights.
16408         * intl/plural.c: Regenerated.
16409         * locale/programs/charmap-kw.h: Likewise.
16410         * locale/programs/locfile-kw.h: Likewise.
16412 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
16414         * sysdeps/unix/sysv/linux/configure: Regenerated.
16415         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
16416         the linux/fanotify.h header.
16417         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
16418         HAVE_LINUX_FANOTIFY_H is defined.
16420 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
16422         * benchtests/cos-inputs: New inputs.
16423         * benchtests/sin-inputs: Likewise.
16425         * benchtests/atan-inputs: New inputs. Fix name of multiple
16426         precision fallback inputs.
16428         * benchtests/atanh-inputs: New inputs.
16429         * benchtests/tanh-inputs: Likewise.
16431         * benchtests/acosh-inputs: New inputs.
16432         * benchtests/asinh-inputs: Likewise.
16434         * benchtests/cosh-inputs: New inputs.
16435         * benchtests/sinh-inputs: Likewise.
16437         * benchtests/acos-inputs: Add more inputs.
16438         * benchtests/asin-inputs: Likewise.
16440 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
16442         [BZ #16375]
16443         * manual/arith.texi: Fix spelling.
16444         * manual/charset.texi: Likewise.
16445         * manual/errno.texi: Likewise.
16446         * manual/filesys.texi: Likewise.
16447         * manual/lang.texi: Likewise.
16448         * manual/llio.texi: Likewise.
16449         * manual/locale.texi: Likewise.
16450         * manual/message.texi: Likewise.
16451         * manual/resource.texi: Likewise.
16452         * manual/search.texi: Likewise.
16453         * manual/setjmp.texi: Likewise.
16454         * manual/stdio.texi: Likewise.
16455         * manual/string.texi: Likewise.
16456         * manual/sysinfo.texi: Likewise.
16457         * manual/time.texi: Likewise.
16459 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
16461         * po/sl.po: New file.
16463 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
16465         * .gitignore: Add core/.gdbinit/.gdb_history.
16467 2013-12-27  Allan McRae  <allan@archlinux.org>
16469         [BZ #16369]
16470         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
16471         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
16473 2013-12-24  Brooks Moses  <bmoses@google.com>
16475         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
16476         all compilers that claim C++98 compliance, not just GCC.
16477         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
16478         Likewise.
16480 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16482         * NEWS: Restore accidentally deleted bug-fix entries.
16484 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16485             Ondřej Bílka  <neleai@seznam.cz>
16487         [BZ #15073]
16488         * malloc/malloc.c (_int_free): Perform sanity check only if we
16489         have_lock.
16491 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
16493         [BZ #12986]
16494         * manual/stdio.texi (String Input Conversions): Clarify that character
16495         classes are not supported.
16497 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16499         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16501 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
16503         [BZ #16337]
16504         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16505         Calculate results for small negative arguments directly rather
16506         than using reflection formula with special underflow handling.
16508         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
16509         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
16510         sysdeps/unix/bsd/bsd4.4/syscalls.list.
16511         (fchflags): Likewise.
16512         (revoke): Likewise.
16513         (setlogin): Likewise.
16514         (sigaltstack): Likewise.
16515         (wait4): Likewise.
16516         (sigblock): Remove.
16517         (sigsetmask): Likewise.
16518         (wait3): Likewise.
16519         (waitpid): Likewise.
16520         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
16521         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
16522         file.
16523         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
16524         * sysdeps/unix/bsd/Makefile: ... here.
16525         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
16526         * sysdeps/unix/bsd/Versions: ... here.
16527         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
16528         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
16529         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
16530         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
16531         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
16532         * sysdeps/unix/bsd/sigblock.c: ... here.
16533         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
16534         * sysdeps/unix/bsd/sigsetmask.c: ... here.
16535         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
16536         * sysdeps/unix/bsd/sigvec.c: ... here.
16537         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
16538         * sysdeps/unix/bsd/tcdrain.c: ... here.
16539         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
16540         * sysdeps/unix/bsd/tcgetattr.c: ... here.
16541         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
16542         * sysdeps/unix/bsd/tcsetattr.c: ... here.
16543         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
16544         * sysdeps/unix/bsd/wait.c: ... here.
16545         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
16546         * sysdeps/unix/bsd/wait3.c: ... here.
16547         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
16548         * sysdeps/unix/bsd/waitpid.c: ... here.
16550 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
16552         [BZ #16356]
16553         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
16554         round-to-nearest for [!USE_AS_EXPM1L].
16555         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
16556         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
16557         more tests of exp and exp10.  Expect some exp10 tests to miss
16558         exceptions or fail in directed rounding modes.
16559         * math/auto-libm-test-out: Regenerated.
16560         * math/libm-test.inc (exp10_tonearest_test_data): New array.
16561         (exp10_test_tonearest): New function.
16562         (exp10_towardzero_test_data): New array.
16563         (exp10_test_towardzero): New function.
16564         (exp10_downward_test_data): New array.
16565         (exp10_test_downward): New function.
16566         (exp10_upward_test_data): New array.
16567         (exp10_test_upward): New function.
16568         (main): Call the new functions.
16569         * sysdeps/i386/fpu/libm-test-ulps: Update.
16570         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16572 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
16574         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
16575         asinh, atan, atan2, atanh, cbrt, cos and cosh.
16576         * math/auto-libm-test-out: Regenerated.
16577         * math/libm-test.inc (acosh_test_data): Add more tests.
16578         (atanh_test_data): Likewise.
16579         (ceil_test_data): Likewise.
16580         (copysign_test_data): Likewise.
16581         * sysdeps/i386/fpu/libm-test-ulps: Update.
16582         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16584         * timezone/checktab.awk: Update from tzcode 2013i.
16585         * timezone/private.h: Likewise.
16586         * timezone/scheck.c: Likewise.
16587         * timezone/tzfile.h: Likewise.
16588         * timezone/tzselect.ksh: Likewise.
16589         * timezone/zdump.c: Likewise.
16590         * timezone/zic.c: Likewise.
16592         * math/auto-libm-test-in: Add tests of cpow.
16593         * math/auto-libm-test-out: Regenerated.
16594         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
16595         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16596         mpc_cc_c.
16597         (func_calc_desc): Add mpc_cc_c union field.
16598         (test_functions): Add cpow.
16599         (special_fill_2pi): New function.
16600         (special_real_inputs): Add 2pi.
16601         (calc_generic_results): Handle mpc_cc_c.
16602         * sysdeps/i386/fpu/libm-test-ulps: Update.
16603         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16605         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
16606         csqrt, ctan and ctanh.
16607         * math/auto-libm-test-out: Regenerated.
16608         * math/libm-test.inc (TEST_COND_x86_64): New macro.
16609         (TEST_COND_x86): Likewise.
16610         (ccos_test_data): Use AUTO_TESTS_c_c.
16611         (ccosh_test_data): Likewise.
16612         (cexp_test_data): Likewise.
16613         (clog_test_data): Likewise.
16614         (csqrt_test_data): Likewise.
16615         (ctan_test_data): Likewise.
16616         (ctan_tonearest_test_data): Likewise.
16617         (ctan_towardzero_test_data): Likewise.
16618         (ctan_downward_test_data): Likewise.
16619         (ctan_upward_test_data): Likewise.
16620         (ctanh_test_data): Likewise.
16621         (ctanh_tonearest_test_data): Likewise.
16622         (ctanh_towardzero_test_data): Likewise.
16623         (ctanh_downward_test_data): Likewise.
16624         (ctanh_upward_test_data): Likewise.
16625         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16626         mpc_c_c.
16627         (func_calc_desc): Add mpc_c_c union field.
16628         (FUNC_mpc_c_c): New macro.
16629         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
16630         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
16631         ctanh.
16632         (special_fill_min_subnorm_p120): New function.
16633         (special_real_inputs): Add min_subnorm_p120.
16634         (calc_generic_results): Handle mpc_c_c.
16635         * sysdeps/i386/fpu/libm-test-ulps: Update.
16636         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16638 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
16640         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
16641         (do_sin_slow): New functions.
16642         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
16643         (cslow2, csloww1, csloww2): Use the new functions.
16645         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
16646         Use M to change sign of result instead of X.  Assume X is
16647         positive.
16648         (csloww1): Likewise.
16649         (__sin): Adjust.
16650         (__cos): Adjust.
16652         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
16653         arguments A and DA.
16654         (__sin): Adjust.
16655         (__cos): Likewise.
16657         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
16658         (__cos): Likewise.
16659         (sloww1): Don't adjust sign of DX.
16660         (csloww1): Likewise.
16661         (sloww2): Use X directly and don't adjust sign of DX.
16662         (csloww2): Likewise.
16664 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16666         * math/auto-libm-test-in: Add tests of cabs and carg.
16667         * math/auto-libm-test-out: Regenerated.
16668         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
16669         (carg_test_data): Likewise.
16670         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16671         mpc_c_f.
16672         (func_calc_desc): Add mpc_c_f union field.
16673         (test_functions): Add cabs and carg.
16674         (calc_generic_results): Handle mpc_c_f.
16676         * sysdeps/powerpc/powerpc32/libgcc-compat.S
16677         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
16678         as a macro and a compat symbol.
16679         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
16680         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
16681         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
16682         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
16683         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
16684         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
16685         not use .hidden.
16686         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
16687         Likewise.
16688         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
16689         Likewise.
16690         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
16691         Likewise.
16692         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
16693         Likewise.
16694         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
16695         Likewise.
16696         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
16697         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
16698         from GLIBC_2.3.2.
16700 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16702         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16704 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16706         * manual/texinfo.tex: Update to version 2013-11-26.10 with
16707         trailing whitespace removed.
16708         * scripts/config.guess: Update to version 2013-11-29.
16709         * scripts/config.sub: Update to version 2013-10-01.
16711         * math/auto-libm-test-in: Add tests of sincos.
16712         * math/auto-libm-test-out: Regenerated.
16713         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
16714         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16715         mpfr_f_11.
16716         (func_calc_desc): Add mpfr_f_11 union field.
16717         (test_functions): Add sincos.
16718         (calc_generic_results): Handle mpfr_f_11.
16719         * sysdeps/i386/fpu/libm-test-ulps: Update.
16720         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16722 2013-12-19  Andreas Schwab  <schwab@suse.de>
16724         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
16725         CALL_MCOUNT.
16726         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
16727         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
16728         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
16730 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16732         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
16733         * sysdeps/i386/fpu/libm-test-ulps: Update.
16734         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16736         [BZ #16293]
16737         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
16738         round-to-nearest mode when using frndint.
16739         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
16740         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
16741         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
16742         Likewise.
16743         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
16744         sinh test to fail.
16745         * math/auto-libm-test-out: Regenerated.
16746         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
16747         (TEST_COND_x86): Likewise.
16748         (expm1_tonearest_test_data): New array.
16749         (expm1_test_tonearest): New function.
16750         (expm1_towardzero_test_data): New array.
16751         (expm1_test_towardzero): New function.
16752         (expm1_downward_test_data): New array.
16753         (expm1_test_downward): New function.
16754         (expm1_upward_test_data): New array.
16755         (expm1_test_upward): New function.
16756         (main): Run the new test functions.
16757         * sysdeps/i386/fpu/libm-test-ulps: Update.
16758         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16760         * include/features.h: Update comment documenting feature test
16761         macros.  Mention _DEFAULT_SOURCE in comment.
16762         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
16763         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
16764         _BSD_SOURCE and _SVID_SOURCE.
16765         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
16766         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
16767         !_SVID_SOURCE]: Likewise.
16768         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16769         (__USE_POSIX_IMPLICITLY): Define.
16770         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16771         (_POSIX_SOURCE): Undefine and redefine.
16772         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16773         (_POSIX_C_SOURCE): Likewise.
16774         * manual/creature.texi (_DEFAULT_SOURCE): Document.
16775         (Feature Test Macros): Update documentation of default features.
16777 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
16779         * benchtests/Makefile: Add bench-strtok.
16780         * benchtests/bench-strtok.c: New file: strtok benchtest.
16782 2013-12-19  Allan McRae  <allan@archlinux.org>
16784         * manual/install.texi: Suppress menu for plain text output.
16785         * INSTALL: Regenerated.
16787 2013-12-18  Brooks Moses  <bmoses@google.com>
16789         [BZ #15846]
16790         * misc/getauxval.c: Include errno.h.
16791         (__getauxval): Set errno to ENOENT if the requested type is not
16792         found.
16793         * misc/sys/auxv.h (getauxval): Document that it may set errno;
16794         don't declare with __attribute_const__.
16795         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
16796         * manual/startup.texi: Document that getauxval sets errno.
16798 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
16800         * math/auto-libm-test-in: Add tests of jn and yn.
16801         * math/auto-libm-test-out: Regenerated.
16802         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
16803         (yn_test_data): Likewise.
16804         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16805         mpfr_if_f.
16806         (func_calc_desc): Add mpfr_if_f union field.
16807         (FUNC_mpfr_if_f): New macro.
16808         (test_functions): Add jn and yn.
16809         (calc_generic_results): Assert type of second input for
16810         mpfr_ff_f.  Handle mpfr_if_f.
16811         (output_for_one_input_case): Disable all checking for arguments
16812         fitting floating-point types in case of an integer argument.
16813         * sysdeps/i386/fpu/libm-test-ulps: Update.
16814         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16816         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
16817         Don't expect fegetround reference in libm.so.
16819 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
16821         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
16822         $(config-cflags-nofma).
16824 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
16826         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
16827         * math/auto-libm-test-out: Regenerated.
16829         [BZ #16338]
16830         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
16831         to determine exponent and adjust argument to have exponent of -1.
16832         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
16833         log2.
16834         * math/auto-libm-test-out: Regenerated.
16835         * sysdeps/i386/fpu/libm-test-ulps: Update.
16836         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16838 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
16840         * manual/probes.texi: Remove cases when per-thread arenas are
16841         disabled.
16843 2013-12-18  Andreas Schwab  <schwab@suse.de>
16845         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
16846         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
16847         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
16848         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
16849         * sysdeps/i386/i686/multiarch/Makefile: Update.
16850         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
16852 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16854         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
16855         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
16857 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
16859         [BZ #15968]
16860         Support TZ transition times < 00:00:00.
16861         This is needed for version-3 tz-format files; it supports time
16862         stamps past 2037 for America/Godthab (the only entry in the tz
16863         database for which this change is relevant).
16864         * manual/time.texi (TZ Variable): Document transition times
16865         from -167:59:59 through -00:00:01.
16866         * time/tzset.c (tz_rule): Time of day is now signed.
16867         (__tzset_parse_tz): Parse negative time of day.
16869         Document TZ transition times >= 25:00:00.
16870         * manual/time.texi (TZ Variable): Document transition times from
16871         25:00:00 through 167:59:59.  These are already supported, and this
16872         support will help with version-3 tz-format files.
16874         * manual/time.texi (TZ Variable): Modernize North America example
16875         to reflect current (i.e., 2007-and-later) daylight saving rules.
16877         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
16879 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16881         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
16882         * sysdeps/unix/bsd/bits/stat.h: Likewise.
16883         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
16884         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
16885         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
16886         * sysdeps/unix/bsd/bsdstat.h: Likewise.
16887         * sysdeps/unix/bsd/clock.c: Likewise.
16888         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
16889         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
16890         * sysdeps/unix/bsd/init-posix.c: Likewise.
16891         * sysdeps/unix/bsd/poll.c: Likewise.
16892         * sysdeps/unix/bsd/ptsname.c: Likewise.
16893         * sysdeps/unix/bsd/seekdir.c: Likewise.
16894         * sysdeps/unix/bsd/setegid.c: Likewise.
16895         * sysdeps/unix/bsd/seteuid.c: Likewise.
16896         * sysdeps/unix/bsd/setgid.c: Likewise.
16897         * sysdeps/unix/bsd/setrgid.c: Likewise.
16898         * sysdeps/unix/bsd/setruid.c: Likewise.
16899         * sysdeps/unix/bsd/setsid.c: Likewise.
16900         * sysdeps/unix/bsd/setuid.c: Likewise.
16901         * sysdeps/unix/bsd/sigaction.c: Likewise.
16902         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
16903         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
16904         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
16905         * sysdeps/unix/bsd/telldir.c: Likewise.
16906         * sysdeps/unix/bsd/times.c: Likewise.
16907         * sysdeps/unix/bsd/usleep.c: Likewise.
16909         * misc/Makefile (install-lib): Remove libbsd-compat.a.
16910         ($(objpfx)libbsd-compat.a): Remove rule.
16912         * include/features.h (__FAVOR_BSD): Do not define.
16913         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
16914         features conflicting with POSIX.
16915         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
16916         (_BSD_SOURCE): Remove description of not being a subset of other
16917         feature test macros.
16918         * manual/job.texi (getpgrp): Do not document BSD version.
16919         (getpgid): Do not document by reference to BSD getpgrp.
16920         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
16921         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
16922         * signal/signal.h [__FAVOR_BSD]: Likewise.
16923         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
16924         instead of making contents conditional on [__FAVOR_BSD].
16925         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
16927 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16929         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16931 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16933         [BZ #16314]
16934         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
16935         values below 2**-450, not 2**-500.
16936         * math/auto-libm-test-in: Don't allow spurious underflow from
16937         hypot.
16938         * math/auto-libm-test-out: Regenerated.
16940         [BZ #16316]
16941         [BZ #16330]
16942         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
16943         values of ha and hb and sort them after adjusting subnormal
16944         arguments.
16945         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
16946         Likewise.
16947         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
16948         values of ea and eb and sort them after adjusting subnormal
16949         arguments.
16950         * math/auto-libm-test-in: Do not expect some hypot tests of
16951         subnormals to fail.  Add more hypot tests.
16952         * math/auto-libm-test-out: Regenerated.
16954 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16956         [BZ #13304]
16957         * sysdeps/sh/s_fma.c: New file.
16958         * sysdeps/sh/s_fmaf.c: New file.
16959         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
16960         version.
16961         * sysdeps/sh/Implies: Add sh/soft-fp.
16963 2013-12-16  Roland McGrath  <roland@hack.frob.com>
16965         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
16966         level of indirection to members `objname', `errstring', `malloced'.
16967         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
16968         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
16969         it as the __longjmp argument (just pass 1 instead).
16970         (_dl_catch_error): Initialize C with argument pointers and address of
16971         volatile local ERRCODE rather than copying values out of C at return.
16973 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
16975         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
16976         * math/auto-libm-test-out: Regenerated.
16977         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
16978         (hypot_test_data): Likewise.
16979         (pow_test_data): Likewise.
16980         (pow_tonearest_test_data): Likewise.
16981         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16982         mpfr_ff_f.
16983         (func_calc_desc): Add mpfr_ff_f union field.
16984         (FUNC_mpfr_ff_f): New macro.
16985         (test_functions): Add atan2, hypot and pow.
16986         (special_fill_min): New function.
16987         (special_fill_minus_min): Likewise.
16988         (special_fill_min_subnorm): Likewise.
16989         (special_fill_minus_min_subnorm): Likewise.
16990         (special_real_inputs): Add min, -min, min_subnorm and
16991         -min_subnorm.
16992         (calc_generic_results): Handle mpfr_ff_f.
16993         * sysdeps/i386/fpu/libm-test-ulps: Update.
16994         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16996 2013-12-16  Will Newton  <will.newton@linaro.org>
16998         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
16999         (Aligned Memory Blocks): Add documentation for aligned_alloc
17000         and suggest it as an alternative to posix_memalign.
17001         (Hooks for Malloc): Document __memalign_hook is also called
17002         for aligned_alloc.  (Summary of Malloc): Add summary for
17003         aligned alloc.  Document __memalign_hook is also called
17004         for aligned_alloc.
17006 2013-12-16  Will Newton  <will.newton@linaro.org>
17008         * manual/memory.texi (Malloc Examples): Clarify default
17009         alignment documentation.  Suggest posix_memalign rather
17010         than memalign or valloc.
17011         (Aligned Memory Blocks): Remove suggestion to use memalign
17012         or valloc.  Remove obsolete comment about BSD.
17013         Document memalign errno values and mark the function obsolete.
17014         Document posix_memalign returned error codes.  Mark valloc
17015         as obsolete.  (Hooks for Malloc): __memalign_hook is also
17016         called for posix_memalign and valloc.
17017         (Summary of Malloc): Add posix_memalign to function summary.
17018         __memalign_hook is also called for posix_memalign and valloc.
17020 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
17022         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
17023         TAYLOR_SIN.
17024         (__sin): Adjust.
17025         (__cos): Likewise.
17026         (sloww): Use mynumber union.  Expand ternary operator into
17027         if-else statements.
17028         (cslow): use mynumber union.
17030 2013-12-16  Allan McRae  <allan@archlinux.org>
17032         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
17033         * configure: Regenerated.
17035         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
17037         [BZ #14120]
17038         * configure.ac: Added --enable-maintainer-mode. Check for
17039         autoconf when enabled.
17040         * configure: Regenerated.
17042         * nscd/nscd.service: New file.
17043         * nscd/nscd.tmpfiles: New file.
17045 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
17047         [BZ #12100]
17048         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
17049         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
17050         * sysdeps/x86_64/multiarch/strstr.c: ... here.
17051         (strstr): Add __strstr_sse2_unaligned ifunc.
17052         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
17053         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
17054         (strcasestr): Remove __strcasestr_sse42 ifunc.
17055         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
17056         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
17057         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
17059 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17061         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
17062         * sysdeps/sh/bits/fenv.h: ... here.
17063         * sysdeps/sh/sh4/fpu/bits: Remove directory.
17065 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17067         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
17069         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
17070         hypotf multiarch implementations.
17071         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
17072         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
17073         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
17074         multiarch hypot for PPC64.
17075         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
17076         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
17077         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
17078         multiarch hypotf for PPC64.
17080         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
17081         modff multiarch implementations.
17082         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
17083         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
17084         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
17085         multiarch modf for PPC64.
17086         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
17087         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
17088         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
17089         multiarch modff for PPC64.
17091         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
17092         and logl multiarch implementations.
17093         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
17094         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
17095         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
17096         multiarch logb for PPC64.
17097         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
17098         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
17099         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
17100         multiarch logb for PPC64.
17101         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
17102         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
17103         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
17104         multiarch logb for PPC64.
17106         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
17107         isinff multiarch implementation.
17108         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
17109         file.
17110         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
17111         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
17112         multiarch isinf for PPC64.
17113         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
17114         file.
17115         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
17116         multiarch isinff for PPC64.
17118         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
17119         finitef multiarch implementation.
17120         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
17121         file.
17122         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
17123         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
17124         multiarch finite for PPC64.
17125         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
17126         file.
17127         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
17128         multiarch finitef for PPC64.
17130         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
17131         lrint multiarch implementation.
17132         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
17133         file.
17134         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
17135         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
17136         multiarch llrint for PPC64.
17137         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
17138         multiarch lrint for PPC64.
17140         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
17141         copysignf multiarch implementation.
17142         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
17143         file.
17144         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
17145         file.
17146         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
17147         multiarch copysign for PPC64.
17148         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
17149         multiarch copysignf for PPC64.
17151         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
17152         multiarch implementation.
17153         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
17154         file.
17155         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
17156         file.
17157         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
17158         file.
17159         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
17160         file.
17161         multiarch llround for PPC64.
17162         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
17163         multiarch trunc for PPC64.
17164         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
17165         multiarch truncf for PPC64.
17167         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
17168         multiarch implementation.
17169         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
17170         file.
17171         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
17172         file.
17173         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
17174         file.
17175         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
17176         file.
17177         multiarch llround for PPC64.
17178         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
17179         multiarch round for PPC64.
17180         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
17181         multiarch roundf for PPC64.
17183         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
17184         multiarch implementation.
17185         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
17186         file.
17187         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
17188         file.
17189         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
17190         file.
17191         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
17192         file.
17193         multiarch llround for PPC64.
17194         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
17195         multiarch floor for PPC64.
17196         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
17197         multiarch floorf for PPC64.
17199         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
17200         multiarch implementation.
17201         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
17202         file.
17203         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
17204         file.
17205         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
17206         file.
17207         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
17208         file.
17209         multiarch llround for PPC64.
17210         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
17211         multiarch ceil for PPC64.
17212         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
17213         multiarch ceilf for PPC64.
17215         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
17216         multiarch implementation.
17217         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
17218         file.
17219         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
17220         file.
17221         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
17222         file.
17223         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
17224         multiarch llround for PPC64.
17225         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
17226         multiarch lround for PPC64.
17228         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
17229         multiarch implementation.
17230         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
17231         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
17232         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
17233         file.
17234         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
17235         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
17236         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
17237         multiarch isnan for PPC64.
17238         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
17239         multiarch isnanf for PPC64.
17241         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
17242         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
17243         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
17244         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
17245         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
17246         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
17248         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
17249         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
17250         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
17251         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
17253         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
17254         multiarch implementations.
17255         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17256         (__libc_ifunc_impl_list): Likewise.
17257         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
17258         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
17259         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
17260         multiarch stpcpy for PPC64.
17262         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
17263         multiarch implementations.
17264         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17265         (__libc_ifunc_impl_list): Likewise.
17266         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
17267         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
17268         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
17269         multiarch strcpy for PPC64.
17271         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
17272         redefine function name.
17273         (_wordcopy_fwd_dest_aligned): Likewise.
17274         (_wordcopy_bwd_aligned): Likewise.
17275         (_wordcopy_bwd_dest_aligned): Likewise.
17276         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
17277         multiarch implementations.
17278         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17279         (__libc_ifunc_impl_list): Likewise.
17280         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
17281         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
17282         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
17283         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
17284         multiarch wcscpy for PPC64.
17286         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
17287         multiarch implementations.
17288         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17289         (__libc_ifunc_impl_list): Likewise.
17290         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
17291         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
17292         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
17293         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
17294         multiarch wcscpy for PPC64.
17296         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
17297         multiarch implementations.
17298         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17299         (__libc_ifunc_impl_list): Likewise.
17300         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
17301         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
17302         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
17303         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
17304         multiarch wcsrchr for PPC64.
17306         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
17307         multiarch implementations.
17308         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17309         (__libc_ifunc_impl_list): Likewise.
17310         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
17311         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
17312         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
17313         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
17314         multiarch wcschr for PPC64.
17316         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
17317         multiarch implementations.
17318         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17319         (__libc_ifunc_impl_list): Likewise.
17320         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
17321         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
17322         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
17323         multiarch strchrnul for PPC64.
17325         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
17326         implementations.
17327         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17328         (__libc_ifunc_impl_list): Likewise.
17329         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
17330         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
17331         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
17332         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
17333         strchr for PPC64.
17335         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
17336         implementations.
17337         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17338         (__libc_ifunc_impl_list): Likewise.
17339         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
17340         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
17341         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
17342         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
17343         strncmp for PPC64.
17345         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
17346         multiarch implementations.
17347         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17348         (__libc_ifunc_impl_list): Likewise.
17349         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
17350         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
17351         strncasecmp for PPC64.
17352         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
17353         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
17354         multiarch strncasecmp_l for PPC64.
17356         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
17357         multiarch implementations.
17358         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17359         (__libc_ifunc_impl_list): Likewise.
17360         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
17361         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
17362         multiarch strcasecmp for PPC64.
17363         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
17364         file.
17365         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
17366         multiarch strcasecmp_l for PPC64.
17368         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
17369         implementations.
17370         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17371         (__libc_ifunc_impl_list): Likewise.
17372         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
17373         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
17374         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
17375         strnlen for PPC64.
17377         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
17378         implementations.
17379         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17380         (__libc_ifunc_impl_list): Likewise.
17381         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
17382         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
17383         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
17384         strlen for PPC64.
17386         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
17387         implementations.
17388         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17389         (__libc_ifunc_impl_list): Likewise.
17390         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
17391         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
17392         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
17393         rawmemrchr for PPC64.
17395         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
17396         implementation.
17397         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17398         (__libc_ifunc_impl_list): Likewise.
17399         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
17400         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
17401         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
17402         memrchr for PPC64.
17404         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
17405         implementation.
17406         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17407         (__libc_ifunc_impl_list): Likewise.
17408         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
17409         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
17410         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
17411         memchr for PPC64.
17413         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
17414         implementation.
17415         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17416         (__libc_ifunc_impl_list): Likewise.
17417         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
17418         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
17419         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
17420         mempcpy for PPC64.
17422         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
17423         avoid cretion of __bzero symbol.
17424         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
17425         Likewise.
17426         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
17427         Likewise.
17428         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
17429         Likewise.
17430         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
17431         multiarch implementations.
17432         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17433         (__libc_ifunc_impl_list): Likewise.
17434         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
17435         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
17436         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
17437         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
17438         bzero for PPC32.
17439         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
17440         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
17441         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
17442         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
17443         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
17444         memset for PPC64.
17445         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
17447         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
17448         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
17449         implementations.
17450         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17451         (__libc_ifunc_impl_list): Likewise.
17452         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
17453         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
17454         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
17455         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
17456         memcmp for PPC64.
17458         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
17459         multiarch for POWER/PPC64.
17460         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
17461         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
17462         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
17463         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
17464         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
17465         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
17466         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
17467         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
17468         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
17469         memcpy for PPC64.
17471         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
17472         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
17473         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
17474         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
17475         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
17476         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
17477         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
17478         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
17479         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
17480         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
17481         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
17482         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
17483         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
17484         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
17485         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
17486         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
17487         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
17488         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
17489         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
17490         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
17491         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
17492         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
17494 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17496         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
17498 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
17500         * benchtests/Makefile (bench): Add exp2 and log2.
17501         (LDLIBS-bench-exp2): Add -lm.
17502         (LDLIBS-bench-log2): Likewise.
17503         * benchtests/exp2-inputs: New inputs file.
17504         * benchtests/log2-inputs: New inputs file.
17505         * benchtests/log-inputs: Add new inputs.
17506         * benchtests/tan-inputs: Likewise.
17508 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
17510         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
17511         definition...
17512         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
17513         (csloww2): ... from here.
17515         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
17516         instead of structures.
17517         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
17518         (POLYNOMIAL): Likewise.
17519         (TAYLOR_SLOW): Likewise.
17520         (__sin): Likewise.
17521         (__cos): Likewise.
17522         (slow1): Likewise.
17523         (slow2): Likewise.
17524         (sloww): Likewise.
17525         (sloww1); Likewise.
17526         (sloww2): Likewise.
17527         (bsloww1): Likewise.
17528         (bsloww2): Likewise.
17529         (cslow2): Likewise.
17530         (csloww): Likewise.
17531         (csloww1): Likewise.
17532         (csloww2): Likewise.
17534 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
17536         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
17537         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
17538         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
17539         * malloc/hooks.c (realloc_check): Likewise.
17541         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
17542         * malloc/arena.c: Remove PER_THREAD conditional.
17543         [!PER_THREAD]: Remove code.
17544         (ptmalloc_unlock_all2): Likewise.
17545         (ptmalloc_init): Likewise.
17546         (_int_new_arena): Likewise.
17547         (arena_get2): Likewise.
17548         * malloc/hooks.c (__malloc_get_state): Likewise.
17549         (__malloc_set_state): Likewise.
17550         * malloc/malloc.c: Likewise.
17551         (struct malloc_state): Likewise.
17552         (struct malloc_par): Likewise.
17553         (__libc_realloc): Likewise.
17554         (__libc_mallopt): Likewise.
17556 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17558         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
17560 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
17562         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
17563         macro to a function.  Check for zero perturb_byte.
17564         (_int_malloc, _int_free): Remove zero perturb_byte checks.
17566         * malloc/malloc.c: (force_reg): Remove.
17567         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
17568         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
17569         force_reg by atomic_forced_read.
17570         * malloc/arena.c (ptmalloc_init): Likewise.
17571         * malloc/hooks.c (top_check): Likewise.
17573 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17575         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17577 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
17579         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17581 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
17583         * math/auto-libm-test-in: Add tests of lgamma.
17584         * math/auto-libm-test-out: Regenerated.
17585         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
17586         (M_LOG_2_SQRT_PIl): Likewise.
17587         (lgamma_test_data): Use AUTO_TESTS_f_f1.
17588         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17589         mpfr_f_f1.
17590         (func_calc_desc): Add mpfr_f_f1 union field.
17591         (ARGS1): New macro.
17592         (ARGS2): Likewise.
17593         (ARGS3): Likewise.
17594         (ARGS4): Likewise.
17595         (RET1): Likewise.
17596         (RET2): Likewise.
17597         (CALC): Likewise.
17598         (FUNC): Likewise.
17599         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
17600         (test_functions): Add lgamma.
17601         (calc_generic_results): Handle mpfr_f_f1.
17602         * sysdeps/i386/fpu/libm-test-ulps: Update.
17603         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17605 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17607         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
17608         __mpn_add_n for PowerPC64/POWER7.
17609         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
17610         __mpn_sub_n for PowerPC64/POWER7.
17612         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
17613         __mpn_addmul_1 for PowerPC64.
17614         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
17615         __mpn_submul_1 for PowerPC64.
17616         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
17617         for PowerPC64.
17618         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
17619         for PowerPC64.
17621 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
17623         [BZ #15089]
17624         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
17626 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17628         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
17630         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
17631         add multiarch folders.
17632         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
17633         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
17634         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
17635         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
17636         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
17637         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
17638         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
17639         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
17640         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
17641         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
17642         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
17643         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
17644         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
17645         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
17646         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
17647         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
17648         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
17650         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17651         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
17652         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
17653         New file.
17654         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
17655         New file.
17656         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
17657         multiarch __ieee754_hypot for PowerPC32.
17658         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
17659         New file.
17660         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
17661         New file.
17662         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
17663         multiarch __ieee754_hypotf for PowerPC32.
17665         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
17666         long_double_symbol only if __logbl is defined.
17667         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
17668         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
17669         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
17670         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
17671         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
17672         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
17673         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
17674         path for implementation.
17675         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
17676         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
17677         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
17678         logb, and logbl multiarch implementations for PowerPC32.
17679         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
17680         file.
17681         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
17682         file.
17683         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
17684         multiarch logb for PowerPC32.
17685         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
17686         file.
17687         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
17688         file.
17689         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
17690         multiarch logbf for PowerPC32.
17691         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
17692         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
17693         file.
17694         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
17695         multiarch logbl implementation for PowerPC32.
17697         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
17698         and modff multiarch implementations.
17699         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
17700         New file.
17701         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
17702         New file.
17703         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
17704         multiarch modf for PowerPC32.
17705         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
17706         New file.
17707         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
17708         New file.
17709         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
17710         multiarch modff for PowerPC32.
17712         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
17713         and lrintf multiarch implementations.
17714         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
17715         New file.
17716         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
17717         New file.
17718         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
17719         multiarch lrint for PowerPC32.
17720         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
17721         file: multiarch lrintf for PowerPC32.
17723         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
17724         and lroundf multiarch implementations.
17725         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
17726         New file.
17727         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
17728         New file.
17729         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
17730         New file.
17731         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
17732         multiarch lround for PowerPC32.
17733         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
17734         file: multiarch lroundf for PowerPC32.
17736         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17737         copysign and copysignf multiarch implementations.
17738         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
17739         New file.
17740         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
17741         New file.
17742         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
17743         file: multiarch copysign for PowerPC32.
17744         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
17745         file: multiarch copysignf for PowerPC32.
17747         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
17748         and truncf multiarch implementations.
17749         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
17750         New file.
17751         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
17752         file.
17753         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
17754         multiarch trunc for PowerPC32.
17755         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
17756         New file.
17757         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
17758         New file.
17759         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
17760         multiarch truncf for PowerPC32.
17762         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
17763         and roundf multiarch implementations.
17764         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
17765         New file.
17766         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
17767         file.
17768         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
17769         multiarch round for PowerPC32.
17770         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
17771         New file.
17772         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
17773         New file.
17774         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
17775         multiarch roundf for PowerPC32.
17777         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
17778         and floorf multiarch implementations.
17779         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
17780         New file.
17781         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
17782         file.
17783         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
17784         multiarch floor for PowerPC32.
17785         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
17786         New file.
17787         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
17788         New file.
17789         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
17790         multiarch floorf for PowerPC32.
17792         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
17793         and ceilf multiarch implementations.
17794         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
17795         New file.
17796         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
17797         file.
17798         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
17799         multiarch ceil for PowerPC32.
17800         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
17801         New file.
17802         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
17803         file.
17804         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
17805         multiarch ceilf for PowerPC32.
17807         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
17808         is defined.
17809         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
17810         FINITEF is defined.
17811         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
17812         and finitef multiarch implementations.
17813         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
17814         New file.
17815         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
17816         file.
17817         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
17818         multiarch finite for PowerPC32.
17819         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
17820         New file.
17821         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
17822         file: multiarch finitef for PowerPC32.
17824         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
17825         and isinff multiarch implementations.
17826         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
17827         file.
17828         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
17829         file.
17830         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
17831         multiarch isinf for PowerPC32.
17832         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
17833         New file.
17834         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
17835         multiarch isinff for PowerPC32.
17837         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
17838         alias when __isnan is defined.
17839         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
17840         and isnanf multiarch implementations.
17841         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
17842         file.
17843         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
17844         file.
17845         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
17846         file.
17847         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
17848         file.
17849         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
17850         multiarch isnan for PowerPC32.
17851         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
17852         New file.
17853         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
17854         New file.
17855         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
17856         multiarch isnanf for PowerPC32.
17858         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
17859         and sqrtf multiarch implementations.
17860         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
17861         file.
17862         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
17863         file.
17864         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
17865         multiarch sqrt for PowerPC32.
17866         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
17867         file.
17868         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
17869         file.
17870         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
17871         multiarch sqrtf for PowerPC32.
17873         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
17874         and llroundf multiarch implementations.
17875         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
17876         New file.
17877         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
17878         New file.
17879         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
17880         New file.
17881         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
17882         file: multiarch llround for PowerPC32.
17883         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
17884         file: multiarch llroundf for PowerPC32.
17886         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
17887         multiarch PowerPC32 fpu implementations.
17888         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
17889         New file.
17890         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
17891         New file.
17892         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
17893         multiarch llrint for PowerPC32.
17894         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
17895         New file.
17896         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
17897         New file.
17898         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
17899         file.
17901         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
17903         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
17904         file.
17905         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
17906         file.
17907         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
17908         file.
17909         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
17910         multiarch wordcopy for PPC32.
17911         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
17912         wordcopy objects.
17913         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17914         (__libc_ifunc_impl_list): Likewise.
17915         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
17916         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
17917         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
17918         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
17919         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
17920         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
17922         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
17923         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
17924         file.
17925         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
17926         file.
17927         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
17928         file.
17929         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
17930         multiarch wcscpy for PPC32.
17931         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
17932         multiarch objects.
17933         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17934         (__libc_ifunc_impl_list): Likewise.
17935         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
17936         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
17937         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
17938         sysdeps/powerpc/power6/wcscpy.c.
17940         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
17941         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
17942         file.
17943         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
17944         file.
17945         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
17946         file.
17947         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
17948         multiarch wcsrchr for PPC32.
17949         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
17950         multiarch objects.
17951         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17952         (__libc_ifunc_impl_list): Likewise.
17953         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
17954         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
17955         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
17956         sysdeps/powerpc/power6/wcsrchr.c.
17958         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
17959         file.
17960         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
17961         file.
17962         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
17963         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
17964         multiarch wcschr for PPc32.
17965         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
17966         multiarch objects.
17967         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17968         (__libc_ifunc_impl_list): Likewise.
17969         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
17970         * sysdeps/powerpc/power6/wcschr.c: ... to here.
17971         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
17972         sysdeps/powerpc/power6/wcschr.c.
17974         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
17975         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
17976         file.
17977         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
17978         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
17979         file: multiarch strchr for PPC32.
17980         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
17981         multiarch objects.
17982         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17983         (__libc_ifunc_impl_list): Likewise.
17985         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
17986         name.
17987         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
17988         file.
17989         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
17990         file.
17991         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
17992         multiarch strchrnul for PPC32.
17993         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
17994         multiarch objects.
17995         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17996         (__libc_ifunc_impl_list): Likewise.
17998         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
17999         file.
18000         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
18001         multiarch strncasecmp for PPC32.
18002         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
18003         file.
18004         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
18005         multiarch strncasecmp_l for PPC32.
18006         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
18007         strncasecmp multiarch objects.
18008         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18009         (__libc_ifunc_impl_list): Likewise.
18011         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
18012         file.
18013         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
18014         multiarch strncasecmp for PPC32.
18015         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
18016         New file.
18017         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
18018         multiarch strcasecmp_l for PPC32.
18019         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
18020         multiarch objects.
18021         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18022         (__libc_ifunc_impl_list): Likewise.
18024         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
18025         file.
18026         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
18027         file.
18028         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
18029         multiarch strncmp for PPC32.
18030         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
18031         multiarch objects.
18032         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18033         (__libc_ifunc_impl_list): Likewise.
18035         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
18036         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
18037         file.
18038         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
18039         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
18040         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
18041         multiarch objects.
18042         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18043         (__libc_ifunc_impl_list): Likewise.
18045         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
18046         file.
18047         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
18048         file.
18049         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
18050         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
18051         multiarch objects.
18052         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18053         (__libc_ifunc_impl_list): Likewise.
18055         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
18056         file.
18057         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
18058         file.
18059         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
18060         multiarch rawmemchr for PPC32.
18061         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
18062         multiarch objects.
18063         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18064         (__libc_ifunc_impl_list): Likewise.
18066         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
18067         file.
18068         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
18069         file.
18070         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
18071         file: memrchr multiarch for PPC32.
18072         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
18073         multiarch objects.
18074         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18075         (__libc_ifunc_impl_list): Likewise.
18077         * string/memchr.c (__memchr): Using macro to redefine symbol name.
18078         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
18079         file.
18080         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
18081         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
18082         multiarch memchr for PPC32.
18083         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
18084         multiarch objects.
18085         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18086         (__libc_ifunc_impl_list): Likewise.
18088         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
18089         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
18090         file.
18091         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
18092         file.
18093         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
18094         file: multiarch mempcpy for PPC32.
18095         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
18096         multiarch objects.
18097         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18098         (__libc_ifunc_impl_list): Likewise.
18100         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
18101         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
18102         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
18103         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
18104         multiarch bzero for PPC32.
18105         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
18106         file.
18107         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
18108         file.
18109         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
18110         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
18111         file: multiarch memset for PPC32.
18112         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
18113         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
18114         memset multiarch objects.
18115         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18116         (__libc_ifunc_impl_list): Likewise.
18118         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
18119         file.
18120         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
18121         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
18122         memcmp for PPC32.
18123         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
18124         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
18125         multiarch objects.
18126         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18127         (__libc_ifunc_impl_list): Likewise.
18129         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
18130         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
18131         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
18132         file.
18133         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
18134         file.
18135         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
18136         file.
18137         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
18138         multiarch memcpy for PPC32.
18139         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
18140         multiarch objects.
18141         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18142         (__libc_ifunc_impl_list): Likewise.
18144         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
18145         support multiarch for POWER/PPC32.
18146         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
18147         Likewise.
18148         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
18149         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
18150         Implies file to make multiarch folder appers before the fpu and
18151         default folder for power4 configuration.
18153 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
18155         * scripts/bench.pl: Append volatile keyword to type.
18157 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18159         * sysdeps/sh/sotruss-lib.c: New file.
18160         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
18162 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18164         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18166 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
18168         [BZ #6810]
18169         * math/w_tgamma.c: Include <errno.h>.
18170         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
18171         * math/w_tgammaf.c: Include <errno.h>.
18172         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
18173         * math/w_tgammal.c: Include <errno.h>.
18174         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
18175         * math/auto-libm-test-in: Do not allow missing errno on tgamma
18176         underflow.  Add more tgamma tests.
18177         * math/auto-libm-test-out: Regenerated.
18178         * sysdeps/i386/fpu/libm-test-ulps: Update.
18179         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18181         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
18182         sin, sinh, tan, tanh, tgamma, y0 and y1.
18183         * math/auto-libm-test-out: Regenerated.
18184         * math/libm-test.inc (TEST_COND_x86_64): New macro.
18185         (TEST_COND_x86): Likewise.
18186         (M_E2l): Remove macro.
18187         (M_E3l): Likewise.
18188         (M_2_SQRT_PIl): Likewise.
18189         (M_SQRT_PIl): Likewise.
18190         (M_1_DIV_El): Likewise.
18191         (log_test_data): Use AUTO_TESTS_f_f.
18192         (log10_test_data): Likewise.
18193         (log1p_test_data): Likewise.
18194         (log2_test_data): Likewise.
18195         (sin_test_data): Likewise.
18196         (sin_tonearest_test_data): Likewise.
18197         (sin_towardzero_test_data): Likewise.
18198         (sin_downward_test_data): Likewise.
18199         (sin_upward_test_data): Likewise.
18200         (sinh_test_data): Likewise.
18201         (sinh_tonearest_test_data): Likewise.
18202         (sinh_towardzero_test_data): Likewise.
18203         (sinh_downward_test_data): Likewise.
18204         (sinh_upward_test_data): Likewise.
18205         (tan_test_data): Likewise.
18206         (tan_tonearest_test_data): Likewise.
18207         (tan_towardzero_test_data): Likewise.
18208         (tan_downward_test_data): Likewise.
18209         (tan_upward_test_data): Likewise.
18210         (tanh_test_data): Likewise.
18211         (tgamma_test_data): Likewise.
18212         (y0_test_data): Likewise.
18213         (y1_test_data): Likewise.
18214         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
18215         (special_real_inputs): Add pi/4.
18216         * sysdeps/i386/fpu/libm-test-ulps: Update.
18217         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18219 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18221         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
18222         "longjmp_target" static probes.
18223         (__longjmp): Rename to __longjmp_symbol.
18224         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
18225         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
18226         on which longjmp to generate.
18227         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
18228         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
18229         probe.
18230         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18231         (__sigjmp_save): Rename to __sigjmp_save_symbol.
18232         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
18233         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
18234         and __sigjmp_save_symbol based on which sigsetjmp to generated.
18235         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
18236         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
18237         __longjmp_symbol based on which __longjmp to generate.
18238         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
18239         probe.
18240         (setjmp): Rename to setjmp_symbol.
18241         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18242         (_setjmp): Rename to _setjmp_symbol.
18243         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18244         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
18245         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
18246         which setjmp to generate.
18247         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
18248         "longjmp_target" static probes.
18250 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
18252         * benchtests/README: Add note about output arguments.
18253         * benchtests/bench-sincos.c: Remove file.
18254         * benchtests/sincos-inputs: New file.
18255         * scripts/bench.pl: Identify output arguments and define
18256         static variables for them.
18258         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
18260         [BZ #15941]
18261         * Makefile (INSTALL): Add install-plain.texi as the primary
18262         dependency.
18263         * manual/install-plain.texi: New file.
18264         * manual/install.texi: Include node directive only for
18265         non-plaintext output.
18267 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
18269         * stdlib/longlong.h: Update from GCC.
18271         [BZ #6807]
18272         [BZ #15901]
18273         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
18274         * math/w_j0f.c (y0f): Likewise.
18275         * math/w_j0l.c (__y0l): Likewise.
18276         * math/w_j1.c (y1): Likewise.
18277         * math/w_j1f.c (y1f): Likewise.
18278         * math/w_j1l.c (__y1l): Likewise
18279         * math/w_jn.c (yn): Likewise.
18280         * math/w_jnf.c (ynf): Likewise.
18281         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
18282         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
18283         value for Bessel function domain errors outside _SVID_ mode.
18284         Adjust sign of return value for yn (negative integer, 0).
18285         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
18286         by zero in return for negative x and set sign appropriately for
18287         negative n.
18288         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
18289         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
18290         * math/libm-test.inc (y0_test_data): Add more tests and adjust
18291         expectations in error cases.
18292         (y1_test_data): Likewise.
18293         (yn_test_data): Likewise.
18294         * sysdeps/i386/fpu/libm-test-ulps: Update.
18295         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18297 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18299         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
18300         "64" to "64-v1".  Add "64-v2".
18301         (abi-64-options): Rename to ...
18302         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
18303         (abi-64-condition): Rename to ...
18304         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
18305         (abi-64-ld-soname): Rename to ...
18306         (abi-64-v1-ld-soname): ... this.
18307         (abi-64-v2-options): Define.
18308         (abi-64-v2-condition): Likewise.
18309         (abi-64-v2-ld-soname): Likewise.
18310         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
18311         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
18312         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
18313         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
18314         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
18316 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18317             Alan Modra  <amodra@gmail.com>
18319         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
18320         New versions for use with the ELFv2 ABI.
18321         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
18322         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
18323         declaration.
18324         (struct La_ppc64v2_retval): Likewise.
18325         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
18326         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
18327         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
18328         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
18329         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
18330         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
18331         Do not save or restore CR.
18332         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
18333         (_dl_profile_resolve): Do no save or restore CR.  Support extended
18334         return values for ELFv2 ABI.  Fix location of FPR return registers.
18335         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
18336         updated values for _CALL_ELF == 2.
18337         (La_regs, La_retval, int_retval): Likewise.
18339 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18341         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
18342         (FRAME_MIN_SIZE_PARM): Likewise.
18343         (FRAME_BACKCHAIN): Likewise.
18344         (FRAME_CR_SAVE): Likewise.
18345         (FRAME_LR_SAVE): Likewise.
18346         (FRAME_TOC_SAVE): Likewise.
18347         (FRAME_PARM_SAVE): Likewise.
18348         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
18349         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
18350         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
18351         (call_mcount_parm_offset): New macro.
18352         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
18353         (PROF): Use symbolic stack frame offsets.
18354         (TAIL_CALL_SYSCALL_ERROR): Likewise.
18355         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
18356         Redefine in terms of FRAME_MIN_SIZE.
18357         (_dl_runtime_resolve): Use symbolic stack frame offsets.
18358         (_dl_profile_resolve): Likewise.  Update comment.
18359         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
18360         symbols stack frame offsets.
18361         (__sigsetjmp): Likewise.
18362         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
18363         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
18364         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
18365         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
18367         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
18368         (FRAME_BACKCHAIN): Remove.
18369         (FRAME_CR_SAVE): Likewise.
18370         (FRAME_LR_SAVE): Likewise.
18371         (FRAME_COMPILER_DW): Likewise.
18372         (FRAME_LINKER_DW): Likewise.
18373         (FRAME_TOC_SAVE): Likewise.
18374         (FRAME_PARM_SAVE): Likewise.
18375         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
18376         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
18377         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
18378         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
18379         (CHECK_SP): Use symbolic stack frame offsets.
18380         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
18381         zone" instead of caller's parameter save area for temp storage.
18382         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
18383         Likewise.  Also, use symbolic stack frame offsets.
18384         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
18385         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
18386         our own stack frame instead of the caller's.
18387         (__socket): Use symbolic stack frame offsets.
18389 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18390             Alan Modra  <amodra@gmail.com>
18392         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
18393         Define.
18394         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
18395         (PPC64_LOCAL_ENTRY_OFFSET): Define.
18396         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
18397         New function.
18398         (elf_machine_fixup_plt): Call it.
18399         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
18400         reloc arguments.
18401         (elf_machine_rela): Update call to elf_machine_plt_conflict.
18402         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18403         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
18404         r2 before calling target.
18406 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18407             Alan Modra  <amodra@gmail.com>
18409         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
18410         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
18411         versions of macros to support ELFv2 ABI.
18412         (LOCALENTRY): New macro.
18413         (ENTRY, EALIGN): Use it.
18414         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
18415         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
18416         fall through into ENTRY entry point.
18417         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
18418         Only define if _CALL_ELF != 2.
18420         (elf_machine_matches_host): Verify ABI version matches.
18421         (RTLD_START): Use LOCALENTRY.
18422         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
18423         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
18424         (PLT_ENTRY_WORDS): New macro.
18425         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
18426         (elf_machine_runtime_setup): Support ELFv2 ABI.
18427         (elf_machine_fixup_plt): Likewise.
18428         (elf_machine_plt_conflict): Likewise.
18429         (resolve_ifunc): Likewise.
18430         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
18431         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
18432         Likewise.
18433         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
18434         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
18435         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18436         (makecontext): Support ELFv2 ABI.
18437         * elf/elf.h (EF_PPC64_ABI): Define.
18439 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18441         * sysdeps/powerpc/powerpc64/sysdep.h
18442         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
18443         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
18444         (ENTRY) [ASSEMBLER]: ... but instead here ...
18445         (EALIGN) [ASSEMBLER]: ... and here.
18446         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
18447         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
18448         (ENTRY_2) [!ASSEMBLER]: Use it.
18449         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
18450         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
18451         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18452         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
18453         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
18454         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
18455         Use PPC64_LOAD_FUNCPTR.
18457         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
18459 2013-12-04  Alan Modra  <amodra@gmail.com>
18461         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
18462         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
18463         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
18464         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
18466         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
18467         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
18468         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
18469         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
18470         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
18471         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
18473 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18475         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18476         (__makecontext): Fix incorrect CFI when backtracing out of
18477         context created via makecontext.
18478         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
18479         (__setcontext): Fix incorrect CFI during switch to new context.
18480         (__novec_setcontext): Likewise.
18482 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18484         [BZ #4772]
18485         * time/strptime_l.c (__strptime_internal): Allow modifiers
18486         in strptime.
18487         * time/tst-strptime.c (day_tests): Add testcase.
18489 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
18491         * scripts/bench.pl: Skip over blank lines.
18493 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18495         [BZ #926]
18496         * manual/time.texi (Calendar Time): Clarify what timezone functions
18497         use.
18499 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18501         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18503 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18505         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
18506         implementation.
18507         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
18508         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
18509         * debug/memset_chk.c (__memset_chk): Likewise.
18510         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
18511         * debug/strncpy_chk.c: Likewise.
18513 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18515         [BZ #15268]
18516         [BZ #15425]
18517         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
18518         (__ieee754_exp): For possibly underflowing results, check size of
18519         result and force underflow exception if required.
18520         * math/auto-libm-test-in: Add more tests of exp.
18521         * math/auto-libm-test-out: Regenerated.
18522         * sysdeps/i386/fpu/libm-test-ulps: Update.
18523         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18525         [BZ #16283]
18526         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
18527         * math/w_exp2f.c (__exp2f): Likewise.
18528         * math/w_exp2l.c (__exp2l): Likewise.
18529         * math/auto-libm-test-in: Do not allow missing errno on exp2
18530         underflow.
18531         * math/auto-libm-test-out: Regenerated.
18533 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
18535         [BZ #16274]
18536         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
18537         handle filename validation.
18538         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
18539         (do_open): Delete.
18541 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18543         [BZ #6786]
18544         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
18545         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
18546         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
18547         <float.h>.
18548         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
18549         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
18550         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18551         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
18552         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18553         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
18554         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18555         * math/auto-libm-test-in: Don't allow missing errno from erfc.
18556         Add more erfc tests.
18557         * math/auto-libm-test-out: Regenerated.
18558         * sysdeps/i386/fpu/libm-test-ulps: Update.
18559         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18561         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
18562         exp2, expm1, j0 and j1.
18563         * math/auto-libm-test-out: Regenerated.
18564         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
18565         (erfc_test_data): Likewise.
18566         (exp_test_data): Likewise.
18567         (exp_tonearest_test_data): Likewise.
18568         (exp_towardzero_test_data): Likewise.
18569         (exp_downward_test_data): Likewise.
18570         (exp_upward_test_data): Likewise.
18571         (exp10_test_data): Likewise.
18572         (exp2_test_data): Likewise.
18573         (expm1_test_data): Likewise.
18574         (j0_test_data): Likewise.
18575         (j1_test_data): Likewise.
18576         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
18577         (input_flag_type): Add flag_xfail_rounding.
18578         (input_flags): Add xfail-rounding.
18579         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
18580         (output_for_one_input_case): Handle flag_xfail_rounding.
18581         * sysdeps/i386/fpu/libm-test-ulps: Update.
18582         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18584 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
18586         [BZ #16289]
18587         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
18588         division by 0.
18590 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
18592         [BZ #16195]
18593         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
18594         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
18595         (STAP_PROBE0): New macro.
18596         (STAP_PROBE1): Likewise.
18597         (STAP_PROBE2): Likewise.
18598         (STAP_PROBE3): Likewise.
18599         (STAP_PROBE4): Likewise.
18601 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
18603         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
18605 2013-12-02  Steve Ellcey  <sellcey@mips.com>
18607         * benchtests/Makefile (bench): Add sqrt.
18608         (LDLIBS-bench-sqrt): New.
18609         * benchtests/sqrt-input: New.
18611 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
18613         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
18614         (GAIH_EAI): Likewise.
18615         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
18616         (gaih_inet): Likewise.
18617         (getaddrinfo): Don't use GAIH_EAI.
18619         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
18620         (struct gaih): Remove definition.
18622 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
18624         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
18625         Use HERRNOP directly.
18627 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18629         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18631 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
18633         * math/gen-auto-libm-tests.c (test_functions): Add more
18634         single-argument functions.
18635         (special_fill_pi_2): New function.
18636         (special_fill_minus_pi_2): Likewise.
18637         (special_fill_pi_6): Likewise.
18638         (special_fill_minus_pi_6): Likewise.
18639         (special_fill_pi_3): Likewise.
18640         (special_fill_2pi_3): Likewise.
18641         (special_fill_e): Likewise.
18642         (special_fill_1_e): Likewise.
18643         (special_fill_e_minus_1): Likewise.
18644         (special_real_inputs): Add more special inputs.
18645         (output_for_one_input_case): Do not require ERANGE on underflow to
18646         zero if round-to-nearest result does not underflow to zero, unless
18647         exact results required.
18648         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
18649         atan, atanh, cbrt, cos and cosh.
18650         * math/auto-libm-test-out: Regenerated.
18651         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
18652         (acos_tonearest_test_data): Likewise.
18653         (acos_towardzero_test_data): Likewise.
18654         (acos_downward_test_data): Likewise.
18655         (acos_upward_test_data): Likewise.
18656         (acosh_test_data): Likewise.
18657         (asin_test_data): Likewise.
18658         (asin_tonearest_test_data): Likewise.
18659         (asin_towardzero_test_data): Likewise.
18660         (asin_upward_test_data): Likewise.
18661         (asinh_test_data): Likewise.
18662         (atan_test_data): Likewise.
18663         (atanh_test_data): Likewise.
18664         (cbrt_test_data): Likewise.
18665         (cos_test_data): Likewise.
18666         (cos_tonearest_test_data): Likewise.
18667         (cos_towardzero_test_data): Likewise.
18668         (cos_downward_test_data): Likewise.
18669         (cos_upward_test_data): Likewise.
18670         (cosh_test_data): Likewise.
18671         (cosh_tonearest_test_data): Likewise.
18672         (cosh_towardzero_test_data): Likewise.
18673         (cosh_downward_test_data): Likewise.
18674         (cosh_upward_test_data): Likewise.
18675         * sysdeps/i386/fpu/libm-test-ulps: Update.
18676         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18678 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
18680         [BZ #6787]
18681         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
18682         * math/w_exp10f.c (__exp10f): Likewise.
18683         * math/w_exp10l.c (__exp10l): Likewise.
18684         * math/libm-test.inc (exp10_test_data): Add more tests and expect
18685         errno settings in existing tests.
18687         [BZ #14032]
18688         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
18689         precision control set to double precision.
18690         * sysdeps/i386/fpu/w_sqrt.c: New file.
18691         * math/auto-libm-test-in: Add more tests.
18692         * math/auto-libm-test-out: Update.
18694         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
18695         (sqrt_test_tonearest): New function.
18696         (sqrt_towardzero_test_data): New variable.
18697         (sqrt_test_towardzero): New function.
18698         (sqrt_downward_test_data): New variable.
18699         (sqrt_test_downward): New function.
18700         (sqrt_upward_test_data): New variable.
18701         (sqrt_test_upward): New function.
18702         (main): Call the new functions.
18704         * math/gen-auto-libm-tests.c: New file.
18705         * math/auto-libm-test-in: Likewise.
18706         * math/auto-libm-test-out: New generated file.
18707         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
18708         variables.
18709         (%beautify): Add generated representations of zero.
18710         (top level): Set $auto_input and call parse_auto_input.
18711         (beautify): Remove trailing "f" from hex float constants.
18712         (parse_args): Handle XFAIL_TEST.
18713         (convert_condition): New function.
18714         (or_value): Likewise.
18715         (or_cond_value): Likewise.
18716         (generate_testfile): Handle AUTO_TESTS_* lines.
18717         (parse_auto_input): New function.
18718         * math/libm-test.inc (XFAIL_TEST): New macro.
18719         (ERRNO_UNCHANGED): Update value.
18720         (ERRNO_EDOM): Likewise.
18721         (ERRNO_ERANGE): Likewise.
18722         (IGNORE_RESULT): Likewise.
18723         (TEST_COND_flt_32): New macro.
18724         (TEST_COND_dbl_64): Likewise.
18725         (TEST_COND_ldbl_96_intel): Likewise.
18726         (TEST_COND_ldbl_96_m68k): Likewise.
18727         (TEST_COND_ldbl_128): Likewise.
18728         (TEST_COND_ldbl_128ibm): Likewise.
18729         (TEST_COND_long32): Likewise.
18730         (TEST_COND_long64): Likewise.
18731         (TEST_COND_before_rounding): Likewise.
18732         (TEST_COND_after_rounding): Likewise.
18733         (enable_test): Handle XFAIL_TEST flag.
18734         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
18735         with finite results.
18736         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
18737         auto-libm-test-out.
18739 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
18740             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18742         [BZ #16214]
18743         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
18744         __tls_get_addr_internal instead of __tls_get_offset in order to
18745         avoid GOT pointer dependency.  Make rtld export
18746         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
18747         __tls_get_addr since we are a __tls_get_offset platform.
18748         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
18749         GOT pointer being set up before.
18750         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
18752 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
18754         * manual/math.texi (Errors in Math Functions): Document accuracy
18755         goals.
18757         [BZ #15004]
18758         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
18759         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
18760         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
18761         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
18762         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
18763         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
18764         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
18765         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
18766         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
18767         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
18768         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
18769         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
18770         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
18771         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
18772         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
18773         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
18775         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
18776         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
18777         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
18778         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
18779         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
18780         Likewise.
18781         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
18782         Likewise.
18783         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
18784         Likewise.
18785         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
18786         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
18787         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
18788         atomic-feupdateenv and flt-rounds.
18789         * sysdeps/powerpc/nofpu/Versions (libc): Add
18790         __atomic_feholdexcept, __atomic_feclearexcept,
18791         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
18792         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
18793         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
18794         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
18795         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
18796         here.
18797         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
18798         Update.
18800         * manual/arith.texi (FP Exceptions): Document that exceptions may
18801         not be raised when matherr is used.
18802         (Math Error Reporting): Document overflow in directed rounding
18803         modes.  Document that errno may not be set when finite values are
18804         returned on overflow.  Document intent to set errno on underflow
18805         only for underflow to zero.
18807         [BZ #16271]
18808         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
18809         round-to-nearest then adjust result for other rounding modes.
18810         * include/fenv.h (fegetround): Use libm_hidden_proto.
18811         * math/fegetround.c (fegetround): Use libm_hidden_def.
18812         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
18813         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
18814         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
18815         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
18816         Likewise.
18817         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
18818         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
18819         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
18820         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
18822 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
18824         [BZ #16077]
18825         * nss/Versions (libnss_files): Add
18826         _nss_files_gethostbyname3_r.
18827         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
18828         New function.
18829         (HOST_DB_LOOKUP): Remove macro.
18830         (_nss_files_gethostbyname_r): Implement function without the
18831         HOST_DB_LOOKUP macro.
18832         (_nss_files_gethostbyname2_r): Likewise.
18834 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
18836         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
18838 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
18840         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
18841         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
18842         warning.
18844 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18846         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
18847         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
18848         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
18849         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
18850         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
18851         __fe_nomask_env_priv and attribute_hidden.
18852         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
18853         (libc_feupdateenv_test_ppc): Likewise.
18854         (libc_feresetround_ppc): Likewise.
18855         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
18856         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
18857         compat_symbol macro.
18858         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
18859         (__fe_nomask_env): Likewise.
18860         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
18862 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18864         * string/Makefile: Remove ifunc tests.
18865         * string/test-string.h: Define TEST_IFUNC.
18866         * string/test-bcopy-ifunc.c: Remove.
18867         * string/test-bzero-ifunc.c: Likewise.
18868         * string/test-memccpy-ifunc.c: Likewise.
18869         * string/test-memchr-ifunc.c: Likewise.
18870         * string/test-memcmp-ifunc.c: Likewise.
18871         * string/test-memcpy-ifunc.c: Likewise.
18872         * string/test-memmem-ifunc.c: Likewise.
18873         * string/test-memmove-ifunc.c: Likewise.
18874         * string/test-mempcpy-ifunc.c: Likewise.
18875         * string/test-memrchr-ifunc.c: Likewise.
18876         * string/test-memset-ifunc.c: Likewise.
18877         * string/test-rawmemchr-ifunc.c: Likewise.
18878         * string/test-stpcpy-ifunc.c: Likewise.
18879         * string/test-stpncpy-ifunc.c: Likewise.
18880         * string/test-strcasecmp-ifunc.c: Likewise.
18881         * string/test-strcasestr-ifunc.c: Likewise.
18882         * string/test-strcat-ifunc.c: Likewise.
18883         * string/test-strchr-ifunc.c: Likewise.
18884         * string/test-strchrnul-ifunc.c: Likewise.
18885         * string/test-strcmp-ifunc.c: Likewise.
18886         * string/test-strcpy-ifunc.c: Likewise.
18887         * string/test-strcspn-ifunc.c: Likewise.
18888         * string/test-strlen-ifunc.c: Likewise.
18889         * string/test-strncasecmp-ifunc.c: Likewise.
18890         * string/test-strncat-ifunc.c: Likewise.
18891         * string/test-strncmp-ifunc.c: Likewise.
18892         * string/test-strncpy-ifunc.c: Likewise.
18893         * string/test-strnlen-ifunc.c: Likewise.
18894         * string/test-strpbrk-ifunc.c: Likewise.
18895         * string/test-strrchr-ifunc.c: Likewise.
18896         * string/test-strspn-ifunc.c: Likewise.
18897         * string/test-strstr-ifunc.c: Likewise.
18899 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18901         * benchtests/Makefile: Remove ifunc tests.
18902         * benchtests/bench-string.h: Define TEST_IFUNC.
18903         * benchtests/bench-bcopy-ifunc.c: Remove.
18904         * benchtests/bench-bzero-ifunc.c: Likewise.
18905         * benchtests/bench-memccpy-ifunc.c: Likewise.
18906         * benchtests/bench-memchr-ifunc.c: Likewise.
18907         * benchtests/bench-memcmp-ifunc.c: Likewise.
18908         * benchtests/bench-memcpy-ifunc.c: Likewise.
18909         * benchtests/bench-memmem-ifunc.c: Likewise.
18910         * benchtests/bench-memmove-ifunc.c: Likewise.
18911         * benchtests/bench-mempcpy-ifunc.c: Likewise.
18912         * benchtests/bench-memrchr-ifunc.c: Likewise.
18913         * benchtests/bench-memset-ifunc.c: Likewise.
18914         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
18915         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
18916         * benchtests/bench-stpcpy-ifunc.c: Likewise.
18917         * benchtests/bench-stpncpy-ifunc.c: Likewise.
18918         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
18919         * benchtests/bench-strcasestr-ifunc.c: Likewise.
18920         * benchtests/bench-strcat-ifunc.c: Likewise.
18921         * benchtests/bench-strchr-ifunc.c: Likewise.
18922         * benchtests/bench-strchrnul-ifunc.c: Likewise.
18923         * benchtests/bench-strcmp-ifunc.c: Likewise.
18924         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
18925         * benchtests/bench-strcpy-ifunc.c: Likewise.
18926         * benchtests/bench-strcspn-ifunc.c: Likewise.
18927         * benchtests/bench-strlen-ifunc.c: Likewise.
18928         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
18929         * benchtests/bench-strncat-ifunc.c: Likewise.
18930         * benchtests/bench-strncmp-ifunc.c: Likewise.
18931         * benchtests/bench-strncpy-ifunc.c: Likewise.
18932         * benchtests/bench-strnlen-ifunc.c: Likewise.
18933         * benchtests/bench-strpbrk-ifunc.c: Likewise.
18934         * benchtests/bench-strrchr-ifunc.c: Likewise.
18935         * benchtests/bench-strsep-ifunc.c: Likewise.
18936         * benchtests/bench-strspn-ifunc.c: Likewise.
18937         * benchtests/bench-strstr-ifunc.c: Likewise.
18939 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18941         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
18943 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18945         * resolv/netdb.h: Use __glibc_reserved instead __unused.
18946         * rt/aio.h: Likewise.
18947         * sysdeps/gnu/bits/utmp.h: Likewise.
18948         * sysdeps/gnu/bits/utmpx.h: Likewise.
18949         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
18950         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
18951         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
18952         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
18953         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
18954         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
18955         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
18956         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
18957         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
18958         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
18959         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
18960         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
18961         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
18962         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
18963         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
18964         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
18965         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
18966         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
18967         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
18968         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
18969         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
18970         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
18971         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
18972         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
18973         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
18974         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
18975         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
18976         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
18977         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
18978         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
18979         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
18980         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
18981         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
18982         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
18983         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
18984         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
18985         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
18986         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
18987         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
18988         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
18989         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
18990         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
18992 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
18994         [BZ #16245]
18995         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
18996         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
18998 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
19000         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
19001         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
19002         Likewise.
19004 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19006         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
19007         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
19008         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
19009         (__fesetround): Remove define.
19010         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
19011         rounding and exceptions handling.
19012         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
19013         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
19014         (__fe_nomask_env): Likewise.
19015         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
19016         __fegetround instead of fegetround.
19017         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
19018         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
19020 2013-11-21  Roland McGrath  <roland@hack.frob.com>
19022         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
19023         it's there.
19025         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
19027 2013-11-21  Meador Inge  <meadori@codesourcery.com>
19029         [BZ #11157]
19030         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
19031         (encrypt_r): Likewise.
19032         * malloc/obstack.h (obstack_free): Likewise.
19033         * posix/unistd.h (encrypt): Likewise.
19035 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
19037         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
19038         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
19039         DL_CALL_DT_FINI() that call the functions directly.
19040         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
19041         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
19042         * elf/dl-fini.c: Likewise.
19044 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
19046         * malloc/hooks.c (memalign_check): Add alignment rounding.
19047         * malloc/malloc.c (_mid_memalign): New function.
19048         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
19049         Implement by calling _mid_memalign.
19050         * manual/probes.texi (Memory Allocation Probes): Remove
19051         memory_valloc_retry and memory_pvalloc_retry.
19053 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
19055         * locale/programs/locarchive.c (open_archive): Add const
19056         qualifier to ARCHIVEFNAME and copy default fname to
19057         DEFAULT_FNAME.
19059         [BZ #15601]
19060         * libio/tst-widetext.input: Rename Oriya to Odia.
19061         * locale/iso-639.def: Likewise.
19063         * manual/probes.texi (Mathematical Function Probes): Add
19064         documentation for sin, cos, asin and acos probes.
19065         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
19066         (__sin32): Add slowasin probe.
19067         (__cos32): Add slowacos probe.
19068         (__mpsin): Add slowsin probe.
19069         (__mpcos): Add slowcos probe.
19071 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
19073         [BZ #15483]
19074         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
19075         thread-local __sim_exceptions_thread and global
19076         __sim_exceptions_global.
19077         (__sim_disabled_exceptions): Change to thread-local
19078         __sim_disabled_exceptions_thread and global
19079         __sim_disabled_exceptions_global.
19080         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
19081         and global __sim_round_mode_global.
19082         (__simulate_exceptions): Use thread-local floating-point state and
19083         set global state from it as needed.
19084         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
19085         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
19086         __sim_round_mode_thread.
19087         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
19088         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
19089         and global __sim_exceptions_global.
19090         (__sim_disabled_exceptions): Change to thread-local
19091         __sim_disabled_exceptions_thread and global
19092         __sim_disabled_exceptions_global.
19093         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
19094         and global __sim_round_mode_global.
19095         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
19096         (SIM_SET_GLOBAL): Likewise.
19097         * sysdeps/powerpc/soft-fp/sfp-machine.h
19098         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
19099         __sim_round_mode_thread.
19100         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
19101         __sim_disabled_exceptions_thread.
19102         (__sim_exceptions): Change to __sim_exceptions_thread.
19103         (__sim_disabled_exceptions): Change to
19104         __sim_disabled_exceptions_thread.
19105         (__sim_round_mode): Change to __sim_round_mode_thread.
19106         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
19107         thread-local floating-point state and set global state from it as
19108         needed.
19109         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
19110         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
19111         (__sim_disabled_exceptions): Remove extern declaration.
19112         (feenableexcept): Use thread-local floating-point state and set
19113         global state from it as needed.
19114         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
19115         extern declaration.
19116         (__sim_disabled_exceptions): Likewise.
19117         (__sim_round_mode): Likewise.
19118         (__fegetenv): Use thread-local floating-point state.
19119         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
19120         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
19121         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
19122         floating-point state and set global state from it as needed.
19123         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
19124         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
19125         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
19126         Likewise.
19127         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
19128         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
19129         Likewise.
19130         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
19131         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
19132         Use __sim_round_mode_thread.
19133         * math/test-fenv-tls.c: New file.
19134         * math/Makefile (tests): Add test-fenv-tls.
19135         ($(objpfx)test-fenv-tls): Depend on
19136         $(common-objpfx)nptl/libpthread.so.
19138 2013-11-19  Andreas Schwab  <schwab@suse.de>
19140         * locale/programs/locale.c (show_info): Decode wordarray elements.
19141         * locale/categories.def (LC_MONETARY): Add element for
19142         _NL_MONETARY_CRNCYSTR.
19143         * locale/C-monetary.c (conversion_rate): New variable.
19144         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
19145         element.
19147 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
19149         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
19150         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
19152 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
19154         * elf/Makefile (tst-auxv): New test.
19155         * elf/tst-auxv.c: New
19156         * elf/rtld.c (dl_main): Adjust AT_EXECFN
19158 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
19160         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
19161         (hidden_proto): Caller changed.
19162         (hidden_tls_proto): New macro.
19163         (libc_hidden_tls_proto): Likewise.
19164         (rtld_hidden_tls_proto): Likewise.
19165         (libm_hidden_tls_proto): Likewise.
19166         (libresolv_hidden_tls_proto): Likewise.
19167         (librt_hidden_tls_proto): Likewise.
19168         (libdl_hidden_tls_proto): Likewise.
19169         (libnss_files_hidden_tls_proto): Likewise.
19170         (libnsl_hidden_tls_proto): Likewise.
19171         (libnss_nisplus_hidden_tls_proto): Likewise.
19172         (libutil_hidden_tls_proto): Likewise.
19174 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
19176         [BZ #10253]
19177         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
19178         (decompose_rpath): Defer expansion to fillin_rpath.
19179         (_dl_init_paths): Pass linkmap to fillin_rpath.
19181 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
19183         * benchtests/Makefile: Add strsep.
19184         * benchtests/bench-strsep.c: New file: strsep benchtest.
19185         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
19187 2013-11-18  Andreas Schwab  <schwab@suse.de>
19189         * locale/programs/locale.c (show_info) [case byte]: Check for
19190         '\377' instead of '\177'.
19191         * locale/C-monetary.c (not_available): Always use "\377".
19192         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
19193         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
19194         detect unavailable sign_posn locale elements.
19195         * locale/localeconv.c (__localeconv): For grouping and
19196         mon_grouping handle "\177" and "\377" like no grouping.
19197         (INT_ELEM): New macro.  Use it to set all numeric members.
19198         * locale/programs/ld-monetary.c (monetary_read)
19199         <tok_mon_grouping>: Normalize single -1 to the empty string.
19200         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
19201         Likewise.
19203 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
19205         [BZ #16055]
19206         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
19207         when we match (nil).
19208         * stdio-common/tst-sscanf.c (struct test): Add testcase.
19210 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
19212         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
19213         (NO_TEST_INLINE): Update value.
19214         (ERRNO_UNCHANGED): Likewise.
19215         (ERRNO_EDOM): Likewise.
19216         (ERRNO_ERANGE): Likewise.
19217         (IGNORE_RESULT): Likewise.
19218         (check_float_internal): Check signs of NaN results if
19219         TEST_NAN_SIGN used.
19220         (check_complex): Pass TEST_NAN_SIGN flag through to second
19221         check_float_internal call.
19222         (copysign_test_data): Add tests with quiet NaNs as second
19223         argument.  Use TEST_NAN_SIGN.
19224         (fabs_test_data): Add test of negative quiet NaN argument.  Use
19225         TEST_NAN_SIGN.
19226         (signbit_test_data): Add tests of quiet NaN argument.
19227         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
19229         * math/gen-libm-test.pl (show_exceptions): Take extra argument
19230         $ignore_result.
19231         (parse_args): Handle function results specified as IGNORE.
19232         * math/libm-test.inc (IGNORE_RESULT): New macro.
19233         (check_float_internal): Do not check numerical result if flag
19234         IGNORE_RESULT set.
19235         (check_complex): Pass through IGNORE_RESULT to second
19236         check_float_internal call.
19237         (check_int): Do not check numerical result if flag IGNORE_RESULT
19238         set.
19239         (check_long): Likewise.
19240         (check_bool): Likewise.
19241         (check_longlong): Likewise.
19242         (lrint_test_data): Add tests of infinite and NaN arguments.
19243         (lrint_tonearest_test_data): Likewise.
19244         (lrint_towardzero_test_data): Likewise.
19245         (lrint_downward_test_data): Likewise.
19246         (lrint_upward_test_data): Likewise.
19247         (llrint_test_data): Likewise.
19248         (llrint_tonearest_test_data): Likewise.
19249         (llrint_towardzero_test_data): Likewise.
19250         (llrint_downward_test_data): Likewise.
19251         (llrint_upward_test_data): Likewise.
19252         (lround_test_data): Likewise.
19253         (llround_test_data): Likewise.
19255         * math/libm-test.inc (NO_TEST_INLINE): New macro.
19256         (ERRNO_UNCHANGED): Update value.
19257         (ERRNO_EDOM): Likewise.
19258         (ERRNO_ERANGE): Likewise.
19259         (NO_TEST_INLINE_FLOAT): New macro.
19260         (NO_TEST_INLINE_DOUBLE): Likewise.
19261         (enable_test): New function.
19262         (RUN_TEST_f_f): Check enable_test before running test.
19263         (RUN_TEST_2_f): Likewise.
19264         (RUN_TEST_fff_f): Likewise.
19265         (RUN_TEST_c_f): Likewise.
19266         (RUN_TEST_f_f1): Likewise.
19267         (RUN_TEST_fF_f1): Likewise.
19268         (RUN_TEST_fI_f1): Likewise.
19269         (RUN_TEST_ffI_f1): Likewise.
19270         (RUN_TEST_c_c): Likewise.
19271         (RUN_TEST_cc_c): Likewise.
19272         (RUN_TEST_f_i): Likewise.
19273         (RUN_TEST_f_i_tg): Likewise.
19274         (RUN_TEST_ff_i_tg): Likewise.
19275         (RUN_TEST_f_b): Likewise.
19276         (RUN_TEST_f_b_tg): Likewise.
19277         (RUN_TEST_f_l): Likewise.
19278         (RUN_TEST_f_L): Likewise.
19279         (RUN_TEST_fFF_11): Likewise.
19280         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
19281         conditionals.
19282         (cosh_test_data): Likewise.
19283         (exp_test_data): Likewise.
19284         (expm1_test_data): Likewise.
19285         (hypot_test_data): Likewise.
19286         (pow_test_data): Likewise.
19287         (sinh_test_data): Likewise.
19288         (tanh_test_data): Likewise.
19289         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
19290         flags argument.
19292         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
19293         tests with quiet NaN input and output.
19294         (acosh_test_data): Likewise.
19295         (asin_test_data): Likewise.
19296         (asinh_test_data): Likewise.
19297         (atan_test_data): Likewise.
19298         (atanh_test_data): Likewise.
19299         (atan2_test_data): Likewise.
19300         (cbrt_test_data): Likewise.
19301         (cos_test_data): Likewise.
19302         (cosh_test_data): Likewise.
19303         (erf_test_data): Likewise.
19304         (erfc_test_data): Likewise.
19305         (exp_test_data): Likewise.
19306         (exp10_test_data): Likewise.
19307         (exp2_test_data): Likewise.
19308         (expm1_test_data): Likewise.
19309         (hypot_test_data): Likewise.
19310         (j0_test_data): Likewise.
19311         (j1_test_data): Likewise.
19312         (jn_test_data): Likewise.
19313         (lgamma_test_data): Likewise.
19314         (log_test_data): Likewise.
19315         (log10_test_data): Likewise.
19316         (log1p_test_data): Likewise.
19317         (log2_test_data): Likewise.
19318         (pow_test_data): Likewise.
19319         (scalb_test_data): Likewise.
19320         (sin_test_data): Likewise.
19321         (sincos_test_data): Likewise.
19322         (sinh_test_data): Likewise.
19323         (tan_test_data): Likewise.
19324         (tanh_test_data): Likewise.
19325         (tgamma_test_data): Likewise.
19326         (y0_test_data): Likewise.
19327         (y1_test_data): Likewise.
19328         (yn_test_data): Likewise.
19330         [BZ #16167]
19331         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
19332         argument being NaN and avoid computations with second argument in
19333         that case.
19334         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
19335         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
19336         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
19338 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
19340         * locale/iso-639.def: Add Chitwani Tharu (the).
19342 2013-11-14  Andreas Schwab  <schwab@suse.de>
19344         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
19345         word instead of empty string.
19347 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19349         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19350         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
19351         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19352         (__fe_nomask_env): Likewise.
19354 2013-11-13  Steve Ellcey  <sellcey@mips.com>
19356         * benchtests/bench-timing.h: Include time.h.
19358 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
19360         [BZ #15997]
19361         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
19362         to 3.4.0 for x32.
19363         * sysdeps/unix/sysv/linux/configure: Regenerated.
19365 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
19367         [BZ #16151]
19368         * stdlib/strtod_l.c (round_and_return): Do not consider
19369         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
19370         exponent one less than half the least subnormal exponent.
19371         * stdlib/test-strtod-round-data: Add more tests.
19372         * stdlib/tst-strtod-round.c (tests): Regenerated.
19374 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19376         [BZ #14143]
19377         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
19378         (__fe_mask_env): Likewise.
19379         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
19380         libm_hidden_proto and add function prototype.
19381         (__fe_mask_env): Add function prototype.
19382         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19383         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
19384         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
19385         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
19386         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19387         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
19389 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19391         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
19392         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
19394 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19396         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
19397         of htab_find_slot().
19399 2013-11-11  David S. Miller  <davem@davemloft.net>
19401         [BZ #16150]
19402         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
19403         symbol in the non-vis3 case in static builds.
19404         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
19405         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
19406         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
19407         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
19409 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
19411         [BZ #387]
19412         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
19413         it is empty.
19415 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19417         * benchtests/Makefile: Add bench-strtod.
19418         * benchtests/bench-strtod.c: New file: strtod benchtest
19420 2013-11-11  Andreas Schwab  <schwab@suse.de>
19422         [BZ #16153]
19423         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
19424         terminating NUL in key length.
19426 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19428         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
19429         Add artificial ODP entry for vDSO symbol for PPC64.
19430         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
19431         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
19433 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
19435         [BZ #15374]
19436         * nss/getent.c (services_keys): Recognize services starting with digit.
19438 2013-11-06  David S. Miller  <davem@davemloft.net>
19440         [BZ #15985]
19441         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
19442         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
19444 2013-11-06  Will Newton  <will.newton@linaro.org>
19446         * manual/memory.texi (Malloc Examples): Remove register
19447         keyword from examples.
19449 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
19451         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
19453 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
19455         [BZ #6981]
19456         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
19457         depending on [__GCC_IEC_559 > 0].
19458         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
19459         depending on [__GCC_IEC_559_COMPLEX > 0].
19461 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
19463         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
19464         to iso-639.def.
19466 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
19468         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
19470 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
19472         [BZ #16112]
19473         * malloc/malloc (malloc_info): Do not handle first bin as
19474         special case.
19476 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
19478         * locale/iso-639.def: Add Central Nahuatl (nhn).
19480 2013-11-01  Bruno Haible  <bruno@clisp.org>
19482         [BZ #7003]
19483         * manual/math.texi (BSD Random): Specify range upper bound as
19484         in POSIX.
19486 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
19488         * locale/iso-639.def: Add Meadow Mari (mhr).
19490 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
19492         [BZ #14752], [BZ #15763]
19493         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
19494         Validate name.
19495         * rt/tst_shm.c: Add test for escaping directory.
19497 2013-10-31  Andreas Schwab  <schwab@suse.de>
19499         [BZ #15917]
19500         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
19501         followed by 'x' as part of digit sequence.
19502         * stdio-common/tst-sscanf.c (double_tests2): New tests.
19504 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
19506         [BZ #16037]
19507         * configure.ac: allow GNU Make 4.0 and greater.
19508         * configure: Regenerated.
19510 2013-10-30  Will Newton  <will.newton@linaro.org>
19512         [BZ #16038]
19513         * malloc/hooks.c (memalign_check): Limit alignment to the
19514         maximum representable power of two.
19515         * malloc/malloc.c (__libc_memalign): Likewise.
19516         * malloc/tst-memalign.c (do_test): Add test for very
19517         large alignment values.
19518         * malloc/tst-posix_memalign.c (do_test): Likewise.
19520 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19522         [BZ #11087]
19523         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
19524         (munmap_chunk): Likewise.
19525         (mremap_chunk): Likewise.
19527 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19529         [BZ #15799]
19530         * stdlib/div.c (div): Remove obsolete code.
19531         * stdlib/ldiv.c (ldiv): Likewise.
19532         * stdlib/lldiv.c (lldiv): Likewise.
19534 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
19536         [BZ #16071]
19537         * nss/nss_files/files-XXX.c (get_contents_ret): New
19538         enumerator.
19539         (get_contents): New function.
19540         (internal_getent): Use it.  Expand size of LINEBUFLEN.
19542 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
19544         * configure.in: Moved to ...
19545         * configure.ac: ... here. Change reference to configure.in
19546         to configure.ac.
19547         * sysdeps/arm/preconfigure.ac: ... here.
19548         configure.in to configure.ac.
19549         * sysdeps/gnu/configure.in: Moved to ...
19550         * sysdeps/gnu/configure.ac: ... here.
19551         * sysdeps/i386/configure.in: Moved to ...
19552         * sysdeps/i386/configure.ac: ... here.
19553         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
19554         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
19555         * sysdeps/mach/configure.in: Moved to ...
19556         * sysdeps/mach/configure.ac: ... here.
19557         * sysdeps/mach/hurd/configure.in: Moved to ...
19558         * sysdeps/mach/hurd/configure.ac: ... here.
19559         * sysdeps/powerpc/configure.in: Moved to ...
19560         * sysdeps/powerpc/configure.ac: ... here.
19561         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
19562         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
19563         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
19564         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
19565         * sysdeps/s390/s390-32/configure.in: Moved to ...
19566         * sysdeps/s390/s390-32/configure.ac: ... here.
19567         * sysdeps/s390/s390-64/configure.in: Moved to ...
19568         * sysdeps/s390/s390-64/configure.ac: ... here.
19569         * sysdeps/sh/configure.in: Moved to ...
19570         * sysdeps/sh/configure.ac: ... here.
19571         * sysdeps/sparc/configure.in: Moved to ...
19572         * sysdeps/sparc/configure.ac: ... here.
19573         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
19574         * sysdeps/unix/sysv/linux/configure.ac: ... here.
19575         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
19576         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
19577         * sysdeps/x86_64/configure.in: Moved to ...
19578         * sysdeps/x86_64/configure.ac: ... here.
19579         * sysdeps/x86_64/preconfigure.in: Moved to ...
19580         * sysdeps/x86_64/preconfigure.ac: ... here.
19581         * aclocal.m4: Change reference to configure.in to configure.ac.
19582         * config.h.in: Likewise.
19583         * manual/install.texi: Likewise.
19584         * manual/maint.texi: Likewise.
19585         * Makefile: Likewise.
19586         * malloc/Makefile: Likewise.
19587         * nscd/Makefile: Likewise.
19588         * Makeconfig: Change reference to configure.in and
19589         preconfigure.in to configure.ac and preconfigure.ac
19590         respectively.
19591         * INSTALL: Regenerated.
19592         * configure: Likewise.
19593         * sysdeps/gnu/configure: Likewise.
19594         * sysdeps/i386/configure: Likewise.
19595         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
19596         * sysdeps/mach/configure: Likewise.
19597         * sysdeps/mach/hurd/configure: Likewise.
19598         * sysdeps/powerpc/configure: Likewise.
19599         * sysdeps/powerpc/powerpc32/configure: Likewise.
19600         * sysdeps/powerpc/powerpc64/configure: Likewise.
19601         * sysdeps/s390/s390-32/configure: Likewise.
19602         * sysdeps/s390/s390-64/configure: Likewise.
19603         * sysdeps/sh/configure: Likewise.
19604         * sysdeps/sparc/configure: Likewise.
19605         * sysdeps/unix/sysv/linux/configure: Likewise.
19606         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
19607         * sysdeps/x86_64/configure: Likewise.
19608         * sysdeps/x86_64/preconfigure: Likewise.
19610 2013-10-29  Andreas Schwab  <schwab@suse.de>
19612         * stdio-common/Makefile (tst-swscanf-ENV): Define.
19614 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
19616         * benchtests/pow-inputs: Add new inputs.
19618         * benchtests/exp-inputs: Add new inputs.
19620         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
19621         conditional check for return value.
19622         (__cos32): Likewise.
19624 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19626         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
19627         to provide a boost for large inputs with word alignment.
19628         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
19629         implementation based on optimized PPC64 strcpy.
19630         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
19631         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
19632         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
19633         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
19635 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19637         [BZ #2801]
19638         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
19640 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19642         [BZ #14876]
19643         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
19644         * time/tst-strptime.c (day_tests): Add testcase.
19646 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19648         [BZ #14029]
19649         * manual/pattern.texi: Acknowledge that fnmatch can fail.
19651 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
19653         [BZ #16074]
19654         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
19655         MAP_FAILED on error.
19657 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
19659         [BZ #16072]
19660         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
19661         heap for large requests.
19663 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
19665         [BZ #9954]
19666         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
19667         result if the result has no associated interface.
19668         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
19669         interface for all 127.X.Y.Z addresses.
19671 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
19673         * locale/iso-639.def: Add Ligurian (lij)
19675 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
19677         [BZ #15825]
19678         * sunrpc/rpc_main.c: Document rpcgen -5.
19680 2013-10-19  Michael Stahl  <mstahl@redhat.com>
19682         * elf/rtld.c (do_preload): Print the reason why preloading failed.
19684 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19686         [BZ #10278]
19687         * posix/glob.c: Match only directories when trailing slash is present.
19688         * posix/tst-gnuglob.c (my_opendir): Do not open files.
19689         (main): Add testcase.
19691 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19693         [BZ #15670]
19694         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
19696 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
19698         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
19699         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
19700         AUTH_DES and cindex for FIPS 140-2.
19701         (DES Encryption): Add cindex FIPS 46-3.
19703         * locale/locarchive.h (struct locarhandle): Add fname.
19704         * locale/programs/localedef.c (main): Pass ARGV[remaining]
19705         if an optional argument was specified to --list-archive,
19706         otherwise NULL.
19707         * locale/programs/locarchive.c (show_archive_content): Take new
19708         argument fname and pass it via ah.fname to open_archive.
19709         * locale/programs/localedef.h: Update decl.
19710         (open_archive): If AH->fname is non-null, open that file
19711         rather than the default file name, and don't ignore ENOENT.
19712         (create_archive): Set AH.fname to NULL.
19713         (delete_locales_from_archive): Likewise.
19714         (add_locales_to_archive): Likewise.
19715         * locale/programs/locfile.c (write_all_categories): Likewise.
19717 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
19718             Aldy Hernandez  <aldyh@redhat.com>
19720         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
19721         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
19722         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
19723         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
19724         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
19725         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
19726         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
19727         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
19728         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
19729         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
19730         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
19731         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
19732         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
19733         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
19734         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
19735         Likewise.
19736         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
19737         Likewise.
19738         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
19739         Likewise.
19740         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
19741         Likewise.
19742         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
19743         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
19744         Likewise.
19745         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
19746         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
19747         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
19748         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
19749         Likewise.
19750         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
19751         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
19752         * sysdeps/powerpc/preconfigure: Likewise.
19753         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
19754         Likewise.
19755         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
19756         Replace contents of file by #include of <fenv_libc.h>.
19757         * sysdeps/powerpc/soft-fp/sfp-machine.h
19758         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
19759         and <sys/prctl.h>.
19760         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
19761         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
19762         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
19763         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
19764         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
19765         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
19766         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
19767         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
19768         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
19769         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
19770         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
19771         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
19772         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
19773         Allow copysignl PLT reference to be missing.
19775 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
19776             Joseph Myers  <joseph@codesourcery.com
19778         [BZ #15948]
19779         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
19780         single character.
19781         (add_to_tablewc): Assert sequence of wide characters is nonempty.
19783 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
19785         * elf/tst-tls-dlinfo.c: Don't include tls.h.
19786         * elf/tst-tls1.c: Likewise.
19787         * elf/tst-tls10.h: Likewise.
19788         * elf/tst-tls14.c: Likewise.
19789         * elf/tst-tls2.c: Likewise.
19790         * elf/tst-tls3.c: Likewise.
19791         * elf/tst-tls4.c: Likewise.
19792         * elf/tst-tls5.c: Likewise.
19793         * elf/tst-tls6.c: Likewise.
19794         * elf/tst-tls7.c: Likewise.
19795         * elf/tst-tls8.c: Likewise.
19796         * elf/tst-tls9.c: Likewise.
19797         * elf/tst-tlsmod1.c: Likewise.
19798         * elf/tst-tlsmod13.c: Likewise.
19799         * elf/tst-tlsmod13a.c: Likewise.
19800         * elf/tst-tlsmod14a.c: Likewise.
19801         * elf/tst-tlsmod16a.c: Likewise.
19802         * elf/tst-tlsmod16b.c: Likewise.
19803         * elf/tst-tlsmod2.c: Likewise.
19804         * elf/tst-tlsmod3.c: Likewise.
19805         * elf/tst-tlsmod4.c: Likewise.
19806         * elf/tst-tlsmod5.c: Likewise.
19807         * elf/tst-tlsmod6.c: Likewise.
19809 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
19811         [BZ #12486]
19812         * malloc/malloc.c: remove checks for statistics.
19814 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
19816         [BZ #15277]
19817         * inet/inet_net.c (inet_network): Detect additional invalid strings.
19818         * inet/tst-network.c: Add testcase.
19820 2013-10-17  Andreas Schwab  <schwab@suse.de>
19822         [BZ #15218]
19823         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
19824         to determine canonical name.
19826 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
19828         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
19829         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
19830         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
19831         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
19832         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
19833         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
19834         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
19835         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
19836         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
19837         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
19838         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
19839         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
19840         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
19841         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
19842         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
19843         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
19844         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
19845         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
19846         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
19847         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
19848         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
19849         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
19850         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
19851         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
19852         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
19853         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
19854         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
19855         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
19856         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
19857         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
19858         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
19859         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
19860         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
19861         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
19862         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
19863         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
19864         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
19865         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
19866         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
19867         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
19868         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
19869         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
19870         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
19871         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
19872         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
19873         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
19874         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
19875         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
19876         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
19877         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
19878         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
19879         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
19880         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
19881         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
19882         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
19883         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
19884         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
19885         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
19887 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
19889         [BZ #16041]
19890         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
19891         make result into a quiet NaN.
19893 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
19895         * soft-fp/adddf3.c: Fix horizontal whitespace.
19896         * soft-fp/addsf3.c: Likewise.
19897         * soft-fp/addtf3.c: Likewise.
19898         * soft-fp/divdf3.c: Likewise.
19899         * soft-fp/divsf3.c: Likewise.
19900         * soft-fp/divtf3.c: Likewise.
19901         * soft-fp/double.h: Likewise.
19902         * soft-fp/eqdf2.c: Likewise.
19903         * soft-fp/eqsf2.c: Likewise.
19904         * soft-fp/eqtf2.c: Likewise.
19905         * soft-fp/extenddftf2.c: Likewise.
19906         * soft-fp/extended.h: Likewise.
19907         * soft-fp/extendsfdf2.c: Likewise.
19908         * soft-fp/extendsftf2.c: Likewise.
19909         * soft-fp/extendxftf2.c: Likewise.
19910         * soft-fp/fixdfdi.c: Likewise.
19911         * soft-fp/fixdfsi.c: Likewise.
19912         * soft-fp/fixdfti.c: Likewise.
19913         * soft-fp/fixsfdi.c: Likewise.
19914         * soft-fp/fixsfsi.c: Likewise.
19915         * soft-fp/fixsfti.c: Likewise.
19916         * soft-fp/fixtfdi.c: Likewise.
19917         * soft-fp/fixtfsi.c: Likewise.
19918         * soft-fp/fixtfti.c: Likewise.
19919         * soft-fp/fixunsdfdi.c: Likewise.
19920         * soft-fp/fixunsdfsi.c: Likewise.
19921         * soft-fp/fixunsdfti.c: Likewise.
19922         * soft-fp/fixunssfdi.c: Likewise.
19923         * soft-fp/fixunssfsi.c: Likewise.
19924         * soft-fp/fixunssfti.c: Likewise.
19925         * soft-fp/fixunstfdi.c: Likewise.
19926         * soft-fp/fixunstfsi.c: Likewise.
19927         * soft-fp/fixunstfti.c: Likewise.
19928         * soft-fp/floatdidf.c: Likewise.
19929         * soft-fp/floatdisf.c: Likewise.
19930         * soft-fp/floatditf.c: Likewise.
19931         * soft-fp/floatsidf.c: Likewise.
19932         * soft-fp/floatsisf.c: Likewise.
19933         * soft-fp/floatsitf.c: Likewise.
19934         * soft-fp/floattidf.c: Likewise.
19935         * soft-fp/floattisf.c: Likewise.
19936         * soft-fp/floattitf.c: Likewise.
19937         * soft-fp/floatundidf.c: Likewise.
19938         * soft-fp/floatundisf.c: Likewise.
19939         * soft-fp/floatunditf.c: Likewise.
19940         * soft-fp/floatunsidf.c: Likewise.
19941         * soft-fp/floatunsisf.c: Likewise.
19942         * soft-fp/floatunsitf.c: Likewise.
19943         * soft-fp/floatuntidf.c: Likewise.
19944         * soft-fp/floatuntisf.c: Likewise.
19945         * soft-fp/floatuntitf.c: Likewise.
19946         * soft-fp/fmadf4.c: Likewise.
19947         * soft-fp/fmasf4.c: Likewise.
19948         * soft-fp/fmatf4.c: Likewise.
19949         * soft-fp/gedf2.c: Likewise.
19950         * soft-fp/gesf2.c: Likewise.
19951         * soft-fp/getf2.c: Likewise.
19952         * soft-fp/ledf2.c: Likewise.
19953         * soft-fp/lesf2.c: Likewise.
19954         * soft-fp/letf2.c: Likewise.
19955         * soft-fp/muldf3.c: Likewise.
19956         * soft-fp/mulsf3.c: Likewise.
19957         * soft-fp/multf3.c: Likewise.
19958         * soft-fp/negdf2.c: Likewise.
19959         * soft-fp/negsf2.c: Likewise.
19960         * soft-fp/negtf2.c: Likewise.
19961         * soft-fp/op-1.h: Likewise.
19962         * soft-fp/op-2.h: Likewise.
19963         * soft-fp/op-4.h: Likewise.
19964         * soft-fp/op-8.h: Likewise.
19965         * soft-fp/op-common.h: Likewise.
19966         * soft-fp/quad.h: Likewise.
19967         * soft-fp/single.h: Likewise.
19968         * soft-fp/soft-fp.h: Likewise.
19969         * soft-fp/sqrtdf2.c: Likewise.
19970         * soft-fp/sqrtsf2.c: Likewise.
19971         * soft-fp/sqrttf2.c: Likewise.
19972         * soft-fp/subdf3.c: Likewise.
19973         * soft-fp/subsf3.c: Likewise.
19974         * soft-fp/subtf3.c: Likewise.
19975         * soft-fp/truncdfsf2.c: Likewise.
19976         * soft-fp/trunctfdf2.c: Likewise.
19977         * soft-fp/trunctfsf2.c: Likewise.
19978         * soft-fp/trunctfxf2.c: Likewise.
19979         * soft-fp/unorddf2.c: Likewise.
19980         * soft-fp/unordsf2.c: Likewise.
19981         * soft-fp/unordtf2.c: Likewise.
19983 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
19985         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
19986         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
19988 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
19990         * elf/dl-libc.c: Clear initfini list after freeing.
19992 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
19994         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
19995         * soft-fp/addsf3.c: Likewise.
19996         * soft-fp/addtf3.c: Likewise.
19997         * soft-fp/divdf3.c: Likewise.
19998         * soft-fp/divsf3.c: Likewise.
19999         * soft-fp/divtf3.c: Likewise.
20000         * soft-fp/double.h: Likewise.
20001         * soft-fp/eqdf2.c: Likewise.
20002         * soft-fp/eqsf2.c: Likewise.
20003         * soft-fp/eqtf2.c: Likewise.
20004         * soft-fp/extenddftf2.c: Likewise.
20005         * soft-fp/extended.h: Likewise.
20006         * soft-fp/extendsfdf2.c: Likewise.
20007         * soft-fp/extendsftf2.c: Likewise.
20008         * soft-fp/extendxftf2.c: Likewise.
20009         * soft-fp/fixdfdi.c: Likewise.
20010         * soft-fp/fixdfsi.c: Likewise.
20011         * soft-fp/fixdfti.c: Likewise.
20012         * soft-fp/fixsfdi.c: Likewise.
20013         * soft-fp/fixsfsi.c: Likewise.
20014         * soft-fp/fixsfti.c: Likewise.
20015         * soft-fp/fixtfdi.c: Likewise.
20016         * soft-fp/fixtfsi.c: Likewise.
20017         * soft-fp/fixtfti.c: Likewise.
20018         * soft-fp/fixunsdfdi.c: Likewise.
20019         * soft-fp/fixunsdfsi.c: Likewise.
20020         * soft-fp/fixunsdfti.c: Likewise.
20021         * soft-fp/fixunssfdi.c: Likewise.
20022         * soft-fp/fixunssfsi.c: Likewise.
20023         * soft-fp/fixunssfti.c: Likewise.
20024         * soft-fp/fixunstfdi.c: Likewise.
20025         * soft-fp/fixunstfsi.c: Likewise.
20026         * soft-fp/fixunstfti.c: Likewise.
20027         * soft-fp/floatdidf.c: Likewise.
20028         * soft-fp/floatdisf.c: Likewise.
20029         * soft-fp/floatditf.c: Likewise.
20030         * soft-fp/floatsidf.c: Likewise.
20031         * soft-fp/floatsisf.c: Likewise.
20032         * soft-fp/floatsitf.c: Likewise.
20033         * soft-fp/floattidf.c: Likewise.
20034         * soft-fp/floattisf.c: Likewise.
20035         * soft-fp/floattitf.c: Likewise.
20036         * soft-fp/floatundidf.c: Likewise.
20037         * soft-fp/floatundisf.c: Likewise.
20038         * soft-fp/floatunsidf.c: Likewise.
20039         * soft-fp/floatunsisf.c: Likewise.
20040         * soft-fp/floatuntidf.c: Likewise.
20041         * soft-fp/floatuntisf.c: Likewise.
20042         * soft-fp/floatuntitf.c: Likewise.
20043         * soft-fp/fmadf4.c: Likewise.
20044         * soft-fp/fmasf4.c: Likewise.
20045         * soft-fp/fmatf4.c: Likewise.
20046         * soft-fp/gedf2.c: Likewise.
20047         * soft-fp/gesf2.c: Likewise.
20048         * soft-fp/getf2.c: Likewise.
20049         * soft-fp/ledf2.c: Likewise.
20050         * soft-fp/lesf2.c: Likewise.
20051         * soft-fp/letf2.c: Likewise.
20052         * soft-fp/muldf3.c: Likewise.
20053         * soft-fp/mulsf3.c: Likewise.
20054         * soft-fp/multf3.c: Likewise.
20055         * soft-fp/negdf2.c: Likewise.
20056         * soft-fp/negsf2.c: Likewise.
20057         * soft-fp/negtf2.c: Likewise.
20058         * soft-fp/op-1.h: Likewise.
20059         * soft-fp/op-2.h: Likewise.
20060         * soft-fp/op-4.h: Likewise.
20061         * soft-fp/op-8.h: Likewise.
20062         * soft-fp/op-common.h: Likewise.
20063         * soft-fp/quad.h: Likewise.
20064         * soft-fp/single.h: Likewise.
20065         * soft-fp/soft-fp.h: Likewise.
20066         * soft-fp/sqrtdf2.c: Likewise.
20067         * soft-fp/sqrtsf2.c: Likewise.
20068         * soft-fp/sqrttf2.c: Likewise.
20069         * soft-fp/subdf3.c: Likewise.
20070         * soft-fp/subsf3.c: Likewise.
20071         * soft-fp/subtf3.c: Likewise.
20072         * soft-fp/truncdfsf2.c: Likewise.
20073         * soft-fp/trunctfdf2.c: Likewise.
20074         * soft-fp/trunctfsf2.c: Likewise.
20075         * soft-fp/trunctfxf2.c: Likewise.
20076         * soft-fp/unorddf2.c: Likewise.
20077         * soft-fp/unordsf2.c: Likewise.
20078         * soft-fp/unordtf2.c: Likewise.
20080 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
20082         [BZ #15672]
20083         * misc/error.c (error_tail): Fix possible buffer overflow.
20085 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
20087         [BZ #13028]
20088         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
20089         address.
20091 2013-10-14  P. J. McDermott  <pj@pehjota.net>
20093         [BZ #832]
20094         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
20095         testing pipefail option.
20097 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
20099         * soft-fp/double.h: Indent preprocessor directives inside #if.
20100         * soft-fp/extended.h: Likewise.
20101         * soft-fp/op-2.h: Likewise.
20102         * soft-fp/op-4.h: Likewise.
20103         * soft-fp/op-common.h: Likewise.
20104         * soft-fp/quad.h: Likewise.
20105         * soft-fp/single.h: Likewise.
20106         * soft-fp/soft-fp.h: Likewise.
20108 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
20110         * iconv/iconv_prog.c: Fix typos.
20111         * stdio-common/psiginfo-data.h: Likewise.
20113 2013-10-12   Reuben Thomas <rrt@sc3d.org>
20115         [BZ #15764]
20116         * locale/setlocale.c: Fix typo.
20118 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
20120         [BZ #16036]
20121         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
20122         signaling NaN arguments.
20123         * soft-fp/unordsf2.c (__unordsf2): Likewise.
20124         * soft-fp/unordtf2.c (__unordtf2): Likewise.
20126         [BZ #14910]
20127         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
20128         unordered operands.
20129         * soft-fp/gesf2.c (__gesf2): Likewise.
20130         * soft-fp/getf2.c (__getf2): Likewise.
20131         * soft-fp/ledf2.c (__ledf2): Likewise.
20132         * soft-fp/lesf2.c (__lesf2): Likewise.
20133         * soft-fp/letf2.c (__letf2): Likewise.
20135         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
20136         * soft-fp/eqsf2.c (__eqsf2): Likewise.
20137         * soft-fp/eqtf2.c (__eqtf2): Likewise.
20138         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
20139         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
20140         * soft-fp/fixdfti.c (__fixdfti): Likewise.
20141         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
20142         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
20143         * soft-fp/fixsfti.c (__fixsfti): Likewise.
20144         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
20145         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
20146         * soft-fp/fixtfti.c (__fixtfti): Likewise.
20147         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
20148         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
20149         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
20150         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
20151         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
20152         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
20153         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
20154         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
20155         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
20156         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
20157         * soft-fp/floatdisf.c (__floatdisf): Likewise.
20158         * soft-fp/floatsisf.c (__floatsisf): Likewise.
20159         * soft-fp/floattidf.c (__floattidf): Likewise.
20160         * soft-fp/floattisf.c (__floattisf): Likewise.
20161         * soft-fp/floattitf.c (__floattitf): Likewise.
20162         * soft-fp/floatundidf.c (__floatundidf): Likewise.
20163         * soft-fp/floatundisf.c (__floatundisf): Likewise.
20164         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
20165         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
20166         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
20167         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
20168         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
20169         * soft-fp/gesf2.c (__gesf2): Likewise.
20170         * soft-fp/getf2.c (__getf2): Likewise.
20171         * soft-fp/ledf2.c (__ledf2): Likewise.
20172         * soft-fp/lesf2.c (__lesf2): Likewise.
20173         * soft-fp/letf2.c (__letf2): Likewise.
20175         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
20176         Undefine and redefine.
20177         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
20178         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
20179         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
20180         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
20181         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20182         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
20183         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20184         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
20185         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20186         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
20187         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20188         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
20189         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20190         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
20191         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20193         [BZ #16032]
20194         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
20195         without decrementing exponent if mantissa >= that for the
20196         denominator, not >.
20197         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
20198         denominator, not >.  Decrement exponent in < case instead of
20199         incrementing in >= case.
20200         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
20201         without decrementing exponent if mantissa >= that for the
20202         denominator, not >.
20204         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
20205         computing saturated result for unsigned overflow.
20207 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
20208             Jeff Law  <law@redhat.com>
20210         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
20211         (atan2Mp): Add systemtap probe marker.
20212         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
20213         (__ieee754_log): Add systemtap probe marker.
20214         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
20215         (atanMp): Add systemtap probe marker.
20216         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
20217         (tanMp): Add systemtap probe marker.
20218         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
20219         (__slowexp): Add systemtap probe marker.
20220         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
20221         (__slowpow): Add systemtap probe marker.
20222         * manual/probes.texi: Document probes.
20224 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
20226         [BZ #15362]
20227         * libio/fileops.c (_IO_new_file_write): Return count of bytes
20228         written.
20229         (_IO_new_file_xsputn): Don't return EOF if nothing has been
20230         written.
20231         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
20232         written to buffer but not flushed.
20233         * libio/iofwrite_u.c:  Likewise.
20234         * libio/iopadn.c:  Return bytes returned even if EOF was
20235         encountered.
20236         * libio/iowpadn.c:  Likewise.
20237         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
20238         if _IO_padn does not write the whole buffer.
20239         [!COMPILE_WPRINTF] (PAD): Likewise.
20241 2013-10-10  David S. Miller  <davem@davemloft.net>
20243         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
20244         directory block.
20246 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
20248         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
20249         instead of FSF address.
20250         * soft-fp/fixdfti.c: Likewise.
20251         * soft-fp/fixsfti.c: Likewise.
20252         * soft-fp/fixtfti.c: Likewise.
20253         * soft-fp/fixunsdfti.c: Likewise.
20254         * soft-fp/fixunssfti.c: Likewise.
20255         * soft-fp/fixunstfti.c: Likewise.
20256         * soft-fp/floattidf.c: Likewise.
20257         * soft-fp/floattisf.c: Likewise.
20258         * soft-fp/floattitf.c: Likewise.
20259         * soft-fp/floatuntidf.c: Likewise.
20260         * soft-fp/floatuntisf.c: Likewise.
20261         * soft-fp/floatuntitf.c: Likewise.
20262         * soft-fp/trunctfxf2.c: Likewise.
20264         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
20265         * soft-fp/fixdfti.c: Likewise.
20266         * soft-fp/fixsfti.c: Likewise.
20267         * soft-fp/fixtfti.c: Likewise.
20268         * soft-fp/fixunsdfti.c: Likewise.
20269         * soft-fp/fixunssfti.c: Likewise.
20270         * soft-fp/fixunstfti.c: Likewise.
20271         * soft-fp/floattidf.c: Likewise.
20272         * soft-fp/floattisf.c: Likewise.
20273         * soft-fp/floattitf.c: Likewise.
20274         * soft-fp/floatuntidf.c: Likewise.
20275         * soft-fp/floatuntisf.c: Likewise.
20276         * soft-fp/floatuntitf.c: Likewise.
20277         * soft-fp/trunctfxf2.c: Likewise.
20279 2013-10-10  David S. Miller  <davem@davemloft.net>
20281         * sysdeps/sparc/fpu/libm-test-ulps: Update.
20283 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
20285         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
20286         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
20287         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
20288         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
20289         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
20290         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
20291         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
20293         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
20294         for NaNs before doing comparisons on argument.
20295         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
20296         Likewise.
20298 2013-10-10  Will Newton  <will.newton@linaro.org>
20300         * malloc/hooks.c (memalign_check): Ensure the value of bytes
20301         passed to _int_memalign does not overflow.
20303 2013-10-10  Torvald Riegel  <triegel@redhat.com>
20305         * scripts/bench.pl: Add include-sources directive.
20306         * benchtests/README: Update documentation.
20308 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
20310         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
20311         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
20312         instead of FP_INIT_ROUNDMODE.
20313         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
20314         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
20316         [BZ #16034]
20317         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
20318         copy class of input value.
20319         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
20320         not handle exceptions.
20321         * soft-fp/negsf2.c (__negsf2): Likewise.
20322         * soft-fp/negtf2.c (__negtf2): Likewise.
20323         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
20325 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
20327         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
20328         semicolon.  From Linux kernel.
20330 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
20332         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
20334 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
20336         [BZ #156]
20337         * manual/socket.texi: Added statement about buffer
20338         for gethostbyname2_r.
20340 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
20342         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
20343         Use .p2align directive instead, throughout.
20344         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
20345         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
20346         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
20347         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
20348         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
20349         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
20350         * sysdeps/x86_64/strchr.S: Likewise.
20351         * sysdeps/x86_64/strrchr.S: Likewise.
20353 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
20355         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
20357         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
20359         * sysdeps/generic/math_private.h (__mpsin1): Remove
20360         declaration.
20361         (__mpcos1): Likewise.
20362         (__mpsin): New argument __range_reduce.
20363         (__mpcos): Likewise.
20364         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
20365         (slow): Use __mpsin and __mpcos.
20366         (slow1): Likewise.
20367         (slow2): Likewise.
20368         (sloww): Likewise.
20369         (sloww1): Likewise.
20370         (sloww2): Likewise.
20371         (bsloww): Likewise.
20372         (bsloww1): Likewise.
20373         (bsloww2): Likewise.
20374         (cslow2): Likewise.
20375         (csloww): Likewise.
20376         (csloww1): Likewise.
20377         (csloww2): Likewise.
20378         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
20379         range_reduce.  Merge in __mpsin1.
20380         (__mpcos): Likewise.
20381         (__mpsin1): Remove.
20382         (__mpcos1): Likewise.
20384 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
20386         * locale/loadlocale.c (_nl_intern_locale_data): Use
20387         LOCFILE_ALIGNED_P.
20388         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
20389         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
20390         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
20391         obstack data is appropriately aligned.
20392         (obstack_int32_grow_fast): Likewise.
20393         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
20394         * locale/programs/locfile.c (add_locale_uint32): Likewise.
20395         (add_locale_uint32_array): Likewise.
20397 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
20399         * benchtests/Makefile: Remove ARGLIST and RET variables.
20400         ($(objpfx)bench-%.c): Pass only function name to the script.
20401         * benchtests/README: Update documentation.
20402         * benchtests/acos-inputs: Add new directives.
20403         * benchtests/acosh-inputs: Likewise.
20404         * benchtests/asin-inputs: Likewise.
20405         * benchtests/asinh-inputs: Likewise.
20406         * benchtests/atan-inputs: Likewise.
20407         * benchtests/atanh-inputs: Likewise.
20408         * benchtests/cos-inputs: Likewise.
20409         * benchtests/cosh-inputs: Likewise.
20410         * benchtests/exp-inputs: Likewise.
20411         * benchtests/log-inputs: Likewise.
20412         * benchtests/pow-inputs: Likewise.
20413         * benchtests/rint-inputs: Likewise.
20414         * benchtests/sin-inputs: Likewise.
20415         * benchtests/sinh-inputs: Likewise.
20416         * benchtests/tan-inputs: Likewise.
20417         * benchtests/tanh-inputs: Likewise.
20418         * scripts/bench.pl: Add support for new directives.
20420 2013-10-07  Alan Modra  <amodra@gmail.com>
20422         * README: Fix careless merge.
20424 2013-10-05  Alan Modra  <amodra@gmail.com>
20426         * NEWS: Mention powerpc64le support and bugs fixed.
20427         * README: Both big-endian and little-endian powerpc64 supported.
20429 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
20431         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
20432         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
20433         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
20434         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
20436 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
20438         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
20439         match prototype.
20441 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
20443         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
20444         Move -mhard-float appending from
20445         ports/sysdeps/powerpc/powerpc32/Makefile.
20446         [$(with-fp) = yes] (ASFLAGS): Likewise.
20447         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
20448         * sysdeps/powerpc/nofpu: Move directory from
20449         ports/sysdeps/powerpc/nofpu.
20450         * sysdeps/powerpc/soft-fp: Move directory from
20451         ports/sysdeps/powerpc/soft-fp.
20452         * sysdeps/powerpc/powerpc32/405: Move directory from
20453         ports/sysdeps/powerpc/powerpc32/405.
20454         * sysdeps/powerpc/powerpc32/440: Move directory from
20455         ports/sysdeps/powerpc/powerpc32/440.
20456         * sysdeps/powerpc/powerpc32/464: Move directory from
20457         ports/sysdeps/powerpc/powerpc32/464.
20458         * sysdeps/powerpc/powerpc32/476: Move directory from
20459         ports/sysdeps/powerpc/powerpc32/476.
20460         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
20461         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
20462         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
20463         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
20464         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
20465         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
20466         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
20467         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
20468         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
20469         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
20470         * README: Update for powerpc-*-linux-gnu software floating point
20471         support in libc.
20473         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
20474         case to powerpc/powerpc32*.
20475         * sysdeps/unix/sysv/linux/configure: Regenerated.
20477         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
20478         (_FPU_MASK_OM): Define as 0x04.
20479         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
20480         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
20481         0x00c10080.
20482         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
20483         0x0000003c.
20484         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
20486         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
20487         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20488         getcontext_e500.
20489         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
20490         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20491         setcontext_e500.
20492         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
20493         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
20494         and setcontext_e500.
20496 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
20498         * locale/iso-3166.def: Update iso-1366.def and related occurrences
20500 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
20502         * manual/threads.texi (Default Thread Attributes): Fix typo.
20504 2013-10-04  Will Newton  <will.newton@linaro.org>
20506         * malloc/Makefile: Add tst-memalign.
20507         * malloc/tst-memalign.c: New file.
20509         * malloc/tst-posix_memalign.c: Add comments.
20510         (do_test): Add comments and call free on all potentially
20511         allocated pointers. Add space after cast.
20513         * malloc/tst-pvalloc.c: Add comments.
20514         (do_test): Add comments and call free on all potentially
20515         allocated pointers. Remove duplicate check for NULL pointer.
20516         Add space after cast.
20518         * malloc/tst-valloc.c: Add comments.
20519         (do_test): Add comments and call free on all potentially
20520         allocated pointers. Remove duplicate check for NULL pointer.
20521         Add space after cast.
20523 2013-10-04  Alan Modra  <amodra@gmail.com>
20525         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20526         Use stdint types in rather than __attribute__((mode())).
20527         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20529 2013-10-04  Alan Modra  <amodra@gmail.com>
20531         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20532         Correct handling of unaligned relocs for little-endian.
20533         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20535 2013-10-04  Alan Modra  <amodra@gmail.com>
20537         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
20538         * configure: Regenerate.
20539         * nptl/shlib-versions: Powerpc*le starts at 2.18.
20540         * shlib-versions: Likewise.
20542 2013-10-04  Alan Modra  <amodra@gmail.com>
20544         * string/tester.c (test_memrchr): Increment reported test cycle.
20546 2013-10-04  Alan Modra  <amodra@gmail.com>
20548         * string/test-memcpy.c (do_one_test): When reporting errors, print
20549         string address and don't overrun end of string.
20551 2013-10-04  Alan Modra  <amodra@gmail.com>
20553         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
20554         insrdi.  Make better use of reg selection to speed exit slightly.
20555         Schedule entry path a little better.  Remove useless "are we done"
20556         checks on entry to main loop.  Handle wrapping around zero address.
20557         Correct main loop count.  Handle single left-over word from main
20558         loop inline rather than by using loop_small.  Remove extra word
20559         case in loop_small caused by wrong loop count.  Add little-endian
20560         support.
20561         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
20562         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
20563         cache hint.
20564         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
20565         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
20566         support.  Avoid rlwimi.
20567         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
20569 2013-10-04  Alan Modra  <amodra@gmail.com>
20571         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
20572         insrdi.  Formatting.
20573         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
20574         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
20575         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
20576         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
20577         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
20578         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
20580 2013-10-04  Alan Modra  <amodra@gmail.com>
20582         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
20583         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
20584         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
20585         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
20586         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
20587         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
20588         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
20589         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
20590         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
20591         use of regs.  Use power7 mtocrf.  Tidy function tails.
20593 2013-10-04  Alan Modra  <amodra@gmail.com>
20595         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
20596         Formatting.  Consistently use rXXX register defines or rN defines.
20597         Use early exit labels that avoid restoring unused non-volatile regs.
20598         Make cr field use more consistent with rWORDn compares.  Rename
20599         regs used as shift registers for unaligned loop, using rN defines
20600         for short lifetime/multiple use regs.
20601         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
20602         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
20603         addi 1,1,64 to pop stack frame.  Simplify return value code.
20604         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
20606 2013-10-04  Alan Modra  <amodra@gmail.com>
20608         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
20609         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
20610         rather than rlwimi.
20611         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
20612         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
20613         little-endian support.  Correct typos.
20614         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
20615         rather than rlwimi.
20616         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
20617         in loop and entry code to keep "and." results.
20618         (strchr): Add little-endian support.  Comment.  Move cntlzd
20619         earlier in tail.
20620         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
20622 2013-10-04  Alan Modra  <amodra@gmail.com>
20624         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
20625         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
20626         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
20627         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
20629 2013-10-04  Alan Modra  <amodra@gmail.com>
20631         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
20632         (rTMP): Define as r11.
20633         (strcmp): Add little-endian support.  Optimise tail.
20634         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
20635         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
20636         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
20637         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
20638         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
20639         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
20640         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
20642 2013-10-04  Alan Modra  <amodra@gmail.com>
20644         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
20645         little-endian support.  Remove unnecessary "are we done" tests.
20646         Handle "s" wrapping around zero and extremely large "size".
20647         Correct main loop count.  Handle single left-over word from main
20648         loop inline rather than by using small_loop.  Correct comments.
20649         Delete "zero" tail, use "end_max" instead.
20650         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
20652 2013-10-04  Alan Modra  <amodra@gmail.com>
20654         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
20655         support.  Don't branch over align.
20656         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
20657         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
20658         support.  Rearrange tmp reg use to suit.  Comment.
20659         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
20661 2013-10-04  Alan Modra  <amodra@gmail.com>
20663         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
20665 2013-10-04  Alan Modra  <amodra@gmail.com>
20667         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
20668         conditional form of branch and link when obtaining pc.
20669         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
20671 2013-10-04  Alan Modra  <amodra@gmail.com>
20673         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
20674         HIWORD/LOWORD.
20675         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
20676         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
20678 2013-10-04  Alan Modra  <amodra@gmail.com>
20680         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
20681         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
20682         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
20683         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
20684         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
20685         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
20686         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
20687         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
20688         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
20689         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
20691 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20692             Alistair Popple <alistair@ozlabs.au.ibm.com>
20693             Alan Modra <amodra@gmail.com>
20695         [BZ #15723]
20696         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
20697         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
20698         _dl_hwcap access for little-endian.
20699         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
20700         destroy vmx regs when saving unaligned.
20701         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
20702         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
20703         destroy vmx regs when saving unaligned.
20705 2013-10-04  Alan Modra  <amodra@gmail.com>
20707         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
20708         Don't use a union to pack hi/low value.
20710 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20712         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
20713         for little-endian.
20714         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
20715         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
20716         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
20717         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
20718         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
20720 2013-10-04  Alan Modra  <amodra@gmail.com>
20722         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
20723         constants to usual value for .cst8 section, and remove redundant
20724         high address load.
20725         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
20726         constant for 0x1p52.  Load little-endian words of double from
20727         correct stack offsets.
20729 2013-10-04  Alan Modra  <amodra@gmail.com>
20731         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
20732         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
20733         words of double from correct stack offsets.
20734         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
20735         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
20736         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
20737         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
20738         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
20739         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
20740         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
20741         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
20742         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
20743         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
20744         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
20745         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
20746         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
20747         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
20748         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
20749         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
20750         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
20752 2013-10-04  Alan Modra  <amodra@gmail.com>
20754         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
20755         64-bit int/double union.
20756         (_FPU_SETCW): Likewise.
20757         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
20758         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
20760 2013-10-04  Alan Modra  <amodra@gmail.com>
20762         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
20763         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
20765 2013-10-04  Alan Modra  <amodra@gmail.com>
20767         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
20768         use vector int constants.
20769         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
20771 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20773         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
20774         array with long long.
20775         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
20776         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
20777         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
20778         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
20779         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
20780         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
20781         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
20782         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
20783         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
20784         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
20785         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
20786         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
20787         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
20789 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20791         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
20792         (__signbit): Likewise.  Correct for little-endian.
20793         (__signbitl): Call __signbit.
20794         (lrint): Correct for little-endian.
20795         (lrintf): Call lrint.
20797 2013-10-04  Alan Modra  <amodra@gmail.com>
20799         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
20800         union 32-bit int array member with 64-bit int array.
20801         (t515, tm256): Double rather than long double.
20802         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
20804 2013-10-04  Alan Modra  <amodra@gmail.com>
20806         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
20807         Delete.
20808         (IEEE854_LONG_DOUBLE_BIAS): Delete.
20809         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
20810         version of math_ldbl.h.
20812 2013-10-04  Alan Modra  <amodra@gmail.com>
20814         [BZ #15734], [BZ #15735]
20815         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
20816         all uses of ieee875 long double macros and unions.  Simplify test
20817         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
20818         ldbl_extract_mantissa value for ix,iy exponents.  Properly
20819         normalize after ldbl_extract_mantissa, and don't add hidden bit
20820         already handled.  Don't treat low word of ieee854 mantissa like
20821         low word of IBM long double and mask off bit when testing for
20822         zero.
20823         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
20824         all uses of ieee875 long double macros and unions.  Simplify tests
20825         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
20826         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
20827         two1022, instead use their values.  Recognise that tests for large
20828         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
20829         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
20830         Rewrite all uses of ieee875 long double macros and unions.  Simplify
20831         test for 0.0L and nan.  Correct negation.
20832         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
20833         ieee875 long double macros and unions.  Correct output for large
20834         magnitude x.  Correct absolute value calculation.
20835         (__erfcl): Likewise.
20836         * math/libm-test.inc: Add tests for errors discovered in IBM long
20837         double versions of fmodl, remainderl, erfl and erfcl.
20839 2013-10-04  Alan Modra  <amodra@gmail.com>
20841         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
20842         all uses of ieee854 long double macros and unions.  Simplify tests
20843         for long doubles that are fully specified by the high double.
20844         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
20845         Likewise.
20846         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
20847         Remove dead code too.
20848         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
20849         (__ieee754_ynl): Likewise.
20850         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
20851         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
20852         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
20853         Remove dead code too.
20854         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
20855         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
20856         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
20857         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
20858         Simplify.
20859         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
20860         Simplify.
20861         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
20862         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
20863         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
20864         Comment on variable precision.
20865         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
20866         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
20867         Likewise.
20868         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
20869         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
20870         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
20871         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
20872         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
20874 2013-10-04  Alan Modra  <amodra@gmail.com>
20876         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
20877         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
20878         all uses of ieee854 long double macros and unions.
20879         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
20880         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
20881         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
20882         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
20883         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
20884         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
20885         Likewise.
20886         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
20887         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
20888         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
20889         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
20890         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
20891         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
20892         Simplify sign and nan test too.
20893         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
20894         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
20895         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
20896         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
20897         Likewise.
20898         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
20899         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
20900         Likewise.
20901         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
20902         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
20903         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
20904         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
20905         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
20906         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
20908 2013-10-04  Alan Modra  <amodra@gmail.com>
20910         * stdio-common/printf_size.c (__printf_size): Don't use
20911         union ieee854_long_double in fpnum union.
20912         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
20913         signbit macro to retrieve sign from long double.
20914         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
20915         retrieve sign from long double.
20916         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
20917         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
20918         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
20919         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
20920         * math/test-misc.c (main): Don't use union ieee854_long_double.
20922 2013-10-04  Alan Modra  <amodra@gmail.com>
20924         [BZ #15680]
20925         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
20926         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
20927         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
20928         calculation.  Remove unnecessary test for denormal exponent.
20929         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
20930         Correct handling of denormals.  Avoid undefined shift behaviour.
20931         Correct normalisation of low mantissa when low double is denormal.
20932         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
20933         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
20934         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
20935         Correct normalisation of low mantissa.  Test for overflow of high
20936         mantissa and normalise.
20937         (ldbl_nearbyint): Use more readable constant for two52.
20938         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
20939         (__mpn_construct_long_double): Fix test for overflow of high
20940         mantissa and correct normalisation.  Avoid undefined shift.
20942 2013-10-04  Alan Modra  <amodra@gmail.com>
20944         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
20945         (union ibm_extended_long_double): Define as an array of ieee754_double.
20946         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
20947         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
20948         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
20949         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
20950         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
20951         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
20952         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
20953         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
20954         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
20955         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
20956         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
20958 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
20960         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
20961         page size instead of calling getpagesize.
20963         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
20964         (LOCFILE_ALIGN_MASK): Likewise.
20965         (LOCFILE_ALIGN_UP): Likewise.
20966         (LOCFILE_ALIGNED_P): Likewise.
20967         * locale/programs/ld-collate.c (collate_output): Use the new
20968         macros instead of __alignof__ (int32_t).
20969         * locale/weight.h (findidx): Likewise.
20971 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
20973         [BZ #431]
20974         * manual/string.texi: Fix strncat and wcsncat.
20976 2013-10-03  Brooks Moses  <bmoses@google.com>
20978         [BZ #15915]
20979         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
20980         * Makerules: ...here, and adjust associated comments.
20982 2013-10-02  Will Newton  <will.newton@linaro.org>
20984         * malloc/Makefile: Add tst-pvalloc.
20985         * malloc/tst-pvalloc.c: New file.
20987 2013-10-02  Will Newton  <will.newton@linaro.org>
20989         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
20990         improve test coverage.
20992 2013-10-02  Will Newton  <will.newton@linaro.org>
20994         * malloc/Makefile: Add tst-posix_memalign.
20995         * malloc/tst-posix_memalign.c: New file.
20997 2013-10-01  Eric Blake  <eblake@redhat.com>
20999         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
21000         Use __THROWNL rather than __THROW on static functions.
21002 2013-09-30  Petr Machata  <pmachata@redhat.com>
21004         * elf/elf.h (R_AARCH64_ABS16): New macro.
21005         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
21006         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
21007         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
21008         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
21009         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
21010         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
21011         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
21012         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
21013         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
21014         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
21015         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
21016         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
21017         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
21018         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
21019         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
21020         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
21021         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
21022         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
21023         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
21024         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
21025         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
21026         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
21027         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
21028         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
21029         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
21030         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
21031         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
21032         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
21033         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
21034         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
21035         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
21036         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
21037         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
21038         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
21039         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
21040         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
21041         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
21042         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
21043         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
21044         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
21045         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
21046         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
21047         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
21048         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
21049         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
21050         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
21051         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
21052         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
21053         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
21054         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
21055         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
21056         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
21057         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
21058         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
21059         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
21060         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
21061         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
21062         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
21063         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
21064         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
21065         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
21066         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
21067         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
21068         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
21069         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
21070         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
21071         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
21072         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
21073         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
21074         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
21075         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
21076         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
21077         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
21078         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
21079         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
21080         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
21081         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
21082         (R_AARCH64_TLSDESC_LDR): Likewise.
21083         (R_AARCH64_TLSDESC_ADD): Likewise.
21084         (R_AARCH64_TLSDESC_CALL): Likewise.
21086 2013-09-30  Andreas Schwab  <schwab@suse.de>
21088         [BZ #15048]
21089         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
21090         the nss database lookup.
21091         * nscd/initgrcache.c (addinitgroupsX): Likewise.
21092         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
21094 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
21096         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
21098 2013-09-28  P. J. McDermott  <pj@pehjota.net>
21100         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
21101         ${Bash-specific parameter/pattern/string} parameter expansion.
21102         * sysdeps/unix/make-syscalls.sh: Likewise.
21104 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21106         * sysdeps/sh/stackguard-macros.h: New file.
21108 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
21110         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
21111         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
21112         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
21113         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
21114         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
21115         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
21117 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21119         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
21120         Fix thread ID register.
21122 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
21124         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
21125         [POSIX || UNIX98]: Require rather than permitting all symbols from
21126         <time.h>.
21127         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
21128         element of struct sched_param.
21129         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
21130         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
21131         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
21132         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
21133         constant.
21135 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
21137         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
21138         argument calculation.
21140 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
21142         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
21143         Expect macro.
21144         [POSIX] (pthread_attr_t): Do not require type.
21145         [POSIX] (pthread_cond_t): Likewise.
21146         [POSIX] (pthread_condattr_t): Likewise.
21147         [POSIX] (pthread_key_t): Likewise.
21148         [POSIX] (pthread_mutex_t): Likewise.
21149         [POSIX] (pthread_mutexattr_t): Likewise.
21150         [POSIX] (pthread_once_t): Likewise.
21151         [POSIX] (pthread_t): Likewise.
21152         [POSIX-based standards] (pthread_atfork): Expect function.
21154 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
21155             Richard Sandiford  <richard@codesourcery.com>
21157         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
21158         (swap_endianness_p): New extern variable.
21159         (set_big_endian): New inline function.
21160         (maybe_swap_uint32): Likewise.
21161         (maybe_swap_uint32_array): Likewise.
21162         (maybe_swap_uint32_obstack): Likewise.
21163         * locale/programs/locfile.c: Include <stdbool.h>.
21164         (swap_endianness_p): New variable.
21165         (add_locale_uint32): Call maybe_swap_uint32.
21166         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
21167         (write_locale_data): Call maybe_swap_uint32_array.
21168         * locale/programs/ld-collate.c (obstack_int32_grow): Call
21169         maybe_swap_uint32.
21170         (obstack_int32_grow_fast): Likewise.
21171         (output_weightwc): Call maybe_swap_uint32_obstack.
21172         (collate_output): Likewise.
21173         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
21174         (OPT_LITTLE_ENDIAN): Likewise.
21175         (options): Add --little-endian and --big-endian options.
21176         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
21177         * locale/programs/locarchive.c: Include "locfile.h".
21178         (GET): New macro.
21179         (SET): Likewise.
21180         (INC): Likewise.
21181         (create_archive): Use the new macros to access fields of
21182         structures directly mapped from or written to locale archives.
21183         (oldlocrecentcmp): Likewise.
21184         (enlarge_archive): Likewise.
21185         (insert_name): Likewise.
21186         (add_alias): Likewise.
21187         (add_locale): Likewise.
21188         (delete_locales_from_archive): Likewise.
21189         (show_archive_content): Likewise.
21190         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
21191         locale data.
21193 2013-09-24  Roland McGrath  <roland@hack.frob.com>
21195         * manual/freemanuals.texi: Updated from (newly) canonical copy at
21196         http://www.gnu.org/doc/freemanuals.texi.
21197         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
21199 2013-09-24  Will Newton  <will.newton@linaro.org>
21201         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
21202         macro.
21204 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
21206         * locale/hashval.h (compute_hashval): Interpret bytes of key as
21207         unsigned char.
21209 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
21211         * manual/threads.texi (POSIX Threads): Fix a typo.
21213 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
21215         [BZ #14547]
21216         * string/tst-strcoll-overflow.c: New test case.
21217         * string/Makefile (xtests): Add tst-strcoll-overflow.
21218         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
21219         cache if string sizes may cause integer overflow.
21221         [BZ #14547]
21222         * string/strcoll_l.c (coll_seq): New members rule, idx,
21223         save_idx and back_us.
21224         (get_next_seq_nocache): New function.
21225         (do_compare_nocache): New function.
21226         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
21227         when malloc fails.
21229 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
21231         [BZ #15754]
21232         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
21233         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
21234         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
21236         [BZ #15754]
21237         * elf/Makefile (tests): Add tst-ptrguard1.
21238         (tests-static): Add tst-ptrguard1-static.
21239         (tst-ptrguard1-ARGS): Define.
21240         (tst-ptrguard1-static-ARGS): Define.
21241         * elf/tst-ptrguard1.c: New file.
21242         * elf/tst-ptrguard1-static.c: New file.
21243         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
21244         * sysdeps/i386/stackguard-macros.h: Likewise.
21245         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
21246         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
21247         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
21248         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
21249         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
21250         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
21252 2013-09-23  Hector Marco  <hecmargi@upv.es>
21253             Ismael Ripoll  <iripoll@disca.upv.es>
21254             Carlos O'Donell  <carlos@redhat.com>
21256         [BZ #15754]
21257         * sysdeps/generic/stackguard-macros.h: Define
21258         __pointer_chk_guard_local and POINTER_CHK_GUARD.
21259         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
21260         Define __pointer_chk_guard_local.
21261         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
21262         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
21264 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
21266         [BZ #15859]
21267         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
21269 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
21271         * include/string.h (__ffs): Declare as hidden.
21272         * string/ffs.c (__ffs): Define as hidden.
21273         * sysdeps/i386/ffs.c (__ffs): Likewise.
21274         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
21275         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
21276         * sysdeps/s390/ffs.c (__ffs): Likewise.
21277         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
21279 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
21281         * NEWS: Mention malloc probes.
21283         * malloc/arena.c (new_heap): New memory_heap_new probe.
21284         (grow_heap): New memory_heap_more probe.
21285         (shrink_heap): New memory_heap_less probe.
21286         (heap_trim): New memory_heap_free probe.
21287         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
21288         (systrim): New memory_sbrk_less probe.
21289         * manual/probes.texi: Document them.
21291         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
21292         * manual/probes.texi: Document it.
21294         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
21295         (__libc_realloc): Add memory_realloc_retry probe.
21296         (__libc_memalign): Add memory_memalign_retry probe.
21297         (__libc_valloc): Add memory_valloc_retry probe.
21298         (__libc_pvalloc): Add memory_pvalloc_retry probe.
21299         (__libc_calloc): Add memory_calloc_retry probe.
21300         * manual/probes.texi: Document them.
21302         * malloc/arena.c (get_free_list): Add probe
21303         memory_arena_reuse_free_list.
21304         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
21305         and memory_arena_reuse.
21306         (arena_get2) [!PER_THREAD]: Likewise.
21307         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
21308         memory_arena_reuse_realloc.
21309         * manual/probes.texi: Document them.
21311         * malloc/malloc.c (__libc_free): Add
21312         memory_mallopt_free_dyn_thresholds probe.
21313         (__libc_mallopt): Add multiple memory_mallopt probes.
21314         * manual/probes.texi: Document them.
21316         * malloc/malloc.c: Include stap-probe.h.
21317         (__libc_mallopt): Add memory_mallopt probe.
21318         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
21319         * manual/probes.texi: New.
21320         * manual/Makefile (chapters): Add probes.
21321         * manual/threads.texi: Set next node.
21323 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
21325         [BZ #15963, #13985]
21326         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
21327         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
21328         Add `Chinese' to `nan' entry name.
21330 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
21332         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
21333         (POLYNOMIAL): Likewise.
21334         (TAYLOR_SINCOS): Likewise.
21335         (TAYLOR_SLOW): Likewise.
21336         (__sin): Use TAYLOR_SINCOS.
21337         (__cos): Likewise.
21338         (slow): Use TAYLOR_SLOW.
21339         (sloww): Likewise.
21340         (bsloww): Likewise.
21341         (csloww): Likewise.
21343 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21345         * stdlib/strtod_l.c: Fix buffer overrun.
21347 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
21349         * benchtests/Makefile (bench): Add sincos.
21350         * benchtests/bench-sincos.c: New file.
21352         * math/libm-test.inc (cos_test_data): New test inputs.
21353         (sin_test_data): Likewise.
21355         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
21356         macro.
21357         (__sin): Use it.
21358         (__cos): Likewise.
21359         (slow1): Likewise.
21360         (slow2): Likewise.
21361         (sloww1): Likewise.
21362         (sloww2): Likewise.
21363         (bsloww1): Likewise.
21364         (bsloww2): Likewise.
21365         (cslow2): Likewise.
21366         (csloww1): Likewise.
21367         (csloww2): Likewise.
21369         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
21370         function.
21371         (__sin): Use it.
21372         (__cos): Likewise.
21374         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
21375         gotos.
21376         (__cos): Likewise.
21378 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
21380         * config.h.in (HAVE_MIPS_NAN2008): New macro.
21381         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
21382         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
21383         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
21384         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
21385         * elf/cache.c (print_entry): Handle the new cache flags.
21387 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
21388             Aldy Hernandez  <aldyh@redhat.com>
21390         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
21391         Change condition to [_SOFT_FLOAT].
21392         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
21393         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
21394         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
21395         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
21396         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
21397         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
21398         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
21399         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
21400         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
21401         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
21402         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
21403         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
21404         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
21405         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
21406         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
21407         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
21408         declaration.
21410 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
21412         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
21413         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21414         (__longjmp): Use LOAD_GP to load saved GPRs.
21415         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
21416         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21417         (__sigsetjmp): Use SAVE_GP to save GPRs.
21419         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
21420         Do not append -msoft-float.
21421         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
21423 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
21425         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
21427 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
21429         [BZ #15966]
21430         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
21431         (_FPU_GETCW): Use initial "__" on variable and field names but not
21432         on macro parameter name.
21433         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
21434         parentheses around reference to macro parameter.
21436 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
21438         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
21439         prototype.
21440         (ctype_startup): Use uint32_t in cast and sizeof for
21441         ctype->charnames.
21443 2013-09-11  Jia Liu  <proljc@gmail.com>
21445         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
21446         __daddr_t_defined.
21447         [__FreeBSD__]: Likewise.
21449 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
21451         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
21452         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
21453         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
21454         (strchr): Remove __strchr_sse42 ifunc selection.
21455         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
21456         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
21458 2013-09-11  Will Newton  <will.newton@linaro.org>
21460         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
21461         parameter to RES. Remove hardcoded 1000 value.
21462         * benchtests/bench-skeleton.c (main): Pass RES parameter
21463         to TIMING_INIT and multiply result by 1000.
21465 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21467         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21469 2013-09-11  Andreas Schwab  <schwab@suse.de>
21471         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
21472         if not defined.
21473         (O_TMPFILE) [__USE_GNU]: Define.
21474         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
21475         Define.
21477 2013-09-11  Will Newton  <will.newton@linaro.org>
21479         [BZ #15857]
21480         * malloc/malloc.c (__libc_memalign): Check the value of bytes
21481         does not overflow.
21483 2013-09-11  Will Newton  <will.newton@linaro.org>
21485         [BZ #15856]
21486         * malloc/malloc.c (__libc_valloc): Check the value of bytes
21487         does not overflow.
21489 2013-09-11  Will Newton  <will.newton@linaro.org>
21491         [BZ #15855]
21492         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
21493         does not overflow.
21495 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
21497         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
21498         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
21499         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
21500         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
21501         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
21503 2013-09-10  Allan McRae  <allan@archlinux.org>
21505         [BZ #15748]
21506         * manual/arith.texi (Parsing of Floats): Clarify
21507         cross-reference.
21509         [BZ #15849]
21510         * manual/install.texi (Running make install): Mention
21511         --enable-pt-chown.
21512         * INSTALL: Regenerated.
21514 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
21516         * csu/init-first.c (_init): Remove the !SHARED condition around
21517         FPU control word initialization.
21518         * elf/dl-support.c (_dl_fpu_control): New variable.
21519         (_dl_aux_init) <AT_FPUCW>: Initialize it.
21520         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
21521         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
21522         * math/test-fpucw-static.c: New file.
21523         * math/test-fpucw-ieee.c: New file.
21524         * math/test-fpucw-ieee-static.c: New file.
21525         * math/Makefile (tests): Add `test-fpucw-ieee' and
21526         `$(tests-static)'.
21527         (tests-static): New variable.
21528         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
21529         dependency to...
21530         [($(build-shared),yes)]
21531         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
21532         ... this.
21533         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
21534         New dependency.
21536 2013-09-09  Allan McRae  <allan@archlinux.org>
21538         [BZ #15939]
21539         * manual/string.texi (Collation Functions): Fix typo in
21540         strcoll example.
21541         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
21543         [BZ #15893]
21544         * stdlib/isomac.c (get_null_defines): Fix memory leak.
21546         [BZ #15892]
21547         * libio/memstream.c (open_memstream): Fix memory leak.
21548         * libio/wmemstream.c (open_wmemstream): Likewise.
21550         [BZ #15895]
21551         * nscd/netgroupcache.c: Fix nesting of ifdefs.
21553 2013-09-09  Will Newton  <will.newton@linaro.org>
21555         * malloc/Makefile: Add tst-realloc to tests.
21556         * malloc/tst-realloc.c: New file.
21558 2013-09-09  Allan McRae  <allan@archlinux.org>
21560         [BZ #15844]
21561         * COPYING: Update from GNU website to fix FSF address.
21562         * COPYING.LIB: Likewise.
21564 2013-09-06  David S. Miller  <davem@davemloft.net>
21566         * po/zh_TW.po: Update Chinese (traditional) translation from
21567         translation project.
21569 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
21570             Joseph Myers  <joseph@codesourcery.com>
21572         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
21573         "localeinfo.h".
21574         (obstack_chunk_alloc): New macro.
21575         (obstack_chunk_free): Likewise.
21576         (record_offset): New function.
21577         (init_locale_data): Likewise.
21578         (align_locale_data): Likewise.
21579         (add_locale_empty): Likewise.
21580         (add_locale_raw_data): Likewise.
21581         (add_locale_raw_obstack): Likewise.
21582         (add_locale_string): Likewise.
21583         (add_locale_wstring): Likewise.
21584         (add_locale_uint32): Likewise.
21585         (add_locale_uint32_array): Likewise.
21586         (add_locale_char): Likewise.
21587         (start_locale_structure): Likewise.
21588         (end_locale_structure): Likewise.
21589         (start_locale_prelude): Likewise.
21590         (end_locale_prelude): Likewise.
21591         (write_locale_data): Take locale_file structure rather than an
21592         iovec.
21593         * locale/programs/locfile.h: Include "obstack.h".
21594         (struct locale_file): Change to store locale file contents instead
21595         of header.
21596         (init_locale_data): New prototype.
21597         (align_locale_data): Likewise.
21598         (add_locale_empty): Likewise.
21599         (add_locale_raw_data): Likewise.
21600         (add_locale_raw_obstack): Likewise.
21601         (add_locale_string): Likewise.
21602         (add_locale_wstring): Likewise.
21603         (add_locale_uint32): Likewise.
21604         (add_locale_uint32_array): Likewise.
21605         (add_locale_char): Likewise.
21606         (start_locale_structure): Likewise.
21607         (end_locale_structure): Likewise.
21608         (start_locale_prelude): Likewise.
21609         (end_locale_prelude): Likewise.
21610         (write_locale_data): Update prototype.
21611         * locale/programs/3level.h (struct TABLE): Remove result field.
21612         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
21613         Use new locale_file interface.
21614         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
21615         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
21616         * locale/programs/ld-address.c (address_output): Use new
21617         locale_file interface.
21618         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
21619         NO_ADD_LOCALE.
21620         (collate_finish): Don't call collseq_table_finalize.
21621         (collate_output): Use new locale_file interface.
21622         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
21623         in file.
21624         (NO_FINALIZE): Change to NO_ADD_LOCALE.
21625         (TABLE): Move defines earlier in file.
21626         (ELEMENT): Likewise.
21627         (DEFAULT): Likewise.
21628         (wctrans_table_add): Move macro and inline function earlier in
21629         file.
21630         (struct wctype_table): Move type earlier in file.
21631         (add_locale_wctype_table): New static prototype.
21632         (struct locale_ctype_t): Use logical types instead of struct iovec
21633         pointers for members.
21634         (ctype_output): Use new locale_file interface.
21635         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
21636         new locale_file interface.
21637         (allocate_arrays): Update for use of new locale_file interface.
21638         * locale/programs/ld-identification.c (identification_output): Use
21639         new locale_file interface.
21640         * locale/programs/ld-measurement.c (measurement_output): Likewise.
21641         * locale/programs/ld-messages.c (messages_output): Likewise.
21642         * locale/programs/ld-monetary.c (monetary_output): Likewise.
21643         * locale/programs/ld-name.c (name_output): Likewise.
21644         * locale/programs/ld-numeric.c (numeric_output): Likewise.
21645         * locale/programs/ld-paper.c (paper_output): Likewise.
21646         * locale/programs/ld-telephone.c (telephone_output): Likewise.
21647         * locale/programs/ld-time.c (time_output): Likewise.
21649 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21651         * benchtests/Makefile: Add memrchr benchmark.
21652         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
21653         benchmark as memrchr.
21654         * benchtests/bench-memrchr-ifunc.c: New file.
21655         * benchtests/bench-memrchr.c: New file.
21657 2013-09-06   Will Newton  <will.newton@linaro.org>
21659         * benchtests/Makefile (string-bench): Add memcpy.
21661 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
21662             Cong Wang  <amwang@redhat.com>
21664         [BZ #15850]
21665         * sysdeps/unix/sysv/linux/bits/in.h
21666         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
21667         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
21668         before __USE_KERNEL_IPV6_DEFS uses.
21669         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
21670         IPPROTO_BEETPH.
21671         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
21672         sockaddr_in6, or ipv6_mreq.
21674 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21676         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
21677         memory access for final bytes in some large inputs.
21678         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
21680 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21682         * string/test-memrchr.c: New file.
21683         * string/test-memrchr-ifunc.c: New file.
21684         * string/Makefile: Add new memrchr testcase.
21686 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
21688         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
21689         fanotify_init returns EPERM.
21691 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21693         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
21694         errors.
21695         (top level): Treat second token from macro or constant entries for
21696         allowed headers as allowed.
21697         * include/complex.h: Condition internal declarations on
21698         [!_ISOMAC].
21699         * include/fenv.h: Condition include of <stdbool.h> and internal
21700         declarations on [!_ISOMAC].
21702 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
21704         [BZ #15923]
21705         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
21707 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21709         * configure.in (--enable-versioning): Remove configure option.
21710         (libc_cv_asm_symver_directive): Remove configure test.
21711         (libc_cv_ld_version_script_option): Likewise.
21712         (VERSIONING): Remove variable and AC_SUBST.
21713         (DO_VERSIONING): Remove AC_DEFINE.
21714         * configure: Regenerated.
21715         * config.h.in (DO_VERSIONING): Remove macro.
21716         * Makerules [$(versioning) = yes]: Change conditionals to
21717         [$(build-shared) = yes].
21718         * config.make.in (versioning): Remove variable.
21719         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
21720         [$(build-shared) = yes].
21721         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
21722         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
21723         * elf/Makefile [$(versioning) = yes]: Change conditionals to
21724         [$(build-shared) = yes].
21725         * extra-lib.mk [$(versioning) = yes]: Likewise.
21726         * hurd/Makefile [$(versioning) = yes]: Likewise.
21727         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
21728         [SHARED].
21729         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
21730         [SHARED].
21731         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21732         [SHARED && !NO_HIDDEN].
21733         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
21734         [SHARED].
21735         [SHARED && DO_VERSIONING]: Likewise..
21736         * libio/Makefile [$(versioning) = yes]: Change conditionals to
21737         [$(build-shared) = yes].
21738         * manual/install.texi (--disable-versioning): Remove
21739         documentation.
21740         * INSTALL: Regenerated.
21741         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
21742         to [SHARED].
21743         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
21744         [$(build-shared) = yes].
21745         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
21746         * sysdeps/i386/i686/multiarch/strstr-c.c
21747         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21748         [SHARED && !NO_HIDDEN].
21749         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
21750         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
21751         * sysdeps/powerpc/powerpc32/dl-machine.c
21752         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
21753         * sysdeps/powerpc/powerpc32/sysdep.h
21754         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
21755         to [SHARED && PIC && !NO_HIDDEN].
21756         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
21757         conditional to [SHARED].
21759 2013-09-04   Will Newton  <will.newton@linaro.org>
21761         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
21762         * benchtests/bench-string.h: Include bench-timing.h instead
21763         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
21764         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
21765         call to HP_TIMING_DIFF_INIT.
21766         * benchtests/bench-memccpy.c: Use bench-timing.h macros
21767         instead of hp-timing.h macros.
21768         * benchtests/bench-memchr.c: Likewise.
21769         * benchtests/bench-memcmp.c: Likewise.
21770         * benchtests/bench-memcpy.c: Likewise.
21771         * benchtests/bench-memmem.c: Likewise.
21772         * benchtests/bench-memmove.c: Likewise.
21773         * benchtests/bench-memset.c: Likewise.
21774         * benchtests/bench-rawmemchr.c: Likewise.
21775         * benchtests/bench-strcasecmp.c: Likewise.
21776         * benchtests/bench-strcasestr.c: Likewise.
21777         * benchtests/bench-strcat.c: Likewise.
21778         * benchtests/bench-strchr.c: Likewise.
21779         * benchtests/bench-strcmp.c: Likewise.
21780         * benchtests/bench-strcpy.c: Likewise.
21781         * benchtests/bench-strcpy_chk.c: Likewise.
21782         * benchtests/bench-strlen.c: Likewise.
21783         * benchtests/bench-strncasecmp.c: Likewise.
21784         * benchtests/bench-strncat.c: Likewise.
21785         * benchtests/bench-strncmp.c: Likewise.
21786         * benchtests/bench-strncpy.c: Likewise.
21787         * benchtests/bench-strnlen.c: Likewise.
21788         * benchtests/bench-strpbrk.c: Likewise.
21789         * benchtests/bench-strrchr.c: Likewise.
21790         * benchtests/bench-strspn.c: Likewise.
21791         * benchtests/bench-strstr.c: Likewise.
21793 2013-09-04  Will Newton  <will.newton@linaro.org>
21795         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
21797 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
21799         [BZ #15427]
21800         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
21801         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
21802         * math/libm-test.inc (lgamma_test_data): Add more tests.
21803         * sysdeps/i386/fpu/libm-test-ulps: Update.
21804         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21806 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
21808         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
21809         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
21810         Add ifunc.
21811         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
21812         Add strcmp-sse2-unaligned
21813         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
21815 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
21817         * Versions.def (libc): Add GLIBC_2.19.
21819 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
21821         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
21822         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
21824 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
21826         [BZ #14155]
21827         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
21828         intermediate calculations in recurrence.
21829         (__ieee754_ynf): Likewise.
21830         * math/libm-test.inc (jn_test_data): Do not allow spurious
21831         underflow exception.  Add more tests.
21832         (yn_test_data): Add more tests.
21833         * sysdeps/i386/fpu/libm-test-ulps: Update.
21834         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21836 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
21838         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
21840 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
21842         * csu/init-first.c: Fix then/than typos.
21843         * locale/programs/ld-collate.c: Likewise.
21844         * locale/programs/linereader.h: Likewise.
21845         * manual/charset.texi: Likewise.
21846         * manual/filesys.texi: Likewise.
21847         * manual/stdio.texi: Likewise.
21848         * manual/string.texi: Likewise.
21849         * stdlib/fmtmsg.c: Likewise.
21850         * sysdeps/i386/stpncpy.S: Likewise.
21851         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
21852         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
21853         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
21854         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
21856 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
21858         * elf/dl-open.c: Fix typos.
21859         * iconvdata/gbbig5.c: Likewise.
21860         * iconvdata/iso-2022-jp.c: Likewise.
21861         * iconv/gconv_int.h: Likewise.
21862         * iconv/loop.c: Likewise.
21863         * nis/rpcsvc/nis.h: Likewise.
21864         * resolv/ns_name.c: Likewise.
21865         * stdio-common/vfscanf.c: Likewise.
21866         * streams/stropts.h: Likewise.
21867         * sunrpc/rpc_thread.c: Likewise.
21868         * sysdeps/i386/strpbrk.S: Likewise.
21869         * sysdeps/ieee754/k_standard.c: Likewise.
21870         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
21871         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
21872         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
21873         * sysdeps/mach/hurd/profil.c: Likewise.
21874         * sysdeps/s390/dl-procinfo.h: Likewise.
21875         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
21876         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
21877         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
21878         * sysdeps/x86_64/dl-trampoline.S: Likewise.
21879         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
21881 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
21883         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
21884         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
21886 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
21888         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
21889         aix specific files.
21890         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
21891         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
21892         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
21893         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
21894         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
21895         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
21896         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
21897         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
21899 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
21900             Roland McGrath  <roland@hack.frob.com>
21902         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
21903         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
21905 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
21907         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
21908         __executable_start symbol instead of _start.
21910 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
21912         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
21913         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
21914         Move macros to...
21915         * sysdeps/gnu/ldsodefs.h: ... this new file.
21917         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
21918         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
21919         instead of ELFOSABI_LINUX.
21921         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
21922         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
21923         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
21924         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
21925         Likewise.
21926         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
21927         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
21928         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
21929         Likewise.
21930         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
21931         (ibm_extended_long_double): Add ieee_nan member.
21932         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
21933         (do_test): New function.
21935         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
21936         TEST_TRUNC.
21937         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
21938         functions, renamed from truncdfsf_test, trunctfsf_test,
21939         trunctfdf_test.
21940         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
21941         functions.
21942         (do_test): Run all these.
21944 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
21946         * argp/argp-help.c: Fix typos.
21947         * argp/argp-parse.c: Likewise.
21948         * debug/backtracesyms.c: Likewise.
21949         * elf/elf.h: Likewise.
21950         * malloc/malloc.c: Likewise.
21951         * nis/nis_print.c: Likewise.
21952         * resolv/res_comp.c: Likewise.
21953         * stdlib/stdlib.h: Likewise.
21954         * sunrpc/clnt_tcp.c: Likewise.
21955         * sunrpc/clnt_udp.c: Likewise.
21956         * sunrpc/clnt_unix.c: Likewise.
21957         * sysdeps/unix/bsd/ptsname.c: Likewise.
21958         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
21959         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
21960         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
21961         Likewise.
21962         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
21963         Likewise.
21964         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
21965         Likewise.
21966         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
21968 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
21970         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
21971         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
21973 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
21975         [BZ #15897]
21976         * dlfcn/Makefile (tests): Add bug-dl-leaf.
21977         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
21978         ($(objpfx)bug-dl-leaf): New rule.
21979         ($(objpfx)bug-dl-leaf.so): Likewise.
21980         ($(objpfx)bug-dl-leaf.out): Likewise.
21981         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
21982         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
21983         * dlfcn/bug-dl-leaf.c: New test.
21984         * dlfcn/bug-dl-leaf-lib.c: Likewise.
21985         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
21986         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
21987         (dlclose): Likewise.
21988         (dlmopen): Likewise.
21990 2013-08-27  Roland McGrath  <roland@hack.frob.com>
21992         * include/netdb.h [!_ISOMAC]:
21993         Don't include <tls.h>.
21994         (h_errno, __libc_h_errno): Move declaration and macros out of
21995         [_LIBC_REENTRANT].
21997         * include/resolv.h [_RESOLV_H_]:
21998         Don't include <tls.h>.
21999         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
22000         * resolv/res_libc.c: Don't include <tls.h>.
22001         (_res): Use __attribute__ ((nocommon)) in place of
22002         __attribute__ ((section (".bss"))).
22004         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
22005         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
22007         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
22009         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
22010         only under [SIOCGIFCONF && SIOCGIFNETMASK].
22012         * resolv/res_mkquery.c: Include <sys/time.h>.
22014         * inet/ifreq.c: Moved to ...
22015         * sysdeps/unix/ifreq.c: ... here.
22016         * inet/ifreq.c: New file, true stub version.
22018         * socket/sa_len.c: New file.
22019         * socket/Makefile (aux): Add it.
22020         * sysdeps/unix/sysv/linux/Makefile
22021         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
22022         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
22023         and #include <socket/sa_len.c>.
22024         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
22025         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
22027         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
22028         * bits/socket.h: ... here.
22030         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
22031         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
22032         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
22034 2013-08-27  Andreas Schwab  <schwab@suse.de>
22036         [BZ #15736]
22037         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
22038         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
22039         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
22040         * string/test-strcasecmp.c (test_main): Run tests in several
22041         locales.
22042         * string/test-strncasecmp.c (test_main): Likewise.
22044         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
22045         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
22046         to __strcasecmp_nonascii and __strncasecmp_nonascii.
22047         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
22048         (__strncasecmp_ssse3) [PIC]: Likewise.
22050 2013-08-26  Roland McGrath  <roland@hack.frob.com>
22052         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
22054         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
22055         instead of explicitly declaring xdecrypt.
22056         * nis/nss_nis/nis-publickey.c: Likewise.
22058 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22060         [BZ #15890]
22061         * nscd/aicache.c: Include res_hconf.h.
22062         (addhstaiX): Initialize res_hconf.
22064 2013-08-26  Andreas Schwab  <schwab@suse.de>
22066         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
22067         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
22069 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22071         * nscd/aicache.c (addhstaiX): Fix indentation.
22073 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
22075         * configure.ac: Quote $build_pt_chown test.
22076         * configure: Regenerated.
22078 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
22080         [BZ #15532]
22081         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
22082         * math/s_cexpf.c (__cexpf): Likewise.
22083         * math/s_cexpl.c (__cexpl): Likewise.
22084         * math/libm-test.inc (cexp_test_data): Correct expected return
22085         value for NaN + i0.  Add another test.
22087 2013-08-22  David S. Miller  <davem@davemloft.net>
22089         * po/ca.po: Update Catalan translation from translation project.
22090         * po/uk.po: Add Ukrainian translations from translation project.
22092 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
22094         [BZ #15797]
22095         * math/s_fdim.c (__fdim): Check for infinite arguments if result
22096         is infinite, not alongside NaN test.
22097         * math/s_fdimf.c (__fdimf): Likewise.
22098         * math/s_fdiml.c (__fdiml): Likewise.
22099         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
22100         errno is unchanged.
22102 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
22104         * argp/argp-help.c: Fix typos.
22105         * crypt/speeds.c: Likewise.
22106         * csu/check_fds.c: Likewise.
22107         * elf/dl-load.c: Likewise.
22108         * elf/dl-open.c: Likewise.
22109         * elf/reldep3.c: Likewise.
22110         * elf/reldep.c: Likewise.
22111         * elf/sprof.c: Likewise.
22112         * iconv/iconv_charmap.c: Likewise.
22113         * iconv/skeleton.c: Likewise.
22114         * iconv/strtab.c: Likewise.
22115         * io/lockf64.c: Likewise.
22116         * libio/libioP.h: Likewise.
22117         * resolv/gai_notify.c: Likewise.
22118         * resolv/ns_name.c: Likewise.
22119         * resolv/ns_samedomain.c: Likewise.
22120         * resolv/res_send.c: Likewise.
22121         * stdlib/random.c: Likewise.
22122         * sunrpc/rpc/xdr.h: Likewise.
22123         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
22124         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
22125         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
22126         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
22127         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
22128         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
22129         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
22130         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
22131         * sysdeps/mach/hurd/check_fds.c: Likewise.
22132         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
22133         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
22134         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
22135         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
22136         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
22137         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
22138         * sysdeps/pthread/aio_notify.c: Likewise.
22139         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
22140         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
22141         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
22142         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
22143         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
22145 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22147         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
22148         version if bit_Slow_SSE4_2 is set.
22149         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
22150         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
22152 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22154         [BZ #15867]
22155         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
22156         trampoline stack frame information.
22157         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
22158         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
22159         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
22160         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
22161         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
22162         * sysdeps/unix/sysv/linux/powerpc/init-first.c
22163         (_libc_vdso_platform_setup): Initialize the signal trampolines.
22164         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
22165         sa_flags value.
22166         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
22167         interrupting a syscall and set with option SA_SIGINFO.
22169 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
22171         [BZ #15531]
22172         * math/s_cproj.c (__cproj): Only return an infinity if one part of
22173         argument is infinite.
22174         * math/s_cprojf.c (__cprojf): Likewise.
22175         * math/s_cprojl.c (__cprojl): Likewise.
22176         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
22177         * math/libm-test.inc (cproj_test_data): Add more tests.
22179         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
22181         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
22182         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
22183         size.  Use __ffs to determine corresponding shift.
22185 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
22186             Roland McGrath  <roland@hack.frob.com>
22188         * Makefile (INSTALL): Remove trailing blank lines from output of
22189         makeinfo.
22191 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22193         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
22194         Align 32 bit compat elf_greg to 8 bytes.
22196 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
22198         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
22200 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
22202         * string/strcoll_l.c (coll_seq): New structure.
22203         (get_next_seq_cached): New function.
22204         (get_next_seq): New function.
22205         (do_compare): New function.
22206         (STRCOLL): Use GNU style definition.  Simplify implementation
22207         by using get_next_seq, get_next_seq_cached and do_compare.
22209 2013-08-16  Florian Weimer  <fweimer@redhat.com>
22211         [BZ #14699]
22212         CVE-2013-4237
22213         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
22214         member.
22215         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
22216         member.
22217         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
22218         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
22219         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
22220         conditional.
22221         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
22222         GETDENTS_64BIT_ALIGNED.
22223         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
22224         * manual/filesys.texi (Reading/Closing Directory): Document
22225         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
22226         strongly.
22227         * manual/conf.texi (Limits for Files): Add portability note to
22228         NAME_MAX, PATH_MAX.
22229         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
22231 2013-08-13  Andreas Schwab  <schwab@suse.de>
22233         [BZ #15749]
22234         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
22235         of fabs.
22236         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
22237         LDBL_MAX_EXP >= 16384]: Add tests for it.
22239 2013-08-12  David S. Miller  <davem@davemloft.net>
22241         * version.h (RELEASE): Set to "development".
22242         (VERSION): Set to "2.18.90".
22243         * NEWS: Add 2.19 section.
22245 2013-08-03  David S. Miller  <davem@davemloft.net>
22247         * po/ko.po: Update Korean translation from translation project.
22249 2013-08-01  David S. Miller  <davem@davemloft.net>
22251         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
22252         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
22253         Bilka.
22255 2013-07-30  David S. Miller  <davem@davemloft.net>
22257         * po/fr.po: Update French translation from translation project.
22259 2013-07-28  David S. Miller  <davem@davemloft.net>
22261         * po/cs.po: Update Czech translation from translation project.
22263         * po/sv.po: Update Swedish translation from translation project.
22265 2013-07-27  David S. Miller  <davem@davemloft.net>
22267         * po/eo.po: Update Esperanto translation from translation project.
22269         * po/vi.po: Update Vietnamese translation from translation project.
22271         * po/de.po: Update German translation from translation project.
22273 2013-07-26  David S. Miller  <davem@davemloft.net>
22275         * po/bg.po: Update Bulgarian translation from translation project.
22277         * po/nl.po: Update Dutch translation from translation project.
22278         * po/pl.po: Update Polish translation from translation project.
22279         * po/ru.po: Update Russian translation from translation project.
22281 2013-07-24  David S. Miller  <davem@davemloft.net>
22283         * po/libc.pot: Update.
22285 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22287         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
22288         variable page size.
22289         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
22290         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
22291         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
22293 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22295         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
22297 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
22298             Andreas Schwab  <schwab@suse.de>
22299             Roland McGrath  <roland@hack.frob.com>
22300             Joseph Myers  <joseph@codesourcery.com>
22301             Carlos O'Donell  <carlos@redhat.com>
22303         [BZ #15755]
22304         * config.h.in: Define HAVE_PT_CHOWN.
22305         * config.make.in (build-pt-chown): New variable.
22306         * configure.in (--enable-pt_chown): New configure option.
22307         * configure: Regenerate.
22308         * login/Makefile: Include Makeconfig.  Build pt_chown only if
22309         build-pt-chown is enabled.
22310         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
22311         pt_chown to fix pty ownership.
22312         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
22313         CLOSE_ALL_FDS.
22314         * manual/install.texi (Configuring and compiling): Mention
22315         --enable-pt_chown. Add @findex for grantpt.
22316         * INSTALL: Regenerate.
22318 2013-07-20  David S. Miller  <davem@davemloft.net>
22320         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
22321         difference between 32-bit and 64-bit.
22323 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
22325         [BZ #15711]
22326         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
22327         Avoid system header dependency with -ffreestanding.
22328         ($(objpfx)bits/syscall%d): Likewise.
22330 2013-07-13  David S. Miller  <davem@davemloft.net>
22332         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
22333         underflows from atanl/atan2l due to bug 15319.
22334         (casinh_test_data): Likewise.
22336 2013-07-07  David S. Miller  <davem@davemloft.net>
22338         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
22340 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
22342         * sysdeps/i386/fpu/libm-test-ulps: Update.
22343         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22345 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
22347         * configure.in (--enable-lock-elision): Fix message text.
22348         * INSTALL: Regenerate.
22349         * configure: Regenerate.
22351 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22353         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22355 2013-07-03  Andreas Jaeger  <aj@suse.de>
22357         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
22358         define.
22359         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
22360         (ptrace_peeksiginfo_args): Add.
22361         (__ptrace_peeksiginfo_flags): Add.
22362         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
22363         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
22364         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
22366 2013-07-03  Allan McRae  <allan@archlinux.org>
22368         * sysdeps/i386/fpu/libm-test-ulps: Update.
22370 2013-07-02  David S. Miller  <davem@davemloft.net>
22372         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22374 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
22376         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
22378 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
22380         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
22381         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22383 2013-07-02  Andi Kleen <ak@linux.intel.com>
22385         * config.h.in (ENABLE_LOCK_ELISION): Add.
22386         * configure.in (--enable-lock-elision): Add option.
22387         * manual/install.texi: Document --enable lock elision.
22388         * configure: Regenerate
22389         * INSTALL: Regenerate.
22391 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
22393         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
22394         SSE4.2 strcasecmp for libc.a.
22395         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
22397 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
22399         [BZ #13304]
22400         * soft-fp/op-common.h (_FP_FMA): New macro.
22401         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
22402         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
22403         (_FP_MUL_MEAT_1_imm): ... here.
22404         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
22405         (_FP_MUL_MEAT_1_wide): ... here.
22406         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
22407         (_FP_MUL_MEAT_1_hard): ... here.
22408         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
22409         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
22410         (_FP_MUL_MEAT_2_wide): ... here.
22411         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
22412         (_FP_MUL_MEAT_2_wide_3mul): ... here.
22413         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
22414         (_FP_MUL_MEAT_2_gmp): ... here.
22415         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
22416         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
22417         (_FP_MUL_MEAT_4_wide): ... here.
22418         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
22419         (_FP_MUL_MEAT_4_gmp): ... here.
22420         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
22421         (_FP_WFRACBITS_DW_S): Likewise.
22422         (_FP_WFRACXBITS_DW_S): Likewise.
22423         (_FP_HIGHBIT_DW_S): Likewise.
22424         (FP_FMA_S): Likewise.
22425         (_FP_FRAC_HIGH_DW_S): Likewise.
22426         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
22427         (_FP_WFRACBITS_DW_D): Likewise.
22428         (_FP_WFRACXBITS_DW_D): Likewise.
22429         (_FP_HIGHBIT_DW_D): Likewise.
22430         (FP_FMA_D): Likewise.
22431         (_FP_FRAC_HIGH_DW_D): Likewise.
22432         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
22433         (_FP_WFRACBITS_DW_E): Likewise.
22434         (_FP_WFRACXBITS_DW_E): Likewise.
22435         (_FP_HIGHBIT_DW_E): Likewise.
22436         (FP_FMA_E): Likewise.
22437         (_FP_FRAC_HIGH_DW_E): Likewise.
22438         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
22439         (_FP_WFRACBITS_DW_Q): Likewise.
22440         (_FP_WFRACXBITS_DW_Q): Likewise.
22441         (_FP_HIGHBIT_DW_Q): Likewise.
22442         (FP_FMA_Q): Likewise.
22443         (_FP_FRAC_HIGH_DW_Q): Likewise.
22444         * soft-fp/fmasf4.c: New file.
22445         * soft-fp/fmadf4.c: Likewise.
22446         * soft-fp/fmatf4.c: Likewise.
22448 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22450         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
22451         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
22452         Silvermont.
22453         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
22454         macro.
22455         (index_Slow_SSE4_2): Likewise.
22456         (index_Prefer_PMINUB_for_stringop): Likewise.
22457         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
22458         bit_Slow_SSE4_2 is set.
22459         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
22460         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
22462 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22464         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
22465         rtld_global._dl_hwcap2.
22466         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
22467         POWER8.
22468         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
22469         POWER8 feature descriptions defined in _dl_hwcap2.
22470         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
22471         string handling for POWER8 feature bits.
22472         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
22473         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
22474         _dl_powerpc_cap_flags.
22475         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
22476         * sysdeps/powerpc/rtld-global-offsets.sym
22477         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
22478         _dl_hwcap2 in the rtld_global_ro structure.
22480 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22482         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
22483         hardware capabilities in support of AT_HWCAP2.
22484         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
22485         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
22486         GLRO(dl_hwcap2).
22487         (_dl_show_auxv): Add support for calling _dl_procinfo to display
22488         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
22489         explicitly the unknown a_type display mechanism is used.
22490         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
22491         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
22492         struct member.
22493         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
22494         to macro prototype for AT_HWCAP2 support.
22495         * sysdeps/i386/dl-procinfo.h: Likewise.
22496         * sysdeps/s390/dl-procinfo.h: Likewise.
22497         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
22498         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
22499         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
22500         return -1 for unknown a_type display fallback.
22501         * sysdeps/sparc/dl-procinfo.h: Likewise.
22502         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
22503         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
22505 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
22507         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
22508         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
22510 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
22512         [BZ #12492]
22513         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
22514         mprotect making __stack_prot writable.
22516 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
22517             Joseph Myers  <joseph@codesourcery.com>
22519         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
22520         as being properly aligned.
22522 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
22524         * dlfcn/modstatic5.c: New file.
22525         * dlfcn/tststatic5.c: New file.
22526         * dlfcn/Makefile (tests): Add tststatic5.
22527         (tests-static): Likewise.
22528         (modules-names): Add modstatic5.
22529         (tststatic5-ENV): New variable.
22530         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
22532         [BZ #15022]
22533         * elf/dl-support.c (_dl_main_map): New variable.
22534         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
22535         (_dl_nns, _dl_load_adds): Set to 1.
22536         (_dl_initial_searchlist): Refer to _dl_main_map.
22537         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
22538         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
22539         call to _dl_get_origin.
22540         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
22541         around call_map.
22542         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
22543         * dlfcn/modstatic3.c: New file.
22544         * dlfcn/tststatic3.c: New file.
22545         * dlfcn/tststatic4.c: New file.
22546         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
22547         (tests-static): Likewise.
22548         (modules-names): Add modstatic3.
22549         (tststatic3-ENV, tststatic4-ENV): New variables.
22550         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
22551         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
22553 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
22555         * configure.in (CC): Require GCC version 4.4 or later.
22556         * configure: Regenerated.
22557         * manual/install.texi (Tools for Compilation): Update GCC version
22558         requirement.
22559         * INSTALL: Regenerated.
22561 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22563         [BZ #15674]
22564         * string/test-memcmp.c (check2): New.
22565         (main): Call check2.
22567         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
22569 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
22571         [BZ #15022]
22572         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
22573         over to...
22574         (dl_open_worker) [!SHARED]: ... here.
22576 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22578         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
22580 2013-06-25  Richard Henderson  <rth@redhat.com>
22582         * locale/programs/locarchive.c: Include <libc-internal.h>
22584 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
22586         * manual/texinfo.tex: Update to version 2013-06-21.17, with
22587         trailing whitespace removed.
22589 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22591         [BZ #10283]
22592         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
22593         * locale/programs/locarchive.c: Include libc-mmap.h.
22594         (prepare_address_space): Take two new outputs (the mmap base and len).
22595         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
22596         values.
22597         (create_archive): Declare new mmap base and len values for
22598         prepare_address_space, and store the result in ah.
22599         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
22600         (enlarge_archive): If ah->mmap_base is not NULL, use that and
22601         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22602         Declare new mmap base and len values for
22603         prepare_address_space, and store the result in new_ah.
22604         (open_archive): Declare new mmap base and len values for
22605         prepare_address_space, and store the result in ah.
22606         (close_archive): If ah->mmap_base is not NULL, use that and
22607         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22608         * sysdeps/generic/libc-mmap.h: New file.
22610 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22612         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
22613         (ALIGN_UP): Likewise.
22614         (PTR_ALIGN_DOWN): Likewise.
22615         (PTR_ALIGN_UP): Likewise.
22617 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22619         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
22620         entry mapped to PPC_PLATFORM_POWER8.
22621         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
22622         POWER8.
22623         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
22624         (_dl_string_platform): Add case for exporting platform position for
22625         POWER8.
22626         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
22627         search path to sysdeps/powerpc/powerpc32/power8 directory.
22628         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
22629         search path to sysdeps/powerpc/powerpc64/power8 directory.
22630         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
22631         power7 directories.
22632         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
22633         power7 directories.
22635 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
22637         * INSTALL: Regenerate.
22639         * nscd/connections.c (nscd_init): Fix comment.
22641 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
22643         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
22645         [BZ #15667]
22646         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
22647         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
22649 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22651         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
22652         DL_DST_REQ_STATIC.
22653         (DL_DST_REQ_STATIC): Remove macro.
22655 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
22657         [BZ #7006]
22658         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
22659         with a shift of 0 bits.
22661 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22663         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
22664         $(tststatic-ENV).
22666 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22668         [BZ #15655]
22669         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
22671 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22673         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
22674         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
22675         accepts -fno-tree-loop-distribute-patterns.
22676         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
22677         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
22678         recursive call.
22679         * string/memset.c (memset): Likewise.
22680         * string/test-memmove.c (simple_memmove): Disable loop transformation
22681         to library calls.
22682         * string/test-memset.c (simple_memset): Likewise.
22683         * benchtests/bench-memmove.c (simple_memmove): Likewise.
22684         * benchtests/bench-memset.c (simple_memset): Likewise.
22685         * configure: Regenerated.
22687 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
22689         * math/test-misc.c (main): Ignore fesetround failure when failures
22690         of subsequent rounding tests would be ignored.
22692         [BZ #15654]
22693         * math/fedisblxcpt.c (fedisableexcept): Return 0.
22694         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
22695         * math/fegetenv.c (__fegetenv): Return 0.
22696         * math/fegetexcept.c (fegetexcept): Return 0.
22697         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
22698         FE_TONEAREST.
22699         * math/feholdexcpt.c (feholdexcept): Return 0.
22700         * math/fesetenv.c (__fesetenv): Return 0.
22701         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
22702         argument FE_TONEAREST.
22703         * math/feupdateenv.c (__feupdateenv): Return 0.
22704         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
22706 2013-06-18  Roland McGrath  <roland@hack.frob.com>
22708         * elf/rtld-Rules (rtld-compile-command.S): New variable.
22709         (rtld-compile-command.s, rtld-compile-command.c): New variables.
22710         ($(objpfx)rtld-%.os rules): Use them.
22712 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22714         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
22715         fields.
22717 2013-06-17  Roland McGrath  <roland@hack.frob.com>
22719         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
22720         length of target pattern, then descending length of dependency pattern.
22721         * configure.in (AWK): Require gawk 3.1.2 or newer.
22722         * manual/install.texi (Tools for Compilation): Say that we do.
22723         * configure: Regenerated.
22725         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
22726         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
22727         * scripts/sysd-rules.awk: ... this new script.
22728         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
22729         than a glob-style pattern.
22731 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
22733         * math/test-misc.c (main): Do not treat incorrectly rounded
22734         conversions as failure unless ROUNDING_TESTS passes.
22736 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
22738         [BZ #15631]
22739         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
22740         restore exception state around main square root computation, then
22741         check for inexactness explicitly.
22743         * math/libm-test.inc (fma_test_data): Add another test.
22745 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22747         * manual/threads.texi (Non-POSIX Extensions): New document
22748         node.  Document pthread_getattr_default_np and
22749         pthread_setattr_default_np.
22751         * Versions.def (libpthread): Add GLIBC_2.18.
22752         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
22753         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
22754         Likewise.
22755         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
22756         Likewise.
22757         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
22758         Likewise.
22759         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
22760         Likewise.
22761         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
22762         Likewise.
22763         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
22764         Likewise.
22765         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
22766         Likewise.
22767         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
22768         Likewise.
22769         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
22770         Likewise.
22772 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22774         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
22775         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
22777 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
22778             H.J. Lu  <hjl.tools@gmail.com>
22780         [BZ #15627]
22781         * sysdeps/x86_64/rtld-memset.c: Remove file.
22782         * sysdeps/x86_64/rtld-memset.S: New file.
22784 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
22786         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
22787         (test_in_one_mode): Take arguments for whether the rounding mode
22788         is supported for each floating-point type.
22789         (do_test): Pass new arguments to test_in_one_mode using
22790         ROUNDING_TESTS.
22792 2013-06-13  Roland McGrath  <roland@hack.frob.com>
22794         * posix/tst-waitid.c (do_test): Distinguish different instances of
22795         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
22796         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
22797         before entering the kernel for waitpid.
22799 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22801         * NEWS: Fix note on clock function precision.  Text by Roland
22802         McGrath.
22804 2013-06-13  Roland McGrath  <roland@hack.frob.com>
22806         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
22807         it into place only when and if the sanity check passes.
22809 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
22811         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
22812         output for whether conversion result is exact.  Take argument
22813         indicating whether type is IBM long double.
22814         (round_for_all): Change need_exact field to ibm_ld.
22815         * stdlib/tst-strtod-round.c (struct exactness): New type.
22816         (struct test): Change bool ld_ok field to struct exactness exact.
22817         (TEST): Update all definitions for change to field.
22818         (tests): Regenerate array contents.
22819         (test_in_one_mode): Take pointer to new field instead of old ld_ok
22820         field value.  Check for IBM long double here.
22821         (do_test): Update calls to test_in_one_mode.
22823 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22825         [BZ #12515]
22826         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
22827         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
22829 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22831         [BZ #15605]
22832         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
22833         generated by the compiler on loop optimizations.
22834         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
22835         general definitions.
22837 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
22839         * math/bug-nextafter.c: Include <math-tests.h>.
22840         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22841         the relevant type.
22842         * math/bug-nexttoward.c: Include <math-tests.h>.
22843         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22844         the relevant type.
22845         * math/test-misc.c: Include <math-tests.h>.
22846         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22847         the relevant type.
22849 2013-06-12  Andreas Jaeger  <aj@suse.de>
22851         * po/ia.po: Update Interlingua translation from translation
22852         project.
22854 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
22856         * include/fenv.h: Include stdbool.h.
22857         (struct rm_ctx): New structure.
22858         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
22859         Define macro.
22860         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
22861         (SET_RESTORE_ROUNDF): Likewise.
22862         (SET_RESTORE_ROUNDL): Likewise.
22863         (SET_RESTORE_ROUND_NOEX): Likewise.
22864         (SET_RESTORE_ROUND_NOEXF): Likewise.
22865         (SET_RESTORE_ROUND_NOEXL): Likewise.
22866         (SET_RESTORE_ROUND_53BIT): Likewise.
22867         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
22868         (libc_feresetround_noexf_ctx): Likewise.
22869         (libc_feresetround_noexl_ctx): Likewise.
22870         (libc_feholdsetround_53bit_ctx): Likewise.
22871         (libc_feresetround_53bit_ctx): Likewise.
22872         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
22873         (libc_feholdexcept_setround_sse_ctx): New function.
22874         (libc_fesetenv_sse_ctx): Likewise.
22875         (libc_feupdateenv_sse_ctx): Likewise.
22876         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
22877         (libc_feholdexcept_setround_387_ctx): Likewise.
22878         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
22879         (libc_feholdsetround_387_prec_ctx): Likewise.
22880         (libc_feholdsetround_387_ctx): Likewise.
22881         (libc_feholdsetround_387_53bit_ctx): Likewise.
22882         (libc_feholdsetround_sse_ctx): Likewise.
22883         (libc_feresetround_sse_ctx): Likewise.
22884         (libc_feresetround_387_ctx): Likewise.
22885         (libc_feupdateenv_387_ctx): Likewise.
22886         (libc_feholdexcept_setroundf_ctx): Define macro.
22887         (libc_fesetenvf_ctx): Likewise.
22888         (libc_feupdateenvf_ctx): Likewise.
22889         (libc_feholdsetroundf_ctx): Likewise.
22890         (libc_feresetroundf_ctx): Likewise.
22891         (libc_feholdexcept_setround_ctx): Likewise.
22892         (libc_fesetenv_ctx): Likewise.
22893         (libc_feupdateenv_ctx): Likewise.
22894         (libc_feholdsetround_ctx): Likewise.
22895         (libc_feresetround_ctx): Likewise.
22896         (libc_feholdexcept_setroundl_ctx): Likewise.
22897         (libc_feupdateenvl_ctx): Likewise.
22898         (libc_feholdsetroundl_ctx): Likewise.
22899         (libc_feresetroundl_ctx): Likewise.
22900         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
22901         (libc_feresetround_53bit_ctx): Likewise.
22903 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22905         * locale/iso-639.def: Convert to UTF-8.
22907 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
22909         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
22910         (EXCEPTION_TESTS_double): Likewise.
22911         (EXCEPTION_TESTS_long_double): Likewise.
22912         (EXCEPTION_TESTS): Likewise.
22913         * math/libm-test.inc (test_exceptions): Only test exceptions if
22914         EXCEPTION_TESTS (FLOAT).
22916 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22918         * benchtests/Makefile (string-bench): Add strcpy_chk and
22919         stpcpy_chk.
22920         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
22921         * benchtests/bench-stpcpy_chk.c: New file.
22922         * benchtests/bench-strcpy_chk-ifunc.c: New file.
22923         * benchtests/bench-strcpy_chk.c: New file.
22924         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
22925         code.
22926         (do_test): Likewise.
22928 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22930         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
22931         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
22932         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
22933         with tabs where appropriate.
22934         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
22935         dl-procinfo.h.
22936         [PPC_PLATFORM_PPC440]: Likewise.
22937         [PPC_PLATFORM_PPC464]: Likewise.
22938         [PPC_PLATFORM_PPC476]: Likewise.
22939         (_dl_string_platform): Add support for detecting ppc405, ppc440,
22940         ppc464, and ppc476 platform strings merging from ports/
22941         dl-procinfo.h.
22943 2013-06-11  Andreas Schwab  <schwab@suse.de>
22945         [BZ #14991]
22946         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
22947         (from_ucs4_idx): Regenerate.
22948         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
22949         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
22950         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
22951         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
22952         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
22953         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
22954         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
22955         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
22956         from FROM_LOOP and TO_LOOP specific macros.
22957         (BODY): Handle combining characters.
22958         * iconvdata/BIG5HKSCS.irreversible: Update.
22959         * iconvdata/BIG5HKSCS.precomposed: New file.
22960         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
22961         characters.
22962         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
22964 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22966         * include/sys/time.h: Fix indentation and add copyright header.
22968         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
22969         (do_test): Likewise.
22970         * string/test-memchr.c (do_one_test): Likewise.
22971         (do_test): Likewise.
22972         * string/test-memcmp.c (do_one_test): Likewise.
22973         (do_test): Likewise.
22974         * string/test-memcpy.c (do_one_test): Likewise.
22975         (do_test): Likewise.
22976         * string/test-memmem.c (do_one_test): Likewise.
22977         (do_test): Likewise.
22978         (do_random_tests): Likewise.
22979         * string/test-memmove.c (do_one_test): Likewise.
22980         (do_test): Likewise.
22981         * string/test-memset.c (do_one_test): Likewise.
22982         (do_test): Likewise.
22983         * string/test-rawmemchr.c (do_one_test): Likewise.
22984         (do_test): Likewise.
22985         * string/test-strcasecmp.c (do_one_test): Likewise.
22986         (do_test): Likewise.
22987         * string/test-strcasestr.c (do_one_test): Likewise.
22988         (do_test): Likewise.
22989         * string/test-strcat.c (do_one_test): Likewise.
22990         (do_test): Likewise.
22991         * string/test-strchr.c (do_one_test): Likewise.
22992         (do_test): Likewise.
22993         * string/test-strcmp.c (do_one_test): Likewise.
22994         (do_test): Likewise.
22995         * string/test-strcpy.c (do_one_test): Likewise.
22996         (do_test): Likewise.
22997         * string/test-string.h: Likewise.
22998         (test_init): Likewise.
22999         * string/test-strlen.c (do_one_test): Likewise.
23000         (do_test): Likewise.
23001         * string/test-strncasecmp.c (do_one_test): Likewise.
23002         (do_test): Likewise.
23003         * string/test-strncat.c (do_one_test): Likewise.
23004         (do_test): Likewise.
23005         * string/test-strncmp.c (do_one_test): Likewise.
23006         (do_test_limit): Likewise.
23007         (do_test): Likewise.
23008         * string/test-strncpy.c (do_one_test): Likewise.
23009         (do_test): Likewise.
23010         * string/test-strnlen.c (do_one_test): Likewise.
23011         (do_test): Likewise.
23012         * string/test-strpbrk.c (do_one_test): Likewise.
23013         (do_test): Likewise.
23014         * string/test-strrchr.c (do_one_test): Likewise.
23015         (do_test): Likewise.
23016         * string/test-strspn.c (do_one_test): Likewise.
23017         (do_test): Likewise.
23018         * string/test-strstr.c (do_one_test): Likewise.
23019         (do_test): Likewise.
23021         * benchtests/Makefile (string-bench): Add string benchmarks.
23022         * benchtests/bench-bcopy-ifunc.c: New file.
23023         * benchtests/bench-bcopy.c: New file.
23024         * benchtests/bench-bzero-ifunc.c: New file.
23025         * benchtests/bench-bzero.c: New file.
23026         * benchtests/bench-memccpy-ifunc.c: New file.
23027         * benchtests/bench-memccpy.c: New file.
23028         * benchtests/bench-memchr-ifunc.c: New file.
23029         * benchtests/bench-memchr.c: New file.
23030         * benchtests/bench-memcmp-ifunc.c: New file.
23031         * benchtests/bench-memcmp.c: New file.
23032         * benchtests/bench-memmem-ifunc.c: New file.
23033         * benchtests/bench-memmem.c: New file.
23034         * benchtests/bench-memmove-ifunc.c: New file.
23035         * benchtests/bench-memmove.c: New file.
23036         * benchtests/bench-mempcpy-ifunc.c: New file.
23037         * benchtests/bench-mempcpy.c: New file.
23038         * benchtests/bench-memset-ifunc.c: New file.
23039         * benchtests/bench-memset.c: New file.
23040         * benchtests/bench-rawmemchr-ifunc.c: New file.
23041         * benchtests/bench-rawmemchr.c: New file.
23042         * benchtests/bench-stpcpy-ifunc.c: New file.
23043         * benchtests/bench-stpcpy.c: New file.
23044         * benchtests/bench-stpncpy-ifunc.c: New file.
23045         * benchtests/bench-stpncpy.c: New file.
23046         * benchtests/bench-strcasecmp-ifunc.c: New file.
23047         * benchtests/bench-strcasecmp.c: New file.
23048         * benchtests/bench-strcasestr-ifunc.c: New file.
23049         * benchtests/bench-strcasestr.c: New file.
23050         * benchtests/bench-strcat-ifunc.c: New file.
23051         * benchtests/bench-strcat.c: New file.
23052         * benchtests/bench-strchr-ifunc.c: New file.
23053         * benchtests/bench-strchr.c: New file.
23054         * benchtests/bench-strchrnul-ifunc.c: New file.
23055         * benchtests/bench-strchrnul.c: New file.
23056         * benchtests/bench-strcmp-ifunc.c: New file.
23057         * benchtests/bench-strcmp.c: New file.
23058         * benchtests/bench-strcpy-ifunc.c: New file.
23059         * benchtests/bench-strcpy.c: New file.
23060         * benchtests/bench-strcspn-ifunc.c: New file.
23061         * benchtests/bench-strcspn.c: New file.
23062         * benchtests/bench-strlen-ifunc.c: New file.
23063         * benchtests/bench-strlen.c: New file.
23064         * benchtests/bench-strncasecmp-ifunc.c: New file.
23065         * benchtests/bench-strncasecmp.c: New file.
23066         * benchtests/bench-strncat-ifunc.c: New file.
23067         * benchtests/bench-strncat.c: New file.
23068         * benchtests/bench-strncmp-ifunc.c: New file.
23069         * benchtests/bench-strncmp.c: New file.
23070         * benchtests/bench-strncpy-ifunc.c: New file.
23071         * benchtests/bench-strncpy.c: New file.
23072         * benchtests/bench-strnlen-ifunc.c: New file.
23073         * benchtests/bench-strnlen.c: New file.
23074         * benchtests/bench-strpbrk-ifunc.c: New file.
23075         * benchtests/bench-strpbrk.c: New file.
23076         * benchtests/bench-strrchr-ifunc.c: New file.
23077         * benchtests/bench-strrchr.c: New file.
23078         * benchtests/bench-strspn-ifunc.c: New file.
23079         * benchtests/bench-strspn.c: New file.
23080         * benchtests/bench-strstr-ifunc.c: New file.
23081         * benchtests/bench-strstr.c: New file.
23083         * benchtests/Makefile: Disable parallel execution of targets.
23084         (string-bench): Add memcpy.
23085         (benchset): New variable to store a list of benchmark sets.
23086         (bench-func): Renamed from bench.
23087         (bench-set): New target.
23088         (bench): Depend on bench-func and bench-set.
23089         * benchtests/README: Add section on benchmark sets.
23090         * benchtests/bench-memcpy-ifunc.c: New file.
23091         * benchtests/bench-memcpy.c: New file.
23092         * benchtests/bench-string.h: New file.
23094 2013-06-11  Andreas Schwab  <schwab@suse.de>
23096         [BZ #15577]
23097         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
23098         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
23099         values in the triple.
23100         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
23101         terminator in the group key.
23103 2013-06-11  Andreas Jaeger  <aj@suse.de>
23105         * po/zh_TW.po: Update Chinese (traditional) translation from
23106         translation project.
23108 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23110         * include/time.h (__clock_gettime): Add libc_hidden_proto.
23111         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
23112         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
23113         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
23114         (clock_getcpuclockid): Likewise.
23115         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
23116         Add weak_alias and libc_hidden_def.
23117         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
23118         * rt/clock_gettime.c (clock_gettime): Rename to
23119         __clock_gettime.  Add weak_alias and libc_hidden_def.
23120         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
23121         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
23122         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
23123         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
23124         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
23125         Likewise.
23126         * rt/clock_settime.c (clock_settime): Rename to
23127         __clock_settime.  Add weak_alias and libc_hidden_def.
23128         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
23130 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
23132         * mach/err_boot.sub: Remove trailing whitespace.
23133         * mach/err_ipc.sub: Likewise.
23134         * mach/err_mach.sub: Likewise.
23136         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
23137         (ROUNDING_TESTS_double): Likewise.
23138         (ROUNDING_TESTS_long_double): Likewise.
23139         (ROUNDING_TESTS): Likewise.
23140         * math/libm-test.inc: Include <math-tests.h>.
23141         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
23142         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
23143         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
23144         (IF_ROUND_INIT_FE_UPWARD): Likewise.
23146 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
23148         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
23149         of assigning.
23151 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
23153         * sysdeps/gnu/errlist.awk: Do not generate space at end of
23154         otherwise empty TRANS lines.
23155         * sysdeps/gnu/errlist.c: Regenerated.
23157         * catgets/gencat.c (error_print): Use (void) in function
23158         definition.
23159         * crypt/crypt_util.c (__init_des): Likewise.
23160         * crypt/speeds.c (Stop): Likewise.
23161         (main): Likewise.
23162         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
23163         * inet/ruserpass.c (token): Likewise.
23164         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
23165         * intl/localealias.c (extend_alias_table): Likewise.
23166         * intl/plural-exp.c (init_germanic_plural): Likewise.
23167         * libio/fcloseall.c (__fcloseall): Likewise.
23168         * libio/genops.c (_IO_flush_all): Likewise.
23169         (_IO_flush_all_linebuffered): Likewise.
23170         (_IO_cleanup): Likewise.
23171         (_IO_iter_begin): Likewise.
23172         (_IO_iter_end): Likewise.
23173         (_IO_list_lock): Likewise.
23174         (_IO_list_unlock): Likewise.
23175         (_IO_list_resetlock): Likewise.
23176         * libio/getchar.c (getchar): Likewise.
23177         * libio/getchar_u.c (getchar_unlocked): Likewise.
23178         * libio/getwchar.c (getwchar): Likewise.
23179         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
23180         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
23181         * login/getpt.c (__getpt): Likewise.
23182         * login/tst-utmp.c (main): Likewise.
23183         * malloc/hooks.c (__malloc_check_init): Likewise.
23184         * malloc/malloc.c (__malloc_stats): Likewise.
23185         * malloc/mtrace.c (tr_break): Likewise.
23186         (mtrace): Likewise.
23187         (muntrace): Likewise.
23188         * misc/fstab.c (endfsent): Likewise.
23189         * misc/getclktck.c (__getclktck): Likewise.
23190         * misc/getdtsz.c (__getdtablesize): Likewise.
23191         * misc/gethostid.c (gethostid): Likewise.
23192         * misc/getpagesize.c (__getpagesize): Likewise.
23193         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
23194         (__get_nprocs): Likewise.
23195         (__get_phys_pages): Likewise.
23196         (__get_avphys_pages): Likewise.
23197         * misc/getttyent.c (getttyent): Likewise.
23198         (setttyent): Likewise.
23199         (endttyent): Likewise.
23200         * misc/getusershell.c (getusershell): Likewise.
23201         (endusershell): Likewise.
23202         (setusershell): Likewise.
23203         (initshells): Likewise.
23204         * misc/hsearch.c (__hdestroy): Likewise.
23205         * misc/sync.c (sync): Likewise.
23206         * misc/syslog.c (closelog_internal): Likewise.
23207         (closelog): Likewise.
23208         * misc/ttyslot.c (ttyslot): Likewise.
23209         * misc/vhangup.c (vhangup): Likewise.
23210         * posix/fork.c (__fork): Likewise.
23211         * posix/getegid.c (__getegid): Likewise.
23212         * posix/geteuid.c (__geteuid): Likewise.
23213         * posix/getgid.c (__getgid): Likewise.
23214         * posix/getpid.c (__getpid): Likewise.
23215         * posix/getppid.c (__getppid): Likewise.
23216         * posix/getuid.c (__getuid): Likewise.
23217         * posix/pause.c (pause): Likewise.
23218         * posix/setpgrp.c (setpgrp): Likewise.
23219         * posix/setsid.c (__setsid): Likewise.
23220         * posix/test-vfork.c (noop): Likewise.
23221         * resolv/gethnamaddr.c (_endhtent): Likewise.
23222         (_gethtent): Likewise.
23223         (ht_endhostent): Likewise.
23224         (gethostent): Likewise.
23225         (dns_service): Likewise.
23226         * stdlib/drand48.c (drand48): Likewise.
23227         * stdlib/lrand48.c (lrand48): Likewise.
23228         * stdlib/mrand48.c (mrand48): Likewise.
23229         * stdlib/rand.c (rand): Likewise.
23230         * stdlib/random.c (__random): Likewise.
23231         * stdlib/setenv.c (clearenv): Likewise.
23232         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
23233         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
23234         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
23235         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
23236         (__get_nprocs): Likewise.
23237         (__get_phys_pages): Likewise.
23238         (__get_avphys_pages): Likewise.
23239         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
23240         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
23241         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
23242         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
23243         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
23244         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
23245         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
23246         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
23247         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
23248         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
23249         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
23250         * sysdeps/mach/hurd/sync.c (sync): Likewise.
23251         * sysdeps/posix/clock.c (clock): Likewise.
23252         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
23253         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
23254         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
23255         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
23256         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
23257         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
23258         (__get_nprocs_conf): Likewise.
23259         (__get_phys_pages): Likewise.
23260         (__get_avphys_pages): Likewise.
23261         * time/clock.c (clock): Likewise.
23262         * time/tzset.c (__tzname_max): Likewise.
23264 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
23266         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
23267         (__bswap_32): Do not use "register".
23268         * crypt/crypt.c (_ufc_doit_r): Likewise.
23269         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
23270         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
23271         * gmon/gmon.c (__monstartup): Likewise.
23272         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
23273         * hurd/hurdmalloc.c (more_memory): Likewise.
23274         (malloc): Likewise.
23275         (free): Likewise.
23276         (realloc): Likewise.
23277         (malloc_fork_prepare): Likewise.
23278         (malloc_fork_parent): Likewise.
23279         (malloc_fork_child): Likewise.
23280         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
23281         (_svcauth_des): Likewise.
23282         * inet/inet_lnaof.c (inet_lnaof): Likewise.
23283         * inet/inet_net.c (inet_network): Likewise.
23284         * inet/inet_netof.c (inet_netof): Likewise.
23285         * inet/rcmd.c (__validuser2_sa): Likewise.
23286         * io/fts.c (fts_open): Likewise.
23287         (fts_load): Likewise.
23288         (fts_close): Likewise.
23289         (fts_read): Likewise.
23290         (fts_children): Likewise.
23291         (fts_build): Likewise.
23292         (fts_stat): Likewise.
23293         (fts_sort): Likewise.
23294         (fts_alloc): Likewise.
23295         (fts_lfree): Likewise.
23296         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
23297         (_IO_file_xsgetn): Likewise.
23298         (_IO_file_xsgetn_mmap): Likewise.
23299         * libio/iofopncook.c (_IO_cookie_read): Likewise.
23300         (_IO_cookie_write): Likewise.
23301         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
23302         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
23303         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
23304         * malloc/obstack.c (_obstack_begin): Likewise.
23305         (_obstack_begin_1): Likewise.
23306         (_obstack_newchunk): Likewise.
23307         (_obstack_allocated_p): Likewise.
23308         (obstack_free): Likewise.
23309         (_obstack_memory_used): Likewise.
23310         * misc/getttyent.c (getttynam): Likewise.
23311         (getttyent): Likewise.
23312         (skip): Likewise.
23313         (value): Likewise.
23314         * misc/getusershell.c (initshells): Likewise.
23315         * misc/syslog.c (__vsyslog_chk): Likewise.
23316         * misc/ttyslot.c (ttyslot): Likewise.
23317         * nis/nis_hash.c (__nis_hash): Likewise.
23318         * posix/fnmatch_loop.c (FCT): Likewise.
23319         * posix/getconf.c (print_all): Likewise.
23320         (main): Likewise.
23321         * posix/getopt.c (exchange): Likewise.
23322         * posix/glob.c (globfree): Likewise.
23323         (prefix_array): Likewise.
23324         (__glob_pattern_type): Likewise.
23325         * resolv/arpa/nameser.h (NS_GET16): Likewise.
23326         (NS_GET32): Likewise.
23327         (NS_PUT16): Likewise.
23328         (NS_PUT32): Likewise.
23329         * resolv/gethnamaddr.c (getanswer): Likewise.
23330         (gethostbyname2): Likewise.
23331         (gethostbyaddr): Likewise.
23332         (_gethtent): Likewise.
23333         (_gethtbyname2): Likewise.
23334         (_gethtbyaddr): Likewise.
23335         * resolv/ns_print.c (dst_s_get_int16): Likewise.
23336         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
23337         * resolv/res_init.c (__res_vinit): Likewise.
23338         (net_mask): Likewise.
23339         * resolv/res_mkquery.c (outchar): Likewise.
23340         (PRINT): Likewise.
23341         * stdio-common/printf_fp.c (outchar): Likewise.
23342         (PRINT): Likewise.
23343         * stdio-common/printf_fphex.c (outchar): Likewise.
23344         (PRINT): Likewise.
23345         * stdio-common/printf_size.c (outchar): Likewise.
23346         (PRINT): Likewise.
23347         * stdio-common/test_rdwr.c (main): Likewise.
23348         * stdio-common/tfformat.c (matches): Likewise.
23349         * stdio-common/vfprintf.c (outchar): Likewise.
23350         (printf_unknown): Likewise.
23351         (buffered_vfprintf): Likewise.
23352         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
23353         * stdio-common/xbug.c (AppendToBuffer): Likewise.
23354         (ReadFile): Likewise.
23355         * stdlib/qsort.c (SWAP): Likewise.
23356         (_quicksort): Likewise.
23357         * stdlib/setenv.c (__add_to_environ): Likewise.
23358         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
23359         * stdlib/strtol_l.c (__strtol_l): Likewise.
23360         * stdlib/tst-strtod.c (main): Likewise.
23361         * stdlib/tst-strtol.c (main): Likewise.
23362         * stdlib/tst-strtoll.c (main): Likewise.
23363         * string/bits/string2.h (__strcmp_cc): Likewise.
23364         (__strcmp_cg): Likewise.
23365         (__strcspn_c1): Likewise.
23366         (__strcspn_c2): Likewise.
23367         (__strcspn_c3): Likewise.
23368         (__strspn_c1): Likewise.
23369         (__strspn_c2): Likewise.
23370         (__strspn_c3): Likewise.
23371         (__strsep_1c): Likewise.
23372         (__strsep_2c): Likewise.
23373         (__strsep_3c): Likewise.
23374         * string/memccpy.c (__memccpy): Likewise.
23375         * string/stpcpy.c (__stpcpy): Likewise.
23376         * string/strcmp.c (strcmp): Likewise.
23377         * string/strrchr.c (strrchr): Likewise.
23378         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
23379         Likewise.
23380         * sysdeps/mach/hurd/getcwd.c
23381         (_hurd_canonicalize_directory_name_internal): Likewise.
23382         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
23383         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
23384         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
23385         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
23386         Likewise, in both definitions.
23387         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
23388         definitions.
23389         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
23390         64] (__bswap_64): Likewise.
23391         * time/test_time.c (main): Likewise.
23392         * time/tzfile.c (__tzfile_read): Likewise.
23393         (__tzfile_compute): Likewise.
23394         * time/tzset.c (__tzset_parse_tz): Likewise.
23395         (tzset_internal): Likewise.
23396         (compute_change): Likewise.
23397         * wcsmbs/wcscat.c (__wcscat): Likewise.
23398         * wcsmbs/wcschr.c (wcschr): Likewise.
23399         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
23400         * wcsmbs/wcscspn.c (wcscspn): Likewise.
23401         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
23402         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
23403         * wcsmbs/wcsspn.c (wcsspn): Likewise.
23404         * wcsmbs/wcsstr.c (wcsstr): Likewise.
23405         * wcsmbs/wmemchr.c (wmemchr): Likewise.
23406         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
23407         * wcsmbs/wmemset.c (wmemset): Likewise.
23409 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
23411         * scripts/config.guess: Update to version 2013-05-16.
23412         * scripts/config.sub: Update to version 2013-04-24.
23413         * scripts/install-sh: Update to version 2011-11-20.07.
23414         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
23415         * scripts/move-if-change: Update to version 2012-01-06 07:23.
23417 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
23419         * debug/fgetws_u_chk.c: Fix leading whitespaces.
23420         * elf/sln.c: Likewise.
23421         * hurd/hurd/ioctl.h: Likewise.
23422         * hurd/hurdmalloc.c: Likewise.
23423         * hurd/xattr.c: Likewise.
23424         * include/shlib-compat.h: Likewise.
23425         * inet/ruserpass.c: Likewise.
23426         * libio/iofgets_u.c: Likewise.
23427         * libio/iofgetws_u.c: Likewise.
23428         * locale/programs/ld-identification.c: Likewise.
23429         * locale/programs/ld-time.c: Likewise.
23430         * mach/msg-destroy.c: Likewise.
23431         * nss/nss_files/files-netgrp.c: Likewise.
23432         * resolv/res_data.c: Likewise.
23433         * soft-fp/op-1.h: Likewise.
23434         * soft-fp/op-2.h: Likewise.
23435         * soft-fp/op-4.h: Likewise.
23436         * soft-fp/op-common.h: Likewise.
23437         * stdio-common/printf_fphex.c: Likewise.
23438         * stdlib/strtod_l.c: Likewise.
23439         * sunrpc/rpc/clnt.h: Likewise.
23440         * sysdeps/generic/framestate.c: Likewise.
23441         * sysdeps/i386/bsd-_setjmp.S: Likewise.
23442         * sysdeps/i386/bsd-setjmp.S: Likewise.
23443         * sysdeps/i386/__longjmp.S: Likewise.
23444         * sysdeps/i386/setjmp.S: Likewise.
23445         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
23446         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
23447         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23448         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
23449         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
23450         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
23451         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
23452         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
23453         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
23454         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
23455         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
23456         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
23457         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
23458         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
23459         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
23460         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
23461         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
23462         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
23463         * sysdeps/ieee754/support.c: Likewise.
23464         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
23465         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
23466         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
23467         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
23468         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
23469         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
23470         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
23471         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
23472         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
23473         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
23474         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
23475         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
23476         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
23477         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
23478         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
23479         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
23480         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
23481         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
23483 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
23485         * posix/transbug.c: Remove executable mode.
23487 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
23489         * crypt/speeds.c: Remove trailing whitespace.
23490         * dlfcn/default.c: Likewise.
23491         * elf/ifuncdep2.c: Likewise.
23492         * elf/ifuncmain1.c: Likewise.
23493         * elf/ifuncmain1vis.c: Likewise.
23494         * elf/testobj.h: Likewise.
23495         * elf/tst-stackguard1.c: Likewise.
23496         * gmon/sys/gmon.h: Likewise.
23497         * hurd/hurdmsg.c: Likewise.
23498         * hurd/new-fd.c: Likewise.
23499         * hurd/ports-get.c: Likewise.
23500         * iconvdata/ibm1008_420.c: Likewise.
23501         * inet/tst-getni1.c: Likewise.
23502         * inet/tst-getni2.c: Likewise.
23503         * libio/ioungetc.c: Likewise.
23504         * libio/wfiledoalloc.c: Likewise.
23505         * manual/libm-err-tab.pl: Likewise.
23506         * math/w_dremf.c: Likewise.
23507         * misc/ftruncate.c: Likewise.
23508         * posix/bug-glob2.c: Likewise.
23509         * posix/tst-pcre.c: Likewise.
23510         * posix/wait4.c: Likewise.
23511         * resolv/README: Likewise.
23512         * resolv/res_debug.h: Likewise.
23513         * resolv/tst-inet_ntop.c: Likewise.
23514         * setjmp/bug269-setjmp.c: Likewise.
23515         * soft-fp/extended.h: Likewise.
23516         * soft-fp/op-1.h: Likewise.
23517         * soft-fp/op-2.h: Likewise.
23518         * soft-fp/op-4.h: Likewise.
23519         * soft-fp/op-8.h: Likewise.
23520         * soft-fp/testit.c: Likewise.
23521         * stdio-common/bug16.c: Likewise.
23522         * stdlib/random.c: Likewise.
23523         * sunrpc/rpcsvc/rquota.x: Likewise.
23524         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
23525         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
23526         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23527         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
23528         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
23529         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
23530         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
23531         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
23532         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
23533         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
23534         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
23535         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
23536         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
23537         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
23538         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
23539         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
23540         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
23541         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
23542         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
23543         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
23544         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
23545         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
23546         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
23547         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
23548         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
23549         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
23550         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
23551         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
23552         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
23553         * sysdeps/ieee754/s_lib_version.c: Likewise.
23554         * sysdeps/mach/hurd/check_fds.c: Likewise.
23555         * sysdeps/mach/hurd/getsockname.c: Likewise.
23556         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
23557         * sysdeps/mach/hurd/recvfrom.c: Likewise.
23558         * sysdeps/powerpc/bits/link.h: Likewise.
23559         * sysdeps/powerpc/dl-procinfo.c: Likewise.
23560         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
23561         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
23562         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
23563         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
23564         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
23565         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
23566         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
23567         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
23568         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
23569         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
23570         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
23571         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
23572         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
23573         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
23574         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
23575         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
23576         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
23577         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
23578         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
23579         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
23580         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
23581         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
23582         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
23583         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
23584         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
23585         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
23586         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
23587         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
23588         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
23589         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
23590         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
23591         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23592         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
23593         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
23594         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
23595         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
23596         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
23597         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
23598         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
23599         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
23600         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
23601         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
23602         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
23603         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
23604         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
23605         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
23606         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
23607         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
23608         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
23609         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
23610         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
23611         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
23612         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
23613         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
23614         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
23615         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
23616         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23617         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
23618         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
23619         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
23620         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
23621         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
23622         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
23623         * sysdeps/powerpc/sysdep.h: Likewise.
23624         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
23625         * sysdeps/s390/s390-64/sub_n.S: Likewise.
23626         * sysdeps/sh/dl-trampoline.S: Likewise.
23627         * sysdeps/sh/memset.S: Likewise.
23628         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
23629         * sysdeps/sh/strlen.S: Likewise.
23630         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
23631         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
23632         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
23633         * sysdeps/sparc/sparc32/rem.S: Likewise.
23634         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
23635         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
23636         * sysdeps/sparc/sparc32/strchr.S: Likewise.
23637         * sysdeps/sparc/sparc32/udiv.S: Likewise.
23638         * sysdeps/sparc/sparc32/urem.S: Likewise.
23639         * sysdeps/sparc/sparc64/add_n.S: Likewise.
23640         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
23641         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
23642         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
23643         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
23644         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
23645         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
23646         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
23647         * sysdeps/unix/bsd/times.c: Likewise.
23648         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
23649         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
23650         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
23651         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
23652         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
23653         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
23654         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
23655         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
23656         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
23657         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
23658         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
23659         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
23660         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
23661         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
23662         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
23663         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
23664         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
23665         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
23666         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
23667         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
23668         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
23669         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
23670         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
23671         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
23672         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
23673         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
23674         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
23675         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
23676         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
23677         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
23678         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
23679         * sysdeps/x86_64/strcspn.S: Likewise.
23681 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23683         * locale/C-translit.h: Revert #include <stdint.h> because this is a
23684         generated file.  Regenerate properly from gen-translit.pl.
23685         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
23686         locale/C-translit.h.
23688 2013-06-05  Andreas Schwab  <schwab@suse.de>
23690         [BZ #15100]
23691         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
23692         week as 6 instead of -1.
23693         * time/tst-strptime.c (day_tests): Add test case.
23695 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
23697         * sysdeps/generic/math_private.h
23698         (libc_feholdexcept_setround_53bit): Replace with
23699         libc_feholdsetround_53bit.
23700         (libc_feupdateenv_53bit): Replace with
23701         libc_feresetround_53bit.
23702         (SET_RESTORE_ROUND_53BIT): Adjust.
23704 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
23706         * string/test-strchrnul.c: Add copyright header.
23708         * posix/tst-getaddrinfo4.c: Increase test timeout.
23710 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
23712         [BZ #15536]
23713         * math/libm-test.inc (MAX_EXP): Remove
23714         (MIN_EXP): Define.
23715         (ulp): Use MIN_EXP - MANT_DIG.
23716         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
23718 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
23720         * po/be.po: Revert last change.
23721         * po/zh_CN.po: Likewise.
23722         * po/header.pot: Likewise.
23724 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
23726         * Makefile ($(common-objpfx)linkobj/libc.so): Define
23727         link-libc-deps to empty as target-specific variable.
23728         * Makerules (link-libc-args): New variable.
23729         (libc-for-link): Likewise.
23730         (link-libc-deps): Likewise.
23731         (lib%.so): Depend on $(link-libc-deps).  Link with
23732         $(link-libc-args).
23733         (build-module): Link with $(link-libc-args).
23734         (build-module-asneeded): Likewise.
23735         (build-module-helper-objlist): Filter out $(link-libc-deps) from
23736         list of objects.
23737         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
23738         target-specific variable.
23739         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
23740         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
23741         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
23742         libc.
23743         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
23744         libc and ld.so.
23745         ($(objpfx)libpcprofile.so): Likewise.
23746         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
23747         libc_nonshared.a.
23748         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
23749         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
23750         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
23751         $(link-libc-deps).
23752         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
23753         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
23754         * login/Makefile ($(objpfx)libutil.so): Likewise.
23755         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
23756         * math/Makefile ($(objpfx)libm.so): Likewise.
23757         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
23758         $(objpfx)libnsl.so): Define libc-for-link as target-specific
23759         variable instead of depending directly on libc.
23760         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
23761         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
23762         $(link-libc-deps).
23763         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
23764         libc.
23765         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
23766         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
23767         ($(objpfx)libanl.so): Likewise.
23768         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
23769         ld.so.
23770         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
23771         $(link-libc-deps).
23772         * sysdeps/i386/fpu/Makefile: Remove file.
23773         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
23774         ($(objpfx)libm.so): Remove dependency on ld.so.
23776 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
23778         [BZ # 15553]
23779         * nis/yp_xdr.c (XDRMAXNAME): Define.
23780         (XDRMAXRECORD): Define.
23781         (xdr_domainname): Use XDRMAXNAME.
23782         (xdr_mapname): Likewise.
23783         (xdr_peername): Likewise.
23784         (xdr_keydat): Use XDRMAXRECORD.
23785         (xdr_valdat): Likewise.
23787 2013-05-30  Jeff Law  <law@redhat.com>
23789         [BZ #14256]
23790         * manual/errno.texi (ESTALE): Update to account for more than
23791         just NFS file systems.
23792         * sysdeps/gnu/errlist.c: Regenerated.
23794 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
23796         [BZ #15465]
23797         * elf/Makefile (tests): Add tst-null-argv.
23798         (modules-names):  Add tst-null-argv-lib.
23799         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
23800         (tst-null-argv-ENV): Set environment for tst-null-argv.
23801         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
23802         (RTLD_PROGNAME): New macro.
23803         * elf/tst-null-argv.c: New test case.
23804         * elf/tst-null-argv-lib.c: Library for test case.
23805         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
23806         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
23807         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
23808         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
23809         * elf/dl-init.c (call_init): Likewise.
23810         (_dl_init): Likewise.
23811         * elf/dl-load.c (print_search_path): Likewise.
23812         (_dl_map_object): Likewise.
23813         * elf/dl-lookup.c (do_lookup_x): Likewise.
23814         (add_dependency): Likewise.
23815         (_dl_lookup_symbol_x): Likewise.
23816         (_dl_debug_bindings): Likewise.
23817         * elf/dl-open.c (_dl_show_scope): Likewise.
23818         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
23819         * elf/dl-version.c (match_symbol): Likewise.
23820         (_dl_check_map_versions): Likewise.
23821         * elf/rtld.c (dl_main): Likewise.
23822         (print_unresolved): Use RTLD_PROGNAME.
23823         (print_missing_version): Likewise.
23824         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
23825         (elf_machine_rela): Likewise.
23826         * sysdeps/powerpc/powerpc32/dl-machine.c
23827         (__process_machine_rela): Likewise.
23828         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
23829         Likewise.
23830         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
23831         Likewise.
23832         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
23833         Likewise.
23834         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
23835         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
23836         Likewise.
23837         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
23838         Likewise.
23839         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
23841 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
23843         * po/be.po: Add descriptive title.
23844         * po/zh_CN.po: Likewise.
23845         * po/header.pot: Likewise.
23847 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
23849         * locale/programs/locarchive.c (create_archive): Inlucde fname in
23850         error message.
23851         (enlarge_archive): Likewise.
23853 2013-05-28  Ben North  <ben@redfrontdoor.org>
23855         * manual/arith.texi (frexp): It is the magnitude of the return
23856         value which lies in [0.5, 1), not the return value itself.
23858 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23860         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23862 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
23864         * stdio-common/bug26.c (main): Correct fscanf template.
23866         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
23867         declare _dl_skip_args.
23869         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
23870         Don't declare.
23872         * manual/platform.texi: Add missing @end deftypefun.
23874 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
23876         [BZ #15529]
23877         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
23878         bit of mantissa of 2^16382.
23879         * math/libm-test.inc (hypot_test_data): Add more tests.
23881         * math/libm-test.inc: Add drem and pow10 to list of tested
23882         functions.
23883         (pow10_test): New function.
23884         (drem_test): Likewise.
23885         (drem_test_tonearest): Likewise.
23886         (drem_test_towardzero): Likewise.
23887         (drem_test_downward): Likewise.
23888         (drem_test_upward): Likewise.
23889         (main): Call the new functions.
23891         * math/libm-test.inc (finite_test_data): Remove.
23892         (finite_test): Run tests from isfinite_test_data.
23893         (gamma_test_data): Remove.
23894         (gamma_test): Run tests from lgamma_test_data.
23895         * sysdeps/i386/fpu/libm-test-ulps: Update.
23896         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23898 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23900         * manual/platform.texi: Add PowerPC PPR function set documentation.
23901         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
23902         implementation.
23904 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
23906         * math/libm-test.inc (MAX_EXP): Define.
23907         (ULPDIFF): Define.
23908         (ulp): New function.
23909         (check_float_internal): Use ULPDIFF.
23910         (cpow_test): Disable failing test.
23911         (check_ulp): Test ulp() implemetnation.
23912         (main): Call check_ulp before starting tests.
23914 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
23916         * math/gen-libm-test.pl (generate_testfile): Do not handle
23917         START_DATA and END_DATA.
23918         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
23919         END_DATA.
23920         (acos_tonearest_test_data): Likewise.
23921         (acos_towardzero_test_data): Likewise.
23922         (acos_downward_test_data): Likewise.
23923         (acos_upward_test_data): Likewise.
23924         (acosh_test_data): Likewise.
23925         (asin_test_data): Likewise.
23926         (asin_tonearest_test_data): Likewise.
23927         (asin_towardzero_test_data): Likewise.
23928         (asin_downward_test_data): Likewise.
23929         (asin_upward_test_data): Likewise.
23930         (asinh_test_data): Likewise.
23931         (atan_test_data): Likewise.
23932         (atanh_test_data): Likewise.
23933         (atan2_test_data): Likewise.
23934         (cabs_test_data): Likewise.
23935         (cacos_test_data): Likewise.
23936         (cacosh_test_data): Likewise.
23937         (carg_test_data): Likewise.
23938         (casin_test_data): Likewise.
23939         (casinh_test_data): Likewise.
23940         (catan_test_data): Likewise.
23941         (catanh_test_data): Likewise.
23942         (cbrt_test_data): Likewise.
23943         (ccos_test_data): Likewise.
23944         (ccosh_test_data): Likewise.
23945         (ceil_test_data): Likewise.
23946         (cexp_test_data): Likewise.
23947         (cimag_test_data): Likewise.
23948         (clog_test_data): Likewise.
23949         (clog10_test_data): Likewise.
23950         (conj_test_data): Likewise.
23951         (copysign_test_data): Likewise.
23952         (cos_test_data): Likewise.
23953         (cos_tonearest_test_data): Likewise.
23954         (cos_towardzero_test_data): Likewise.
23955         (cos_downward_test_data): Likewise.
23956         (cos_upward_test_data): Likewise.
23957         (cosh_test_data): Likewise.
23958         (cosh_tonearest_test_data): Likewise.
23959         (cosh_towardzero_test_data): Likewise.
23960         (cosh_downward_test_data): Likewise.
23961         (cosh_upward_test_data): Likewise.
23962         (cpow_test_data): Likewise.
23963         (cproj_test_data): Likewise.
23964         (creal_test_data): Likewise.
23965         (csin_test_data): Likewise.
23966         (csinh_test_data): Likewise.
23967         (csqrt_test_data): Likewise.
23968         (ctan_test_data): Likewise.
23969         (ctan_tonearest_test_data): Likewise.
23970         (ctan_towardzero_test_data): Likewise.
23971         (ctan_downward_test_data): Likewise.
23972         (ctan_upward_test_data): Likewise.
23973         (ctanh_test_data): Likewise.
23974         (ctanh_tonearest_test_data): Likewise.
23975         (ctanh_towardzero_test_data): Likewise.
23976         (ctanh_downward_test_data): Likewise.
23977         (ctanh_upward_test_data): Likewise.
23978         (erf_test_data): Likewise.
23979         (erfc_test_data): Likewise.
23980         (exp_test_data): Likewise.
23981         (exp_tonearest_test_data): Likewise.
23982         (exp_towardzero_test_data): Likewise.
23983         (exp_downward_test_data): Likewise.
23984         (exp_upward_test_data): Likewise.
23985         (exp10_test_data): Likewise.
23986         (exp2_test_data): Likewise.
23987         (expm1_test_data): Likewise.
23988         (fabs_test_data): Likewise.
23989         (fdim_test_data): Likewise.
23990         (finite_test_data): Likewise.
23991         (floor_test_data): Likewise.
23992         (fma_test_data): Likewise.
23993         (fma_towardzero_test_data): Likewise.
23994         (fma_downward_test_data): Likewise.
23995         (fma_upward_test_data): Likewise.
23996         (fmax_test_data): Likewise.
23997         (fmin_test_data): Likewise.
23998         (fmod_test_data): Likewise.
23999         (fpclassify_test_data): Likewise.
24000         (frexp_test_data): Likewise.
24001         (gamma_test_data): Likewise.
24002         (hypot_test_data): Likewise.
24003         (ilogb_test_data): Likewise.
24004         (isfinite_test_data): Likewise.
24005         (isgreater_test_data): Likewise.
24006         (isgreaterequal_test_data): Likewise.
24007         (isinf_test_data): Likewise.
24008         (isless_test_data): Likewise.
24009         (islessequal_test_data): Likewise.
24010         (islessgreater_test_data): Likewise.
24011         (isnan_test_data): Likewise.
24012         (isnormal_test_data): Likewise.
24013         (issignaling_test_data): Likewise.
24014         (isunordered_test_data): Likewise.
24015         (j0_test_data): Likewise.
24016         (j1_test_data): Likewise.
24017         (jn_test_data): Likewise.
24018         (ldexp_test_data): Likewise.
24019         (lgamma_test_data): Likewise.
24020         (lrint_test_data): Likewise.
24021         (lrint_tonearest_test_data): Likewise.
24022         (lrint_towardzero_test_data): Likewise.
24023         (lrint_downward_test_data): Likewise.
24024         (lrint_upward_test_data): Likewise.
24025         (llrint_test_data): Likewise.
24026         (llrint_tonearest_test_data): Likewise.
24027         (llrint_towardzero_test_data): Likewise.
24028         (llrint_downward_test_data): Likewise.
24029         (llrint_upward_test_data): Likewise.
24030         (log_test_data): Likewise.
24031         (log10_test_data): Likewise.
24032         (log1p_test_data): Likewise.
24033         (log2_test_data): Likewise.
24034         (logb_test_data): Likewise.
24035         (logb_downward_test_data): Likewise.
24036         (lround_test_data): Likewise.
24037         (llround_test_data): Likewise.
24038         (modf_test_data): Likewise.
24039         (nearbyint_test_data): Likewise.
24040         (nextafter_test_data): Likewise.
24041         (nexttoward_test_data): Likewise.
24042         (pow_test_data): Likewise.
24043         (pow_tonearest_test_data): Likewise.
24044         (pow_towardzero_test_data): Likewise.
24045         (pow_downward_test_data): Likewise.
24046         (pow_upward_test_data): Likewise.
24047         (remainder_test_data): Likewise.
24048         (remainder_tonearest_test_data): Likewise.
24049         (remainder_towardzero_test_data): Likewise.
24050         (remainder_downward_test_data): Likewise.
24051         (remainder_upward_test_data): Likewise.
24052         (remquo_test_data): Likewise.
24053         (rint_test_data): Likewise.
24054         (rint_tonearest_test_data): Likewise.
24055         (rint_towardzero_test_data): Likewise.
24056         (rint_downward_test_data): Likewise.
24057         (rint_upward_test_data): Likewise.
24058         (round_test_data): Likewise.
24059         (scalb_test_data): Likewise.
24060         (scalbn_test_data): Likewise.
24061         (scalbln_test_data): Likewise.
24062         (signbit_test_data): Likewise.
24063         (sin_test_data): Likewise.
24064         (sin_tonearest_test_data): Likewise.
24065         (sin_towardzero_test_data): Likewise.
24066         (sin_downward_test_data): Likewise.
24067         (sin_upward_test_data): Likewise.
24068         (sincos_test_data): Likewise.
24069         (sinh_test_data): Likewise.
24070         (sinh_tonearest_test_data): Likewise.
24071         (sinh_towardzero_test_data): Likewise.
24072         (sinh_downward_test_data): Likewise.
24073         (sinh_upward_test_data): Likewise.
24074         (sqrt_test_data): Likewise.
24075         (tan_test_data): Likewise.
24076         (tan_tonearest_test_data): Likewise.
24077         (tan_towardzero_test_data): Likewise.
24078         (tan_downward_test_data): Likewise.
24079         (tan_upward_test_data): Likewise.
24080         (tanh_test_data): Likewise.
24081         (tgamma_test_data): Likewise.
24082         (trunc_test_data): Likewise.
24083         (y0_test_data): Likewise.
24084         (y1_test_data): Likewise.
24085         (yn_test_data): Likewise.
24086         (significand_test_data): Likewise.
24088         * math/gen-libm-test.pl (@functions): Remove variable.
24089         (generate_testfile): Don't handle START and END lines.
24090         * math/libm-test.inc (START): New macro.
24091         (END): Likewise.
24092         (END_COMPLEX): Likewise.
24093         (acos_test): Use END macro without arguments.
24094         (acos_test_tonearest): Likewise.
24095         (acos_test_towardzero): Likewise.
24096         (acos_test_downward): Likewise.
24097         (acos_test_upward): Likewise.
24098         (acosh_test): Likewise.
24099         (asin_test): Likewise.
24100         (asin_test_tonearest): Likewise.
24101         (asin_test_towardzero): Likewise.
24102         (asin_test_downward): Likewise.
24103         (asin_test_upward): Likewise.
24104         (asinh_test): Likewise.
24105         (atan_test): Likewise.
24106         (atanh_test): Likewise.
24107         (atan2_test): Likewise.
24108         (cabs_test): Likewise.
24109         (cacos_test): Use END_COMPLEX macro without arguments.
24110         (cacosh_test): Likewise.
24111         (carg_test): Use END macro without arguments.
24112         (casin_test): Use END_COMPLEX macro without arguments.
24113         (casinh_test): Likewise.
24114         (catan_test): Likewise.
24115         (catanh_test): Likewise.
24116         (cbrt_test): Use END macro without arguments.
24117         (ccos_test): Use END_COMPLEX macro without arguments.
24118         (ccosh_test): Likewise.
24119         (ceil_test): Use END macro without arguments.
24120         (cexp_test): Use END_COMPLEX macro without arguments.
24121         (cimag_test): Use END macro without arguments.
24122         (clog_test): Use END_COMPLEX macro without arguments.
24123         (clog10_test): Likewise.
24124         (conj_test): Likewise.
24125         (copysign_test): Use END macro without arguments.
24126         (cos_test): Likewise.
24127         (cos_test_tonearest): Likewise.
24128         (cos_test_towardzero): Likewise.
24129         (cos_test_downward): Likewise.
24130         (cos_test_upward): Likewise.
24131         (cosh_test): Likewise.
24132         (cosh_test_tonearest): Likewise.
24133         (cosh_test_towardzero): Likewise.
24134         (cosh_test_downward): Likewise.
24135         (cosh_test_upward): Likewise.
24136         (cpow_test): Use END_COMPLEX macro without arguments.
24137         (cproj_test): Likewise.
24138         (creal_test): Use END macro without arguments.
24139         (csin_test): Use END_COMPLEX macro without arguments.
24140         (csinh_test): Likewise.
24141         (csqrt_test): Likewise.
24142         (ctan_test): Likewise.
24143         (ctan_test_tonearest): Likewise.
24144         (ctan_test_towardzero): Likewise.
24145         (ctan_test_downward): Likewise.
24146         (ctan_test_upward): Likewise.
24147         (ctanh_test): Likewise.
24148         (ctanh_test_tonearest): Likewise.
24149         (ctanh_test_towardzero): Likewise.
24150         (ctanh_test_downward): Likewise.
24151         (ctanh_test_upward): Likewise.
24152         (erf_test): Use END macro without arguments.
24153         (erfc_test): Likewise.
24154         (exp_test): Likewise.
24155         (exp_test_tonearest): Likewise.
24156         (exp_test_towardzero): Likewise.
24157         (exp_test_downward): Likewise.
24158         (exp_test_upward): Likewise.
24159         (exp10_test): Likewise.
24160         (exp2_test): Likewise.
24161         (expm1_test): Likewise.
24162         (fabs_test): Likewise.
24163         (fdim_test): Likewise.
24164         (finite_test): Likewise.
24165         (floor_test): Likewise.
24166         (fma_test): Likewise.
24167         (fma_test_towardzero): Likewise.
24168         (fma_test_downward): Likewise.
24169         (fma_test_upward): Likewise.
24170         (fmax_test): Likewise.
24171         (fmin_test): Likewise.
24172         (fmod_test): Likewise.
24173         (fpclassify_test): Likewise.
24174         (frexp_test): Likewise.
24175         (gamma_test): Likewise.
24176         (hypot_test): Likewise.
24177         (ilogb_test): Likewise.
24178         (isfinite_test): Likewise.
24179         (isgreater_test): Likewise.
24180         (isgreaterequal_test): Likewise.
24181         (isinf_test): Likewise.
24182         (isless_test): Likewise.
24183         (islessequal_test): Likewise.
24184         (islessgreater_test): Likewise.
24185         (isnan_test): Likewise.
24186         (isnormal_test): Likewise.
24187         (issignaling_test): Likewise.
24188         (isunordered_test): Likewise.
24189         (j0_test): Likewise.
24190         (j1_test): Likewise.
24191         (jn_test): Likewise.
24192         (ldexp_test): Likewise.
24193         (lgamma_test): Likewise.
24194         (lrint_test): Likewise.
24195         (lrint_test_tonearest): Likewise.
24196         (lrint_test_towardzero): Likewise.
24197         (lrint_test_downward): Likewise.
24198         (lrint_test_upward): Likewise.
24199         (llrint_test): Likewise.
24200         (llrint_test_tonearest): Likewise.
24201         (llrint_test_towardzero): Likewise.
24202         (llrint_test_downward): Likewise.
24203         (llrint_test_upward): Likewise.
24204         (log_test): Likewise.
24205         (log10_test): Likewise.
24206         (log1p_test): Likewise.
24207         (log2_test): Likewise.
24208         (logb_test): Likewise.
24209         (logb_test_downward): Likewise.
24210         (lround_test): Likewise.
24211         (llround_test): Likewise.
24212         (modf_test): Likewise.
24213         (nearbyint_test): Likewise.
24214         (nextafter_test): Likewise.
24215         (nexttoward_test): Likewise.
24216         (pow_test): Likewise.
24217         (pow_test_tonearest): Likewise.
24218         (pow_test_towardzero): Likewise.
24219         (pow_test_downward): Likewise.
24220         (pow_test_upward): Likewise.
24221         (remainder_test): Likewise.
24222         (remainder_test_tonearest): Likewise.
24223         (remainder_test_towardzero): Likewise.
24224         (remainder_test_downward): Likewise.
24225         (remainder_test_upward): Likewise.
24226         (remquo_test): Likewise.
24227         (rint_test): Likewise.
24228         (rint_test_tonearest): Likewise.
24229         (rint_test_towardzero): Likewise.
24230         (rint_test_downward): Likewise.
24231         (rint_test_upward): Likewise.
24232         (round_test): Likewise.
24233         (scalb_test): Likewise.
24234         (scalbn_test): Likewise.
24235         (scalbln_test): Likewise.
24236         (signbit_test): Likewise.
24237         (sin_test): Likewise.
24238         (sin_test_tonearest): Likewise.
24239         (sin_test_towardzero): Likewise.
24240         (sin_test_downward): Likewise.
24241         (sin_test_upward): Likewise.
24242         (sincos_test): Likewise.
24243         (sinh_test): Likewise.
24244         (sinh_test_tonearest): Likewise.
24245         (sinh_test_towardzero): Likewise.
24246         (sinh_test_downward): Likewise.
24247         (sinh_test_upward): Likewise.
24248         (sqrt_test): Likewise.
24249         (tan_test): Likewise.
24250         (tan_test_tonearest): Likewise.
24251         (tan_test_towardzero): Likewise.
24252         (tan_test_downward): Likewise.
24253         (tan_test_upward): Likewise.
24254         (tanh_test): Likewise.
24255         (tgamma_test): Likewise.
24256         (trunc_test): Likewise.
24257         (y0_test): Likewise.
24258         (y1_test): Likewise.
24259         (yn_test): Likewise.
24260         (significand_test): Likewise.
24262 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
24264         [BZ #15381]
24265         * libio/genops.c (_IO_no_init): Initialize wide struct info.
24267 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
24269         [BZ #14894]
24270         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
24271         __ppc_mdoio and __ppc_mdoom.
24272         * manual/platform.texi: Document new functions __ppc_yield,
24273         __ppc_mdoio and __ppc_mdoom.
24275 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
24277         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
24278         (main): Mention "tls" pseudo-hwcap is legacy.
24279         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
24281 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
24283         * math/gen-libm-test.pl (parse_args): Output only string of
24284         arguments as text for test name, not full call or descriptions of
24285         tests for extra outputs.
24286         (generate_testfile): Do not pass function name to parse_args.
24287         Generate this_func variable from START.
24288         * math/libm-test.inc (struct test_f_f_data): Rename test_name
24289         field to arg_str.
24290         (struct test_ff_f_data): Likewise.
24291         (test_ff_f_data_nexttoward): Likewise.
24292         (struct test_fi_f_data): Likewise.
24293         (struct test_fl_f_data): Likewise.
24294         (struct test_if_f_data): Likewise.
24295         (struct test_fff_f_data): Likewise.
24296         (struct test_c_f_data): Likewise.
24297         (struct test_f_f1_data): Likewise.  Remove field extra_name.
24298         (struct test_fF_f1_data): Likewise.
24299         (struct test_ffI_f1_data): Likewise.
24300         (struct test_c_c_data): Rename test_name field to arg_str.
24301         (struct test_cc_c_data): Likewise.
24302         (struct test_f_i_data): Likewise.
24303         (struct test_ff_i_data): Likewise.
24304         (struct test_f_l_data): Likewise.
24305         (struct test_f_L_data): Likewise.
24306         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
24307         and extra2_name.
24308         (COMMON_TEST_SETUP): New macro.
24309         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
24310         (COMMON_TEST_CLEANUP): Likewise.
24311         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
24312         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
24313         macros.
24314         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
24315         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
24316         macros.
24317         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
24318         (RUN_TEST_fff_f): Take argument string.  Call new setup and
24319         cleanup macros.
24320         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
24321         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
24322         macros.
24323         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
24324         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
24325         macros.
24326         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24327         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
24328         cleanup macros.
24329         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24330         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
24331         cleanup macros.
24332         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24333         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
24334         cleanup macros.
24335         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24336         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
24337         macros.
24338         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
24339         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
24340         macros.
24341         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
24342         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
24343         macros.
24344         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
24345         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
24346         cleanup macros.
24347         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
24348         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
24349         cleanup macros.
24350         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
24351         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
24352         macros.
24353         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
24354         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
24355         cleanup macros.
24356         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
24357         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
24358         macros.
24359         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
24360         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
24361         macros.
24362         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
24363         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
24364         cleanup macros.
24365         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
24367 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
24369         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
24370         to _sifields.sigfault.
24371         (si_addr_lsb): Define new macro.
24372         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
24373         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
24374         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
24376 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
24378         [BZ #15441]
24379         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
24380         returns -1.
24381         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
24382         null return -1.
24383         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
24384         loading the domain.
24386 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
24388         * math/gen-libm-test.pl (parse_args): Do not include expected
24389         result in test name.
24390         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
24391         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24392         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24393         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24394         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24395         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24397 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
24399         * benchtests/Makefile: Sort function entries.
24401         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
24402         tanh, asinh, acosh, atanh.
24403         * benchtests/acos-inputs: New file.
24404         * benchtests/acosh-inputs: New file.
24405         * benchtests/asin-inputs: New file.
24406         * benchtests/asinh-inputs: New file.
24407         * benchtests/atanh-inputs: New file.
24408         * benchtests/cosh-inputs: New file.
24409         * benchtests/log-inputs: New file.
24410         * benchtests/sinh-inputs: New file.
24411         * benchtests/tanh-inputs: New file.
24413 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
24415         [BZ #15339]
24416         * posix/tst-getaddrinfo4.c: New test.
24417         * posix/Makefile (tests): Add it.
24419 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24421         [BZ #15339]
24422         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
24423         when no services were used.
24424         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
24425         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
24427 2013-05-21  Andreas Schwab  <schwab@suse.de>
24429         [BZ #15014]
24430         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
24431         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
24432         successful.
24433         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
24434         redundant variable declarations and reallocation of buffer when
24435         parsing as IPv6 address.  Always set NSS status when called from
24436         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
24437         buffer too small.  Correct computation of needed size.
24438         * nss/Makefile (tests): Add test-digits-dots.
24439         * nss/test-digits-dots.c: New test.
24441 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24443         * benchtests/Makefile: Remove instructions for adding
24444         benchmark tests.
24445         * benchtests/README: New file to explain how to execute and
24446         enhance the benchmark tests.
24448 2013-05-21  Andreas Schwab  <schwab@suse.de>
24450         [BZ #15493]
24451         * setjmp/Makefile (tests): Add tst-sigsetjmp.
24452         * setjmp/tst-sigsetjmp.c: New test.
24454 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24456         * sysdeps/x86_64/memset.S (memset): New implementation.
24457         (__bzero): Likewise.
24458         (__memset_tail): New function.
24460 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24462         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
24463         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
24464         __memcpy_sse2_unaligned ifunc selection.
24465         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
24466         Add memcpy-sse2-unaligned.S.
24467         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
24468         Add: __memcpy_sse2_unaligned.
24470 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
24472         [BZ #15490]
24473         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
24474         math_force_eval before restoring floating-point envrionment.
24475         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
24476         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
24477         Likewise.
24478         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
24479         <math_private.h>.
24480         (__nearbyintl): Use math_force_eval before restoring
24481         floating-point environment.
24482         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
24484         * math/gen-libm-test.pl (special_functions): Remove.
24485         (parse_args): Don't handle TEST_extra.  Handle functions with no
24486         return value.
24487         * math/libm-test.inc (struct test_sincos_data): Replace with
24488         struct test_fFF_11_data.
24489         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
24490         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
24491         (sincos_test_data): Change element type to struct
24492         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
24493         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
24494         RUN_TEST_LOOP_sincos.
24495         * math/README.libm-test: Don't mention special handling of
24496         individual functions.
24497         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
24498         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24499         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24500         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24501         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24502         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24504         * math/gen-libm-test.pl (get_variable): Remove function.
24505         (parse_args): Don't show pointer parameters to call in test
24506         names.  Use "extra output N" in test names for extra outputs
24507         rather than naming variables.
24509 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
24511         [BZ #15488]
24512         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
24513         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
24514         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
24515         double tests.
24516         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
24517         disable.
24518         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
24519         check_long_double.
24521         * math/gen-libm-test.pl (@tests): Remove variable.
24522         ($count): Likewise.
24523         (new_test): Remove function.
24524         (show_exceptions): New function.
24525         (special_functions): Use show_exceptions instead of new_test.
24526         (parse_args): Likewise.
24527         (generate_testfile): Pass only function name in generated call to
24528         print_max_error or print_complex_max_error.
24529         (get_ulps): Do not handle complex tests specially.
24530         (output_test): Rename to ...
24531         (get_all_ulps_for_test): ... this.  Return a string rather than
24532         printing to a file.  Require ulps to be present.
24533         (output_ulps): Generate arrays rather than #defines.
24534         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
24535         (struct ulp_data): New type.
24536         (BUILD_COMPLEX_ULP): Remove macro.
24537         (compare_ulp_data): New function.
24538         (find_ulps): Likewise.
24539         (find_test_ulps): Likewise.
24540         (find_function_ulps): Likewise.
24541         (find_complex_function_ulps): Likewise.
24542         (print_max_error): Determine allowed ulps using
24543         find_function_ulps.
24544         (print_complex_max_error): Determine allowed ulps using
24545         find_complex_function_ulps.
24546         (check_float_internal): Determine max ulps using find_test_ulps.
24547         (check_float): Do not take max_ulp parameter.  Update call to
24548         check_float_internal.
24549         (check_complex): Likewise.
24550         (check_int): Do not take max_ulp parameter.
24551         (check_long): Likewise.
24552         (check_bool): Likewise.
24553         (check_longlong): Likewise.
24554         (struct test_f_f_data): Remove max_ulp field.
24555         (struct test_ff_f_data): Likewise.
24556         (struct test_ff_f_data_nexttoward): Likewise.
24557         (struct test_fi_f_data): Likewise.
24558         (struct test_fl_f_data): Likewise.
24559         (struct test_if_f_data): Likewise.
24560         (struct test_fff_f_data): Likewise.
24561         (struct test_c_f_data): Likewise.
24562         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
24563         (struct test_fF_f1_data): Likewise.
24564         (struct test_ffI_f1_data): Likewise.
24565         (struct test_c_c_data): Remove max_ulp field.
24566         (struct test_cc_c_data): Likewise.
24567         (struct test_f_i_data): Likewise.
24568         (struct test_ff_i_data): Likewise.
24569         (struct test_f_l_data): Likewise.
24570         (struct test_f_L_data): Likewise.
24571         (struct test_sincos_data): Likewise.
24572         (RUN_TEST_f_f): Do not handle ulps.
24573         (RUN_TEST_LOOP_f_f): Likewise.
24574         (RUN_TEST_2_f): Likewise.
24575         (RUN_TEST_LOOP_2_f): Likewise.
24576         (RUN_TEST_fff_f): Likewise.
24577         (RUN_TEST_LOOP_fff_f): Likewise.
24578         (RUN_TEST_c_f): Likewise.
24579         (RUN_TEST_LOOP_c_f): Likewise.
24580         (RUN_TEST_f_f1): Likewise.
24581         (RUN_TEST_LOOP_f_f1): Likewise.
24582         (RUN_TEST_fF_f1): Likewise.
24583         (RUN_TEST_LOOP_fF_f1): Likewise.
24584         (RUN_TEST_fI_f1): Likewise.
24585         (RUN_TEST_LOOP_fI_f1): Likewise.
24586         (RUN_TEST_ffI_f1): Likewise.
24587         (RUN_TEST_LOOP_ffI_f1): Likewise.
24588         (RUN_TEST_c_c): Likewise.
24589         (RUN_TEST_LOOP_c_c): Likewise.
24590         (RUN_TEST_cc_c): Likewise.
24591         (RUN_TEST_LOOP_cc_c): Likewise.
24592         (RUN_TEST_f_i): Likewise.
24593         (RUN_TEST_LOOP_f_i): Likewise.
24594         (RUN_TEST_f_i_tg): Likewise.
24595         (RUN_TEST_LOOP_f_i_tg): Likewise.
24596         (RUN_TEST_ff_i_tg): Likewise.
24597         (RUN_TEST_LOOP_ff_i_tg): Likewise.
24598         (RUN_TEST_f_b): Likewise.
24599         (RUN_TEST_LOOP_f_b): Likewise.
24600         (RUN_TEST_f_b_tg): Likewise.
24601         (RUN_TEST_LOOP_f_b_tg): Likewise.
24602         (RUN_TEST_f_l): Likewise.
24603         (RUN_TEST_LOOP_f_l): Likewise.
24604         (RUN_TEST_f_L): Likewise.
24605         (RUN_TEST_LOOP_f_L): Likewise.
24606         (RUN_TEST_sincos): Likewise.
24607         (RUN_TEST_LOOP_sincos): Likewise.
24609 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
24611         [BZ #15480]
24612         [BZ #15485]
24613         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
24614         main case of finite arguments, set rounding mode to FE_TONEAREST
24615         and discard exceptions.
24616         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
24617         exceptions.
24618         (remainder_tonearest_test_data): New variable.
24619         (remainder_test_tonearest): New function.
24620         (remainder_towardzero_test_data): New variable.
24621         (remainder_test_towardzero): New function.
24622         (remainder_downward_test_data): New variable.
24623         (remainder_test_downward): New function.
24624         (remainder_upward_test_data): New variable.
24625         (remainder_test_upward): New function.
24626         (main): Call the new test functions.
24628         * math/libm-test.inc (struct test_f_f1_data): Remove field
24629         extra_init.
24630         (struct test_fF_f1_data): Likewise.
24631         (struct test_ffI_f1_data): Likewise.
24632         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
24633         based on value of EXTRA_EXPECTED.
24634         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24635         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
24636         EXTRA_VAR based on value of EXTRA_EXPECTED.
24637         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24638         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
24639         EXTRA_VAR based on value of EXTRA_EXPECTED.
24640         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24641         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
24642         EXTRA_VAR based on value of EXTRA_EXPECTED.
24643         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24644         * math/gen-libm-test.pl (parse_args): Don't output initializers
24645         for extra output values.
24647         * math/libm-test.inc (check_int): Expect result to be exactly
24648         equal to expected value and do not handle ulps.
24649         (check_long): Likewise.
24650         (check_longlong): Likewise.
24652         * math/libm-test.inc (ceil_test_data): Test for "inexact"
24653         exceptions.
24654         (cimag_test_data): Likewise.
24655         (conj_test_data): Likewise.
24656         (copysign_test_data): Likewise.
24657         (cproj_test_data): Likewise.
24658         (creal_test_data): Likewise.
24659         (fabs_test_data): Likewise.
24660         (fdim_test_data): Likewise.
24661         (finite_test_data): Likewise.
24662         (floor_test_data): Likewise.
24663         (fmax_test_data): Likewise.
24664         (fmin_test_data): Likewise.
24665         (fmod_test_data): Likewise.
24666         (fpclassify_test_data): Likewise.
24667         (frexp_test_data): Likewise.
24668         (ilogb_test_data): Likewise.
24669         (isfinite_test_data): Likewise.
24670         (isgreater_test_data): Likewise.
24671         (isgreaterequal_test_data): Likewise.
24672         (isinf_test_data): Likewise.
24673         (isless_test_data): Likewise.
24674         (islessequal_test_data): Likewise.
24675         (islessgreater_test_data): Likewise.
24676         (isnan_test_data): Likewise.
24677         (isnormal_test_data): Likewise.
24678         (issignaling_test_data): Likewise.
24679         (isunordered_test_data): Likewise.
24680         (ldexp_test_data): Likewise.
24681         (lrint_test_data): Likewise.
24682         (lrint_test_data) [TEST_FLOAT]: Disable one test.
24683         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
24684         (lrint_tonearest_test_data): Test for "inexact" exceptions.
24685         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24686         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
24687         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24688         test input.
24689         (lrint_towardzero_test_data): Test for "inexact" exceptions.
24690         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24691         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
24692         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
24693         that test input.
24694         (lrint_downward_test_data): Test for "inexact" exceptions.
24695         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24696         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
24697         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24698         test input.
24699         (lrint_upward_test_data): Test for "inexact" exceptions.
24700         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
24701         test input.
24702         (llrint_test_data): Test for "inexact" exceptions.
24703         (llrint_test_data) [TEST_FLOAT]: Disable one test.
24704         (llrint_tonearest_test_data): Test for "inexact" exceptions.
24705         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24706         (llrint_towardzero_test_data): Test for "inexact" exceptions.
24707         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24708         (llrint_downward_test_data): Test for "inexact" exceptions.
24709         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24710         (llrint_upward_test_data): Test for "inexact" exceptions.
24711         (logb_test_data): Likewise.
24712         (logb_downward_test_data): Likewise.
24713         (nextafter_test_data): Likewise.
24714         (nexttoward_test_data): Likewise.
24715         (remainder_test_data): Likewise.
24716         (remquo_test_data): Likewise.
24717         (scalbn_test_data): Likewise.
24718         (scalbln_test_data): Likewise.
24719         (signbit_test_data): Likewise.
24720         (sqrt_test_data): Likewise.
24721         (significand_test_data): Likewise.
24723 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
24725         [BZ #15424]
24726         * benchtests/bench-modf.c (struct args): Mark arg0 as
24727         volatile.
24728         * scripts/bench.pl: Mark members of struct args as volatile.
24730 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24732         [BZ # 15497]
24733         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
24734         negative infinity on POWER6 or lower.
24735         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
24737 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
24739         [BZ #15442]
24740         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
24741         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
24742         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
24743         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
24744         (_FP_SETQNAN): New macro.
24745         (_FP_SETQNAN_SEMIRAW): Likewise.
24746         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
24747         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
24748         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
24749         (FP_EXTEND): Use _FP_FRAC_SNANP.
24750         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
24751         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
24752         into account.
24753         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24754         New macro.
24755         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24756         Likewise.
24758 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24760         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
24761         with DIVIDE_BY_ZERO_EXCEPTION.
24762         (gamma_test_data): Likewise.
24763         (lgamma_test_data): Likewise.
24764         (log_test_data): Likewise.
24765         (log10_test_data): Likewise.
24766         (log2_test_data): Likewise.
24767         (tgamma_test_data): Likewise.
24769         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
24770         (acos_test_tonearest): Likewise.
24771         (acos_test_towardzero): Likewise.
24772         (acos_test_downward): Likewise.
24773         (acos_test_upward): Likewise.
24774         (acosh_test): Likewise.
24775         (asin_test): Likewise.
24776         (asin_test_tonearest): Likewise.
24777         (asin_test_towardzero): Likewise.
24778         (asin_test_downward): Likewise.
24779         (asin_test_upward): Likewise.
24780         (asinh_test): Likewise.
24781         (atan_test): Likewise.
24782         (atanh_test): Likewise.
24783         (atan2_test): Likewise.
24784         (cabs_test): Likewise.
24785         (cacos_test): Likewise.
24786         (cacosh_test): Likewise.
24787         (casin_test): Likewise.
24788         (casinh_test): Likewise.
24789         (catan_test): Likewise.
24790         (catanh_test): Likewise.
24791         (cbrt_test): Likewise.
24792         (ccos_test): Likewise.
24793         (ccosh_test): Likewise.
24794         (cexp_test): Likewise.
24795         (clog_test): Likewise.
24796         (clog10_test): Likewise.
24797         (cos_test): Likewise.
24798         (cos_test_tonearest): Likewise.
24799         (cos_test_towardzero): Likewise.
24800         (cos_test_downward): Likewise.
24801         (cos_test_upward): Likewise.
24802         (cosh_test): Likewise.
24803         (cosh_test_tonearest): Likewise.
24804         (cosh_test_towardzero): Likewise.
24805         (cosh_test_downward): Likewise.
24806         (cosh_test_upward): Likewise.
24807         (cpow_test): Likewise.
24808         (csin_test): Likewise.
24809         (csinh_test): Likewise.
24810         (csqrt_test): Likewise.
24811         (ctan_test): Likewise.
24812         (ctan_test_tonearest): Likewise.
24813         (ctan_test_towardzero): Likewise.
24814         (ctan_test_downward): Likewise.
24815         (ctan_test_upward): Likewise.
24816         (ctanh_test): Likewise.
24817         (ctanh_test_tonearest): Likewise.
24818         (ctanh_test_towardzero): Likewise.
24819         (ctanh_test_downward): Likewise.
24820         (ctanh_test_upward): Likewise.
24821         (erf_test): Likewise.
24822         (erfc_test): Likewise.
24823         (exp_test): Likewise.
24824         (exp_test_tonearest): Likewise.
24825         (exp_test_towardzero): Likewise.
24826         (exp_test_downward): Likewise.
24827         (exp_test_upward): Likewise.
24828         (exp10_test): Likewise.
24829         (exp2_test): Likewise.
24830         (expm1_test): Likewise.
24831         (fmod_test): Likewise.
24832         (gamma_test): Likewise.
24833         (hypot_test): Likewise.
24834         (j0_test): Likewise.
24835         (j1_test): Likewise.
24836         (jn_test): Likewise.
24837         (lgamma_test): Likewise.
24838         (log_test): Likewise.
24839         (log10_test): Likewise.
24840         (log1p_test): Likewise.
24841         (log2_test): Likewise.
24842         (logb_test_downward): Likewise.
24843         (pow_test): Likewise.
24844         (pow_test_tonearest): Likewise.
24845         (pow_test_towardzero): Likewise.
24846         (pow_test_downward): Likewise.
24847         (pow_test_upward): Likewise.
24848         (remainder_test): Likewise.
24849         (remquo_test): Likewise.
24850         (sin_test): Likewise.
24851         (sin_test_tonearest): Likewise.
24852         (sin_test_towardzero): Likewise.
24853         (sin_test_downward): Likewise.
24854         (sin_test_upward): Likewise.
24855         (sincos_test): Likewise.
24856         (sinh_test): Likewise.
24857         (sinh_test_tonearest): Likewise.
24858         (sinh_test_towardzero): Likewise.
24859         (sinh_test_downward): Likewise.
24860         (sinh_test_upward): Likewise.
24861         (sqrt_test): Likewise.
24862         (tan_test): Likewise.
24863         (tan_test_tonearest): Likewise.
24864         (tan_test_towardzero): Likewise.
24865         (tan_test_downward): Likewise.
24866         (tan_test_upward): Likewise.
24867         (tanh_test): Likewise.
24868         (tgamma_test): Likewise.
24869         (y0_test): Likewise.
24870         (y1_test): Likewise.
24871         (yn_test): Likewise.
24873         * math/gen-libm-test.pl (adjust_arg): Remove function.
24874         (special_function): Remove argument $in_func.  Only handle
24875         generating output for tables of tests, not inside functions.
24876         (parse_args): Likewise.
24877         (generate_testfile): Remove variable $in_func.  Update call to
24878         parse_args.
24879         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
24880         (MINUS_ZERO_INIT): Rename macro to minus_zero.
24881         (PLUS_INFTY_INIT): Rename macro to plus_infty.
24882         (MINUS_INFTY_INIT): Rename macro to minus_infty.
24883         (QNAN_VALUE_INIT): Rename macro to qnan_value.
24884         (MAX_VALUE_INIT): Rename macro to max_value.
24885         (MIN_VALUE_INIT): Rename macro to min_value.
24886         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
24887         (plus_zero): Remove variable.
24888         (minus_zero): Likewise.
24889         (plus_infty): Likewise.
24890         (minus_infty): Likewise.
24891         (qnan_value): Likewise.
24892         (max_value): Likewise.
24893         (min_value): Likewise.
24894         (min_subnorm_value): Likewise.
24896 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24898         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
24899         uint64_t or uint32_t usage.
24900         * crypt/sha256-block.c: Likewise.
24901         * crypt/sha256-crypt.c: Likewise.
24902         * crypt/sha256.c: Likewise.
24903         * crypt/sha512-block.c: Likewise.
24904         * crypt/sha512-crypt.c: Likewise.
24905         * crypt/sha512.c: Likewise.
24906         * debug/backtrace-tst.c: Likewise.
24907         * debug/pcprofiledump.c: Likewise.
24908         * elf/cache.c: Likewise.
24909         * elf/dl-cache.c: Likewise.
24910         * elf/dl-misc.c: Likewise.
24911         * elf/dl-profile.c: Likewise.
24912         * elf/dl-support.c: Likewise.
24913         * elf/ldconfig.c: Likewise.
24914         * elf/sprof.c: Likewise.
24915         * iconv/dummy-repertoire.c: Likewise.
24916         * iconv/iconv_charmap.c: Likewise.
24917         * iconv/skeleton.c: Likewise.
24918         * iconvdata/8bit-generic.c: Likewise.
24919         * iconvdata/cp737.h: Likewise.
24920         * iconvdata/cp775.h: Likewise.
24921         * iconvdata/ibm1008.h: Likewise.
24922         * iconvdata/ibm1025.h: Likewise.
24923         * iconvdata/ibm1046.h: Likewise.
24924         * iconvdata/ibm1097.h: Likewise.
24925         * iconvdata/ibm1112.h: Likewise.
24926         * iconvdata/ibm1122.h: Likewise.
24927         * iconvdata/ibm1123.h: Likewise.
24928         * iconvdata/ibm1124.h: Likewise.
24929         * iconvdata/ibm1129.h: Likewise.
24930         * iconvdata/ibm1130.h: Likewise.
24931         * iconvdata/ibm1132.h: Likewise.
24932         * iconvdata/ibm1133.h: Likewise.
24933         * iconvdata/ibm1137.h: Likewise.
24934         * iconvdata/ibm1140.h: Likewise.
24935         * iconvdata/ibm1141.h: Likewise.
24936         * iconvdata/ibm1142.h: Likewise.
24937         * iconvdata/ibm1143.h: Likewise.
24938         * iconvdata/ibm1144.h: Likewise.
24939         * iconvdata/ibm1145.h: Likewise.
24940         * iconvdata/ibm1146.h: Likewise.
24941         * iconvdata/ibm1147.h: Likewise.
24942         * iconvdata/ibm1148.h: Likewise.
24943         * iconvdata/ibm1149.h: Likewise.
24944         * iconvdata/ibm1153.h: Likewise.
24945         * iconvdata/ibm1154.h: Likewise.
24946         * iconvdata/ibm1155.h: Likewise.
24947         * iconvdata/ibm1156.h: Likewise.
24948         * iconvdata/ibm1157.h: Likewise.
24949         * iconvdata/ibm1158.h: Likewise.
24950         * iconvdata/ibm1160.h: Likewise.
24951         * iconvdata/ibm1161.h: Likewise.
24952         * iconvdata/ibm1162.h: Likewise.
24953         * iconvdata/ibm1163.h: Likewise.
24954         * iconvdata/ibm1164.h: Likewise.
24955         * iconvdata/ibm1166.h: Likewise.
24956         * iconvdata/ibm1167.h: Likewise.
24957         * iconvdata/ibm12712.h: Likewise.
24958         * iconvdata/ibm1390.h: Likewise.
24959         * iconvdata/ibm1399.h: Likewise.
24960         * iconvdata/ibm16804.h: Likewise.
24961         * iconvdata/ibm4517.h: Likewise.
24962         * iconvdata/ibm4899.h: Likewise.
24963         * iconvdata/ibm4909.h: Likewise.
24964         * iconvdata/ibm4971.h: Likewise.
24965         * iconvdata/ibm5347.h: Likewise.
24966         * iconvdata/ibm803.h: Likewise.
24967         * iconvdata/ibm856.h: Likewise.
24968         * iconvdata/ibm901.h: Likewise.
24969         * iconvdata/ibm902.h: Likewise.
24970         * iconvdata/ibm9030.h: Likewise.
24971         * iconvdata/ibm9066.h: Likewise.
24972         * iconvdata/ibm921.h: Likewise.
24973         * iconvdata/ibm922.h: Likewise.
24974         * iconvdata/ibm9448.h: Likewise.
24975         * iconvdata/isiri-3342.h: Likewise.
24976         * iconvdata/jis0201.h: Likewise.
24977         * include/link.h: Likewise.
24978         * include/netdb.h: Likewise.
24979         * inet/check_native.c: Likewise.
24980         * inet/check_pf.c: Likewise.
24981         * inet/getipv4sourcefilter.c: Likewise.
24982         * inet/getnameinfo.c: Likewise.
24983         * inet/getsourcefilter.c: Likewise.
24984         * inet/htonl.c: Likewise.
24985         * inet/setipv4sourcefilter.c: Likewise.
24986         * inet/setsourcefilter.c: Likewise.
24987         * inet/test-inet6_opt.c: Likewise.
24988         * inet/tst-network.c: Likewise.
24989         * locale/C-collate.c: Likewise.
24990         * locale/C-ctype.c: Likewise.
24991         * locale/C-time.c: Likewise.
24992         * locale/C-translit.h: Likewise.
24993         * locale/loadarchive.c: Likewise.
24994         * locale/programs/3level.h: Likewise.
24995         * locale/programs/charmap.c: Likewise.
24996         * locale/programs/charmap.h: Likewise.
24997         * locale/programs/ld-address.c: Likewise.
24998         * locale/programs/ld-collate.c: Likewise.
24999         * locale/programs/ld-ctype.c: Likewise.
25000         * locale/programs/ld-identification.c: Likewise.
25001         * locale/programs/ld-measurement.c: Likewise.
25002         * locale/programs/ld-messages.c: Likewise.
25003         * locale/programs/ld-monetary.c: Likewise.
25004         * locale/programs/ld-name.c: Likewise.
25005         * locale/programs/ld-numeric.c: Likewise.
25006         * locale/programs/ld-paper.c: Likewise.
25007         * locale/programs/ld-telephone.c: Likewise.
25008         * locale/programs/ld-time.c: Likewise.
25009         * locale/programs/linereader.c: Likewise.
25010         * locale/programs/locale.c: Likewise.
25011         * locale/programs/locarchive.c: Likewise.
25012         * locale/programs/locfile.h: Likewise.
25013         * locale/programs/repertoire.c: Likewise.
25014         * locale/programs/simple-hash.c: Likewise.
25015         * locale/programs/simple-hash.h: Likewise.
25016         * malloc/memusage.c: Likewise.
25017         * malloc/memusagestat.c: Likewise.
25018         * nis/nis_defaults.c: Likewise.
25019         * nis/nis_hash.c: Likewise.
25020         * nis/nis_print.c: Likewise.
25021         * nis/nis_xdr.c: Likewise.
25022         * nscd/connections.c: Likewise.
25023         * nscd/hstcache.c: Likewise.
25024         * nscd/nscd_gethst_r.c: Likewise.
25025         * nscd/nscd_getserv_r.c: Likewise.
25026         * nscd/nscd_helper.c: Likewise.
25027         * nscd/servicescache.c: Likewise.
25028         * nss/makedb.c: Likewise.
25029         * nss/nss_db/db-XXX.c: Likewise.
25030         * nss/nss_db/db-initgroups.c: Likewise.
25031         * nss/nss_db/db-netgrp.c: Likewise.
25032         * nss/nss_files/files-network.c: Likewise.
25033         * nss/nss_files/files-parse.c: Likewise.
25034         * posix/bug-regex5.c: Likewise.
25035         * posix/fnmatch_loop.c: Likewise.
25036         * posix/regcomp.c: Likewise.
25037         * posix/regexec.c: Likewise.
25038         * posix/tst-rfc3484-2.c: Likewise.
25039         * posix/tst-rfc3484-3.c: Likewise.
25040         * posix/tst-rfc3484.c: Likewise.
25041         * resolv/nss_dns/dns-canon.c: Likewise.
25042         * resolv/nss_dns/dns-network.c: Likewise.
25043         * resolv/res_init.c: Likewise.
25044         * resolv/res_mkquery.c: Likewise.
25045         * resolv/tst-aton.c: Likewise.
25046         * stdlib/cxa_atexit.c: Likewise.
25047         * stdlib/cxa_finalize.c: Likewise.
25048         * stdlib/gen-fpioconst.c: Likewise.
25049         * stdlib/strtol_l.c: Likewise.
25050         * string/tst-endian.c: Likewise.
25051         * sunrpc/auth_des.c: Likewise.
25052         * sunrpc/clnt_udp.c: Likewise.
25053         * sunrpc/rtime.c: Likewise.
25054         * sunrpc/svcauth_des.c: Likewise.
25055         * sunrpc/xdr.c: Likewise.
25056         * sunrpc/xdr_intXX_t.c: Likewise.
25057         * sunrpc/xdr_rec.c: Likewise.
25058         * sysdeps/generic/ldconfig.h: Likewise.
25059         * sysdeps/generic/ldsodefs.h: Likewise.
25060         * sysdeps/generic/memusage.h: Likewise.
25061         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
25062         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
25063         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
25064         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
25065         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
25066         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
25067         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
25068         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
25069         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
25070         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
25071         * sysdeps/posix/getaddrinfo.c: Likewise.
25072         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
25073         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
25074         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
25075         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
25076         * sysdeps/powerpc/test-gettimebase.c: Likewise.
25077         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
25078         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
25079         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
25080         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
25081         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
25082         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
25083         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
25084         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
25085         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
25086         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
25087         * sysdeps/x86_64/dl-tls.h: Likewise.
25088         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
25089         * time/alt_digit.c: Likewise.
25090         * time/era.c: Likewise.
25091         * wcsmbs/tst-c16c32-1.c: Likewise.
25093 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
25095         * math/libm-test.inc (struct test_sincos_data): New type.
25096         (RUN_TEST_LOOP_sincos): New macro.
25097         (sincos_test_data): New variable.
25098         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
25100 2013-05-16  Richard Henderson  <rth@redhat.com>
25102         * math/atest-exp2.c (LIMB64): New macro.
25103         (CONSTSZ): New macro.
25104         (mp_exp1, mp_exp_m1, mp_log2): New variables.
25105         (hexdig): Move ...
25106         (print_mpn_fp): ... to function scope.
25107         (read_mpn_hex): Remove.
25108         (get_log2): Remove.
25109         (exp2_mpn): Use mp_log2.
25110         (main): Use mp_exp1.
25112 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
25114         * math/libm-test.inc: Remove comment about not testing "inexact"
25115         exceptions.
25116         (INEXACT_EXCEPTION): New macro.
25117         (NO_INEXACT_EXCEPTION): Likewise.
25118         (INVALID_EXCEPTION_OK): Update value.
25119         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
25120         (OVERFLOW_EXCEPTION_OK): Likewise.
25121         (UNDERFLOW_EXCEPTION_OK): Likewise.
25122         (IGNORE_ZERO_INF_SIGN): Likewise.
25123         (ERRNO_UNCHANGED): Likewise.
25124         (ERRNO_EDOM): Likewise.
25125         (ERRNO_ERANGE): Likewise.
25126         (test_exceptions): Handle testing "inexact" exceptions.
25127         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
25128         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
25129         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
25130         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
25131         INEXACT_EXCEPTION.
25132         (rint_towardzero_test_data): Likewise.
25133         (rint_downward_test_data): Likewise.
25134         (rint_upward_test_data): Likewise.
25136         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
25137         with OVERFLOW_EXCEPTION.
25138         (exp10_test_data): Likewise.
25139         (exp2_test_data): Likewise.
25140         (expm1_test_data): Likewise.
25141         (lgamma_test_data): Likewise.
25142         (pow_test_data): Likewise.
25143         (tgamma_test_data): Likewise.
25144         (yn_test_data): Remove duplicate test of overflow.
25146         * math/libm-test.inc (struct test_cc_c_data): New type.
25147         (RUN_TEST_LOOP_cc_c): New macro.
25148         (cpow_test_data): New variable.
25149         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
25151         * math/libm-test.inc (struct test_f_L_data): New type.
25152         (RUN_TEST_LOOP_f_L): New macro.
25153         (llrint_test_data): New variable.
25154         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
25155         (llrint_tonearest_test_data): New variable.
25156         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
25157         (llrint_towardzero_test_data): New variable.
25158         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
25159         (llrint_downward_test_data): New variable.
25160         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
25161         (llrint_upward_test_data): New variable.
25162         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
25163         (llround_test_data): New variable.
25164         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
25166 2013-05-13  Peter Collingbourne  <pcc@google.com>
25168         * math/atest-exp2.c (get_log2): Remove const attribute.
25170 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
25172         * math/libm-test.inc (struct test_f_l_data): New type.
25173         (RUN_TEST_LOOP_f_l): New macro.
25174         (lrint_test_data): New variable.
25175         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
25176         (lrint_tonearest_test_data): New variable.
25177         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
25178         (lrint_towardzero_test_data): New variable.
25179         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
25180         (lrint_downward_test_data): New variable.
25181         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
25182         (lrint_upward_test_data): New variable.
25183         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
25184         (lround_test_data): New variable.
25185         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
25187 2013-05-15  Peter Collingbourne  <pcc@google.com>
25189         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
25190         (EXTRACT_WORDS64) Use where appropriate.
25191         (INSERT_WORDS64) Likewise.
25193         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
25194         constraints with x constraints.
25195         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
25197         * malloc/obstack.c (_obstack_compat): Add initializer.
25199 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
25201         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
25202         si_trapno and add si_addr_lsb to _sifields.sigfault.
25203         (si_trapno): Remove macro.
25204         (si_addr_lsb): Define new macro.
25205         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
25207 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
25209         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
25210         instead of TEST_f_l.
25211         (llrint_test_tonearest): Likewise.
25212         (llrint_test_towardzero): Likewise.
25213         (llrint_test_downward): Likewise.
25214         (llrint_test_upward): Likewise.
25215         (llround_test): Likewise.
25217         * math/libm-test.inc (struct test_f_i_data): Add comment.
25218         (RUN_TEST_LOOP_f_b): New macro.
25219         (RUN_TEST_LOOP_f_b_tg): Likewise.
25220         (finite_test_data): New variable.
25221         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
25222         (isfinite_test_data): New variable.
25223         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25224         (isinf_test_data): New variable.
25225         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25226         (isnan_test_data): New variable.
25227         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25228         (isnormal_test_data): New variable.
25229         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25230         (issignaling_test_data): New variable.
25231         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25232         (signbit_test_data): New variable.
25233         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25235         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
25236         with INVALID_EXCEPTION.
25237         (acosh_test_data): Likewise.
25238         (asin_test_data): Likewise.
25239         (atanh_test_data): Likewise.
25240         (fmod_test_data): Likewise.
25241         (log_test_data): Likewise.
25242         (log10_test_data): Likewise.
25243         (log2_test_data): Likewise.
25244         (pow_test_data): Likewise.
25245         (sqrt_test_data): Likewise.
25246         (y0_test_data): Likewise.
25247         (y1_test_data): Likewise.
25248         (yn_test_data): Likewise.
25250         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
25251         function contents.
25253         * math/libm-test.inc (struct test_ff_i_data): New type.
25254         (RUN_TEST_LOOP_ff_i_tg): New macro.
25255         (isgreater_test_data): New variable.
25256         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25257         (isgreaterequal_test_data): New variable.
25258         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25259         (isless_test_data): New variable.
25260         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25261         (islessequal_test_data): New variable.
25262         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25263         (islessgreater_test_data): New variable.
25264         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25265         (isunordered_test_data): New variable.
25266         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25268 2013-05-14  David S. Miller  <davem@davemloft.net>
25270         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25272 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
25274         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
25276         * math/libm-test.inc (struct test_fF_f1_data): Change type of
25277         extra_test to int.
25278         (struct test_f_i_data): Change type of max_ulp to int.
25280         * math/libm-test.inc (test_ffI_f1_data): New type.
25281         (RUN_TEST_LOOP_ffI_f1): New macro.
25282         (remquo_test_data): New variable.
25283         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
25285         * setjmp/tst-setjmp-fp.c: New file.
25286         * setjmp/Makefile (tests): Add tst-setjmp-fp.
25287         (link-libm): New variable.
25288         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
25290         * math/libm-test.inc (struct test_f_i_data): New type.
25291         (RUN_TEST_LOOP_f_i): New macro.
25292         (RUN_TEST_LOOP_f_i_tg): Likewise.
25293         (fpclassify_test_data): New variable.
25294         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
25295         (ilogb_test_data): New variable.
25296         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
25298         * math/libm-test.inc (scalbln_test): Correct function name in END
25299         call.
25301         * math/libm-test.inc (struct test_f_f1_data): Add comment.
25302         (RUN_TEST_LOOP_fI_f1): New macro.
25303         (frexp_test_data): New variable.
25304         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
25306         * math/libm-test.inc (struct test_fF_f1_data): New type.
25307         (RUN_TEST_LOOP_fF_f1): New macro.
25308         (modf_test_data): New variable.
25309         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
25311         * math/libm-test.inc (struct test_f_f1_data): New type.
25312         (RUN_TEST_LOOP_f_f1): New macro.
25313         (gamma_test_data): New variable.
25314         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25315         (lgamma_test_data): New variable.
25316         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25318 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
25320         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
25321         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
25322         (main): Comment "tls" pseudo-hwcap.
25324 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
25326         * math/libm-test.inc (struct test_fl_f_data): New type.
25327         (RUN_TEST_LOOP_fl_f): New variable.
25328         (scalbln_test_data): New variable.
25329         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
25331         * math/libm-test.inc (struct test_fi_f_data): New type.
25332         (RUN_TEST_LOOP_fi_f): New macro.
25333         (ldexp_test_data): New variable.
25334         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
25335         (scalbn_test_data): New variable.
25336         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
25338         * math/libm-test.inc (struct test_c_f_data): New type.
25339         (RUN_TEST_LOOP_c_f): New macro.
25340         (cabs_test_data): New variable.
25341         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
25342         (carg_test_data): New variable.
25343         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
25344         (cimag_test_data): New variable.
25345         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
25346         (creal_test_data): New variable.
25347         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
25349         * math/libm-test.inc (struct test_if_f_data): New type.
25350         (RUN_TEST_LOOP_if_f): New macro.
25351         (jn_test_data): New variable.
25352         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
25353         (yn_test_data): New variable.
25354         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
25356         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
25358 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25360         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
25361         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
25363 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25365         * benchtests/Makefile (CPPFLAGS-nonlib): Add
25366         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
25367         (bench-deps): Add bench-timing.h.
25368         * benchtests-bench-skeleton.c: Include bench-timing.h.
25369         (main): Use TIMING_* macros instead of clock_gettime.
25370         * benchtests/bench-timing.h: New file.
25372         [BZ #14582]
25373         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
25374         Renamed from _LIB_VERSION.
25375         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
25377 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
25379         * math/libm-test.inc (struct test_fff_f_data): New type.
25380         (RUN_TEST_LOOP_fff_f): New macro.
25381         (fma_test_data): New variable.
25382         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
25383         (fma_towardzero_test_data): New variable.
25384         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
25385         (fma_downward_test_data): New variable.
25386         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
25387         (fma_upward_test_data): New variable.
25388         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
25390         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
25391         (struct test_c_c_data): New type.
25392         (RUN_TEST_LOOP_c_c): New macro.
25393         (cacos_test_data): New variable.
25394         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
25395         (cacosh_test_data): New variable.
25396         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
25397         (casin_test_data): New variable.
25398         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
25399         (casinh_test_data): New variable.
25400         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
25401         (catan_test_data): New variable.
25402         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
25403         (catanh_test_data): New variable.
25404         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
25405         (ccos_test_data): New variable.
25406         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
25407         (ccosh_test_data): New variable.
25408         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
25409         (cexp_test_data): New variable.
25410         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
25411         (clog_test_data): New variable.
25412         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
25413         (clog10_test_data): New variable.
25414         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
25415         (conj_test_data): New variable.
25416         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
25417         (cproj_test_data): New variable.
25418         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
25419         (csin_test_data): New variable.
25420         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
25421         (csinh_test_data): New variable.
25422         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
25423         (csqrt_test_data): New variable.
25424         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
25425         (ctan_test_data): New variable.
25426         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
25427         (ctan_tonearest_test_data): New variable.
25428         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25429         (ctan_towardzero_test_data): New variable.
25430         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25431         (ctan_downward_test_data): New variable.
25432         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25433         (ctan_upward_test_data): New variable.
25434         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25435         (ctanh_test_data): New variable.
25436         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
25437         (ctanh_tonearest_test_data): New variable.
25438         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25439         (ctanh_towardzero_test_data): New variable.
25440         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25441         (ctanh_downward_test_data): New variable.
25442         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25443         (ctanh_upward_test_data): New variable.
25444         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25445         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
25446         of BUILD_COMPLEX.
25448         * math/libm-test.inc (struct test_ff_f_data): New type.
25449         (struct test_ff_f_data_nexttoward): Likewise.
25450         (RUN_TEST_LOOP_2_f): New macro.
25451         (RUN_TEST_LOOP_ff_f): Likewise.
25452         (atan2_test_data): New variable.
25453         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
25454         (copysign_test_data): New variable.
25455         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
25456         (fdim_test_data): New variable.
25457         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
25458         (fmax_test_data): New variable.
25459         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
25460         (fmin_test_data): New variable.
25461         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
25462         (fmod_test_data): New variable.
25463         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
25464         (hypot_test_data): New variable.
25465         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
25466         (nextafter_test_data): New variable.
25467         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
25468         (nexttoward_test_data): New variable.
25469         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
25470         (pow_test_data): New variable.
25471         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
25472         (pow_tonearest_test_data): New variable.
25473         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
25474         (pow_towardzero_test_data): New variable.
25475         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
25476         (pow_downward_test_data): New variable.
25477         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
25478         (pow_upward_test_data): New variable.
25479         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
25480         (remainder_test_data): New variable.
25481         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
25482         (scalb_test_data): New variable.
25483         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
25484         * sysdeps/i386/fpu/libm-test-ulps: Update.
25486 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
25488         * math/libm-test.inc (fma_test): Use max_value instead of local
25489         variable fltmax.
25490         (nextafter_test): Likewise.
25492         * math/libm-test.inc (acos_towardzero_test_data): New variable.
25493         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25494         (acos_downward_test_data): New variable.
25495         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25496         (acos_upward_test_data): New variable.
25497         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25498         (acosh_test_data): New variable.
25499         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
25500         (asin_test_data): New variable.
25501         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
25502         (asin_tonearest_test_data): New variable.
25503         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25504         (asin_towardzero_test_data): New variable.
25505         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25506         (asin_downward_test_data): New variable.
25507         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25508         (asin_upward_test_data): New variable.
25509         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25510         (asinh_test_data): New variable.
25511         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
25512         (atan_test_data): New variable.
25513         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
25514         (atanh_test_data): New variable.
25515         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
25516         (cbrt_test_data): New variable.
25517         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
25518         (ceil_test_data): New variable.
25519         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
25520         (cos_test_data): New variable.
25521         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
25522         (cos_tonearest_test_data): New variable.
25523         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25524         (cos_towardzero_test_data): New variable.
25525         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25526         (cos_downward_test_data): New variable.
25527         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25528         (cos_upward_test_data): New variable.
25529         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25530         (cosh_test_data): New variable.
25531         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
25532         (cosh_tonearest_test_data): New variable.
25533         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25534         (cosh_towardzero_test_data): New variable.
25535         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25536         (cosh_downward_test_data): New variable.
25537         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25538         (cosh_upward_test_data): New variable.
25539         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25540         (erf_test_data): New variable.
25541         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
25542         (erfc_test_data): New variable.
25543         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
25544         (exp_test_data): New variable.
25545         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
25546         (exp_tonearest_test_data): New variable.
25547         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25548         (exp_towardzero_test_data): New variable.
25549         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25550         (exp_downward_test_data): New variable.
25551         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25552         (exp_upward_test_data): New variable.
25553         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25554         (exp10_test_data): New variable.
25555         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
25556         (exp2_test_data): New variable.
25557         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
25558         (expm1_test_data): New variable.
25559         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
25560         (fabs_test_data): New variable.
25561         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
25562         (floor_test_data): New variable.
25563         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
25564         (j0_test_data): New variable.
25565         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
25566         (j1_test_data): New variable.
25567         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
25568         (log_test_data): New variable.
25569         (log_test): Run tests with RUN_TEST_LOOP_f_f.
25570         (log10_test_data): New variable.
25571         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
25572         (log1p_test_data): New variable.
25573         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
25574         (log2_test_data): New variable.
25575         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
25576         (logb_test_data): New variable.
25577         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
25578         (logb_downward_test_data): New variable.
25579         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25580         (nearbyint_test_data): New variable.
25581         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
25582         (rint_test_data): New variable.
25583         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
25584         (rint_tonearest_test_data): New variable.
25585         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25586         (rint_towardzero_test_data): New variable.
25587         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25588         (rint_downward_test_data): New variable.
25589         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25590         (rint_upward_test_data): New variable.
25591         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25592         (round_test_data): New variable.
25593         (round_test): Run tests with RUN_TEST_LOOP_f_f.
25594         (sin_test_data): New variable.
25595         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
25596         (sin_tonearest_test_data): New variable.
25597         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25598         (sin_towardzero_test_data): New variable.
25599         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25600         (sin_downward_test_data): New variable.
25601         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25602         (sin_upward_test_data): New variable.
25603         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25604         (sinh_test_data): New variable.
25605         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
25606         (sinh_tonearest_test_data): New variable.
25607         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25608         (sinh_towardzero_test_data): New variable.
25609         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25610         (sinh_downward_test_data): New variable.
25611         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25612         (sinh_upward_test_data): New variable.
25613         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25614         (sqrt_test_data): New variable.
25615         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
25616         (tan_test_data): New variable.
25617         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
25618         (tan_tonearest_test_data): New variable.
25619         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25620         (tan_towardzero_test_data): New variable.
25621         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25622         (tan_downward_test_data): New variable.
25623         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25624         (tan_upward_test_data): New variable.
25625         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25626         (tanh_test_data): New variable.
25627         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
25628         (tgamma_test_data): New variable.
25629         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
25630         (trunc_test_data): New variable.
25631         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
25632         (y0_test_data): New variable.
25633         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
25634         (y1_test_data): New variable.
25635         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
25636         (significand_test_data): New variable.
25637         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
25639 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
25641         [BZ #12387]
25642         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
25644 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
25646         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
25648 2013-05-10  Andreas Jaeger  <aj@suse.de>
25650         [BZ #15448]
25651         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
25652         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
25654 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25656         * math/gen-libm-test.pl (adjust_arg): New function.
25657         (special_functions): Handle generating output in both functions
25658         and arrays.
25659         (parse_args): Likewise.
25660         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
25661         $in_func argument to parse_args.
25662         * math/libm-test.inc (struct test_f_f_data): New type.
25663         (IF_ROUND_INIT_): New macro.
25664         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
25665         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
25666         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
25667         (IF_ROUND_INIT_FE_UPWARD): Likewise.
25668         (ROUND_RESTORE_): Likewise.
25669         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
25670         (ROUND_RESTORE_FE_TONEAREST): Likewise.
25671         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
25672         (ROUND_RESTORE_FE_UPWARD): Likewise.
25673         (RUN_TEST_LOOP_f_f): New macro.
25674         (acos_test_data): New variable.
25675         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
25676         (acos_tonearest_test_data): New variable.
25677         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25679 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
25681         * benchtests/bench-skeleton.c (startup): Fix coding style.
25683 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25685         [BZ #6809]
25686         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
25687         negative infinity argument.
25688         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
25689         negative infinity argument.
25690         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
25691         negative infinity argument.
25692         * math/libm-test.inc (tgamma_test): Expect errno to be set for
25693         domain errors.
25695 2013-05-10  Florian Weimer  <fweimer@redhat.com>
25697         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
25698         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
25699         * iconv/iconv_prog.c (main): Likewise.
25700         * locale/programs/charmap-dir.c (charmap_readdir)
25701         (fopen_uncompressed): Likewise.
25702         * locale/programs/locfile.c (siblings_uncached)
25703         (write_locale_data): Use lstat64 instead of lstat.
25704         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
25705         stat.
25707 2013-05-10  Andreas Jaeger  <aj@suse.de>
25709         [BZ #15395]
25710         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
25711         localization.
25712         Include <locale.h>.
25714 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
25716         * elf/dl-close.c (_dl_close_worker): Add comments.
25718 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
25720         [BZ #15359]
25721         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
25722         high part of pi/2.
25723         (__ieee754_rem_pio2l): Update comments.
25725         [BZ #15429]
25726         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
25727         high part of pi/2.
25728         (__ieee754_rem_pio2l): Update comments.
25730         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
25731         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
25733         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
25734         M_PI_4l.
25736         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
25737         (M_PI_34_LOG10El): Likewise.
25738         (M_PI2_LOG10El): Likewise.
25739         (M_PI4_LOG10El): Likewise.
25740         (M_PI_LOG10El): Likewise.
25742 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25744         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25746 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
25748         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
25749         (MINUS_ZERO_INIT): Likewise.
25750         (PLUS_INFTY_INIT): Likewise.
25751         (MINUS_INFTY_INIT): Likewise.
25752         (QNAN_VALUE_INIT): Likewise.
25753         (MAX_VALUE_INIT): Likewise.
25754         (MIN_VALUE_INIT): Likewise.
25755         (MIN_SUBNORM_VALUE_INIT): Likewise.
25756         (plus_zero): Initialize with PLUS_ZERO_INIT.
25757         (minus_zero): Initialize with MINUS_ZERO_INIT.
25758         (plus_infty): Initialize with PLUS_INFTY_INIT.
25759         (minus_infty): Initialize with MINUS_INFTY_INIT.
25760         (qnan_value): Initialize with QNAN_VALUE_INIT.
25761         (max_value): Initialize with MAX_VALUE_INIT.
25762         (min_value): Initialize with MIN_VALUE_INIT.
25763         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
25765         * math/libm-test.inc (RUN_TEST_if_f): New macro.
25766         (jn_test): Use TEST_if_f instead of TEST_ff_f.
25767         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
25768         (yn_test): Use TEST_if_f instead of TEST_ff_f.
25770         * math/libm-test.inc (RUN_TEST_f_f): New macro.
25771         (RUN_TEST_2_f): Likewise.
25772         (RUN_TEST_ff_f): Likewise.
25773         (RUN_TEST_fi_f): Likewise.
25774         (RUN_TEST_fl_f): Likewise.
25775         (RUN_TEST_fff_f): Likewise.
25776         (RUN_TEST_c_f): Likewise.
25777         (RUN_TEST_f_f1): Likewise.
25778         (RUN_TEST_fF_f1): Likewise.
25779         (RUN_TEST_fI_f1): Likewise.
25780         (RUN_TEST_ffI_f1): Likewise.
25781         (RUN_TEST_c_c): Likewise.
25782         (RUN_TEST_cc_c): Likewise.
25783         (RUN_TEST_f_i): Likewise.
25784         (RUN_TEST_f_i_tg): Likewise.
25785         (RUN_TEST_ff_i_tg): Likewise.
25786         (RUN_TEST_f_b): Likewise.
25787         (RUN_TEST_f_b_tg): Likewise.
25788         (RUN_TEST_f_l): Likewise.
25789         (RUN_TEST_f_L): Likewise.
25790         (RUN_TEST_sincos): Likewise.
25791         * math/gen-libm-test.pl (new_test): Take new argument to indicate
25792         whether to show exceptions.  Do not include ");\n" in return
25793         value.
25794         (special_functions): Output call to RUN_TEST_sincos instead of
25795         check_float calls.  Update calls to new_test.
25796         (parse_args): Output call to single RUN_TEST_* macro instead of
25797         check_* calls and other assignments.  Update calls to new_test.
25799         [BZ #2546]
25800         [BZ #2560]
25801         [BZ #5159]
25802         [BZ #15426]
25803         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
25804         input to result for tgamma overflow.
25805         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
25806         (gamma_coeff): New variable.
25807         (NCOEFF): New macro.
25808         (gamma_positive): New function.
25809         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
25810         underflow here.  Use gamma_positive instead of exp (lgamma) for
25811         other arguments.
25812         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
25813         (gamma_coeff): New variable.
25814         (NCOEFF): New macro.
25815         (gammaf_positive): New function.
25816         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
25817         underflow here.  Use gamma_positive instead of exp (lgamma) for
25818         other arguments.
25819         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
25820         (gamma_coeff): New variable.
25821         (NCOEFF): New macro.
25822         (gammal_positive): New function.
25823         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
25824         underflow here.  Use gamma_positive instead of exp (lgamma) for
25825         other arguments.
25826         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
25827         (gamma_coeff): New variable.
25828         (NCOEFF): New macro.
25829         (gammal_positive): New function.
25830         (__ieee754_gammal_r): Handle positive infinity, overflow and
25831         underflow here.  Handle NaN the same as positive infinity.  Remove
25832         check x < 0xffffffff for negative integers.  Use gamma_positive
25833         instead of exp (lgamma) for other arguments.
25834         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
25835         (gamma_coeff): New variable.
25836         (NCOEFF): New macro.
25837         (gammal_positive): New function.
25838         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
25839         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
25840         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
25841         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
25842         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
25843         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
25844         * sysdeps/generic/math_private.h (__gamma_productf): New
25845         prototype.
25846         (__gamma_product): Likewise.
25847         (__gamma_productl): Likewise.
25848         * math/Makefile (libm-calls): Add gamma_product.
25849         * math/libm-test.inc (tgamma_test): Add more tests.
25850         * sysdeps/i386/fpu/libm-test-ulps: Update.
25851         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25853 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
25855         * benchtests/bench-skeleton.c (main): Preheat CPU.
25857 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
25859         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
25861 2013-05-07  Roland McGrath  <roland@hack.frob.com>
25863         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
25864         and _dl_skip_args_internal.
25866 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
25868         * manual/message.texi (Message Translation): Talk about users.
25869         Message to key mapping impacts design.
25871 2013-05-06  Roland McGrath  <roland@hack.frob.com>
25873         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
25875         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
25877         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
25878         * sysdeps/wordsize-64/glob64.c: ... here.
25880         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
25881         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
25882         New macros.
25884         * debug/getlogin_r_chk.c: Moved to ...
25885         * login/getlogin_r_chk.c: ... here.
25886         * debug/Makefile (routines): Move getlogin_r_chk to ...
25887         * login/Makefile (routines): ... here.
25888         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
25889         * login/Versions (libc: GLIBC_2.4): ... here.
25891         * io/poll.c (__poll): Renamed from poll.
25892         Add libc_hidden_def.
25893         (poll): Define as weak alias.
25895         * debug/ptsname_r_chk.c: Moved to ...
25896         * login/ptsname_r_chk.c: ... here.
25897         * debug/Makefile (routines): Move ptsname_r_chk to ...
25898         * login/Makefile (routines): ... here.
25899         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
25900         * login/Versions (libc: GLIBC_2.4): ... here.
25902         * posix/getlogin.c: Moved to ...
25903         * login/getlogin.c: ... here.
25904         * posix/getlogin_r.c: Moved to ...
25905         * login/getlogin_r.c: ... here.
25906         * posix/getlogin_r.c: Moved to ...
25907         * login/getlogin_r.c: ... here.
25908         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
25909         * login/Makefile (routines): ... here.
25910         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
25911         * login/Versions (libc: GLIBC_2.0): ... here.
25913         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
25914         (setrlimit): Define as weak alias.
25916         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
25917         Call __ names for open, ftruncate, and close.
25918         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
25919         (truncate): Define as weak alias.
25921 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
25923         * math/gen-libm-test.pl (parse_args): Initialize x before each
25924         test of frexp, modf and remquo.
25926         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
25927         test signgam value.
25929 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25931         [BZ #15418]
25932         [BZ #15419]
25933         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
25934         internal tests.
25935         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
25937 2013-05-06  Roland McGrath  <roland@hack.frob.com>
25939         * elf/dl-writev.h: New file.
25940         * elf/dl-misc.c: Include it.
25941         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
25942         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
25944 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
25946         * math/libm-test.inc (noXFails): Remove variable.
25947         (noXPasses): Likewise.
25948         (BUILD_COMPLEX_INT): Remove macro.
25949         (print_screen): Remove xfail argument.
25950         (print_screen_max_error): Likewise.
25951         (update_stats): Likewise.
25952         (print_max_error): Likewise.  Update calls to other affected
25953         functions.
25954         (print_complex_max_error): Likewise.
25955         (test_single_exception): Update calls to print_screen.
25956         (test_single_errno): Likewise.
25957         (check_float_internal): Remove xfail argument.  Update calls to
25958         other affected functions.
25959         (check_float): Likewise.
25960         (check_complex): Likewise.
25961         (check_int): Likewise.
25962         (check_long): Likewise.
25963         (check_bool): Likewise.
25964         (check_longlong): Likewise.
25965         (main): Don't print noXFails and noXPasses.
25966         * math/gen-libm-test.pl (top level): Don't mention expected
25967         failure handling in comment.
25968         (new_test): Don't handle expected failures.
25969         (parse_args): Don't mention expected failure handling in comment.
25970         (generate_testfile): Don't handle expected failures.
25971         (parse_ulps): Likewise.
25972         (print_ulps_file): Likewise.
25973         (get_failure): Remove function.
25974         (output_test): Don't handle expected failures.
25975         * make/README.libm-test: Don't mention expected failure handling.
25977         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
25978         (minus_zero): Likewise.
25979         (plus_infty): Likewise.
25980         (minus_infty): Likewise.
25981         (qnan_value): Likewise.
25982         (max_value): Likewise.
25983         (min_value): Likewise.
25984         (min_subnorm_value): Likewise.
25985         (initialize): Do not initialize those variables dynamically.
25987 2013-05-03  Roland McGrath  <roland@hack.frob.com>
25989         * io/open.c (__open_2): Moved to ...
25990         * io/open_2.c: ... this new file.
25991         * io/open64.c (__open64_2): Moved to ...
25992         * io/open64_2.c: ... this new file.
25993         * io/openat.c (__openat_2): Moved to ...
25994         * io/openat_2.c: ... this new file.
25995         * io/openat64.c (__openat64_2): Moved to ...
25996         * io/openat64_2.c: ... this new file.
25997         * io/Makefile (routines): Add them.
25998         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
25999         * sysdeps/unix/sysv/linux/open_2.c: File removed.
26000         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
26001         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
26002         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
26003         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
26004         (__openat64): Add hidden_ver.
26005         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
26006         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
26008         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
26009         Separately conditionalize setting of GLRO(dl_sysinfo) so
26010         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
26011         as well, but the actual setting is only under [NEED_DL_SYSINFO].
26013 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26015         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
26016         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
26017         definition.
26018         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
26019         * sysdeps/unix/sysv/linux/powerpc/init-first.c
26020         (_libc_vdso_platform_setup): Add __vdso_time initialization.
26021         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
26022         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
26024 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
26026         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
26027         test signgam value.
26029         * math/libm-test.inc (hypot_test): Do not use
26030         IGNORE_ZERO_INF_SIGN.
26032 2013-05-03  Andreas Jaeger  <aj@suse.de>
26034         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
26035         Linux 3.9.
26036         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
26037         (PF_MAX): Adjust for VSOCK change.
26039 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26041         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26043 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
26045         [BZ #15264]
26046         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
26047         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
26048         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
26050 2013-05-02  David S. Miller  <davem@davemloft.net>
26052         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26054 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
26056         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
26058 2013-05-01  Roland McGrath  <roland@hack.frob.com>
26060         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
26062 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
26064         [BZ #14952]
26065         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
26066         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
26067         Use __attribute__ ((__gnu_inline__)).
26068         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
26069         Don't use __attribute__ ((__gnu_inline__)).
26071 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
26073         [BZ #15423]
26074         * math/s_catan.c (__catan): Handle small real or imaginary part of
26075         input specially to avoid spurious underflow.
26076         * math/s_catanf.c (__catanf): Likewise.
26077         * math/s_catanh.c (__catanh): Likewise.
26078         * math/s_catanhf.c (__catanhf): Likewise.
26079         * math/s_catanhl.c (__catanhl): Likewise.
26080         * math/s_catanl.c (__catanl): Likewise.
26081         * math/libm-test.inc (catan_test): Add more tests.
26082         (catanh_test): Likewise.
26083         * sysdeps/i386/fpu/libm-test-ulps: Update.
26084         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26086 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26088         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26090 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
26092         [BZ #15416]
26093         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
26094         accurately for denominator in atan2.
26095         * math/s_catanf.c (__catanf): Likewise.
26096         * math/s_catanh.c (__catanh): Likewise.
26097         * math/s_catanhf.c (__catanhf): Likewise.
26098         * math/s_catanhl.c (__catanhl): Likewise.
26099         * math/s_catanl.c (__catanl): Likewise.
26100         * math/libm-test.inc (catan_test): Add more tests.
26101         (catanh_test): Likewise.
26102         * sysdeps/i386/fpu/libm-test-ulps: Update.
26103         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26105 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
26107         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
26109         * benchtests/Makefile (bench): Remove slow benchmarks.
26110         * benchtests/atan-inputs: Add slow benchmark inputs.
26111         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
26112         (BENCH_FUNC): Accept variant offset.
26113         (VARIANT): Define.
26114         * benchtests/bench-skeleton.c (main): Run benchmark for each
26115         variant.
26116         * benchtests/cos-inputs: Add slow benchmark inputs.
26117         * benchtests/exp-inputs: Likewise.
26118         * benchtests/pow-inputs: Likewise.
26119         * benchtests/sin-inputs: Likewise.
26120         * benchtests/slowatan-inputs: Remove.
26121         * benchtests/slowatan.c: Remove.
26122         * benchtests/slowcos-inputs: Remove.
26123         * benchtests/slowcos.c: Remove.
26124         * benchtests/slowexp-inputs: Remove.
26125         * benchtests/slowexp.c: Remove.
26126         * benchtests/slowpow-inputs: Remove.
26127         * benchtests/slowpow.c: Remove.
26128         * benchtests/slowsin-inputs: Remove.
26129         * benchtests/slowsin.c: Remove.
26130         * benchtests/slowtan-inputs: Remove.
26131         * benchtests/slowtan.c: Remove.
26132         * benchtests/tan-inputs: Add slow benchmark inputs.
26133         * scripts/bench.pl: Parse comments and directives.
26135         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
26136         in CPPFLAGS.
26137         ($(objpfx)bench-%.c): Remove *-ITER.
26138         * benchtests/bench-modf.c: Remove definition of ITER.
26139         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
26140         (main): Loop for DURATION seconds instead of fixed number of
26141         iterations.
26142         * scripts/bench.pl: Don't expect iterations in parameters.
26144 2013-04-29  Roland McGrath  <roland@hack.frob.com>
26146         * io/fchdir.c (__fchdir): Renamed from fchdir.
26147         (fchdir): Define as weak alias.
26149 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
26151         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
26152         (ERRNO_EDOM): Likewise.
26153         (ERRNO_ERANGE): Likewise.
26154         (noErrnoTests): New variable.
26155         (init_max_error): Set errno to 0.
26156         (test_single_errno): New function.
26157         (test_errno): Likewise.
26158         (check_float_internal): Call test_errno.  Set errno to 0.
26159         (check_complex): Refer to errno tests in comment.
26160         (check_int): Call test_errno.  Set errno to 0.
26161         (check_long): Likewise.
26162         (check_bool): Likewise.
26163         (check_longlong): Likewise.
26164         (cos_test): Use ERRNO_* flags for errno tests instead of
26165         check_int.
26166         (expm1_test): Likewise.
26167         (fmod_test): Likewise.
26168         (ilogb_test): Likewise.
26169         (lgamma_test): Likewise.
26170         (pow_test): Likewise.
26171         (remainder_test): Likewise.
26172         (sin_test): Likewise.
26173         (tan_test): Likewise.
26174         (yn_test): Likewise.
26175         (initialize): Set errno to 0.
26176         (main): Print number of errno tests.
26177         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
26179 2013-04-29  Andreas Jaeger  <aj@suse.de>
26181         [BZ #15084]
26182         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
26183         and RES_USEVC.
26185         [BZ #15085]
26186         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
26187         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
26188         unimplemented.
26190         [BZ #15380]
26191         * stdlib/random.c (__initstate): Return NULL if
26192         __initstate fails.
26194         [BZ #15086]
26195         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
26196         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
26197         RES_SNGLKUPREOP.
26199 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26201         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26203 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
26205         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
26206         of individual tests.
26207         (casin_test): Likewise.
26208         (casinh_test): Likewise.
26210 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
26212         [BZ #15409]
26213         * math/s_catan.c (__catan): Handle arguments with large real or
26214         imaginary part separately without squaring.
26215         * math/s_catanf.c (__catanf): Likewise.
26216         * math/s_catanh.c (__catanh): Likewise.
26217         * math/s_catanhf.c (__catanhf): Likewise.
26218         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
26219         and redefine.
26220         (__catanhl): Handle arguments with large real or imaginary part
26221         separately without squaring.
26222         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
26223         and redefine.
26224         (__catanl): Handle arguments with large real or imaginary part
26225         separately without squaring.
26226         * math/libm-test.inc (catan_test): Add more tests.
26227         (catanh_test): Likewise.
26228         * sysdeps/i386/fpu/libm-test-ulps: Update.
26229         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26231 2013-04-27  Andreas Jaeger  <aj@suse.de>
26233         [BZ #15007]
26234         * stdlib/stdlib.h: Update guards for qecvt.
26235         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
26236         <stdlib.h>.
26238 2013-04-27  Allan McRae  <allan@archlinux.org>
26240         * sysdeps/i386/fpu/libm-test-ulps: Update.
26242 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
26244         [BZ #15406]
26245         * math/s_catan.c: Include <float.h>.
26246         (__catan): Ensure underflow exception occurs for underflowed
26247         result.
26248         * math/s_catanf.c: Include <float.h>.
26249         (__catanf): Ensure underflow exception occurs for underflowed
26250         result.
26251         * math/s_catanh.c: Include <float.h>.
26252         (__catanh): Ensure underflow exception occurs for underflowed
26253         result.
26254         * math/s_catanhf.c: Include <float.h>.
26255         (__catanhf): Ensure underflow exception occurs for underflowed
26256         result.
26257         * math/s_catanhl.c: Include <float.h>.
26258         (__catanhl): Ensure underflow exception occurs for underflowed
26259         result.
26260         * math/s_catanl.c: Include <float.h>.
26261         (__catanl): Ensure underflow exception occurs for underflowed
26262         result.
26263         * math/libm-test.inc (catan_test): Add more tests.
26264         (catanh_test): Likewise.
26266         [BZ #15405]
26267         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
26268         underflowed result.
26269         * math/s_ccoshf.c (__ccoshf): Likewise.
26270         * math/s_ccoshl.c (__ccoshl): Likewise.
26271         * math/s_csin.c (__csin): Likewise.
26272         * math/s_csinf.c (__csinf): Likewise.
26273         * math/s_csinh.c (__csinh): Likewise.
26274         * math/s_csinhf.c (__csinhf): Likewise.
26275         * math/s_csinhl.c (__csinhl): Likewise.
26276         * math/s_csinl.c (__csinl): Likewise.
26277         * math/libm-test.inc (ccos_test): Add more tests.
26278         (ccosh_test): Likewise.
26279         (csin_test): Likewise.
26280         (csinh_test): Likewise.
26282 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26284         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
26285         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
26286         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
26287         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
26288         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
26289         powerpc/power5+/fpu folders.
26290         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
26293 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
26295         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26297 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
26299         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
26300         additions to variable.
26301         [$(config-machine) = x86_64] (modules-names): Likewise.
26302         ($(objpfx)tst-audit3): Remove dependency.
26303         ($(objpfx)tst-audit3.out): Likewise.
26304         ($(objpfx)tst-audit4): Likewise.
26305         ($(objpfx)tst-audit4.out): Likewise.
26306         ($(objpfx)tst-audit5): Likewise.
26307         ($(objpfx)tst-audit5.out): Likewise.
26308         ($(objpfx)tst-audit6): Likewise.
26309         ($(objpfx)tst-audit6.out): Likewise.
26310         ($(objpfx)tst-audit7): Likewise.
26311         ($(objpfx)tst-audit7.out): Likewise.
26312         (tst-audit3-ENV): Remove variable.
26313         (tst-audit4-ENV): Likewise.
26314         (tst-audit5-ENV): Likewise.
26315         (tst-audit6-ENV): Likewise.
26316         (tst-audit7-ENV): Likewise.
26317         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
26318         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
26319         addition to variable.
26320         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
26321         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
26322         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
26323         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
26324         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
26325         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
26326         tst-audit3, tst-audit4 and tst-audit5.
26327         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
26328         tst-audit6 and tst-audit7.
26329         [$(subdir) = elf] (modules-names): Add audit modules for those
26330         tests.
26331         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
26332         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
26333         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
26334         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
26335         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
26336         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
26337         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
26338         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
26339         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
26340         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
26341         [$(subdir) = elf] (tst-audit3-ENV): New variable.
26342         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
26343         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
26344         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
26345         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
26346         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
26347         Likewise.
26348         [$(subdir) = elf && $(config-cflags-avx) = yes]
26349         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
26350         [$(subdir) = elf && $(config-cflags-avx) = yes]
26351         (CFLAGS-tst-auditmod4a.c): Likewise.
26352         [$(subdir) = elf && $(config-cflags-avx) = yes]
26353         (CFLAGS-tst-auditmod4b.c): Likewise.
26354         [$(subdir) = elf && $(config-cflags-avx) = yes]
26355         (CFLAGS-tst-auditmod6b.c): Likewise.
26356         [$(subdir) = elf && $(config-cflags-avx) = yes]
26357         (CFLAGS-tst-auditmod6c.c): Likewise.
26358         [$(subdir) = elf && $(config-cflags-avx) = yes]
26359         (CFLAGS-tst-auditmod7b.c): Likewise.
26360         * elf/tst-audit3.c: Move to ...
26361         * sysdeps/x86_64/tst-audit3.c: ... here.
26362         * elf/tst-audit4.c: Move to ...
26363         * sysdeps/x86_64/tst-audit4.c: ... here.
26364         * elf/tst-audit5.c: Move to ...
26365         * sysdeps/x86_64/tst-audit5.c: ... here.
26366         * elf/tst-audit6.c: Move to ...
26367         * sysdeps/x86_64/tst-audit6.c: ... here.
26368         * elf/tst-audit7.c: Move to ...
26369         * sysdeps/x86_64/tst-audit7.c: ... here.
26370         * elf/tst-auditmod3a.c: Move to ...
26371         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
26372         * elf/tst-auditmod3b.c: Move to ...
26373         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
26374         * elf/tst-auditmod4a.c: Move to ...
26375         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
26376         * elf/tst-auditmod4b.c: Move to ...
26377         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
26378         * elf/tst-auditmod5a.c: Move to ...
26379         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
26380         * elf/tst-auditmod5b.c: Move to ...
26381         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
26382         * elf/tst-auditmod6a.c: Move to ...
26383         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
26384         * elf/tst-auditmod6b.c: Move to ...
26385         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
26386         * elf/tst-auditmod6c.c: Move to ...
26387         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
26388         * elf/tst-auditmod7a.c: Move to ...
26389         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
26390         * elf/tst-auditmod7b.c: Move to ...
26391         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
26393 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
26395         [BZ #15366]
26396         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
26397         define unconditionally.
26398         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
26399         define unconditionally.
26400         (INT8_C, INT16_C, etc.): Likewise.
26402 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
26404         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
26405         __ehdr_start with hidden visibility.
26407         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
26409 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
26411         * math/libm-test.inc (cos_test): Use accurate hex constants.
26412         (sincost_test): Likewise.
26414 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
26416         * math/libm-test.inc (catan_test): Add more tests.
26417         (catanh_test): Likewise.
26419         * math/s_catanf.c (__catanf): Use suffixed floating-point
26420         constants.
26421         * math/s_catanhf.c (__catanhf): Likewise.
26422         * math/s_catanhl.c (__catanhl): Likewise.
26423         * math/s_catanl.c (__catanl): Likewise.
26425         [BZ #15394]
26426         * math/s_catan.c (__catan): Calculate imaginary part of result
26427         with log1p not log unless computing log of number close to 0.
26428         * math/s_catanf.c (__catanf): Likewise.
26429         * math/s_catanl.c (__catanl): Likewise.
26430         * math/s_catanh.c (__catanh): Calculate real part of result with
26431         log1p not log unless computing log of number close to 0.
26432         * math/s_catanhf.c (__catanhf): Likewise.
26433         * math/s_catanhl.c (__catanhl): Likewise.
26434         * math/libm-test.inc (catan_test): Add more tests.
26435         (catanh_test): Likewise.
26436         * sysdeps/i386/fpu/libm-test-ulps: Update.
26437         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26439 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
26441         * benchtests/Makefile: Mention files in which fast and slow
26442         paths of math functions are implemented.
26444 2013-04-23  Roland McGrath  <roland@hack.frob.com>
26446         * sysdeps/posix/timespec_get.c: New file.
26448 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26450         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
26451         POWER.
26452         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
26453         for POWER.
26454         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
26455         powerpc/power5/fpu folders.
26456         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
26457         * benchtests/Makefile: Add modf testcase.
26458         * benchtests/bench-modf.c: New file: Benchmark test for mo
26460 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
26462         [BZ #14888]
26463         * time/Makefile (tests): Add tst-strptime-whitespace.
26464         * time/strptime_l.c (get_number): Use ISSPACE.
26465         (__strptime_internal): Likewise.
26466         * time/tst-strptime-whitespace.c: New test case.
26468 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
26470         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
26471         member.
26472         (_nss_files_init): Set it here.
26474 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
26476         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
26477         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
26478         unsigned.
26480 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
26482         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
26484 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
26486         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
26487         size just once.
26489 2013-04-21  David S. Miller  <davem@davemloft.net>
26491         * po/ru.po: Update Russion translation from translation project.
26493 2013-04-17  Adam Conrad  <adconrad@0c3.net>
26495         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
26496         and setfsgid.
26498 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
26500         * configure.in: Remove i386 configure warning. Remove i386 case.
26501         * configure: Regenerate.
26502         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
26503         Add example to error message.
26504         * sysdeps/i386/configure: Regenerate.
26506 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
26508         * benchtests/Makefile (bench): Add cos, tan, slowcos and
26509         slowtan.
26510         * benchtests/cos-inputs: New file.
26511         * benchtests/slowcos-inputs: New file.
26512         * benchtests/slowcos.c: New file.
26513         * benchtests/slowtan-inputs: New file.
26514         * benchtests/slowtan.c: New file.
26515         * benchtests/tan-inputs: New file.
26517 2013-04-16  Roland McGrath  <roland@hack.frob.com>
26519         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
26520         considered kosher.
26522 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
26524         * benchtests/Makefile: Include cppflags-iterator.mk to add
26525         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
26527         * Makefile.in (bench-clean): New target.
26528         * benchtests/Makefile (bench-clean): Likewise.
26530 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
26532         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
26534 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
26536         * stdio-common/tstdiomisc.c: Fix coding-style violation.
26538 2013-04-15  Andreas Schwab  <schwab@suse.de>
26540         * nscd/grpcache.c (cache_addgr): Properly check for short write.
26541         * nscd/initgrcache.c (addinitgroupsX): Likewise.
26542         * nscd/pwdcache.c (cache_addpw): Likewise.
26543         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
26544         more than recsize.
26546 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26548         * benchtests/Makefile (bench): Write all output to
26549         bench-out.tmp together.
26551 2013-04-15  Andreas Schwab  <schwab@suse.de>
26553         * nscd/nscd.c (main): Don't fork again after closing files.
26555 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26557         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
26559         * benchtests/Rules (bench-deps): Collect dependencies into a
26560         single variable.  Add Makefile to dependencies.
26561         ($(objpfx)bench-%.c): Depend on bench-deps.
26563 2013-04-12  Roland McGrath  <roland@hack.frob.com>
26564             Xavier Roche  <roche+kml2@exalead.com>
26566         [BZ #15361]
26567         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
26568         just that it's a file descriptor.
26569         * manual/llio.texi (Synchronizing AIO Operations): Update description
26570         for EBADF error from aio_fsync.
26572 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
26574         * Rules (bench): Move target definition...
26575         * benchtests/Makefile: ... here.
26577 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
26579         * math/libm-test.inc (cos_test): Fix PI/2 test.
26580         (sincos_test): Likewise.
26581         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
26582         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
26584 2013-04-11  Andreas Schwab  <schwab@suse.de>
26586         [BZ #13988]
26587         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
26588         accept exponent character only when digits were seen.
26589         * stdio-common/Makefile (tests): Add bug26.
26590         * stdio-common/bug26.c: New file.
26592         [BZ #14293]
26593         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
26594         non-freeable.
26596 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26598         * Makeconfig (rtld-prefix): Define built linker prefix.
26599         * Rules (run-bench): Use it.
26600         * math/Makefile (run-regen-ulps): Likewise.
26602         * Rules (bench): Remove eval.
26604 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
26605             Roland McGrath  <roland@hack.frob.com>
26606             Ondrej Bilka  <neleai@seznam.cz>
26608         [BZ #15346]
26609         * time/getdate.c: Include ctype.h and alloca.h.
26610         (__getdate_r): Trim leading and trailing spaces of input.
26611         * time/tst-getdate.c (tests): Add tests with leading and
26612         trailing spaces.
26614 2013-04-08  Roland McGrath  <roland@hack.frob.com>
26616         [BZ #14280]
26617         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
26618         when computing value.
26620 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26622         * math/README.libm-test (How can I generate "libm-test-ulps"?):
26623         Use testrun.sh to run libm tests.
26625         [BZ #15309]
26626         * elf/dl-open.c (dl_open_worker): memset all of seen array.
26628 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
26630         [BZ #15264]
26631         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
26633 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26635         * Makefile.in (regen-ulps): New target.
26636         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
26637         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
26638         [ifneq (no,$(PERL)] (regen-ulps): New target.
26639         [ifeq (no,$(PERL)] (regen-ulps): New target.
26640         * math/libm-test.inc (ulps_file_name): Define.
26641         (output_dir): New variable.
26642         (options): Add "output-dir" option.
26643         (parse_opt): Handle 'o' case.
26644         (main): If output_dir is non-NULL use it as a prefix
26645         otherwise use "".
26646         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
26648 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26650         [BZ #10060, #10062]
26651         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
26652         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
26653         fail configure if __sync_val_compare_and_swap is not inlined.
26654         * sysdeps/i386/configure: Regenerate.
26655         * configure.in: Build for i686 when configured for i386.
26656         * configure: Regenerate.
26657         * README: Remove i386 reference.
26659 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26661         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
26662         * sysdeps/s390/s390-64/sysdep.h: Likewise.
26664 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
26666         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
26667         (lmsnanval): New variables.
26668         (F): Add conversion tests.
26669         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
26670         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
26672         * stdio-common/tstdiomisc.c (F): Properly collect individual
26673         tests' results.
26675         [BZ #14686, #15336]
26676         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
26677         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
26678         Instead, use input NaN values or generate a qNaN by arithmetic
26679         operation.  Also fix bugs to comply with the standard.
26680         * math/libm-test.inc (remainder_test): Add more tests.
26682         [BZ #15335, #15342]
26683         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
26684         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
26685         input NaN values or generate a qNaN by arithmetic operation.
26687         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
26688         unreachable code.
26690         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
26691         definitions.
26693 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
26695         [BZ #14478]
26696         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
26697         underflowed result.
26698         * math/s_cexpf.c (__cexpf): Likewise.
26699         * math/s_cexpl.c (__cexpl): Likewise.
26700         * math/libm-test.inc (cexp_test): Add more tests.
26702 2013-04-03  Andreas Schwab  <schwab@suse.de>
26704         [BZ #15330]
26705         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
26706         order arrays from heap if bigger than alloca cutoff.
26708 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
26710         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
26711         (SNAN_TESTS_double): Refer to GCC PR56831.
26712         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
26713         GCC PR56828.
26715 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
26717         * Rules (bench): Move bench.out after the run is complete.
26719         * Rules (bench): Echo currently running benchmark.
26721         * benchtests/Makefile (bench): Add atan and slowatan.
26722         * benchtests/atan-inputs: New file.
26723         * benchtests/slowatan-inputs: New file.
26724         * benchtests/slowatan.c: New file.
26726         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
26727         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
26728         its value.
26730         [BZ #15305]
26731         * sysdeps/unix/sysv/linux/kernel-features.h
26732         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
26733         __ASSUME_XFS_RESTRICTED_CHOWN.
26734         * sysdeps/unix/sysv/linux/pathconf.c
26735         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
26736         Save and restore errno.
26738 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
26740         [BZ #15327]
26741         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
26742         arguments using __kernel_casinh.
26743         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
26744         arguments using __kernel_casinhf.
26745         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
26746         arguments using __kernel_casinhl.
26747         * math/libm-test.inc (cacosh_test): Add more tests.
26748         * sysdeps/i386/fpu/libm-test-ulps: Update.
26749         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26751 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
26753         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
26754         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
26756         * bench/Makefile (bench): Add sin and slowsin.
26757         * benchtests/sin-inputs: New file.
26758         * benchtests/slowsin-inputs: New file.
26759         * benchtests/slowsin.c: New file.
26761         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
26762         (bench): Add slowexp and slowpow.
26763         (exp-ITER): Increase iterations.
26764         (pow-ITER): Likewise.
26765         * benchtests/exp-inputs: Change input.
26766         * benchtests/pow-inputs: Likewise.
26767         * benchtests/slowexp-inputs: New file.
26768         * benchtests/slowexp.c: New file.
26769         * benchtests/slowpow-inputs: New file.
26770         * benchtests/slowpow.c: New file.
26772 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26774         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
26775         instructions.
26776         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
26777         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
26778         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
26779         * benchtests/Makefile: Add rint benchtest.
26780         * benchtests/rint-inputs: Input for rint benchtest.
26782 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
26784         * Versions.def (libm): Add GLIBC_2.18.
26785         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
26786         hidden libm prototypes.
26787         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
26788         * math/Makefile (libm-calls): Add s_issignaling.
26789         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
26790         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
26791         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
26792         declaration.
26793         * math/math.h [__USE_GNU] (issignaling): New macro.
26794         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
26795         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
26796         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
26797         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
26798         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
26799         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
26800         * manual/arith.texi (issignaling): New section.
26801         * manual/libm-err-tab.pl (@all_functions): Update comment.
26802         * math/gen-libm-test.pl (parse_args): Apply special handling for
26803         issignaling.
26804         * math/libm-test.inc (print_float, issignaling_test): New
26805         functions.
26806         (check_float_internal): Add issignaling checks.
26807         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
26808         default definition.
26809         * sysdeps/powerpc/math-tests.h: New file.
26810         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
26811         tests.
26812         * math/test-snan.c (TEST_FUNC): Likewise.
26814 2013-03-30  David S. Miller  <davem@davemloft.net>
26816         * po/de.po: Update from translation team.
26818 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
26820         [BZ #10357]
26821         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26822         imaginary part less than 1.0 and real part less than 0.5
26823         specially.
26824         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26825         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26826         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
26827         (cacos_test): Add more tests.
26828         (casin_test): Likewise.
26829         (casinh_test): Likewise.
26830         * sysdeps/i386/fpu/libm-test-ulps: Update.
26831         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26833 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
26835         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
26836         ONE with its value.
26838         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
26839         (__pow_mp): Replace ONE and MONE with their values.
26840         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26841         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
26842         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26843         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
26844         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26845         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26847         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
26849         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
26850         (__pow_mp): Replace ZERO and MZERO with their values.
26851         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
26852         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26853         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26854         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
26855         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26856         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
26857         (__sqr): Likewise.
26859         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
26861         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
26863 2013-03-28  Roland McGrath  <roland@hack.frob.com>
26865         * include/stdlib.h [!SHARED] (__call_tls_dtors):
26866         Declare with __attribute__ ((weak)).
26867         * stdlib/exit.c (__libc_atexit) [!SHARED]:
26868         Call __call_tls_dtors only if it's not NULL.
26870 2013-03-28  Roland McGrath  <roland@hack.frob.com>
26872         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
26873         didn't do it already, then set _dl_phdr and _dl_phnum based on the
26874         magic __ehdr_start linker symbol if it's defined.
26875         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
26876         them up here if it was already done.
26878         * elf/dl-support.c (_dl_phdr): Make pointer to const.
26879         (_dl_aux_init): Use const in cast when setting it.
26880         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
26881         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
26882         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
26884         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
26885         Declare them here.
26886         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
26887         * csu/libc-tls.c: Nor here.
26888         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
26890         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
26891         (__libc_message): Never call vsyslog.
26893 2013-03-28  Alan Modra  <amodra@gmail.com>
26895         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
26896         Define as empty.
26897         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
26898         Likewise.
26900 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26902         [BZ #15214]
26903         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
26904         underflow.
26905         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26907 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26909         [BZ #15304]
26910         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
26911         Don't add gid passed as argument.
26913         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
26915 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
26917         [BZ #15307]
26918         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26919         imaginary part between 1.0 and 1.5 and real part less than 0.5
26920         specially.
26921         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26922         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26923         * math/libm-test.inc (cacos_test): Add more tests.
26924         (casin_test): Likewise.
26925         (casinh_test): Likewise.
26926         * sysdeps/i386/fpu/libm-test-ulps: Update.
26927         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26929 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
26931         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
26932         constants.
26933         (norm): Likewise.
26934         (denorm): Likewise.
26935         (__dbl_mp): Likewise.
26936         (add_magnitudes): Likewise.
26937         (sub_magnitudes): Likewise.
26938         (__add): Likewise.
26939         (__sub): Likewise.
26940         (__mul): Likewise.
26941         (__sqr): Likewise.
26942         (__inv): Likewise.
26943         (__dvd): Likewise.
26945         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
26946         commented code.
26947         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
26948         (__dubcos): Likewise.
26949         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
26950         (__ieee754_acos): Likewise.
26951         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
26952         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
26953         (__exp1): Likewise.
26954         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26955         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
26956         (log1): Likewise.
26957         (my_log2): Likewise.
26958         (checkint): Likewise.
26959         * sysdeps/ieee754/dbl-64/e_remainder.c
26960         (__ieee754_remainder): Likewise.
26961         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26962         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
26963         (bsloww): Likewise.
26964         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26966         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
26967         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
26968         MANTISSA_STORE_T to store computations on mantissa.  Use
26969         macros for rounding and division.
26970         (denorm): Likewise.
26971         (__dbl_mp): Likewise.
26972         (add_magnitudes): Likewise.
26973         (sub_magnitudes): Likewise.
26974         (__mul): Likewise.
26975         (__sqr): Likewise.
26976         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
26977         powers of two in terms of TWOPOW macro.
26978         (mp_no): Make type of mantissa as MANTISSA_T.
26979         [!RADIXI]: Define RADIXI.
26980         [!TWO52]: Define TWO52.
26981         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
26983 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26985         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
26986         llroundl symbol when building for PPC32.
26988 2013-03-24  Mark H Weaver  <mhw@netris.org>
26990         * manual/arith.texi (Normalization Functions): Fix prototypes for
26991         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
26993 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26995         [BZ #13889]
26996         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
26997         high value to check if expl overflow.
26998         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
26999         to check for underflow and overflow.
27000         * math/libm-test.inc: Add exp test.
27002 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
27004         [BZ #11120]
27005         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
27006         with NOT_IN_libc.
27008 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27010         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
27011         symbol.
27013 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
27015         * math/gen-libm-test.pl (parse_args, special_functions): Properly
27016         wrap blocks consisting of several statements.
27018         * sysdeps/generic/math-tests.h: New file.
27019         * sysdeps/i386/fpu/math-tests.h: Likewise.
27020         * math/test-snan.c: Include it.
27021         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
27023 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
27025         [BZ #15285]
27026         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
27027         (__ieee754_j0l): Do not improve calculations using cos of twice
27028         input for inputs above LDBL_MAX / 2.0L.
27029         (__ieee754_y0l): Likewise.
27030         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
27031         (__ieee754_j1l): Do not improve calculations using cos of twice
27032         input for inputs above LDBL_MAX / 2.0L.
27033         (__ieee754_y1l): Likewise.
27034         * math/libm-test.inc (j0_test): Add another test.
27035         (j1_test): Likewise.
27036         (y0_test): Likewise.
27037         (y1_test): Likewise.
27038         * sysdeps/i386/fpu/libm-test-ulps: Update.
27040 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27042         * Rules ($(objpfx)bench-%.c): Include code from a C source
27043         file.
27045 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
27047         [BZ #15287]
27048         * math/k_casinh.c (__kernel_casinh): Handle arguments with
27049         imaginary part 1.0 and real part less than 0.5 specially.
27050         * math/k_casinhf.c (__kernel_casinhf): Likewise.
27051         * math/k_casinhl.c (__kernel_casinhl): Likewise.
27052         * math/libm-test.inc (cacos_test): Add more tests.
27053         (casin_test): Likewise.
27054         (casinh_test): Likewise.
27055         * sysdeps/i386/fpu/libm-test-ulps: Update.
27056         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27058 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27060         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
27061         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
27063 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
27065         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
27066         * config.make.in (config-cflags-sse4): Remove variable.
27067         (config-cflags-avx): Likewise.
27068         (config-cflags-sse2avx): Likewise.
27069         (config-cflags-novzeroupper): Likewise.
27070         (config-asflags-i686): Likewise.
27071         (have-mfma4): Likewise.
27072         (have-as-vis3): Likewise.
27073         (MIG): Likewise.
27074         * configure.in (MIG): Do not AC_SUBST.
27075         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
27076         (libc_cv_cc_sse4): Do not AC_SUBST.
27077         (libc_cv_cc_avx): Likewise.
27078         (libc_cv_cc_sse2avx): Likewise.
27079         (libc_cv_cc_novzeroupper): Likewise.
27080         (libc_cv_cc_fma4): Likewise.
27081         (libc_cv_as_i686): Likewise.
27082         (libc_cv_sparc_as_vis3): Likewise.
27083         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
27084         LIBC_CONFIG_VAR.
27085         (config-asflags-i686): Likewise.
27086         (config-cflags-avx): Likewise.
27087         (config-cflags-sse2avx): Likewise.
27088         (have-mfma4): Likewise.
27089         (config-cflags-novzeroupper): Likewise.
27090         * sysdeps/mach/configure.in (MIG): Likewise.
27091         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
27092         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
27093         LIBC_CONFIG_VAR.
27094         (config-cflags-avx): Likewise.
27095         (config-cflags-sse2avx): Likewise.
27096         (have-mfma4): Likewise.
27097         (config-cflags-novzeroupper): Likewise.
27098         * configure: Regenerated.
27099         * sysdeps/i386/configure: Likewise.
27100         * sysdeps/mach/configure: Likewise.
27101         * sysdeps/sparc/configure: Likewise.
27102         * sysdeps/x86_64/configure: Likewise.
27104 2013-03-20  Roland McGrath  <roland@hack.frob.com>
27106         [BZ #14812]
27107         * locale/programs/localedef.c (options): Put N_ translation marker
27108         on argument names, not just descriptions.
27110 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27112         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
27114 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
27116         [BZ #14176]
27117         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
27119 2013-03-19  Roland McGrath  <roland@hack.frob.com>
27121         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
27122         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
27123         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
27124         [!BEFORE_ABORT] (before_abort): New function.
27125         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
27126         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
27127         (writev_for_fatal): New function.
27128         (WRITEV_FOR_FATAL): New macro; call that.
27129         (backtrace_and_maps): New function.
27130         (BEFORE_ABORT): New macro; call that.
27131         (struct str_list): Type removed.
27132         (__libc_message, __libc_fatal): Functions removed.
27133         Include <sysdeps/posix/libc_fatal.c> instead.
27135 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
27137         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
27138         constants.
27139         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
27140         double constants.
27142 2013-03-19  Andreas Schwab  <schwab@suse.de>
27144         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
27145         * sysdeps/gnu/configure: Regenerate.
27147         * configure.in: Substitute libc_cv_rtlddir.
27148         * configure: Regenerate.
27149         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
27150         * Makeconfig (rtlddir, inst_rtlddir): New variables.
27151         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
27152         * elf/Makefile (install-others, CFLAGS-interp.c)
27153         (ldso_install, common-ldd-rewrite): Likewise.
27154         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
27155         $(inst_slibdir)/$(rtld-installed-name).
27156         * scripts/rellns-sh: Add -p option.
27157         * Makerules (make-shlib-link): Use rellns-sh to get relative name
27158         for source.
27160 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
27162         * manual/nptl.texi: Renamed to ...
27163         * manual/threads.texi: ... this.
27164         * manual/Makefile (chapters): Update.
27166 2013-03-18  Roland McGrath  <roland@hack.frob.com>
27168         [BZ #14812]
27169         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
27170         on argument names, not just descriptions.
27171         * malloc/memusagestat.c (options): Likewise.
27172         * nss/getent.c (options): Likewise.
27174 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
27176         [BZ #14812]
27177         * iconv/iconv_prog.c (options): Put N_ translation marker
27178         on argument names, not just descriptions.
27179         * iconv/iconvconfig.c (options): Likewise.
27181 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
27183         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
27184         implementation which is faster on all x86_64 architectures.
27185         Tested on AMD, Intel Nehalem, SNB, IVB.
27186         * sysdeps/x86_64/strnlen.S: Likewise.
27188         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
27189         Remove all multiarch strlen and strnlen versions.
27190         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
27191         Remove strlen and strnlen related parts.
27193         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
27194         Inline strlen part.
27195         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
27197         * sysdeps/x86_64/multiarch/strlen.S: Remove.
27198         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
27199         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
27200         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
27201         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
27202         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
27204 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
27206         * manual/memory.texi (Malloc Tunable Parameters):
27207         Sort parameters alphabetically. Add comments for missing entries.
27209 2013-03-17  David S. Miller  <davem@davemloft.net>
27211         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27213 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
27215         [BZ #15283]
27216         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
27217         for arguments at most half maximum finite value.
27218         * math/libm-test.inc (j0_test): Add more tests.
27219         (j1_test): Likewise.
27220         (y0_test): Likewise.
27221         (y1_test): Likewise.
27222         * sysdeps/i386/fpu/libm-test-ulps: Update.
27223         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27225         [BZ #14155]
27226         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
27227         1 / x and functions P and Q for arguments above 0x1p256L.
27228         (__ieee754_y0l): Likewise.
27229         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
27230         (__ieee754_y1l): Likewise.
27231         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
27232         (j1_test): Likewise.
27233         (y0_test): Likewise.
27234         (y1_test): Likewise.
27236 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
27238         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
27239         variable.
27241 2013-03-15  Roland McGrath  <roland@hack.frob.com>
27243         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
27244         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
27245         zero since it's initialized to EXEC_PAGESIZE.
27247         * sysdeps/unix/sysv/linux/ldsodefs.h
27248         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
27249         * sysdeps/generic/ldsodefs.h: ... here.
27251 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
27253         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
27255         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
27256         math/test-snan.c.
27257         * math/test-snan.c: Renamed from
27258         sysdeps/powerpc/fpu/test-powerpc-snan.c.
27259         * math/Makefile (tests): Add test-snan.
27260         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
27261         test-powerpc-snan.
27263         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
27264         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
27265         functions.
27266         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
27267         __builtin_nan family of functions.
27268         * math/libm-test.inc (initialize): Initialize qnan_value with
27269         __builtin_nan family of functions.
27270         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
27271         Remove variables.
27272         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
27273         Remove functions.
27274         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
27275         storage class.  Initialize qNaN_var and sNaN_var with
27276         __builtin_nan and __builtin_nans families of functions,
27277         respectively.
27279         * math/libm-test.inc (acosh_test): Also test with qNaN input.
27280         (sqrt_test): Remove duplicate test with qNaN input.
27281         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
27282         (round_test, signbit_test, significand_test): Note missing +/-Inf
27283         as well as qNaN tests.
27285         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
27286         qNaN_var.  Fix a few strings, too.
27287         * math/libm-test.inc (nan_value): Rename to qnan_value.
27288         * math/gen-libm-test.pl (%beautify): Adjust to that.
27289         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
27290         * math/test-misc.c (main): Likewise.
27291         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
27292         to __qnan_bytes, and __qnan_union, respectively.
27293         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
27294         Likewise.
27295         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
27296         and lqnanval, respectively.
27297         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
27298         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
27299         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
27300         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
27302         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
27303         * math/test-misc.c (main) [__x86_64__]: Enable test for long
27304         doubles.
27306         * math/test-misc.c (main): Fix copy'n'pastos.
27307         * misc/tst-efgcvt.c (special): Likewise.
27309         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
27310         Remove declarations.
27312 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27314         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
27315         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
27316         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
27317         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
27319 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27321         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
27322         macro to return vdso values correctly in IFUNC implementations.
27323         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
27324         Optimization by using IFUNC.
27326 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27327             Richard Henderson  <rth@redhat.com>
27328             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
27330         * Makefile.in (bench): New target.
27331         * NEWS: Mention the benchmark framework.
27332         * Rules (bench): Likewise.
27333         (binaries-bench): Generate binaries for functions to
27334         benchmark.
27335         * benchtests/Makefile: New makefile for benchmark tests.
27336         * benchtests/bench-skeleton.c: New skeleton file for benchmark
27337         programs.
27338         * benchtests/exp-inputs: New input file for EXP function.
27339         * benchtests/pow-inputs: New input file for POW function.
27340         * scripts/bench.pl: New script to generate source files for
27341         benchmark programs.
27343 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27345         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
27346         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
27347         computations on mantissa.  Use macros for rounding and
27348         division.
27349         (denorm): Likewise.
27350         (__dbl_mp): Likewise.
27351         (add_magnitudes): Likewise.
27352         (sub_magnitudes): Likewise.
27353         (__mul): Likewise.
27354         (__sqr): Likewise.
27355         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
27356         powers of two in terms of TWOPOW macro.
27357         (mp_no): Make type of mantissa as MANTISSA_T.
27358         [!RADIXI]: Define RADIXI.
27359         [!TWO52]: Define TWO52.
27360         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
27362         * manual/nptl.texi (cindex): Modify threads to pthreads.
27364 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
27366         * sysdeps/x86_64/preconfigure: Regenerated.
27368 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
27370         [BZ #14155]
27371         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
27372         0x1p28 and above.
27373         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
27374         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
27375         0x1p28 and above.
27376         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
27377         * math/libm-test.inc (j0_test): Do not allow one spurious
27378         underflow exception.
27379         (y1_test): Likewise.
27381 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
27383         * manual/Makefile (chapters): Add nptl.
27384         * manual/debug.texi (Debugging Support): Add link to Threads
27385         chapter.
27386         * manual/nptl.texi: New file.
27388         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
27390 2013-03-14  Petr Baudis  <pasky@ucw.cz>
27392         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
27393         for non-NULL pointer before the memory validity test. Pointed
27394         out by Holger Brunck <holger.brunck@keymile.com>.
27396 2013-03-13  Andreas Schwab  <schwab@suse.de>
27398         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
27399         instead of .os.
27401 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
27403         * timezone/zic.c: Update from tzcode 2013b.
27405 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
27407         * manual/install.texi (Configuring and compiling):
27408         Mention i686 and i586.
27409         * INSTALL: Regenerate.
27411 2013-03-12  Roland McGrath  <roland@hack.frob.com>
27413         * sysdeps/init_array/elf-init.c: New file.
27414         * csu/elf-init.c
27415         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
27416         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
27418         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
27419         __gmon_start__ as global, but as static with a .preinit_array pointer.
27420         * sysdeps/init_array/gmon-start.c: New file.  Use that.
27421         * sysdeps/init_array/crti.S: New file, empty except for comments.
27422         * sysdeps/init_array/crtn.S: Likewise.
27424 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
27426         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
27427         definining bcopy.
27428         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27429         Remove Prefer_SSE_for_memop.
27430         * sysdeps/x86_64/multiarch/init-arch.h: Remove
27431         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
27432         HAS_PREFER_SSE_FOR_MEMOP.
27433         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
27434         memset-x86-64.
27435         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
27436         Remove bzero, memset ifunc support.
27437         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
27438         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
27439         * sysdeps/x86_64/multiarch/memset.S: Likewise.
27440         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
27442 2013-03-11  Andreas Schwab  <schwab@suse.de>
27444         [BZ #15234]
27445         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
27446         by SHLIB_COMPAT.
27447         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
27448         (GLIBC_2.16): Remove pthread_atfork.
27450 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
27452         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
27453         (ptestcases.h): Likewise.
27455 2013-03-08  Roland McGrath  <roland@hack.frob.com>
27457         * Makeconfig ($(common-objpfx)config.status): Depend on
27458         sysdeps/*/preconfigure{,.in} too.
27460 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
27462         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
27463         (__free_hook): Use void * instead of __malloc_ptr_t.
27464         (__malloc_hook): Likewise.
27465         (__realloc_hook): Likewise.
27466         (__memalign_hook): Likewise.
27467         (__after_morecore_hook): Likewise.
27468         * malloc/arena.c (save_malloc_hook): Likewise.
27469         (save_free_hook): Likewise.
27470         * malloc/hooks.c (malloc_hook_ini): Likewise.
27471         (realloc_hook_ini): Likewise.
27472         (memalign_hook_ini): Likewise.
27473         * malloc/malloc.c (malloc_hook_ini): Likewise.
27474         (realloc_hook_ini): Likewise.
27475         (memalign_hook_ini): Likewise.
27476         (__free_hook): Likewise.
27477         (__malloc_hook): Likewise.
27478         (__realloc_hook): Likewise.
27479         (__memalign_hook): Likewise.
27480         (__libc_malloc): Likewise.
27481         (__libc_free): Likewise.
27482         (__libc_realloc): Likewise.
27483         (__libc_memalign): Likewise.
27484         (__libc_valloc): Likewise.
27485         (__libc_pvalloc): Likewise.
27486         (__libc_calloc): Likewise.
27487         (__posix_memalign): Likewise.
27488         * malloc/morecore.c (__sbrk): Likewise.
27489         (__default_morecore): Likewise.
27491         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
27493         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
27494         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
27495         __malloc_ptrdiff_t.
27497         * malloc/malloc.h (__malloc_size_t): Remove macro.
27498         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
27499         __malloc_size_t.
27500         (old_memalign_hook): Likewise.
27501         (old_realloc_hook): Likewise.
27502         (struct hdr): Likewise.
27503         (flood): Likewise.
27504         (mallochook): Likewise.
27505         (memalignhook): Likewise.
27506         (reallochook): Likewise.
27507         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
27508         (tr_old_realloc_hook): Likewise.
27509         (tr_old_memalign_hook): Likewise.
27510         (tr_mallochook): Likewise.
27511         (tr_reallochook): Likewise.
27512         (tr_memalignhook): Likewise.
27514 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27516         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
27517         default_ldbl_pack and using as default implementation.
27518         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
27519         implementation.
27520         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
27521         redundant definition.
27522         (ldbl_insert_mantissa): Likewise.
27523         (ldbl_canonicalize): Likewise.
27524         (ldbl_nearbyint): Likewise.
27525         (ldbl_pack): Rename to ldbl_pack_ppc.
27526         (ldbl_unpack): Rename to ldbl_unpack_ppc.
27527         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
27528         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
27530 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
27532         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
27533         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
27534         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
27535         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
27536         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
27537         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
27538         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
27539         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
27541 2013-03-07  Andreas Jaeger  <aj@suse.de>
27543         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
27544         bits/mman-linux.h.
27546 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
27548         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
27549         Include mpa.h and declare __MPEXP.
27550         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
27551         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27552         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27553         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
27554         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27555         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27556         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
27558         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
27559         (__slowpow): Use long double EXPL and LOGL functions to
27560         compute POW.
27561         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27562         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27563         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
27564         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27565         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27566         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
27568         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
27569         intermediate variable to calculate exponent.
27570         (__sqr): Likewise.
27571         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
27572         Likewise.
27573         (__sqr): Likewise.
27575         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
27576         [!NO__SQR]: Define __sqr.
27577         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
27578         and NO__SQR.  Remove all code except __mul and __sqr.  Include
27579         sysdeps/ieee754/dbl-64/mpa.c.
27580         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27582         [BZ #12723]
27583         * posix/Makefile (tests): Add tst-pathconf.
27584         * posix/tst-pathconf.c: New test case.
27585         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
27586         _PC_PIPE_BUF.
27587         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
27589 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
27591         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
27593 2013-03-06  Andreas Jaeger  <aj@suse.de>
27595         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
27596         definition via __MAP_ANONYMOUS.
27598         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
27599         it's not part of Linux headers.
27601         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
27602         (MAP_HUGE_MASK): Define.
27604         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27605         Define.
27606         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27607         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27608         Define.
27609         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27610         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27611         Define.
27612         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27613         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
27614         Define.
27615         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27617         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
27618         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
27619         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
27620         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
27621         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
27622         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
27624         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
27625         Handle f2fs.
27627         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
27628         Handle f2fs and efivarfs.
27630         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
27631         f2fs.
27633         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
27634         (EFIVARFS_MAGIC): Add.
27635         (F2FS_LINK_MAX): Add.
27637 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
27639         * stdio-common/vfprintf.c: Replace __builtin_expect with
27640         __glibc_unlikely.
27642 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
27644         [BZ #13550]
27645         * sysdeps/generic/bp-sym.h: Remove file.
27646         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
27647         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
27648         <bp-sym.h> and <bp-asm.h>.
27649         (__longjmp): Don't use BP_SYM.
27650         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
27651         and <bp-asm.h>.
27652         (memcpy): Don't use BP_SYM.
27653         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
27654         <bp-sym.h> and <bp-asm.h>.
27655         (memcpy): Don't use BP_SYM.
27656         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
27657         <bp-asm.h>.
27658         (memcpy): Don't use BP_SYM.
27659         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
27660         <bp-asm.h>.
27661         (memset): Don't use BP_SYM.
27662         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27663         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27664         (__bzero): Don't use BP_SYM.
27665         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27666         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27667         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
27668         <bp-sym.h> and <bp-asm.h>.
27669         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27670         pointers.
27671         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
27672         <bp-sym.h> and <bp-asm.h>.
27673         (memcpy): Don't use BP_SYM.
27674         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
27675         <bp-sym.h> and <bp-asm.h>.
27676         (memset): Don't use BP_SYM.
27677         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27678         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27679         (__bzero): Don't use BP_SYM.
27680         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27681         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27682         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
27683         <bp-sym.h> and <bp-asm.h>.
27684         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27685         pointers.
27686         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
27687         <bp-sym.h> and <bp-asm.h>.
27688         (memcpy): Don't use BP_SYM.
27689         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
27690         <bp-sym.h> and <bp-asm.h>.
27691         (memset): Don't use BP_SYM.
27692         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27693         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27694         (__bzero): Don't use BP_SYM.
27695         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27696         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27697         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
27698         <bp-sym.h> and <bp-asm.h>.
27699         (__memchr): Don't use BP_SYM.
27700         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
27701         <bp-sym.h> and <bp-asm.h>.
27702         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27703         pointers.
27704         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
27705         <bp-sym.h> and <bp-asm.h>.
27706         (memcpy): Don't use BP_SYM.
27707         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
27708         <bp-sym.h> and <bp-asm.h>.
27709         (__mempcpy): Don't use BP_SYM.
27710         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
27711         <bp-sym.h> and <bp-asm.h>.
27712         (__memrchr): Don't use BP_SYM.
27713         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
27714         <bp-sym.h> and <bp-asm.h>.
27715         (memset): Don't use BP_SYM.
27716         (__bzero): Likewise.
27717         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
27718         <bp-sym.h> and <bp-asm.h>.
27719         (__rawmemchr): Don't use BP_SYM.
27720         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
27721         <bp-sym.h> and <bp-asm.h>.
27722         (__STRCMP): Don't use BP_SYM.
27723         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
27724         <bp-sym.h> and <bp-asm.h>.
27725         (strchr): Don't use BP_SYM.
27726         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
27727         <bp-sym.h> and <bp-asm.h>.
27728         (__strchrnul): Don't use BP_SYM.
27729         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
27730         <bp-sym.h> and <bp-asm.h>.
27731         (strlen): Don't use BP_SYM.
27732         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
27733         <bp-sym.h> and <bp-asm.h>.
27734         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27735         pointers.
27736         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
27737         <bp-sym.h> and <bp-asm.h>.
27738         (__strnlen): Don't use BP_SYM.
27739         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
27740         <bp-sym.h> and <bp-asm.h>.
27741         (__GI__setjmp): Don't use BP_SYM.
27742         (_setjmp): Likewise.
27743         (__sigsetjmp): Likewise.
27744         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
27745         (L(start_addresses)): Don't use BP_SYM.
27746         (_start): Likewise.
27747         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
27748         <bp-asm.h>.
27749         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
27750         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
27751         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27752         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27753         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
27754         <bp-asm.h>.
27755         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
27756         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
27757         about bounded pointers.
27758         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27759         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27760         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
27761         <bp-asm.h>.
27762         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27763         about bounded pointers.  Remove GKM FIXME comments.
27764         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27765         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
27766         <bp-asm.h>.
27767         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
27768         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
27769         Remove GKM FIXME comments.
27770         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27771         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27772         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
27773         <bp-asm.h>.
27774         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27775         about bounded pointers.  Remove GKM FIXME comment.
27776         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
27777         and <bp-asm.h>.
27778         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27779         pointers.
27780         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
27781         <bp-sym.h> and <bp-asm.h>.
27782         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
27783         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
27784         <bp-sym.h> and <bp-asm.h>.
27785         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
27786         comment.
27788 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
27790         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
27791         call free(NULL).
27793 2013-03-05  David S. Miller  <davem@davemloft.net>
27795         * po/es.po: Update from translation team.
27797 2013-03-05  Andreas Jaeger  <aj@suse.de>
27799         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
27800         <bits/mman-linux.h>.
27801         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27802         is fine.
27803         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
27804         <bits/mman-linux.h> to end of file.
27805         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27806         is fine.
27807         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
27808         <bits/mman-linux.h> to end of file.
27809         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27810         is fine.
27811         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
27812         <bits/mman-linux.h> to end of file.
27814         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
27815         (MCL_CURRENT, MCL_FUTURE): Define here.
27817 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27819         [BZ #15232]
27820         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
27821         attribute_hidden.
27822         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
27824 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27826         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
27827         fourth parameter needed for rt_sigprocmask syscall.
27828         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
27829         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
27830         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
27831         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
27832         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
27833         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
27835 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
27837         [BZ #13550]
27838         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
27839         comment about bounded pointers.
27840         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
27841         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
27843 2013-03-04  Andreas Jaeger  <aj@suse.de>
27845         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
27846         common definitions.
27848         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
27849         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
27850         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
27851         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
27852         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
27853         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
27855 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27857         [BZ #15055]
27858         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
27859         __ieee754_sqrl instead of __sqrl.
27861 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
27863         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
27864         * sysdeps/powerpc/fpu_control.h: ... here.
27865         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
27866         * sysdeps/powerpc/bits/fenvinline.h: ... here.
27867         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
27868         * sysdeps/powerpc/bits/mathinline.h: ... here.
27870 2013-03-01  Roland McGrath  <roland@hack.frob.com>
27872         * elf/dl-hwcaps.c (_dl_important_hwcaps):
27873         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
27874         to just [NEED_DL_SYSINFO_DSO].
27875         * elf/dl-support.c: Likewise.
27876         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
27877         * elf/rtld.c (dl_main): Likewise.
27878         * elf/setup-vdso.h (setup_vdso): Likewise.
27879         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
27880         * sysdeps/unix/sysv/linux/dl-sysdep.c
27881         (_dl_discover_osversion): Likewise.
27883 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
27885         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
27886         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
27888 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
27890         * NEWS: Mention libm performance improvements and non-x86 PI
27891         futex support.
27893         * csu/libc-start.c (__pthread_initialize_minimal): Change
27894         function arguments.
27895         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
27897 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
27899         [BZ #13550]
27900         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
27901         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
27902         <bp-sym.h> and <bp-asm.h>.
27903         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27904         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
27905         and <bp-asm.h>.
27906         (memcpy): Don't use BP_SYM.
27907         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
27908         <bp-asm.h>.
27909         (__mpn_add_n): Don't use BP_SYM.
27910         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
27911         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
27912         and <bp-asm.h>.
27913         (__mpn_addmul_1): Don't use BP_SYM.
27914         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27915         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
27916         <bp-sym.h>.
27917         (_setjmp): Don't use BP_SYM.
27918         (__novmx_setjmp): Likewise.
27919         (__GI__setjmp): Likewise.
27920         (__vmx_setjmp): Likewise.
27921         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
27922         <bp-sym.h>.
27923         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
27924         (__bzero): Don't use BP_SYM.
27925         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27926         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27927         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
27928         <bp-sym.h> and <bp-asm.h>.
27929         (memcpy): Don't use BP_SYM.
27930         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
27931         <bp-sym.h> and <bp-asm.h>.
27932         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27933         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
27934         <bp-sym.h> and <bp-asm.h>.
27935         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27936         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
27937         <bp-asm.h>.
27938         (__mpn_lshift): Don't use BP_SYM.
27939         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27940         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
27941         <bp-asm.h>.
27942         (memset): Don't use BP_SYM.
27943         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27944         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27945         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
27946         <bp-asm.h>.
27947         (__mpn_mul_1): Don't use BP_SYM.
27948         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27949         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
27950         <bp-sym.h> and <bp-asm.h>.
27951         (memcmp): Don't use BP_SYM.
27952         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
27953         <bp-sym.h> and <bp-asm.h>.
27954         (memcpy): Don't use BP_SYM.
27955         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
27956         <bp-sym.h> and <bp-asm.h>.
27957         (memset): Don't use BP_SYM.
27958         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
27959         <bp-sym.h> and <bp-asm.h>.
27960         (strncmp): Don't use BP_SYM.
27961         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
27962         <bp-sym.h> and <bp-asm.h>.
27963         (memcpy): Don't use BP_SYM.
27964         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
27965         <bp-sym.h> and <bp-asm.h>.
27966         (memset): Don't use BP_SYM.
27967         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
27968         <bp-sym.h> and <bp-asm.h>.
27969         (__memchr): Don't use BP_SYM.
27970         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
27971         <bp-sym.h> and <bp-asm.h>.
27972         (memcmp): Don't use BP_SYM.
27973         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
27974         <bp-sym.h> and <bp-asm.h>.
27975         (memcpy): Don't use BP_SYM.
27976         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
27977         <bp-sym.h> and <bp-asm.h>.
27978         (__mempcpy): Don't use BP_SYM.
27979         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
27980         <bp-sym.h> and <bp-asm.h>.
27981         (__memrchr): Don't use BP_SYM.
27982         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
27983         <bp-sym.h> and <bp-asm.h>.
27984         (memset): Don't use BP_SYM.
27985         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
27986         <bp-sym.h> and <bp-asm.h>.
27987         (__rawmemchr): Don't use BP_SYM.
27988         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
27989         <bp-sym.h> and <bp-asm.h>.
27990         (__STRCMP): Don't use BP_SYM.
27991         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
27992         <bp-sym.h> and <bp-asm.h>.
27993         (strchr): Don't use BP_SYM.
27994         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
27995         <bp-sym.h> and <bp-asm.h>.
27996         (__strchrnul): Don't use BP_SYM.
27997         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
27998         <bp-sym.h> and <bp-asm.h>.
27999         (strlen): Don't use BP_SYM.
28000         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
28001         <bp-sym.h> and <bp-asm.h>.
28002         (strncmp): Don't use BP_SYM.
28003         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
28004         <bp-sym.h> and <bp-asm.h>.
28005         (__strnlen): Don't use BP_SYM.
28006         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
28007         <bp-asm.h>.
28008         (__mpn_rshift): Don't use BP_SYM.
28009         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28010         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
28011         <bp-sym.h> and <bp-asm.h>.
28012         (__sigsetjmp): Don't use BP_SYM.
28013         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
28014         (L(start_addresses)): Don't use BP_SYM.
28015         (_start): Likewise.
28016         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
28017         <bp-asm.h>.
28018         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
28019         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28020         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28021         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
28022         <bp-asm.h>.
28023         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
28024         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28025         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28026         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
28027         <bp-asm.h>.
28028         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
28029         comments.
28030         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28031         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
28032         <bp-asm.h>.
28033         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
28034         FIXME comments.
28035         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28036         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28037         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
28038         <bp-asm.h>.
28039         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
28040         comment.
28041         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
28042         and <bp-asm.h>.
28043         (strncmp): Don't use BP_SYM,
28044         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
28045         <bp-asm.h>.
28046         (__mpn_sub_n): Don't use BP_SYM.
28047         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28048         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
28049         and <bp-asm.h>.
28050         (__mpn_submul_1): Don't use BP_SYM.
28051         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28052         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
28053         <bp-sym.h> and <bp-asm.h>.
28054         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
28055         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
28056         <bp-sym.h> and <bp-asm.h>.
28057         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
28058         comment.
28060 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
28062         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
28063         Use ZK to minimize writes to Z.
28064         (sub_magnitudes): Simplify code a bit.
28065         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
28066         Use ZK to minimize writes to Z.
28067         (sub_magnitudes): Simplify code a bit.
28069 2013-02-27  Roland McGrath  <roland@hack.frob.com>
28071         * csu/gmon-start.c: Add special exception to license text.
28073 2013-02-27  Richard Henderson  <rth@redhat.com>
28075         * scripts/config.guess: Update from config.git.
28076         * scripts/config.sub: Likewise.
28078 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
28080         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
28082         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
28084         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
28086         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
28088         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
28090 2013-02-26  Roland McGrath  <roland@hack.frob.com>
28092         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
28093         [$(build-shared = yes].
28095 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
28097         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
28098         (__mul): Reduce iterations for calculating mantissa.
28100         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
28101         MPTWO.
28102         (__mpranred): Likewise.
28104         [BZ #15160]
28105         * malloc/memusagestat.c (main): Draw graphs for heap and stack
28106         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
28108 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
28110         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
28111         Define __attribute__.
28113 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
28115         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
28116         unused.
28117         * posix/regex_internal.h (__attribute): Remove.
28118         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
28119         (re_string_context_at): Likewise.
28120         (bitset_not): Use __attribute__ and mark function as possibly
28121         unused.
28122         (bitset_merge): Likewise.
28123         (bitset_mask): Likewise.
28124         (re_string_char_size_at): Likewise.
28125         (re_string_wchar_at): Likewise.
28126         (re_string_elem_size_at): Likewise.
28128 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
28130         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
28131         code.
28132         (cc32): Likewise.
28134         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
28135         (__acr): Likewise.
28136         (__cpy): Likewise.
28137         (norm): Likewise.
28138         (denorm): Likewise.
28139         (__dbl_mp): Likewise.
28140         (add_magnitudes): Likewise.
28141         (sub_magnitudes): Likewise.
28142         (__mul): Likewise.
28143         (__inv): Likewise.
28145         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
28146         style.
28148         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
28149         style.
28151         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
28152         code.
28154         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
28155         up changes with default code.
28156         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
28157         Likewise.
28159 2013-02-24  Allan McRae  <allan@archlinux.org>
28161         * manual/socket.texi (The Internet Namespace): Order menu items
28162         to match that in the file.
28164         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
28165         node listing of the info page menu.
28167 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
28169         [BZ #13550]
28170         * sysdeps/i386/bp-asm.h: Remove file.
28171         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28172         (PARMS): Do not use macros from bp-asm.h.
28173         (S1): Likewise.
28174         (S2): Likewise.
28175         (SIZE): Likewise.
28176         (__mpn_add_n): Do not use BP_SYM
28177         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
28178         "bp-asm.h".
28179         (PARMS): Do not use macros from bp-asm.h.
28180         (S1): Likewise.
28181         (SIZE): Likewise.
28182         (__mpn_addmul_1): Do not use BP_SYM
28183         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
28184         "bp-asm.h".
28185         (PARMS): Do not use macros from bp-asm.h.
28186         (SIGMSK): Likewise.
28187         (_setjmp): Likewise.  Do not use BP_SYM.
28188         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
28189         "bp-asm.h".
28190         (PARMS): Do not use macros from bp-asm.h.
28191         (SIGMSK): Likewise.
28192         (setjmp): Likewise.  Do not use BP_SYM.
28193         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
28194         "bp-asm.h".
28195         (PARMS): Do not use macros from bp-asm.h.
28196         (__frexp): Do not use BP_SYM.
28197         (frexp): Likewise.
28198         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
28199         "bp-asm.h".
28200         (PARMS): Do not use macros from bp-asm.h.
28201         (__frexpf): Do not use BP_SYM.
28202         (frexpf): Likewise.
28203         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
28204         "bp-asm.h".
28205         (PARMS): Do not use macros from bp-asm.h.
28206         (__frexpl): Do not use BP_SYM.
28207         (frexpl): Likewise.
28208         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
28209         "bp-asm.h".
28210         (PARMS): Do not use macros from bp-asm.h.
28211         (__remquo): Do not use BP_SYM.
28212         (remquo): Likewise.
28213         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
28214         "bp-asm.h".
28215         (PARMS): Do not use macros from bp-asm.h.
28216         (__remquof): Do not use BP_SYM.
28217         (remquof): Likewise.
28218         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
28219         "bp-asm.h".
28220         (PARMS): Do not use macros from bp-asm.h.
28221         (__remquol): Do not use BP_SYM.
28222         (remquol): Likewise.
28223         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
28224         "bp-asm.h".
28225         (PARMS): Do not use macros from bp-asm.h.
28226         (DEST): Likewise.
28227         (SRC): Likewise.
28228         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
28229         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
28230         "bp-asm.h".
28231         (PARMS): Do not use macros from bp-asm.h.
28232         (strlen): Do not use BP_SYM.
28233         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
28234         "bp-asm.h".
28235         (PARMS): Do not use macros from bp-asm.h.
28236         (S1): Likewise.
28237         (S2): Likewise.
28238         (SIZE): Likewise.
28239         (__mpn_add_n): Do not use BP_SYM.
28240         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
28241         "bp-asm.h".
28242         (PARMS): Do not use macros from bp-asm.h.
28243         (S1): Likewise.
28244         (SIZE): Likewise.
28245         (__mpn_addmul_1): Do not use BP_SYM.
28246         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
28247         weak_alias.
28248         (bzero): Likewise.
28249         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
28250         "bp-asm.h".
28251         (PARMS): Do not use macros from bp-asm.h.
28252         (S): Likewise.
28253         (SIZE): Likewise.
28254         (__mpn_lshift): Do not use BP_SYM.
28255         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
28256         "bp-asm.h".
28257         (PARMS): Do not use macros from bp-asm.h.
28258         (DEST): Likewise.
28259         (SRC): Likewise.
28260         (LEN): Likewise.
28261         (memcpy): Likewise.  Do not use BP_SYM.
28262         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
28263         libc_hidden_def and weak_alias.
28264         (mempcpy): Do not use BP_SYM in weak_alias.
28265         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
28266         "bp-asm.h".
28267         (PARMS): Do not use macros from bp-asm.h.
28268         (DEST): Likewise.
28269         (LEN): Likewise.
28270         [!BZERO_P] (CHR): Likewise.
28271         (memset): Likewise.  Do not use BP_SYM.
28272         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
28273         "bp-asm.h".
28274         (PARMS): Do not use macros from bp-asm.h.
28275         (S1): Likewise.
28276         (SIZE): Likewise.
28277         (__mpn_mul_1): Do not use BP_SYM.
28278         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
28279         "bp-asm.h".
28280         (PARMS): Do not use macros from bp-asm.h.
28281         (S): Likewise.
28282         (SIZE): Likewise.
28283         (__mpn_rshift): Do not use BP_SYM.
28284         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
28285         "bp-asm.h".
28286         (PARMS): Do not use macros from bp-asm.h.
28287         (STR): Likewise.
28288         (CHR): Likewise.
28289         (strchr): Likewise.  Do not use BP_SYM.
28290         (index): Do not use BP_SYM in weak_alias.
28291         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
28292         "bp-asm.h".
28293         (PARMS): Do not use macros from bp-asm.h.
28294         (DEST): Likewise.
28295         (SRC): Likewise.
28296         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
28297         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
28298         "bp-asm.h".
28299         (PARMS): Do not use macros from bp-asm.h.
28300         (strlen): Do not use BP_SYM.
28301         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
28302         "bp-asm.h".
28303         (PARMS): Do not use macros from bp-asm.h.
28304         (S1): Likewise.
28305         (S2): Likewise.
28306         (SIZE): Likewise.
28307         (__mpn_sub_n): Do not use BP_SYM.
28308         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
28309         "bp-asm.h".
28310         (PARMS): Do not use macros from bp-asm.h.
28311         (S1): Likewise.
28312         (SIZE): Likewise.
28313         (__mpn_submul_1): Do not use BP_SYM.
28314         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
28315         "bp-asm.h".
28316         (PARMS): Do not use macros from bp-asm.h.
28317         (S1): Likewise.
28318         (S2): Likewise.
28319         (SIZE): Likewise.
28320         (__mpn_add_n): Do not use BP_SYM.
28321         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
28322         weak_alias.
28323         (bzero): Likewise.
28324         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
28325         "bp-asm.h".
28326         (PARMS): Do not use macros from bp-asm.h.
28327         (BLK2): Likewise.
28328         (LEN): Likewise.
28329         (memcmp): Do not use BP_SYM.
28330         (bcmp): Do not use BP_SYM in weak_alias.
28331         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
28332         "bp-asm.h".
28333         (PARMS): Do not use macros from bp-asm.h.
28334         (DEST): Likewise.
28335         (SRC): Likewise.
28336         (LEN): Likewise.
28337         (memcpy): Likewise.  Do not use BP_SYM.
28338         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
28339         "bp-asm.h".
28340         (PARMS): Do not use macros from bp-asm.h.
28341         (DEST): Likewise.
28342         (SRC): Likewise.
28343         (LEN): Likewise.
28344         (memmove): Likewise.  Do not use BP_SYM.
28345         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
28346         "bp-asm.h".
28347         (PARMS): Do not use macros from bp-asm.h.
28348         (DEST): Likewise.
28349         (SRC): Likewise.
28350         (LEN): Likewise.
28351         (__mempcpy): Likewise.  Do not use BP_SYM.
28352         (mempcpy): Do not use BP_SYM in weak_alias.
28353         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
28354         "bp-asm.h".
28355         (PARMS): Do not use macros from bp-asm.h.
28356         (DEST): Likewise.
28357         (LEN): Likewise.
28358         [!BZERO_P] (CHR): Likewise.
28359         (memset): Likewise.  Do not use BP_SYM.
28360         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
28361         "bp-asm.h".
28362         (PARMS): Do not use macros from bp-asm.h.
28363         (STR2): Likewise.
28364         (strcmp): Do not use BP_SYM.
28365         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
28366         "bp-asm.h".
28367         (PARMS): Do not use macros from bp-asm.h.
28368         (STR): Likewise.
28369         (DELIM): Likewise.
28370         [USE_AS_STRTOK_R] (SAVE): Likewise.
28371         (FUNCTION): Likewise.  Do not use BP_SYM.
28372         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
28373         aliases.
28374         (strtok_r): Likewise.
28375         (__GI___strtok_r): Likewise.
28376         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28377         (PARMS): Do not use macros from bp-asm.h.
28378         (S): Likewise.
28379         (SIZE): Likewise.
28380         (__mpn_lshift): Do not use BP_SYM.
28381         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28382         (PARMS): Do not use macros from bp-asm.h.
28383         (STR): Likewise.
28384         (CHR): Likewise.
28385         (__memchr): Do not use BP_SYM.
28386         (memchr): Do not use BP_SYM in weak_alias.
28387         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28388         (PARMS): Do not use macros from bp-asm.h.
28389         (BLK2): Likewise.
28390         (LEN): Likewise.
28391         (memcmp): Do not use BP_SYM.
28392         (bcmp): Do not use BP_SYM in weak_alias.
28393         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
28394         (PARMS): Do not use macros from bp-asm.h.
28395         (S1): Likewise.
28396         (SIZE): Likewise.
28397         (__mpn_mul_1): Do not use BP_SYM.
28398         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
28399         "bp-asm.h".
28400         (PARMS): Do not use macros from bp-asm.h.
28401         (STR): Likewise.
28402         (CHR): Likewise.
28403         (__rawmemchr): Do not use BP_SYM.
28404         (rawmemchr): Do not use BP_SYM in weak_alias.
28405         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28406         (PARMS): Do not use macros from bp-asm.h.
28407         (S): Likewise.
28408         (SIZE): Likewise.
28409         (__mpn_rshift): Do not use BP_SYM.
28410         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28411         (PARMS): Do not use macros from bp-asm.h.
28412         (SIGMSK): Likewise.
28413         (__sigsetjmp): Likewise.  Do not use BP_SYM.
28414         * sysdeps/i386/start.S: Do not include "bp-sym.h".
28415         (_start): Do not use BP_SYM.
28416         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
28417         (PARMS): Do not use macros from bp-asm.h.
28418         (DEST): Likewise.
28419         (SRC): Likewise.
28420         (__stpcpy): Likewise.  Do not use BP_SYM.
28421         (stpcpy): Do not use BP_SYM in weak_alias.
28422         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
28423         "bp-asm.h".
28424         (PARMS): Do not use macros from bp-asm.h.
28425         (DEST): Likewise.
28426         (SRC): Likewise.
28427         (LEN): Likewise.
28428         (__stpncpy): Likewise.  Do not use BP_SYM.
28429         (stpncpy): Do not use BP_SYM in weak_alias.
28430         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28431         (PARMS): Do not use macros from bp-asm.h.
28432         (STR): Likewise.
28433         (CHR): Likewise.
28434         (strchr): Likewise.  Do not use BP_SYM.
28435         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
28436         "bp-asm.h".
28437         (PARMS): Do not use macros from bp-asm.h.
28438         (STR): Likewise.
28439         (CHR): Likewise.
28440         (__strchrnul): Likewise.  Do not use BP_SYM.
28441         (strchrnul): Do not use BP_SYM in weak_alias.
28442         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
28443         "bp-asm.h".
28444         (PARMS): Do not use macros from bp-asm.h.
28445         (STOP): Likewise.
28446         (strcspn): Do not use BP_SYM.
28447         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
28448         "bp-asm.h".
28449         (PARMS): Do not use macros from bp-asm.h.
28450         (STR): Likewise.
28451         (STOP): Likewise.
28452         (strpbrk): Likewise.  Do not use BP_SYM.
28453         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
28454         "bp-asm.h".
28455         (PARMS): Do not use macros from bp-asm.h.
28456         (STR): Likewise.
28457         (CHR): Likewise.
28458         (strrchr): Likewise.  Do not use BP_SYM.
28459         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
28460         (PARMS): Do not use macros from bp-asm.h.
28461         (SKIP): Likewise.
28462         (strspn): Do not use BP_SYM.
28463         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
28464         (PARMS): Do not use macros from bp-asm.h.
28465         (STR): Likewise.
28466         (DELIM): Likewise.
28467         (SAVE): Likewise.
28468         (FUNCTION): Likewise.  Do not use BP_SYM.
28469         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
28470         aliases.
28471         (strtok_r): Likewise.
28472         (__GI___strtok_r): Likewise.
28473         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28474         (PARMS): Do not use macros from bp-asm.h.
28475         (S1): Likewise.
28476         (S2): Likewise.
28477         (SIZE): Likewise.
28478         (__mpn_sub_n): Do not use BP_SYM.
28479         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
28480         "bp-asm.h".
28481         (PARMS): Do not use macros from bp-asm.h.
28482         (S1): Likewise.
28483         (SIZE): Likewise.
28484         (__mpn_submul_1): Do not use BP_SYM.
28485         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
28486         <bp-sym.h>.
28487         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
28488         and <bp-asm.h>.
28489         (PARMS): Do not use macros from bp-asm.h.
28490         (FLAGS): Likewise.
28491         (PTID): Likewise.
28492         (TLS): Likewise.
28493         (CTID): Likewise.
28494         (__clone): Do not use BP_SYM.
28495         (clone): Do not use BP_SYM in weak_alias.
28496         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
28497         and <bp-asm.h>.
28498         (PARMS): Do not use macros from bp-asm.h.
28499         (LEN): Likewise.
28500         (__mmap64): Do not use BP_SYM.
28501         (mmap64): Do not use BP_SYM in weak_alias.
28502         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
28503         <bp-sym.h> and <bp-asm.h>.
28504         (PARMS): Do not use macros from bp-asm.h.
28505         (__posix_fadvise64_l64): Do not use BP_SYM.
28506         * sysdeps/unix/sysv/linux/i386/semtimedop.S
28507         (PARMS): Do not use macros from bp-asm.h.
28508         (NSOPS): Likewise.
28509         (semtimedop): Do not use BP_SYM.
28510         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
28511         and <bp-asm.h>.
28513 2013-02-21  Allan McRae  <allan@archlinux.org>
28515         * manual/message.texi (Charset conversion in gettext):
28516         Move @end statement to beginning of line.
28518 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28520         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
28521         static.
28522         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
28523         Likewise.
28525         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
28526         (denorm): Likewise.
28527         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
28528         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
28530 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28532         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
28533         tail-call to the resolved function if pltexit isn't needed.
28535 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28537         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
28538         or Y being zero as being unlikely.
28539         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
28540         Likewise.
28542 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
28544         * manual/nss.texi (System Databases and Name Service Switch):
28545         Remove frobnicate @pxref.
28547 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28549         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28550         __attribute__ ((unused)) to __attribute__ ((__unused__)).
28552 2013-02-20  Petr Machata  <pmachata@redhat.com>
28554         * elf/elf.h (R_ARM_TARGET1): New macro.
28555         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
28556         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
28557         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
28558         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
28559         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
28560         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
28561         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
28562         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
28563         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
28564         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
28565         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
28566         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
28567         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
28568         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
28569         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
28570         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
28571         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
28572         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
28573         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
28574         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
28575         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
28576         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
28577         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
28578         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
28579         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
28580         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
28581         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
28582         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
28583         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
28584         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
28585         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
28586         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
28587         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
28588         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
28589         (R_ARM_THM_GOT_BREL12): Likewise.
28590         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
28591         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
28592         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
28593         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
28594         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
28595         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
28596         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
28597         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
28598         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
28600 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28602         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28603         __attribute_used__ to __attribute__ ((unused)).
28605 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
28607         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
28608         powerpc mpa.c.
28609         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
28610         comment formatting.
28611         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
28613 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
28615         [BZ #13550]
28616         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
28617         Remove macro.
28618         (ENTER): Remove both macro definitions.
28619         (LEAVE): Likewise.
28620         (CHECK_BOUNDS_LOW): Likewise.
28621         (CHECK_BOUNDS_HIGH): Likewise.
28622         (CHECK_BOUNDS_BOTH): Likewise.
28623         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
28624         (RETURN_BOUNDED_POINTER): Likewise.
28625         (RETURN_NULL_BOUNDED_POINTER): Likewise.
28626         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
28627         (POP_ERRNO_LOCATION_RETURN): Likewise.
28628         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
28629         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28630         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
28631         macros.
28632         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28633         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
28634         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
28635         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
28636         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
28637         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
28638         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
28639         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
28640         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
28641         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
28642         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
28643         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
28644         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28645         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
28646         removed macros.
28647         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28648         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
28649         macros.
28650         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28651         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
28652         * sysdeps/i386/i586/memset.S (memset): Likewise.
28653         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
28654         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28655         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
28656         macros.
28657         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28658         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
28659         Change uses of L(2) to L(out).
28660         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
28661         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
28662         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
28663         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28664         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
28665         removed macros.
28666         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28667         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
28668         macros.
28669         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28670         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
28671         (RETURN): Do not use macro LEAVE.
28672         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
28673         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
28674         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
28675         * sysdeps/i386/i686/memset.S (memset): Likewise.
28676         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
28677         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
28678         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28679         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
28680         Likewise.
28681         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28682         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
28683         L(1_2) and L(1_3) into L(1).
28684         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28685         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
28686         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28687         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
28688         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28689         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
28690         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
28691         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28692         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
28693         macros.
28694         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
28695         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28696         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
28697         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
28698         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
28699         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28700         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
28701         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
28702         * sysdeps/i386/strcspn.S (strcspn): Likewise.
28703         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
28704         * sysdeps/i386/strrchr.S (strrchr): Likewise.
28705         * sysdeps/i386/strspn.S (strspn): Likewise.
28706         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
28707         conditional code.
28708         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28709         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
28710         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28711         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
28712         L(1_3) into L(1_1).
28713         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
28714         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28715         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
28716         macros.
28717         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28719 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
28721         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
28722         macro.
28724 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
28726         * math/atest-exp.c (exp_mpn): Remove ROUND.
28727         * math/atest-exp2.c (exp_mpn): Likewise.
28728         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
28730         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
28731         * stdlib/tst-tls-atexit-lib.c: Likewise.
28732         * stdlib/tst-tls-atexit.c: Likewise.
28734 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28736         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
28737         and __attribute_alloc_size__.
28739 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28741         * include/programs/xmalloc.h: Change __attribute_alloc_size to
28742         __attribute_alloc_size__.
28743         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
28744         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
28746 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28748         * include/programs/xmalloc.h: New file.
28749         * catgets/gencat.c: Include it.
28750         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
28751         * elf/pldd.c: Likewise.
28752         * iconv/iconv_charmap.c: Likewise.
28753         * iconv/iconvconfig.c: Likewise.
28754         * iconv/strtab.c: Likewise.
28755         * locale/programs/locale.c: Likewise.
28756         * locale/programs/localedef.h: Likewise.
28757         * locale/programs/simple-hash.c: Likewise.
28758         * nscd/nscd.h: Likewise.
28759         * nss/makedb.c: Likewise.
28760         * sysdeps/generic/ldconfig.h: Likewise.
28762 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
28764         * Versions.def: Add GLIBC_2.18.
28765         * include/link.h (struct link_map): New member l_tls_dtor_count.
28766         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
28767         (__call_tls_dtors): Likewise.
28768         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
28769         __cxa_thread_atexit_impl.
28770         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
28771         Likewise.
28772         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
28773         Likewise.
28774         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
28775         Likewise.
28776         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
28777         Likewise.
28778         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
28779         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
28780         Likewise.
28781         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
28782         Likewise.
28783         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
28784         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
28785         Likewise.
28786         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
28787         (tests): Add test case tst-tls-atexit.
28788         (modules-names): Add shared library for tst-tls-atexit.
28789         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
28790         (GLIBC_PRIVATE): Add __call_tls_dtors.
28791         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
28792         for libstdc++.
28793         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
28794         * stdlib/tst-tls-atexit.c: New test case.
28795         * stdlib/tst-tls-atexit-lib.c: New test case.
28797         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
28799         * elf/Versions (ld): Add _dl_find_dso_for_object.
28800         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
28801         * elf/dl-open.c (_dl_find_dso_for_object): New function.
28802         (dl_open_worker): Use _dl_find_dso_for_object.
28803         * elf/dl-sym.c (do_sym): Likewise.
28804         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
28806 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28808         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
28809         Syntactic changes only.
28810         (_dl_runtime_profile): Do a tail-call to the resolved function.
28812 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
28814         [BZ #13550]
28815         * sysdeps/x86_64/bp-asm.h: Remove file.
28816         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
28817         <bp-sym.h> and <bp-asm.h>.
28818         (__clone): Do not use BP_SYM.
28819         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
28820         <bp-sym.h> and <bp-asm.h>.
28821         * sysdeps/unix/x86_64/sysdep.S: Likewise.
28822         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
28823         "bp-asm.h".
28824         (_setjmp): Do not use BP_SYM.
28825         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
28826         "bp-asm.h".
28827         (setjmp): Do not use BP_SYM.
28828         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
28829         libc_hidden_def.
28830         (mempcpy): Do not use BP_SYM in weak_alias.
28831         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
28832         "bp-asm.h".
28833         (strchr): Do not use BP_SYM.
28834         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
28835         "bp-asm.h".
28836         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
28837         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
28838         (_start): Do not use BP_SYM.
28839         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
28840         "bp-asm.h".
28841         (strcat): Do not use BP_SYM.
28842         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
28843         "bp-asm.h".
28844         (STRCMP): Do not use BP_SYM.
28845         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
28846         "bp-asm.h".
28847         (STRCPY): Do not use BP_SYM.
28848         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
28849         "bp-asm.h".
28850         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
28851         "bp-asm.h".
28852         (FUNCTION): Do not use BP_SYM.
28853         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
28854         weak_alias.
28855         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
28857 2013-02-17  Andreas Jaeger  <aj@suse.de>
28859         * time/Versions: Sort entries.
28860         * string/Versions: Likewise.
28861         * resolv/Versions: Likewise.
28862         * posix/Versions: Likewise.
28863         * iconv/Versions: Likewise.
28864         * elf/Versions: Likewise.
28865         * wcsmbs/Versions: Likewise.
28867 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
28869         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
28870         loop termination condition.
28872         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
28873         variable to calculate EZ.
28874         (__sqr): Likewise.
28876         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
28877         the lower precision input.
28879 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
28881         [BZ #13550]
28882         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
28883         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
28884         (run-via-rtld-prefix): Do not handle %-bp tests.
28885         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
28886         (all-object-suffixes): Remove .ob.
28887         (bppfx): Remove variable.
28888         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
28889         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
28890         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
28891         [$(build-bounded) = yes] (libtype.ob): Likewise.
28892         * Makerules (elide-routines.ob): Remove variable.
28893         (do-tests-clean): Do not handle *-bp.out.
28894         (common-mostlyclean): Do not handle *-bp and *-bp.out.
28895         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
28896         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
28897         (tests): Do not include $(tests-bp.out).
28898         (xtests): Do not include $(xtests-bp.out).
28899         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
28900         [$(build-bounded) = yes] ($(addprefix
28901         $(objpfx),$(binaries-bounded))): Remove rule.
28902         ($(objpfx)%-bp.out): Remove rule.
28903         * config.make.in (build-bounded): Remove variable.
28904         * crypt/Makefile [$(build-bounded) = yes]
28905         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
28906         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
28907         append to variable.
28908         [$(build-bounded) = yes] (install-lib): Likewise.
28909         [$(build-bounded) = yes] (generated): Likewise.
28910         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
28911         Remove rule.
28912         * intl/Makefile [$(build-bounded) = yes]
28913         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
28914         * math/Makefile [$(build-bounded) = yes]
28915         ($(tests:%=$(objpfx)%-bp): Likewise.
28916         * misc/Makefile [$(build-bounded) = yes]
28917         ($(objpfx)tst-tsearch-bp): Likewise.
28918         * nptl/Makeconfig (bounded-thread-library): Remove variable.
28919         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
28920         Remove dependency.
28921         * string/Makefile (o-objects.ob): Remove variable.
28922         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
28923         (CFLAGS-.ob): Remove variable.
28924         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
28925         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
28926         both definitions of variable.
28927         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
28928         (ASFLAGS-.ob): Remove variable.
28930 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
28932         [BZ #13550]
28933         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
28934         Remove __BOUNDED_POINTERS__ from condition.
28935         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
28936         * string/bits/string2.h [!__NO_STRING_INLINES &&
28937         !__BOUNDED_POINTERS__]: Likewise.
28938         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
28939         Likewise.
28940         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
28941         Remove conditional code.
28942         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
28943         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
28944         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
28945         condition.
28947         [BZ #13550]
28948         * csu/libc-start.c: Do not include <bp-sym.h>.
28949         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
28950         * elf/dl-open.c: Do not include <bp-sym.h>.
28951         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
28952         * math/fegetenv.c: Do not include <bp-sym.h>.
28953         (fegetenv): Do not use BP_SYM in versioned symbols.
28954         * nptl/sysdeps/pthread/bits/libc-lockP.h
28955         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
28956         <bp-sym.h>.
28957         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28958         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
28959         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28960         (__pthread_mutex_destroy): Likewise.
28961         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28962         (__pthread_mutex_lock): Likewise.
28963         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28964         (__pthread_mutex_trylock): Likewise.
28965         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28966         (__pthread_mutex_unlock): Likewise.
28967         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28968         (__pthread_mutexattr_init): Likewise.
28969         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28970         (__pthread_mutexattr_destroy): Likewise.
28971         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28972         (__pthread_mutexattr_settype): Likewise.
28973         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28974         (__pthread_rwlock_init): Likewise.
28975         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28976         (__pthread_rwlock_destroy): Likewise.
28977         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28978         (__pthread_rwlock_rdlock): Likewise.
28979         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28980         (__pthread_rwlock_tryrdlock): Likewise.
28981         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28982         (__pthread_rwlock_wrlock): Likewise.
28983         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28984         (__pthread_rwlock_trywrlock): Likewise.
28985         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28986         (__pthread_rwlock_unlock): Likewise.
28987         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28988         (__pthread_key_create): Likewise.
28989         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28990         (__pthread_setspecific): Likewise.
28991         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28992         (__pthread_getspecific): Likewise.
28993         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
28994         Likewise.
28995         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28996         (_pthread_cleanup_push_defer): Likewise.
28997         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28998         (_pthread_cleanup_pop_restore): Likewise.
28999         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29000         (pthread_setcancelstate): Likewise.
29001         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
29002         <bp-sym.h>.
29003         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
29004         (memchr): Do not use BP_SYM in weak_alias.
29005         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
29006         (fegetenv): Do not use BP_SYM in versioned symbols.
29007         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
29008         (fesetenv): Do not use BP_SYM in versioned symbols.
29009         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
29010         (feupdateenv): Do not use BP_SYM in versioned symbols.
29011         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
29012         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
29013         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
29014         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
29015         (open64): Do not use BP_SYM in weak_alias.
29016         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
29017         (fegetenv): Do not use BP_SYM in versioned symbols.
29018         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
29019         (fesetenv): Do not use BP_SYM in versioned symbols.
29020         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
29021         (feupdateenv): Do not use BP_SYM in versioned symbols.
29022         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
29023         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
29024         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
29025         (feraiseexcept): Do not use BP_SYM in versioned symbols.
29026         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
29027         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
29028         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
29029         <bp-sym.h>.
29030         (__libc_start_main): Do not use BP_SYM.
29032 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
29034         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
29035         redundant return line.
29036         (norm): Likewise.
29037         (denorm): Likewise.
29038         (dbl_mp): Likewise.
29039         (sub_magnitudes): Likewise.
29040         (__add): Likewise.
29041         (__sub): Likewise.
29042         (__mul): Likewise.
29043         (__inv): Likewise.
29044         (__dvd): Likewise.
29045         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
29046         (norm): Likewise.
29047         (denorm): Likewise.
29048         (dbl_mp): Likewise.
29049         (sub_magnitudes): Likewise.
29050         (__add): Likewise.
29051         (__sub): Likewise.
29052         (__mul): Likewise.
29053         (__inv): Likewise.
29054         (__dvd): Likewise.
29056         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
29057         instead of __mul.
29058         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
29059         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
29060         (cc32): Likewise.
29062         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
29063         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
29064         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
29065         of __mul for squares.
29066         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
29067         function
29068         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
29069         Likewise.
29070         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
29071         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
29073 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
29075         [BZ #13550]
29076         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
29077         code.
29078         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
29079         prototype or function definition.  Rename ubp_* variables and
29080         parameters.  Remove argv definitions conditional on
29081         [__BOUNDED_POINTERS__].
29082         * debug/backtrace.c (__backtrace): Do not use __unbounded.
29083         * elf/dl-runtime.c (_dl_fixup): Likewise.
29084         * include/set-hooks.h (RUN_HOOK): Likewise.
29085         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
29086         definition.
29087         * string/strcpy.c (strcpy): Do not use __unbounded.
29088         * sysdeps/generic/frame.h (struct layout): Likewise.
29089         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
29090         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
29091         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
29092         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
29093         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
29094         (__backtrace): Likewise.
29095         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
29096         use __ptrvalue.
29097         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
29098         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
29099         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
29100         Likewise.
29101         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
29102         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
29103         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
29104         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29105         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
29106         Do not use __unbounded.
29107         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
29108         Rename __unboundedrlimits parameter to rlimits in prototype.
29109         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
29110         Do not use __unbounded.
29111         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
29112         not use __ptrvalue.
29113         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29114         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
29115         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29116         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
29117         __ptrvalue or __unbounded.
29118         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
29119         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
29120         use __unbounded.
29121         (__new_msgctl): Do not use __ptrvalue.
29122         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
29123         __unbounded.
29124         (__libc_msgrcv): Do not use __ptrvalue.
29125         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
29126         startup_info): Do not use __unbounded.
29127         (__libc_start_main): Likewise.  Rename ubp_* variables and
29128         parameters.  Remove argv definitions conditional on
29129         [__BOUNDED_POINTERS__].
29130         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
29131         __ptrvalue.
29132         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
29133         use __unbounded.
29134         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
29135         or __ptrvalue.
29136         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
29137         use __unbounded.
29138         (__new_shmctl): Do not use __ptrvalue.
29139         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
29140         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
29141         Likewise.
29142         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
29143         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
29144         (__libc_sigaction): Likewise.
29145         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
29146         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
29147         Likewise.
29148         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29150 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
29152         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
29154         * string/mempcpy.c: Implement by calling memcpy.
29156 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
29158         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
29160         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
29161         evaluation.
29163         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
29164         values in the mantissa.
29166         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
29167         minimize writes to Z.
29168         (sub_magnitudes): Simplify code a bit.
29170 2013-02-12  Roland McGrath  <roland@hack.frob.com>
29172         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
29173         from the message.  The linker prefixes all warnings with that already.
29175 2013-02-12  Andreas Schwab  <schwab@suse.de>
29177         [BZ #15078]
29178         * posix/regexec.c (extend_buffers): Add parameter min_len.
29179         (check_matching): Pass minimum needed length.
29180         (clean_state_log_if_needed): Likewise.
29181         (get_subexp): Likewise.
29182         * posix/Makefile (tests): Add bug-regex34.
29183         (bug-regex34-ENV): Define.
29184         * posix/bug-regex34.c: New file.
29186         [BZ #11561]
29187         * posix/regcomp.c (parse_bracket_exp): When looking up collating
29188         elements compare against the byte sequence of it, not its name.
29189         * posix/Makefile (tests): Add bug-regex35.
29190         (bug-regex35-ENV): Define.
29191         * posix/bug-regex35.c: New file.
29193 2013-02-11  Tom de Vries  <tom@codesourcery.com>
29195         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
29196         comment.
29197         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
29198         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
29199         (CHECK_EOL): Add undef.
29201 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
29203         * bits/stdlib-bsearch.h: New file.
29204         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
29205         * stdlib/stdlib.h: Likewise.
29207 2013-02-11  Roland McGrath  <roland@hack.frob.com>
29209         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
29210         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
29211         declaration.
29212         * manual/search.texi (Array Search Function): Add missing const in
29213         lfind prototype.
29214         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
29215         declaration to use rlim_t.
29216         (Basic Scheduling Functions): Remove erroneous const from
29217         sched_getparam prototype.  Remove erroneous * from
29218         sched_get_priority_max and sched_get_priority_min prototypes.
29219         (Resource Usage): Fix summary @comment on vtimes to refer to
29220         sys/vtimes.h rather than vtimes.h.
29221         Add missing *s in vtimes prototype.
29222         (Limits on Resources): Fix ulimit prototype to return long int.
29223         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
29224         prototypes to use long int rather than double.
29225         (BSD Random): Fix initstate and setstate to use char *, not void *.
29226         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
29227         prototype to make second argument 'struct aiocb64 *const[]'.
29228         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
29229         (Status of AIO Operations): Remove erroneous const in aio_return and
29230         aio_return64 prototypes.
29231         (Synchronizing I/O): Fix sync prototype to return void.
29232         * manual/startup.texi (Suboptions): Remove an erroneous const in
29233         getsubopt prototype.
29234         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
29235         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
29236         use size_t rather than int.
29237         (Scanning All Users): Likewise for getpwent_r.
29238         (Setting Groups): Add missing const to setgroups prototype.
29239         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
29240         * manual/socket.texi (Host Names): Fix gethostbyaddr and
29241         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
29242         'const void *' rather than 'const char *'.
29243         (Host Address Functions): Likewise for inet_ntop.
29244         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
29245         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
29246         ssize_t for return value.
29247         (Sending Data): Likewise for send, sendto, sendmsg.
29248         (Socket Option Functions): Add a missing const in setsockopt prototype.
29249         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
29250         use wchar_t for the argument.
29251         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
29252         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
29253         take no arguments.
29254         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
29255         double/float/long double for second argument.
29256         Fix return types of significand, significandf, significandl.
29257         * manual/filesys.texi (Setting Permissions): Use mode_t for second
29258         argument in fchmod prototype.
29259         (File Owner): Use uid_t and gid_t in fchown prototype.
29260         (File Times): Add const to utimes, futimes, and lutimes prototypes.
29261         (Making Special Files): Use mode_t and dev_t in mknod prototype.
29262         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
29263         use 'const struct dirent **' as argument types to CMP function pointer
29264         argument.
29265         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
29266         (File Times): Fix summary magic @comment for struct utimbuf and utime
29267         to refer to utime.h, not time.h.
29268         * manual/string.texi (Argz Functions): Add missing const in
29269         argz_extract and argz_next prototypes.
29270         (Finding Tokens in a String): Likewise for basename.
29271         (String/Array Comparison): Fix typo in wcscasecmp prototype.
29272         (Copying and Concatenation): Fix typo in wmemmove prototype.
29273         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
29274         (Signal Stack): Remove erroneous const in sigstack prototype.
29275         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
29276         prototype.
29277         (Simple Calendar Time): Likewise for stime.
29278         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
29279         prototype.
29280         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
29281         say sys/sysctl.h instead.
29282         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
29283         and vsyslog prototypes.
29285 2013-02-11  Tom de Vries  <tom@codesourcery.com>
29287         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
29288         Remove.
29290 2013-02-11  Roland McGrath  <roland@hack.frob.com>
29292         * misc/sys/mman.h: Fix typo in mremap comment.
29294 2013-02-08  Roland McGrath  <roland@hack.frob.com>
29296         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
29297         the '\0' terminator.
29299 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
29301         [BZ #13550]
29302         * debug/segfault.c: Don't include <bp-checks.h>.
29303         * sysdeps/generic/bp-checks.h: Remove file.
29304         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
29305         (__GETDENTS): Don't use CHECK_N.
29306         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
29307         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
29308         (__getgroups): Don't use CHECK_N.
29309         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
29310         (setgroups): Don't use CHECK_N.
29311         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
29312         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
29313         (__libc_msgrcv): Don't use CHECK_N.
29314         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
29315         (__libc_msgsnd): Don't use CHECK_N.
29316         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
29317         <bp-checks.h>.
29318         (__libc_pread): Don't use CHECK_N.
29319         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
29320         include <bp-checks.h>.
29321         (__libc_pread64): Don't use CHECK_N.
29322         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
29323         include <bp-checks.h>.
29324         (__libc_pwrite): Don't use CHECK_N.
29325         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
29326         include <bp-checks.h>.
29327         (__libc_pwrite64): Don't use CHECK_N.
29328         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
29329         <bp-checks.h>.
29330         (__libc_pread): Don't use CHECK_N.
29331         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
29332         include <bp-checks.h>.
29333         (__libc_pread64): Don't use CHECK_N.
29334         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
29335         include <bp-checks.h>.
29336         (__libc_pwrite): Don't use CHECK_N.
29337         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
29338         include <bp-checks.h>.
29339         (__libc_pwrite64): Don't use CHECK_N.
29340         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
29341         (do_pread): Don't use CHECK_N.
29342         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
29343         (do_pread64): Don't use CHECK_N.
29344         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
29345         (do_pwrite): Don't use CHECK_N.
29346         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
29347         (do_pwrite64): Don't use CHECK_N.
29348         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
29349         (__libc_readv): Don't use CHECK_N.
29350         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
29351         (semop): Don't use CHECK_N.
29352         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
29353         <bp-checks.h>.
29354         (semtimedop): Don't use CHECK_N.
29355         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
29356         (__libc_pread): Don't use CHECK_N.
29357         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
29358         <bp-checks.h>.
29359         (__libc_pread64): Don't use CHECK_N.
29360         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
29361         <bp-checks.h>.
29362         (__libc_pwrite): Don't use CHECK_N.
29363         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
29364         <bp-checks.h>.
29365         (__libc_pwrite64): Don't use CHECK_N.
29366         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
29367         <bp-checks.h>.
29368         (__libc_msgrcv): Don't use CHECK_N.
29369         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
29370         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
29371         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
29372         (__libc_writev): Don't use CHECK_N.
29374 2013-02-08  Roland McGrath  <roland@hack.frob.com>
29376         * string/strcpy.c: Removed unused variable.
29378         * Makeconfig (+sysdep-includes): Define with := rather than =.
29379         Use an existing include/ subdir of each sysdeps dir before it.
29381 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29383         * nscd/connection.c (register_traced_file): Comment function.
29384         [HAVE_INOTIFY] (union __inev): Define.
29385         [HAVE_INOTIFY] (inotify_check_files): New function.
29386         [HAVE_INOTIFY] (clear_db_cache): Likewise.
29387         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
29388         clear_db_cache.
29389         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
29391 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29393         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
29394         loaded if not already and that a failure is permanent.
29396 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29398         [BZ #15006]
29399         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
29400         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
29402 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
29404         [BZ #13550]
29405         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
29406         (CHECK_1_NULL_OK): Likewise.
29407         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
29408         (__fxstat): Do not use CHECK_1.
29409         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
29410         <bp-checks.h>.
29411         (___fxstat64): Do not use CHECK_1.
29412         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
29413         <bp-checks.h>.
29414         (__fxstatat): Do not use CHECK_1.
29415         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
29416         <bp-checks.h>.
29417         (__fxstatat64): Do not use CHECK_1.
29418         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
29419         <bp-checks.h>.
29420         (__fxstat): Do not use CHECK_1.
29421         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
29422         <bp-checks.h>.
29423         (__fxstatat): Do not use CHECK_1.
29424         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
29425         <bp-checks.h>.
29426         (__getresgid): Do not use CHECK_1.
29427         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
29428         <bp-checks.h>.
29429         (__getresuid): Do not use CHECK_1.
29430         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
29431         <bp-checks.h>.
29432         (__lxstat): Do not use CHECK_1.
29433         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
29434         <bp-checks.h>.
29435         (__old_msgctl): Do not use CHECK_1.
29436         (__new_msgctl): Likewise.
29437         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
29438         <bp-checks.h>.
29439         (__new_setrlimit): Do not use CHECK_1.
29440         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
29441         <bp-checks.h>.
29442         (__old_shmctl): Do not use CHECK_1.
29443         (__new_shmctl): Likewise.
29444         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
29445         <bp-checks.h>.
29446         (__xstat): Do not use CHECK_1.
29447         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
29448         (__lxstat): Do not use CHECK_1.
29449         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
29450         <bp-checks.h>.
29451         (___lxstat64): Do not use CHECK_1.
29452         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
29453         (__old_msgctl): Do not use CHECK_1.
29454         (__new_msgctl): Likewise.
29455         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
29456         <bp-checks.h>.
29457         (__gettimeofday): Do not use CHECK_1.
29458         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
29459         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
29460         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
29461         <bp-checks.h>.
29462         (__gettimeofday): Do not use CHECK_1.
29463         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
29464         (__old_shmctl): Do not use CHECK_1_NULL_OK.
29465         (__new_shmctl): Do not use CHECK_1.
29466         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
29467         <bp-checks.h>.
29468         (do_sigtimedwait): Do not use CHECK_1.
29469         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
29470         <bp-checks.h>.
29471         (do_sigwaitinfo): Do not use CHECK_1.
29472         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
29473         <bp-checks.h>.
29474         (msgctl): Do not use CHECK_1.
29475         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
29476         <bp-checks.h>.
29477         (shmctl): Do not use CHECK_1.
29478         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
29479         (ustat): Do not use CHECK_1.
29480         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
29481         <bp-checks.h>.
29482         (__fxstat): Do not use CHECK_1.
29483         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
29484         <bp-checks.h>.
29485         (__fxstatat): Do not use CHECK_1.
29486         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
29487         <bp-checks.h>.
29488         (__lxstat): Do not use CHECK_1.
29489         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
29490         <bp-checks.h>.
29491         (__xstat): Do not use CHECK_1.
29492         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
29493         (__xstat): Do not use CHECK_1.
29494         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
29495         (___xstat64): Do not use CHECK_1.
29497         [BZ #13550]
29498         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
29499         definitions.
29500         (CHECK_BOUNDS_HIGH): Likewise.
29501         * string/strcpy.c: Do not include <bp-checks.h>.
29502         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
29504 2013-02-07  Roland McGrath  <roland@hack.frob.com>
29506         * nscd/nscd-client.h (__nscd_drop_map_ref):
29507         Add __attribute__ ((unused)).
29508         * nis/nss-nisplus.h (niserr2nss): Likewise.
29510         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
29511         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
29513         * csu/libc-tls.c (init_static_tls, init_slotinfo):
29514         Remove inline keyword.
29515         * include/rounding-mode.h (round_away): Likewise.
29516         * libio/wfileops.c (adjust_wide_data): Likewise.
29517         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
29518         (__m128i_strloadu_tolower): Likewise.
29519         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
29520         (__m128i_strloadu_tolower): Likewise.
29521         * time/mktime.c (ydhms_diff): Likewise.
29522         * locale/elem-hash.h (elem_hash): Likewise.
29523         * locale/setlocale.c (setdata): Likewise.
29524         * posix/regex_internal.h (re_string_char_size_at): Likewise.
29525         (re_string_wchar_at): Likewise.
29526         (bitset_not, bitset_merge, bitset_mask): Likewise.
29527         [!(__GNUC__ > 3)] (inline): Remove macro.
29528         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
29529         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
29530         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
29531         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
29532         * string/memcmp.c (memcmp_bytes): Likewise.
29533         * locale/programs/locarchive.c (compute_hashval): Likewise.
29534         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
29535         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
29536         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
29537         * nss/getent.c (print_rpc, print_protocols): Likewise.
29538         (print_passwd, print_group, print_aliases): Likewise.
29539         * nis/nss-nisplus.h (niserr2nss): Likewise.
29540         * nscd/connections.c (restart_p): Likewise.
29541         Change return type to bool.
29543 2013-02-05  Roland McGrath  <roland@hack.frob.com>
29545         * Makeconfig (all-Depend-files): Add existing
29546         $(sorted-subdirs:=/Depend) files.
29547         (all-subdirs): Remove nss.
29548         * sysdeps/unix/inet/Subdirs: Add it here instead.
29549         * hesiod/Depend: New file.
29551         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
29552         instead of calling alloca.
29554         * io/lseek.c (__lseek): Rename to __libc_lseek.
29555         Define __lseek as an alias.
29557         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
29559 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
29561         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
29562         else clause and remove check for non-standard endianness.
29564 2013-02-04  David S. Miller  <davem@davemloft.net>
29566         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29568 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
29570         [BZ #13550]
29571         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
29572         (__ubp_memchr): Remove prototype.
29573         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
29574         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29575         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
29576         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29577         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
29578         Remove alias.
29579         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
29580         (__ubp_memchr): Likewise.
29581         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
29582         (__ubp_memchr): Likewise.
29583         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
29584         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
29585         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
29586         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
29587         CHECK_STRING.
29588         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
29589         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
29590         (__getcwd): Do not use CHECK_STRING.
29591         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
29592         <bp-checks.h>.
29593         (__real_chown): Do not use CHECK_STRING.
29594         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
29595         <bp-checks.h>.
29596         (fchownat): Do not use CHECK_STRING.
29597         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
29598         CHECK_STRING.
29599         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
29600         <bp-checks.h>.
29601         (__lchown): Do not use CHECK_STRING.
29602         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29603         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29604         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29605         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
29606         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
29607         include <bp-checks.h>.
29608         (truncate64): Do not use CHECK_STRING.
29609         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
29610         <bp-checks.h>.
29611         (__real_chown): Do not use CHECK_STRING.
29612         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
29613         <bp-checks.h>.
29614         (__lchown): Do not use CHECK_STRING.
29615         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
29616         <bp-checks.h>.
29617         (__chown): Do not use CHECK_STRING.
29618         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
29619         <bp-checks.h>.
29620         (truncate64): Do not use CHECK_STRING.
29621         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
29622         Likewise.
29623         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
29624         (__xmknod): Do not use CHECK_STRING.
29625         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
29626         <bp-checks.h>.
29627         (__xmknodat): Do not use CHECK_STRING.
29628         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29629         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
29631 2013-02-04  Andreas Schwab  <schwab@suse.de>
29633         [BZ #14142]
29634         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
29635         * include/netdb.h: Likewise for h_errno.
29636         * elf/tst-stackguard1.c: Include <tls.h>.
29638 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
29640         * elf/link.h (struct link_map): Extend the l_addr comment.
29641         * include/link.h (struct link_map): Likewise.
29643 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
29645         [BZ #13550]
29646         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
29647         (BOUNDED_1): Remove macro.
29648         * debug/backtrace.c: Don't include <bp-checks.h>.
29649         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
29650         (__backtrace): Likewise.
29651         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
29652         <bp-checks.h>.
29653         (__backtrace): Don't use BOUNDED_1.
29654         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
29655         <bp-checks.h>.
29656         (__backtrace): Don't use BOUNDED_1.
29657         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
29658         (__backtrace): Don't use BOUNDED_1.
29659         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
29660         (shmat): Don't use BOUNDED_N.
29662 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
29664         [BZ #13550]
29665         * sysdeps/generic/bp-start.h: Remove file.
29666         * csu/libc-start.c: Don't include <bp-start.h>.
29667         (LIBC_START_MAIN): Set up __environ directly instead of using
29668         INIT_ARGV_and_ENVIRON.
29669         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
29670         <bp-start.h>.
29672         [BZ #13550]
29673         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
29674         definitions.
29675         (CHECK_FCNTL): Likewise.
29676         (CHECK_N_PAGES): Likewise.
29678         [BZ #13550]
29679         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
29680         definitions.
29681         (CHECK_SIGSET_NULL_OK): Likewise.
29682         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
29683         <bp-checks.h>.
29684         (sigpending): Don't use CHECK_SIGSET.
29685         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
29686         <bp-checks.h>.
29687         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29688         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
29689         <bp-checks.h>.
29690         (do_sigsuspend): Don't use CHECK_SIGSET.
29691         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
29692         use CHECK_SIGSET.
29693         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
29694         (do_sigwait): Don't use CHECK_SIGSET.
29695         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
29696         use CHECK_SIGSET.
29697         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
29698         include <bp-checks.h>.
29699         (sigpending): Don't use CHECK_SIGSET.
29700         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
29701         include <bp-checks.h>.
29702         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29703         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
29704         <bp-checks.h>.
29705         (sigpending): Don't use CHECK_SIGSET.
29706         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
29707         <bp-checks.h>.
29708         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29710         [BZ #13550]
29711         * sysdeps/generic/bp-semctl.h: Remove file.
29712         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
29713         <bp-checks.h> and <bp-semctl.h>.
29714         (__old_semctl): Don't use CHECK_SEMCTL.
29715         (__new_semctl): Likewise.
29716         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
29717         and <bp-semctl.h>.
29718         (__old_semctl): Don't use CHECK_SEMCTL.
29719         (__new_semctl): Likewise.
29720         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
29721         <bp-checks.h> and <bp-semctl.h>.
29722         (__old_semctl): Don't use CHECK_SEMCTL.
29723         (__new_semctl): Likewise.
29724         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
29725         <bp-checks.h> and <bp-semctl.h>.
29726         (semctl): Don't use CHECK_SEMCTL.
29728         [BZ #13550]
29729         * Makerules (elide-bp-thunks): Remove variable.
29730         (elide-routines.oS): Don't use $(elide-bp-thunks).
29731         (elide-routines.os): Likewise.
29732         (elide-routines.o): Likewise.
29733         (elide-routines.op): Likewise.
29734         (elide-routines.og): Likewise.
29735         (objects): Don't use $(bp-thunks).
29736         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
29737         include.
29738         (common-generated): Do not add s-proto-bp.d.
29739         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
29740         (int): Likewise.
29741         (typ): Likewise.
29742         Do not generate makefile rules for bounded-pointer thunks.
29743         * sysdeps/generic/bp-thunks.h: Remove file.
29744         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
29745         * sysdeps/unix/s-proto-bp.S: Likewise.
29747         [BZ #15062]
29748         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
29749         parts of result separately when argument is not close to line from
29750         -i to i and one part of argument is small.
29751         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29752         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29753         * math/libm-test.inc (cacos_test): Add more tests.
29754         (casin_test): Likewise.
29755         (casinh_test): Likewise.
29756         * sysdeps/i386/fpu/libm-test-ulps: Update.
29757         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29759 2013-01-31  David S. Miller  <davem@davemloft.net>
29761         * po/de.po: Update from translation team.
29763 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
29765         * time/tzfile.c: Include stdint.h for SIZE_MAX.
29767 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
29769         * configure.in (_AC_PROG_CC_C89): New definition.
29770         * configure: Regenerate.
29772         * configure.in (AC_PROG_CPP): New definition.
29773         * configure: Regenerate.
29775 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
29777         * debug/tst-backtrace.h: New file.
29778         * debug/tst-backtrace2.c: Include tst-backtrace.h.
29779         (ret): Remove variable.
29780         (x): Likewise.
29781         (FAIL): Remove macro.
29782         (NO_INLINE): Likewise.
29783         (fn1): Use match function instead of strstr.
29784         * debug/tst-backtrace3.c: Include tst-backtrace.h.
29785         (ret): Remove variable.
29786         (x): Likewise.
29787         (FAIL): Remove macro.
29788         (NO_INLINE): Likewise.
29789         (fn): Use match function instead of strstr.
29790         * debug/tst-backtrace4.c: Include tst-backtrace.h.
29791         (ret): Remove variable.
29792         (x): Likewise.
29793         (FAIL): Remove macro.
29794         (NO_INLINE): Likewise.
29795         (handle_signal): Use match function instead of strstr.
29796         * debug/tst-backtrace5.c: Include tst-backtrace.h.
29797         (ret): Remove variable.
29798         (x): Likewise.
29799         (FAIL): Remove macro.
29800         (NO_INLINE): Likewise.
29801         (handle_signal): Use match function instead of strstr.
29803 2013-01-23  Roland McGrath  <roland@hack.frob.com>
29805         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
29807 2013-01-23  David S. Miller  <davem@davemloft.net>
29809         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
29810         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
29811         argument of CAS if possible.
29812         * sysdeps/sparc/sparc64/bits/atomic.h
29813         (__arch_compare_and_exchange_val_32_acq): Likewise.
29814         (__arch_compare_and_exchange_val_64_acq): Likewise.
29816 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
29818         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
29819         * sysdeps/posix/ulimit.c: ... this.
29820         Include <limits.h>.
29821         * sysdeps/unix/bsd/ulimit.c: Remove file.
29823 2013-01-23  Adam Conrad  <adconrad@0c3.net>
29825         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
29826         (LDFLAGS-tst-array5): Likewise.
29828 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
29830         [BZ #15036]
29831         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
29832         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
29833         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
29834         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
29836 2013-01-21  David S. Miller  <davem@davemloft.net>
29838         * sysdeps/sparc/backtrace.c: New file.
29839         * sysdeps/sparc/sparc32/backtrace.h: New file.
29840         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
29841         * sysdeps/sparc/sparc64/backtrace.h: New file.
29842         * sysdeps/sparc/sparc64/backtrace.c: Delete.
29843         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
29844         -funwind-tables.
29846 2013-01-21  Andreas Schwab  <schwab@suse.de>
29848         [BZ #15020]
29849         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
29850         closed its stdout.
29852 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
29854         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
29855         "mpa2.h".
29856         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29858 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
29859             Mark Mitchell  <mark@codesourcery.com>
29860             Tom de Vries  <tom@codesourcery.com>
29861             Paul Pluzhnikov  <ppluzhnikov@google.com>
29863         * debug/tst-backtrace2.c: New file.
29864         * debug/tst-backtrace3.c: Likewise.
29865         * debug/tst-backtrace4.c: Likewise.
29866         * debug/tst-backtrace5.c: Likewise.
29867         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
29868         (CFLAGS-tst-backtrace3.c): Likewise.
29869         (CFLAGS-tst-backtrace4.c): Likewise.
29870         (CFLAGS-tst-backtrace5.c): Likewise.
29871         (LDFLAGS-tst-backtrace2): Likewise.
29872         (LDFLAGS-tst-backtrace3): Likewise.
29873         (LDFLAGS-tst-backtrace4): Likewise.
29874         (LDFLAGS-tst-backtrace5): Likewise.
29875         (tests): Add new tests tst-backtrace2, tst-backtrace3,
29876         tst-backtrace4 and tst-backtrace5.
29878 2013-01-18  Anton Blanchard  <anton@samba.org>
29879             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
29881         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
29882         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
29883         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
29884         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
29885         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
29886         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
29887         "+r" and remove output regs list as redundant.  Add explicit inline
29888         asm to specify register of return val to work around compiler codegen
29889         bug.  Remove (int) cast on return value.  Add return type parameter to
29890         use in macro so that this macro does not truncate return value for
29891         64-bit values.
29892         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
29893         pass to INTERNAL_VSYSCALL_NCS.
29894         (INLINE_VSYSCALL): Add 'long int' as return type to
29895         INTERNAL_VSYSCALL_NCS macro invocation.
29896         (INTERNAL_VSYSCALL): Add 'long int' as return type to
29897         INTERNAL_VSYSCALL_NCS macro invocation.
29898         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
29900 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
29902         [BZ #14496]
29903         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
29904         Fix application of SIMD FP exception mask.
29906         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
29907         mp_no from a power of two.
29908         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
29909         __mpexp_twomm1.  Use __pow_mp.
29911         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
29912         multiplication.
29914 2013-01-17  David S. Miller  <davem@davemloft.net>
29916         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29918 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
29920         [BZ #15023]
29921         * include/complex.h: Condition contents on [!_COMPLEX_H].
29922         (__kernel_casinhf): New prototype.
29923         (__kernel_casinh): Likewise.
29924         (__kernel_casinhl): Likewise.
29925         * math/Makefile (libm_calls): Add k_casinh.
29926         * math/k_casinh.c: New file.
29927         * math/k_casinhf.c: Likewise.
29928         * math/k_casinhl.c: Likewise.
29929         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
29930         finite nonzero arguments.
29931         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
29932         finite nonzero arguments.
29933         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
29934         finite nonzero arguments.
29935         * math/s_casinh.c: Do not include <float.h>.
29936         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
29937         * math/s_casinhf.c: Do not include <float.h>.
29938         (__casinhf): Move code for finite nonzero arguments to
29939         k_casinhf.c.
29940         * math/s_casinhl.c: Do not include <float.h>.
29941         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
29942         redefine.
29943         (__casinhl): Move code for finite nonzero arguments to
29944         k_casinhl.c.
29945         * math/libm-test.inc (cacos_test): Add more tests.
29946         * sysdeps/i386/fpu/libm-test-ulps: Update.
29947         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29949 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
29951         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
29952         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
29953         [!HAVE_MREMAP]: Remove [defined linux] case.
29954         * malloc/arena.c: Do not include <malloc-sysdep.h>.
29956 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
29958         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
29960 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
29962         * elf/elf.h (R_386_SIZE32): New relocation.
29963         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
29964         R_386_SIZE32.
29965         (elf_machine_rela): Likewise.
29966         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
29967         R_X86_64_SIZE64 and R_X86_64_SIZE32.
29969 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
29971         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
29972         (FP_FAST_FMA): Do not define.
29973         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
29974         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
29975         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
29976         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
29977         !_SOFT_FLOAT]: Likewise.
29978         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
29979         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
29980         value.
29981         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
29982         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
29983         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
29984         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
29985         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
29986         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
29987         file.
29989 2013-01-16  Andreas Schwab  <schwab@suse.de>
29991         [BZ #14327]
29992         * include/stdlib.h (__mktemp): Add declaration.
29993         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
29994         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
29996 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
29998         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
29999         definitions.
30000         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
30001         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
30002         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
30003         definitions here.
30004         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
30005         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
30006         definitions.
30007         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
30008         and ONE.
30009         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
30010         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
30011         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
30012         definitions.
30013         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
30014         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
30015         definitions.
30016         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
30018         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
30020 2013-01-15  David S. Miller  <davem@davemloft.net>
30022         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30023         trunc{,f} to libm-sysdep_routes.
30024         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30025         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
30026         file.
30027         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
30028         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
30029         file.
30030         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
30031         file.
30032         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
30033         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
30034         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
30035         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
30036         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
30037         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
30038         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
30039         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
30041         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30042         nearbyint{,f} to libm-sysdep_routes.
30043         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30044         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
30045         New file.
30046         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
30047         file.
30048         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
30049         New file.
30050         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
30051         file.
30052         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
30053         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
30054         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
30055         file.
30056         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
30057         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
30058         file.
30059         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
30060         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
30061         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
30063         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
30064         libc_feholdexcept and libc_fesetenv.
30066 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
30068         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
30070 2013-01-14  David S. Miller  <davem@davemloft.net>
30072         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
30073         (SPARC_ASM_VIS2_IFUNC): Likewise.
30074         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
30075         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
30076         use of 'siam' instruction.
30077         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
30078         Likewise.
30079         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
30080         Likewise.
30081         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
30082         Likewise.
30083         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
30084         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
30085         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
30086         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
30087         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
30088         file.
30089         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
30090         file.
30091         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
30092         file.
30093         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
30094         file.
30095         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
30096         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
30097         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
30098         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
30099         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
30100         new VIS2 routines.
30101         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
30102         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
30103         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
30104         Likewise.
30105         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
30106         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
30107         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
30108         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
30109         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
30110         routines to libm-sysdep_routines.
30111         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30113         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30114         fdim/fdimf to libm-sysdep_routines.
30115         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
30116         file.
30117         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
30118         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
30119         file.
30120         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
30121         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
30122         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
30123         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
30124         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
30125         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
30126         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
30128 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
30130         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
30131         to optimize copies.
30133         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
30134         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30135         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30137         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
30138         local variable MPTWO.
30139         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
30140         Likewise.
30142 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30144         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
30145         GLOB_NOESCAPE.
30147 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30149         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
30151 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30153         * manual/pattern.texi (glob_t): Document gl_flags.
30154         (glob64_t): Likewise.
30156 2013-01-11  David S. Miller  <davem@davemloft.net>
30158         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
30159         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
30160         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
30161         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
30162         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
30163         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
30164         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
30165         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
30166         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
30167         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
30168         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
30169         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
30170         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
30172         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
30173         sparc V9 rather than using V8 code.
30174         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30175         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30177         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
30178         Move to...
30179         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
30180         Here.
30182 2013-01-11  Roland McGrath  <roland@hack.frob.com>
30184         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
30185         not in the main loop.
30186         * configure: Regenerated.
30188 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
30190         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
30191         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
30192         to just #else.
30193         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
30194         [!__GLIBC_HAVE_LONG_LONG] case.
30195         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
30196         condition to just #else.
30197         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
30198         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
30199         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
30200         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
30201         unconditional.
30202         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
30203         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
30204         #elif condition to just #else.
30205         * sysdeps/unix/sysv/linux/sys/sysmacros.h
30206         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
30207         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
30208         #elif condition to just #else.
30210 2013-01-11  Steve Ellcey  <sellcey@mips.com>
30212         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
30213         (EF_MIPS_ARCH_64): Fix value.
30214         (EF_MIPS_ARCH_32R2): New.
30215         (EF_MIPS_ARCH_64R2): New.
30217 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
30219         * Makeconfig (+link-pie-before-libc): New.
30220         (+link-pie-after-libc): Likewise.
30221         (+link-pie-tests): Likewise.
30222         (+link-pie): Rewritten.
30223         (link-before-libc): Remove $(config-LDFLAGS).
30224         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
30225         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
30226         (config-LDFLAGS): Renamed to ...
30227         (rtld-LDFLAGS): This.
30228         (rtld-tests-LDFLAGS): New macro.
30229         (link-libc-rpath-link): Likewise.
30230         (link-libc-tests-rpath-link): Likewise.
30231         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
30232         (link-libc): Prepand $(link-libc-rpath-link).
30233         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
30234         (test-program-prefix): New macro.
30235         (test-via-rtld-prefix): Likewise.
30236         (test-program-cmd): Likewise.
30237         (host-test-program-cmd): Likewise.
30238         * Makefile ($(common-objpfx)testrun.sh): Replace
30239         $(run-program-prefix) with $(test-program-prefix).
30240         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
30241         $(rtld-LDFLAGS).
30242         ($(common-objpfx)shlib.lds): Likewise.
30243         (build-module-helper): Likewise.
30244         ($(common-objpfx)format.lds): Likewise.
30245         * Rules (binaries-pie-tests): New.
30246         (binaries-pie-notests): Likewise.
30247         (binaries-pie): Rewritten.
30248         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
30249         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
30250         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
30251         (make-test-out): Replace $(host-built-program-cmd) with
30252         $(host-test-program-cmd).
30253         * config.make.in (build-hardcoded-path-in-tests): New variable.
30254         * configure.in (--enable-hardcoded-path-in-tests): New configure
30255         option.
30256         (hardcoded_path_in_tests): New AC_SUBST.
30257         * configure: Regenerated.
30258         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
30259         $(built-program-cmd) with $(test-program-cmd).
30260         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
30261         (test_program_cmd): This.
30262         * elf/Makefile ($(objpfx)order.out): Run test with
30263         $(test-program-prefix).
30264         ($(objpfx)order2.out): Likewise.
30265         ($(objpfx)tst-initorder.out): Likewise.
30266         ($(objpfx)tst-initorder2.out): Likewise.
30267         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
30268         $(test-program-cmd).
30269         ($(objpfx)tst-array1-static.out): Likewise.
30270         ($(objpfx)tst-array2.out): Likewise.
30271         ($(objpfx)tst-array3.out): Likewise.
30272         ($(objpfx)tst-array4.out): Likewise.
30273         ($(objpfx)tst-array5.out): Likewise.
30274         ($(objpfx)tst-array5-static.out): Likewise.
30275         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
30276         $(test-program-cmd).
30277         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
30278         $(run-program-prefix) with $(test-program-prefix).
30279         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
30280         (test_program_prefix): This.
30281         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
30282         $(run-program-prefix) with $(test-program-prefix).
30283         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
30284         (test_program_prefix): This.
30285         * iconvdata/tst-tables.sh: Likewise.
30286         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
30287         $(run-program-prefix) with $(test-program-prefix).
30288         ($(objpfx)tst-translit.out): Likewise.
30289         ($(objpfx)tst-gettext2.out): Likewise.
30290         ($(objpfx)tst-gettext4.out): Likewise.
30291         ($(objpfx)tst-gettext6.out): Likewise.
30292         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
30293         (test_program_prefix): This.
30294         * intl/tst-gettext2.sh: Likewise.
30295         * intl/tst-gettext4.sh  Likewise.
30296         * intl/tst-gettext6.sh: Likewise.
30297         * intl/tst-translit.sh: Likewise.
30298         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
30299         with $(test-program-cmd).
30300         * libio/Makefile ($(objpfx)test-freopen.out): Replace
30301         $(run-program-prefix) with $(test-program-prefix).
30302         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
30303         (test_program_prefix): This.
30304         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
30305         $(run-program-prefix) with $(test-program-prefix).
30306         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
30307         (test_program_prefix): This.
30308         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
30309         * posix/Makefile ($(objpfx)globtest.out): Replace
30310         $(run-via-rtld-prefix) and $(test-wrapper) with
30311         $(test-program-prefix) and $(test-via-rtld-prefix).
30312         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
30313         $(test-program-prefix).
30314         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
30315         $(host-test-program-cmd).
30316         (tst-spawn-ARGS): Likewise.
30317         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
30318         $(test-program-prefix).
30319         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
30320         (test_via_rtld_prefix): This.
30321         (test_wrapper): Renamed to ...
30322         (test_program_prefix): This.
30323         (run_program_prefix): Replaced by test_program_prefix.
30324         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
30325         (test_program_prefix): This.
30326         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
30327         with $(host-test-program-cmd).
30328         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
30329         $(run-program-prefix) with $(test-program-prefix).
30330         ($(objpfx)tst-printf.out): Likewise.
30331         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
30332         $(test-program-cmd).
30333         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
30334         (test_program_prefix): This.
30335         * stdio-common/tst-unbputc.sh: Likewise.
30336         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
30337         $(run-program-prefix) with $(test-program-prefix).
30338         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
30339         (test_program_prefix): This.
30340         * string/Makefile ($(objpfx)tst-svc.out):  Replace
30341         $(built-program-cmd) with $(test-program-cmd).
30343 2013-01-11  Andreas Jaeger  <aj@suse.de>
30345         [BZ #15003]
30346         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
30347         value. Sync with Linux 3.7.
30349 2013-01-10  David S. Miller  <davem@davemloft.net>
30351         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
30352         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30353         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30355 2013-01-10  Roland McGrath  <roland@hack.frob.com>
30357         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
30358         never set.
30359         * configure: Regenerated.
30361 2013-01-10  David S. Miller  <davem@davemloft.net>
30363         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
30364         sparc V9 rather than using V8 code.
30365         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30366         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30368 2013-01-10  Roland McGrath  <roland@hack.frob.com>
30370         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
30371         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
30372         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
30373         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
30374         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
30375         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
30376         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
30377         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
30378         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
30379         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
30380         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
30381         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
30382         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
30383         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
30384         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
30385         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
30386         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
30387         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
30388         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
30389         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
30390         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
30391         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
30392         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
30393         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
30394         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
30395         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
30396         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
30398 2013-01-10  David S. Miller  <davem@davemloft.net>
30400         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30402 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
30404         * posix/Makefile (tests-static): New variable.
30405         (tests): Add $(tests-static).
30406         (tst-exec-static-ARGS): New variable.
30407         (tst-spawn-static-ARGS): Likewise.
30408         * posix/tst-exec-static.c: New file.
30409         * posix/tst-spawn-static.c: Likewise.
30410         * posix/tst-exec.c: Support run directly.
30411         * posix/tst-spawn.c: Likewise.
30413 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
30415         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
30416         long.
30417         * math/bits/mathcalls.h (llrint): Likewise.
30418         (llround): Likewise.
30419         * stdlib/stdlib.h (struct drand48_data): Likewise.
30420         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
30421         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
30422         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
30423         Likewise.
30424         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
30425         Likewise.
30426         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
30427         (elf_greg_t): Likewise.
30428         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
30429         (__jmp_buf): Likewise.
30430         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
30431         definitions.
30432         (llrint): Likewise, for all definitions.
30433         (llrintl): Likewise.
30435         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
30436         Remove [__GNUC__] condition.
30437         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
30438         condition to just [__USE_ISOC99].
30439         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
30441 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
30443         [BZ #14200]
30444         * sysdeps/unix/sysv/linux/x86/bits/environments.h
30445         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
30446         defined.
30447         (_POSIX_V6_ILP32_OFF32): Likewise.
30448         (_XBS5_ILP32_OFF32): Likewise.
30449         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
30450         (__ILP32_OFFBIG_LDFLAGS): Likewise.
30452 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
30454         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
30456         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
30457         doubles __mpexp_twomm1.  Adjust usage.
30458         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
30459         Remove.
30461 2013-01-10  Andreas Schwab  <schwab@suse.de>
30463         [BZ #14964]
30464         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
30465         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
30467 2013-01-09  David S. Miller  <davem@davemloft.net>
30469         [BZ #15003]
30470         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
30471         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
30472         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
30473         (TCP_FASTOPEN): Define.
30474         (tcp_repair_opt): New structure.
30475         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
30476         enum values.
30477         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
30478         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
30479         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
30480         (tcp_cookie_transactions): New structure.
30482 2013-01-09  Anton Blanchard  <anton@samba.org>
30484         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
30485         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
30486         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
30487         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
30489 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
30491         * include/features.h (__USE_ANSI): Remove.
30493 2013-01-09  Roland McGrath  <roland@hack.frob.com>
30495         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
30497         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
30499 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
30501         * sysdeps/s390/fpu/libm-test-ulps: Update.
30503         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30505         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
30506         (__acr): Likewise.
30507         (__cpy): Likewise.
30508         (norm): Likewise.
30509         (denorm): Likewise.
30510         (__mp_dbl): Likewise.
30511         (__dbl_mp): Likewise.
30512         (add_magnitudes): Likewise.
30513         (sub_magnitudes): Likewise.
30514         (__add): Likewise.
30515         (__sub): Likewise.
30516         (__mul): Likewise.
30517         (__inv): Likewise.
30518         (__dvd): Likewise.
30519         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
30520         (__acr): Likewise.
30521         (__cpy): Likewise.
30522         (norm): Likewise.
30523         (denorm): Likewise.
30524         (__mp_dbl): Likewise.
30525         (__dbl_mp): Likewise.
30526         (add_magnitudes): Likewise.
30527         (sub_magnitudes): Likewise.
30528         (__add): Likewise.
30529         (__sub): Likewise.
30530         (__mul): Likewise.
30531         (__inv): Likewise.
30532         (__dvd): Likewise.
30533         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
30534         (__acr): Likewise.
30535         (__cpy): Likewise.
30536         (norm): Likewise.
30537         (denorm): Likewise.
30538         (__mp_dbl): Likewise.
30539         (__dbl_mp): Likewise.
30540         (add_magnitudes): Likewise.
30541         (sub_magnitudes): Likewise.
30542         (__add): Likewise.
30543         (__sub): Likewise.
30544         (__mul): Likewise.
30545         (__inv): Likewise.
30546         (__dvd): Likewise.
30548 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
30550         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
30551         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
30552         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
30553         2 && __USE_EXTERN_INLINES]: Likewise.
30555 2013-01-08  Andreas Jaeger  <aj@suse.de>
30557         [BZ# 14985]
30558         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
30559         Remove.
30560         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30561         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30563 2013-01-07  Anton Blanchard  <anton@samba.org>
30565         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
30566         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
30567         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
30568         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
30569         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
30570         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
30571         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
30572         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
30573         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30574         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
30575         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
30576         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
30577         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
30578         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
30579         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
30580         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
30581         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
30582         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
30583         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
30584         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
30585         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
30586         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
30587         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
30588         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
30589         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
30590         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
30591         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
30592         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
30593         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
30594         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
30595         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
30596         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30597         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
30598         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
30599         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
30600         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
30601         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
30602         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
30603         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
30604         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
30605         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
30606         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
30607         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
30609 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
30611         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
30612         (__MALLOC_PMT): Likewise.
30613         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
30614         [__GNUC__], only on [_LIBC].
30615         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30616         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
30617         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30618         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
30619         forward declaration.
30620         (realloc_hook_ini): Likewise.
30621         (memalign_hook_ini): Likewise.
30622         (__libc_memalign): Do not use __MALLOC_PMT in variable
30623         declaration.
30624         (__libc_valloc): Likewise.
30625         (__libc_pvalloc): Likewise.
30626         (__libc_calloc): Likewise.
30627         (__posix_memalign): Likewise.
30629         [BZ #14996]
30630         * math/s_casinh.c: Include <float.h>.
30631         (__casinh): Do not do computation with squaring and square root
30632         for large arguments.
30633         * math/s_casinhf.c: Include <float.h>.
30634         (__casinhf): Do not do computation with squaring and square root
30635         for large arguments.
30636         * math/s_casinhl.c: Include <float.h>.
30637         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
30638         (__casinhl): Do not do computation with squaring and square root
30639         for large arguments.
30640         * math/libm-test.inc (casin_test): Add more tests.
30641         (casinh_test): Likewise.
30642         * sysdeps/i386/fpu/libm-test-ulps: Update.
30643         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30645 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
30647         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
30648         (__x86_64_raw_data_cache_size): Likewise.
30649         (__x86_64_data_cache_size_half): Likewise.
30650         (__x86_64_raw_data_cache_size_half): Likewise.
30651         (__x86_64_shared_cache_size): Likewise.
30652         (__x86_64_raw_shared_cache_size): Likewise.
30653         (__x86_64_shared_cache_size_half): Likewise.
30654         (__x86_64_raw_shared_cache_size_half): Likewise.
30655         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
30656         to ...
30657         (__x86_data_cache_size): This.
30658         (__x86_64_raw_data_cache_size): Renamed to ...
30659         (__x86_raw_data_cache_size): This.
30660         (__x86_64_data_cache_size_half): Renamed to ...
30661         (__x86_data_cache_size_half): This.
30662         (__x86_64_raw_data_cache_size_half): Renamed to ...
30663         (__x86_raw_data_cache_size_half): This.
30664         (__x86_64_shared_cache_size): Renamed to ...
30665         (__x86_shared_cache_size): This.
30666         (__x86_64_raw_shared_cache_size): Renamed to ...
30667         (__x86_raw_shared_cache_size): This.
30668         (__x86_64_shared_cache_size_half): Renamed to ...
30669         (__x86_shared_cache_size_half): This.
30670         (__x86_64_raw_shared_cache_size_half): Renamed to ...
30671         (__x86_raw_shared_cache_size_half): This.
30672         * sysdeps/x86_64/memcpy.S: Updated.
30673         * sysdeps/x86_64/memset.S: Likewise.
30674         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
30675         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
30676         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
30678 2013-01-04  David S. Miller  <davem@davemloft.net>
30680         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30682 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
30684         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
30685         1 to avoid redefinition warning.
30686         (__USE_GNU): Don't define.
30687         (init_signaling_nan): Protoize.
30689         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30691 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30693         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
30694         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
30695         (__cpymn): Likewise.
30696         (norm): Remove commented code.
30697         (denorm): Likewise.
30698         (__mp_dbl): Likewise.
30699         (__inv): Likewise.
30700         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
30701         (__cpymn): Likewise.
30702         (norm): Remove commented code.
30703         (denorm): Likewise.
30704         (__mp_dbl): Likewise.
30705         (__inv): Likewise.
30707         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
30708         mp_no value for 1.0 and 2.0.
30709         (norm): Use RADIXI instead of radixi.d.
30710         (denorm): Likewise.
30711         (__mul): Use 0.0 instead of zero.d.
30712         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
30713         mp_no value for 1.0 and 2.0.
30714         (norm): Use RADIXI instead of radixi.d.
30715         (denorm): Likewise.
30716         (__mul): Use 0.0 instead of zero.d.
30718 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
30720         [BZ #14994]
30721         * math/s_casinh.c (__casinh): Reduce finite argument to first
30722         quadrant then set signs of results at the end.
30723         * math/s_casinhf.c (__casinhf): Likewise.
30724         * math/s_casinhl.c (__casinhl): Likewise.
30725         * math/libm-test.inc (casin_test): Add more tests.
30726         (casinh_test): Likewise.
30727         * sysdeps/i386/fpu/libm-test-ulps: Update.
30728         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30730 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30732         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
30734         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
30736         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
30737         declarations.
30738         (denorm): Likewise.
30739         (__mp_dbl): Likewise.
30740         (__inv): Likewise.
30742         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
30743         and adjust the header comment.
30745         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
30746         variable name from declaration.
30748 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
30750         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30751         Initialize COMMON_CPUID_INDEX_7 element.
30752         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
30753         (CPUID_RTM): Likewise.
30754         (HAS_RTM): Likewise.
30755         (COMMON_CPUID_INDEX_7): New enum.
30757 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
30759         [BZ #14981]
30760         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
30761         size is zero, record memory as freed.
30763 2013-01-03  Andreas Jaeger  <aj@suse.de>
30765         * po/ia.po: Add new Interlingua translation.
30767 2012-01-03  Allan McRae  <allan@archlinux.org>
30769         * locale/programs/localedef.c: Fix description of '--posix' flag.
30771 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
30773         * NEWS: Update dates in second copyright notice.
30774         * README: Update copyright dates in example.
30775         * manual/libc.texinfo: Update copyright dates.
30776         * scripts/test-installation.pl: Update copyright date in --version
30777         output.
30779         * hurd/ctty-input.c: Fix copyright notice formatting.
30780         * hurd/ctty-output.c: Likewise.
30781         * hurd/dtable.c: Likewise.
30782         * hurd/hurd-raise.c: Likewise.
30783         * hurd/hurdprio.c: Likewise.
30784         * hurd/msgportdemux.c: Likewise.
30785         * misc/sys/file.h: Likewise.
30786         * misc/sys/ioctl.h: Likewise.
30787         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
30788         * sysdeps/mach/hurd/chdir.c: Likewise.
30789         * sysdeps/mach/hurd/fchdir.c: Likewise.
30790         * sysdeps/mach/hurd/rename.c: Likewise.
30791         * sysdeps/mach/hurd/rmdir.c: Likewise.
30792         * sysdeps/mach/hurd/seekdir.c: Likewise.
30793         * sysdeps/mach/hurd/setsid.c: Likewise.
30794         * sysdeps/posix/wait3.c: Likewise.
30796         * All files with FSF copyright notices: Update copyright dates
30797         using scripts/update-copyrights.
30798         * intl/plural.c: Regenerated.
30799         * locale/programs/charmap-kw.h: Likewise.
30800         * locale/programs/locfile-kw.h: Likewise.
30802 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
30804         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
30805         four values.
30807         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
30808         calculation loop and add branch prediction.
30810         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
30811         check access beyond bounds of m1np.
30813         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
30814         MPTWO.
30815         (__inv): Remove local variable MPTWO to use the global
30816         constant.
30817         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
30818         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
30819         variable MPTWO.
30820         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
30821         MP3HALFS static const.
30823 2013-01-01  David S. Miller  <davem@davemloft.net>
30825         * po/ca.po: Update from translation team.
30827 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
30829         * scripts/update-copyrights: New file.
30830         * Makeconfig: Reformat copyright notice.
30831         * ctype/ctype.h: Likewise.
30832         * debug/swprintf_chk.c: Likewise.
30833         * elf/dl-cache.c: Likewise.
30834         * elf/dl-debug.c: Likewise.
30835         * elf/dl-object.c: Likewise.
30836         * grp/initgroups.c: Likewise.
30837         * hurd/Makefile: Likewise.
30838         * hurd/hurd/signal.h: Likewise.
30839         * hurd/hurdfault.c: Likewise.
30840         * hurd/hurdioctl.c: Likewise.
30841         * hurd/hurdlookup.c: Likewise.
30842         * hurd/intr-msg.c: Likewise.
30843         * iconv/gconv_open.c: Likewise.
30844         * libio/swprintf.c: Likewise.
30845         * locale/lc-ctype.c: Likewise.
30846         * locale/nl_langinfo.c: Likewise.
30847         * mach/Machrules: Likewise.
30848         * mach/Makefile: Likewise.
30849         * malloc/obstack.h: Likewise.
30850         * manual/Makefile: Likewise.
30851         * manual/tsort.awk: Likewise.
30852         * misc/bits/stab.def: Likewise.
30853         * nis/nis_print_group_entry.c: Likewise.
30854         * nis/nis_table.c: Likewise.
30855         * nis/nss_compat/compat-pwd.c: Likewise.
30856         * nis/nss_compat/compat-spwd.c: Likewise.
30857         * po/Makefile: Likewise.
30858         * posix/fnmatch.c: Likewise.
30859         * posix/regex.h: Likewise.
30860         * resolv/Makefile: Likewise.
30861         * resolv/nss_dns/dns-network.c: Likewise.
30862         * resolv/res_hconf.c: Likewise.
30863         * scripts/gen-sorted.awk: Likewise.
30864         * soft-fp/soft-fp.h: Likewise.
30865         * stdio-common/printf.h: Likewise.
30866         * stdlib/monetary.h: Likewise.
30867         * stdlib/random.c: Likewise.
30868         * stdlib/random_r.c: Likewise.
30869         * sysdeps/generic/Makefile: Likewise.
30870         * sysdeps/gnu/Makefile: Likewise.
30871         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
30872         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
30873         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
30874         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
30875         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
30876         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
30877         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
30878         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
30879         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
30880         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
30881         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
30882         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
30883         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
30884         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
30885         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
30886         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
30887         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
30888         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
30889         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
30890         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
30891         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
30892         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
30893         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
30894         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
30895         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
30896         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
30897         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
30898         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
30899         * sysdeps/mach/hurd/errnos.awk: Likewise.
30900         * sysdeps/mach/hurd/fork.c: Likewise.
30901         * sysdeps/mach/hurd/getcwd.c: Likewise.
30902         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
30903         * sysdeps/mach/hurd/mmap.c: Likewise.
30904         * sysdeps/mach/hurd/utimes.c: Likewise.
30905         * sysdeps/mach/hurd/xmknod.c: Likewise.
30906         * sysdeps/posix/profil.c: Likewise.
30907         * sysdeps/posix/readdir_r.c: Likewise.
30908         * sysdeps/powerpc/bits/mathdef.h: Likewise.
30909         * sysdeps/powerpc/bits/setjmp.h: Likewise.
30910         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
30911         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
30912         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30913         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
30914         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
30915         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
30916         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30917         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
30918         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
30919         * sysdeps/pthread/lio_listio.c: Likewise.
30920         * sysdeps/sparc/dl-procinfo.h: Likewise.
30921         * sysdeps/unix/i386/sysdep.S: Likewise.
30922         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
30923         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
30924         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
30925         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
30926         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
30927         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
30928         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
30929         * sysdeps/unix/sysv/linux/speed.c: Likewise.
30930         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
30931         * sysdeps/wordsize-32/divdi3.c: Likewise.
30932         * time/sys/time.h: Likewise.
30933         * wcsmbs/Makefile: Likewise.
30935 2013-01-01  David S. Miller  <davem@davemloft.net>
30937         * po/fr.po: Update from translation team.
30939         * catgets/gencat.c: Update copyright year.
30940         * csu/version.c: Likewise.
30941         * debug/catchsegv.sh: Likewise.
30942         * debug/pcprofiledump.c: Likewise.
30943         * debug/xtrace.sh: Likewise.
30944         * elf/ldconfig.c: Likewise.
30945         * elf/ldd.bash.in: Likewise.
30946         * elf/pldd.c: Likewise.
30947         * elf/sotruss.ksh: Likewise.
30948         * elf/sprof.c: Likewise.
30949         * iconv/iconv_prog.c: Likewise.
30950         * iconv/iconvconfig.c: Likewise.
30951         * locale/programs/locale.c: Likewise.
30952         * locale/programs/localedef.c: Likewise.
30953         * login/programs/pt_chown.c: Likewise.
30954         * malloc/memusage.sh: Likewise.
30955         * malloc/memusagestat.c: Likewise.
30956         * malloc/mtrace.pl: Likewise.
30957         * nscd/nscd.c: Likewise.
30958         * nss/getent.c: Likewise.
30959         * nss/makedb.c: Likewise.
30960         * posix/getconf.c: Likewise.
30962 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
30964         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
30965         numbers.
30967 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
30969         * math/bits/mathcalls.h (modf): Use __nonnull.
30971 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
30973         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
30974         (split): Use macro CN instead of the bare value.
30975         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
30976         could be used.
30977         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
30978         instead of the bare value.
30979         (power1): Likewise.
30981 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30983         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
30984         __ATAN_TWOM.
30985         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
30987         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
30988         their values.
30989         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
30990         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
30991         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
30992         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
30994 2012-12-28  Andreas Jaeger  <aj@suse.de>
30996         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
30997         values are from Linux 3.7.
30999         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
31000         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
31002 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31004         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
31005         TRUE case.
31007         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
31008         (norm): Likewise.
31009         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
31010         variables with preprocessor constants.
31011         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
31012         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
31013         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
31015 2012-12-27  Bruno Haible  <bruno@clisp.org>
31017         [BZ #14317]
31018         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
31019         only if needed.
31021 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31023         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
31024         and use variable directly.
31025         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
31027         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
31028         MPONE.
31029         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
31030         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
31031         variable MPONE.
31032         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
31033         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
31034         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
31035         include directive.  Remove local variable MPONE.
31036         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
31037         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
31038         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
31040 2012-12-25  David S. Miller  <davem@davemloft.net>
31042         * version.h (RELEASE): Set to "development".
31043         (VERSION): Set to "2.17.90".
31044         * NEWS: Add 2.18 section.
31046 2012-12-21  David S. Miller  <davem@davemloft.net>
31048         * po/hr.po: Update from translation team.
31050 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31052         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
31054 2012-12-19  Steve Ellcey  <sellcey@mips.com>
31056         * NEWS:  Mention new memcpy for MIPS.
31058 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31060         * manual/contrib.texi (Contributors): Spelling correction.
31062 2012-12-15  David S. Miller  <davem@davemloft.net>
31064         * po/ru.po: Update from translation team.
31066 2012-12-13  David S. Miller  <davem@davemloft.net>
31068         * NEWS: Mention IFUNC testsuite enhancements.
31070         * po/pl.po: Update from translation team.
31071         * po/bg.po: Likewise.
31073         * manual/contrib.texi (Contributors): Update entries for Hongjiu
31074         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
31076 2012-12-11  David S. Miller  <davem@davemloft.net>
31078         * po/sv.po: Update from translation team.
31080         * po/vi.po: Update from translation team.
31082         * po/cs.po: Update from translation team.
31084         * po/de.po: Update from translation team.
31085         * po/eo.po: Likewise.
31086         * po/nl.po: Likewise.
31088 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
31090         [BZ #14246]
31091         * manual/argp.texi (Argp Helper Functions): Move node to follow
31092         Argp Parsing State.
31094         [BZ #14872]
31095         * manual/conf.texi (Limits on File System Capacity): Mention if
31096         terminating null is included in the max size.
31098 2012-12-10  Andreas Jaeger  <aj@suse.de>
31100         * po/cs.po: Update from translation team.
31102 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
31104         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
31105         void pointer and cast to uintptr_t.
31106         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
31107         path.
31108         * sysdeps/s390/s390-64/memcpy.S: Likewise.
31109         * sysdeps/s390/s390-64/memset.S: Likewise.
31111 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
31113         [BZ #14833]
31114         * menual/message.texi (Message Translation): Fix typos.
31115         (Helper programs for gettext): Likewise.
31117 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
31119         [BZ #14898]
31120         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
31121         Change to -1.
31123 2012-12-07  David S. Miller  <davem@davemloft.net>
31125         * po/libc.pot: Update.
31127 2012-12-07  Richard Henderson  <rth@redhat.com>
31129         [BZ #10114]
31130         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
31131         normal/normal case to before the switch.
31132         (_FP_DIV): Likewise.
31134 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
31135             Mike Frysinger  <vapier@gentoo.org>
31137         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
31138         check for __NR_fadvise64_64.
31140 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
31142         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
31143         0, not just to plain "0" as a statement.
31144         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
31145         with cw.
31147 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
31149         * NEWS: Use sourceware.org in Bugzilla URL.
31151 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
31153         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
31154         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
31156         * stdio-common/tst-put-error.c (do_test): Add newline to the
31157         padded test to ensure flush.
31159 2012-12-05  Jeff Law  <law@redhat.com>
31161         * sunrpc/etc.rpc (fedfs_admin): Add entry.
31163 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
31165         * README: Don't refer to ports add-on as distributed separately.
31166         Mention AArch64 in list of systems supported in the ports add-on.
31168         * LICENSES: Add more non-FSF copyright and license notices.
31170         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
31171         ((unused)).
31173         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
31175         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
31176         10000 as width of padded output.
31178 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
31180         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
31182         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
31183         variable LX with __attribute__ ((unused)).
31184         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
31185         Likewise.
31186         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
31187         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
31188         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
31189         with __attribute__ ((unused)).
31191 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
31193         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
31195 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
31197         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
31198         (CFLAGS-nldbl-acos.c): New variable.
31199         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
31200         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
31201         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
31202         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
31203         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
31204         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
31205         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
31206         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
31207         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
31208         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
31209         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
31210         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
31211         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
31212         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
31213         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
31214         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
31215         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
31216         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
31217         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
31218         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
31219         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
31220         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
31221         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
31222         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
31223         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
31224         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
31225         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
31226         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
31227         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
31228         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
31229         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
31230         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
31231         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
31232         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
31233         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
31234         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
31235         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
31236         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
31237         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
31238         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
31239         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
31240         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
31241         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
31242         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
31243         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
31244         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
31245         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
31246         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
31247         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
31248         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
31249         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
31250         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
31251         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
31252         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
31253         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
31254         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
31255         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
31256         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
31257         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
31258         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
31259         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
31260         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
31261         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
31262         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
31263         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
31264         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
31265         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
31266         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
31267         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
31268         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
31269         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
31270         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
31271         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
31272         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
31273         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
31274         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
31275         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
31276         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
31277         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
31278         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
31279         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
31280         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
31281         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
31282         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
31283         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
31284         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
31285         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
31286         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
31287         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
31288         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
31289         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
31290         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
31291         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
31292         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
31293         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
31294         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
31295         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
31297         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
31298         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
31300         [BZ #14914]
31301         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
31302         whole low double instead of just low 47 bits when splitting values
31303         into two parts.
31305 2012-12-03  Allan McRae  <allan@archlinux.org>
31307         * manual/stdio.texi (Predefined Printf Handlers): Remove
31308         @hsep and @vsep usage.
31310 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
31312         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
31313         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
31315 2012-12-03  Jeff Law  <law@redhat.com>
31317         * time/sys/time.h (settimeofday): Do not mark TV argument
31318         as __nonnull.
31320 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
31322         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
31323         when currently writing and seek to current position when not.
31324         * libio/Makefile (tests): Remove bug-fclose1.
31325         * libio/bug-fclose1.c: Delete.
31327 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
31329         * manual/arith.texi (feenableexcept): Fix typo.
31330         (fedisableexcept): Likewise.
31332 2012-11-30  Roland McGrath  <roland@hack.frob.com>
31334         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
31335         second, differently-typed declaration, rather than a cast.
31337 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
31339         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
31340         * include/rpc/svc.h: ... here.
31342 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
31344         [BZ #13013]
31345         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
31346         depending n and resplen2 to catch cases where answer
31347         equals answerp2.
31349 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
31351         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
31352         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
31354 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
31356         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
31358 2012-11-29  Roland McGrath  <roland@hack.frob.com>
31360         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
31362 2012-11-28  Jeff Law  <law@redhat.com>
31364         [BZ #13761]
31365         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
31366         dataset_temporary.  Track alloca usage into alloca_used.
31367         If dataset is large allocate and release it via malloc/free.
31369 2012-06-04  Florian Weimer  <fweimer@redhat.com>
31371         [BZ #14197]
31372         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
31374 2012-11-28  David S. Miller  <davem@davemloft.net>
31376         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31378 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
31380         [BZ #14803]
31381         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
31382         of pi/2 rounded to nearest to 64 bits.
31383         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
31384         nearest to 64 bits.
31385         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
31386         bits.
31388 2012-11-28  Jeff Law <law@redhat.com>
31389             Martin Osvald <mosvald@redhat.com>
31391         [BZ #14889]
31392         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
31393         * sunrpc/svc.c: Include time.h.
31394         (__svc_accept_failed): New function.
31395         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
31396         any reason other than EINTR, call __svc_accept_failed.
31397         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
31398         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
31400 2012-11-28  Andreas Schwab  <schwab@suse.de>
31402         * scripts/abilist.awk: Also handle indirect functions in .opd
31403         section.
31405 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
31407         [BZ #13881]
31408         * sysdeps/x86/fpu/powl_helper.c: New file.
31409         * sysdeps/x86/fpu/Makefile: Likewise.
31410         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
31411         (p3): New object.
31412         (__ieee754_powl): Use __powl_helper for finite arguments except
31413         integer exponents below 8.
31414         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
31415         (p3): New object.
31416         (__ieee754_powl): Use __powl_helper for finite arguments except
31417         integer exponents below 8.
31418         * math/libm-test.inc (pow_test): Add more tests and enable some
31419         previously disabled tests.
31420         * sysdeps/i386/fpu/libm-test-ulps: Update.
31421         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31423 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31424             Carlos O'Donell  <carlos_odonell@mentor.com>
31426         * nss/makedb.c (is_prime): Assert that input is odd and greater
31427         than 4.  Note that fact in a comment too.
31428         (next_prime): Add 4 to input.
31430 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31432         [BZ #11741]
31433         * libio/Makefile (tests): Add test case tst-fwrite-error.
31434         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
31435         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
31436         * libio/tst-fwrite-error.c: New test case.
31438 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
31440         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
31441         before casting to void *.
31442         * include/libc-internal.h (__pointer_type): New macro.
31443         (__integer_if_pointer_type_sub): Likewise.
31444         (__integer_if_pointer_type): Likewise.
31445         (cast_to_integer): Likewise.
31446         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
31447         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
31448         before casting to atomic64_t.
31449         (atomic_exchange_acq): Likewise.
31450         (__arch_exchange_and_add_body): Likewise.
31451         (__arch_add_body): Likewise.
31452         (atomic_add_negative): Likewise.
31453         (atomic_add_zero): Likewise.
31455 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
31457         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
31458         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
31459         (add_fdes): Likewise.
31460         (linear_search_fdes): Likewise.
31461         (binary_search_unencoded_fdes): Likewise.
31463 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
31465         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
31467 2012-11-24  Adam Conrad  <adconrad@0c3.net>
31469         * configure.in: Autodetect C++ header directories.
31470         * configure: Regenerated.
31472 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
31474         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
31476 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
31478         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31480 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
31482         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
31483         LDBL_MANT_DIG == 106]: Disable some tests.
31484         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31485         Likewise.
31486         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31487         Likewise.
31489         [BZ #14871]
31490         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
31491         input for small inputs.  Return +/- pi/2 for large inputs.
31492         * math/libm-test.inc (atan_test): Add more tests.
31494         * sysdeps/generic/unwind-dw2-fde-glibc.c
31495         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
31496         __attribute__ ((unused)).
31498         [BZ #14645]
31499         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
31500         x * y if x and y are nonzero and z is zero.
31502         [BZ #14811]
31503         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
31504         nonzero exponents with absolute value below 0x1p-117 to +/-
31505         0x1p-117.
31507         [BZ #14869]
31508         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
31509         up arguments below 2**-450, not just those below 2**-500.
31510         * math/libm-test.inc (hypot_test): Add another test.
31512         [BZ #14868]
31513         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
31514         Return a+b for ratio over 2**120, not 2**60.
31515         * math/libm-test.inc (hypot_test): Add another test.
31517         * math/libm-test.inc (clog_test): Use
31518         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
31519         (clog10_test): Likewise.
31521         [BZ #6778]
31522         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
31524 2012-11-22  Andreas Schwab  <schwab@suse.de>
31526         * sysdeps/i386/fpu/libm-test-ulps: Update.
31528 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
31530         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
31531         printf output with newline.
31533 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
31535         [BZ #14865]
31536         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
31537         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
31538         -z nodlopen, -z initfirst and -z execstack support.
31539         * configure: Regenerated.
31541         * elf/elf.h (DF_1_NODIRECT): New macro.
31542         (DF_1_IGNMULDEF): Likewise.
31543         (DF_1_NOKSYMS): Likewise.
31544         (DF_1_NOHDR): Likewise.
31545         (DF_1_EDITED): Likewise.
31546         (DF_1_NORELOC): Likewise.
31547         (DF_1_SYMINTPOSE): Likewise.
31548         (DF_1_GLOBAUDIT): Likewise.
31549         (DF_1_SINGLETON): Likewise.
31550         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
31551         DT_1_SUPPORTED_MASK bits.
31552         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
31554 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
31556         * sysdeps/unix/make-syscalls.sh: Document prefixes.
31558 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
31560         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
31561         macro.
31563         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
31564         (sendmmsg): Move declarations...
31565         * socket/sys/socket.h: ... here.
31566         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
31567         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
31568         include it from...
31569         * socket/recvmmsg.c: ... this new file.
31570         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
31571         (sendmmsg): Rename to __sendmmsg, create weak alias and make
31572         definition of __sendmmsg hidden.
31573         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
31574         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
31575         Move ENOSYS stub into and include it from...
31576         * socket/sendmmsg.c: ... this new file.
31577         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
31578         (sysdep_routines): Move recvmmsg and sendmmsg...
31579         * socket/Makefile (routines): ... here.
31580         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
31581         (GLIBC_PRIVATE): Add __sendmmsg.
31582         * include/sys/socket.h (__sendmmsg): Add declarations.
31583         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
31584         sendmmsg.
31586 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
31588         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
31589         variable I1 with __attribute__ ((unused)).
31590         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
31592 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31594         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
31595         DUMMY variables with __attribute__ ((unused)).
31597         * bits/byteswap.h: Include <bits/types.h>.
31598         (__bswap_64): Use __uint64_t instead of unsigned long long int.
31600 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
31602         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
31603         string_t.  Do not manually set errno.
31604         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
31605         length with __strnlen.  Make sure to both set errno and return it on
31606         failure.
31608 2012-11-19  David S. Miller  <davem@davemloft.net>
31610         With help from Joseph Myers.
31611         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
31612         very large arguments properly.
31613         * math/libm-test.inc (atan_test): New tests.
31614         (atan2_test): New tests.
31615         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31616         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31618 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31620         [BZ #14856]
31621         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
31622         Define to 3.
31624         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
31625         [POSIX] (EADDRNOTAVAIL): Likewise.
31626         [POSIX] (EAFNOSUPPORT): Likewise.
31627         [POSIX] (EALREADY): Likewise.
31628         [POSIX] (ECONNABORTED): Likewise.
31629         [POSIX] (ECONNREFUSED): Likewise.
31630         [POSIX] (ECONNRESET): Likewise.
31631         [POSIX] (EDESTADDRREQ): Likewise.
31632         [POSIX] (EDQUOT): Likewise.
31633         [POSIX] (EHOSTUNREACH): Likewise.
31634         [POSIX] (EIDRM): Likewise.
31635         [POSIX] (EISCONN): Likewise.
31636         [POSIX] (ELOOP): Likewise.
31637         [POSIX] (EMULTIHOP): Likewise.
31638         [POSIX] (ENETDOWN): Likewise.
31639         [POSIX] (ENETUNREACH): Likewise.
31640         [POSIX] (ENOBUFS): Likewise.
31641         [POSIX] (ENODATA): Likewise.
31642         [POSIX] (ENOLINK): Likewise.
31643         [POSIX] (ENOMSG): Likewise.
31644         [POSIX] (ENOPROTOOPT): Likewise.
31645         [POSIX] (ENOSR): Likewise.
31646         [POSIX] (ENOSTR): Likewise.
31647         [POSIX] (ENOTCONN): Likewise.
31648         [POSIX] (ENOTSOCK): Likewise.
31649         [POSIX] (EOPNOTSUPP): Likewise.
31650         [POSIX] (EOVERFLOW): Likewise.
31651         [POSIX] (EPROTO): Likewise.
31652         [POSIX] (EPROTONOSUPPORT): Likewise.
31653         [POSIX] (EPROTOTYPE): Likewise.
31654         [POSIX] (ESTALE): Likewise.
31655         [POSIX] (ETIME): Likewise.
31656         [POSIX] (ETXTBSY): Likewise.
31657         [POSIX] (EWOULDBLOCK): Likewise.
31658         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
31659         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
31660         [POSIX] (SEEK_CUR): Likewise.
31661         [POSIX] (SEEK_END): Likewise.
31662         [POSIX || UNIX98] (mode_t): Do not require.
31663         [POSIX] (off_t): Likewise.
31664         [POSIX] (pid_t): Likewise.
31665         [POSIX] (sys/stat.h): Do not allow header.
31666         [POSIX] (unistd.h): Likewise.
31667         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
31668         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
31669         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
31670         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
31671         require.
31672         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
31673         sigevent): Specify elements.
31674         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
31675         entry.
31676         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
31677         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
31679         * conform/data/cpio.h-data [POSIX]: Disable whole file.
31680         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
31681         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
31682         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
31683         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
31684         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
31685         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
31686         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
31687         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
31688         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
31689         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
31690         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
31691         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
31692         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
31693         Likewise.
31694         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
31695         Likewise.
31696         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
31697         Likewise.
31698         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
31699         Likewise.
31700         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
31701         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
31702         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
31703         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
31704         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
31705         Specify lower bound on value.
31706         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
31707         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
31708         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
31709         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
31710         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
31711         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
31712         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
31713         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
31714         value.
31715         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
31716         as optional.
31717         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
31718         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
31719         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
31720         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
31721         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
31722         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
31723         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
31724         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
31725         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
31726         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
31727         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
31728         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
31729         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
31730         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
31731         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
31732         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
31733         entry.
31734         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
31735         optional.
31736         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
31737         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
31738         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
31739         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
31740         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
31741         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
31742         Likewise.
31743         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
31744         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
31745         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
31746         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
31747         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
31748         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
31749         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
31750         as optional.
31751         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
31752         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
31753         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
31754         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
31755         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
31756         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
31757         specify as optional.
31758         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
31759         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
31760         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
31761         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
31762         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
31763         [XPG3] (NL_LANGMAX): Likewise.
31764         [POSIX || XPG3] (NL_MSGMAX): Likewise.
31765         [POSIX || XPG3] (NL_NMAX): Likewise.
31766         [POSIX || XPG3] (NL_SETMAX): Likewise.
31767         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
31768         [XPG3] (NZERO): Likewise.
31769         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
31770         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
31771         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
31772         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
31773         (REG_ERANGE): Expect.
31774         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
31775         optional-constant.
31776         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
31777         Use (void) in prototype.
31778         [POSIX] (*_t): Allow.
31779         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
31780         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
31781         (WRDE_BADVAL): Expect.
31783         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
31784         expect.
31785         [XPG3 || XPG4] (O_RSYNC): Likewise.
31786         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
31787         Likewise.
31788         [XPG3 || XPG4] (pthread_sigmask): Likewise.
31789         [XPG3 || XPG4] (sigqueue): Likewise.
31790         [XPG3 || XPG4] (sigtimedwait): Likewise.
31791         [XPG3 || XPG4] (sigwaitinfo): Likewise.
31792         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
31793         [XPG3 || XPG4] (vsnprintf): Likewise.
31794         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
31795         Likewise.
31796         [XPG3 || XPG4] (blksize_t): Likewise.
31797         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
31798         Likewise.
31799         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
31800         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
31801         [XPG3 || XPG4] (struct itimerspec): Likewise.
31802         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
31803         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
31804         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
31805         [XPG3 || XPG4] (clockid_t): Likewise.
31806         [XPG3 || XPG4] (timer_t): Likewise.
31807         [XPG3 || XPG4] (clock_getres): Likewise.
31808         [XPG3 || XPG4] (clock_gettime): Likewise.
31809         [XPG3 || XPG4] (clock_settime): Likewise.
31810         [XPG3 || XPG4] (nanosleep): Likewise.
31811         [XPG3 || XPG4] (timer_create): Likewise.
31812         [XPG3 || XPG4] (timer_delete): Likewise.
31813         [XPG3 || XPG4] (timer_gettime): Likewise.
31814         [XPG3 || XPG4] (timer_getoverrun): Likewise.
31815         [XPG3 || XPG4] (timer_settime): Likewise.
31816         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
31817         [XPG3 || XPG4] (getlogin_r): Likewise.
31818         [XPG3 || XPG4] (pread): Likewise.
31819         [XPG3 || XPG4] (pthread_atfork): Likewise.
31820         [XPG3 || XPG4] (pwrite): Likewise.
31822         [BZ #14835]
31823         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
31824         <bits/siginfo.h>.
31826 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
31828         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
31829         finalizing MALLSTREAM.
31831         * sysdeps/mach/hurd/syncfs.c: New file.
31833 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
31835         [BZ #14719]
31836         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
31837         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
31838         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
31839         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
31840         (_nss_dns_gethostbyname4_r): Likewise.
31841         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
31842         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
31844 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
31846         [BZ #13763]
31847         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
31849 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
31851         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
31852         * elf/cache.c (print_entry): Print ",AArch64" for
31853         FLAG_AARCH64_LIB64
31855         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
31856         * elf/cache.c (print_entry): Print ",hard-float" for
31857         FLAG_ARM_LIBHF.
31859 2012-11-18  David S. Miller  <davem@davemloft.net>
31861         With help from Joseph Myers.
31862         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
31863         cutoff to 2**-13.
31864         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
31865         cutoff to 2**-25.
31866         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
31867         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
31868         small.
31869         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
31870         * math/libm-test.inc (y0_test): New tests.
31871         (y1_test): New tests.
31872         * sysdeps/i386/fpu/libm-test-ulps: Update.
31873         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31874         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31876 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
31878         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
31879         64-bit targets.
31880         * configure: Regenerated.
31882 2012-11-17  David S. Miller  <davem@davemloft.net>
31884         [BZ #14811]
31885         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
31886         nonzero exponents with absolute value below 0x1p-128 to +/-
31887         0x1p-128.
31889 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
31891         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
31893         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
31895         * posix/getconf-speclist.c: New file.
31896         * posix/posix-envs.def: Likewise.
31897         * posix/confstr.c (START_ENV_GROUP): New macro.
31898         (END_ENV_GROUP): Likewise.
31899         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
31900         (KNOWN_PRESENT_ENV_STRING): Likewise.
31901         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
31902         (UNKNOWN_ENVIRONMENT): Likewise.
31903         (confstr): Include posix-envs.def instead of handling
31904         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
31905         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
31906         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
31907         (END_ENV_GROUP): Likewise.
31908         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
31909         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
31910         (UNKNOWN_ENVIRONMENT): Likewise.
31911         (__sysconf): Include posix-envs.def instead of handling associated
31912         cases directly here.
31913         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
31914         preprocessing getconf-speclist.c rather than running getconf or
31915         generating empty file.
31917 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
31919         * scripts/check-local-headers.sh: Ignore 'mach' headers.
31921 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
31923         [BZ #14672]
31924         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
31926 2012-11-16  David S. Miller  <davem@davemloft.net>
31928         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
31929         smaller than LDBL_EPSILON/2.0L, just return xm1.
31931 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
31933         * elf/tst-array1.c (init): Set constructor priority to 1000.
31934         (fini): Set destructor priority to 1000.
31935         * elf/tst-array2dep.c: Likewise.
31937 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
31939         [BZ #11741]
31940         * libio/fileops.c (_IO_new_file_write): Correctly return error.
31941         (_IO_new_file_xsputn): Also return EOF if none of the input
31942         data was written when overflow failed.
31943         * libio/iopadn.c (_IO_padn): Likewise.
31944         * libio/iowpadn.c (_IO_wpadn): Likewise.
31945         * stdio-common/tst-put-error.c: Add copyright notice.
31946         (do_test): Add case for printing padded string.
31947         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
31948         _IO_padn returned error.
31949         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
31950         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
31951         return EOF.
31953 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
31955         * libio/libioP.h: Add comment note that the references to C++
31956         bits are now obsolete.
31958 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31960         * math/libm-test.inc (check_complex): Use asprintf.
31962 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
31964         * debug/pcprofiledump.c (print_version): Update copyright year.
31965         * malloc/memusagestat.c (print_version): Likewise.
31967 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
31969         [BZ #14831]
31970         * elf/Makefile (tests): Add tst-audit8.
31971         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
31972         ($(objpfx)tst-audit8.out): New target.
31973         (tst-audit8-ENV): New variable.
31974         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
31975         audit if l_reloc_result is NULL.
31976         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
31977         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
31978         * elf/tst-audit8.c: New file.
31980 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31982         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
31983         * misc/Makefile (CFLAGS-select.c): Define.
31984         * posix/Makefile (CFLAGS-pause.c): Define.
31986 2012-11-13  David S. Miller  <davem@davemloft.net>
31988         * crypt/Makefile: Move test targets after toplevel Rules
31989         inclusion.  Grab any necessary sysdep routines when linking.
31990         * crypt/md5.c (md5_process_block): Remove define, we will always
31991         name it __md5_process_block.
31992         (md5_finish_ctx): Update md5_process_block call.
31993         (md5_stream): Likewise.
31994         (md5_process_bytes): Likewise.
31995         (md5_process_block): Rename to __md5_process_block and move to ...
31996         * crypt/md5-block.c: ... here.
31997         * crypt/sha256.c (sha256_process_block): Move to ...
31998         * crypt/sha256-block.c: ... here.
31999         * crypt/sha512.c (sha512_process_block): Move to ...
32000         * crypt/sha512-block.c: ... here.
32001         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
32002         path.
32003         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
32004         * sysdeps/sparc/sparc64/multiarch/Makefile
32005         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
32006         crypt subdir.
32007         (localedef-aux): Add md5 crypto assembler when in locale subdir.
32008         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
32009         multiarch changes.
32010         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
32011         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
32012         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
32013         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
32014         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
32015         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
32016         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
32017         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
32018         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
32019         file.
32020         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
32021         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
32022         file.
32023         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
32025 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
32027         * timezone/tzselect.ksh: Update from tzcode git revision
32028         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
32029         * timezone/zdump.c: Likewise.
32030         * timezone/zic.c: Likewise.
32031         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
32032         in TZVERSION setting, not $(PKGVERSION).
32033         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
32034         REPORT_BUGS_TO settings.
32036         [BZ #14838]
32037         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
32038         macro.
32040 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32042         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
32043         detection to immediately after _FP_ROUND().
32044         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
32045         bits are 0.
32047 2012-11-11  David S. Miller  <davem@davemloft.net>
32049         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
32050         inttypes.h
32051         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
32052         __close rather than their public counterparts.
32054 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
32056         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
32057         file.
32058         [UNIX98] (sem_timedwait): Do not expect.
32059         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
32060         [XPG4 || UNIX98] (sockatmark): Do not expect.
32061         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
32062         (clock_getcpuclockid): Do not expect.
32063         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
32064         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
32065         Do not expect.
32066         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
32067         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
32068         [UNIX98] (vwscanf): Likewise.
32069         [UNIX98] (vswscanf): Likewise.
32071 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
32073         * timezone/version.h: Remove file.
32074         * timezone/README: Do not refer to version.h.
32075         * timezone/Makefile ($(objpfx)zic.o): New dependency on
32076         $(objpfx)version.h.
32077         ($(objpfx)zdump.o): Likewise.
32078         ($(objpfx)version.h): New target.
32080         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
32081         2012i.
32082         * timezone/README: Don't mention modification to tzselect.ksh.
32083         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
32084         work on unmodified tzselect.ksh.  Substitute version numbers in
32085         tzselect.ksh.
32087         * Makefile (format-me): Remove.
32088         (INSTALL): Adjust indentation.  Use commands directly instead of
32089         using $(format-me).
32091         * aclocal.m4 (ACX_PKGVERSION): New macro.
32092         (ACX_BUGURL): Likewise.
32093         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
32094         (PKGVERSION): New AC_DEFINE_UNQUOTED.
32095         (REPORT_BUGS_TO): Likewise.
32096         * configure: Regenerated.
32097         * config.h.in (PKGVERSION): New macro.
32098         (REPORT_BUGS_TO): Likewise.
32099         * config.make.in (PKGVERSION): New variable.
32100         (PKGVERSION_TEXI): Likewise.
32101         (REPORT_BUGS_TO): Likewise.
32102         (REPORT_BUGS_TEXI): Likewise.
32103         * Makefile (format-me): Use -I$(common-objpfx)manual.
32104         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
32105         ($(common-objpfx)manual/%): New target.
32106         (manual/%): Remove target.
32107         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
32108         (print_version): Use PKGVERSION.
32109         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
32110         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
32111         and REPORT_BUGS_TO.
32112         ($(objpfx)xtrace): Likewise.
32113         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
32114         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
32115         (print_version): Use PKGVERSION.
32116         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
32117         (do_version): Use PKGVERSION.
32118         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
32119         REPORT_BUGS_TO.
32120         (common-ldd-rewrite): Likewise.
32121         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
32122         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
32123         (print_version): Use PKGVERSION.
32124         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
32125         * elf/pldd.c (argp_program_bug_address): Remove variable.
32126         (more_help): New function.
32127         (argp): Use more_help.
32128         (print_version): Use PKGVERSION.
32129         * elf/sln.c (main): Use PKGVERSION.
32130         (usage): Use REPORT_BUGS_TO.
32131         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
32132         (top level): Use PKGVERSION.
32133         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
32134         (print_version): Use PKGVERSION.
32135         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
32136         (print_version): Use PKGVERSION.
32137         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
32138         (print_version): Use PKGVERSION.
32139         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
32140         (print_version): Use PKGVERSION.
32141         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
32142         (print_version): Use PKGVERSION.
32143         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
32144         (print_version): Use PKGVERSION.
32145         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
32146         and BUGURL.
32147         ($(objpfx)memusage): Likewise.
32148         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
32149         (do_version): Use PKGVERSION.
32150         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
32151         (print_version): Use PKGVERSION.
32152         * malloc/mtrace.pl ($PACKAGE): Remove variable.
32153         ($PKGVERSION): New variable.
32154         ($REPORT_BUGS_TO): Likewise.
32155         (usage): Use $REPORT_BUGS_TO.
32156         (top level): Use $PKGVERSION.
32157         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
32158         ($(objpfx)pkgvers.texi): New rule.
32159         ($(objpfx)stamp-pkgvers): Likewise.
32160         * manual/install.texi: Include pkgvers.texi.
32161         (--with-pkgversion): Document new configure option.
32162         (--with-bugurl): Likewise.
32163         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
32164         than necessarily for this particular distribution.  Use
32165         REPORT_BUGS_TO for where to report bugs.
32166         * INSTALL: Regenerated.
32167         * manual/libc.texinfo: Include pkgvers.texi.
32168         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
32169         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
32170         (print_version): Use PKGVERSION.
32171         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
32172         (print_version): Use PKGVERSION.
32173         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
32174         (print_version): Use PKGVERSION.
32175         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
32176         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
32177         macro.
32178         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
32179         (print_version): Use PKGVERSION.
32180         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
32181         (print_version): Use PKGVERSION.
32182         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
32183         and PKGVERSION.
32185         * timezone/checktab.awk: Update from tzcode 2012i.
32186         * timezone/ialloc.c: Likewise.
32187         * timezone/private.h: Likewise.
32188         * timezone/scheck.c: Likewise.
32189         * timezone/tzfile.h: Likewise.
32190         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
32191         (TZVERSION): Hardcode tzcode version number.
32192         * timezone/zdump.c: Update from tzcode 2012i.
32193         * timezone/zic.c: Likewise.
32194         * timezone/version.h: New file.
32195         * timezone/README: Describe version.h.  Update upstream location.
32197         [BZ #14824]
32198         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
32199         (mktemp): Enable declaration.
32200         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
32201         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
32202         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
32203         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
32204         Likewise.
32205         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
32206         Likewise.
32207         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
32208         Likewise.
32209         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
32210         Likewise.
32211         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
32212         Likewise.
32213         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
32214         Likewise.
32216         [BZ #14821]
32217         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
32218         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
32219         for copies of such integer values.
32220         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
32221         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
32223 2012-11-09  Andreas Jaeger  <aj@suse.de>
32225         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
32226         definitions and declarations that are provided by
32227         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
32229 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32231         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
32232         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
32233         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
32234         definition.
32236 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32238         * elf/elf.h: Update comment before AArch64 relocations.
32240 2012-11-07  David S. Miller  <davem@davemloft.net>
32242         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
32243         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
32244         (__start_context): Declare.
32245         (__makecontext_ret): Delete.
32246         (__makecontext): Hook up __start_context instead of
32247         __makecontext_ret.
32248         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
32249         (sysdep_routines): Add __start_context when in stdlib.
32251 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32253         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
32254         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
32255         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
32256         hardcoded "nm".
32257         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
32258         (READELF): New variable.  Use it instead of hardcoded "readelf".
32260 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
32262         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
32263         * sysdeps/x86/Makefile: Here.
32264         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
32265         * sysdeps/x86/tst-xmmymm.sh: This.
32267 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32269         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
32270         expectations.
32271         [UNIX98] (pthread_barrier_t): Do not expect.
32272         [UNIX98] (pthread_barrierattr_t): Likewise.
32273         [UNIX98] (pthread_spinlock_t): Likewise.
32274         [UNIX98] (pthread_barrier_destroy): Likewise.
32275         [UNIX98] (pthread_barrier_init): Likewise.
32276         [UNIX98] (pthread_barrier_wait): Likewise.
32277         [UNIX98] (pthread_barrierattr_destroy): Likewise.
32278         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
32279         [UNIX98] (pthread_barrierattr_init): Likewise.
32280         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
32281         [UNIX98] (pthread_getcpuclockid): Likewise.
32282         [UNIX98] (pthread_mutex_timedlock): Likewise.
32283         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
32284         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
32285         [UNIX98] (pthread_sigmask): Likewise.
32286         [UNIX98] (pthread_spin_destroy): Likewise.
32287         [UNIX98] (pthread_spin_init): Likewise.
32288         [UNIX98] (pthread_spin_lock): Likewise.
32289         [UNIX98] (pthread_spin_trylock): Likewise.
32290         [UNIX98] (pthread_spin_unlock): Likewise.
32291         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
32292         Do not expect.
32293         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
32294         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
32295         [XPG3 || XPG4] (pthread_cond_t): Likewise.
32296         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
32297         [XPG3 || XPG4] (pthread_key_t): Likewise.
32298         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
32299         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
32300         [XPG3 || XPG4] (pthread_once_t): Likewise.
32301         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
32302         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
32303         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
32304         [XPG3 || XPG4] (pthread_t): Likewise.
32306         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
32307         not expect.
32308         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
32310         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
32311         Change function return type to int.
32313         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
32314         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
32315         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
32316         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
32317         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
32318         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
32319         [!POSIX] (posix_madvise): Likewise.
32320         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
32321         && !UNIX98].
32322         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
32323         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
32324         (mode_t): Likewise.
32325         (posix_mem_offset): Likewise.
32326         (posix_typed_mem_get_info): Likewise.
32327         (posix_typed_mem_open): Likewise.
32329         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
32330         Change condition to [XOPEN2K8].
32332         * conform/conformtest.pl: Preprocess allow-header data with -x c
32333         instead of from stdin.
32334         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
32335         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
32336         [C99-based standards] (cerfc): Likewise.
32337         [C99-based standards] (cexp2): Likewise.
32338         [C99-based standards] (cexpm1): Likewise.
32339         [C99-based standards] (clog10): Likewise.
32340         [C99-based standards] (clog1p): Likewise.
32341         [C99-based standards] (clog2): Likewise.
32342         [C99-based standards] (clgamma): Likewise.
32343         [C99-based standards] (ctgamma): Likewise.
32344         [C99-based standards] (cerff): Likewise.
32345         [C99-based standards] (cerfcf): Likewise.
32346         [C99-based standards] (cexp2f): Likewise.
32347         [C99-based standards] (cexpm1f): Likewise.
32348         [C99-based standards] (clog10f): Likewise.
32349         [C99-based standards] (clog1pf): Likewise.
32350         [C99-based standards] (clog2f): Likewise.
32351         [C99-based standards] (clgammaf): Likewise.
32352         [C99-based standards] (ctgammaf): Likewise.
32353         [C99-based standards] (cerfl): Likewise.
32354         [C99-based standards] (cerfcl): Likewise.
32355         [C99-based standards] (cexp2l): Likewise.
32356         [C99-based standards] (cexpm1l): Likewise.
32357         [C99-based standards] (clog10l): Likewise.
32358         [C99-based standards] (clog1pl): Likewise.
32359         [C99-based standards] (clog2l): Likewise.
32360         [C99-based standards] (clgammal): Likewise.
32361         [C99-based standards] (ctgammal): Likewise.
32362         * conform/data/inttypes.h-data [C99-based standards]: Include
32363         stdint.h-data.  Remove all expectations for stdint.h contents.
32364         [C99-based standards] (PRI*): Do not allow.
32365         [C99-based standards] (SCN*): Likewise.
32366         [C99-based standards] (*_t): Likewise.
32367         [C99-based-standards] (PRId8): Expect macro.
32368         [C99-based-standards] (PRIi8): Likewise.
32369         [C99-based-standards] (PRIo8): Likewise.
32370         [C99-based-standards] (PRIu8): Likewise.
32371         [C99-based-standards] (PRIx8): Likewise.
32372         [C99-based-standards] (PRIX8): Likewise.
32373         [C99-based-standards] (SCNd8): Likewise.
32374         [C99-based-standards] (SCNi8): Likewise.
32375         [C99-based-standards] (SCNo8): Likewise.
32376         [C99-based-standards] (SCNu8): Likewise.
32377         [C99-based-standards] (SCNx8): Likewise.
32378         [C99-based-standards] (PRIdLEAST8): Likewise.
32379         [C99-based-standards] (PRIiLEAST8): Likewise.
32380         [C99-based-standards] (PRIoLEAST8): Likewise.
32381         [C99-based-standards] (PRIuLEAST8): Likewise.
32382         [C99-based-standards] (PRIxLEAST8): Likewise.
32383         [C99-based-standards] (PRIXLEAST8): Likewise.
32384         [C99-based-standards] (SCNdLEAST8): Likewise.
32385         [C99-based-standards] (SCNiLEAST8): Likewise.
32386         [C99-based-standards] (SCNoLEAST8): Likewise.
32387         [C99-based-standards] (SCNuLEAST8): Likewise.
32388         [C99-based-standards] (SCNxLEAST8): Likewise.
32389         [C99-based-standards] (PRIdFAST8): Likewise.
32390         [C99-based-standards] (PRIiFAST8): Likewise.
32391         [C99-based-standards] (PRIoFAST8): Likewise.
32392         [C99-based-standards] (PRIuFAST8): Likewise.
32393         [C99-based-standards] (PRIxFAST8): Likewise.
32394         [C99-based-standards] (PRIXFAST8): Likewise.
32395         [C99-based-standards] (SCNdFAST8): Likewise.
32396         [C99-based-standards] (SCNiFAST8): Likewise.
32397         [C99-based-standards] (SCNoFAST8): Likewise.
32398         [C99-based-standards] (SCNuFAST8): Likewise.
32399         [C99-based-standards] (SCNxFAST8): Likewise.
32400         [C99-based-standards] (PRId16): Likewise.
32401         [C99-based-standards] (PRIi16): Likewise.
32402         [C99-based-standards] (PRIo16): Likewise.
32403         [C99-based-standards] (PRIu16): Likewise.
32404         [C99-based-standards] (PRIx16): Likewise.
32405         [C99-based-standards] (PRIX16): Likewise.
32406         [C99-based-standards] (SCNd16): Likewise.
32407         [C99-based-standards] (SCNi16): Likewise.
32408         [C99-based-standards] (SCNo16): Likewise.
32409         [C99-based-standards] (SCNu16): Likewise.
32410         [C99-based-standards] (SCNx16): Likewise.
32411         [C99-based-standards] (PRIdLEAST16): Likewise.
32412         [C99-based-standards] (PRIiLEAST16): Likewise.
32413         [C99-based-standards] (PRIoLEAST16): Likewise.
32414         [C99-based-standards] (PRIuLEAST16): Likewise.
32415         [C99-based-standards] (PRIxLEAST16): Likewise.
32416         [C99-based-standards] (PRIXLEAST16): Likewise.
32417         [C99-based-standards] (SCNdLEAST16): Likewise.
32418         [C99-based-standards] (SCNiLEAST16): Likewise.
32419         [C99-based-standards] (SCNoLEAST16): Likewise.
32420         [C99-based-standards] (SCNuLEAST16): Likewise.
32421         [C99-based-standards] (SCNxLEAST16): Likewise.
32422         [C99-based-standards] (PRIdFAST16): Likewise.
32423         [C99-based-standards] (PRIiFAST16): Likewise.
32424         [C99-based-standards] (PRIoFAST16): Likewise.
32425         [C99-based-standards] (PRIuFAST16): Likewise.
32426         [C99-based-standards] (PRIxFAST16): Likewise.
32427         [C99-based-standards] (PRIXFAST16): Likewise.
32428         [C99-based-standards] (SCNdFAST16): Likewise.
32429         [C99-based-standards] (SCNiFAST16): Likewise.
32430         [C99-based-standards] (SCNoFAST16): Likewise.
32431         [C99-based-standards] (SCNuFAST16): Likewise.
32432         [C99-based-standards] (SCNxFAST16): Likewise.
32433         [C99-based-standards] (PRId32): Likewise.
32434         [C99-based-standards] (PRIi32): Likewise.
32435         [C99-based-standards] (PRIo32): Likewise.
32436         [C99-based-standards] (PRIu32): Likewise.
32437         [C99-based-standards] (PRIx32): Likewise.
32438         [C99-based-standards] (PRIX32): Likewise.
32439         [C99-based-standards] (SCNd32): Likewise.
32440         [C99-based-standards] (SCNi32): Likewise.
32441         [C99-based-standards] (SCNo32): Likewise.
32442         [C99-based-standards] (SCNu32): Likewise.
32443         [C99-based-standards] (SCNx32): Likewise.
32444         [C99-based-standards] (PRIdLEAST32): Likewise.
32445         [C99-based-standards] (PRIiLEAST32): Likewise.
32446         [C99-based-standards] (PRIoLEAST32): Likewise.
32447         [C99-based-standards] (PRIuLEAST32): Likewise.
32448         [C99-based-standards] (PRIxLEAST32): Likewise.
32449         [C99-based-standards] (PRIXLEAST32): Likewise.
32450         [C99-based-standards] (SCNdLEAST32): Likewise.
32451         [C99-based-standards] (SCNiLEAST32): Likewise.
32452         [C99-based-standards] (SCNoLEAST32): Likewise.
32453         [C99-based-standards] (SCNuLEAST32): Likewise.
32454         [C99-based-standards] (SCNxLEAST32): Likewise.
32455         [C99-based-standards] (PRIdFAST32): Likewise.
32456         [C99-based-standards] (PRIiFAST32): Likewise.
32457         [C99-based-standards] (PRIoFAST32): Likewise.
32458         [C99-based-standards] (PRIuFAST32): Likewise.
32459         [C99-based-standards] (PRIxFAST32): Likewise.
32460         [C99-based-standards] (PRIXFAST32): Likewise.
32461         [C99-based-standards] (SCNdFAST32): Likewise.
32462         [C99-based-standards] (SCNiFAST32): Likewise.
32463         [C99-based-standards] (SCNoFAST32): Likewise.
32464         [C99-based-standards] (SCNuFAST32): Likewise.
32465         [C99-based-standards] (SCNxFAST32): Likewise.
32466         [C99-based-standards] (PRId64): Likewise.
32467         [C99-based-standards] (PRIi64): Likewise.
32468         [C99-based-standards] (PRIo64): Likewise.
32469         [C99-based-standards] (PRIu64): Likewise.
32470         [C99-based-standards] (PRIx64): Likewise.
32471         [C99-based-standards] (PRIX64): Likewise.
32472         [C99-based-standards] (SCNd64): Likewise.
32473         [C99-based-standards] (SCNi64): Likewise.
32474         [C99-based-standards] (SCNo64): Likewise.
32475         [C99-based-standards] (SCNu64): Likewise.
32476         [C99-based-standards] (SCNx64): Likewise.
32477         [C99-based-standards] (PRIdLEAST64): Likewise.
32478         [C99-based-standards] (PRIiLEAST64): Likewise.
32479         [C99-based-standards] (PRIoLEAST64): Likewise.
32480         [C99-based-standards] (PRIuLEAST64): Likewise.
32481         [C99-based-standards] (PRIxLEAST64): Likewise.
32482         [C99-based-standards] (PRIXLEAST64): Likewise.
32483         [C99-based-standards] (SCNdLEAST64): Likewise.
32484         [C99-based-standards] (SCNiLEAST64): Likewise.
32485         [C99-based-standards] (SCNoLEAST64): Likewise.
32486         [C99-based-standards] (SCNuLEAST64): Likewise.
32487         [C99-based-standards] (SCNxLEAST64): Likewise.
32488         [C99-based-standards] (PRIdFAST64): Likewise.
32489         [C99-based-standards] (PRIiFAST64): Likewise.
32490         [C99-based-standards] (PRIoFAST64): Likewise.
32491         [C99-based-standards] (PRIuFAST64): Likewise.
32492         [C99-based-standards] (PRIxFAST64): Likewise.
32493         [C99-based-standards] (PRIXFAST64): Likewise.
32494         [C99-based-standards] (SCNdFAST64): Likewise.
32495         [C99-based-standards] (SCNiFAST64): Likewise.
32496         [C99-based-standards] (SCNoFAST64): Likewise.
32497         [C99-based-standards] (SCNuFAST64): Likewise.
32498         [C99-based-standards] (SCNxFAST64): Likewise.
32499         [C99-based-standards] (PRIdMAX): Likewise.
32500         [C99-based-standards] (PRIiMAX): Likewise.
32501         [C99-based-standards] (PRIoMAX): Likewise.
32502         [C99-based-standards] (PRIuMAX): Likewise.
32503         [C99-based-standards] (PRIxMAX): Likewise.
32504         [C99-based-standards] (PRIXMAX): Likewise.
32505         [C99-based-standards] (SCNdMAX): Likewise.
32506         [C99-based-standards] (SCNiMAX): Likewise.
32507         [C99-based-standards] (SCNoMAX): Likewise.
32508         [C99-based-standards] (SCNuMAX): Likewise.
32509         [C99-based-standards] (SCNxMAX): Likewise.
32510         [C99-based-standards] (PRIdPTR): Likewise.
32511         [C99-based-standards] (PRIiPTR): Likewise.
32512         [C99-based-standards] (PRIoPTR): Likewise.
32513         [C99-based-standards] (PRIuPTR): Likewise.
32514         [C99-based-standards] (PRIxPTR): Likewise.
32515         [C99-based-standards] (PRIXPTR): Likewise.
32516         [C99-based-standards] (SCNdPTR): Likewise.
32517         [C99-based-standards] (SCNiPTR): Likewise.
32518         [C99-based-standards] (SCNoPTR): Likewise.
32519         [C99-based-standards] (SCNuPTR): Likewise.
32520         [C99-based-standards] (SCNxPTR): Likewise.
32521         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
32522         allow.
32523         * conform/data/stdint.h-data: Update comments to clarify
32524         requirements.
32525         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
32526         type.
32527         [C99-based standards] (INT8_MAX): Likewise.
32528         [C99-based standards] (INT16_MIN): Likewise.
32529         [C99-based standards] (INT16_MAX): Likewise.
32530         [C99-based standards] (INT32_MIN): Likewise.
32531         [C99-based standards] (INT32_MAX): Likewise.
32532         [C99-based standards] (INT64_MIN): Likewise.
32533         [C99-based standards] (INT64_MAX): Likewise.
32534         [C99-based standards] (UINT8_MAX): Likewise.
32535         [C99-based standards] (UINT16_MAX): Likewise.
32536         [C99-based standards] (UINT32_MAX): Likewise.
32537         [C99-based standards] (UINT64_MAX): Likewise.
32538         [C99-based standards] (INT_LEAST8_MIN): Likewise.
32539         [C99-based standards] (INT_LEAST8_MAX): Likewise.
32540         [C99-based standards] (INT_LEAST16_MIN): Likewise.
32541         [C99-based standards] (INT_LEAST16_MAX): Likewise.
32542         [C99-based standards] (INT_LEAST32_MIN): Likewise.
32543         [C99-based standards] (INT_LEAST32_MAX): Likewise.
32544         [C99-based standards] (INT_LEAST64_MIN): Likewise.
32545         [C99-based standards] (INT_LEAST64_MAX): Likewise.
32546         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
32547         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
32548         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
32549         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
32550         [C99-based standards] (INT_FAST8_MIN): Likewise.
32551         [C99-based standards] (INT_FAST8_MAX): Likewise.
32552         [C99-based standards] (INT_FAST16_MIN): Likewise.
32553         [C99-based standards] (INT_FAST16_MAX): Likewise.
32554         [C99-based standards] (INT_FAST32_MIN): Likewise.
32555         [C99-based standards] (INT_FAST32_MAX): Likewise.
32556         [C99-based standards] (INT_FAST64_MIN): Likewise.
32557         [C99-based standards] (INT_FAST64_MAX): Likewise.
32558         [C99-based standards] (UINT_FAST8_MAX): Likewise.
32559         [C99-based standards] (UINT_FAST16_MAX): Likewise.
32560         [C99-based standards] (UINT_FAST32_MAX): Likewise.
32561         [C99-based standards] (UINT_FAST64_MAX): Likewise.
32562         [C99-based standards] (INTPTR_MIN): Likewise.
32563         [C99-based standards] (INTPTR_MAX): Likewise.
32564         [C99-based standards] (UINTPTR_MAX): Likewise.
32565         [C99-based standards] (INTMAX_MIN): Likewise.
32566         [C99-based standards] (INTMAX_MAX): Likewise.
32567         [C99-based standards] (UINTMAX_MAX): Likewise.
32568         [C99-based standards] (PTRDIFF_MIN): Likewise.
32569         [C99-based standards] (PTRDIFF_MAX): Likewise.
32570         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
32571         [C99-based standards] (SIZE_MAX): Likewise.
32572         [C99-based standards] (WCHAR_MAX): Likewise.
32573         [C99-based standards] (WINT_MAX): Likewise.
32574         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
32575         constraint on value.
32576         [C99-based standards] (WCHAR_MIN): Likewise.
32577         [C99-based standards] (WINT_MIN): Likewise.
32578         [C99-based standards] (*_t): Allow.
32579         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
32580         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
32581         Include math.h-data and complex.h-data.  Remove all expectations
32582         of math.h and complex.h contents.
32583         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
32584         at end of line.
32585         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
32586         (struct tm): Expect tag.
32587         [C99-based-standards] (wcstof): Expect function.
32588         [C99-based-standards] (wcstold): Likewise.
32589         [C99-based-standards] (wcstoll): Likewise.
32590         [C99-based-standards] (wcstoull): Likewise.
32591         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
32592         macro-int-constant.  Specify type.
32593         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
32594         constraint on value.
32595         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32596         Specify type.
32597         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
32598         Specify value.
32599         [ISO C standards]: Do not allow headers.
32600         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
32601         wcs[abcdefghijklmnopqrstuvwxyz]*.
32602         [ISO C standards] (*_t): Do not allow.
32603         * conform/data/wctype.h-data [C99-based standards] (iswblank):
32604         Expect function.
32605         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
32606         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32607         Specify type.
32608         [ISO C standards]: Do not allow headers.
32609         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
32610         is[abcdefghijklmnopqrstuvwxyz]*.
32611         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
32612         to[abcdefghijklmnopqrstuvwxyz]*.
32613         [ISO C standards] (*_t): Do not allow.
32614         * conform/data/stdalign.h-data: New file.
32615         * conform/data/stdbool.h-data: Likewise.
32616         * conform/data/stdnoreturn.h-data: Likewise.
32618 2012-11-07  Roland McGrath  <roland@hack.frob.com>
32620         [BZ #14815]
32621         * manual/filesys.texi (Directory Entries): Typo fix.
32622         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
32624 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32626         * elf/elf.h (EM_AARCH64): New macro.
32627         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
32628         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
32629         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
32630         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
32631         (R_AARCH64_TLSDESC): Likewise.
32632         (NT_ARM_TLS): Likewise.
32633         (NT_ARM_HW_BREAK): Likewise.
32634         (NT_ARM_HW_WATCH): Likewise.
32636 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32638         [BZ #14811]
32639         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
32640         (__ieee754_powl): Saturate nonzero exponents with absolute value
32641         below 0x1p-79 to +/- 0x1p-79.
32642         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
32643         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
32644         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
32645         nonzero exponents with absolute value below 0x1p-32 to +/-
32646         0x1p-32.
32647         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
32648         (__ieee754_powl): Saturate nonzero exponents with absolute value
32649         below 0x1p-79 to +/- 0x1p-79.
32650         * math/libm-test.inc (pow_test): Add more tests.
32652 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32654         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
32655         _dl_s390_cap_flags with kernel. Increase string length.
32656         (_dl_s390_platforms): Add z196 and zEC12.
32658 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32660         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
32661         Change XOPEN21K to XOPEN2K.
32663 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
32665         * string/memmove.c: Use memcpy when possible.
32667 2012-11-06  Andreas Jaeger  <aj@suse.de>
32669         * po/eo.po: Update from translation team.
32671 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
32673         [BZ #14793]
32674         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
32675         exponent and small x and y exponents, scale x or y up.  Increase
32676         by 2 the exponent used in scaling up.
32677         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32678         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32679         * math/libm-test.inc (fma_test): Add more tests.
32680         (fma_test_towardzero): Likewise.
32681         (fma_test_downward): Likewise.
32682         (fma_test_upward): Likewise.
32684 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
32686         [BZ #14805]
32687         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
32688         fenv_t *.
32690         [BZ #14801]
32691         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
32692         namespace for names of struct fields.
32693         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
32694         fenv_t fields.
32695         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
32696         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
32698 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
32700         [BZ #3665]
32701         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
32703 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32705         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
32706         PTR_DEMANGLE.
32708         [BZ #5246]
32709         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
32710         PTR_DEMANGLE.
32712 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
32714         [BZ #14797]
32715         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
32716         definitely overflow as x * y not x * y + z.
32717         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32718         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32719         * math/libm-test.inc (fma_test): Add more tests.
32720         (fma_test_towardzero): Likewise.
32721         (fma_test_downward): Likewise.
32722         (fma_test_upward): Likewise.
32724 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32726         [BZ #157]
32728         * include/stub-tag.h: Remove file.
32729         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
32730         '#include' of it.
32731         * manual/maint.texi (Porting): Don't reference it.
32732         * Makerules ($(objpfx)stubs): Likewise.
32733         * dirent/closedir.c: Don't include <stub-tag.h>.
32734         * dirent/dirfd.c: Likewise.
32735         * dirent/fdopendir.c: Likewise.
32736         * dirent/getdents.c: Likewise.
32737         * dirent/getdents64.c: Likewise.
32738         * dirent/opendir.c: Likewise.
32739         * dirent/readdir.c: Likewise.
32740         * dirent/readdir64.c: Likewise.
32741         * dirent/readdir64_r.c: Likewise.
32742         * dirent/readdir_r.c: Likewise.
32743         * dirent/rewinddir.c: Likewise.
32744         * dirent/seekdir.c: Likewise.
32745         * dirent/telldir.c: Likewise.
32746         * gmon/profil.c: Likewise.
32747         * grp/setgroups.c: Likewise.
32748         * inet/if_index.c: Likewise.
32749         * io/access.c: Likewise.
32750         * io/chdir.c: Likewise.
32751         * io/chmod.c: Likewise.
32752         * io/chown.c: Likewise.
32753         * io/close.c: Likewise.
32754         * io/dup.c: Likewise.
32755         * io/dup2.c: Likewise.
32756         * io/dup3.c: Likewise.
32757         * io/euidaccess.c: Likewise.
32758         * io/faccessat.c: Likewise.
32759         * io/fchdir.c: Likewise.
32760         * io/fchmod.c: Likewise.
32761         * io/fchmodat.c: Likewise.
32762         * io/fchown.c: Likewise.
32763         * io/fchownat.c: Likewise.
32764         * io/fcntl.c: Likewise.
32765         * io/flock.c: Likewise.
32766         * io/fstatfs.c: Likewise.
32767         * io/fstatfs64.c: Likewise.
32768         * io/fstatvfs.c: Likewise.
32769         * io/fstatvfs64.c: Likewise.
32770         * io/futimens.c: Likewise.
32771         * io/fxstat.c: Likewise.
32772         * io/fxstat64.c: Likewise.
32773         * io/fxstatat.c: Likewise.
32774         * io/fxstatat64.c: Likewise.
32775         * io/getcwd.c: Likewise.
32776         * io/isatty.c: Likewise.
32777         * io/lchmod.c: Likewise.
32778         * io/lchown.c: Likewise.
32779         * io/link.c: Likewise.
32780         * io/linkat.c: Likewise.
32781         * io/lseek.c: Likewise.
32782         * io/lseek64.c: Likewise.
32783         * io/lxstat64.c: Likewise.
32784         * io/mkdir.c: Likewise.
32785         * io/mkdirat.c: Likewise.
32786         * io/mkfifo.c: Likewise.
32787         * io/mkfifoat.c: Likewise.
32788         * io/open.c: Likewise.
32789         * io/open64.c: Likewise.
32790         * io/openat.c: Likewise.
32791         * io/openat64.c: Likewise.
32792         * io/pipe.c: Likewise.
32793         * io/pipe2.c: Likewise.
32794         * io/poll.c: Likewise.
32795         * io/posix_fadvise.c: Likewise.
32796         * io/posix_fadvise64.c: Likewise.
32797         * io/posix_fallocate.c: Likewise.
32798         * io/posix_fallocate64.c: Likewise.
32799         * io/read.c: Likewise.
32800         * io/readlink.c: Likewise.
32801         * io/readlinkat.c: Likewise.
32802         * io/rmdir.c: Likewise.
32803         * io/sendfile.c: Likewise.
32804         * io/sendfile64.c: Likewise.
32805         * io/statfs.c: Likewise.
32806         * io/statfs64.c: Likewise.
32807         * io/statvfs.c: Likewise.
32808         * io/statvfs64.c: Likewise.
32809         * io/symlink.c: Likewise.
32810         * io/symlinkat.c: Likewise.
32811         * io/ttyname.c: Likewise.
32812         * io/ttyname_r.c: Likewise.
32813         * io/umask.c: Likewise.
32814         * io/unlink.c: Likewise.
32815         * io/unlinkat.c: Likewise.
32816         * io/utime.c: Likewise.
32817         * io/utimensat.c: Likewise.
32818         * io/write.c: Likewise.
32819         * io/xmknod.c: Likewise.
32820         * io/xmknodat.c: Likewise.
32821         * io/xstat.c: Likewise.
32822         * io/xstat64.c: Likewise.
32823         * login/getpt.c: Likewise.
32824         * login/grantpt.c: Likewise.
32825         * login/unlockpt.c: Likewise.
32826         * math/e_acoshl.c: Likewise.
32827         * math/e_acosl.c: Likewise.
32828         * math/e_asinl.c: Likewise.
32829         * math/e_atan2l.c: Likewise.
32830         * math/e_atanhl.c: Likewise.
32831         * math/e_coshl.c: Likewise.
32832         * math/e_expl.c: Likewise.
32833         * math/e_fmodl.c: Likewise.
32834         * math/e_gammal_r.c: Likewise.
32835         * math/e_hypotl.c: Likewise.
32836         * math/e_j0l.c: Likewise.
32837         * math/e_j1l.c: Likewise.
32838         * math/e_jnl.c: Likewise.
32839         * math/e_lgammal_r.c: Likewise.
32840         * math/e_log10l.c: Likewise.
32841         * math/e_log2l.c: Likewise.
32842         * math/e_logl.c: Likewise.
32843         * math/e_powl.c: Likewise.
32844         * math/e_rem_pio2l.c: Likewise.
32845         * math/e_sinhl.c: Likewise.
32846         * math/e_sqrtl.c: Likewise.
32847         * math/fclrexcpt.c: Likewise.
32848         * math/fedisblxcpt.c: Likewise.
32849         * math/feenablxcpt.c: Likewise.
32850         * math/fegetenv.c: Likewise.
32851         * math/fegetexcept.c: Likewise.
32852         * math/fegetround.c: Likewise.
32853         * math/feholdexcpt.c: Likewise.
32854         * math/fesetenv.c: Likewise.
32855         * math/fesetround.c: Likewise.
32856         * math/feupdateenv.c: Likewise.
32857         * math/fgetexcptflg.c: Likewise.
32858         * math/fraiseexcpt.c: Likewise.
32859         * math/fsetexcptflg.c: Likewise.
32860         * math/ftestexcept.c: Likewise.
32861         * math/k_cosl.c: Likewise.
32862         * math/k_rem_pio2l.c: Likewise.
32863         * math/k_sinl.c: Likewise.
32864         * math/k_tanl.c: Likewise.
32865         * math/s_asinhl.c: Likewise.
32866         * math/s_atanl.c: Likewise.
32867         * math/s_cbrtl.c: Likewise.
32868         * math/s_erfl.c: Likewise.
32869         * math/s_expm1l.c: Likewise.
32870         * math/s_log1pl.c: Likewise.
32871         * math/s_tanhl.c: Likewise.
32872         * misc/acct.c: Likewise.
32873         * misc/brk.c: Likewise.
32874         * misc/chflags.c: Likewise.
32875         * misc/chroot.c: Likewise.
32876         * misc/fchflags.c: Likewise.
32877         * misc/fgetxattr.c: Likewise.
32878         * misc/flistxattr.c: Likewise.
32879         * misc/fremovexattr.c: Likewise.
32880         * misc/fsetxattr.c: Likewise.
32881         * misc/fsync.c: Likewise.
32882         * misc/ftruncate.c: Likewise.
32883         * misc/futimes.c: Likewise.
32884         * misc/futimesat.c: Likewise.
32885         * misc/getdomain.c: Likewise.
32886         * misc/getdtsz.c: Likewise.
32887         * misc/gethostid.c: Likewise.
32888         * misc/gethostname.c: Likewise.
32889         * misc/getloadavg.c: Likewise.
32890         * misc/getpagesize.c: Likewise.
32891         * misc/getsysstats.c: Likewise.
32892         * misc/getxattr.c: Likewise.
32893         * misc/gtty.c: Likewise.
32894         * misc/ioctl.c: Likewise.
32895         * misc/lgetxattr.c: Likewise.
32896         * misc/listxattr.c: Likewise.
32897         * misc/llistxattr.c: Likewise.
32898         * misc/lremovexattr.c: Likewise.
32899         * misc/lsetxattr.c: Likewise.
32900         * misc/lutimes.c: Likewise.
32901         * misc/madvise.c: Likewise.
32902         * misc/mincore.c: Likewise.
32903         * misc/mlock.c: Likewise.
32904         * misc/mlockall.c: Likewise.
32905         * misc/mmap.c: Likewise.
32906         * misc/mprotect.c: Likewise.
32907         * misc/msync.c: Likewise.
32908         * misc/munlock.c: Likewise.
32909         * misc/munlockall.c: Likewise.
32910         * misc/munmap.c: Likewise.
32911         * misc/preadv.c: Likewise.
32912         * misc/preadv64.c: Likewise.
32913         * misc/ptrace.c: Likewise.
32914         * misc/pwritev.c: Likewise.
32915         * misc/pwritev64.c: Likewise.
32916         * misc/readv.c: Likewise.
32917         * misc/reboot.c: Likewise.
32918         * misc/remap_file_pages.c: Likewise.
32919         * misc/removexattr.c: Likewise.
32920         * misc/revoke.c: Likewise.
32921         * misc/select.c: Likewise.
32922         * misc/setdomain.c: Likewise.
32923         * misc/setegid.c: Likewise.
32924         * misc/seteuid.c: Likewise.
32925         * misc/sethostid.c: Likewise.
32926         * misc/sethostname.c: Likewise.
32927         * misc/setregid.c: Likewise.
32928         * misc/setreuid.c: Likewise.
32929         * misc/setxattr.c: Likewise.
32930         * misc/sstk.c: Likewise.
32931         * misc/stty.c: Likewise.
32932         * misc/swapoff.c: Likewise.
32933         * misc/swapon.c: Likewise.
32934         * misc/sync.c: Likewise.
32935         * misc/syncfs.c: Likewise.
32936         * misc/syscall.c: Likewise.
32937         * misc/truncate.c: Likewise.
32938         * misc/ualarm.c: Likewise.
32939         * misc/usleep.c: Likewise.
32940         * misc/ustat.c: Likewise.
32941         * misc/utimes.c: Likewise.
32942         * misc/vhangup.c: Likewise.
32943         * misc/writev.c: Likewise.
32944         * posix/_exit.c: Likewise.
32945         * posix/alarm.c: Likewise.
32946         * posix/execve.c: Likewise.
32947         * posix/fexecve.c: Likewise.
32948         * posix/fork.c: Likewise.
32949         * posix/fpathconf.c: Likewise.
32950         * posix/getaddrinfo.c: Likewise.
32951         * posix/getegid.c: Likewise.
32952         * posix/geteuid.c: Likewise.
32953         * posix/getgid.c: Likewise.
32954         * posix/getgroups.c: Likewise.
32955         * posix/getlogin.c: Likewise.
32956         * posix/getlogin_r.c: Likewise.
32957         * posix/getpgid.c: Likewise.
32958         * posix/getpid.c: Likewise.
32959         * posix/getppid.c: Likewise.
32960         * posix/getresgid.c: Likewise.
32961         * posix/getresuid.c: Likewise.
32962         * posix/getsid.c: Likewise.
32963         * posix/getuid.c: Likewise.
32964         * posix/glob64.c: Likewise.
32965         * posix/nanosleep.c: Likewise.
32966         * posix/pathconf.c: Likewise.
32967         * posix/pause.c: Likewise.
32968         * posix/posix_madvise.c: Likewise.
32969         * posix/pread.c: Likewise.
32970         * posix/pread64.c: Likewise.
32971         * posix/pwrite.c: Likewise.
32972         * posix/pwrite64.c: Likewise.
32973         * posix/sched_getaffinity.c: Likewise.
32974         * posix/sched_getp.c: Likewise.
32975         * posix/sched_gets.c: Likewise.
32976         * posix/sched_primax.c: Likewise.
32977         * posix/sched_primin.c: Likewise.
32978         * posix/sched_rr_gi.c: Likewise.
32979         * posix/sched_setaffinity.c: Likewise.
32980         * posix/sched_setp.c: Likewise.
32981         * posix/sched_sets.c: Likewise.
32982         * posix/sched_yield.c: Likewise.
32983         * posix/setgid.c: Likewise.
32984         * posix/setlogin.c: Likewise.
32985         * posix/setpgid.c: Likewise.
32986         * posix/setresgid.c: Likewise.
32987         * posix/setresuid.c: Likewise.
32988         * posix/setsid.c: Likewise.
32989         * posix/setuid.c: Likewise.
32990         * posix/sleep.c: Likewise.
32991         * posix/spawni.c: Likewise.
32992         * posix/sysconf.c: Likewise.
32993         * posix/times.c: Likewise.
32994         * posix/wait.c: Likewise.
32995         * posix/wait3.c: Likewise.
32996         * posix/wait4.c: Likewise.
32997         * posix/waitpid.c: Likewise.
32998         * resolv/gai_sigqueue.c: Likewise.
32999         * resource/getpriority.c: Likewise.
33000         * resource/getrlimit.c: Likewise.
33001         * resource/getrusage.c: Likewise.
33002         * resource/nice.c: Likewise.
33003         * resource/setpriority.c: Likewise.
33004         * resource/setrlimit.c: Likewise.
33005         * resource/ulimit.c: Likewise.
33006         * rt/aio_cancel.c: Likewise.
33007         * rt/aio_fsync.c: Likewise.
33008         * rt/aio_read.c: Likewise.
33009         * rt/aio_sigqueue.c: Likewise.
33010         * rt/aio_suspend.c: Likewise.
33011         * rt/aio_write.c: Likewise.
33012         * rt/clock_getres.c: Likewise.
33013         * rt/clock_gettime.c: Likewise.
33014         * rt/clock_nanosleep.c: Likewise.
33015         * rt/clock_settime.c: Likewise.
33016         * rt/lio_listio.c: Likewise.
33017         * rt/mq_close.c: Likewise.
33018         * rt/mq_getattr.c: Likewise.
33019         * rt/mq_notify.c: Likewise.
33020         * rt/mq_open.c: Likewise.
33021         * rt/mq_receive.c: Likewise.
33022         * rt/mq_send.c: Likewise.
33023         * rt/mq_setattr.c: Likewise.
33024         * rt/mq_timedreceive.c: Likewise.
33025         * rt/mq_timedsend.c: Likewise.
33026         * rt/mq_unlink.c: Likewise.
33027         * rt/shm_open.c: Likewise.
33028         * rt/shm_unlink.c: Likewise.
33029         * rt/timer_create.c: Likewise.
33030         * rt/timer_delete.c: Likewise.
33031         * rt/timer_getoverr.c: Likewise.
33032         * rt/timer_gettime.c: Likewise.
33033         * rt/timer_settime.c: Likewise.
33034         * setjmp/__longjmp.c: Likewise.
33035         * setjmp/setjmp.c: Likewise.
33036         * signal/kill.c: Likewise.
33037         * signal/killpg.c: Likewise.
33038         * signal/raise.c: Likewise.
33039         * signal/sigaction.c: Likewise.
33040         * signal/sigaltstack.c: Likewise.
33041         * signal/sigblock.c: Likewise.
33042         * signal/sigignore.c: Likewise.
33043         * signal/sigintr.c: Likewise.
33044         * signal/signal.c: Likewise.
33045         * signal/sigpause.c: Likewise.
33046         * signal/sigpending.c: Likewise.
33047         * signal/sigqueue.c: Likewise.
33048         * signal/sigreturn.c: Likewise.
33049         * signal/sigset.c: Likewise.
33050         * signal/sigsetmask.c: Likewise.
33051         * signal/sigstack.c: Likewise.
33052         * signal/sigsuspend.c: Likewise.
33053         * signal/sigtimedwait.c: Likewise.
33054         * signal/sigvec.c: Likewise.
33055         * signal/sigwait.c: Likewise.
33056         * signal/sigwaitinfo.c: Likewise.
33057         * signal/sysv_signal.c: Likewise.
33058         * socket/accept.c: Likewise.
33059         * socket/accept4.c: Likewise.
33060         * socket/bind.c: Likewise.
33061         * socket/connect.c: Likewise.
33062         * socket/getpeername.c: Likewise.
33063         * socket/getsockname.c: Likewise.
33064         * socket/getsockopt.c: Likewise.
33065         * socket/isfdtype.c: Likewise.
33066         * socket/listen.c: Likewise.
33067         * socket/recv.c: Likewise.
33068         * socket/recvfrom.c: Likewise.
33069         * socket/recvmsg.c: Likewise.
33070         * socket/send.c: Likewise.
33071         * socket/sendmsg.c: Likewise.
33072         * socket/sendto.c: Likewise.
33073         * socket/setsockopt.c: Likewise.
33074         * socket/shutdown.c: Likewise.
33075         * socket/sockatmark.c: Likewise.
33076         * socket/socket.c: Likewise.
33077         * socket/socketpair.c: Likewise.
33078         * stdio-common/ctermid.c: Likewise.
33079         * stdio-common/cuserid.c: Likewise.
33080         * stdio-common/remove.c: Likewise.
33081         * stdio-common/rename.c: Likewise.
33082         * stdio-common/renameat.c: Likewise.
33083         * stdio-common/tempname.c: Likewise.
33084         * stdlib/getcontext.c: Likewise.
33085         * stdlib/makecontext.c: Likewise.
33086         * stdlib/setcontext.c: Likewise.
33087         * stdlib/swapcontext.c: Likewise.
33088         * stdlib/system.c: Likewise.
33089         * streams/fattach.c: Likewise.
33090         * streams/fdetach.c: Likewise.
33091         * streams/getmsg.c: Likewise.
33092         * streams/getpmsg.c: Likewise.
33093         * streams/putmsg.c: Likewise.
33094         * streams/putpmsg.c: Likewise.
33095         * sysdeps/unix/bsd/getpt.c: Likewise.
33096         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
33097         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
33098         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
33099         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
33100         Likewise.
33101         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
33102         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
33103         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
33104         * sysvipc/msgctl.c: Likewise.
33105         * sysvipc/msgget.c: Likewise.
33106         * sysvipc/msgrcv.c: Likewise.
33107         * sysvipc/msgsnd.c: Likewise.
33108         * sysvipc/semctl.c: Likewise.
33109         * sysvipc/semget.c: Likewise.
33110         * sysvipc/semop.c: Likewise.
33111         * sysvipc/semtimedop.c: Likewise.
33112         * sysvipc/shmat.c: Likewise.
33113         * sysvipc/shmctl.c: Likewise.
33114         * sysvipc/shmdt.c: Likewise.
33115         * sysvipc/shmget.c: Likewise.
33116         * termios/tcdrain.c: Likewise.
33117         * termios/tcflow.c: Likewise.
33118         * termios/tcflush.c: Likewise.
33119         * termios/tcgetattr.c: Likewise.
33120         * termios/tcgetpgrp.c: Likewise.
33121         * termios/tcsendbrk.c: Likewise.
33122         * termios/tcsetattr.c: Likewise.
33123         * termios/tcsetpgrp.c: Likewise.
33124         * time/adjtime.c: Likewise.
33125         * time/clock.c: Likewise.
33126         * time/getitimer.c: Likewise.
33127         * time/gettimeofday.c: Likewise.
33128         * time/setitimer.c: Likewise.
33129         * time/settimeofday.c: Likewise.
33130         * time/stime.c: Likewise.
33131         * time/time.c: Likewise.
33133 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
33135         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
33136         /usr/old/bin.
33138         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
33139         instead of spaces.
33140         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
33142 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
33144         [BZ #14796]
33145         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
33146         FE_TONEAREST before applying Dekker multiplication and Knuth
33147         addition.  Clear inexact exceptions and check for exact zero
33148         results afterwards.
33149         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33150         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
33151         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33152         * math/libm-test.inc (fma_test): Add more tests.
33153         (fma_test_towardzero): Likewise.
33154         (fma_test_downward): Likewise.
33155         (fma_test_upward): Likewise.
33156         * sysdeps/generic/math_private.h (default_libc_fesetround): New
33157         function.
33158         (libc_fesetround): New macro.
33159         (libc_fesetroundf): Likewise.
33160         (libc_fesetroundl): Likewise.
33161         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
33162         function.
33163         (libc_fesetround_387): Likewise.
33164         (libc_fesetroundf): New macro.
33165         (libc_fesetround): Likewise.
33166         (libc_fesetroundl): Likewise.
33167         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
33168         function.
33169         (libc_fesetroundf): New macro.
33170         (libc_fesetround): Likewise.
33171         (libc_fesetroundl): Likewise.
33172         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
33173         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
33174         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
33175         libm_hidden_ver.
33176         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
33177         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
33178         libm_hidden_def.
33179         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
33180         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
33181         libm_hidden_ver.
33182         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
33183         libm_hidden_def.
33185         [BZ #3439]
33186         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
33187         integer constant usable in #if and use that to give value to enum
33188         constant.
33189         (FE_DIVBYZERO): Likewise.
33190         (FE_UNDERFLOW): Likewise.
33191         (FE_OVERFLOW): Likewise.
33192         (FE_INVALID): Likewise.
33193         (FE_INVALID_SNAN): Likewise.
33194         (FE_INVALID_ISI): Likewise.
33195         (FE_INVALID_IDI): Likewise.
33196         (FE_INVALID_ZDZ): Likewise.
33197         (FE_INVALID_IMZ): Likewise.
33198         (FE_INVALID_COMPARE): Likewise.
33199         (FE_INVALID_SOFTWARE): Likewise.
33200         (FE_INVALID_SQRT): Likewise.
33201         (FE_INVALID_INTEGER_CONVERSION): Likewise.
33202         (FE_TONEAREST): Likewise.
33203         (FE_TOWARDZERO): Likewise.
33204         (FE_UPWARD): Likewise.
33205         (FE_DOWNWARD): Likewise.
33206         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
33207         (FE_DIVBYZERO): Likewise.
33208         (FE_OVERFLOW): Likewise.
33209         (FE_UNDERFLOW): Likewise.
33210         (FE_INEXACT): Likewise.
33211         (FE_TONEAREST): Likewise.
33212         (FE_DOWNWARD): Likewise.
33213         (FE_UPWARD): Likewise.
33214         (FE_TOWARDZERO): Likewise.
33215         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
33216         (FE_UNDERFLOW): Likewise.
33217         (FE_OVERFLOW): Likewise.
33218         (FE_DIVBYZERO): Likewise.
33219         (FE_INVALID): Likewise.
33220         (FE_TONEAREST): Likewise.
33221         (FE_TOWARDZERO): Likewise.
33222         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
33223         (FE_OVERFLOW): Likewise.
33224         (FE_UNDERFLOW): Likewise.
33225         (FE_DIVBYZERO): Likewise.
33226         (FE_INEXACT): Likewise.
33227         (FE_TONEAREST): Likewise.
33228         (FE_TOWARDZERO): Likewise.
33229         (FE_UPWARD): Likewise.
33230         (FE_DOWNWARD): Likewise.
33231         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
33232         (FE_DIVBYZERO): Likewise.
33233         (FE_OVERFLOW): Likewise.
33234         (FE_UNDERFLOW): Likewise.
33235         (FE_INEXACT): Likewise.
33236         (FE_TONEAREST): Likewise.
33237         (FE_DOWNWARD): Likewise.
33238         (FE_UPWARD): Likewise.
33239         (FE_TOWARDZERO): Likewise.
33241 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
33243         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
33245 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
33247         * scripts/cross-test-ssh.sh (command): Use newlines to separate
33248         commands.  Quote $PWD.
33249         (blacklist_exports): Don't use remove_newlines.  Replace "declare
33250         -x" by "export".
33251         (remove_newlines): Remove.
33253 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
33255         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
33256         * stdlib/stdlib.h (atof): Moved to ...
33257         * include/bits/stdlib-float.h: Here.  New file.
33258         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
33259         * stdlib/bits/stdlib-float.h: New file.
33260         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
33261         -mno-sse -mno-mmx.
33262         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
33263         <xmmintrin.h>.
33265 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
33267         * conform/conformtest.pl (@headers): Add fenv.h.
33268         * conform/data/fenv.h-data: New file.
33269         * include/fenv.h [_ISOMAC]: Disable all contents of file except
33270         include of <math/fenv.h>.
33272         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
33273         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
33274         && !UNIX98].  Enables tests for XOPEN2K8.
33275         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
33276         POSIX2008]: Likewise.
33278         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
33279         (struct rusage): Do not expect type or its members.
33281         [BZ #3439]
33282         * math/math.h (FP_NAN): Define macro to integer constant usable in
33283         #if and use that to give value to enum constant.
33284         (FP_INFINITE): Likewise.
33285         (FP_ZERO): Likewise.
33286         (FP_SUBNORMAL): Likewise.
33287         (FP_NORMAL): Likewise.
33289 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
33291         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
33292         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
33293         arguments.
33295 2012-11-02  Roland McGrath  <roland@hack.frob.com>
33297         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
33298         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
33299         autoconf-time if not.
33300         * configure.in: Remove AC_PREREQ.
33302 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33304         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
33305         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
33306         of the internal implementation.
33308 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
33310         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
33311         except include of <misc/sys/syslog.h>.
33313 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
33315         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
33316         function returns with a NULL context exit with zero.
33318 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33320         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
33322 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
33324         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
33325         (run_program_cmd): This.
33326         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
33327         (tst_langinfo): New variable.  Use it.
33329 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
33331         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
33332         floating point opcodes.
33334 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33336         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
33337         variable.
33339         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
33341         * sysdeps/mach/hurd/powerpc: Remove directory.
33342         * sysdeps/mach/powerpc: Likewise.
33344 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
33346         * scripts/check-local-headers.sh: Ignore c++ headers.
33348 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33350         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
33351         __libc_cleanup_region_start argument.
33353 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
33355         [BZ #14784]
33356         [BZ #14785]
33357         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
33358         x * y using scaling, not as x * y + z.
33359         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33360         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33361         * math/libm-test.inc (fma_test): Add more tests.
33362         (fma_test_towardzero): Likewise.
33363         (fma_test_downward): Likewise.
33364         (fma_test_upward): Likewise.
33366 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33368         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
33370 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
33372         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
33373         New variable.
33375 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
33377         * rt/tst-shm.c (worker): Correct checking for mmap failure.
33379 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
33381         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33382         Fix sort order.
33383         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33384         Likewise.
33386 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33388         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33389         Fix the order of the list for glibc 2.17.
33390         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33391         Likewise.
33393 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
33395         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33397 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
33399         [BZ #14610]
33400         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
33401         for low part of x being zero before using __atanl (y).
33402         * math/libm-test.inc (atan2_test): Add another test.
33404         * manual/install.texi (Configuring and compiling): Document
33405         general use of test-wrapper and test-wrapper-env.
33406         * INSTALL: Regenerated.
33408         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
33409         (__fma): Do not extract and scale down low bits on after-rounding
33410         systems when result rounded to normal precision would have normal
33411         exponent.
33412         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
33413         (__fmal): Do not extract and scale down low bits on after-rounding
33414         systems when result rounded to normal precision would have normal
33415         exponent.
33416         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
33417         (__fmal): Do not extract and scale down low bits on after-rounding
33418         systems when result rounded to normal precision would have normal
33419         exponent.
33420         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
33421         macro.
33422         (fma_test): Add more tests.
33423         (fma_test_towardzero): Likewise.
33424         (fma_test_downward): Likewise.
33425         (fma_test_upward): Likewise.
33427 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
33429         * sysdeps/i386/tininess.h: Renamed to ...
33430         * sysdeps/x86/tininess.h: This.
33431         * sysdeps/x86_64/tininess.h: Removed.
33433 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
33435         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
33436         input.  Use $(build-program-cmd).
33437         ($(objpfx)tst-array1-static.out): Likewise.
33438         ($(objpfx)tst-array2.out): Likewise.
33439         ($(objpfx)tst-array3.out): Likewise.
33440         ($(objpfx)tst-array4.out): Likewise.
33441         ($(objpfx)tst-array5.out): Likewise.
33442         ($(objpfx)tst-array5-static.out): Likewise.
33444 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
33446         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
33447         if defined.
33449         * nss/nsswitch.h (nss_interface_function): Provide new
33450         macro for use with NSS functions.
33451         * grp/initgroups.c: Use new macro.
33452         * nss/getXXbyYY.c: Likewise.
33453         * nss/getXXbyYY_r.c: Likewise.
33454         * nss/getXXent.c: Likewise.
33455         * nss/getXXent_r.c: Likewise.
33456         * sysdeps/posix/getaddrinfo.c: Likewise.
33458 2012-10-30  Andreas Jaeger  <aj@suse.de>
33460         * po/ru.po: Update Russion translation from translation project.
33462 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
33464         [BZ #14152]
33465         [BZ #14783]
33466         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
33467         result and shift together with sticky bit instead of replicating
33468         round-to-nearest rounding.
33469         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33470         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33471         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
33472         missing underflow exceptions.
33473         (fma_test_towardzero): Add more tests.
33474         (fma_test_downward): Likewise.
33475         (fma_test_upward): Likewise.
33477         [BZ #14047]
33478         * sysdeps/generic/tininess.h: New file.
33479         * sysdeps/i386/tininess.h: Likewise.
33480         * sysdeps/sh/tininess.h: Likewise.
33481         * sysdeps/x86_64/tininess.h: Likewise.
33482         * stdlib/tst-strtod-underflow.c: Likewise.
33483         * stdlib/tst-tininess.c: Likewise.
33484         * stdlib/strtod_l.c: Include <tininess.h>.
33485         (round_and_return): Do not set errno for exact underflow cases.
33486         Force an underflow exception when setting errno for underflow.
33487         Determine underflow based on rounding to normal precision if
33488         TININESS_AFTER_ROUNDING.
33489         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
33490         ERANGE for exact underflow cases.
33491         * stdlib/Makefile (tests): Add tst-tininess and
33492         tst-strtod-underflow.
33493         ($(objpfx)tst-tininess): Use $(link-libm).
33494         ($(objpfx)tst-strtod-underflow): Likewise.
33496 2012-10-30  Andreas Jaeger  <aj@suse.de>
33498         [BZ#14767]
33499         * elf/Makefile (tests): Remove conditional for have-initfini-array
33500         since this is now always required and the variable does not exist
33501         anymore.
33502         (tests-static): Likewise.
33503         (modules-names): Likewise.
33505         * po/eo.po: Add Esperanto translation from translation project.
33507         * elf/tst-array1.c (fini_array): Make writeable so that it can be
33508         merged with constructor/destructor.
33509         (init_array): Likewise.
33510         * elf/tst-array2dep.c (fini_array): Likewise.
33511         (init_array): Likewise.
33513 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
33515         * manual/message.texi: Delete @cartouche tags.
33517 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
33519         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
33520         EOPNOTSUPP.
33521         * sysdeps/mach/hurd/fsync.c: Likewise.
33523         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
33524         [_POSIX_REALTIME_SIGNALS]: Change condition to
33525         [_POSIX_REALTIME_SIGNALS > 0].
33527 2012-10-27  Andreas Jaeger  <aj@suse.de>
33529         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
33530         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
33531         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
33532         [__WORDSIZE != 64]: Likewise.
33534 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
33536         *  iconvdata/tst-table.sh: Remove ${SHELL}.
33537         *  iconvdata/tst-tables.sh: Likewise.
33539 2012-10-25  David S. Miller  <davem@davemloft.net>
33541         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33542         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
33543         of strtoull.
33545         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
33546         ifunc-impl-list.c
33547         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
33548         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
33549         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
33550         file.
33552 2012-10-25  Roland McGrath  <roland@hack.frob.com>
33554         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33555         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
33556         __getdirentries.
33558 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33559             Jim Blandy  <jimb@codesourcery.com>
33561         * scripts/cross-test-ssh.sh: New file.
33562         * manual/install.texi (Configuring and compiling): Document use of
33563         cross-test-ssh.sh.
33564         * INSTALL: Regenerated.
33566 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
33568         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
33569         EOPNOTSUPP.
33571 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33573         * Makeconfig (run-program-prefix): Fix comment.
33575 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33576             Jim Blandy  <jimb@codesourcery.com>
33578         * Makeconfig (test-wrapper): New variable,
33579         (test-wrapper-env): Likewise.
33580         [$(cross-compiling) = yes && $(test-wrapper) != ""]
33581         (run-built-tests): Define to yes.
33582         (run-program-prefix): Use $(test-wrapper).
33583         (built-program-cmd): Likewise.
33584         * Rules (make-test-out): Use $(test-wrapper-env) and
33585         $(host-built-program-cmd).
33586         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
33587         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
33588         tst-pathopt.sh.
33589         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
33590         $(test-wrapper-env) to tst-rtld-load-self.sh.
33591         ($(objpfx)order2.out): Use $(test-wrapper).
33592         ($(objpfx)tst-initorder.out): Likewise.
33593         ($(objpfx)tst-initorder2.out): Likewise.
33594         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
33595         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
33596         (test_wrapper_env): New variable.  Use it to run ld.so.
33597         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
33598         Use it to run ld.so.
33599         (test_wrapper_env): Likewise.
33600         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
33601         $(test-wrapper) to run-iconv-test.sh.
33602         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
33603         (ICONV): Use $test_wrapper.
33604         * posix/Makefile ($(objpfx)globtest.out): Pass
33605         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
33606         globtest.sh, not $(run-program-prefix).
33607         * posix/globtest.sh (run_via_rtld_prefix): New variable.
33608         (test_wrapper): Likewise.
33609         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
33610         set together with run_via_rtld_prefix.
33611         (run_program_prefix): Define in terms of test_wrapper and
33612         run_via_rtld_prefix.
33614 2012-10-24  Roland McGrath  <roland@hack.frob.com>
33616         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
33617         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
33618         Targets removed.
33620         [BZ #14743]
33621         * include/time.h: Remove librt_hidden_proto (clock_gettime).
33622         Declare __clock_getres, __clock_gettime, __clock_settime,
33623         __clock_nanosleep, and __clock_getcpuclockid.
33624         * rt/clock_gettime.c: Define __clock_gettime as an alias.
33625         Remove librt_hidden_def (clock_gettime).
33626         * sysdeps/unix/clock_gettime.c: Likewise.
33627         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
33628         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
33629         * rt/clock_getres.c: Define __clock_getres as an alias.
33630         * sysdeps/posix/clock_getres.c: Likewise.
33631         * rt/clock_settime.c: Define __clock_settime as an alias.
33632         * sysdeps/unix/clock_settime.c: Likewise.
33633         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
33634         * sysdeps/unix/clock_nanosleep.c: Likewise.
33635         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
33636         * rt/clock-compat.c: New file.
33637         * rt/Makefile (librt-routines): Add clock-compat and move
33638         $(clock-routines) to ...
33639         (routines): ... here, new variable.
33640         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
33641         Don't add get_clockfreq here.
33642         * rt/Versions (libc: GLIBC_2.17): New version set.
33643         Add clock_* symbols here.
33644         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
33645         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
33646         (GLIBC_2.17): Add clock_* symbols.
33647         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
33648         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
33649         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
33650         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33651         Likewise.
33652         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33653         Likewise.
33654         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
33655         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
33656         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
33657         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
33658         * NEWS: Mention the move.
33660         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
33661         Use __open, __read, __close rather than their public counterparts.
33662         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33663         (__get_clockfreq_via_cpuinfo): Likewise.
33664         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
33665         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
33667         * config.h.in (HAVE_IFUNC): New #undef.
33668         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
33669         was successful.
33670         * configure: Regenerated.
33672 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33674         * configure.in: Move READELF check to start of file.
33675         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
33676         libc_cv_asm_gnu_indirect_function in the process.
33677         * configure: Regenerated.
33679 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33681         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
33682         send the output to /dev/null.
33683         (libc_cv_cc_with_libunwind): Likewise.
33684         (libc_cv_as_noexecstack): Likewise.
33685         * configure: Regenerate.
33687 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33689         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
33691         * posix/globtest.sh (TMPDIR): Do not set.
33692         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
33693         (testout): Likewise.
33695 2012-10-24  Andreas Jaeger  <aj@suse.de>
33697         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
33698         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
33699         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
33700         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
33701         posix_fadvise64, posix_fallocate64.
33703         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
33704         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
33705         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
33706         Likewise.
33707         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
33708         Likewise.
33709         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
33711         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
33712         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
33713         <bits/fcntl-linux.h>.
33714         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
33716         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
33717         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
33718         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
33719         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
33720         [__WORDSIZE != 64]: Likewise.
33722 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33724         * Makeconfig (run-built-tests): New variable.
33725         * Rules [$(cross-compiling) = yes]: Change condition to
33726         [$(run-built-tests) = no].
33727         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
33728         to [$(run-built-tests) = yes].
33729         * elf/Makefile [$(cross-compiling) = no]: Likewise
33730         * grp/Makefile [$(cross-compiling) = no]: Likewise.
33731         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
33732         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
33733         * intl/Makefile [$(cross-compiling) = no]: Likewise.
33734         * io/Makefile [$(cross-compiling) = no]: Likewise.
33735         * libio/Makefile [$(cross-compiling) = no]: Likewise.
33736         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
33737         * misc/Makefile [$(cross-compiling) = no]: Likewise.
33738         * posix/Makefile [$(cross-compiling) = no]: Likewise.
33739         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
33740         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
33741         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
33742         * string/Makefile [$(cross-compiling) = no]: Likewise.
33744         * posix/Makefile ($(objpfx)globtest.out): Pass
33745         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
33746         $(rtld-installed-name).
33747         * posix/globtest.sh (elf_objpfx): Remove variable.
33748         (rtld_installed_name): Likewise.
33749         (library_path): Likewise.
33750         (run_program_prefix): New variable.  Use for running globtest
33751         binary.
33753 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
33754             Joseph Myers  <joseph@codesourcery.com>
33756         * Makeconfig (host-built-program-cmd): New variable.
33757         * elf/Makefile (tst-stackguard1-ARGS): Use
33758         $(host-built-program-cmd).
33759         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
33760         (tst-spawn-ARGS): Likewise.
33761         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
33763 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33764             Jim Blandy  <jimb@codesourcery.com>
33766         * Makeconfig (run-via-rtld-prefix): New variable.
33767         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
33768         (built-program-cmd): Likewise.
33770 2012-10-22  Andreas Jaeger  <aj@suse.de>
33772         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
33773         __O_RSYNC if it exists, otherwise to O_SYNC.
33775 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
33776             Joseph Myers  <joseph@codesourcery.com>
33778         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
33779         /dev/null.
33780         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
33781         from /dev/null
33782         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
33783         /dev/null.
33785 2012-10-22  Andreas Jaeger  <aj@suse.de>
33787         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
33788         Define always.
33789         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
33791         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
33792         bits/fcntl-linux.h.
33794         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
33795         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
33797         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
33798         to __O_LARGEFILE.
33799         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
33800         to __O_LARGEFILE.
33802 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
33803             Joseph Myers  <joseph@codesourcery.com>
33805         * config.make.in (NM): New variable.
33807 2012-10-21  Andreas Jaeger  <aj@suse.de>
33809         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
33810         definitions and declarations that are provided by
33811         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
33813 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
33815         [BZ #14683]
33816         * elf/Makefile (tests-static): Add tst-leaks1-static.
33817         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
33818         ($(objpfx)tst-leaks1-static): New rule.
33819         ($(objpfx)tst-leaks1-static-mem): Likewise.
33820         (tst-leaks1-static-ENV): New macro.
33821         * elf/dl-open.c (dl_open_worker): Check the main application
33822         only if SHARED is defined.
33823         * elf/tst-leaks1-static.c: New file.
33825 2012-10-20  Andreas Jaeger  <aj@suse.de>
33827         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
33828         generic values for Linux.
33829         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
33830         and declarations that are provided by <bits/fcntl-linux.h> and
33831         include <bits/fcntl-linux.h>.
33832         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
33833         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
33835 2012-10-20  Roland McGrath  <roland@hack.frob.com>
33837         * io/fcntl.h: Move include of <bits/types.h> to the top and
33838         include it unconditionally.
33840 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
33842         * wcsmbs/Makefile (tests-ifunc): New variable.
33843         (tests): Add $(tests-ifunc).
33844         * wcsmbs/test-wcschr-ifunc.c: New file.
33845         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
33846         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
33847         * wcsmbs/test-wcslen-ifunc.c: Likewise.
33848         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
33849         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
33851         * string/Makefile (tests-ifunc): New variable.
33852         (tests): Add $(tests-ifunc).
33853         * string/test-memccpy.c (TEST_NAME): New macro.
33854         * string/test-memchr.c (TEST_NAME): Likewise.
33855         * string/test-memcmp.c (TEST_NAME): Likewise.
33856         * string/test-memcpy.c (TEST_NAME): Likewise.
33857         * string/test-memmem.c (TEST_NAME): Likewise.
33858         * string/test-memmove.c (TEST_NAME): Likewise.
33859         * string/test-memset.c (TEST_NAME): Likewise.
33860         * string/test-rawmemchr.c (TEST_NAME): Likewise.
33861         * string/test-stpcpy.c (TEST_NAME): Likewise.
33862         * string/test-stpncpy.c (TEST_NAME): Likewise.
33863         * string/test-strcasecmp.c (TEST_NAME): Likewise.
33864         * string/test-strcasestr.c (TEST_NAME): Likewise.
33865         * string/test-strcat.c (TEST_NAME): Likewise.
33866         * string/test-strchr.c (TEST_NAME): Likewise.
33867         * string/test-strcmp.c(TEST_NAME): Likewise.
33868         * string/test-strcpy.c (TEST_NAME): Likewise.
33869         * string/test-strcspn.c (TEST_NAME): Likewise.
33870         * string/test-strlen.c (TEST_NAME): Likewise.
33871         * string/test-strncasecmp.c (TEST_NAME): Likewise.
33872         * string/test-strncmp.c (TEST_NAME): Likewise.
33873         * string/test-strncpy.c (TEST_NAME): Likewise.
33874         * string/test-strnlen.c (TEST_NAME): Likewise.
33875         * string/test-strpbrk.c (TEST_NAME): Likewise.
33876         * string/test-strrchr.c (TEST_NAME): Likewise.
33877         * string/test-strspn.c (TEST_NAME): Likewise.
33878         * string/test-strstr.c (TEST_NAME): Likewise.
33879         * string/test-bcopy-ifunc.c: New file.
33880         * string/test-bzero-ifunc.c: Likewise.
33881         * string/test-memccpy-ifunc.c: Likewise.
33882         * string/test-memchr-ifunc.c: Likewise.
33883         * string/test-memcmp-ifunc.c: Likewise.
33884         * string/test-memcpy-ifunc.c: Likewise.
33885         * string/test-memmem-ifunc.c: Likewise.
33886         * string/test-memmove-ifunc.c: Likewise.
33887         * string/test-mempcpy-ifunc.c: Likewise.
33888         * string/test-memset-ifunc.c: Likewise.
33889         * string/test-rawmemchr-ifunc.c: Likewise.
33890         * string/test-stpcpy-ifunc.c: Likewise.
33891         * string/test-stpncpy-ifunc.c: Likewise.
33892         * string/test-strcasecmp-ifunc.c: Likewise.
33893         * string/test-strcasestr-ifunc.c: Likewise.
33894         * string/test-strcat-ifunc.c: Likewise.
33895         * string/test-strchr-ifunc.c: Likewise.
33896         * string/test-strchrnul-ifunc.c: Likewise.
33897         * string/test-strcmp-ifunc.c: Likewise.
33898         * string/test-strcpy-ifunc.c: Likewise.
33899         * string/test-strcspn-ifunc.c: Likewise.
33900         * string/test-strlen-ifunc.c: Likewise.
33901         * string/test-strncasecmp-ifunc.c: Likewise.
33902         * string/test-strncat-ifunc.c: Likewise.
33903         * string/test-strncmp-ifunc.c: Likewise.
33904         * string/test-strncpy-ifunc.c: Likewise.
33905         * string/test-strnlen-ifunc.c: Likewise.
33906         * string/test-strpbrk-ifunc.c: Likewise.
33907         * string/test-strrchr-ifunc.c: Likewise.
33908         * string/test-strspn-ifunc.c: Likewise.
33909         * string/test-strstr-ifunc.c: Likewise.
33911         * debug/Makefile (tests-ifunc): New variable.
33912         (tests): Add $(tests-ifunc).
33913         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
33914         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
33915         * debug/test-stpcpy_chk-ifunc.c: New file.
33916         * debug/test-strcpy_chk-ifunc.c: Likewise.
33918 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
33920         [BZ #13601]
33921         * elf/dl-load.c (open_verify): Retry read if the entire ELF
33922         header is not read in.
33924 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
33926         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
33927         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
33928         directly.  Pass built executable to script as
33929         $(built-program-cmd).
33930         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
33931         $testprogram without using LD_LIBRARY_PATH and $ldso.
33933         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
33934         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
33935         $(rtld-installed-name).
33936         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
33937         (rtld_installed_name): Likewise.
33938         (library_path): Likewise.
33939         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
33940         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
33941         $(run-program-prefix) to tst-tables.sh.
33942         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
33943         it to run tst-table-from and tst-table-to.
33944         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
33945         Pass it to tst-table.sh.
33946         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
33947         $(run-program-prefix) to tst-gettext.sh.
33948         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
33949         tst-translit.sh.
33950         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
33951         tst-gettext2.sh.
33952         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
33953         to run tst-gettext.
33954         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
33955         to run tst-gettext2.
33956         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
33957         to run tst-translit.
33958         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
33959         $(run-program-prefix) to tst-mtrace.sh.
33960         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
33961         to run tst-mtrace.
33962         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
33963         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
33964         $(rtld-installed-name).
33965         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
33966         (rtld_installed_name): Likewise.
33967         (run_program_prefix): New variable.  Use it to run wordexp-test.
33969         * Makeconfig (ARCH): Remove all definitions.
33970         (machine): Likewise.
33971         [ARCH]: Remove conditional code.
33972         [!objdir]: Give error.
33973         [!objdir] (objpfx): Remove.
33974         [!objdir] (common-objpfx): Likewise.
33975         [!objdir] (common-objdir): Likewise.
33976         * configure.in (config_makefile): Remove.  Hardcode Makefile in
33977         AC_CONFIG_FILES call.
33978         * configure: Regenerated.
33980         [BZ #13888]
33981         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
33982         or TMPDIR.
33983         (testout): Likewise.
33985         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
33986         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
33987         $(rtld-installed-name).
33988         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
33989         (rtld_installed_name): Likwise.
33990         (runit): Remove function.
33991         (run_getconf): New variable,  Use it for running getconf binary.
33993 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
33995         [BZ #14716]
33996         * string/test-memmem.c (check_result): New function.
33997         (do_one_test): Use it.
33998         (check1): New function.
33999         (test_main): Use it.
34001 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
34003         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
34005 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
34007         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
34008         (_G_LSEEK64): Likewise.
34009         (_G_MMAP64): Likewise.
34010         (_G_FSTAT64): Likewise.
34011         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
34012         (_G_LSEEK64): Likewise.
34013         (_G_MMAP64): Likewise.
34014         (_G_FSTAT64): Likewise.
34015         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
34016         unconditional.  Call __mmap64 directly.
34017         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
34018         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
34019         __lseek64 directly.
34020         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
34021         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
34022         __mmap64 directly.
34023         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
34024         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
34025         __lseek64 directly.
34026         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
34027         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
34028         __lseek64 directly.
34029         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
34030         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
34031         __lseek64 directly.
34032         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
34033         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
34034         __fxstat64 directly.
34035         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
34036         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
34037         unconditional.
34038         (freopen64) [!_G_OPEN64]: Remove conditional code.
34039         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
34040         unconditional.
34041         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
34042         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
34043         unconditional.
34044         (ftello64) [!_G_LSEEK64]: Remove conditional code.
34045         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
34046         unconditional.
34047         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
34048         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
34049         unconditional.
34050         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
34051         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
34052         unconditional.
34053         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
34054         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
34055         unconditional.
34056         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
34057         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
34058         unconditional.
34059         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
34061 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
34063         [BZ #12140]
34064         * manual/memory.texi (Malloc Tunable Parameters): Add note
34065         about free list pointers overwriting some perturb bytes.
34066         Wording suggested by Roland McGrath.
34068 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
34070         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
34071         (lgamma_test): Likewise.
34072         (tgamma_test): Likewise.
34074 2012-10-16  Florian Weimer  <fweimer@redhat.com>
34076         [BZ #14700]
34077         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
34078         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
34080 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
34082         * NEWS: Mention BZ #14716.
34083         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
34084         when removing AVAILABLE1_USES_J macro.
34086 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
34088         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
34089         (__bswap_64): __uint64_t for unsigned 64-bit int.
34091 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
34093         * include/string.h (memmem): Declare libc hidden alias.
34094         * string/memmem.c (memmem): Define libc hidden alias.
34095         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
34096         __read, __close instead of open, read, close.
34098 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
34100         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
34101         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
34102         global and hidden.
34103         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
34104         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
34105         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
34106         Likewise.
34107         (__rawmemchr_sse2): Likewise.
34108         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
34109         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
34110         (__strchr_sse2): Likewise.
34111         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
34112         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
34113         (__strcasecmp_sse2): Likewise.
34114         (__strncasecmp_sse2): Likewise.
34115         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
34116         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
34117         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
34118         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
34119         (__strrchr_sse2): Likewise.
34120         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
34121         ifunc-impl-list.c.
34122         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
34123         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
34124         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
34125         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
34126         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
34127         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
34128         * sysdeps/x86_64/multiarch/memset.S: Likewise.
34129         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
34130         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
34131         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
34132         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
34133         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
34134         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
34135         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
34136         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
34137         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
34138         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
34139         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
34140         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
34141         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
34142         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
34143         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
34144         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
34145         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
34146         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
34147         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
34148         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
34149         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
34150         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
34151         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
34153         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
34154         global and hidden.
34155         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
34156         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
34157         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
34158         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
34159         Likewise.
34160         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
34161         Likewise.
34162         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
34163         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
34164         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
34165         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
34166         ifunc-impl-list.c.
34167         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
34168         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
34169         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
34170         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
34171         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
34172         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
34173         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
34174         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
34175         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
34176         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
34177         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
34178         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
34179         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
34180         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
34181         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
34182         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
34183         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
34184         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
34185         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
34186         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
34187         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
34188         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
34189         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
34190         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
34191         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
34192         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
34193         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
34194         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
34195         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
34196         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
34197         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
34198         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
34199         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
34200         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
34201         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
34202         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
34203         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
34204         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
34205         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
34206         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
34207         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
34209         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
34210         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
34211         * include/ifunc-impl-list.h: New file.
34212         * misc/ifunc-impl-list.c: Likewise.
34213         * misc/Makefile (routines): Add ifunc-impl-list.
34214         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
34215         * string/test-string.h: Include <ifunc-impl-list.h>.
34216         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
34217         TEST_NAME]: New variables.
34218         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
34219         are defined.
34220         (test_init): Call __libc_ifunc_impl_list to initialize
34221         func_list if TEST_IFUNC and TEST_NAME are defined.
34223         * string/Makefile (strop-tests): Add bcopy and bzero.
34224         * string/test-bcopy.c: New file.
34225         * string/test-bzero.c: Likewise.
34226         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
34227         defined.
34228         * string/test-memset.c: Support bzero test if TEST_BZERO is
34229         defined.
34230         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
34231         __libc_memmove.
34232         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
34233         __libc_memset.
34234         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
34235         of memset.
34237 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
34239         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
34240         * configure: Regenerated.
34242         * Makeconfig (+link-static-before-libc): Don't include
34243         $(link-static-libc).
34245         * libio/libio.h (_IO_pos_t): Remove.
34247 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34249         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
34250         McGrath.
34252 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34254         * crypt/crypt-entry.c: Include fips-private.h.
34255         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
34256         * crypt/md5c-test.c (main): Tolerate disabled MD5.
34257         * sysdeps/unix/sysv/linux/fips-private.h: New file.
34258         * sysdeps/generic/fips-private.h: New file, dummy fallback.
34260 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34262         * crypt/crypt-private.h: Include stdbool.h.
34263         (_ufc_setup_salt_r): Return bool.
34264         * crypt/crypt-entry.c: Include errno.h.
34265         (__crypt_r): Return NULL with EINVAL for bad salt.
34266         * crypt/crypt_util.c (bad_for_salt): New.
34267         (_ufc_setup_salt_r): Check that salt is long enough and within
34268         the specified alphabet.
34269         * crypt/badsalttest.c: New file.
34270         * crypt/Makefile (tests): Add it.
34271         ($(objpfx)badsalttest): New.
34273 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
34275         * NEWS: Add entry for BZ #14602.
34277 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
34279         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
34280         type-generic.
34281         * math/libm-test.inc: Update comment listing what functions and
34282         macros are tested.
34283         (isgreater_test): New function.
34284         (isgreaterequal_test): Likewise.
34285         (isless_test): Likewise.
34286         (islessequal_test): Likewise.
34287         (islessgreater_test): Likewise.
34288         (isunordered_test): Likewise.
34289         (main): Call the new functions.
34291 2012-10-09  Roland McGrath  <roland@hack.frob.com>
34293         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
34294         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
34295         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
34296         * sysdeps/i386/configure: Regenerated.
34297         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
34298         * sysdeps/mach/configure: Regenerated.
34299         * sysdeps/mach/hurd/configure: Regenerated.
34300         * sysdeps/powerpc/configure: Regenerated.
34301         * sysdeps/powerpc/powerpc32/configure: Regenerated.
34302         * sysdeps/powerpc/powerpc64/configure: Regenerated.
34303         * sysdeps/s390/s390-32/configure: Regenerated.
34304         * sysdeps/s390/s390-64/configure: Regenerated.
34305         * sysdeps/sh/configure: Regenerated.
34306         * sysdeps/sparc/configure: Regenerated.
34307         * sysdeps/unix/sysv/linux/configure: Regenerated.
34308         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
34309         * sysdeps/x86_64/configure: Regenerated.
34311         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
34312         defined.  Don't check if MAP is NULL.
34314 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
34316         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
34317         (_G_stat64): Likewise.
34318         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
34319         (_G_stat64): Likewise.
34320         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
34321         instead of struct _G_stat64.
34322         * libio/fileops.c (mmap_remap_check): Likewise.
34323         (decide_maybe_mmap): Likewise.
34324         (_IO_new_file_seekoff): Likewise.
34325         (_IO_file_stat): Likewise.
34326         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
34327         _G_off64_t.
34328         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
34329         instead of struct _G_stat64.
34330         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34332 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
34334         [BZ #14602]
34335         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34336         Replace with ...
34337         (CHECK_EOL): New macro.
34338         (two_way_short_needle): Check beginning of haystack for EOL.  Use
34339         CHECK_EOL.
34340         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34341         Replace with CHECK_EOL.
34342         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34343         Replace with CHECK_EOL.
34345 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
34347         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
34348         type-generic.
34349         * math/libm-test.inc: Update comment listing what functions and
34350         macros are tested.
34351         (finite_test): New function.
34352         (isinf_test): Likewise.
34353         (isnan_test): Likewise.
34354         (fpclassify_test): Test subnormal input.
34355         (isfinite_test): Likewise.
34356         (isnormal_test): Likewise.
34357         (main): Call the new functions.
34359 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
34361         [BZ #14660]
34362         * Makerules (%.dynsym): Force C locale when running
34363         $(OBJDUMP) --dynamic-syms.
34365 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
34367         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
34368         <stdint.h>.
34370 2012-10-06  David S. Miller  <davem@davemloft.net>
34372         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
34373         upper 32-bits of the length value in %o2 since we use branch-on-register
34374         tests which consider the entire 64-bit register.
34376 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
34378         * string/test-strstr.c (check2): Add a test for page boundary.
34380 2012-10-05  David S. Miller  <davem@davemloft.net>
34382         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
34383         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
34384         file.
34385         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34386         sysdep_routines.
34387         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34388         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
34389         and bzero when HWCAP_SPARC_CRYPTO is present.
34391 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
34393         [BZ #14602]
34394         * string/test-strstr.c (check2): New function.
34395         (test_main): Call check2.
34397         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
34398         and bug-strchr1.
34399         * string/bug-strcasestr1.c (do_test): Moved to ...
34400         * string/test-strcasestr.c (check1): Here.  New function.
34401         (do_one_test): Break out result checking code into ...
34402         (check_result): This.  New function.
34403         (do_one_test): Call check_result.
34404         (test_main): Call check1.
34405         * string/bug-strchr1.c (do_test): Moved to ...
34406         * string/test-strchr.c (check1): Here.  New function.
34407         (do_one_test): Break out result checking code into ...
34408         (check_result): This.  New function.
34409         (do_one_test): Call check_result.
34410         (test_main): Call check1.
34411         * string/bug-strstr1.c (main): Moved to ...
34412         * string/test-strstr.c (check1): Here.  New function.
34413         (do_one_test): Break out result checking code into ...
34414         (check_result): This.  New function.
34415         (do_one_test): Call check_result.
34416         (test_main): Call check1.
34417         * string/bug-strcasestr1.c: Removed.
34418         * string/bug-strchr1.c: Likewise.
34419         * string/bug-strstr1.c: Likewise.
34421         * elf/Makefile (dl-routines): Add hwcaps.
34422         * elf/dl-support.c (_dl_important_hwcaps): Removed.
34423         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
34424         (_dl_important_hwcaps): Moved to ...
34425         * elf/dl-hwcaps.c: Here.  New file.
34426         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
34428         [BZ #14557]
34429         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
34430         if IS_IN_rtld isn't defined.
34432         * elf/dl-support.c (_dl_sysinfo_map): New.
34433         Include "get-dynamic-info.h" and "setup-vdso.h".
34434         (_dl_non_dynamic_init): Call setup_vdso.
34435         * elf/dynamic-link.h: Don't include <assert.h>.
34436         (elf_get_dynamic_info): Moved to ...
34437         * elf/get-dynamic-info.h: Here.  New file.
34438         * elf/dynamic-link.h: Include "get-dynamic-info.h".
34439         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
34440         * elf/setup-vdso.h: Here.  New file.
34441         * elf/rtld.c: Include "setup-vdso.h".
34442         (dl_main): Call setup_vdso.
34444 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
34446         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
34447         creal in comment listing functions tested.  List finite, isinf,
34448         isnan, isless, islessequal, isgreater, isgreaterequal,
34449         islessgreater, isunordered, lgamma_r and pow10 as functions and
34450         macros not tested.  Mention which functions not tested are aliases
34451         for other functions.  Fix typo.  Note that signs of NaNs are not
34452         tested.
34454         * scripts/config.guess: Update from config.git.
34455         * scripts/config.sub: Likewise.
34457 2012-10-04  Roland McGrath  <roland@hack.frob.com>
34459         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
34460         * misc/madvise.c (madvise): Renamed to __madvise.
34461         Make madvise a weak alias.
34462         * include/sys/mman.h: Declare __madvise.
34463         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
34464         * sysdeps/unix/syscalls.list
34465         (madvise): Make __madvise the strong name, and madvise a weak alias.
34466         * sysdeps/unix/sysv/linux/syscalls.list
34467         (madvise, mmap): Remove redundant entries.
34468         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
34469         * malloc/malloc.c (mtrim): Likewise.
34470         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
34472 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34474         * sysdeps/mach/hurd/dl-cache.c: File removed.
34475         * config.h.in (USE_LDCONFIG): New #undef.
34476         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
34477         * configure: Regenerated.
34478         * elf/Makefile (dl-routines): Add dl-cache only under
34479         [$(use-ldconfig) = yes].
34480         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
34481         cache on [USE_LDCONFIG].
34482         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
34483         [USE_LDCONFIG].
34484         * elf/rtld.c (dl_main): Likewise.
34486 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
34488         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
34489         _SC_LEVEL4_CACHE_LINESIZE.
34491 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34493         * sysdeps/unix/bsd/confstr.h: File removed.
34495 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
34497         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
34498         sys/sdt-config.h.
34500 2012-10-02  Roland McGrath  <roland@hack.frob.com>
34502         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
34503         Make 'mapoff' field ElfW(Off) rather than off_t.
34505 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
34507         * nscd/Makefile: Remove nscd-cflags and all its users.
34508         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
34509         (CFLAGS-nonlib): Add compiler flags for nscd modules.
34511         [BZ #10631]
34512         * malloc.c (malloc_printerr): Clarify error message.
34514 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
34516         [BZ #14648]
34517         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34518         Set bit_FMA_Usable if FMA is supported.
34519         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
34520         macro.
34521         (bit_FMA4_Usable): Updated.
34522         (index_FMA_Usable): New macro.
34523         (CPUID_FMA): Likewise
34524         (HAS_FMA): Defined with bit_FMA_Usable.
34526 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34528         * bits/types.h (__swblk_t): Type removed.
34529         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
34530         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
34531         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
34532         (__SWBLK_T_TYPE): Likewise.
34533         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
34534         (__SWBLK_T_TYPE): Likewise.
34535         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
34536         (__SWBLK_T_TYPE): Likewise.
34537         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
34538         (__SWBLK_T_TYPE): Likewise.
34540 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
34541             Honza Horak <hhorak@redhat.com>
34543         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
34544         (xdr_mapname): Use YPMAXMAP as maxsize.
34545         (xdr_peername): Use YPMAXPEER as maxsize.
34546         (xdr_keydat): Use YPAXRECORD as maxsize.
34547         (xdr_valdat): Use YPMAXRECORD as maxsize.
34549 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34551         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
34553         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
34554         * csu/init-first.c: ... here.
34555         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
34556         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
34557         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
34558         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
34559         * sysdeps/i386/init-first.c: File removed.
34560         * sysdeps/sh/init-first.c: File removed.
34562 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
34564         [BZ #14645]
34565         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
34566         if x * y might underflow to zero and z is zero.
34567         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34568         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34569         * math/libm-test.inc (min_subnorm_value): New variable.
34570         (fma_test): Add more tests.
34571         (fma_test_towardzero): Likewise.
34572         (fma_test_downward): Likewise
34573         (fma_test_upward): Likewise.
34574         (initialize): Set min_subnorm_value.
34576 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
34578         [BZ #14638]
34579         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
34580         0 + 0.
34581         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
34582         mode for addition resulting in exact zero.
34583         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
34584         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
34585         exact 0 + 0.
34586         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
34587         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34588         * math/libm-test.inc (fma_test): Add more tests.
34589         (fma_test_towardzero): New function.
34590         (fma_test_downward): Likewise.
34591         (fma_test_upward): Likewise.
34592         (main): Call the new functions.
34594 2012-09-28  David S. Miller  <davem@davemloft.net>
34596         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
34598 2012-09-28  Roland McGrath  <roland@hack.frob.com>
34600         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
34601         instead of SIGALRM.
34603         * sysdeps/gnu/_G_config.h: Moved to ...
34604         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
34605         * sysdeps/mach/hurd/_G_config.h: Moved to ...
34606         * sysdeps/generic/_G_config.h: ... here.
34608         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
34610         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
34612         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
34613         Conditionalize target on [libnss_test1.so-version].
34615         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
34617         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
34618         (elfobjdir): Move out of conditionals.
34620         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
34621         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
34622         (__nss_lookup_function): Conditionalize label remove_from_tree on
34623         [!DO_STATIC_NSS || SHARED], matching its only use.
34625 2012-09-28  David S. Miller  <davem@davemloft.net>
34627         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
34628         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
34629         file.
34630         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34631         sysdep_routines.
34632         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34633         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
34634         when HWCAP_SPARC_CRYPTO is present.
34636 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34638         * io/tst-mknodat.c: Create a FIFO instead of a socket.
34640 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
34642         [BZ #6530]
34643         * stdio-common/vfprintf.c (process_string_arg): Revert
34644         2000-07-22 change.
34646 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
34648         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
34649         for testcase.
34650         * stdio-common/tst-sprintf.c: Include <locale.h>
34651         (main): Test sprintf's handling of incomplete multibyte
34652         characters.
34654 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
34656         * elf/dl-runtime.c (VERSYMIDX): Removed.
34657         * elf/dl-version.c (VERSYMIDX): Likewise.
34658         * elf/do-rel.h (VERSYMIDX): Likewise.
34659         (VALIDX): Likewise.
34660         * elf/dynamic-link.h (VERSYMIDX): Likewise.
34661         * elf/rtld.c (VALIDX): Likewise.
34662         (ADDRIDX): Likewise.
34663         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
34664         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
34665         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
34666         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
34667         (VALIDX): Likewise.
34668         (ADDRIDX): Likewise.
34670 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34672         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
34674 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
34676         [BZ #11438]
34677         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
34678         to global scope.
34679         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
34680         addresses are in the same scope as 192.0.2/24.
34681         * posix/gai.conf: Document new scope table defaults.
34683 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34685         [BZ #5298]
34686         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
34687         for ftell.  Compute offsets from write pointers instead.
34688         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34690 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34692         [BZ #14543]
34693         * libio/Makefile (tests): New test case tst-fseek.
34694         * libio/tst-fseek.c: New test case to verify that fseek/ftell
34695         combination works in wide mode.
34696         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
34697         state when the external buffer state changes.
34699 2012-09-27  David S. Miller  <davem@davemloft.net>
34701         [BZ #14376]
34702         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
34703         pass reloc->r_addend in as the 'high' argument to
34704         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
34706         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34708 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34710         * rt/tst-aio2.c: Include <pthread.h>.
34711         * rt/tst-aio3.c: Likewise.
34713 2012-09-27  Steve Ellcey  <sellcey@mips.com>
34715         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
34717 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
34719         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
34720         contents on [SHARED].
34722 2012-09-26  Marek Polacek  <polacek@redhat.com>
34724         [BZ #14530]
34725         [BZ #13741]
34726         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
34727         for C++ and GCC <4.3 as well as for non GCC compilers.
34729 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
34731         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34733 2012-09-25  Roland McGrath  <roland@hack.frob.com>
34735         * Makefile.in (all, install): Declare with .PHONY.
34736         Reported by Michael Hope <michael.hope@linaro.org>.
34738 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
34740         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
34741         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
34742         system header.
34743         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
34744         Likewise.
34745         (sydep_routines): Add the new and the internal functions.
34746         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
34747         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
34748         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
34749         (GLIBC_2.17): Add the new function.
34750         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
34751         (GLIBC_2.17): Likewise.
34752         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
34753         (GLIBC_2.17): Likewise.
34754         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
34755         (GLIBC_2.17): Likewise.
34756         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
34758 2012-09-25  Alan Modra  <amodra@gmail.com>
34760         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
34761         Add release barrier before setting once_control to say
34762         initialisation is done.  Add hints on lwarx.  Use macro in
34763         place of isync.
34764         (clear_once_control): Add release barrier.
34766 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
34768         [BZ #13629]
34769         * math/s_clog.c (__clog): Handle more values close to |z| = 1
34770         specially.
34771         * math/s_clog10.c (__clog10): Likewise.
34772         * math/s_clog10f.c (__clog10f): Likewise.
34773         * math/s_clog10l.c (__clog10l): Likewise.
34774         * math/s_clogf.c (__clogf): Likewise.
34775         * math/s_clogl.c (__clogl): Likewise.
34776         * math/Makefile (libm-calls): Add x2y2m1.
34777         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
34778         (__x2y2m1): Likewise.
34779         (__x2y2m1l): Likewise.
34780         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
34781         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
34782         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
34783         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
34784         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
34785         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
34786         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
34787         * sysdeps/i386/fpu/libm-test-ulps: Update.
34788         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34790         [BZ #14621]
34791         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
34792         int as type of variable DEPTH.
34793         (glob): Use size_t instead of int as type of variables NEWCOUNT
34794         and OLD_PATHC.
34796 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34798         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
34799         Add s_sincosf-sse2.
34800         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
34801         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
34802         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
34803         macros for using routine as __sincosf_ia32.
34804         Use macro for function declaration and weak_alias.
34805         * sysdeps/i386/fpu/libm-test-ulps: Update.
34807         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
34808         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34810         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
34811         subnormal argument.
34812         * math/s_cexpf.c (__cexpf): Likewise.
34813         * math/s_csinf.c (__csinf): Likewise.
34814         * math/s_csinhf.c (__csinhf): Likewise.
34815         * math/s_ctanf.c (__ctanf): Likewise.
34816         * math/s_ctanhf.c (__ctanhf): Likewise.
34817         * math/s_ccosh.c (__ccoshf): Likewise.
34818         * math/s_cexp.c (__cexpl): Likewise.
34819         * math/s_csin.c (__csin): Likewise.
34820         * math/s_csinh.c (__csinh): Likewise.
34821         * math/s_ctan.c (__ctan): Likewise.
34822         * math/s_ctanh.c (ctanh): Likewise.
34823         * math/s_ccoshl.c (__ccoshl): Likewise.
34824         * math/s_cexpl.c (__cexpl): Likewise.
34825         * math/s_csinl.c (__csinl): Likewise.
34826         * math/s_csinhl.c (__csinhl): Likewise.
34827         * math/s_ctanl.c (__ctanl): Likewise.
34828         * math/s_ctanhl.c (__ctanhl): Likewise.
34830 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
34832         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
34833         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
34834         (_IO_off_t): Define to __off_t, not _G_off_t.
34835         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
34836         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
34837         (_IO_wint_t): Define to wint_t, not _G_wint_t.
34838         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
34839         type of __dummy and __dummy2 fields.
34840         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
34841         (_G_ssize_t): Likewise.
34842         (_G_off_t): Likewise.
34843         (_G_pid_t): Likewise.
34844         (_G_uid_t): Likewise.
34845         (_G_wchar_t): Likewise.
34846         (_G_wint_t): Likewise.
34847         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
34848         (_G_ssize_t): Likewise.
34849         (_G_off_t): Likewise.
34850         (_G_pid_t): Likewise.
34851         (_G_uid_t): Likewise.
34852         (_G_wchar_t): Likewise.
34853         (_G_wint_t): Likewise.
34854         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
34855         (_G_ssize_t): Likewise.
34856         (_G_off_t): Likewise.
34857         (_G_pid_t): Likewise.
34858         (_G_uid_t): Likewise.
34859         (_G_wchar_t): Likewise.
34860         (_G_wint_t): Likewise.
34862 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
34864         * malloc/arena.c: Include malloc-sysdep.h.
34865         (shrink_heap): Use check_may_shrink_heap to decide if madvise
34866         is sufficient to shrink the heap or an unmap is needed.
34867         * sysdeps/generic/malloc-sysdep.h: New file.  Define
34868         new function check_may_shrink_heap.
34869         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
34870         new function check_may_shrink_heap.
34872 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
34874         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
34875         comments.
34877 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
34879         * catgets/test-gencat.sh: Add "set -e".
34880         * elf/tst-pathopt.sh: Likewise.
34881         * grp/tst_fgetgrent.sh: Likewise.
34882         * iconvdata/run-iconv-test.sh: Likewise.
34883         * intl/tst-gettext.sh: Likewise.
34884         * intl/tst-gettext2.sh: Likewise.
34885         * intl/tst-gettext4.sh: Likewise.
34886         * intl/tst-gettext6.sh: Likewise.
34887         * intl/tst-translit.sh: Likewise.
34888         * io/ftwtest-sh: Likewise.
34889         * libio/test-freopen.sh: Likewise.
34890         * malloc/tst-mtrace.sh: Likewise.
34891         * posix/globtest.sh: Likewise.
34892         * posix/tst-getconf.sh: Likewise.
34893         * posix/wordexp-tst.sh: Likewise.
34894         * stdio-common/tst-printf.sh: Likewise.
34895         * stdio-common/tst-unbputc.sh: Likewise.
34896         * stdlib/tst-fmtmsg.sh: Likewise.
34897         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
34898         * catgets/Makefile: Do not specify -e option when running
34899         testsuite shell scripts.
34900         * elf/Makefile: Likewise.
34901         * grp/Makefile: Likewise.
34902         * iconvdata/Makefile: Likewise.
34903         * intl/Makefile: Likewise.
34904         * io/Makefile: Likewise.
34905         * libio/Makefile: Likewise.
34906         * malloc/Makefile: Likewise.
34907         * posix/Makefile: Likewise.
34908         * stdio-common/Makefile: Likewise.
34909         * stdlib/Makefile: Likewise.
34910         * sysdeps/x86_64/Makefile: Likewise.
34912         * io/ftwtest-sh: Add copyright header.
34913         * posix/globtest.sh: Likewise.
34914         * posix/tst-getconf.sh: Likewise.
34915         * posix/wordexp-tst.sh: Likewise.
34916         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
34918 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
34920         [BZ #13679]
34921         * Makeconfig (+link): Defined as $(+link-static) if
34922         $(build-shared) isn't yes.
34923         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
34924         isn't yes.
34925         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
34927         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
34929         [BZ #14562]
34930         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
34931         new chunk size with MALLOC_ALIGN_MASK.
34933 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
34935         [BZ #5044]
34936         * stdio-common/printf_fphex.c: Include <stdbool.h> and
34937         <rounding-mode.h>.
34938         (__printf_fphex): Determine rounding using get_rounding_mode and
34939         round_away.
34940         * stdio-common/tst-printf-round.c (struct hex_test): New
34941         structure.
34942         (hex_tests): New variable.
34943         (test_hex_in_one_mode): New function.
34944         (do_test): Also run tests for hex float output.
34946 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
34948         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
34949         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
34950         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
34951         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
34952         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
34953         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
34954         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
34955         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
34957 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
34959         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
34960         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
34961         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
34962         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
34964 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
34966         [BZ #14579]
34967         * elf/rtld.c (dl_main): Limit the check for self loading to normal
34968         mode only.
34969         * elf/tst-rtld-load-self.sh: New test.
34970         * elf/Makefile: Run it.
34972 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
34974         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
34975         (tst-writev-ENV): Remove.
34976         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
34978 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
34980         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
34982 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
34984         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
34985         unconditional.
34986         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
34987         Likewise.
34988         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
34989         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
34990         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
34991         Likewise.
34993 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
34995         [BZ #14587]
34996         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
34997         * config.make.in (have-cpp-asm-debuginfo): Removed.
34998         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
34999         * configure: Regenerated.
35001 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
35003         [BZ #5044]
35004         * stdio-common/printf_fp.c: Include <stdbool.h> and
35005         <rounding-mode.h>.
35006         (___printf_fp): Determine rounding using get_rounding_mode and
35007         round_away.
35008         * stdio-common/tst-printf-round.c: New file.
35009         * stdio-common/Makefile (tests): Add tst-printf-round.
35010         (link-libm): New variable.
35011         ($(objpfx)tst-printf-round): Depend in $(link-libm).
35013 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
35015         [BZ #14576]
35016         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
35017         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
35018         Likewise.
35019         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
35020         Likewise.
35022 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
35024         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
35025         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35026         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35027         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35029 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
35031         [BZ #14518]
35032         * include/rounding-mode.h: New file.
35033         * sysdeps/generic/get-rounding-mode.h: Likewise.
35034         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
35035         * stdlib/strtod_l.c: Include <rounding-mode.h>.
35036         (MAX_VALUE): New macro.
35037         (MIN_VALUE): Likewise.
35038         (overflow_value): New function.
35039         (underflow_value): Likewise.
35040         (round_and_return): Use overflow_value and underflow_value to
35041         determine return values in overflow and underflow cases.  Use
35042         round_away to determine rounding depending on rounding mode.
35043         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
35044         determine return values in overflow and underflow cases.
35045         * stdlib/tst-strtod-round.c: Include <fenv.h>.
35046         (struct test_results): New structure.
35047         (struct test): Use struct test_results to store expected results
35048         for all rounding modes.
35049         (TEST): Include expected results for all rounding modes.
35050         (test_in_one_mode): New function.
35051         (do_test): Use test_in_one_mode to compute and check results.
35052         Check results for all rounding modes.
35053         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
35054         $(link-libm).
35056 2012-12-09  Allan McRae  <allan@archlinux.org>
35058         * sysdeps/i386/fpu/libm-test-ulps: Update
35060 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
35062         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
35063         (_G_int32_t): Likewise.
35064         (_G_uint16_t): Likewise.
35065         (_G_uint32_t): Likewise.
35066         (_G_HAVE_BOOL): Likewise.
35067         (_G_HAVE_ATEXIT): Likewise.
35068         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35069         (_G_HAVE_IO_FILE_OPEN): Likewise.
35070         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
35071         (_G_int32_t): Likewise.
35072         (_G_uint16_t): Likewise.
35073         (_G_uint32_t): Likewise.
35074         (_G_HAVE_BOOL): Likewise.
35075         (_G_HAVE_ATEXIT): Likewise.
35076         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35077         (_G_HAVE_IO_FILE_OPEN): Likewise.
35078         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
35079         (_G_int32_t): Likewise.
35080         (_G_uint16_t): Likewise.
35081         (_G_uint32_t): Likewise.
35082         (_G_HAVE_BOOL): Likewise.
35083         (_G_HAVE_ATEXIT): Likewise.
35084         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35085         (_G_HAVE_IO_FILE_OPEN): Likewise.
35087 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
35089         * csu/libc-tls.c: Update copyright years.
35091 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
35093         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
35094         [!_G_USING_THUNKS]: Remove conditional code.
35095         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
35096         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
35098         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
35099         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
35100         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35101         (_G_VTABLE_LABEL_PREFIX): Likewise.
35102         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35103         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35104         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35105         (_G_VTABLE_LABEL_PREFIX): Likewise.
35106         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
35107         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35108         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35109         (_G_VTABLE_LABEL_PREFIX): Likewise.
35110         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
35112 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
35114         * libio/Makefile: Include ../Makeconfig before tests.
35115         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
35116         only if $(build-shared) is yes.
35118         * iconv/gconv_db.c: Update copyright years.
35120 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35122         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
35123         unwind info if defined PIC. Fix special cases description.
35124         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
35126         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
35127         DP_HI_MASK entry.
35128         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
35130 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
35132         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
35134         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
35135         is NULL.
35137         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
35138         (LDLIBS-tst-chk4): This.
35139         (LDFLAGS-tst-chk5): Renamed to ...
35140         (LDLIBS-tst-chk5): This.
35141         (LDFLAGS-tst-chk6): Renamed to ...
35142         (LDLIBS-tst-chk6): This.
35143         (LDFLAGS-tst-lfschk4): Renamed to ...
35144         (LDLIBS-tst-lfschk4): This.
35145         (LDFLAGS-tst-lfschk5): Renamed to ...
35146         (LDLIBS-tst-lfschk5): This.
35147         (LDFLAGS-tst-lfschk6): Renamed to ...
35148         (LDLIBS-tst-lfschk6): This.
35150         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
35151         on $(common-objpfx)soversions.mk.
35153 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
35155         [BZ #10014]
35156         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
35157         example host name.
35159 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
35161         * malloc/arena.c (arena_get_retry): New function that gets
35162         another arena for the caller to try its request on.
35163         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
35164         current arena cannot fulfill the request.
35165         (__libc_memalign): Likewise.
35166         (__libc_memalign): Likewise.
35167         (__libc_pvalloc): Likewise.
35168         (__libc_calloc): Likewise.
35170 2012-09-05  John Tobey  <john.tobey@gmail.com>
35172         [BZ #13542]
35173         * manual/arith.texi (Operations on Complex): Fix description
35174         of carg branch cut.
35176 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
35178         [BZ #10014]
35179         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
35180         host name.
35182         [BZ #10038]
35183         * manual/memory.texi (Memory): Make order of menu items match
35184         order of sections.
35186 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35188         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
35189         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
35190         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
35192 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35194         * csu/libc-tls.c (static_dtv): Renamed to ...
35195         (_dl_static_dtv): This.  Make it global.
35196         (_dl_initial_dtv): Removed.
35197         (__libc_setup_tls): Updated.
35198         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
35199         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
35200         DL_INITIAL_DTV.
35202 2012-09-06  Petr Machata  <pmachata@redhat.com>
35204         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
35205         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
35206         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
35207         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
35209 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35211         [BZ #14545]
35212         * csu/libc-tls.c (_dl_initial_dtv): New variable.
35213         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
35214         freeing dtv[-1].
35216 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35218         [BZ #14544]
35219         * Makeconfig (link-static-before-libc): Replace $(+prector)
35220         with $(+prectorT).
35221         (link-static-after-libc): Replace $(+postctor) with
35222         $(+postctorT).
35223         (link-bounded): Replace $(+prector)/$(+postctor) with
35224         $(+prectorT)/$(+postctorT).
35225         (+prectorT): New macro.
35226         (+postctorT): Likewise.
35228 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
35230         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
35231         (round_str): Handle values above the maximum for IBM long double
35232         as inexact.
35233         * stdlib/tst-strtod-round.c (tests): Regenerated.
35235 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35237         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
35238         assembler flag.
35239         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
35240         zarch_nohighgprs around the zarch optimized routines.
35241         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
35242         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
35243         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
35244         for zarch.
35246 2012-09-05  David S. Miller  <davem@davemloft.net>
35248         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35250         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
35251         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
35252         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
35253         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
35254         entries.
35256 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35258         * malloc/arena.c: Fold copyright years.
35259         * malloc/mcheck.c, malloc/memusage.c: Likewise.
35261 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35263         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
35265 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35267         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
35269 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35271         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
35272         change internal state upon failure.
35274 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35276         * malloc/mcheck.c (mcheck_check_all): Fix typo.
35277         * malloc/memusage.c (mmap): Likewise.
35278         (mmap64, mremap): Likewise.  Adjust name in comment.
35280 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
35282         * libio/fileops.c: Fix typos in comments.
35283         * libio/oldfileops.c: Likewise.
35284         * libio/wfileops.c: Likewise.
35286 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
35288         [BZ #1349]
35289         * malloc/Makefile (tests): Add tst-malloc-usable test case.
35290         (tst-malloc-usable-ENV): Set environment for test case.
35291         * malloc/hooks.c (malloc_check_get_size): New function to get
35292         requested size.
35293         * malloc/malloc.c (musable): Use malloc_check_get_size.
35294         * malloc/tst-malloc-usable.c: New test case.
35296 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
35298         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
35300 2012-09-05  Allan McRae  <allan@archlinux.org>
35302         [BZ #13966]
35303         * configure.in (CXX_SYSINCLUDES): Use compiler output to
35304         determine header location.
35305         * configure: Regenerated.
35307 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
35309         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
35310         float format.
35311         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
35312         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
35313         format.
35314         (test): Regenerate.
35316 2012-09-04  David S. Miller  <davem@davemloft.net>
35318         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
35319         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
35320         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
35322 2012-09-04  Florian Weimer  <fweimer@redhat.com>
35324         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
35325         failures.
35327         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
35329 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
35331         [BZ #9914]
35332         * libio/iogetdelim.c: Include <limits.h>.
35333         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
35334         + len + 1 would overflow.
35336 2012-09-03  Andreas Jaeger  <aj@suse.de>
35338         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35339         * sysdeps/i386/fpu/libm-test-ulps: Update.
35341 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35343         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
35344         Add s_sinf-sse2, s_conf-sse2.
35346         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
35347         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
35348         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
35349         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
35351         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
35352         for using routine as __sinf_ia32.
35353         Use macro for function declaration and weak_alias.
35354         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
35355         for using routine as __cosf_ia32.
35356         Use macro for function declaration and weak_alias.
35358         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
35359         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
35361         * sysdeps/x86_64/fpu/s_sinf.S: New file.
35362         * sysdeps/x86_64/fpu/s_cosf.S: New file.
35363         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35365         * math/libm-test.inc (cos_test): Add more test cases.
35366         (sin_test): Likewise.
35367         (sincos_test): Likewise.
35369 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35371         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
35372         (IFUNC_RESOLVE): Make pointers to the specialized implementations
35373         hidden.
35374         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
35376 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
35378         [BZ #14538]
35379         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
35380         first element of the GOT.
35381         (elf_machine_load_address): Return the difference between
35382         the runtime address of _DYNAMIC and elf_machine_dynamic ().
35384 2012-09-01  Allan McRae  <allan@archlinux.org>
35386         [BZ #13412]
35387         * configure.in (AWK): Require gawk version 3.0 or later.
35388         * configure: Regenerated.
35390 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
35392         * sysdeps/unix/sysv/linux/kernel-features.h
35393         (__ASSUME_POSIX_CPU_TIMERS): Remove.
35394         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
35395         [__NR_clock_getres]: Make code unconditional.
35396         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
35397         (clock_getcpuclockid): Remove code left unreachable by removal of
35398         conditionals.
35399         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
35400         code unconditional.
35401         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35402         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35403         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
35404         Make code unconditional.
35405         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35406         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35407         * sysdeps/unix/sysv/linux/clock_settime.c
35408         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
35409         conditional code.
35410         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
35411         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35413 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
35415         [BZ #14476]
35416         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
35417         scripts/test-installation.pl.
35419         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
35420         and $ld_so_version if it is set.
35422 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
35424         [BZ #14516]
35425         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
35426         failure if reading from procfs failed.
35427         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
35429 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
35431         * sysdeps/unix/sysv/linux/kernel-features.h
35432         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
35433         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35434         Remove conditional code.
35435         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35436         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
35437         Remove conditional code.
35438         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35439         * sysdeps/unix/sysv/linux/i386/fxstat.c
35440         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35441         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35442         * sysdeps/unix/sysv/linux/i386/fxstatat.c
35443         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35444         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35445         * sysdeps/unix/sysv/linux/i386/lxstat.c
35446         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35447         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35448         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
35449         Remove conditional code.
35450         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35451         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35452         Remove conditional code.
35453         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35454         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
35455         <kernel-features.h>.
35456         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
35457         Remove.
35458         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
35459         Remove conditional code.
35460         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35461         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
35462         Remove conditional.
35464 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
35466         [BZ #5400]
35467         * NEWS: Add fixed bug number.
35469 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
35471         [BZ #14519]
35472         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
35473         underflowing exponent in case of negative sign.
35474         * stdlib/tst-strtod-round-data: Add more tests.
35475         * stdlib/tst-strtod-round.c (tests): Regenerated.
35477         [BZ #3479]
35478         * stdlib/strtod_l.c (NDIG): Remove.
35479         (HEXNDIG): Likewise.
35480         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
35481         smallest representable value.
35482         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
35483         lie within an exact representation of 1/2 ulp of the result.
35484         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
35485         unconditionally.
35486         (TENS_P9_IDX): Define unconditionally.
35487         (TENS_P9_SIZE): Likewise.
35488         (TENS_P10_IDX): Likewise.
35489         (TENS_P10_SIZE): Likewise.
35490         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
35491         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
35492         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
35493         entries for 10^2^13 and 10^2^14.
35494         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
35495         (TENS_P13_IDX): Define.
35496         (TENS_P13_SIZE): Likewise.
35497         (TENS_P14_IDX): Likewise.
35498         (TENS_P14_SIZE): Likewise.
35499         (_fpioconst_pow10): Change array size to
35500         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
35501         unconditional.
35502         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
35503         1024]: Add entries for 10^2^13 and 10^2^14.
35504         [LAST_POW10 > _LAST_POW10]: Remove #error.
35505         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
35506         (_fpioconst_pow10): Change array size to
35507         FPIOCONST_POW10_ARRAY_SIZE.
35508         * stdlib/gen-fpioconst.c: New file.
35509         * stdlib/gen-tst-strtod-round.c: Likewise.
35510         * stdlib/tst-strtod-round-data: Likewise.
35511         * stdlib/tst-strtod-round.c: Likewise.
35512         * stdlib/Makefile (tests): Add tst-strtod-round.
35514         [BZ #14459]
35515         * stdlib/strtod_l.c: Include <stdint.h>.
35516         (NDEBUG): Do not define.
35517         (round_and_return): Change EXPONENT parameter to type intmax_t.
35518         Rearrange calculations to avoid internal overflow possibilities.
35519         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
35520         Rearrange calculations to avoid internal overflow possibilities.
35521         Assert that number fits inside MPNSIZE limbs.
35522         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
35523         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
35524         calculations and add assertions to avoid internal overflow
35525         possibilities.  Add casts to avoid signed/unsigned operations.
35526         * stdlib/tst-strtod-overflow.c: New file.
35527         * stdlib/Makefile (tests): Add tst-strtod-overflow.
35529 2012-08-25  Marek Polacek  <polacek@redhat.com>
35531         * time/time.h: Fix some typos in comments.
35533 2012-08-23  Roland McGrath  <roland@hack.frob.com>
35535         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
35536         * posix/tst-rfc3484-2.c: Likewise.
35537         * posix/tst-rfc3484-3.c: Likewise.
35539 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
35541         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
35542         (EF_ARM_ABI_FLOAT_HARD): Likewise.
35544 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
35546         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
35547         #include of fxstatat64.c.
35549 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35551         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
35552         * shadow/getspent_r.c: Likewise.
35553         * shadow/getspnam.c: Likewise.
35554         * shadow/getspnam_r.c: Likewise.
35555         * gshadow/getsgent.c: Likewise.
35556         * gshadow/getsgent_r.c: Likewise.
35557         * gshadow/getsgnam.c: Likewise.
35558         * gshadow/getsgnam_r.c: Likewise.
35559         * inet/getnetbyad.c: Likewise.
35560         * inet/getnetbyad_r.c: Likewise.
35561         * inet/getnetbynm.c: Likewise.
35562         * inet/getnetbynm_r.c: Likewise.
35563         * inet/getnetent.c: Likewise.
35564         * inet/getnetent_r.c: Likewise.
35565         * inet/getproto.c: Likewise.
35566         * inet/getproto_r.c: Likewise.
35567         * inet/getprtent.c: Likewise.
35568         * inet/getprtent_r.c: Likewise.
35569         * inet/getprtname.c: Likewise.
35570         * inet/getprtname_r.c: Likewise.
35571         * inet/getrpcbyname.c: Likewise.
35572         * inet/getrpcbyname_r.c: Likewise.
35573         * inet/getrpcbynumber.c: Likewise.
35574         * inet/getrpcbynumber_r.c: Likewise.
35575         * inet/getrpcent.c: Likewise.
35576         * inet/getrpcent_r.c: Likewise.
35577         * inet/getaliasent.c: Likewise.
35578         * inet/getaliasent_r.c: Likewise.
35579         * inet/getaliasname.c: Likewise.
35580         * inet/getaliasname_r.c: Likewise.
35581         * nscd/getgrgid_r.c: Likewise.
35582         * nscd/getgrnam_r.c: Likewise.
35583         * nscd/gethstbyad_r.c: Likewise.
35584         * nscd/gethstbynm3_r.c: Likewise.
35585         * nscd/getpwnam_r.c: Likewise.
35586         * nscd/getpwuid_r.c: Likewise.
35587         * nscd/getsrvbynm_r.c: Likewise.
35588         * nscd/getsrvbypt_r.c: Likewise.
35589         * nscd/gai.c: Likewise.
35591         * configure.in (build_nscd): New substituted variable, set
35592         by --disable-build-nscd and defaults to $use_nscd.
35593         * configure: Regenerated.
35594         * config.make.in (build-nscd): New substituted variable.
35595         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
35596         Change conditional to require [$(build-nscd) = yes] as well.
35597         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
35599         [BZ# 13696]
35600         * configure.in (use_nscd): New substituted variable, set by
35601         --disable-nscd.  If enabled, define USE_NSCD.
35602         * configure: Regenerated.
35603         * config.h.in: Add USE_NSCD.
35604         * config.make.in (use-nscd): New substituted variable.
35605         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
35606         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
35607         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
35608         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
35609         (CFLAGS-getgrnam_r.c): Likewise.
35610         (CFLAGS-initgroups.c): Likewise.
35611         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
35612         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
35613         Variables removed.
35614         * inet/getnetgrent_r.c
35615         (nscd_setnetgrent): New function, broken out of ...
35616         (setnetgrent): ... here.  Call it.
35617         (innetgr): Conditionalize nscd bits on [USE_NSCD].
35618         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
35619         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
35620         * nscd/Makefile (routines, aux): Move definitions after include of
35621         Makeconfig.  Conditionalize on [$(use-nscd) != no].
35622         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
35623         Conditionalize on [USE_NSCD].
35624         (is_nscd, nscd_init_cb): Likewise.
35625         (nss_load_library): Conditionalize init callback on [USE_NSCD].
35626         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
35627         * nss/nss_db/db-init.c: Likewise.
35628         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
35629         [USE_NSCD].
35630         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
35631         (make_request): Use it.
35632         (cache_valid_p): New function.
35633         (__check_pf): Use it.
35634         * NEWS: Add item for --disable-nscd.
35636 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
35638         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
35639         to support sed >= 4.2.1-20-ga9bf076.
35640         * configure: Regenerated.
35642 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35644         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
35645         Conditionalize whole body on [IREL].
35647 2012-08-22  Jeff Law <law@redhat.com>
35649         [BZ #14505]
35650         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
35651         if the family is PF_UNSPEC.
35653 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
35655         * Makerules (lib-version): Rename from V.
35656         (install-lib-nosubdir): Change V to lib-version.
35658 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
35660         [BZ #14252]
35661         * powerpc32/power6/wcschr.c: New file.
35662         * powerpc32/power6/wcscpy.c: New file.
35663         * powerpc32/power6/wcsrchr.c: New file.
35664         * powerpc64/power6/wcschr.c: New file.
35665         * powerpc64/power6/wcscpy.c: New file.
35666         * powerpc64/power6/wcsrchr.c: New file.
35668 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35670         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
35671         (two_way_short_needle): Use it.
35672         * string/strstr.c (AVAILABLE1_USES_J): Define.
35673         * string/strcasestr.c: Likewise.
35675         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
35676         array references.
35677         * string/strcasestr.c (TOLOWER): Make side-effect safe.
35679         [BZ #11607]
35680         * NEWS: Add an entry.
35681         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
35682         define their defaults.
35683         (two_way_short_needle): Detect end-of-string on-the-fly.
35684         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
35685         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
35686         * string/bug-strcasestr1.c: New test.
35687         * string/Makefile: Run it.
35689 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35691         [BZ #11607]
35692         * string/str-two-way.h (two_way_short_needle): Optimize matching of
35693         the first character.
35695 2012-08-21  Roland McGrath  <roland@hack.frob.com>
35697         * csu/elf-init.c (__libc_csu_irel): Function removed.
35698         * csu/libc-start.c (apply_irel): New function.
35699         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
35701 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
35703         * sysdeps/unix/sysv/linux/kernel-features.h
35704         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
35705         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
35706         <kernel-features.h>.
35707         [__NR_fadvise64_64]: Make code unconditional.
35708         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
35709         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35710         !__NR_fadvise64_64)]: Likewise.
35711         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35712         !__NR_fadvise64_64))]: Likewise.
35713         [__NR_fadvise64]: Make code unconditional.
35714         [!__NR_fadvise64]: Remove conditional code.
35715         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
35716         <kernel-features.h>.
35717         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35718         unconditional.
35719         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35720         conditional code.
35721         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
35722         not include <kernel-features.h>.
35723         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35724         unconditional.
35725         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35726         conditional code.
35727         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
35728         include <kernel-features.h>.
35729         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35730         unconditional.
35731         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35732         conditional code.
35734 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
35736         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
35737         slight instruction rearrangements per scrollpipe analysis.
35738         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
35740 2012-08-20  Roland McGrath  <roland@hack.frob.com>
35742         * manual/syslog.texi (syslog; vsyslog, closelog):
35743         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
35744         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
35746         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
35747         DSOCAPS to match condition on defining it.
35749 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
35751         * sysdeps/unix/sysv/linux/kernel-features.h
35752         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
35753         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
35754         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35755         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35756         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
35757         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35758         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35759         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
35760         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35761         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35763         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
35764         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
35766         * sysdeps/unix/sysv/linux/kernel-features.h
35767         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
35768         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
35769         unconditional.
35770         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35771         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
35772         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35773         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35774         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
35775         Make code unconditional.
35776         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35777         (__mmap64) [!__NR_mmap2]: Likewise.
35778         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
35779         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35780         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35781         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
35782         [__NR_mmap2]: Make code unconditional.
35783         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35784         (__mmap64) [!__NR_mmap2]: Likewise.
35786 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35788         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
35790 2012-08-18  Andreas Jaeger  <aj@suse.de>
35792         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
35794 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
35796         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
35797         * include/unistd.h (__have_sock_cloexec): Likewise.
35798         (__have_pipe2): Likewise.
35799         (__have_dup3): Likewise.
35801 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
35803         [BZ #9685]
35804         * include/unistd.h (__have_pipe2): Change define into an extern int.
35805         (__have_dup3): Likewise.
35806         * socket/have_sock_cloexec.c: Include fcntl.h.
35807         (__have_pipe2): New variable.
35808         (__have_dup3): Likewise.
35810 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
35812         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
35814 2012-08-17  Marek Polacek  <polacek@redhat.com>
35816         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
35817         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
35819 2012-08-17  Roland McGrath  <roland@hack.frob.com>
35821         * configure.in: Add AC_SUBST for sysheaders.
35822         * configure: Regenerated.
35823         * config.make.in (sysheaders): New substituted variable.
35825         * sysdeps/unix/mkfifo.c: Moved ...
35826         * sysdeps/posix/mkfifo.c: ... here.
35827         * sysdeps/unix/mkfifoat.c: Moved ...
35828         * sysdeps/posix/mkfifoat.c: ... here.
35830         * sysdeps/unix/utime.c: Moved ...
35831         * sysdeps/posix/utime.c: ... here.
35833         * sysdeps/unix/time.c: Moved ...
35834         * sysdeps/posix/time.c: ... here.
35835         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
35836         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
35838         * sysdeps/unix/nice.c: Moved ...
35839         * sysdeps/posix/nice.c: ... here.
35841         * sysdeps/unix/alarm.c: Moved ...
35842         * sysdeps/posix/alarm.c: ... here.
35844         * intl/Makefile ($(codeset_mo)): Depend on the input file.
35846 2012-08-17  Jeff Law <law@redhat.com>
35848         * intl/Makefile (codeset_mo): New variable.
35849         ($(codeset_mo)): New target.
35850         (tst-codeset.out): Depend on that.  Remove explicit rule.
35851         (tst-gettext3.out, tst-gettext5.out): Likewise.
35852         (LOCPATH-ENV, tst-codeset-ENV): New variables.
35853         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
35854         * intl/tst-codeset.sh: Remove.
35855         * intl/tst-gettext3.sh: Likewise.
35856         * intl/tst-gettext5.sh: Likewise.
35858 2012-08-17  Roland McGrath  <roland@hack.frob.com>
35860         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
35861         * sysdeps/unix/syscalls.list: ... here.
35863         * sysdeps/posix/getaddrinfo.c
35864         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
35865         (gaiconf_init, gaiconf_reload): Use them.
35866         [!_STATBUF_ST_NSEC]
35867         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
35868         Define using time_t rather than struct timespec.
35870         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
35871         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
35872         Macros removed.
35873         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
35874         [!NO_THREADS].
35875         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
35876         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
35877         Likewise.
35879         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
35880         __libc_cleanup_push argument.
35882         * bits/param.h: New file.
35883         * misc/sys/param.h: New file.
35884         * include/sys/param.h: New file.
35885         * misc/Makefile (headers): Add bits/param.h.
35886         * sysdeps/generic/sys/param.h: File removed.
35887         * sysdeps/unix/sysv/linux/bits/param.h: New file.
35888         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
35889         * sysdeps/mach/hurd/bits/param.h: New file.
35890         * sysdeps/mach/hurd/sys/param.h: File removed.
35892         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
35893         last change.
35895         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
35896         [_IO_MTSAFE_IO].
35897         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
35898         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
35899         New macros.
35901         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
35902         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
35903         rather than -D_IO_MTSAFE_IO conditionally.
35904         * stdio-common/Makefile (CPPFLAGS): Likewise.
35905         * wcsmbs/Makefile (CPPFLAGS): Likewise.
35906         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
35907         Use $(libio-mtsafe).
35908         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
35909         of -D_IO_MTSAFE_IO.
35910         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
35911         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
35912         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
35913         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
35914         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
35915         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
35916         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
35917         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
35918         (CFLAGS-fread_u_chk.c): Likewise.
35919         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
35920         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
35921         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
35922         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
35923         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
35924         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
35925         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
35926         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
35927         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
35929         * libio/Makefile: Test [$(libc-reentrant) = yes]
35930         instead of [$(filter %REENTRANT, $(defines)) nonempty].
35932         * Makeconfig
35933         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
35934         * sysdeps/pthread/configure: File removed.
35935         * sysdeps/pthread/Makeconfig: New file.
35936         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
35937         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
35939 2012-08-16  Gary Benson  <gbenson@redhat.com>
35941         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
35942         unmapping the first object in a namespace.
35944 2012-08-16  Roland McGrath  <roland@hack.frob.com>
35946         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
35947         (__internal_setnetgrent): ... this.  Add internal_function to
35948         definition.  Add libc_hidden_def.
35949         (setnetgrent): Update caller.
35950         (internal_endnetgrent): Renamed to ...
35951         (__internal_endnetgrent): ... this.  Add internal_function to
35952         definition.  Add libc_hidden_def.
35953         (endnetgrent): Update caller.
35954         (internal_getnetgrent_r): Renamed to ...
35955         (__internal_getnetgrent_r): ... this.  Add internal_function to
35956         definition.  Add libc_hidden_def.
35957         (__getnetgrent_r): Update caller.
35958         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
35960 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
35962         * stdlib/longlong.h: Update from GCC.
35964 2012-08-16  Roland McGrath  <roland@hack.frob.com>
35966         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
35967         on _QL, which is set by umul_ppmm but never used.
35968         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
35969         variables, which are set by GMP macros but never used.
35970         * stdio-common/_itowa.c (_itowa): Likewise.
35971         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
35972         * stdlib/mod_1.c (mpn_mod_1): Likewise.
35974 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
35976         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
35977         struct La_sh_regs is not constant.
35978         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
35979         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
35980         and struct La_sparc64_regs are not constant.
35982 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
35984         * sysdeps/unix/sysv/linux/kernel-features.h
35985         (__ASSUME_POSIX_TIMERS): Remove.
35986         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
35987         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35988         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
35989         Make code unconditional.
35990         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35991         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
35992         Make code unconditional.
35993         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35994         * sysdeps/unix/sysv/linux/clock_nanosleep.c
35995         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
35996         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35997         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
35998         Make code unconditional.
35999         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36000         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
36001         (__libc_missing_posix_timers): Remove.
36003 2012-08-15  Roland McGrath  <roland@hack.frob.com>
36005         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
36006         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
36008         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
36010         * elf/dl-sym.c: Include <stdlib.h>.
36012         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
36013         constants, which avoids warnings in 32-bit builds.
36015         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
36016         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
36018         * misc/lseek.c: File moved to ...
36019         * io/lseek.c: ... here.
36021         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
36023         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
36024         shifting LEN more than 31 bits at once.
36026 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
36028         [BZ #14195]
36029         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
36030         segmentation fault for a case of two empty input strings.
36031         * string/test-strncasecmp.c (check1): Renamed to...
36032         (bz12205): ...this.
36033         (bz14195): Add new testcase for two empty input strings and N > 0.
36034         (test_main): Call new testcase, adapt for renamed function.
36036 2012-08-15  Andreas Jaeger  <aj@suse.de>
36038         [BZ #14090]
36039         * crypt/md5test2.c: New test, based on test supplied by Serge
36040         Belyshev <belyshev@depni.sinp.msu.ru>.
36041         * crypt/Makefile (xtests): Add md5test-giant..
36042         * crypt/Makefile ($(objpfx)md5test-giant): Add.
36044 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
36046         [BZ #14090]
36047         * crypt/md5.c (md5_process_block): Don't assume the buffer
36048         length is less than 2**32.
36049         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
36050         length is less than 2**64.
36052 2012-08-15  Roland McGrath  <roland@hack.frob.com>
36054         * string/str-two-way.h: Include <sys/param.h>.
36055         (MAX): Macro removed.
36057         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
36058         Move #define and #undef of memmove to just before and after
36059         including <string.h>.
36061         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
36062         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
36063         and after including <string.h>.  Move declarations of
36064         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
36065         to before #include "string/memmove.c".
36067         * include/dirent.h: Declare __getdirentries.
36069         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
36070         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
36072 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
36074         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
36075         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
36076         * sysdeps/i386/configure: Regenerated.
36077         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
36078         STABS_CURRENT_FILE, and STABS_FUN.
36079         (END): Remove call to STABS_FUN_END.
36080         (STABS_CURRENT_FILE1): Delete.
36081         (STABS_CURRENT_FILE): Likewise.
36082         (STABS_FUN): Likewise.
36083         (STABS_FUN_END): Likewise.
36084         (STABS_FUN2): Likewise.
36085         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
36086         * sysdeps/x86_64/configure: Regenerated.
36088 2012-08-14  Roland McGrath  <roland@hack.frob.com>
36090         * elf/dl-open.c: Include <atomic.h>.
36091         * elf/dl-lookup.c: Likewise.
36093 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
36095         * sysdeps/unix/sysv/linux/kernel-features.h
36096         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
36097         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
36098         unconditionally.
36099         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
36100         unconditionally.
36101         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
36102         condition on __ASSUME_CLONE_THREAD_FLAGS.
36104 2012-08-14  Andreas Jaeger  <aj@suse.de>
36106         * sysdeps/i386/fpu/libm-test-ulps: Update.
36108 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
36110         * include/atomic.h (atomic_exchange_and_add): Split into ...
36111         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
36112         New atomic macros.
36114 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
36116         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36118 2012-08-13  Jeff Law <law@redhat.com>
36120         * manual/stdio.texi (snprintf): Clarify handling of the trailing
36121         null byte in the output string.
36123 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
36125         * sysdeps/unix/sysv/linux/kernel-features.h
36126         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
36127         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
36128         (__ASSUME_ARG_MAX_STACK_BASED): Define.
36129         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
36130         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
36131         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
36132         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
36134 2012-08-09  Jeff Law <law@redhat.com>
36136         [BZ #13939]
36137         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
36138         When avoid_arena is set, don't retry in the that arena.  Pick the
36139         next one, whatever it might be.
36140         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
36141         (arena_lock): Pass in new parameter to arena_get2.
36142         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
36143         arena_get2.
36144         (__libc_malloc): Unify retrying after main arena failure with
36145         __libc_memalign version.
36146         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
36148 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
36150         [BZ #14166]
36151         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
36152         to __redirect_strstr.
36153         (__strstr_sse42): Use typeof __redirect_strstr.
36154         (__strstr_ia32): Likewise.
36155         (__libc_strstr): New prototype.
36156         (strstr): Renamed to ...
36157         (__libc_strstr): This.
36158         (strstr): New strong alias of __libc_strstr.
36159         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
36160         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
36161         __redirect_time.
36162         Include <time.h>.
36163         (__libc_time): New prototype.
36164         (time_ifunc): Replace time with __libc_time.
36165         (time): New strong alias and hidden definition of __libc_time.
36166         (__GI_time): Remove strong alias.
36167         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
36168         Include <stddef.h>.
36169         (memmove): Redefined to __redirect_memmove.
36170         (__memmove_sse2): Use typeof __redirect_memmove.
36171         (__memmove_ssse3): Likewise.
36172         (__memmove_ssse3_back): Likewise.
36173         (__libc_memmove): New prototype.
36174         (memmove): Renamed to ...
36175         (__libc_memmove): This.
36176         (memmove): New strong alias of __libc_memmove.
36178 2012-08-08  Mark Salter  <msalter@redhat.com>
36180         * elf/elf.h
36181         (R_MN10300_TLS_GD): Define.
36182         (R_MN10300_TLS_LD): Likewise.
36183         (R_MN10300_TLS_LDO): Likewise.
36184         (R_MN10300_TLS_GOTIE): Likewise.
36185         (R_MN10300_TLS_IE): Likewise.
36186         (R_MN10300_TLS_LE): Likewise.
36187         (R_MN10300_TLS_DTPMOD): Likewise.
36188         (R_MN10300_TLS_DTPOFF): Likewise.
36189         (R_MN10300_TLS_TPOFF): Likewise.
36190         (R_MN10300_SYM_DIFF): Likewise.
36191         (R_MN10300_ALIGN): Likewise.
36192         (R_MN10300_NUM): Update.
36194 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
36196         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
36197         Remove.
36199 2012-08-08  Roland McGrath  <roland@hack.frob.com>
36201         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
36203         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
36204         sysdeps/unix -> sysdeps/posix move.
36205         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
36207 2012-08-07      Allan McRae     <allan@archlinux.org>
36209         [BZ #14303]
36210         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
36211         (SUNOS_CPP): Likewise.
36212         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
36213         not found.
36214         (open_input): Call CPP using execvp.
36216 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
36218         * sysdeps/unix/sysv/linux/kernel-features.h
36219         (__ASSUME_PROT_GROWSUPDOWN): Remove.
36220         (__ASSUME_NO_CLONE_DETACHED): Likewise.
36221         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36222         (__ASSUME_WAITID_SYSCALL): Likewise.
36223         * sysdeps/unix/sysv/linux/dl-execstack.c
36224         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
36225         code unconditional.
36226         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
36227         conditional code.
36228         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
36229         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
36230         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
36231         code.
36232         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
36233         unconditional.
36234         [__ASSUME_WAITID_SYSCALL]: Likewise.
36235         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
36237 2012-08-07  Roland McGrath  <roland@hack.frob.com>
36239         * sysdeps/unix/closedir.c: Renamed to ...
36240         * sysdeps/posix/closedir.c: ... here.
36241         * sysdeps/unix/dirfd.c: Renamed to ...
36242         * sysdeps/posix/dirfd.c: ... here.
36243         * sysdeps/unix/dirstream.h: Renamed to ...
36244         * sysdeps/posix/dirstream.h: ... here.
36245         * sysdeps/unix/fdopendir.c: Renamed to ...
36246         * sysdeps/posix/fdopendir.c: ... here.
36247         * sysdeps/unix/opendir.c: Renamed to ...
36248         * sysdeps/posix/opendir.c: ... here.
36249         * sysdeps/unix/readdir.c: Renamed to ...
36250         * sysdeps/posix/readdir.c: ... here.
36251         * sysdeps/unix/readdir_r.c: Renamed to ...
36252         * sysdeps/posix/readdir_r.c: ... here.
36253         * sysdeps/unix/rewinddir.c: Renamed to ...
36254         * sysdeps/posix/rewinddir.c: ... here.
36255         * sysdeps/unix/seekdir.c: Renamed to ...
36256         * sysdeps/posix/seekdir.c: ... here.
36257         * sysdeps/unix/telldir.c: Renamed to ...
36258         * sysdeps/posix/telldir.c: ... here.
36259         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
36260         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
36261         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
36262         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
36264         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
36265         * bits/fcntl.h: ... here.
36267         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
36268         not 0.
36269         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
36270         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
36271         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
36272         (struct flock): Move l_start, l_len to the beginning.
36273         Use __pid_t for l_pid.
36274         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
36275         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
36276         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
36277         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
36278         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
36279         [__USE_LARGEFILE64] (struct flock64): New type.
36280         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
36282         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
36283         * bits/dirent.h: ... here.
36285         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
36286         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
36288 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
36290         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36291         Change from 2.6.0 to 2.6.16.
36292         * sysdeps/unix/sysv/linux/configure: Regenerated.
36293         * sysdeps/unix/sysv/linux/kernel-features.h
36294         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
36295         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
36296         version.
36297         (__ASSUME_UTIMES): Likewise.
36298         (__ASSUME_CLONE_STOPPED): Remove.
36299         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
36300         architectures, not kernel version.
36301         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
36302         (__ASSUME_NO_CLONE_DETACHED): Likewise.
36303         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36304         (__ASSUME_WAITID_SYSCALL): Likewise.
36305         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
36306         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
36307         * README: State 2.6.16 as minimum Linux kernel version.  Do not
36308         refer to older versions.
36310 2012-08-06  Roland McGrath  <roland@hack.frob.com>
36312         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
36313         Define alphasort64 as an alias.
36314         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
36315         Define versionsort64 as an alias.
36316         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
36317         Define scandir64 as an alias.
36318         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
36319         Define scandirat64 as an alias.
36320         * dirent/alphasort64.c (alphasort64):
36321         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
36322         * dirent/versionsort64.c: Likewise.
36323         * dirent/scandir64.c: Likewise.
36324         * dirent/scandirat64.c: Likewise.
36325         * sysdeps/wordsize-64/alphasort.c: File removed.
36326         * sysdeps/wordsize-64/alphasort64.c: File removed.
36327         * sysdeps/wordsize-64/scandir.c: File removed.
36328         * sysdeps/wordsize-64/scandir64.c: File removed.
36329         * sysdeps/wordsize-64/scandirat.c: File removed.
36330         * sysdeps/wordsize-64/scandirat64.c: File removed.
36331         * sysdeps/wordsize-64/versionsort.c: File removed.
36332         * sysdeps/wordsize-64/versionsort64.c: File removed.
36333         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
36334         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
36335         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
36336         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
36337         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
36338         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
36339         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
36340         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
36342         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
36343         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36344         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
36345         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36346         [defined __arch64__ || defined __sparcv9]
36347         (__INO_T_MATCHES_INO64_T): New macro.
36348         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36349         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
36350         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
36351         * sysdeps/unix/sysv/linux/bits/dirent.h
36352         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
36353         (_DIRENT_MATCHES_DIRENT64): New macro.
36355         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
36356         Define lockf64 as an alias.
36357         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
36358         Define fseeko64 as an alias.
36359         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
36360         Define ftello64 as an alias.
36361         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
36362         Define _IO_fgetpos64 and fgetpos64 as aliases.
36363         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
36364         Define _IO_fsetpos64 and fsetpos64 as aliases.
36365         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
36366         Conditionalize body on this.
36367         * libio/fseeko64.c: Likewise.
36368         * libio/ftello64.c: Likewise.
36369         * libio/iofgetpos64.c: Likewise.
36370         * libio/iofsetpos64.c: Likewise.
36371         * sysdeps/wordsize-64/lockf.c: File removed.
36372         * sysdeps/wordsize-64/lockf64.c: File removed.
36373         * sysdeps/wordsize-64/fseeko.c: File removed.
36374         * sysdeps/wordsize-64/fseeko64.c: File removed.
36375         * sysdeps/wordsize-64/ftello.c: File removed.
36376         * sysdeps/wordsize-64/ftello64.c: File removed.
36377         * sysdeps/wordsize-64/iofgetpos.c: File removed.
36378         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
36379         * sysdeps/wordsize-64/iofsetpos.c: File removed.
36380         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
36381         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
36382         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
36383         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
36384         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
36385         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
36386         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
36387         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
36388         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
36389         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
36390         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
36392         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36393         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36394         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
36395         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36396         [defined __arch64__ || defined __sparcv9]
36397         (__OFF_T_MATCHES_OFF64_T): New macro.
36398         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36399         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36400         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36401         (__OFF_T_MATCHES_OFF64_T): New macro.
36403 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
36405         * stdlib/secure-getenv.c (__secure_getenv): Replace
36406         GLIBC_2_16 with GLIBC_2_17.
36408 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
36410         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
36411         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
36413 2012-08-03  David S. Miller  <davem@davemloft.net>
36415         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36417 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
36419         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
36420         Remove.
36421         (__ASSUME_CORRECT_SI_PID): Likewise.
36422         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
36423         (__ASSUME_TMPFS_NAME): Likewise.
36424         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
36425         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
36426         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
36427         (HAVE_AUX_SECURE): Make definition unconditional.
36428         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
36429         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
36431 2012-08-03  Roland McGrath  <roland@hack.frob.com>
36433         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
36434         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
36435         * sysdeps/mach/hurd/eloop-threshold.h: New file.
36436         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
36437         __eloop_threshold instead of SYMLOOP_MAX.
36439         * sysdeps/generic/eloop-threshold.h: New file.
36440         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
36441         of MAXSYMLINKS.
36442         * elf/chroot_canon.c (chroot_canon): Likewise.
36444 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
36446         [BZ #13717]
36447         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36448         Change to 2.6.0 everywhere.
36449         * sysdeps/unix/sysv/linux/configure: Regenerated.
36450         * sysdeps/unix/sysv/linux/kernel-features.h
36451         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
36452         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
36453         kernel versions.
36454         (__ASSUME_POSIX_TIMERS): Define unconditionally.
36455         (__ASSUME_FUTEX_REQUEUE): Remove.
36456         (__ASSUME_STATFS64): Define unconditionally.
36457         (__ASSUME_AT_SECURE): Likewise.
36458         (__ASSUME_CORRECT_SI_PID): Likewise.
36459         (__ASSUME_TGKILL): Define without depending on kernel version for
36460         i386.
36461         (__ASSUME_UTIMES): Likewise.
36462         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
36463         kernel version.
36464         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
36465         (__ASSUME_TMPFS_NAME): Likewise.
36466         * README: Update reference to Linux kernel versions.
36468 2012-08-02  Marek Polacek  <polacek@redhat.com>
36470         [BZ# 14150]
36471         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
36472         libc_cv_asm_type_prefix with %.
36473         * configure: Regenerated.
36474         * include/libc-symbols.h: Remove comment about
36475         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36476         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
36477         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
36478         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
36479         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
36480         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36481         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
36482         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
36483         * elf/tst-unique2mod1.c: Likewise.
36484         * elf/tst-unique1mod2.c: Likewise.
36485         * elf/tst-unique1mod1.c: Likewise.
36486         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
36487         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
36488         Replace ASM_TYPE_DIRECTIVE with .type.
36489         * sysdeps/s390/s390-64/sysdep.h: Likewise.
36490         * sysdeps/i386/sysdep.h: Likewise.
36491         * sysdeps/x86_64/sysdep.h: Likewise.
36492         * sysdeps/sh/sysdep.h: Likewise.
36493         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
36494         Do not define ASM_TYPE_DIRECTIVE.
36495         * sysdeps/powerpc/sysdep.h: Likewise.
36496         * sysdeps/powerpc/powerpc32/sysdep.h:
36497         Replace ASM_TYPE_DIRECTIVE with .type.
36498         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
36499         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
36500         * sysdeps/i386/fpu/e_powf.S: Likewise.
36501         * sysdeps/i386/fpu/e_expl.S: Likewise.
36502         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
36503         * sysdeps/i386/fpu/e_acosh.S: Likewise.
36504         * sysdeps/i386/fpu/e_pow.S: Likewise.
36505         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
36506         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
36507         * sysdeps/i386/fpu/s_expm1.S: Likewise.
36508         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
36509         * sysdeps/i386/fpu/e_log2.S: Likewise.
36510         * sysdeps/i386/fpu/e_log2l.S: Likewise.
36511         * sysdeps/i386/fpu/e_scalb.S: Likewise.
36512         * sysdeps/i386/fpu/e_powl.S: Likewise.
36513         * sysdeps/i386/fpu/e_log10f.S: Likewise.
36514         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
36515         * sysdeps/i386/fpu/e_logl.S: Likewise.
36516         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
36517         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
36518         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
36519         * sysdeps/i386/fpu/e_log2f.S: Likewise.
36520         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
36521         * sysdeps/i386/fpu/e_log.S: Likewise.
36522         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
36523         * sysdeps/i386/fpu/e_logf.S: Likewise.
36524         * sysdeps/i386/fpu/e_log10l.S: Likewise.
36525         * sysdeps/i386/fpu/e_atanh.S: Likewise.
36526         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
36527         * sysdeps/i386/fpu/e_log10.S: Likewise.
36528         * sysdeps/i386/fpu/s_frexp.S: Likewise.
36529         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
36530         * sysdeps/i386/fpu/s_asinh.S: Likewise.
36531         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
36532         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
36533         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
36534         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
36535         * sysdeps/i386/i686/strtok.S: Likewise.
36536         * sysdeps/i386/i386-mcount.S: Likewise.
36537         * sysdeps/i386/strtok.S: Likewise.
36538         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
36539         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
36540         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
36541         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
36542         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
36543         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
36544         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
36545         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
36546         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
36547         * sysdeps/x86_64/_mcount.S: Likewise.
36548         * sysdeps/x86_64/strtok.S: Likewise.
36549         * sysdeps/sh/_mcount.S: Likewise.
36551 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36553         * libio/iofopen.c: Include <fcntl.h>.
36554         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
36555         (_IO_fopen64, fopen64): Define as aliases.
36556         * libio/iofopen64.c: Include <fcntl.h>.
36557         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
36558         Conditionalize body on this.
36559         * sysdeps/wordsize-64/iofopen.c: File removed.
36560         * sysdeps/wordsize-64/iofopen64.c: File removed.
36562 2012-08-01  Marek Polacek  <polacek@redhat.com>
36564         * libc/Makeconfig: Use elf in place of binfmt-subdir.
36565         Use dlfcn directly instead of a variable.
36566         (binfmt-subdir): Do not define.
36567         (dlfcn): Likewise.
36569 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
36571         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
36572         Remove all definitions.
36573         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
36574         <kernel-features.h>.
36575         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36576         (miss_F_GETOWN_EX): Remove all definitions.
36577         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
36578         macro definition.
36579         [!__ASSUME_FCNTL64]: Remove conditional code.
36580         [__ASSUME_FCNTL64]: Make code unconditional.
36581         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
36582         <kernel-features.h>.
36583         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36584         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
36585         (lockf64) [__NR_fcntl64]: Make code unconditional.
36586         (lockf64) [__ASSUME_FCNTL64]: Likewise.
36588         * sysdeps/unix/sysv/linux/kernel-features.h
36589         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
36590         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
36591         Make code unconditional.
36592         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36593         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36594         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
36595         [__NR_vfork]: Make code unconditional.
36596         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36597         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36598         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
36599         [__NR_vfork]: Make code unconditional.
36600         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36601         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36603 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36605         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
36606         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
36608         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36609         Define mkstemp64 as an alias.
36610         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36611         Define mkstemps64 as an alias.
36612         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36613         Define mkostemp64 as an alias.
36614         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36615         Define mkostemps64 as an alias.
36616         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
36617         Conditionalize body on this.
36618         * misc/mkostemp64.c: Likewise.
36619         * misc/mkostemps64.c: Likewise.
36620         * misc/mkstemps64.c: Likewise.
36621         * sysdeps/wordsize-64/mkstemp64.c: File removed.
36622         * sysdeps/wordsize-64/mkostemp64.c: File removed.
36623         * sysdeps/wordsize-64/mkostemp.c: File removed.
36624         * sysdeps/wordsize-64/mkstemp.c: File removed.
36625         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
36626         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
36627         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
36628         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
36630         [BZ #14138]
36631         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
36632         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
36633         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
36634         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
36636         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
36637         compat_symbol macros from <shlib-compat.h> rather than the underlying
36638         default_symbol_version and symbol_version macros, so that DEFAULT
36639         lines in shlib-versions are respected.
36640         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
36642 2012-08-01  Florian Weimer  <fweimer@redhat.com>
36644         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
36645         Declare with warn_unused_result.
36646         (setgid, setregid, setegid, setresgid): Likewise.
36647         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
36648         Likewise.
36649         * WUR-REPORT: Remove set*id functions.
36651 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
36653         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
36655 2012-07-31  Roland McGrath  <roland@hack.frob.com>
36657         [BZ #10191]
36658         * include/sys/socket.h (__libc_accept, __libc_accept4):
36659         Add attribute_hidden.
36660         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
36662         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
36663         use of PTR_MANGLE.
36664         * inet/getnetgrent_r.c (setup): Likewise.
36666         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
36668 2012-07-31  David S. Miller  <davem@davemloft.net>
36670         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36672 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
36674         [BZ #13629]
36675         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
36676         value between 1.0 and 2.0 and smaller part has absolute value less
36677         than 1.0.
36678         * math/s_clog10.c (__clog10): Likewise.
36679         * math/s_clog10f.c (__clog10f): Likewise.
36680         * math/s_clog10l.c (__clog10l): Likewise.
36681         * math/s_clogf.c (__clogf): Likewise.
36682         * math/s_clogl.c (__clogl): Likewise.
36683         * math/libm-test.inc (clog_test): Add more tests.
36684         (clog10_test): Likewise.
36685         * sysdeps/i386/fpu/libm-test-ulps: Update.
36686         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36688 2012-07-31  Florian Weimer  <fweimer@redhat.com>
36690         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
36691         Exit with zero in case no suitable GID is found, and write a
36692         message to standard error.
36694 2012-07-30  Roland McGrath  <roland@hack.frob.com>
36696         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
36697         rather than to 1.
36698         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
36699         (MAXPATHLEN): Removed.
36700         (NOGROUP, NODEV): New macros.
36701         (setbit, clrbit, isset, isclr): New macros.
36702         (howmany, roundup, powerof2): New macros.
36703         (DEV_BSIZE): New macro.
36705         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
36706         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
36708         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
36709         definition on [!__NO_LONG_DOUBLE_MATH].
36711         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
36712         PTR_MANGLE and PTR_DEMANGLE.
36714         * socket/accept4.c (accept4): Rename to __libc_accept4.
36715         Define accept4 as a weak alias.
36717         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
36718         on [_DIRENT_HAVE_D_TYPE].
36719         * io/ftw.c (ftw_dir): Likewise.
36721         * io/xmknod.c (__xmknod): Don't check PATH for being null.
36723         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
36725         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
36726         Use the BSD numbers rather than the arbitrary ones we had.
36727         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
36728         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
36729         (SIGXCPU, SIGXFSZ): New macros.
36730         (_NSIG): Now 32.
36732         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
36733         initializer on [_LIBC_REENTRANT].
36735         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
36736         definitions inside [_POSIX_MAPPED_FILES].
36738         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
36740         * dirent/opendir.c: Include <fcntl.h>.
36742         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
36743         (__libc_getspecific): Likewise.
36744         (__libc_key_create): Likewise.
36746         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
36747         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
36748         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
36749         (tmpfile64): Define as alias.
36750         * sysdeps/wordsize-64/tmpfile.c: File removed.
36751         * sysdeps/wordsize-64/tmpfile64.c: File removed.
36752         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
36753         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
36755         * stdio-common/vfscanf.c: Include <stdbool.h>.
36756         * nss/makedb.c: Likewise.
36757         * stdio-common/_i18n_number.h: Likewise.
36758         * argp/argp-help.c: Likewise.
36759         * posix/wordexp.c: Likewise.
36760         * sysdeps/posix/spawni.c: Likewise.
36761         * nss/nss_files/files-initgroups.c: Likewise.
36762         * stdio-common/reg-modifier.c: Include <stdlib.h>.
36763         * nss/nss_files/files-initgroups.c: Likewise.
36764         * nss/nss_db/db-netgrp.c: Likewise.
36765         * nss/nss_db/db-initgroups.c: Likewise.
36766         * io/fchmodat.c: Include <sys/stat.h>.
36768         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
36769         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
36771         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
36772         [HAVE_MMAP].
36774         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
36775         Add multiple inclusion protection.
36777 2012-07-27  David S. Miller  <davem@davemloft.net>
36779         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36781 2012-07-27  Gary Benson  <gbenson@redhat.com>
36783         [BZ #14298]
36784         * elf/rtld.c: Include <stap-probe.h>.
36785         (dl_main): Added static probes "init_start" and "init_complete".
36786         * elf/dl-load.c: Include <stap-probe.h>.
36787         (lose): Take new parameter "nsid".
36788         Added static probe "map_failed".
36789         (_dl_map_object_from_fd): Pass namespace id to lose.
36790         Added static probe "map_start".
36791         (open_verify): Pass namespace id to lose.
36792         * elf/dl-open.c: Include <stap-probe.h>.
36793         (dl_open_worker) Added static probes "map_complete", "reloc_start"
36794         and "reloc_complete".
36795         * elf/dl-close.c: Include <stap-probe.h>.
36796         (_dl_close_worker): Added static probes "unmap_start" and
36797         "unmap_complete".
36798         * elf/rtld-debugger-interface.txt: New file documenting the above.
36800 2012-07-26  Roland McGrath  <roland@hack.frob.com>
36802         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
36803         rather than a string variable.
36804         * sunrpc/rpc_main.c (h_output): Likewise.
36805         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
36807 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
36809         * inet/check_native.c: New file.
36811 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
36813         [BZ #13629]
36814         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
36815         if larger part has absolute value 1.0.
36816         * math/s_clog10.c (__clog10): Likewise.
36817         * math/s_clog10f.c (__clog10f): Likewise.
36818         * math/s_clog10l.c (__clog10l): Likewise.
36819         * math/s_clogf.c (__clogf): Likewise.
36820         * math/s_clogl.c (__clogl): Likewise.
36821         * math/libm-test.inc (clog_test): Add more tests.
36822         (clog10_test): Likewise.
36823         * sysdeps/i386/fpu/libm-test-ulps: Update.
36824         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36826         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
36827         (pltexit): Likewise.
36828         (La_regs): Likewise.
36829         (La_retval): Likewise.
36830         (int_retval): Likewise.
36831         Update #error for removed macros to refer only to definitions in
36832         tst-audit.h.
36833         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
36834         macro.
36835         (pltexit): Likewise.
36836         (La_regs): Likewise.
36837         (La_retval): Likewise.
36838         (int_retval): Likewise.
36839         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
36840         macro.
36841         (pltexit): Likewise.
36842         (La_regs): Likewise.
36843         (La_retval): Likewise.
36844         (int_retval): Likewise.
36845         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
36846         macro.
36847         (pltexit): Likewise.
36848         (La_regs): Likewise.
36849         (La_retval): Likewise.
36850         (int_retval): Likewise.
36851         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
36852         macro.
36853         (pltexit): Likewise.
36854         (La_regs): Likewise.
36855         (La_retval): Likewise.
36856         (int_retval): Likewise.
36857         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
36858         macro.
36859         (pltexit): Likewise.
36860         (La_regs): Likewise.
36861         (La_retval): Likewise.
36862         (int_retval): Likewise.
36863         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
36864         macro.
36865         (pltexit): Likewise.
36866         (La_regs): Likewise.
36867         (La_retval): Likewise.
36868         (int_retval): Likewise.
36869         * sysdeps/generic/tst-audit.h: Update comment to refer only to
36870         macro definitions in tst-audit.h.
36871         * sysdeps/i386/tst-audit.h: New file.
36872         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
36873         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
36874         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
36875         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
36876         * sysdeps/sh/tst-audit.h: Likewise.
36877         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
36878         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
36879         * sysdeps/x86_64/tst-audit.h: Likewise.
36881 2012-07-26  Andreas Jaeger  <aj@suse.de>
36883         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
36884         ptrace.
36886         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
36887         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
36888         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
36889         PTRACE_O_MASK.
36890         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
36891         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
36892         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
36894         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
36895         value.
36897         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
36898         _sigsys.
36899         (si_call_addr, si_syscall, si_arch): Define new macro.
36900         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
36901         _sigsys.
36902         (si_call_addr, si_syscall, si_arch): Define new marcro.
36903         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
36904         _sigsys.
36905         (si_call_addr, si_syscall, si_arch): Define new macro.
36906         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
36907         _sigsys.
36908         (si_call_addr, si_syscall, si_arch): Define new macro.
36910 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
36912         [BZ #13717]
36913         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36914         Change to 2.4.21 where previously 2.4.1.
36915         * sysdeps/unix/sysv/linux/configure: Regenerated.
36916         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
36917         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
36918         Linux kernel version.
36919         (__ASSUME_STD_AUXV): Remove.
36920         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
36921         kernel version.
36922         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
36923         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
36924         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
36925         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
36926         (__ASSUME_NETLINK_SUPPORT): Likewise.
36927         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
36928         (__no_netlink_support): Remove conditional definition.
36929         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
36930         Remove.
36931         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
36932         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
36933         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
36934         (if_nameindex_ioctl): Remove.
36935         (if_nameindex_netlink): Do not handle __no_netlink_support.
36936         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
36937         code.
36938         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
36939         Remove conditional code.
36940         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
36941         code.
36942         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
36943         unconditional.
36944         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
36945         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
36946         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
36947         Remove.
36948         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
36949         [!__ASSUME_STD_AUXV]: Remove conditional code.
36950         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
36951         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
36952         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
36953         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
36954         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
36955         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
36956         code.
36957         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
36958         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
36959         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
36960         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
36961         conditional code.
36962         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
36963         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
36964         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
36965         code.
36966         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
36967         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
36968         conditional code.
36969         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
36970         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36971         code unconditional.
36972         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36973         conditional code.
36974         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36975         unconditional.
36976         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36977         conditional code.
36978         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
36979         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36980         unconditional.
36981         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36982         conditional code.
36983         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
36984         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36985         code unconditional.
36986         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36987         conditional code.
36988         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36989         unconditional.
36990         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36991         conditional code.
36992         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
36993         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36994         code unconditional.
36995         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36996         conditional code.
36997         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36998         unconditional.
36999         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37000         conditional code.
37002 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
37004         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
37005         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
37006         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
37007         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
37008         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
37009         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
37010         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
37011         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
37012         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
37013         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
37014         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
37015         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
37016         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
37017         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
37018         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
37019         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
37020         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
37021         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
37022         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
37023         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
37024         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
37025         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
37026         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
37028 2012-07-25  Florian Weimer  <fweimer@redhat.com>
37030         * Versions.def: Add GLIBC_2.17.
37031         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
37032         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
37033         Introduce __libc_secure_getenv.
37034         * stdlib/Versions (2.17): Add secure_getenv
37035         (GLIBC_PRIVATE): Add __libc_secure_getenv.
37036         * stdlib/secure-getenv.c: Rename __secure_getenv to
37037         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
37038         symbol __secure_getenv for GLIBC_2.0.
37039         * stdlib/tst-secure-getenv.c: New.
37040         * stdlib/Makefile (tests): Add testcase.
37041         * manual/startup.texi (Environment Access): Document
37042         secure_getenv.
37043         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
37044         __libc_secure_getenv.
37045         * inet/ruserpass.c (ruserpass): Likewise.
37046         * malloc/mtrace.c (mtrace): Likewise.
37047         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
37048         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
37049         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
37050         * sysdeps/posix/tempname.c: Likewise.  Evaluate
37051         HAVE_SECURE_GETENV.
37052         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
37053         __secure_getenv to __libc_secure_getenv.
37054         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
37055         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37056         Likewise.
37057         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37058         Likewise.
37059         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
37060         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
37061         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
37062         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
37063         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
37064         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
37065         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
37067 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
37069         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
37070         (struct La_i86_retval): Likewise.
37071         (struct La_x86_64_regs): Likewise.
37072         (struct La_x86_64_retval): Likewise.
37073         (struct La_x32_regs): Likewise.
37074         (struct La_x32_retval): Likewise.
37075         (struct La_ppc32_regs): Likewise.
37076         (struct La_ppc32_retval): Likewise.
37077         (struct La_ppc64_regs): Likewise.
37078         (struct La_ppc64_retval): Likewise.
37079         (struct La_sh_regs): Likewise.
37080         (struct La_sh_retval): Likewise.
37081         (struct La_s390_32_regs): Likewise.
37082         (struct La_s390_32_retval): Likewise.
37083         (struct La_s390_64_regs): Likewise.
37084         (struct La_s390_64_retval): Likewise.
37085         (struct La_sparc32_regs): Likewise.
37086         (struct La_sparc32_retval): Likewise.
37087         (struct La_sparc64_regs): Likewise.
37088         (struct La_sparc64_retval): Likewise.
37089         (struct audit_ifaces): Remove architecture-specific pltenter and
37090         pltexit members.
37091         * sysdeps/i386/ldsodefs.h: New file.
37092         * sysdeps/powerpc/ldsodefs.h: Likewise.
37093         * sysdeps/s390/ldsodefs.h: Likewise.
37094         * sysdeps/sh/ldsodefs.h: Likewise.
37095         * sysdeps/sparc/ldsodefs.h: Likewise.
37096         * sysdeps/x86_64/ldsodefs.h: Likewise.
37098 2012-07-25  Marek Polacek  <polacek@redhat.com>
37100         [BZ #6808]
37101         * math/libm-test.inc (yn_test): Add another test.
37102         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
37103         to ERANGE when the result is +-Inf.
37104         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
37105         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
37106         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
37107         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
37109 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
37111         * conform/data/time.h-data (NULL): Use macro-constant.  Require
37112         equal to 0.
37113         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
37114         clock_t.
37115         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
37117 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
37119         * configure.in <sysdeps resolving>: Correct printing
37120         Implies_before.
37121         * configure: Regenerate.
37123 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
37125         * math/w_ilogb.c: Include <limits.h>.
37126         * math/w_ilogbl.c: Likewise.
37128 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
37130         * manual/lang.texi (__va_copy): Document primarily as ISO C99
37131         va_copy.  Document allowing for unavailable va_copy only as
37132         pre-C99 compatibility.
37133         * manual/string.texi (Copying and Concatenation): Use va_copy
37134         instead of __va_copy in concat example.
37136 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
37138         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
37139         (__sendto): Use create_address_port.  Initialize APORT and deallocate
37140         it if not null.
37142         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
37143         with O_NOLINK passed to __file_name_lookup.
37145         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
37146         with O_NOLINK passed to __file_name_lookup.
37148         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
37149         negative N or less than NGIDS.
37151         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
37152         type to string_t.  Set ERANGE as errno and return it if NAME is not big
37153         enough.  Use memcpy instead of strncpy.
37155 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
37157         * elf/Makefile (check-data): Remove.
37158         (localplt.data): New vpath directive.
37159         ($(objpfx)check-localplt.out): Use localplt.data from vpath
37160         instead of $(check-data).
37161         * scripts/data/localplt-generic.data: Move to ...
37162         * sysdeps/generic/localplt.data: ... here.
37163         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
37164         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
37165         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
37166         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
37167         ... here.
37168         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
37169         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
37170         ... here.
37171         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
37172         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
37173         ... here.
37174         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
37175         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
37176         ... here.
37177         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
37178         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
37179         ... here.
37180         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
37181         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
37182         ... here.
37184 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37186         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
37187         PPC32 and PPC64 files.
37188         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
37189         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
37191 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37193         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
37194         __makecontext_ret to ...
37195         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
37196         ... here and call exit if uc_link is NULL.  New file.
37197         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
37198         __makecontext_ret.S.
37199         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
37200         __makecontext_ret to ...
37201         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
37202         ... here and call exit if uc_link is NULL.  New file.
37203         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
37204         __makecontext_ret.S.
37206 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37208         * elf/elf.h (R_390_IRELATIVE): New definition.
37209         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
37210         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
37211         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
37212         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
37213         (elf_machine_lazy_rel): Likewise.
37214         * sysdeps/s390/dl-irel.h: New file.
37215         * sysdeps/s390/s390-64/memcpy.S: New asm code.
37216         * sysdeps/s390/s390-64/memset.S: New asm code.
37217         * sysdeps/s390/s390-64/memcmp.S: New asm code.
37218         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
37219         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
37220         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
37221         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
37222         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
37223         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
37224         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
37225         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
37226         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
37227         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
37228         * sysdeps/s390/s390-32/memcpy.S: New asm code.
37229         * sysdeps/s390/s390-32/memset.S: New asm code.
37230         * sysdeps/s390/s390-32/memcmp.S: New asm code.
37232 2012-07-17  Marek Polacek  <polacek@redhat.com>
37234         [BZ #14349]
37235         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
37236         * sysdeps/s390/s390-64/configure.in: Likewise.
37237         * sysdeps/sparc/configure.in: Likewise.
37238         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
37239         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
37240         * sysdeps/i386/configure.in: Likewise.
37241         * sysdeps/x86_64/configure.in: Likewise.
37242         * sysdeps/sh/configure.in: Likewise.
37243         * sysdeps/s390/s390-32/configure: Regenerated.
37244         * sysdeps/s390/s390-64/configure: Likewise.
37245         * sysdeps/x86_64/configure: Likewise.
37246         * sysdeps/sh/configure: Likewise.
37247         * sysdeps/powerpc/powerpc64/configure: Likewise.
37248         * sysdeps/powerpc/powerpc32/configure: Likewise.
37249         * sysdeps/sparc/configure: Likwise.
37250         * sysdeps/i386/configure: Likewise.
37252         * elf/dl-open.c: Comment fixes.
37254 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
37256         * Makefile [CXX] (check-data): Remove.
37257         [CXX] (c++-types.data): New vpath directive.
37258         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
37259         vpath.  Do not allow for C++ type data being missing.
37260         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
37261         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
37262         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
37263         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
37264         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
37265         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
37266         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
37267         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
37268         ... here.
37269         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
37270         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
37271         ... here.
37272         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
37273         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
37274         ... here.
37275         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
37276         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
37277         ... here.
37278         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
37279         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
37280         ... here.
37281         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
37282         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
37283         ... here.
37284         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
37285         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
37286         ... here.
37287         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
37288         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
37290         * elf/tls-macros.h (TLS_LE): Move architecture-specific
37291         definitions to architecture-specific files.
37292         (TLS_IE): Likewise.
37293         (TLS_LD): Likewise.
37294         (TLS_GD): Likewise.
37295         * sysdeps/i386/tls-macros.h: New file.
37296         * sysdeps/powerpc/tls-macros.h: Likewise.
37297         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
37298         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
37299         * sysdeps/sh/tls-macros.h: Likewise.
37300         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
37301         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
37302         * sysdeps/x86_64/tls-macros.h: Likewise.
37304 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
37306         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
37307         zero value for regular exit case.
37309         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
37310         (__start_context): Preserve zero value for regular exit case.
37312 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
37313             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37315         * manual/setjmp.texi (setcontext): Clarify normal process
37316         termination when uc_link is the null pointer.
37317         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
37318         exit call.
37320 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
37322         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
37323         preprocessor.  Test for each exception mask separately.
37325 2012-07-16  Andreas Jaeger  <aj@suse.de>
37327         * po/ru.po: Update from translation team.
37329 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
37331         * conform/data/string.h-data (NULL): Use macro-constant.  Require
37332         equal to 0.
37333         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
37334         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
37335         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
37336         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
37337         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37339 2012-07-13  Andreas Jaeger  <aj@suse.de>
37341         * po/fr.po: Update from translation team.
37343 2012-07-12  Marek Polacek  <polacek@redhat.com>
37345         [BZ #14173]
37346         * math/libm-test.inc (yn_test): Add test for BZ #14173.
37347         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
37348         loop condition.
37350 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
37352         [BZ #13717]
37353         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
37354         Change to 2.4.1 where previously 2.4.0.
37355         * sysdeps/unix/sysv/linux/configure: Regenerated.
37356         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
37357         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
37358         version.
37359         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
37360         (__ASSUME_AT_CLKTCK): Remove.
37361         (__ASSUME_AT_PAGESIZE): Likewise.
37362         (__ASSUME_AT_XID): Likewise.
37363         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
37364         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
37365         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
37366         unconditionally.
37367         (HAVE_AUX_PAGESIZE): Likewise.
37368         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
37369         [__ASSUME_AT_CLKTCK]: Make code unconditional.
37370         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
37372 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
37374         [BZ #14307]
37375         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
37376         the temporary buffer used to invoke __gethostbyname2_r,
37377         __gethostbyaddr_r and gethostbyname4_r to make room for struct
37378         host_data / struct gaih_addrtuple.
37379         * resolv/nss_dns/dns-host.c (global scope): Move definition of
37380         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
37381         header file nss/nsswitch.h.
37382         * nss/nsswitch.h (global scope): Add definition of implementation
37383         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
37384         resolv/nss_dns/dns-host.c).
37386 2012-07-11  Andreas Jaeger  <aj@suse.de>
37388         * po/fr.po: Update from translation team.
37390         * po/sv.po: Update from translation team
37391         * po/fr.po: Another update from translation team.
37393 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37395         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
37396         for subnormals or multiply small sinh result by itself.
37397         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
37398         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37400 2012-07-11  David S. Miller  <davem@davemloft.net>
37402         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37404 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
37406         [BZ #14347]
37407         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
37408         (INTERNAL_MARK): Shift it here.
37410 2012-07-10  Marek Polacek  <polacek@redhat.com>
37412         [BZ #14151]
37413         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
37414         libc_cv_asm_global_directive with .globl.
37415         * configure: Regenerated.
37416         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
37417         with .globl.
37418         * sysdeps/i386/configure: Regenerated.
37419         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
37420         with .globl.
37421         * sysdeps/x86_64/configure: Regenerated.
37422         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
37423         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
37424         * elf/tst-unique2mod2.c: Likewise.
37425         * elf/tst-unique2mod1.c: Likewise.
37426         * elf/tst-unique1mod2.c: Likewise.
37427         * elf/tst-unique1mod1.c: Likewise.
37428         * sysdeps/s390/s390-32/sysdep.h: Likewise.
37429         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
37430         * sysdeps/s390/s390-64/sysdep.h: Likewise.
37431         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
37432         * sysdeps/mach/sysdep.h: Likewise.
37433         * sysdeps/i386/sysdep.h: Likewise.
37434         * sysdeps/i386/i386-mcount.S: Likewise.
37435         * sysdeps/x86_64/_mcount.S: Likewise.
37436         * sysdeps/x86_64/sysdep.h: Likewise.
37437         * sysdeps/sh/_mcount.S: Likewise.
37438         * sysdeps/sh/sysdep.h: Likewise.
37439         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
37440         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
37441         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
37442         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
37443         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
37444         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
37445         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
37446         * locale/localeinfo.h: Likewise.
37447         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
37448         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
37450 2012-07-09  Roland McGrath  <roland@hack.frob.com>
37452         [BZ #14336]
37453         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
37454         system".
37455         * manual/message.texi (The Uniforum approach): Likewise.
37456         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
37457         (glibc iconv Implementation): Likewise.
37459 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
37461         [BZ #14337]
37462         * math/s_clog.c (__clog): Avoid scaling a value down where that
37463         could result in underflow.
37464         * math/s_clog10.c (__clog10): Likewise.
37465         * math/s_clog10f.c (__clog10f): Likewise.
37466         * math/s_clog10l.c (__clog10l): Likewise.
37467         * math/s_clogf.c (__clogf): Likewise.
37468         * math/s_clogl.c (__clogl): Likewise.
37469         * math/libm-test.inc (clog_test): Add more tests.
37470         (clog10_test): Likewise.
37471         * sysdeps/i386/fpu/libm-test-ulps: Update.
37472         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37474 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
37476         [BZ #14283]
37477         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
37478         by 7 not 8 to examine high bit of fractional part.
37480         [BZ #14042]
37481         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
37482         for call to __mcount_internal.
37483         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
37484         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
37485         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
37487 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
37489         [BZ #14154]
37490         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
37491         approximation for values within 0x1p-13f of an odd multiple of
37492         pi/4.
37493         * math/libm-test.inc (tan_test): Do not allow spurious underflow
37494         exception.  Add more tests.
37495         * sysdeps/i386/fpu/libm-test-ulps: Update.
37497         [BZ #6778]
37498         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
37499         inputs and return -1 for them.  Do not check for +Inf in case not
37500         reachable for +Inf.
37501         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
37502         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
37503         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37504         and return -1 for them.  Do not check for +Inf in case not
37505         reachable for +Inf.
37506         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
37507         define.
37508         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37509         and return -1 for them.  Do not check for +Inf in case not
37510         reachable for +Inf.
37511         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
37512         spurious underflow.
37513         * sysdeps/i386/fpu/libm-test-ulps: Update.
37514         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37516 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
37518         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
37520 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
37522         [BZ #14157]
37523         [BZ #14331]
37524         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
37525         could result in spurious underflow.  Scale down values above
37526         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
37527         * math/s_csqrtf.c (__csqrtf): Likewise.
37528         * math/s_csqrtl.c (__csqrtl): Likewise.
37529         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
37530         spurious underflow.
37531         * sysdeps/i386/fpu/libm-test-ulps: Update.
37532         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37534 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
37536         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
37537         xopen-msg.sed.
37538         * catgets/xopen-msg.awk: New file.
37539         * catgets/xopen-msg.sed: Removed.
37541         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
37542         po2text.sed.
37543         * intl/po2test.awk: New file.
37544         * intl/po2test.sed: Removed.
37546 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
37548         [BZ #14328]
37549         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
37550         or multiply small sinh result by itself.
37551         * math/s_ctanf.c (__ctanf): Likewise.
37552         * math/s_ctanh.c (__ctanh): Likewise.
37553         * math/s_ctanhf.c (__ctanhf): Likewise.
37554         * math/s_ctanhl.c (__ctanhl): Likewise.
37555         * math/s_ctanl.c (__ctanl): Likewise.
37556         * math/libm-test.inc (ctan_test_tonearest): New function.
37557         (ctan_test_towardzero): Likewise.
37558         (ctan_test_downward): Likewise.
37559         (ctan_test_upward): Likewise.
37560         (ctanh_test_tonearest): Likewise.
37561         (ctanh_test_towardzero): Likewise.
37562         (ctanh_test_downward): Likewise.
37563         (ctanh_test_upward): Likewise.
37564         (main): Call these new functions.
37565         * sysdeps/i386/fpu/libm-test-ulps: Update.
37566         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37568 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
37570         * .gitignore: Delete /ports entry.
37572 2012-07-03  Andreas Jaeger  <aj@suse.de>
37574         * po/bg.po: Update from translation team.
37575         * po/cs.po: Likewise.
37576         * po/de.po: Likewise.
37577         * po/hr.po: Likewise.
37578         * po/nl.pl: Likewise.
37579         * po/pl.po: Likewise.
37580         * po/vi.po: Likewise.
37582 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
37584         * Makeconfig [!+link] (+link-before-libc): New variable.
37585         [!+link] (+link-after-libc): Likewise.
37586         [!+link] (+link-tests): Likewise.
37587         [!+link] (+link): Define in terms of $(+link-before-libc) and
37588         $(+link-after-libc).
37589         [!+link-static] (+link-static-before-libc): New variable.
37590         [!+link-static] (+link-static-after-libc): Likewise.
37591         [!+link-static] (+link-static-tests): Likewise.
37592         [!+link-static] (+link-static): Define in terms of
37593         $(+link-static-before-libc) and $(+link-static-after-libc).
37594         [build-shared] (link-libc-before-gnulib): New variable.
37595         [build-shared] (link-libc-tests): Likewise.
37596         [build-shared] (link-libc): Define in terms of
37597         $(link-libc-before-gnulib).
37598         [!build-shared] (link-libc-tests): New variable.
37599         (link-libc-static-tests): New variable.
37600         [!gnulib] (gnulib-arch): New variable.
37601         [!gnulib] (gnulib-tests): Likewise.
37602         [!gnulib] (static-gnulib-arch): Likewise.
37603         [!gnulib] (static-gnulib-tests): Likewise.
37604         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
37605         Define with "=" instead of ":=".
37606         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
37607         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
37608         * Rules (binaries-all-notests): New variable.
37609         (binaries-all-tests): Likewise.
37610         (binaries-static-notests): Likewise.
37611         (binaries-static-tests): Likewise.
37612         (binaries-all): Define using $(binaries-all-notests) and
37613         $(binaries-all-tests).
37614         (binaries-static): Define using $(binaries-static-notests) and
37615         $(binaries-static-tests).
37616         (binaries-shared-tests): New variable.
37617         (binaries-shared-notests): Likewise.
37618         (binaries-shared): Remove variable.
37619         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
37620         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
37621         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
37622         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
37623         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
37624         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
37625         * elf/Makefile (sln-modules): New variable.
37626         (extra-objs): Add $(sln-modules:=.o).
37627         (ldconfig-modules): Add static-stubs.
37628         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
37629         * elf/static-stubs.c: New file.
37631         [BZ #14283]
37632         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
37633         by 7 not 8 to examine high bit of fractional part.  Use volatile
37634         variables when splitting into final array of floats if
37635         __FLT_EVAL_METHOD__ != 0.
37636         * math/libm-test.inc (cos_test): Add another test.
37637         (sin_test): Likewise.
37638         * sysdeps/i386/fpu/libm-test-ulps: Update.
37640         [BZ #14273]
37641         * math/libm-test.inc (cosh_test): Add more tests.
37643         * version.h (RELEASE): Set to "development".
37644         (VERSION): Set to "2.16.90".
37646 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
37648         * NEWS: Update copyright. Remove last-updated date.
37649         Mention math library bug fixes and timezone data changes.
37650         * README: Mention GNU/Hurd, x32, and HPPA support status.
37652 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
37654         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
37656 2012-06-27  Andreas Jaeger  <aj@suse.de>
37658         * manual/contrib.texi (Contributors): Add Samuel Thibault.
37660 2012-06-25  Andreas Jaeger  <aj@suse.de>
37662         * sysdeps/s390/fpu/libm-test-ulps: Update.
37664 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
37665             Thomas Schwinge  <thomas@codesourcery.com>
37667         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
37668         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
37669         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
37670         fanotify_mark.
37672 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
37674         * sysdeps/mach/start.c: Remove file.
37675         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
37676         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
37677         * sysdeps/sh/init-first.c: Likewise.
37679         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
37680         registers for frame unwinding purposes, add CFI directives.
37681         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37682         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
37683         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
37684         Likewise.
37686         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
37687         __fortify_fail returning.
37688         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37690         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
37691         sysdeps/sh/____longjmp_chk.S.
37692         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
37693         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
37694         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
37695         (gen-as-const-headers): Append sigaltstack-offsets.sym.
37697         * sysdeps/sh/abort-instr.h: New file.
37698         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
37699         process in case exit returns.
37701         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
37702         initialize the GOT register before use.
37704         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
37705         calculation of ARGC > 4.
37707         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
37708         meaningful names to some local labels.
37710 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
37711             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37713         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
37714         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
37715         (__arch_compare_and_exchange_val_16_acq): Likewise.
37716         (__arch_compare_and_exchange_val_32_acq): Likewise.
37717         (atomic_exchange_and_add): Fix gUSA sequence.
37718         (atomic_add): Likewise.
37719         (atomic_add_negative): Likewise.
37720         (atomic_add_zero): Likewise.
37721         (atomic_bit_test_set): Likewise.
37723 2012-06-22  Andreas Schwab  <schwab@redhat.com>
37725         [BZ #13579]
37726         * include/link.h (struct link_map): Add l_free_initfini.
37727         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
37728         l_initfini.
37729         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
37730         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
37731         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
37732         set.
37734 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
37736         * configure.in: Use AC_LANG_SOURCE.
37737         * configure: Regenerate.
37739 2012-06-22  Roland McGrath  <roland@hack.frob.com>
37741         * configure.in (libc_cv_localstatedir): New substituted variable.
37742         * configure: Regenerated.
37743         * config.make.in (localstatedir): New variable, substituted from
37744         libc_cv_localstatedir.
37745         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
37746         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
37747         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
37748         * sysdeps/gnu/configure: Regenerated.
37750 2012-06-21  Jeff Law  <law@redhat.com>
37752         [BZ #14277]
37753         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
37754         free.  Simplify list management for _LIBC case.
37756 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
37758         [BZ #14273]
37759         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
37760         Clear sign bit of 64-bit integer value before comparing against
37761         overflow value.
37763         * sysdeps/mach/configure: Regenerated.
37765 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
37767         [BZ #14278]
37768         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
37770 2012-06-21  Jeff Law  <law@redhat.com>
37772         [BZ #13882]
37773         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
37774         uint16_t for elements in the "seen" array to avoid char overflows.
37775         * elf/dl-fini.c (_dl_sort_fini): Likewise.
37776         * elf/dl-open.c (dl_open_worker): Likewise.
37778 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
37780         * scripts/list-sources.sh: Scan PORTS for translations.
37781         * po/libc.pot: Regenerated.
37783 2012-06-21  Andreas Jaeger  <aj@suse.de>
37785         [BZ #12194]
37786         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
37787         warning.
37788         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
37789         * bits/byteswap-16.h (__bswap_16): Likewise.
37790         * bits/byteswap.h (__bswap_constant_16): Likewise.
37792 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
37794         [BZ #14117]
37795         * sysdeps/i386/fpu_control.h: Removed.
37796         * sysdeps/x86_64/fpu_control.h: Moved to ...
37797         * sysdeps/x86/fpu_control.h: Here.
37799         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
37800         (_FPU_SETCW): Likewise.
37802 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
37804         [BZ #14117]
37805         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
37806         * sysdeps/x86/fpu/bits/mathinline.h: This.
37807         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
37809         [BZ #14050]
37810         [BZ #14117]
37811         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
37812         functions if __x86_64__ is defined.
37814 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
37816         * string/endian.h: Add !__ASSEMBLER__ condition for including
37817         conversion interfaces.
37819 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
37821         [BZ #14241]
37822         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
37823         of ABS(x) in calculating zero to negative powers other than odd
37824         integers.
37825         * math/libm-test.inc (pow_test): Add more tests.
37827 2012-06-15  Andreas Jaeger  <aj@suse.de>
37829         * manual/contrib.texi (Contributors): Update entry of Liubov
37830         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
37831         Machado Filho.
37833 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
37835         * string/string.h: Add __wur to GNU version of strerror_r.
37837 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
37839         [BZ #14229]
37840         * string/Makefile (tests): Add tst-strtok_r.
37841         * string/tst-strtok_r.c: New file.
37842         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
37843         RAX_LP/RDX_LP on SAVE_PTR.
37845 2012-06-14  Roland McGrath  <roland@hack.frob.com>
37847         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
37849 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
37851         * libm_test.inc (csqrt_test): Allow more spurious underflow
37852         exceptions.
37853         (j0_test): Likewise.
37854         (j1_test): Likewise.
37855         (y0_test): Likewise.
37856         (y1_test): Likewise.
37858 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
37860         * po/Makefile (libc.pot): Use UTF-8 charset.
37862 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
37864         [BZ #14210]
37865         Suppress sign-conversion warning from FD_SET.
37866         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
37867         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
37868         not unsigned long int.
37869         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
37871 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
37873         [BZ #14050]
37874         [BZ #14117]
37875         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
37876         __extern_always_inline instead of __extern_inline.
37877         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
37878         (__signbit): Likewise.
37879         (__signbitl): Support C++ namespace.
37880         (lrintf): New inline function.
37881         (lrint): Likewise.
37882         (llrintf): Likewise.
37883         (llrint): Likewise.
37884         (fmaxf): Likewise.
37885         (fmax): Likewise.
37886         (fminf): Likewise.
37887         (fmin): Likewise.
37888         (rint): Likewise.
37889         (rintf): Likewise.
37890         (ceil): Likewise.
37891         (ceilf): Likewise.
37892         (floor): Likewise.
37893         (floorf): Likewise.
37894         (nearbyint): Likewise.
37895         (nearbyintf): Likewise.
37897 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
37899         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
37900         non-default versions.
37902 2012-06-11  Roland McGrath  <roland@hack.frob.com>
37904         [BZ #14218]
37905         * manual/argp.texi (Argp): Reword argp_parse description slightly.
37907 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
37909         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
37910         (FE_UPWARD, FE_DOWNWARD): Don't define.
37911         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
37912         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
37914         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
37915         reading it.
37916         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
37917         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
37919 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37921         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
37922         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
37923         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
37924         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
37926 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
37928         [BZ #14117]
37929         * sysdeps/i386/fpu/bits/fenv.h: Removed.
37930         * sysdeps/i386/fpu/Implies: New file.
37931         * sysdeps/x86_64/fpu/Implies: Likewise.
37932         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
37933         * sysdeps/x86/fpu/bits/fenv.h: This.
37935         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
37936         __SSE_MATH__.
37938 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
37940         [BZ #14134]
37941         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
37942         character 0xffff that matches the last element of the
37943         conversion table.
37945 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37947         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
37948         fmodl commit.
37950 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37952         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
37953         values higher than 25.6283.
37955 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37957         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
37958         subnormal exponent extraction and add some __builtin_expect.
37959         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
37960         Fix for subnormal mantissa calculation.
37962 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
37964         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
37965         cpu2 is -1 and errno is not ENOSYS.
37967 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
37969         [BZ #14117]
37970         * sysdeps/i386/i486/bits/string.h: Renamed to ...
37971         * sysdeps/x86/bits/string.h: This.
37972         * sysdeps/x86_64/bits/string.h: Removed.
37974         * sysdeps/i386/i486/bits/string.h: Define inline functions only
37975         if not compiling for x86-64, but compiling for >= i486.
37977         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
37978         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
37980         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
37981         New macro from Linux kernel 3.4.0.
37982         (FP_XSTATE_MAGIC2): Likewise.
37983         (FP_XSTATE_MAGIC2_SIZE): Likewise.
37984         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
37985         (struct _fpx_sw_bytes): New struct.
37986         (struct _xsave_hdr): Likewise.
37987         (struct _ymmh_state): Likewise.
37988         (struct _xstate): Likewise.
37990         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
37991         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
37992         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
37993         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
37994         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
37995         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
37997         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
37998         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
37999         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
38000         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
38001         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
38002         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
38004 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
38006         [BZ #13743]
38007         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
38008         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
38009         (sysdep_headers): Include sys/platform/ppc.h.
38010         * sysdeps/powerpc/test-gettimebase.c: Test for
38011         __ppc_get_timebase() to catch future ISA opcode/insn changes.
38012         * manual/Makefile (appendices): Include platform.texi.
38013         * manual/contrib.texi (Contributors): Update @node pointers.
38014         * manual/maint.texi (Maintenance): Likewise.
38015         (Platform): New node.
38016         * manual/platform.texi: New file.  Document the new features.
38018 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
38019             Jakub Jelinek  <jakub@redhat.com>
38021         [BZ #14188]
38022         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
38023         where __builtin_expect is unavailable.
38025 2012-06-03  David S. Miller  <davem@davemloft.net>
38027         * stdlib/longlong.h: Updated from GCC.
38029 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
38031         [BZ #14042]
38032         * sysdeps/powerpc/powerpc32/mcount.c: New file.
38033         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
38034         __mcount_internal.
38035         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
38036         (GLIBC_2.16): Likewise.
38038 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38040         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
38042 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
38044         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
38045         (default-abi): New variable.
38046         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
38047         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
38048         variable.
38049         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
38050         Likewise.
38051         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
38052         Likewise.
38053         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
38054         Likewise.
38056         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
38057         definition.  Document in comment.
38059 2012-06-01  David S. Miller  <davem@davemloft.net>
38061         * stdlib/longlong.h: Updated from GCC.
38063 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38065         [BZ #14117]
38066         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
38067         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
38068         sys/debugreg.h sys/io.h here.
38069         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
38070         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
38071         sys/io.h.
38072         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
38073         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
38074         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
38075         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
38076         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
38077         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
38079         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
38080         Define only if __x86_64__ is defined.
38082 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
38084         [BZ #14048]
38085         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
38086         Use int64_t for variable i.
38087         * math/libm-test.inc (fmod_test): Add more tests.
38089         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
38090         z computation is not scheduled after fetestexcept.
38091         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
38092         Use math_force_eval instead of asm to ensure calculation scheduled
38093         before exception test.
38094         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
38095         Ensure a1 + u.d computation is not scheduled after fetestexcept.
38097 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
38099         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
38100         computation is not scheduled after fetestexcept.
38102 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38104         [BZ #14117]
38105         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
38106         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
38108 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38110         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
38111         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
38113 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
38115         [BZ #14117]
38116         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
38117         <bits/wordsize.h>.
38118         (__WCHAR_MIN): Support __WORDSIZE == 64.
38119         (__WCHAR_MAX): Likewise.
38121         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
38122         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
38124         [BZ #14183]
38125         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
38126         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
38128         [BZ #14117]
38129         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
38130         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
38132         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
38133         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
38135         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
38136         Defined to 1 if __x86_64__ isn't defined.
38137         (_STAT_VER_LINUX_OLD): New.
38138         (st_atime): Remove duplicate.
38139         (st_mtime): Likewise.
38140         (st_ctime): Likewise.
38142 2012-05-31  David S. Miller  <davem@davemloft.net>
38144         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
38145         entries.
38147 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
38149         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
38150         gen-libm-test.pl.
38152         [BZ #14132]
38153         * elf/dl-reloc.c: Include <_itoa.h>.
38154         (_dl_reloc_bad_type): Remove use of INTUSE.
38155         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
38156         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
38157         * stdio-common/psiginfo.c (psiginfo): Likewise.
38158         * stdio-common/psignal.c (psignal): Likewise.
38159         * string/strsignal.c (strsignal): Likewise.
38160         * include/signal.h (_sys_siglist): Declare hidden proto.
38161         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
38162         INTVARDEF with libc_hidden_data_def.
38163         * stdio-common/itoa-udigits.c: Likewise.
38164         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
38165         (_itoa_lower_digits_internal): Remove declaration.
38166         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
38167         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
38168         (_sys_sigabbrev_internal): Remove aliases.
38169         (_sys_siglist): Define hidden alias.
38171 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
38173         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
38174         bits/sysctl.h.
38176 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
38178         [BZ #14117]
38179         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
38180         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
38182         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
38183         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
38184         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
38185         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
38186         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
38187         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
38189         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
38190         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
38191         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
38193         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
38194         with __addr.
38195         (insw): Likewise.
38196         (insl): Likewise.
38197         (outsb): Likewise.
38198         (outsw): Likewise.
38199         (outsl): Likewise.
38201         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
38202         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
38203         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
38205         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
38206         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
38207         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
38208         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
38209         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
38210         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
38212         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
38213         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
38215         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
38216         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
38218         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
38219         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
38220         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
38222         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
38223         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
38224         to ...
38225         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
38227         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
38228         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
38229         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
38231         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
38232         for x86-64.
38233         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
38235 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
38237         * math/math.h (M_El): Use two more decimal places.
38238         (M_LOG2El): Likewise.
38239         (M_LOG10El): Likewise.
38240         (M_LN2l): Likewise.
38241         (M_LN10l): Likewise.
38242         (M_PIl): Likewise.
38243         (M_PI_2l): Likewise.
38244         (M_PI_4l): Likewise.
38245         (M_1_PIl): Likewise.
38246         (M_2_PIl): Likewise.
38247         (M_2_SQRTPIl): Likewise.
38248         (M_SQRT2l): Likewise.
38249         (M_SQRT1_2l): Likewise.
38251 2012-05-31  David S. Miller  <davem@davemloft.net>
38253         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
38254         values between float registers.
38255         * sysdeps/sparc/sparc64/memset.S: Likewise.
38256         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
38258 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
38260         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
38261         -D_FORTIFY_SOURCE=1.
38262         (CPPFLAGS-tst-longjmp_chk.c): Define.
38263         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
38264         (CPPFLAGS-tst-longjmp_chk2.c): Define.
38265         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
38266         CFLAGS-tst-wchar-h.c.
38268 2012-05-31  Marek Polacek  <polacek@redhat.com>
38270         [BZ #14132]
38271         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
38272         __endmntent_internal): Remove declaration.
38273         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
38274         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
38275         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
38277 2012-05-30  David S. Miller  <davem@davemloft.net>
38279         * sysdeps/sparc/sparc32/soft-fp/q_util.c
38280         (___Q_simulate_exceptions): Use real FP ops rather than writing
38281         into the %fsr.
38282         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
38283         Likewise.
38285 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38287         [BZ #14117]
38288         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
38289         * sysdeps/x86/bits/xtitypes.h: This.
38291         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
38292         * sysdeps/x86/bits/wordsize.h: This.
38294         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
38295         * sysdeps/x86/bits/huge_vall.h: This.
38297         * sysdeps/i386/bits/select.h: Removed.
38298         * sysdeps/x86_64/bits/select.h: Renamed to ...
38299         * sysdeps/x86/bits/select.h: This.
38301         * sysdeps/i386/bits/setjmp.h: Removed.
38302         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
38303         * sysdeps/x86/bits/setjmp.h: This.
38305         * sysdeps/i386/bits/mathdef.h: Removed.
38306         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
38307         * sysdeps/x86/bits/mathdef.h: This.
38309 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
38311         [BZ #14132]
38312         * include/sys/socket.h (__connect_internal)
38313         (__libc_sa_len_internal): Remove declaration.
38314         (__connect, __libc_sa_len): Declare hidden_proto.
38315         (SA_LEN): Remove use of INTUSE.
38316         * socket/connect.c: Add libc_hidden_def.
38317         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
38318         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
38319         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
38320         alias.
38321         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
38322         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
38323         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
38324         of adding _internal alias.
38326 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38328         [BZ #14117]
38329         * sysdeps/i386/bits/link.h: Removed.
38330         * sysdeps/i386/bits/linkmap.h: Likewise.
38331         * sysdeps/x86_64/bits/link.h: Renamed to ...
38332         * sysdeps/x86/bits/link.h: This.
38333         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
38334         * sysdeps/x86/bits/linkmap.h: This.
38336         * sysdeps/i386/bits/endian.h: Removed.
38337         * sysdeps/x86_64/bits/endian.h: Renamed to ...
38338         * sysdeps/x86/bits/endian.h: This.
38340         * sysdeps/i386/bits/byteswap.h: Removed.
38341         * sysdeps/i386/bits/byteswap-16.h: Likewise.
38342         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
38343         * sysdeps/x86/bits/byteswap.h: This.
38344         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
38345         * sysdeps/x86/bits/byteswap-16.h: This.
38346         * sysdeps/i386/Implies: Add x86.
38347         * sysdeps/x86_64/Implies: Likewise.
38349 2012-05-30  David S. Miller  <davem@davemloft.net>
38351         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
38352         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
38353         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
38354         (FP_TRAPPING_EXCEPTIONS): Define.
38355         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
38356         (FP_TRAPPING_EXCEPTIONS): Define.
38357         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
38358         subnormals only when inexact has been signalled or underflow
38359         exceptions are enabled.
38360         (_FP_PACK_CANONICAL): Likewise.
38362 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38364         [BZ #14183]
38365         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
38366         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
38368 2012-05-30  Richard Henderson  <rth@twiddle.net>
38370         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
38371         with #ifndef NOT_IN_libc.
38373         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
38374         marked to avoid plt entry.
38376 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38378         [BZ #14112]
38379         * Makeconfig (default-abi): New macro.
38380         (abi-includes): Likewise.
38381         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
38382         $(abi-$(default-abi)-lib-soname) for soname if defined.
38383         ($(common-objpfx)gnu/lib-names.stmp): Generate from
38384         abi-variants.
38385         * Makefile (installed-stubs): Likewise.
38386         * include/stubs-biarch.h: Removed.
38387         * scripts/lib-names.awk: Only handle one library at a time.
38388         * scripts/soversions.awk: Remove WORDSIZE support.
38389         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
38390         entries.
38391         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
38392         Removed.
38393         (syscall-list-default-condition): Likewise.
38394         (syscall-list-default-condition): Likewise.
38395         (syscall-list-includes): Likewise.
38396         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
38397         syscall-list-* with abi-*.  Handle undefined abi-variants.
38398         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
38399         * sysdeps/unix/sysv/linux/i386/Implies: New file.
38400         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
38401         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
38402         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
38403         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
38404         Removed.
38405         (syscall-list-32-options): Likewise.
38406         (syscall-list-32-condition): Likewise.
38407         (syscall-list-64-options): Likewise.
38408         (syscall-list-64-condition): Likewise.
38409         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
38410         macro.
38411         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
38412         Renamed to ...
38413         (abi-*): This.
38414         (abi-64-ld-soname): New macro.
38415         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
38416         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
38417         Renamed to ...
38418         (abi-*): This.
38419         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
38420         * sysdeps/x86_64/x32/shlib-versions: Likewise.
38422 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
38424         * sysdeps/unix/sysv/linux/kernel-features.h
38425         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
38426         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
38427         include <kernel-features.h>.
38428         [!__NR_ftruncate64]: Remove conditional code.
38429         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38430         [__NR_ftruncate64]: Make code unconditional.
38431         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38432         * sysdeps/unix/sysv/linux/truncate64.c: Do not
38433         include <kernel-features.h>.
38434         [!__NR_ftruncate64]: Remove conditional code.
38435         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38436         [__NR_ftruncate64]: Make code unconditional.
38437         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38438         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
38439         include <kernel-features.h>.
38440         [!__NR_ftruncate64]: Remove conditional code.
38441         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38442         [__NR_ftruncate64]: Make code unconditional.
38443         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38444         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
38445         include <kernel-features.h>.
38446         [!__NR_ftruncate64]: Remove conditional code.
38447         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38448         [__NR_ftruncate64]: Make code unconditional.
38449         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38451         * configure.in (libc_cv_fpie): Weaken to a compile test using
38452         LIBC_TRY_CC_OPTION.
38453         * configure: Regenerated.
38455 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38457         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
38458         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
38459         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
38460         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
38461         Refreshed.
38462         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
38463         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
38464         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
38465         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
38466         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
38467         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
38468         Refreshed.
38470 2012-05-27  David S. Miller  <davem@davemloft.net>
38472         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
38473         (___Q_zero): New.
38474         (__Q_simulate_exceptions): Return void.  Change to simulate
38475         exceptions by writing into the %fsr.
38476         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
38477         (__Qp_handle_exceptions): Likewise.
38478         (numbers): Delete.
38479         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
38480         __Qp_handle_exceptions.
38481         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
38482         __Qp_handle_exceptions.
38483         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38484         as unused and give dummy FP_RND_NEAREST initializer.
38485         (FP_INHIBIT_RESULTS): Define.
38486         (___Q_simulate_exceptions): Update declaration.
38487         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
38488         formatting.
38489         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38490         as unused and give dummy FP_RND_NEAREST initializer.
38491         (__Qp_handle_exceptions): Update declaration.
38492         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
38493         formatting.
38495 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
38497         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
38498         the temporary FPU control word.
38499         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
38500         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
38501         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
38502         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
38503         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
38504         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
38505         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
38506         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
38507         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
38508         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
38509         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
38511 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
38513         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
38514         fields.
38516 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
38518         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
38519         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
38520         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
38521         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
38522         Likewise.
38523         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
38524         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
38525         Likewise.
38527 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
38529         * po/h.po: Update from translation team.
38531 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
38533         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
38535         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
38536         handling of denormals.
38537         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
38538         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
38539         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
38540         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
38541         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
38542         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
38543         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
38544         Likewise.
38546 2012-05-26  Marek Polacek  <polacek@redhat.com>
38548         [BZ #14152]
38549         * math/libm-test.inc (fma_test): Don't always expect underflow
38550         exception.
38552 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
38554         [BZ #12416]
38555         * elf/tst-execstack.c: Include stackinfo.h.
38556         (do_test): Adjust test case to ensure that pthread_getattr_np
38557         behaviour remains the same after marking stack executable.
38559 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38561         * sysdeps/unix/sysv/linux/kernel-features.h
38562         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
38563         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
38564         kernel-features.h.
38565         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38566         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38567         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
38568         kernel-features.h.
38569         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38570         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38572 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
38574         * configure.in: Define the default includes to being none.
38575         * configure: Regenerated.
38577 2012-05-25  Roland McGrath  <roland@hack.frob.com>
38579         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
38580         * sysdeps/x86_64/setjmp.S: Likewise.
38581         * sysdeps/i386/bsd-setjmp.S: Likewise.
38582         * sysdeps/i386/bsd-_setjmp.S: Likewise.
38583         * sysdeps/i386/setjmp.S: Likewise.
38584         * sysdeps/i386/__longjmp.S: Likewise.
38585         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
38586         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
38588         * include/stap-probe.h: New file.
38589         * configure.in: Handle --enable-systemtap.
38590         * configure: Regenerated.
38591         * config.h.in (USE_STAP_PROBE): New #undef.
38592         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
38593         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
38594         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
38596 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38598         [BZ #13717]
38599         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
38600         to 2.4.0 where earlier.
38601         * sysdeps/unix/sysv/linux/configure: Regenerated.
38602         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
38603         <kernel-features.h>.
38604         [__ASSUME_32BITUIDS]: Make code unconditional.
38605         [!__ASSUME_32BITUIDS]: Remove conditional code.
38606         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
38607         <kernel-features.h>.
38608         [__ASSUME_32BITUIDS]: Make code unconditional.
38609         [!__ASSUME_32BITUIDS]: Remove conditional code.
38610         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
38611         [__ASSUME_32BITUIDS]: Make code unconditional.
38612         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
38613         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
38614         <kernel-features.h>.
38615         [__ASSUME_32BITUIDS]: Make code unconditional.
38616         [!__ASSUME_32BITUIDS]: Remove conditional code.
38617         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
38618         <kernel-features.h>.
38619         [__ASSUME_32BITUIDS]: Make code unconditional.
38620         [!__ASSUME_32BITUIDS]: Remove conditional code.
38621         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
38622         <kernel-features.h>.
38623         [__ASSUME_32BITUIDS]: Make code unconditional.
38624         [!__ASSUME_32BITUIDS]: Remove conditional code.
38625         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
38626         <kernel-features.h>.
38627         [__ASSUME_32BITUIDS]: Make code unconditional.
38628         [!__ASSUME_32BITUIDS]: Remove conditional code.
38629         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
38630         <kernel-features.h>.
38631         [__ASSUME_32BITUIDS]: Make code unconditional.
38632         [!__ASSUME_32BITUIDS]: Remove conditional code.
38633         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
38634         <kernel-features.h>.
38635         [__ASSUME_32BITUIDS]: Make code unconditional.
38636         [!__ASSUME_32BITUIDS]: Remove conditional code.
38637         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
38638         <kernel-features.h>.
38639         [__ASSUME_32BITUIDS]: Make code unconditional.
38640         [!__ASSUME_32BITUIDS]: Remove conditional code.
38641         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
38642         <kernel-features.h>.
38643         [__ASSUME_32BITUIDS]: Make code unconditional.
38644         [!__ASSUME_32BITUIDS]: Remove conditional code.
38645         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
38646         <kernel-features.h>.
38647         [__ASSUME_32BITUIDS]: Make code unconditional.
38648         [!__ASSUME_32BITUIDS]: Remove conditional code.
38649         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
38650         <kernel-features.h>.
38651         [__ASSUME_32BITUIDS]: Make code unconditional.
38652         [!__ASSUME_32BITUIDS]: Remove conditional code.
38653         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
38654         <kernel-features.h>.
38655         [__NR_setresgid] (__setresgid): Do not declare.
38656         [__ASSUME_32BITUIDS]: Make code unconditional.
38657         [!__ASSUME_32BITUIDS]: Remove conditional code.
38658         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
38659         <kernel-features.h>.
38660         [__NR_setresuid] (__setresuid): Do not declare.
38661         [__ASSUME_32BITUIDS]: Make code unconditional.
38662         [!__ASSUME_32BITUIDS]: Remove conditional code.
38663         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
38664         <kernel-features.h>.
38665         [__ASSUME_32BITUIDS]: Make code unconditional.
38666         [!__ASSUME_32BITUIDS]: Remove conditional code.
38667         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
38668         <kernel-features.h>.
38669         [__ASSUME_32BITUIDS]: Make code unconditional.
38670         [!__ASSUME_32BITUIDS]: Remove conditional code.
38671         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
38672         <kernel-features.h>.
38673         [__ASSUME_32BITUIDS]: Make code unconditional.
38674         [!__ASSUME_32BITUIDS]: Remove conditional code.
38675         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
38676         <kernel-features.h>.
38677         [__ASSUME_32BITUIDS]: Make code unconditional.
38678         [!__ASSUME_32BITUIDS]: Remove conditional code.
38679         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
38680         <kernel-features.h>.
38681         [__ASSUME_32BITUIDS]: Make code unconditional.
38682         [!__ASSUME_32BITUIDS]: Remove conditional code.
38683         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
38684         <kernel-features.h>.
38685         [__ASSUME_32BITUIDS]: Make code unconditional.
38686         [!__ASSUME_32BITUIDS]: Remove conditional code.
38687         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
38688         <kernel-features.h>.
38689         [__ASSUME_32BITUIDS]: Make code unconditional.
38690         [!__ASSUME_32BITUIDS]: Remove conditional code.
38691         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
38692         <kernel-features.h>.
38693         [__ASSUME_32BITUIDS]: Make code unconditional.
38694         [!__ASSUME_32BITUIDS]: Remove conditional code.
38695         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
38696         <kernel-features.h>.
38697         [__ASSUME_32BITUIDS]: Make code unconditional.
38698         [!__ASSUME_32BITUIDS]: Remove conditional code.
38699         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
38700         <kernel-features.h>.
38701         [__ASSUME_32BITUIDS]: Make code unconditional.
38702         [!__ASSUME_32BITUIDS]: Remove conditional code.
38703         * sysdeps/unix/sysv/linux/kernel-features.h
38704         (__ASSUME_SETRESUID_SYSCALL): Remove.
38705         (__ASSUME_SETRESGID_SYSCALL): Likewise.
38706         (__ASSUME_32BITUIDS): Likewise.
38707         (__ASSUME_LDT_WORKS): Likewise.
38708         (__ASSUME_O_DIRECTORY): Likewise.
38709         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
38710         architecture but not kernel version.
38711         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
38712         (__ASSUME_MMAP2_SYSCALL): Likewise.
38713         (__ASSUME_STAT64_SYSCALL): Likewise.
38714         (__ASSUME_IPC64): Likewise.
38715         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
38716         <kernel-features.h>.
38717         [__ASSUME_32BITUIDS]: Make code unconditional.
38718         [!__ASSUME_32BITUIDS]: Remove conditional code.
38719         * sysdeps/unix/sysv/linux/opendir.c: Do not include
38720         <kernel-features.h>.
38721         [__ASSUME_O_DIRECTORY]: Make code unconditional.
38722         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
38723         132096]: Remove conditional code.
38724         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
38725         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
38726         <kernel-features.h>.
38727         [__ASSUME_32BITUIDS]: Make code unconditional.
38728         [!__ASSUME_32BITUIDS]: Remove conditional code.
38729         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
38730         <kernel-features.h>.
38731         [__ASSUME_32BITUIDS]: Make code unconditional.
38732         [!__ASSUME_32BITUIDS]: Remove conditional code.
38733         * sysdeps/unix/sysv/linux/setegid.c: Do not include
38734         <kernel-features.h>.
38735         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
38736         unconditional.
38737         (__setresgid): Do not declare.
38738         [__ASSUME_32BITUIDS]: Make code unconditional.
38739         [!__ASSUME_32BITUIDS]: Remove conditional code.
38740         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
38741         <kernel-features.h>.
38742         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
38743         unconditional.
38744         (__setresuid): Do not declare.
38745         [__ASSUME_32BITUIDS]: Make code unconditional.
38746         [!__ASSUME_32BITUIDS]: Remove conditional code.
38747         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
38748         <kernel-features.h>.
38749         [__ASSUME_32BITUIDS]: Make code unconditional.
38750         [!__ASSUME_32BITUIDS]: Remove conditional code.
38751         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
38752         <kernel-features.h>.
38753         [__ASSUME_32BITUIDS]: Make code unconditional.
38754         [!__ASSUME_32BITUIDS]: Remove conditional code.
38756 2012-05-25  Richard Henderson  <rth@twiddle.net>
38758         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
38759         dl_hwcap to ifunc resolver.
38760         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
38761         elf_ifunc_invoke.
38762         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
38763         dl_hwcap to ifunc resolver.
38764         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
38766 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38768         [BZ #14153]
38769         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
38770         for |x| <= 2**-26, not 2**-57.
38771         * math/libm-test.inc (acos_test): Do not allow spurious underflow
38772         exception.
38774 2012-05-24  Jeff Law  <law@redhat.com>
38776         * stdio-common/Makefile (tests): Add bug25.
38777         * stdio-common/bug25.c: New test.
38779 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
38781         [BZ #13576]
38782         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
38783         multiple of MALLOC_ALIGNMENT in size.
38784         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
38786 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38788         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
38789         Require >= 256.
38790         (FILENAME_MAX): Use macro-int-constant.
38791         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
38792         (_IOFBF): Use macro-int-constant.
38793         (_IOLBF): Likewise.
38794         (_IONBF): Likewise.
38795         (SEEK_CUR): Likewise.
38796         (SEEK_END): Likewise.
38797         (SEEK_SET): Likewise.
38798         (TMP_MAX): Likewise.
38799         (EOF): Use macro-int-constant.  Require < 0.
38800         (NULL): Use macro-constant.  Require == 0.
38801         (stdin): Require type to be FILE *.
38802         (stdout): Likewise.
38803         (stderr): Likewise.
38804         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
38805         macro-int-constant.
38806         (EXIT_SUCCESS): Likewise.
38807         (NULL): Use macro-constant.  Require == 0.
38808         (RAND_MAX): Use macro-int-constant.
38809         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
38810         [C99-based standards] (strtof): Require function.
38811         [C99-based standards] (strtold): Likewise.
38812         [C99-based standards] (strtoll): Likewise.
38813         [C99-based standards] (strtoull): Likewise.
38814         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
38815         [ISO || ISO99 || ISO11] (limits.h): Likewise.
38816         [ISO || ISO99 || ISO11] (math.h): Likewise.
38817         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
38818         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
38819         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38821 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
38823         [BZ #14132]
38824         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
38825         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
38826         * intl/dgettext.c (DCGETTEXT): Likewise.
38827         * intl/gettext.c (DCGETTEXT): Likewise.
38828         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
38829         * posix/regex_internal.h (gettext): Likewise.
38830         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
38831         Remove declaration.
38832         * include/argz.h (__argz_count_internal)
38833         (__argz_stringify_internal): Remove declaration.
38834         (__argz_count, __argz_stringify): Declare hidden proto.
38835         * intl/dcgettext.c: Remove use of INTDEF.
38836         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
38837         * string/argz-stringify.c: Likewise.
38838         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
38839         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
38840         Declare hidden proto.
38841         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
38842         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
38843         Declare hidden proto.
38844         * include/stdio.h (__asprintf_internal): Don't declare.
38845         (__asprintf): Don't define as macro.  Declare hidden proto.
38846         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
38847         (__fsetlocking): Declare hidden proto.
38848         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
38849         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
38850         hidden proto.
38851         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
38852         (_IO_setlinebuf): Remove use of INTUSE.
38853         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
38854         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
38855         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
38856         Remove declaration.
38857         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
38858         (_IO_do_flush): Remove use of INTUSE.
38859         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
38860         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
38861         (_IO_adjust_column, _IO_least_wmarker)
38862         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
38863         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
38864         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
38865         (_IO_default_doallocate, _IO_wdefault_doallocate)
38866         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
38867         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
38868         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
38869         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
38870         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
38871         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
38872         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
38873         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
38874         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
38875         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
38876         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
38877         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
38878         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
38879         proto.
38880         (_IO_flush_all_internal, _IO_adjust_column_internal)
38881         (_IO_default_uflow_internal, _IO_default_finish_internal)
38882         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
38883         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
38884         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
38885         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
38886         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
38887         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
38888         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
38889         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
38890         (_IO_file_close_internal, _IO_file_close_it_internal)
38891         (_IO_file_underflow_internal, _IO_file_overflow_internal)
38892         (_IO_file_init_internal, _IO_file_attach_internal)
38893         (_IO_file_fopen_internal, _IO_file_read_internal)
38894         (_IO_file_sync_internal, _IO_file_seek_internal)
38895         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
38896         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
38897         (_IO_str_underflow_internal, _IO_str_overflow_internal)
38898         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
38899         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
38900         (_IO_list_all_internal, _IO_link_in_internal)
38901         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
38902         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
38903         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
38904         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
38905         (_IO_do_write_internal, _IO_padn_internal)
38906         (_IO_getline_info_internal, _IO_getline_internal)
38907         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
38908         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
38909         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
38910         (_IO_vfscanf_internal, _IO_vfprintf_internal)
38911         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
38912         (_IO_init_internal, _IO_un_link_internal): Don't declare.
38913         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
38914         with libc_hidden_ver, remove use of INTUSE.
38915         * libio/genops.c: Likewise.
38916         * libio/freopen.c: Likewise.
38917         * libio/freopen64.c: Likewise.
38918         * libio/iofclose.c: Likewise.
38919         * libio/iofdopen.c: Likewise.
38920         * libio/iofflush.c: Likewise.
38921         * libio/iofflush_u.c: Likewise.
38922         * libio/iofgets.c: Likewise.
38923         * libio/iofgets_u.c: Likewise.
38924         * libio/iofopen.c: Likewise.
38925         * libio/iofopncook.c: Likewise.
38926         * libio/iofread.c: Likewise.
38927         * libio/iofread_u.c: Likewise.
38928         * libio/ioftell.c: Likewise.
38929         * libio/iofwrite.c: Likewise.
38930         * libio/iogetline.c: Likewise.
38931         * libio/iogets.c: Likewise.
38932         * libio/iogetwline.c: Likewise.
38933         * libio/iopadn.c: Likewise.
38934         * libio/iopopen.c: Likewise.
38935         * libio/ioseekoff.c: Likewise.
38936         * libio/ioseekpos.c: Likewise.
38937         * libio/iosetbuffer.c: Likewise.
38938         * libio/iosetvbuf.c: Likewise.
38939         * libio/ioungetc.c: Likewise.
38940         * libio/ioungetwc.c: Likewise.
38941         * libio/iovdprintf.c: Likewise.
38942         * libio/iovsprintf.c: Likewise.
38943         * libio/iovsscanf.c: Likewise.
38944         * libio/memstream.c: Likewise.
38945         * libio/obprintf.c: Likewise.
38946         * libio/oldfileops.c: Likewise.
38947         * libio/oldiofclose.c: Likewise.
38948         * libio/oldiofdopen.c: Likewise.
38949         * libio/oldiofopen.c: Likewise.
38950         * libio/oldiopopen.c: Likewise.
38951         * libio/oldstdfiles.c: Likewise.
38952         * libio/putc.c: Likewise.
38953         * libio/setbuf.c: Likewise.
38954         * libio/setlinebuf.c: Likewise.
38955         * libio/stdfiles.c: Likewise.
38956         * libio/strops.c: Likewise.
38957         * libio/vasprintf.c: Likewise.
38958         * libio/vscanf.c: Likewise.
38959         * libio/vsnprintf.c: Likewise.
38960         * libio/vswprintf.c: Likewise.
38961         * libio/wfiledoalloc.c: Likewise.
38962         * libio/wfileops.c: Likewise.
38963         * libio/wgenops.c: Likewise.
38964         * libio/wmemstream.c: Likewise.
38965         * libio/wstrops.c: Likewise.
38966         * libio/__fpurge.c: Likewise.
38967         * libio/__fsetlocking.c: Likewise.
38968         * assert/assert.c: Likewise.
38969         * debug/fgets_chk.c: Likewise.
38970         * debug/fgets_u_chk.c: Likewise.
38971         * debug/fread_chk.c: Likewise.
38972         * debug/fread_u_chk.c: Likewise.
38973         * debug/gets_chk.c: Likewise.
38974         * debug/obprintf_chk.c: Likewise.
38975         * debug/vasprintf_chk.c: Likewise.
38976         * debug/vdprintf_chk.c: Likewise.
38977         * debug/vsnprintf_chk.c: Likewise.
38978         * debug/vsprintf_chk.c: Likewise.
38979         * malloc/mtrace.c: Likewise.
38980         * misc/error.c: Likewise.
38981         * misc/syslog.c: Likewise.
38982         * stdio-common/asprintf.c: Likewise.
38983         * stdio-common/fxprintf.c: Likewise.
38984         * stdio-common/getw.c: Likewise.
38985         * stdio-common/isoc99_fscanf.c: Likewise.
38986         * stdio-common/isoc99_scanf.c: Likewise.
38987         * stdio-common/isoc99_vfscanf.c: Likewise.
38988         * stdio-common/isoc99_vscanf.c: Likewise.
38989         * stdio-common/isoc99_vsscanf.c: Likewise.
38990         * stdio-common/printf-prs.c: Likewise.
38991         * stdio-common/printf_fp.c: Likewise.
38992         * stdio-common/printf_fphex.c: Likewise.
38993         * stdio-common/printf_size.c: Likewise.
38994         * stdio-common/putw.c: Likewise.
38995         * stdio-common/scanf.c: Likewise.
38996         * stdio-common/sprintf.c: Likewise.
38997         * stdio-common/tmpfile.c: Likewise.
38998         * stdio-common/vfprintf.c: Likewise.
38999         * stdio-common/vfscanf.c: Likewise.
39000         * stdlib/strfmon_l.c: Likewise.
39001         * sunrpc/openchild.c: Likewise.
39002         * sunrpc/xdr_stdio.c: Likewise.
39003         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
39004         * sysdeps/mach/hurd/tmpfile.c: Likewise.
39006 2012-05-24  Roland McGrath  <roland@hack.frob.com>
39008         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
39010         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
39011         in the third column, to generate for the shared library an IFUNC
39012         that uses _dl_vdso_vsym.
39013         * Makerules (COMPILE.c, compile-stdin.c): New variables.
39014         * Makeconfig (object-suffixes-noshared): New variable.
39016         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
39017         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
39018         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
39019         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
39021         [BZ #14132]
39022         * include/sys/time.h (__gettimeofday): Remove macro.
39023         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
39024         * time/gettimeofday.c (__gettimeofday): Remove #undef.
39025         Remove INTDEF.
39026         (__gettimeofday): Add libc_hidden_def.
39027         (gettimeofday): Add libc_hidden_weak.
39028         * sysdeps/mach/gettimeofday.c: Likewise.
39029         * sysdeps/posix/gettimeofday.c: Likewise.
39030         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
39031         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
39032         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
39033         (__gettimeofday_internal): Remove strong_alias.
39034         (__gettimeofday): Add libc_hidden_def.
39035         (gettimeofday): Add libc_hidden_weak.
39036         * sysdeps/unix/syscalls.list (gettimeofday):
39037         Remove __gettimeofday_internal alias.
39039 2012-05-24  Daniel Jacobowitz  <drow@false.org>
39040             H.J. Lu  <hongjiu.lu@intel.com>
39042         [BZ #12495]
39043         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
39044         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
39045         (largebin_index_32_big): New.
39046         (largebin_index): Use it for 16-byte alignment.
39047         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
39048         correction with front_misalign.
39050 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
39052         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
39053         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
39054         Likewise.
39055         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
39056         Likewise.
39057         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
39058         Likewise.
39059         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
39060         Likewise.
39061         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
39062         Likewise.
39063         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
39064         Likewise.
39065         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
39066         Likewise.
39067         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
39068         Likewise.
39069         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
39070         Likewise.
39071         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
39072         Likewise.
39073         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
39074         Likewise.
39075         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
39076         Likewise.
39078         * scripts/data/c++-types-x32-linux-gnu.data: New file.
39079         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
39081 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
39083         [BZ #10846]
39084         [BZ #14036]
39085         * math/libm-test.inc (exp_test): Add test from bug 14036.
39086         (pow_test): Add test from bug 10846.
39088         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
39089         and other flags.
39090         (special_function): Do not include flags in test name.
39091         (parse_args): Likewise.
39092         * sysdeps/i386/fpu/libm-test-ulps: Update.
39093         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
39094         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
39095         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
39096         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39098         * math/gen-libm-test.pl (%beautify): Add entries for underflow
39099         exceptions.
39100         * math/libm-test.inc ("Philosophy"): Update comment about
39101         exception testing.
39102         (UNDERFLOW_EXCEPTION): New macro.
39103         (UNDERFLOW_EXCEPTION_OK): Likewise.
39104         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
39105         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
39106         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
39107         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
39108         (INVALID_EXCEPTION_OK): Update value.
39109         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
39110         (OVERFLOW_EXCEPTION_OK): Likewise.
39111         (IGNORE_ZERO_INF_SIGN): Likewise.
39112         (test_exceptions): Handle underflow exceptions.
39113         (acos_test): Update for underflow exception expectations.
39114         (cexp_test): Likewise.
39115         (clog_test): Likewise.
39116         (clog10_test): Likewise.
39117         (csqrt_test): Likewise.
39118         (ctan_test): Likewise.
39119         (ctanh_test): Likewise.
39120         (exp_test): Likewise.
39121         (exp10_test): Likewise.
39122         (exp2_test): Likewise.
39123         (expm1_test): Likewise.
39124         (fma_test): Likewise.
39125         (j0_test): Likewise.
39126         (jn_test): Likewise.
39127         (nexttoward_test): Likewise.
39128         (pow_test): Likewise.
39129         (scalbn_test): Likewise.
39130         (scalbln_test): Likewise.
39131         (tan_test): Likewise.
39132         (y1_test): Likewise.
39133         * sysdeps/i386/fpu/libm-test-ulps: Update.
39134         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39136 2012-05-23  David S. Miller  <davem@davemloft.net>
39138         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
39139         (__libc_sigaction): Remove unused local variables.
39141 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39143         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
39145 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
39147         mktime: avoid signed integer overflow
39148         * time/mktime.c (__mktime_internal): Do not mishandle the case
39149         where diff == INT_MIN.
39151         mktime: simplify computation of average
39152         * time/mktime.c (ranged_convert): Use new time_t_avg function
39153         instead of rolling our own (probably-slower) code.
39155         mktime: do not assume signed right shift propagates sign bit
39156         * time/mktime.c (isdst_differ): New static function.
39157         (__mktime_internal): No need to normalize tm_isdst now.
39158         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
39159         tm_isdst values.
39161         mktime: merge another wrapv change from gnulib
39162         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
39163         from some compilers.
39165         mktime: remove incorrect attempt at unusual arithmetics
39166         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
39167         The code didn't really work on such machines anyway.
39168         (TYPE_MINIMUM): Assume two's complement.
39169         (twos_complement_arithmetic): Verify that long_int and time_t
39170         are two's complement (or unsigned, in the latter case).
39172         mktime: check signed shifts on long_int and time_t, too
39173         * time/mktime.c (SHR): Check that shifts work as desired
39174         on the types long_int and time_t too, as SHR is used on
39175         such types.
39177         mktime: do not assume 'long' is wide enough
39178         * time/mktime.c (verify): Move decl up.
39179         (long_int): New type.
39180         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
39181         to remove assumption in the code that 'long' is wide enough to
39182         store year values.  This assumption is not true on x32 and on
39183         some non-glibc platforms.
39185         mktime: merge wrapv change from gnulib
39186         * time/mktime.c (WRAPV): New macro.
39187         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
39188         (guess_time_tm, __mktime_internal): Do not assume that signed
39189         integer overflow wraps around; modern compilers generate code
39190         where this assumption is no longer valid.
39192 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39194         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
39195         Replace "jmp L(pseudo_end)" with "ret".
39196         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
39197         Likewise.
39199 2012-05-23  Andreas Jaeger  <aj@suse.de>
39201         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
39202         * sysdeps/unix/sysv/linux/poll.c: Remove file.
39204 2012-05-23  Andreas Jaeger  <aj@suse.de>
39205             Maximilian Attems  <max@stro.at>
39207         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
39208         New macros.
39210 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39212         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
39213         code so that pseudo_end is just ret and the stack pointer is
39214         correct also for static library in error case.
39216 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
39218         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
39219         move to syscalls.list.
39220         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
39221         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
39222         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
39223         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
39225         * manual/install.texi (Running make install): Do not mention Linux
39226         kernel version for which pt_chown is not needed.
39227         (Linux): Do not mention problems with nscd with 2.0 kernels.
39228         * INSTALL: Regenerated.
39230 2012-05-23  Andreas Jaeger  <aj@suse.de>
39232         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
39233         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
39234         macro.
39235         * sysdeps/unix/sysv/linux/s390/bits/mman.h
39236         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39237         * sysdeps/unix/sysv/linux/sh/bits/mman.h
39238         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39239         * sysdeps/unix/sysv/linux/i386/bits/mman.h
39240         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39241         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
39242         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39243         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
39244         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39245         * sysdeps/unix/sysv/linux/bits/in.h
39246         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
39248 2012-05-22  Roland McGrath  <roland@hack.frob.com>
39250         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
39251         (PREPARE_VERSION): Just use assert instead, it will be elided
39252         under [NDEBUG] anyway.
39254 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39256         * sysdeps/unix/sysv/linux/Makefile: Include
39257         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
39258         (sysdep_routines): Remove sysctl.
39259         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
39260         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
39261         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
39262         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
39263         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
39265 2012-05-22  Andreas Jaeger  <aj@suse.de>
39267         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
39268         that pseudo_end is just ret and the stack pointer is correct also
39269         for static library in error case.
39271 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
39273         [BZ #14122]
39274         * nss/nsswitch.c (defconfig_entries): New variable.
39275         (__nss_database_lookup): Don't leak defconfig entries.
39276         (nss_parse_service_list): Don't leak on error paths.
39277         (free_database_entries): New function.
39278         (free_defconfig): New function.
39279         (free_mem): Move common code to free_database_entries.
39281 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39283         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
39284         Add arch_prctl.
39285         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
39287         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
39288         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
39289         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
39290         New macro.
39291         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
39292         (INTERNAL_SYSCALL_TYPES): Likewise.
39293         (LOAD_ARGS_TYPES_[1-6]): Likewise.
39294         (LOAD_REGS_TYPES_[1-6]): Likewise.
39295         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
39296         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
39298 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39300         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
39301         copysignl for GLIBC_2_0.
39302         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
39303         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
39304         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
39305         logbl for GLIBC_2_0.
39306         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
39307         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
39309 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39311         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
39312         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39314         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
39315         Use "neg %eax".
39317         * time/mktime.c: Update copyright years.
39319 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
39321         mktime: merge comment-quoting-style change from gnulib
39322         * time/mktime.c: Quote 'like this' in comments.
39323         The GNU coding standards suggest that we no longer quote `like this',
39324         as "`" and "'" are typically rendered asymmetrically nowadays.
39325         The typical gnulib style is to quote 'like this' when quoting
39326         code, and "like this" when quoting English.
39328         * time/mktime.c (compile-command): Add "-I.".
39330         mktime: merge mktime-internal.h change from gnulib
39331         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
39333         mktime: merge time_r change from gnulib
39334         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
39336         mktime: merge DEBUG change from gnulib
39337         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
39338         case system <time.h> has a #define.
39340         mktime: merge <sys/types.h> change from gnulib
39341         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
39342         since <time.t> is now guaranteed to define time_t.
39344         mktime: merge HAVE_CONFIG_H change from gnulib
39345         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
39347 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39349         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39350         Use "neg %eax".
39352         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
39353         __rlim_t cast.
39354         (struct rusage): Use anonymous union to pad each field to
39355         __syscall_slong_t.
39357 2012-05-21  David S. Miller  <davem@davemloft.net>
39359         * Makefules (o-iterator): Remove .s cases.
39360         (compile-command.s): Delete.
39361         (COMPILE.s): Delete.
39362         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
39364 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
39366         * configure.in (libc_cv_predef_stack_protector): Only consider
39367         "foobar" and "__stack_chk_fail" lines in libc_undefs.
39368         * configure: Regenerated.
39370 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39372         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39373         New macro.  Use R*LP on int and pointer.
39374         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
39375         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
39376         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
39377         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
39379         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
39380         [__WORDSIZE_TIME64_COMPAT32] instead of
39381         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
39382         (struct utmp): Likewise.
39383         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
39384         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
39385         Renamed to ...
39386         (__WORDSIZE_TIME64_COMPAT32): This.
39387         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
39388         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
39389         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
39390         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
39391         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
39392         (__WORDSIZE_TIME64_COMPAT32): New macro.
39394 2012-05-21  Andreas Jaeger  <aj@suse.de>
39396         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
39397         only if [SHARED]. Add prototype for __wcschr_ia32.
39399 2012-05-21  Roland McGrath  <roland@hack.frob.com>
39401         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
39402         of %rbp unmolested in the jmp_buf while mangling the low bits.
39403         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
39404         unmolested high bits of %rbp while demangling the low bits.
39405         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
39407 2012-05-21  Andreas Jaeger  <aj@suse.de>
39409         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
39410         * sunrpc/svc_simple.c: Use it for registerrpc.
39411         * sunrpc/xcrypt.c: Use it for passwd2des.
39413         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
39415 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39417         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
39418         Don't define if [__SYSCALL_WORDSIZE != 32].
39419         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
39420         New macro.
39422 2012-05-21  Bruno Haible  <bruno@clisp.org>
39423             Andreas Jaeger  <aj@suse.de>
39425         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
39426         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
39427         inptr and inend for must_buffer_ch.
39428         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
39429         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
39430         * stdio-common/Makefile (tests): Remove bug15.
39431         (bug15-ENV): Remove macro.
39432         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
39433         anymore.
39435 2012-05-19  Andreas Jaeger  <aj@suse.de>
39436             Roland McGrath  <roland@hack.frob.com>
39438         * manual/contrib.texi: Completely rewritten. It contains now an
39439         alphabetical list of contributors and their contributions.
39441 2012-05-21  Richard Henderson  <rth@twiddle.net>
39443         * misc/getauxval.c (__getauxval): Use unsigned long int.
39444         * misc/sys/auxv.h: Include <sys/cdefs.h>.
39445         (getauxval): Use unsigned long int.
39447 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39449         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
39451 2012-05-21  Roland McGrath  <roland@hack.frob.com>
39453         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
39454         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
39455         __alignof__ (long double).
39457 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39459         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39461 2012-05-20  Richard Henderson  <rth@twiddle.net>
39463         * misc/getauxval.c: New file.
39464         * misc/sys/auxv.h: New file.
39465         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
39466         (routines): Add getauxval.
39467         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
39468         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
39469         * elf/dl-sysdep.c (_dl_auxv): Remove.
39470         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
39471         * elf/dl-support.c (_dl_auxv): New variable.
39472         (_dl_aux_init): Initialize it.
39473         * manual/startup.texi (Auxiliary Vector): New node.
39474         * sysdeps/generic/bits/hwcap.h: New file.
39475         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
39476         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
39477         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
39478         * sysdeps/sparc/sysdep.h: ... here.  Include it.
39479         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
39480         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
39481         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
39482         Update.
39483         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
39484         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
39485         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
39486         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
39487         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39488         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39489         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
39490         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
39492 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39494         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39496 2012-05-19  David S. Miller  <davem@davemloft.net>
39498         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39500 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39502         [BZ #14123]
39503         * math/s_ccosh.c: Include <float.h>
39504         (__ccosh): Avoid internal overflow calculating sinh and cosh
39505         values before multiplying by sin and cos values.
39506         * math/s_ccoshf.c: Likewise.
39507         * math/s_ccoshl.c: Likewise.
39508         * math/s_csin.c: Likewise.
39509         * math/s_csinf.c: Likewise.
39510         * math/s_csinl.c: Likewise.
39511         * math/s_csinh.c: Likewise.
39512         * math/s_csinhf.c: Likewise.
39513         * math/s_csinhl.c: Likewise.
39514         * math/libm-test.inc (ccos_test): Add more tests.
39515         (ccosh_test): Likewise.
39516         (csin_test): Likewise.
39517         (csinh_test): Likewise.
39518         * sysdeps/i386/fpu/libm-test-ulps: Update.
39519         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39521 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
39523         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
39524         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
39526         * sysdeps/x86_64/x32/_itoa.h: Add comment.
39528 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39530         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
39531         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
39532         * sysdeps/powerpc/soft-fp/Versions: Likewise.
39533         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
39534         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
39535         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
39536         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
39537         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
39538         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
39539         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
39540         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
39541         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
39542         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
39543         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
39544         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
39545         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
39546         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
39547         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
39548         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
39549         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
39550         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
39551         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
39552         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
39553         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
39554         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
39555         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
39556         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
39557         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
39558         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
39559         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
39560         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
39562 2012-05-18  Andreas Jaeger  <aj@suse.de>
39564         * csu/.gitignore: Delete.
39566 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39568         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
39569         (timex): Use __syscall_slong_t.
39571 2012-05-18  Andreas Jaeger  <aj@suse.de>
39572             Carlos O'Donell  <carlos_odonell@mentor.com>
39574         * manual/install.texi (Configuring and compiling): Update
39575         description about files modified in the source directory.
39576         * INSTALL: Regenerated.
39578 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39580         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
39581         value.  Use "or" to set return value to -1.
39582         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
39583         negate return value.
39585 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
39587         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
39588         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
39589         failure if the compiler has Graphite support disabled.
39590         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
39591         Likewise.
39592         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
39593         (CFLAGS-memmove.c): Likewise.
39594         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
39595         Likewise.
39597 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39599         * sysdeps/x86_64/x32/_itoa.h: New file.
39601         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
39602         getdents system call only if kernel and user dirents have the
39603         same d_ino and d_off.
39605         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
39606         LLONG_MAX != LONG_MAX.
39607         (_itoa_word): Use _ITOA_WORD_TYPE on value.
39608         (_fitoa_word): Likewise.
39610         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
39611         years.
39612         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
39613         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
39614         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
39616         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
39617         include <bits/wordsize.h>.  Check __x86_64__ instead of
39618         __WORDSIZE.
39619         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
39620         if __x86_64__ is defined.  Use anonymous union on fpstate.
39622         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
39623         anonymous union.
39625 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
39627         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
39628         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
39629         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
39630         Refer to _rtld_local_ro instead of _rtld_global_ro.
39631         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
39632         Likewise.
39633         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
39634         Likewise.
39635         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
39636         Likewise.
39637         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
39638         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
39639         of _rtld_global, and rtld_progname instead of _dl_argv[0].
39641         * sysdeps/powerpc/powerpc32/dl-machine.c
39642         (__elf_machine_runtime_setup) [PROF]: Don't reference
39643         _dl_prof_resolve.
39645 2012-05-18  Andreas Jaeger  <aj@suse.de>
39647         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
39648         function only available for GCCs before 3.4 since GCC 3.4
39649         introduced a builtin.
39650         (lrint): Likewise.
39651         (llrintf): Likewise.
39652         (llrint): Likewise.
39653         (fmaxf): Likewise.
39654         (fmax): Likewise.
39655         (fminf): Likewise.
39656         (fmin): Likewise.
39657         (rint): Likewise.
39658         (rintf): Likewise.
39659         (nearbyint): Likewise.
39660         (nearbyintf): Likewise.
39661         (ceil): Likewise.
39662         (ceilf): Likewise.
39663         (floor): Likewise.
39664         (floorf): Likewise.
39666 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39668         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
39669         on both fields and cast pointer to __syscall_ulong_t.
39671         * bits/types.h (__fsword_t): New type.
39672         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
39673         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
39674         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39675         (__FSWORD_T_TYPE): Likewise.
39676         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39677         (__FSWORD_T_TYPE): Likewise.
39678         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39679         (__FSWORD_T_TYPE): Likewise.
39680         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
39681         (__FSWORD_T_TYPE): Likewise.
39682         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
39683         __SWORD_TYPE with __fsword_t.
39684         (statfs64): Likewise.
39686 2012-05-17  David S. Miller  <davem@davemloft.net>
39688         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
39690 2012-05-17  Andreas Jaeger  <aj@suse.de>
39692         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
39693         warning.
39695 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39697         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
39699 2012-05-17  Andreas Jaeger  <aj@suse.de>
39701         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
39702         when it is used.
39704 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39706         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
39708 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39710         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
39711         * sysdeps/x86_64/tst-mallocalign1.c: New file.
39713 2012-05-17  Andreas Jaeger  <aj@suse.de>
39714             Carlos O'Donell  <carlos_odonell@mentor.com>
39716         [BZ #14059]
39717         * sysdeps/x86_64/multiarch/init-arch.h
39718         (bit_YMM_Usable): Rename to...
39719         (bit_AVX_Usable): ... this.
39720         (bit_FMA4_Usable): New macro.
39721         (bit_XMM_state): New macro.
39722         (bit_YMM_state): New macro.
39723         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
39724         [__ASSEMBLER__] (index_AVX_Usable): ... this.
39725         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
39726         (CPUID_OSXSAVE): New macro.
39727         (CPUID_AVX): New macro.
39728         (CPUID_FMA4): New macro.
39729         (index_YMM_Usable): Rename to...
39730         (index_AVX_Usable): ... this.
39731         (HAS_AVX): Use HAS_ARCH_FEATURE.
39732         (HAS_FMA4): Likewise.
39733         (HAS_YMM_USABLE): Remove.
39734         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
39735         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
39736         are present.
39737         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
39738         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
39739         * sysdeps/x86_64/multiarch/Makefile: Likewise.
39740         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
39741         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
39743 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39745         * math/libm-test.c: Support platforms without multiple rounding modes.
39746         * math/bug-nextafter.c: Support platforms without FP exceptions.
39747         * math/bug-nexttoward.c: Likewise.
39748         * math/test-fenv.c: Likewise.
39749         * math/test-misc.c: Likewise.
39750         * stdlib/bug-getcontext.c: Likewise.
39752 2012-05-17  Andreas Jaeger  <aj@suse.de>
39754         * manual/examples/search.c (critter_cmp): Change signature to
39755         avoid warnings.
39756         * manual/string.texi (Collation Functions): Likewise.
39758 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39760         * bits/types.h: Fold copyright years.
39761         * bits/typesizes.h: Likewise.
39762         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
39763         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
39764         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
39765         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
39766         * time/time.h: Likewise.
39768 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
39770         [BZ #208]
39771         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
39772         in instead of returning them.  Return void.
39773         (__libc_mallinfo): Accumulate over all arenas.
39774         (__malloc_stats): Adjust for change in int_mallinfo interface.
39776 2012-05-16  Roland McGrath  <roland@hack.frob.com>
39778         [BZ #10375]
39779         * configure.in (NM): Add AC_CHECK_TOOL for it.
39780         (libc_extra_cflags): New substituted variable.
39781         Check for -fstack-protector being used implicitly.
39782         * configure: Regenerated.
39783         * config.make.in (config-extra-cflags): New variable,
39784         gets @libc_extra_cflags@.
39785         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
39787         [BZ #10375]
39788         * configure.in: Check for _FORTIFY_SOURCE being predefined.
39789         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
39790         * configure: Regenerated.
39791         * config.make.in (CPPUNDEFS): New substituted variable.
39792         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
39793         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
39794         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
39796 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39798         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
39799         (mq_attr): Use __syscall_slong_t.
39801 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39803         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
39804         Check __x86_64__ instead of __WORDSIZE.
39805         (_STAT_VER_LINUX): Likewise.
39806         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
39807         __syscall_ulong_t and __syscall_slong_t.
39808         (stat64): Likewise.
39810 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39812         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
39814 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39816         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
39818 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39820         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
39821         __syscall_ulong_t.
39823         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
39824         include <bits/wordsize.h>.  Check __x86_64__ instead of
39825         __WORDSIZE.
39826         (greg_t): Use "__extension__ long long int" if __x86_64__ is
39827         defined.
39828         (mcontext_t): Replace "unsigned long" with "unsigned long long".
39830         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
39831         include <bits/wordsize.h>.  Check __x86_64__ instead of
39832         __WORDSIZE.
39833         (user_regs_struct): Use "__extension__ unsigned long long"
39834         instead of "unsigned long" if __x86_64__ is defined.
39835         (user): Likewise.  Pad after pointer field if __ILP32__ is
39836         defined.
39838 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
39840         * configure.in (makeinfo): Require version 4.5 or later.  Allow
39841         versions 5 to 9.
39842         * configure: Regenerated.
39843         * manual/install.texi (texinfo): Increase version requirement to
39844         4.5 or later.
39845         * INSTALL: Regenerated.
39847         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
39849 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39851         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
39853         * sysdeps/x86_64/x32/ffs.c: New file.
39855         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
39856         __syscall_ulong_t.
39857         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
39858         defined.  Use __syscall_ulong_t.
39859         (shminfo): Use __syscall_ulong_t.
39860         (shm_info): Likewise.
39862         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
39863         __syscall_ulong_t.
39865         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
39866         <bits/wordsize.h>.
39867         (msgqnum_t): Use __syscall_ulong_t.
39868         (msglen_t): Likewise.
39869         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
39870         __syscall_ulong_t.
39872         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
39873         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39875         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
39877         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
39878         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
39880         * sysvipc/sys/msg.h (msgbuf): Replace long int with
39881         __syscall_slong_t.
39883         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
39884         include <bits/wordsize.h>.  Check __x86_64__ instead of
39885         __WORDSIZE.
39887         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
39888         "unsigned long long int" if __x86_64__ is defined.
39889         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
39891         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
39892         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39893         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
39895         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
39896         <stdint.h>.
39897         (GET_PC): Cast to uintptr_t first.
39898         (GET_FRAME): Likewise.
39899         (GET_STACK): Likewise.
39901         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
39902         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
39903         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
39904         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
39905         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
39906         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
39907         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
39908         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
39909         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
39910         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
39911         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
39912         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
39913         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
39914         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
39915         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
39916         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
39917         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
39918         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
39919         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
39920         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
39921         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
39922         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
39923         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
39924         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
39925         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
39926         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
39927         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
39928         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
39929         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
39931 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
39933         * Makerules (+depfiles): Also collect depfiles from .oS in
39934         $(extra-objs).
39935         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
39936         .oS, $(libnldbl-routines)).
39938         * Makerules (native-compile-mkdep-flags): Define.
39939         * sunrpc/Makefile (extra-objs): Add $(addprefix
39940         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
39941         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
39942         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
39943         calling $(make-target-directory).
39945 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39947         * bits/types.h (__snseconds_t): Removed.
39948         * time/time.h (struct timespec): Replace __snseconds_t with
39949         __syscall_slong_t.
39950         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
39951         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
39952         Likewise.
39953         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39954         (__SNSECONDS_T_TYPE): Likewise.
39955         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39956         (__SNSECONDS_T_TYPE): Likewise.
39957         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39958         (__SNSECONDS_T_TYPE): Likewise.
39960 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39962         * sysdeps/mach/hurd/bits/typesizes.h
39963         (__SYSCALL_SLONG_TYPE): New macro.
39964         (__SYSCALL_ULONG_TYPE): Likewise.
39966 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39968         * bits/types.h (__syscall_slong_t): New type.
39969         (__syscall_ulong_t): Likewise.
39971         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
39972         (__SYSCALL_ULONG_TYPE): Likewise.
39973         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39974         (__SYSCALL_SLONG_TYPE): Likewise.
39975         (__SYSCALL_ULONG_TYPE): Likewise.
39976         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39977         (__SYSCALL_SLONG_TYPE): Likewise.
39978         (__SYSCALL_ULONG_TYPE): Likewise.
39979         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39980         (__SYSCALL_SLONG_TYPE): Likewise.
39981         (__SYSCALL_ULONG_TYPE): Likewise.
39983 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39985         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
39986         Add sigaltstack-offsets.sym.
39987         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
39988         <sigaltstack-offsets.h>.
39989         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
39990         longjmp_msg pointer.
39991         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
39992         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
39993         signal stack.
39994         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
39996 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
39998         * elf/stackguard-macros.h: Remove file.
39999         * sysdeps/generic/stackguard-macros.h: New file.
40000         * sysdeps/i386/stackguard-macros.h: Likewise.
40001         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
40002         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
40003         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
40004         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
40005         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
40006         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
40007         * sysdeps/x86_64/stackguard-macros.h: Likewise.
40008         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
40009         <elf/stackguard-macros.h>.
40011         [BZ #14109]
40012         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
40013         __aligned__ in attribute.
40014         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
40015         (gregset_t): Likewise.
40017 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40019         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
40020         * sysdeps/x86_64/64/Implies-after: Here.  New file.
40021         * sysdeps/x86_64/x32/Implies-after: New file.
40023 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40025         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
40026         and access return value for _dl_profile_fixup.  Use R10_LP to
40027         load frame size.
40029 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40031         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
40033 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40035         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
40036         * sysdeps/x86_64/x32/sysdep.h: New file.
40038 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40040         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
40041         * sysdeps/x86_64/setjmp.S: Likewise.
40043 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40045         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
40046         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
40047         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
40048         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
40049         remove unused global constant.
40051 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
40053         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
40054         include of <not-cancel.h>.
40056 2012-05-15  Roland McGrath  <roland@hack.frob.com>
40058         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
40060 2012-05-15  Jeff Law  <law@redhat.com>
40061             Andreas Jaeger  <aj@suse.de>
40063         [BZ #13594]
40064         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
40065         out from...
40066         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
40067         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
40068         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
40069         code changing __hst_map_handle.map.
40071 2012-05-15  Roland McGrath  <roland@hack.frob.com>
40073         * configure.in (sysnames): Look for Implies-before and Implies-after
40074         files.
40075         * configure: Regenerated.
40077 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40079         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
40080         8-byte data alignment with LP_SIZE alignment.
40082 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40084         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
40085         into R10_LP.
40087 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40089         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
40091 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40093         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
40094         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
40095         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
40096         Likewise.
40097         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
40099 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40101         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
40102         (stackinfo_sub_sp): Likewise.
40104 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40106         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
40107         RAX_LP.
40109 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40111         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
40112         into R*_LP.
40114 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40116         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
40117         sizes into R*_LP.
40119 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40121         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
40123 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40125         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
40126         into R11_LP and load __x86_64_shared_cache_size_half into
40127         R8_LP.
40129 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40131         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
40132         R8_LP.
40134 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40136         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
40137         logb for POWER7.
40138         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
40139         logbf for POWER7.
40140         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
40141         logbl for POWER7.
40142         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
40143         powerpc32/power7/fpu/s_logb.c via #include.
40144         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
40145         powerpc32/power7/fpu/s_logbf.c via #include.
40146         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
40147         powerpc32/power7/fpu/s_logbl.c via #include.
40149 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
40151         * README.libm: Remove file.
40153 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40155         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
40156         count for x32.  Use R*_LP and omit operand-size suffix.
40158 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40160         * shlib-versions: Move x86_64-.*-linux.* entries to ...
40161         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
40162         * sysdeps/x86_64/x32/shlib-versions: New file.
40164 2012-05-14  Roland McGrath  <roland@hack.frob.com>
40166         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
40167         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
40168         Use _dl_fatal_printf instead.
40170 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
40172         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
40173         set if not set by the user.  Do not allow for being unset.
40174         * sysdeps/unix/sysv/linux/configure: Regenerated.
40176 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40178         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
40179         the `q' suffix from lea and replace .quad with ASM_ADDR.
40181 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40183         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
40184         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
40185         instead of $17.
40186         (PTR_DEMANGLE): Likewise.
40188 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40190         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
40191         (LP_OP): Likewise.
40192         (ASM_ADDR): Likewise.
40193         (RAX_LP): Likewise.
40194         (RBP_LP): Likewise.
40195         (RBX_LP): Likewise.
40196         (RCX_LP): Likewise.
40197         (RDI_LP): Likewise.
40198         (RSI_LP): Likewise.
40199         (RSP_LP): Likewise.
40200         (R8_LP): Likewise.
40201         (R9_LP): Likewise.
40202         (R10_LP): Likewise.
40203         (R10_LP): Likewise.
40204         (R11_LP): Likewise.
40205         (R12_LP): Likewise.
40206         (R13_LP): Likewise.
40207         (R14_LP): Likewise.
40208         (R15_LP): Likewise.
40210 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40212         * sysdeps/x86_64/x32/dl-machine.h: New file.
40214 2012-05-14  Andreas Jaeger  <aj@suse.de>
40216         * manual/Makefile (subdir): Remove export of subdir.
40217         (all): Remove target.
40218         (.PHONY): Remove all from list.
40219         (mkinstalldirs): Remove.
40220         (.PHONY): Remove installdirs from list.
40221         ($(inst_infodir)/libc.info): Use make-target-directory.
40222         (installdirs): Remove.
40223         (subdir_%): Remove.
40224         (glibc-targets): Remove.
40225         (lib): Remove.
40226         (stubs): Remove.
40227         ($(objpfx)stubs ../po/manual.pot): Remove.
40228         ($(objpfx)stamp%): Remove.
40229         (make-target-directory): Remove.
40230         (subdir_install): Remove.
40231         (routines): Remove.
40232         (aux): Remove.
40233         (sources): Remove.
40234         (objects): Remove.
40235         (headers): Remove.
40237         [BZ #13750]
40238         * manual/.gitignore: Remove, it's not needed anymore.
40239         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
40240         all files in it.
40241         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
40242         directory.
40243         (texis): Renamed to $(objpfx)texis.
40244         (texis-path): New, contains path to generated files.
40245         (chapters.%): Use texis-path for complete path, add extra argument
40246         libc-texinfo.sh.
40247         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
40248         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
40249         (summary,texi, stamp-summary): Use complete path of
40250         files. Generate files in build dir.
40251         (dir-add.texi): Build in build dir.
40252         (libm-err.texi,stamp-libm-err): Likewise.
40253         (version.texi, stamp-version): Likewise.
40254         (.%c.texi): Likewise.
40255         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
40256         (mostlyclean): Remove target.
40257         (realclean): Remove target.
40258         (generated): Add new variable with contents from mostlyclean and
40259         realclean, remove entries duplicated in common-mostlyclean, add
40260         stamp-libm-err and stamp-version.
40261         (generated-dirs): Add libc directory.
40262         ($(inst_infodir)/libc.info): Install files from build dir.
40264         * manual/install.texi (Configuring and compiling): Adjust since
40265         the info files are not part of the tar ball anymore.
40267 2012-05-14  Andreas Jaeger  <aj@suse.de>
40269         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
40270         variable.
40272 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
40274         [BZ #13717]
40275         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
40276         to 2.2.0 where earlier.
40277         * sysdeps/unix/sysv/linux/configure: Regenerated.
40278         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
40279         Remove conditional code.
40280         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
40281         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
40282         Remove conditional code.
40283         [!__NR_lchown]: Likewise.
40284         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40285         [__NR_lchown]: Likewise.
40286         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
40287         comment referencing __ASSUME_LCHOWN_SYSCALL.
40288         * sysdeps/unix/sysv/linux/i386/sigaction.c
40289         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40290         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40291         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
40292         Remove conditional code.
40293         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
40294         (__protocol_available): Remove #if 0 code.
40295         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
40296         conditional code.
40297         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
40298         * sysdeps/unix/sysv/linux/kernel-features.h
40299         (__ASSUME_GETCWD_SYSCALL): Don't define.
40300         (__ASSUME_REALTIME_SIGNALS): Likewise.
40301         (__ASSUME_PREAD_SYSCALL): Likewise.
40302         (__ASSUME_PWRITE_SYSCALL): Likewise.
40303         (__ASSUME_POLL_SYSCALL): Likewise.
40304         (__ASSUME_LCHOWN_SYSCALL): Likewise.
40305         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
40306         non-SPARC.
40307         (__ASSUME_SIOCGIFNAME): Don't define.
40308         (__ASSUME_MSG_NOSIGNAL): Likewise.
40309         (__ASSUME_SENDFILE): Define unconditionally.
40310         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
40311         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
40312         conditional code.
40313         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
40314         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
40315         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40316         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40317         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
40318         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40319         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40320         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
40321         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40322         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40323         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
40324         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40325         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40326         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
40327         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40328         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40329         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
40330         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40331         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40332         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
40333         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40334         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40335         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
40336         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40337         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40338         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
40339         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40340         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40341         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
40342         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40343         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40344         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
40345         Remove conditional code.
40346         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40347         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40348         Remove conditional code.
40349         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40350         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
40351         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
40352         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40353         Remove conditional code.
40354         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40355         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
40356         Remove conditional code.
40357         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40358         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
40359         Remove conditional code.
40360         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40361         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40362         Remove conditional code.
40363         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40364         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40365         Remove conditional code.
40366         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40367         * sysdeps/unix/sysv/linux/sh/pwrite64.c
40368         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40369         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40370         * sysdeps/unix/sysv/linux/sigaction.c
40371         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40372         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40373         * sysdeps/unix/sysv/linux/sigpending.c
40374         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40375         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40376         * sysdeps/unix/sysv/linux/sigprocmask.c
40377         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40378         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40379         * sysdeps/unix/sysv/linux/sigsuspend.c
40380         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40381         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40382         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
40383         (__libc_missing_rt_sigs): Remove.
40384         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
40385         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
40386         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
40387         Remove conditional code.
40388         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
40389         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
40390         return 1.
40391         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
40392         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
40393         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
40394         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
40396 2012-05-14  Andreas Jaeger  <aj@suse.de>
40398         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
40399         it's not used in glibc.
40400         (__coshm1): Likewise.
40401         (__acosh1p): Likewise.
40402         (__sgn): Likewise.
40404         * manual/string.texi (Copying and Concatenation): Add missing
40405         variable in concat example.
40406         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
40408 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40410         [BZ #14103]
40411         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
40412         __builtin_clzl with __builtin_clzll.
40414 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40416         [BZ #14104]
40417         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
40418         libc_freeres_ptr.
40420 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
40422         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
40423         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
40424         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
40425         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
40427 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
40429         * NEWS: Update ia64 info.
40431 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
40433         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
40434         used as bcopy.
40436 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
40438         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
40439         * sysdeps/unix/syscalls.list (dup3): Likewise.
40440         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
40441         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
40443 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
40445         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
40446         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
40448 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
40450         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
40451         thread pointer.
40452         (TLS_IE): Use mov/add instead of movq/addq to load thread
40453         pointer.
40454         (TLS_GD_PREFIX): New.
40455         (TLS_GD): Use it.
40457 2012-05-11  David S. Miller  <davem@davemloft.net>
40459         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
40460         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
40461         (_FPU_SETCW): Likewise.
40463 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40465         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
40466         is 32-byte aligned.
40468 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
40470         [BZ #11837]
40471         * iconvdata/gb18030.c: Update tables.
40472         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
40473         characters specially.
40474         (BODY for TO_LOOP): Add encoding of missing ranges.
40476 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
40478         [BZ #13673]
40479         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
40480         * sysdeps/mach/hurd/dup3.c: Likewise.
40481         * sysdeps/mach/hurd/readlinkat.c: Likewise.
40482         * sysdeps/powerpc/memmove.c:: Likewise.
40484 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40486         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
40487         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
40489 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40491         * elf/elf.h (R_X86_64_RELATIVE64): New.
40492         (R_X86_64_NUM): Updated.
40493         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
40494         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
40495         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
40496         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
40497         tst-quad1pie tst-quad2pie
40498         (modules-names): Add tst-quadmod1 tst-quadmod2.
40499         ($(objpfx)tst-quad1): New dependency.
40500         ($(objpfx)tst-quad2): Likewise.
40501         ($(objpfx)tst-quad1pie): Likewise.
40502         ($(objpfx)tst-quad2pie): Likewise.
40503         * sysdeps/x86_64/tst-quad1.c: New file.
40504         * sysdeps/x86_64/tst-quad1pie.c: New file.
40505         * sysdeps/x86_64/tst-quad2.c: Likewise.
40506         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
40507         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
40508         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
40509         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
40510         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
40512 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40514         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
40515         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
40516         * streams/stropts.h (t_scalar_t): Define type.
40518         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
40519         (_PATH_PRESERVE): Set to "/var/lib".
40520         (_PATH_RWHODIR): Set to "/var/spool/rwho".
40522         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
40523         instead of int.
40525         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
40526         if __dir_mkfile succeeded.
40528         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
40529         checking for _hurd_dtablesize.  Unlock it right after having
40530         finished _hurd_dtable allocation.
40532 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40534         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
40535         * sysdeps/mach/hurd/configure: Regenerated.
40536         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
40537         special-casing to...
40538         * sysdeps/gnu/configure.in: ... this new file.
40539         * sysdeps/unix/sysv/linux/configure: Regenerated.
40540         * sysdeps/gnu/configure: New generated file.
40542         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
40543         for Linux: use nsec instead of usec, as well as:
40544         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
40545         members of type struct timespec.
40546         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
40547         New macros.
40548         (struct stat64): Likewise.
40549         (_STATBUF_ST_NSEC): New macro.
40550         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
40552         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
40553         __strtoul_internal rather than strtoul.
40555 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40557         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
40558         and reject them.
40560 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40562         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
40563         which preserves existing values.
40564         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
40566 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40568         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
40569         TIMEOUT values.  Return EINVAL for NFDS values either negative or
40570         greater than FD_SETSIZE.
40572 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40574         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
40575         allocated, call __vm_protect to finish enabling the existing space, and
40576         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
40577         allocate the remainder.
40579 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40581         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
40582         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
40584 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40586         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
40587         sysdeps/mach/hurd/readlink.c.
40589         * posix/tst-sysconf.c (posix_options): Only use
40590         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
40591         _POSIX_SYNCHRONIZED_IO when they are defined
40592         * sysdeps/mach/hurd/bits/posix_opt.h:
40593         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
40594         (_XOPEN_REALTIME): Undefine macro.
40595         (_XOPEN_REALTIME_THREADS): Undefine macro.
40596         (_XOPEN_SHM): Undefine macro.
40597         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
40598         macro to -1.
40599         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
40600         macro to -1.
40601         (_POSIX_ASYNC_IO): Undefine macro.
40602         (_POSIX_PRIORITIZED_IO): Undefine macro.
40603         (_POSIX_SPIN_LOCKS): Define macro to -1.
40605         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
40606         SA_NODEFER, SA_RESETHAND.
40607         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
40608         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
40609         F_DUPFD_CLOEXEC.
40611 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40613         * elf/Makefile (pldd-modules): Define unconditionally.
40615 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40617         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
40619 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40621         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
40622         Return ENOENT when name is empty.
40623         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
40625 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40627         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
40629         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
40631 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40633         Fix mlock in all cases except non-readable pages.
40634         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
40635         instead of VM_PROT_ALL as parameter to __vm_wire function.
40637         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
40638         (__mkdir): When path is `/', just fail with EEXIST.
40639         * sysdeps/mach/hurd/mkdirat.c: Likewise.
40641 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40643         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
40644         <sys/uio.h> (for writev).
40645         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
40646         and <sys/param.h> (for MIN).
40648 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40650         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
40651         REQUESTED_TIME.  Properly set the remaining time and return EINTR
40652         if interrupted.
40654 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40656         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
40657         Depend on against $(link-rpcuserlibs).
40659 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40661         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
40662         (__libc_stack_end): Do not use attribute_relro.
40663         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
40664         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
40665         to libthread-provided value.
40666         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
40667         attribute_relro.
40669 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40671         [BZ #3748]
40672         * bits/libc-lock.h (__libc_once_get): New macro.
40673         * sysdeps/mach/bits/libc-lock.h: Likewise.
40674         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
40675         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
40676         instead of using implementation details.
40678         * libio/fileops.c: Unconditionally include <kernel-features.h>.
40679         * libio/freopen.c: Likewise.
40680         * libio/freopen64.c: Likewise.
40681         * misc/syslog.c: Likewise.
40682         * nscd/connections.c: Likewise.
40683         * nscd/netgroupcache.c: Likewise.
40684         * sysdeps/posix/getcwd.c: Likewise.
40686 2012-05-10  Roland McGrath  <roland@hack.frob.com>
40688         * math/w_ilogbf.c: Add #include <limits.h>.
40690 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40692         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
40693         path instead of returning without unlocking.
40695         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
40696         immediate-write ioctls.
40697         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
40699 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40701         * sysdeps/mach/hurd/i386/init-first.c (init): Use
40702         __builtin_frame_address instead of making assumptions about the
40703         location of the return address relative to DATA.  Force early load of
40704         the return address.
40705         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
40706         __builtin_frame_address.
40708         dup3 for GNU Hurd.
40709         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
40710         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
40711         implement dup3 and do some further code clean-ups.
40712         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
40713         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
40715 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40717         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
40719         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
40720         HURD_CRITICAL_END around holding _hurd_dtable_lock.
40721         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
40722         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
40723         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
40724         d->port.lock.
40726         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
40727         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
40728         when handler == SIG_ERR, not when handler != SIG_ERR.
40730 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40732         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
40733         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
40734         definitions.
40736         accept4 for GNU Hurd.
40737         * include/sys/socket.h (__libc_accept4): New prototype.
40738         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
40739         to implement __libc_accept4.
40740         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
40741         __libc_accept4.
40742         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
40744         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
40745         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
40746         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
40747         signal-defines.sym.
40749 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40751         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
40753 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40755         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
40756         assertion on O_CLOEXEC flag.
40757         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
40758         * hurd/intern-fd.c: Likewise.
40759         * hurd/port2fd.c: Likewise.
40761 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40763         [BZ #3906]
40764         * bits/in.h (IPV6_PKTINFO): Define new macro.
40765         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
40767 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40769         [BZ #13954]
40770         [BZ #13955]
40771         [BZ #13956]
40772         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
40773         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
40774         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
40775         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
40776         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
40777         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
40778         * math/libm-test.inc (logb_test) : Additional logb tests.
40780 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
40781             Andreas Jaeger  <aj@suse.de>
40783         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
40784         * configure: Regenerated.
40785         * config.h.in (LINK_OBSOLETE_RPC): New macro.
40786         * config.make.in (link-obsolete-rpc): New substituted variable.
40787         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
40788         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
40789         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40790         (shared-only-routines): Don't set it under [link-obsolete-rpc],
40791         so that libc.a contains the symbols.
40792         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40793         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
40794         * sunrpc/auth_none.c: Likewise.
40795         * sunrpc/auth_unix.c: Likewise.
40796         * sunrpc/authdes_prot.c: Likewise.
40797         * sunrpc/authuxprot.c: Likewise.
40798         * sunrpc/clnt_gen.c: Likewise.
40799         * sunrpc/clnt_perr.c: Likewise.
40800         * sunrpc/clnt_raw.c: Likewise.
40801         * sunrpc/clnt_simp.c: Likewise.
40802         * sunrpc/clnt_tcp.c: Likewise.
40803         * sunrpc/clnt_udp.c: Likewise.
40804         * sunrpc/clnt_unix.c: Likewise.
40805         * sunrpc/des_crypt.c: Likewise.
40806         * sunrpc/des_soft.c: Likewise.
40807         * sunrpc/get_myaddr.c: Likewise.
40808         * sunrpc/key_call.c: Likewise.
40809         * sunrpc/key_prot.c: Likewise.
40810         * sunrpc/netname.c: Likewise.
40811         * sunrpc/pm_getmaps.c: Likewise.
40812         * sunrpc/pm_getport.c: Likewise.
40813         * sunrpc/pmap_clnt.c: Likewise.
40814         * sunrpc/pmap_prot.c: Likewise.
40815         * sunrpc/pmap_prot2.c: Likewise.
40816         * sunrpc/pmap_rmt.c: Likewise.
40817         * sunrpc/publickey.c: Likewise.
40818         * sunrpc/rpc_cmsg.c: Likewise.
40819         * sunrpc/rpc_common.c: Likewise.
40820         * sunrpc/rpc_dtable.c: Likewise.
40821         * sunrpc/rpc_prot.c: Likewise.
40822         * sunrpc/rpc_thread.c: Likewise.
40823         * sunrpc/rtime.c: Likewise.
40824         * sunrpc/svc.c: Likewise.
40825         * sunrpc/svc_auth.c: Likewise.
40826         * sunrpc/svc_raw.c: Likewise.
40827         * sunrpc/svc_run.c: Likewise.
40828         * sunrpc/svc_tcp.c: Likewise.
40829         * sunrpc/svc_udp.c: Likewise.
40830         * sunrpc/svc_unix.c: Likewise.
40831         * sunrpc/svcauth_des.c: Likewise.
40832         * sunrpc/xcrypt.c: Likewise.
40833         * sunrpc/xdr.c: Likewise.
40834         * sunrpc/xdr_array.c: Likewise.
40835         * sunrpc/xdr_float.c: Likewise.
40836         * sunrpc/xdr_intXX_t.c: Likewise.
40837         * sunrpc/xdr_mem.c: Likewise.
40838         * sunrpc/xdr_rec.c: Likewise.
40839         * sunrpc/xdr_ref.c: Likewise.
40840         * sunrpc/xdr_sizeof.c: Likewise.
40841         * sunrpc/xdr_stdio.c: Likewise.
40843 2012-05-10  Roland McGrath  <roland@hack.frob.com>
40845         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
40846         change.  Update copyright years.
40848 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
40850         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
40852 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
40853             Joseph Myers  <joseph@codesourcery.com>
40854             Paul Pluzhnikov  <ppluzhnikov@google.com>
40856         [BZ #14012]
40857         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
40858         requiring rpcgen.
40859         [cross-compiling] (extra-libs): Likewise.
40860         [cross-compiling] (extra-libs-others): Likewise.
40861         [cross-compiling] (librpcsvc-routines): Likewise.
40862         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
40863         [cross-compiling] (omit-deps): Likewise.
40864         (sunrpc-CPPFLAGS): New variable.
40865         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
40866         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
40867         (cross-rpcgen-objs): New variable.
40868         (extra-objs): Append $(cross-rpcgen-objs).
40869         ($(cross-rpcgen-objs)): New rule.
40870         ($(objpfx)cross-rpcgen): Likewise.
40871         (rpcgen-cmd): Define to use $(built-program-file).  Expand
40872         comment.
40873         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
40874         ($(objpfx)x%.stmp): Likewise.
40875         * sunrpc/proto.h [IS_IN_build] (_): Define.
40876         [IS_IN_build] (_libc_intl_domainname): Likewise.
40878 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40880         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
40881         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
40882         and R_X86_64_TPOFF64.
40884 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
40886         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
40887         sysdeps/unix/sysv/syscalls.list.
40888         (stime): Likewise.
40889         (utime): Likewise.
40890         * sysdeps/unix/sysv/syscalls.list: Remove file.
40892 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
40894         [BZ #3440]
40895         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
40896         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
40897         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
40898         (__LC_IDENTIFICATION): Make these macros useful in #if
40899         expressions, as required by C99.
40901 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
40903         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
40904         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
40905         after this.
40907 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
40909         * stdlib/longlong.h: Updated from GCC.
40911 2012-05-09  Andreas Jaeger  <aj@suse.de>
40913         * nscd/nscd.c (run_modes): Make named enum, reorder so that
40914         default is first entry.
40915         (run_mode): Set type.
40916         (main): Remove informal message about syslog.
40917         (options): Fix typo.
40919         [BZ #14053]
40920         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
40921         to asm.
40922         (lrint): Likewise.
40923         (llrintf): Likewise.
40924         (llrint): Likewise.
40925         (rint): Likewise.
40926         (rintf): Likewise.
40927         (nearbyint): Likewise.
40928         (nearbyintf): Likewise.
40930 2012-05-09  Andreas Jaeger  <aj@suse.de>
40931             Pedro Alves  <palves@redhat.com>
40933         * nscd/nscd.c (run_mode): Use enum.
40934         (main): Cleanup coding style issue.
40936 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
40937             Andreas Jaeger  <aj@suse.de>
40939         * nscd/nscd.c (go_background): Replaced with...
40940         (run_mode): ... this.
40941         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
40942         (options): Add -F --foreground.
40943         (main): Implement it.
40944         (parse_opt): Parse it.
40946 2012-05-09  Andreas Jaeger  <aj@suse.de>
40948         [BZ #14083]
40949         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
40950         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
40951         -Wconversion warning.
40952         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
40953         Likewise.
40955 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
40957         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
40958         == 0.
40959         (LC_ALL): Use macro-int-constant.
40960         (LC_COLLATE): Likewise.
40961         (LC_CTYPE): Likewise.
40962         (LC_MESSAGES): Likewise.
40963         (LC_MONETARY): Likewise.
40964         (LC_NUMERIC): Likewise.
40965         (LC_TIME): Likewise.
40966         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
40967         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
40968         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40969         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
40970         Specify type.
40971         [C99-based standards] (float_t): Expect type.
40972         [C99-based standards] (double_t): Expect type.
40973         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
40974         type.
40975         [C99-based standards] (HUGE_VALL): Likewise.
40976         [C99-based standards] (INFINITY): Likewise.
40977         [C99-based standards] (NAN): Likewise.
40978         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
40979         [C99-based standards] (FP_NAN): Likewise.
40980         [C99-based standards] (FP_NORMAL): Likewise.
40981         [C99-based standards] (FP_SUBNORMAL): Likewise.
40982         [C99-based standards] (FP_ZERO): Likewise.
40983         [C99-based standards] (FP_FAST_FMA): Use
40984         optional-macro-int-constant.  Specify type.  Require == 1.
40985         [C99-based standards] (FP_FAST_FMAF): Likewise.
40986         [C99-based standards] (FP_FAST_FMAL): Likewise.
40987         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
40988         [C99-based standards] (FP_ILOGBNAN): Likewise.
40989         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
40990         Specify type.
40991         [C99-based standards] (MATH_ERREXCEPT): Likewise.
40992         [C99-based standards] (math_errhandling): Specify type.
40993         [ISO99 || ISO11] (signgam): Do not allow.
40994         [non-C99-based standards] (copysignf): Do not allow.
40995         [non-C99-based standards] (exp2f): Likewise.
40996         [non-C99-based standards] (log2f): Likewise.
40997         [non-C99-based standards] (modff): Allow.
40998         [non-C99-based standards] (erff): Do not allow.
40999         [non-C99-based standards] (erfcf): Likewise.
41000         [non-C99-based standards] (gammaf): Likewise.
41001         [non-C99-based standards] (hypotf): Likewise.
41002         [non-C99-based standards] (j0f): Likewise.
41003         [non-C99-based standards] (j1f): Likewise.
41004         [non-C99-based standards] (jnf): Likewise.
41005         [non-C99-based standards] (lgammaf): Likewise.
41006         [non-C99-based standards] (tgammaf): Likewise.
41007         [non-C99-based standards] (y0f): Likewise.
41008         [non-C99-based standards] (y1f): Likewise.
41009         [non-C99-based standards] (ynf): Likewise.
41010         [non-C99-based standards] (isnanf): Likewise.
41011         [non-C99-based standards] (acoshf): Likewise.
41012         [non-C99-based standards] (asinhf): Likewise.
41013         [non-C99-based standards] (atanhf): Likewise.
41014         [non-C99-based standards] (cbrtf): Likewise.
41015         [non-C99-based standards] (expm1f): Likewise.
41016         [non-C99-based standards] (ilogbf): Likewise.
41017         [non-C99-based standards] (log1pf): Likewise.
41018         [non-C99-based standards] (logbf): Likewise.
41019         [non-C99-based standards] (nextafterf): Likewise.
41020         [non-C99-based standards] (remainderf): Likewise.
41021         [non-C99-based standards] (rintf): Likewise.
41022         [non-C99-based standards] (scalbf): Likewise.
41023         [non-C99-based standards] (copysignl): Likewise.
41024         [non-C99-based standards] (exp2l): Likewise.
41025         [non-C99-based standards] (log2l): Likewise.
41026         [non-C99-based standards] (modfl): Allow.
41027         [non-C99-based standards] (erfl): Do not allow.
41028         [non-C99-based standards] (erfcl): Likewise.
41029         [non-C99-based standards] (gammal): Likewise.
41030         [non-C99-based standards] (hypotl): Likewise.
41031         [non-C99-based standards] (j0l): Likewise.
41032         [non-C99-based standards] (j1l): Likewise.
41033         [non-C99-based standards] (jnl): Likewise.
41034         [non-C99-based standards] (lgammal): Likewise.
41035         [non-C99-based standards] (tgammal): Likewise.
41036         [non-C99-based standards] (y0l): Likewise.
41037         [non-C99-based standards] (y1l): Likewise.
41038         [non-C99-based standards] (ynl): Likewise.
41039         [non-C99-based standards] (isnanl): Likewise.
41040         [non-C99-based standards] (acoshl): Likewise.
41041         [non-C99-based standards] (asinhl): Likewise.
41042         [non-C99-based standards] (atanhl): Likewise.
41043         [non-C99-based standards] (cbrtl): Likewise.
41044         [non-C99-based standards] (expm1l): Likewise.
41045         [non-C99-based standards] (ilogbl): Likewise.
41046         [non-C99-based standards] (log1pl): Likewise.
41047         [non-C99-based standards] (logbl): Likewise.
41048         [non-C99-based standards] (nextafterl): Likewise.
41049         [non-C99-based standards] (remainderl): Likewise.
41050         [non-C99-based standards] (rintl): Likewise.
41051         [non-C99-based standards] (scalbl): Likewise.
41052         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41053         [non-C99-based standards] (FP_*): Do not allow.
41054         [C99-based standards] (FP_*): Change to
41055         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
41056         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41057         allow.
41058         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
41059         (SIG_ERR): Likewise.
41060         [X/Open-based standards] (SIG_HOLD): Likewise.
41061         (SIG_IGN): Likewise.
41062         (SIGABRT): Use macro-int-constant.  Specify type.  Require
41063         positive value.
41064         (SIGFPE): Likewise.
41065         (SIGILL): Likewise.
41066         (SIGINT): Likewise.
41067         (SIGSEGV): Likewise.
41068         (SIGTER): Likewise.
41069         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
41070         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
41071         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
41072         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
41073         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
41074         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
41075         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
41076         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
41077         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
41078         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
41079         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
41080         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
41081         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
41082         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
41083         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
41084         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
41085         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
41086         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
41087         [X/Open-based standards] (SIGTRAP): Likewise.
41088         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
41089         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
41090         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
41091         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
41092         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41093         allow.
41095 2012-05-08  Ian Wienand  <ianw@vmware.com>
41097         [BZ #14080]
41098         * time/tzset.c (__tzset_parse_tz): Update default rules for
41099         daylight time changes in the Energy Policy Act of 2005.
41101 2012-05-09  Andreas Jaeger  <aj@suse.de>
41103         [BZ #13983]
41104         * elf/ldconfig.c (parse_conf): Change string to make clear that
41105         ldconfig only issued a warning if ld.so.conf does not exist.
41107 2012-05-08  David S. Miller  <davem@davemloft.net>
41109         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
41110         movxtod instead of popping the value on the stack.
41112         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41114 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
41116         * config.h.in: Add HAVE_ARM_PCS_VFP.
41118 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
41120         [BZ #13979]
41121         * include/features.h: Warn if user requests __FORTIFY_SOURCE
41122         checking but the checks are disabled for any reason.
41124 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
41126         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
41127         and ELF64_R_TYPE with ELFW(R_TYPE).
41129 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
41131         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
41132         (ulimit): Likewise.
41134         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
41135         (settimeofday): Likewise.
41137 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
41139         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
41140         a struct th_u2 inside the union, and move tu_block/tu_code into
41141         a new th_u3 union of tu_block/tu_code inside of that.  Move
41142         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
41143         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
41144         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
41145         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
41146         (th_stuff): Change to th_u1.tu_stuff.
41147         (th_data): Define.
41148         (th_msg): Change to th_u1.th_u2.tu_data.
41150 2012-05-07  David S. Miller  <davem@davemloft.net>
41152         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41154         [BZ #14074]
41155         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
41156         (SETUP_PIC_REG): Use it.
41157         (SETUP_PIC_REG_LEAF): Use it.
41159 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
41161         [BZ #13885]
41162         [BZ #13923]
41163         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41164         USE_AS_EXPM1L.
41165         (EXPL_FINITE): Likewise.
41166         (FLDLOG): Likewise.
41167         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
41168         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
41169         e_expl.S.
41170         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41171         USE_AS_EXPM1L.
41172         (EXPL_FINITE): Likewise.
41173         (FLDLOG): Likewise.
41174         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
41175         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
41176         e_expl.S.
41177         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
41178         test of -max_value argument for long double.
41179         * sysdeps/i386/fpu/libm-test-ulps: Update.
41180         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41182 2012-05-06  David S. Miller  <davem@davemloft.net>
41184         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
41185         quad soft-float symbols whose references which are compiler
41186         generated.
41187         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
41189 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
41191         [BZ #13884]
41192         [BZ #13914]
41193         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41194         USE_AS_EXP10L.
41195         (EXPL_FINITE): Likewise.
41196         (FLDLOG): Likewise.
41197         (c0): Likewise.
41198         (c1): Likewise.
41199         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
41200         Adjust comments for base varying.
41201         (__expl_finite): Change alias to EXPL_FINITE.
41202         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
41203         e_expl.S.
41204         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
41205         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
41206         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
41207         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
41208         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41209         USE_AS_EXP10L.
41210         (EXPL_FINITE): Likewise.
41211         (FLDLOG): Likewise.
41212         (c0): Likewise.
41213         (c1): Likewise.
41214         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
41215         Adjust comments for base varying.
41216         (__expl_finite): Change alias to EXPL_FINITE.
41217         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
41218         tests for bugs.
41219         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41221         [BZ #14064]
41222         * math/libm-test.inc (check_float_internal): Correct ulp
41223         calculation for subnormal expected results.
41225 2012-05-06  Andreas Jaeger  <aj@suse.de>
41227         * Makeconfig (+math-flags): New, set to -frounding-math.
41228         (+cflags): Add +math-flags so that all of glibc gets compiled with
41229         it.
41231         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
41233 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
41235         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
41236         Disable one test.
41238         [BZ #13787]
41239         [BZ #13922]
41240         [BZ #14036]
41241         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
41242         (__ieee754_expl): Allow for and saturate large arguments.
41243         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
41244         (u_threshold): Likewise.
41245         (__exp): Call __ieee754_exp before checking for overflow and
41246         underflow.
41247         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
41248         (u_threshold): Likewise.
41249         (__expf): Call __ieee754_expf before checking for overflow and
41250         underflow.
41251         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
41252         (u_threshold): Likewise.
41253         (__expl): Call __ieee754_expl before checking for overflow and
41254         underflow.
41255         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
41256         (__ieee754_expl): Allow for and saturate large arguments.
41257         * math/libm-test.inc (exp_test): Add another test.  Do not allow
41258         missing overflow exception on overflow.
41259         (expm1_test): Do not allow missing overflow exception on overflow.
41261         * sysdeps/i386/fpu/e_expl.c: Move to ...
41262         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
41263         rather than using inline asm.
41264         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
41265         * sysdeps/x86_64/fpu/e_expl.S: Copy from
41266         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
41268         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
41269         (nice): Likewise.
41270         (poll): Likewise.
41271         (signal): Likewise.
41272         (time): Likewise.
41273         (times): Likewise.
41275 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41277         * sysdeps/unix/syscalls.list (adjtime): Add entry from
41278         sysdeps/unix/common/syscalls.list.
41279         (fchmod): Likewise.
41280         (fchown): Likewise.
41281         (ftruncate): Likewise.
41282         (getrusage): Likewise.
41283         (gettimeofday): Likewise.
41284         (setpgid): Likewise.
41285         (setregid): Likewise.
41286         (setreuid): Likewise.
41287         (sigaction): Likewise.
41288         (truncate): Likewise.
41289         (vhangup): Likewise.
41290         * sysdeps/unix/common/syscalls.list: Remove file.
41291         * sysdeps/unix/bsd/Implies: Don't include unix/common.
41292         * sysdeps/unix/sysv/linux/Implies: Likewise.
41294 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
41296         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
41297         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
41298         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
41299         Moved to ...
41300         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
41301         Here.
41302         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
41303         to ...
41304         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
41305         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
41306         to ...
41307         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
41308         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
41309         to ...
41310         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
41311         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
41312         to ...
41313         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
41314         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
41315         to ...
41316         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
41317         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
41318         to ...
41319         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
41320         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
41321         to ...
41322         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
41323         Here.
41324         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
41325         to ...
41326         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
41327         Here.
41328         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
41329         to ...
41330         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
41331         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
41332         Moved to ...
41333         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
41334         Here.
41335         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
41336         to ...
41337         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
41339 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41341         * sysdeps/unix/common/bits/dirent.h: Remove file.
41342         * sysdeps/unix/common/bits/fcntl.h: Likewise.
41344         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
41345         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
41346         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
41347         * sysdeps/unix/bsd/isatty.c: Likewise.
41348         * sysdeps/unix/bsd/tcdrain.c: Likewise.
41349         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
41350         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
41352 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41354         [BZ #13563]
41355         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
41356         long double comparison inaccuracies.
41357         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
41358         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41360 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
41362         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
41363         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
41365 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41367         [BZ #14049]
41368         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
41369         nonzero digits before rounding a hex value.
41370         * stdlib/tst-strtod.c (tests): Add another test.
41372 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41374         * sysdeps/s390/fpu/libm-test-ulps: Update.
41376 2012-05-03  Andreas Jaeger  <aj@suse.de>
41378         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
41379         does not get optimized out.
41380         (malloc_opt_barrier): New.
41382 2012-05-03  Andreas Jaeger  <aj@suse.de>
41383             Roland McGrath  <roland@hack.frob.com>
41385         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
41386         intermediate file deletion.
41387         (generated): Add .symlist files.
41389 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
41391         [BZ #13775]
41392         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
41393         Redirect under this condition.
41394         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41395         [__USE_GNU] (__dprintf_chk): Not under this condition.
41396         [__USE_GNU] (__vdprintf_chk): Likewise.
41397         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
41398         under this condition.
41399         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41400         [__USE_XOPEN2K8] (dprintf): Define under this condition.
41401         [__USE_XOPEN2K8] (vdprintf): Likewise.
41402         [__USE_GNU] (__dprintf_chk): Not under this condition.
41403         [__USE_GNU] (__vdprintf_chk): Likewise.
41404         [__USE_GNU] (dprintf): Likewise.
41405         [__USE_GNU] (vdprintf): Likewise.
41407 2012-05-03  Roland McGrath  <roland@hack.frob.com>
41409         * elf/Makefile (common-generated): Set this instead of generated for
41410         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
41411         $(all-built-dso)-derived lists.
41413 2012-05-03  Andreas Jaeger  <aj@suse.de>
41415         * sysdeps/i386/fpu/libm-test-ulps: Update.
41417         * FAQ: Removed.
41418         * FAQ.in: Likewise.
41419         * scripts/gen-FAQ.pl: Likewise.
41420         * manual/install.texi (Installation): Point to online location of
41421         FAQ.
41422         * Makefile (files-for-dist): Remove FAQ.
41423         (FAQ): Remove.
41425 2012-05-02  Allan McRae  <allan@archlinux.org>
41427         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
41428         (LDFLAGS-reldepmod5.so): Likewise.
41429         (LDFLAGS-reldep6mod1.so): Likewise.
41430         (LDFLAGS-reldep6mod4.so): Likewise.
41431         (LDFLAGS-reldep8mod3.so): Likewise.
41432         (LDFLAGS-unload4mod1.so): Likewise.
41433         (LDFLAGS-unload4mod2.so): Likewise.
41434         (LDFLAGS-tst-initorder): Likewise.
41435         (LDFLAGS-tst-initordera2.so): Likewise.
41436         (LDFLAGS-tst-initordera3.so): Likewise.
41437         (LDFLAGS-tst-initordera4.so): Likewise.
41438         (LDFLAGS-tst-initorderb2.so): Likewise.
41439         (LDFLAGS-noload): Likewise.
41440         (LDFLAGS-next): Likewise.
41441         (LDFLAGS-order2mod1.so): Likewise.
41442         (LDFLAGS-order2mod2.so): Likewise.
41443         (LDFLAGS-tst-initorder2): Likewise.
41444         (LDFLAGS-tst-initorder2a.so): Likewise.
41445         (LDFLAGS-tst-initorder2b.so): Likewise.
41446         (LDFLAGS-tst-initorder2c.so): Likewise.
41447         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
41449 2012-05-02  David S. Miller  <davem@davemloft.net>
41451         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41453 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
41455         [BZ #14055]
41456         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
41458 2012-05-02  Andreas Jaeger  <aj@suse.de>
41460         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
41461         since we manipulate rounding mode.
41462         (CPPFLAGS-test-idouble.c): Likewise.
41463         (CPPFLAGS-test-ifloat.c): Likewise.
41464         (CFLAGS-test-ldouble.c): Likewise.
41465         (CFLAGS-test-double.c): Likewise.
41466         (CFLAGS-test-float.c): Likewise.
41467         (CFLAGS-test-misc.c): Likewise.
41468         (CFLAGS-test-test-fenv.c): Likewise.
41470 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41472         [BZ #2550]
41473         [BZ #2570]
41474         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
41475         comparisons to determine direction to adjust input.
41477 2012-05-01  Roland McGrath  <roland@hack.frob.com>
41479         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
41480         output to the target.
41482         * scripts/localplt.awk: New file.
41483         * elf/Makefile ($(objpfx)check-localplt): Target removed.
41484         (check-localplt-CFLAGS): Variable removed.
41485         ($(all-built-dso:=.jmprel)): New static pattern rule.
41486         (generated): Add those targets.
41487         (localplt-built-dso): New variable.
41488         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
41490         * elf/check-localplt.c: File removed.
41492         * scripts/check-execstack.awk: New file.
41493         * elf/Makefile ($(objpfx)check-execstack): Target removed.
41494         (check-execstack-CFLAGS): Variable removed.
41495         ($(objpfx)check-execstack.h): Target removed.
41496         ($(objpfx)execstack-default): New target.
41497         (generated): Add that instead of check-execstack.h.
41498         ($(all-built-dso:=.phdr)): New static pattern rule.
41499         (generated): Add those targets.
41500         * elf/check-execstack.c: File removed.
41502         * scripts/check-textrel.awk: New file.
41503         * elf/Makefile ($(objpfx)check-textrel): Target removed.
41504         (check-textrel-CFLAGS): Variable removed.
41505         (all-built-dso): Use := to define.o
41506         ($(all-built-dso:=.dyn)): New static pattern rule.
41507         (generated): Add those targets.
41508         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
41509         * config.make.in (READELF): New substituted variable.
41510         * elf/check-textrel.c: File removed.
41512 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
41514         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41515         allow.
41516         * conform/data/ctype.h-data [C99-based standards] (isblank):
41517         Expect function.
41518         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
41519         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
41520         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41521         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
41522         Specify type.  Require positive value.
41523         (EILSEQ): Likewise.
41524         (ERANGE): Likewise.
41525         [ISO || POSIX] (EILSEQ): Do not expect.
41526         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
41527         Specify type.  Require positive value.
41528         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
41529         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
41530         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
41531         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
41532         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
41533         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
41534         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
41535         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
41536         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
41537         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
41538         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
41539         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
41540         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
41541         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
41542         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
41543         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
41544         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
41545         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
41546         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
41547         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
41548         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
41549         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
41550         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
41551         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
41552         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
41553         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
41554         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
41555         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
41556         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
41557         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
41558         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
41559         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
41560         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
41561         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
41562         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
41563         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
41564         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
41565         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
41566         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
41567         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
41568         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
41569         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
41570         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
41571         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
41572         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
41573         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
41574         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
41575         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
41576         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
41577         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
41578         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
41579         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
41580         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
41581         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
41582         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
41583         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
41584         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
41585         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
41586         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
41587         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
41588         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
41589         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
41590         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
41591         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
41592         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
41593         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
41594         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
41595         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
41596         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
41597         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
41598         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
41599         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
41600         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
41601         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
41602         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
41603         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
41604         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
41605         Require >= 2.
41606         (FLT_ROUNDS): Expect as macro, not constant.
41607         (FLT_MANT_DIG): Use macro-int-constant.
41608         (DBL_MANT_DIG): Likewise.
41609         (LDBL_MANT_DIG): Likewise.
41610         (FLT_DIG): Likewise.
41611         (DBL_DIG): Likewise.
41612         (LDBL_DIG): Likewise.
41613         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
41614         (DBL_MIN_EXP): Likewise.
41615         (LDBL_MIN_EXP): Likewise.
41616         (FLT_MAX_EXP): Use macro-int-constant.
41617         (DBL_MAX_EXP): Likewise.
41618         (LDBL_MAX_EXP): Likewise.
41619         (FLT_MAX_10_EXP): Likewise.
41620         (DBL_MAX_10_EXP): Likewise.
41621         (LDBL_MAX_10_EXP): Likewise.
41622         (FLT_MAX): Use macro-constant.
41623         (DBL_MAX): Likewise.
41624         (LDBL_MAX): Likewise.
41625         (FLT_EPSILON): Use macro-constant.  Give upper bound.
41626         (DBL_EPSILON): Likewise.
41627         (LDBL_EPSILON): Likewise.
41628         (FLT_MIN): Likewise.
41629         (DBL_MIN): Likewise.
41630         (LDBL_MIN): Likewise.
41631         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
41632         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
41633         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
41634         [ISO11] (FLT_HAS_SUBNORM): Likewise.
41635         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
41636         [ISO11] (DBL_DECIMAL_DIG): Likewise.
41637         [ISO11] (FLT_DECIMAL_DIG): Likewise.
41638         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
41639         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
41640         [ISO11] (FLT_TRUE_MIN): Likewise.
41641         [ISO11] (LDBL_TRUE_MIN): Likewise.
41642         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41643         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
41644         (SCHAR_MIN): Use macro-int-constant.  Specify type.
41645         (SCHAR_MAX): Likewise.
41646         (UCHAR_MAX): Likewise.
41647         (CHAR_MIN): Likewise.
41648         (CHAR_MAX): Likewise.
41649         (MB_LEN_MAX): Use macro-int-constant.
41650         (SHRT_MIN): Use macro-int-constant.  Specify type.
41651         (SHRT_MAX): Likewise.
41652         (USHRT_MAX): Likewise.
41653         (INT_MAX): Likewise.
41654         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
41655         bound negative.
41656         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41657         bound with "U".
41658         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41659         bound with "L".
41660         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
41661         bound negative.  Suffix upper bound with "L".
41662         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41663         bound with "UL".
41664         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
41665         Specify type.
41666         [C99-based standards] (LLONG_MAX): Likewise.
41667         [C99-based standards] (ULLONG_MAX): Likewise.
41668         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
41669         == 0.
41670         [ISO11] (max_align_t): Require type.
41671         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41673         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
41674         from $CFLAGS, without defining away __attribute__ calls.
41675         (checknamespace): Use $CFLAGS_namespace.
41677         * conform/conformtest.pl (@keywords): Only include C99 keywords
41678         for standards based on C99 or C11.
41680         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
41681         Disable tests.
41682         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
41683         UNIX98]: Likewise.
41685         * conform/conformtest.pl: Handle "macro-int-constant" and test for
41686         usability of symbols in #if.
41688         * conform/conformtest.pl: If macro or constant types start
41689         "promoted:", expect the symbol to be of the following type
41690         promoted by the integer promotions.
41692         * conform/conformtest.pl: Parse all "constant" and "macro" lines
41693         in one place.  Also handle "macro-constant".
41695         * conform/conformtest.pl: Only accept expected macro values with
41696         "==".  Parse all "macro" lines in one place.
41697         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
41699         * conform/conformtest.pl: Handle braced types on "constant" lines
41700         instead of handling "typed-constant".
41701         * conform/data/signal.h-data: Use "constant" instead of
41702         "typed-constant".
41704         * conform/conformtest.pl: Handle "optional-" at start of lines in
41705         one place rather than duplicating several cases.  Handle each
41706         format of "macro" line with initial "optional-".
41708         * conform/conformtest.pl: Only accept expected constant or
41709         optional-constant values with "==".  Parse all "constant" lines in
41710         one place.  Parse all "optional-constant" lines in one place.
41711         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
41712         * conform/data/fmtmsg.h-data: Likewise.
41713         * conform/data/netinet/in.h-data: Likewise.
41714         * conform/data/tar.h-data: Likewise.
41715         * conform/data/limits.h-data: Use "==" form on "constant" and
41716         "optional-constant" lines.
41718         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
41719         Use -std=c99 for XOPEN2K.
41720         (@knownproblems): Remove.
41721         (newtoken): Don't check %isknown.
41723         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
41724         Do not expect macro.
41725         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
41726         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
41727         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
41728         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
41729         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
41730         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
41731         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
41732         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
41733         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
41734         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
41735         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
41736         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
41737         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
41738         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
41739         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
41740         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
41741         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
41742         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
41743         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
41744         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
41745         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
41746         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
41747         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
41748         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
41749         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
41750         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
41751         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
41752         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
41753         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
41754         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
41755         [XPG3] (acosh): Likewise.
41756         [XPG3] (asinh): Likewise.
41757         [XPG3] (atanh): Likewise.
41758         [XPG3] (cbrt): Likewise.
41759         [XPG3] (expm1): Likewise.
41760         [XPG3] (ilogb): Likewise.
41761         [XPG3] (log1p): Likewise.
41762         [XPG3] (logb): Likewise.
41763         [XPG3] (nextafter): Likewise.
41764         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
41765         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
41766         [XPG3] (remainder): Likewise.
41767         [XPG3] (rint): Likewise.
41768         [XPG3 || XPG4 || UNIX98] (round): Likewise.
41769         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
41770         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
41771         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
41772         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
41773         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
41774         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
41775         [UNIX98 || XOPEN2K] (scalb): Expect.
41776         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
41777         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
41778         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
41779         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
41780         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
41781         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
41782         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
41783         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
41784         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
41785         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
41786         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
41787         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
41788         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
41789         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
41790         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
41791         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
41792         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
41793         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
41794         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
41795         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
41796         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
41797         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
41798         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
41799         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
41800         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
41801         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
41802         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
41803         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
41804         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
41805         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
41806         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
41807         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
41808         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
41809         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
41810         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
41811         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
41812         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
41813         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
41814         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
41815         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
41816         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
41817         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
41818         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
41819         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
41820         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
41821         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
41822         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
41823         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
41824         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
41825         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
41826         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
41827         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
41828         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
41829         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
41830         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
41831         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
41832         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
41833         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
41834         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
41835         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
41836         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
41837         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
41838         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
41839         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
41840         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
41841         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
41842         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
41843         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
41844         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
41845         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
41846         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
41847         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
41848         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
41849         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
41850         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
41851         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
41852         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
41853         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
41854         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
41855         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
41856         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
41857         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
41858         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
41859         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
41860         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
41861         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
41862         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
41863         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
41864         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
41865         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
41866         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
41867         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
41868         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
41869         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
41870         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
41871         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
41872         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
41873         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
41874         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
41875         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
41876         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
41877         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
41878         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
41879         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
41880         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
41881         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
41882         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
41883         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
41884         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
41885         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
41886         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
41887         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
41888         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
41889         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
41890         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
41891         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
41892         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
41893         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
41894         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
41895         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
41896         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
41897         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
41898         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
41899         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
41900         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
41901         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
41902         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
41903         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
41904         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
41905         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
41906         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
41907         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
41908         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
41909         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
41910         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
41911         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
41912         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
41914         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
41915         _XOPEN_SOURCE_EXTENDED for XPG4.
41917         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
41919         * Makeconfig (localtime): Remove variable.
41920         (inst_localtime-file): Likewise.
41922 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
41924         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
41925         Update.
41926         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
41927         Update.
41928         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
41929         Update.
41930         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
41931         Update.
41932         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
41933         Update.
41934         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
41935         Update.
41936         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
41937         Update.
41938         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
41939         Update.
41940         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
41941         Update.
41943 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
41945         [BZ #2550]
41946         [BZ #2570]
41947         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
41948         comparisons to determine direction to adjust input.
41949         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
41950         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
41951         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
41952         Likewise.
41953         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
41954         Likewise.
41955         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
41956         Likewise.
41957         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
41958         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
41959         Likewise.
41960         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
41961         Likewise.
41962         * math/libm-test.inc (nexttoward_test): Add more tests.
41964 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
41966         [BZ #14040]
41967         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
41968         in version GLIBC_2.1, not GLIBC_2.0.
41969         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
41970         Likewise.
41972 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
41974         [BZ #13942]
41975         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
41976         (1 - x) * (1 + x).
41977         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
41978         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
41979         * math/libm-test.inc (acos_test): Add more tests.
41980         (asin_test): Likewise.
41981         * sysdeps/i386/fpu/libm-test-ulps: Update.
41982         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41984         [BZ #14034]
41985         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
41986         of square root.
41987         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
41988         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
41989         * math/libm-test.inc (acos_test_tonearest): New function.
41990         (acos_test_towardzero): Likewise.
41991         (acos_test_downward): Likewise.
41992         (acos_test_upward): Likewise.
41993         (asin_test_tonearest): Likewise.
41994         (asin_test_towardzero): Likewise.
41995         (asin_test_downward): Likewise.
41996         (asin_test_upward): Likewise.
41997         (main): Call the new functions.
41998         * sysdeps/i386/fpu/libm-test-ulps: Update.
41999         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42001         [BZ #13884]
42002         [BZ #13924]
42003         * math/e_exp10.c: Include <float.h>.
42004         (__ieee754_exp10): Handle underflow here rather than multiplying
42005         large negative argument by M_LN10.
42006         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
42007         of __ieee754_expf.
42008         * math/e_exp10l.c: Include <float.h>.
42009         (__ieee754_exp10l): Handle underflow here rather than multiplying
42010         large negative argument by M_LN10l.
42011         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
42012         spurious overflow exception on underflow.
42014 2012-04-29  Marek Polacek  <polacek@redhat.com>
42016         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
42017         (__fortify_function): New macro.
42018         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
42019         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
42020         __extern_always_inline.
42021         * libio/bits/stdio2.h: Likewise.
42022         * libio/bits/stdio.h: Likewise.
42023         * string/string.h: Likewise.
42024         * string/bits/string3.h: Likewise.
42025         * include/stdio.h: Likewise.
42026         * stdlib/bits/stdlib.h: Likewise.
42027         * stdlib/stdlib.h: Likewise.
42028         * rt/bits/mqueue2.h: Likewise.
42029         * rt/mqueue.h: Likewise.
42030         * posix/bits/unistd.h: Likewise.
42031         * posix/unistd.h: Likewise.
42032         * io/bits/poll2.h: Likewise.
42033         * io/bits/fcntl2.h: Likewise.
42034         * io/fcntl.h: Likewise.
42035         * io/sys/poll.h: Likewise.
42036         * misc/bits/syslog.h: Likewise.
42037         * misc/bits/syslog-ldbl.h: Likewise.
42038         * misc/sys/syslog.h: Likewise.
42039         * socket/bits/socket2.h: Likewise.
42040         * socket/sys/socket.h: Likewise.
42041         * debug/tst-chk1.c: Likewise.
42042         * wcsmbs/bits/wchar2.h: Likewise.
42043         * wcsmbs/bits/wchar-ldbl.h: Likewise.
42044         * wcsmbs/wchar.h: Likewise.
42046 2012-04-29  Andreas Jaeger  <aj@suse.de>
42048         * Makerules (tests): Remove enable-check-abi protection.
42049         (check-abi-warn): Remove.
42050         (check-abi-%): Remove check-abi-warn usage.
42052         * configure.in: Remove check-abi configure option.
42053         * configure: Regenerated.
42054         * config.make.in (enable-check-abi): Remove.
42056 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
42058         [BZ #14033]
42059         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
42060         double functions to double *_finite functions.
42062         [BZ #13941]
42063         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
42064         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
42065         LDBL_MIN_EXP.
42066         * stdio-common/Makefile (tests): Add tst-sprintf3.
42067         * stdio-common/tst-sprintf3.c: New file.
42069         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
42070         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
42072 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
42074         * conform/conformtest.pl: Remove duplicate typed-constant
42075         handling.
42077 2012-04-28  David S. Miller  <davem@davemloft.net>
42079         * Makerules (%.abilist): Add vpath on sysdep_dirs.
42080         (check-abi-%): Remove AWK script prerequisite and explicit
42081         abilist directory.
42082         (check-abi): Rewrite to just diff the symlist with the abilist.
42083         (config-tls, config-abi-config): Delete, no longer used.
42084         (update-abi-%): Remove AWK script and explicit abilist directory.
42085         (update-abi): Rewrite to simply compare and conditionally copy the
42086         symlist and the sysdep abilist file.  Remove update-abi-config
42087         checks.
42088         * abilist/ld.abilist: Remove.
42089         * abilist/libBrokenLocale.abilist: Remove.
42090         * abilist/libanl.abilist: Remove.
42091         * abilist/libcrypt.abilist: Remove.
42092         * abilist/libdl.abilist: Remove.
42093         * abilist/librt.abilist: Remove.
42094         * abilist/libthread_db.abilist: Remove.
42095         * abilist/libutil.abilist: Remove.
42096         * scripts/extract-abilist.awk: Remove.
42097         * scripts/merge-abilist.awk: Remove.
42098         * sysdeps/generic/libcidn.abilist: New file.
42099         * sysdeps/generic/libnss_compat.abilist: New file.
42100         * sysdeps/generic/libnss_db.abilist: New file.
42101         * sysdeps/generic/libnss_dns.abilist: New file.
42102         * sysdeps/generic/libnss_files.abilist: New file.
42103         * sysdeps/generic/libnss_hesiod.abilist: New file.
42104         * sysdeps/generic/libnss_nis.abilist: New file.
42105         * sysdeps/generic/libnss_nisplus.abilist: New file.
42106         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
42107         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
42108         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
42109         file.
42110         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
42111         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
42112         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
42113         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
42114         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
42115         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
42116         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
42117         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
42118         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
42119         file.
42120         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
42121         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
42122         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
42123         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
42124         file.
42125         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
42126         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
42127         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
42128         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
42129         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
42130         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
42131         file.
42132         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
42133         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
42134         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
42135         file.
42136         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
42137         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
42138         New file.
42139         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
42140         New file.
42141         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
42142         New file.
42143         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
42144         New file.
42145         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
42146         New file.
42147         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
42148         New file.
42149         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
42150         New file.
42151         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
42152         New file.
42153         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
42154         New file.
42155         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
42156         New file.
42157         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
42158         New file.
42159         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
42160         New file.
42161         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
42162         New file.
42163         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
42164         file.
42165         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
42166         New file.
42167         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
42168         New file.
42169         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
42170         file.
42171         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
42172         New file.
42173         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
42174         New file.
42175         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
42176         file.
42177         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
42178         New file.
42179         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
42180         New file.
42181         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
42182         New file.
42183         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
42184         New file.
42185         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
42186         New file.
42187         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
42188         New file.
42189         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
42190         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
42191         file.
42192         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
42193         New file.
42194         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
42195         file.
42196         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
42197         file.
42198         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
42199         file.
42200         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
42201         file.
42202         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
42203         file.
42204         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
42205         New file.
42206         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
42207         file.
42208         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
42209         file.
42210         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
42211         New file.
42212         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
42213         file.
42214         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
42215         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
42216         file.
42217         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
42218         New file.
42219         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
42220         file.
42221         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
42222         file.
42223         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
42224         file.
42225         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
42226         file.
42227         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
42228         file.
42229         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
42230         New file.
42231         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
42232         file.
42233         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
42234         file.
42235         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
42236         New file.
42237         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
42238         file.
42239         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
42240         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
42241         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
42242         file.
42243         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
42244         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
42245         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
42246         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
42247         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
42248         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
42249         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
42250         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
42251         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
42252         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
42253         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
42254         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
42255         file.
42256         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
42257         New file.
42258         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
42259         file.
42260         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
42261         file.
42262         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
42263         file.
42264         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
42265         file.
42266         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
42267         file.
42268         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
42269         New file.
42270         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
42271         New file.
42272         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
42273         file.
42274         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
42275         New file.
42276         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
42277         file.
42278         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
42279         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
42280         file.
42281         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
42282         New file.
42283         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
42284         file.
42285         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
42286         file.
42287         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
42288         file.
42289         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
42290         file.
42291         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
42292         file.
42293         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
42294         New file.
42295         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
42296         New file.
42297         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
42298         file.
42299         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
42300         New file.
42301         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
42302         file.
42304 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
42306         * conform/conformtest.pl: Fix typo in handling typed-constant from
42307         allow-header.
42309 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
42311         * README: Cut down references to pre-2.6 Linux kernels and
42312         Linuxthreads.  Update lists of configurations in libc and ports
42313         and sort alphabetically.  Say "or newer" with Linux kernel version
42314         requirements.
42316         * config.h.in [IS_IN_build]: Allow compiling without optimization.
42318 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
42320         [BZ #887]
42321         * math/libm-test.inc (logb_test_downward): New test to expose
42322         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
42323         rounding mode.
42325 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
42327         [BZ #14027]
42328         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
42329         to be done.
42330         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
42331         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
42333 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
42335         * sysdeps/unix/i386/brk.S: Remove file.
42336         * sysdeps/unix/i386/dl-brk.S: Likewise.
42337         * sysdeps/unix/i386/pipe.S: Likewise.
42338         * sysdeps/unix/i386/sigreturn.S: Likewise.
42339         * sysdeps/unix/i386/syscall.S: Likewise.
42340         * sysdeps/unix/i386/vfork.S: Likewise.
42341         * sysdeps/unix/i386/wait.S: Likewise.
42343         * sysdeps/unix/common/tcsendbrk.c: Move to ...
42344         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
42346         * configure.in (arm*-none*): Do not allow without
42347         --enable-hacker-mode.
42348         (netbsd*): Remove case setting base_os.
42349         (386bsd*): Likewise.
42350         (freebsd*): Likewise.
42351         (bsdi*): Likewise.
42352         (osf*): Likewise.
42353         (sunos*): Likewise.
42354         (ultrix*): Likewise.
42355         (newsos*): Likewise.
42356         (dynix*): Likewise.
42357         (*bsd*): Likewise.
42358         (sysv*): Likewise.
42359         (isc*): Likewise.
42360         (esix*): Likewise.
42361         (sco*): Likewise.
42362         (minix*): Likewise.
42363         (irix4*): Likewise.
42364         (irix6*): Likewise.
42365         (solaris[2-9]*): Likewise.
42366         (none): Likewise.
42367         * configure: Regenerated.
42369 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42371         [BZ #11521]
42372         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
42373         overflow or cancellation in calculating denominator.
42374         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
42375         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
42376         down expression to avoid unexpected rounding in newer GCCs.
42377         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
42379 2012-04-26  David S. Miller  <davem@davemloft.net>
42381         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
42382         long-double compat symbols.
42383         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
42384         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
42385         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
42386         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
42387         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
42388         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
42389         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
42390         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
42391         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
42392         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
42393         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
42394         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
42395         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
42397 2012-04-25  David S. Miller  <davem@davemloft.net>
42399         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
42400         HWCAP_* values only after the memory barriers have been defined.
42401         (atomic_full_barrier): Define.
42402         (atomic_read_barrier): Define.
42403         (atomic_write_barrier): Define.
42405 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
42407         * shlib-versions: Add libgcc_s version information.
42408         * sysdeps/generic/libgcc_s.h: Remove.
42409         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
42410         libgcc_s.h.
42411         * sysdeps/gnu/unwind-resume.c: Likewise.
42412         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
42414 2012-04-25  David S. Miller  <davem@davemloft.net>
42416         * sysdeps/unix/sparc/brk.S: Delete.
42417         * sysdeps/unix/sparc/dl-brk.S: Delete.
42418         * sysdeps/unix/sparc/pipe.S: Delete.
42419         * sysdeps/unix/sparc/sysdep.S: Delete.
42420         * sysdeps/unix/sparc/sysdep.h: Delete.
42421         * sysdeps/unix/sparc/vfork.S: Delete.
42422         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
42423         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
42424         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
42425         (ret_ERRVAL, r0, r1, MOVE): Define.
42426         (JUMPTARGET): Remove.
42427         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
42428         sysdeps/unix/sparc/sysdep.h
42429         (ENTRY, END): Remove.
42430         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42432 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
42434         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
42435         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
42436         -DIS_IN_build.
42438         * timezone/README: Update upstream location and email address for
42439         tzcode and tzdata.
42440         * timezone/zdump.c: Update from tzcode 2012b.
42441         * timezone/zic.c: Likewise.
42443         * configure.in (libc_cv_as_needed): Remove test.
42444         * configure: Regenerated.
42445         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
42446         conditional definition.
42447         [$(have-as-needed) != yes] (no-as-needed): Likewise.
42448         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
42449         * config.make.in (have-as-needed): Remove variable.
42451 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
42452             Paul Pluzhnikov  <ppluzhnikov@google.com>
42454         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
42455         strings correctly.
42457 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
42459         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
42460         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
42461         * sysdeps/sh/strlen.S: Likewise.
42463 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42465         * sysdeps/unix/fork.S: Remove file.
42466         * sysdeps/unix/i386/fork.S: Likewise.
42467         * sysdeps/unix/sparc/fork.S: Likewise.
42469         * sysdeps/unix/system.c: Remove file.
42470         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
42472         * sysdeps/unix/getegid.S: Remove file.
42473         * sysdeps/unix/geteuid.S: Likewise.
42475 2012-04-24  Roland McGrath  <roland@hack.frob.com>
42477         * scripts/check-localplt.awk: New file.
42478         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
42479         of diff.
42480         * scripts/data/localplt-generic.data: Add a comment.
42482         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
42483         NODE when __dir_mkfile failed.
42484         * sysdeps/mach/hurd/symlinkat.c: Likewise.
42485         Reported by Ludovic Courtès <ludo@gnu.org>.
42487 2012-04-24  Andreas Jaeger  <aj@suse.de>
42489         * Makerules (common-clean): Also remove gen-as-const-headers
42490         files.
42492 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42494         * Makerules (native-compile): Do not change working directory for
42495         build.  Use $(OUTPUT_OPTION) in command.
42496         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
42498 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42500         [BZ #13886]
42501         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
42502         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
42503         * math/libm-test.inc (floor_test): Add more tests.
42504         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
42506 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42508         * sysdeps/unix/getdents.c: Remove file.
42509         * sysdeps/unix/sysv/getdents.c: Likewise.
42510         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
42512         * sysdeps/unix/syscalls.list (madvise): Add syscall from
42513         sysdeps/unix/mman/syscalls.list.
42514         (mmap): Likewise.
42515         (mprotect): Likewise.
42516         (msync): Likewise.
42517         (munmap): Likewise.
42518         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
42519         * sysdeps/unix/mman/syscalls.list: Remove.
42520         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
42522         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
42523         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
42524         * configure: Regenerated.
42525         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
42526         $(libgcc_s_suffix).
42527         * config.make.in (libgcc_s_suffix): Remove variable.
42529 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
42531         * sysdeps/unix/sysv/gethostname.c: Move to ...
42532         * sysdeps/posix/gethostname.c: ... here.
42534         * sysdeps/unix/execve.S: Remove file.
42536         * sysdeps/unix/_exit.S: Remove file.
42538 2012-04-23  Andreas Jaeger  <aj@suse.de>
42540         [BZ #13739]
42541         * manual/Makefile: Remove make dist support, there's no
42542         need for a stand-alone documentation tar ball.
42543         (TEXI2DVI): Define always, it's not in Makeconfig.
42544         (dist): Removed.
42545         (tar-it): Removed.
42546         (edition): Removed.
42547         (glibc-doc-$(edition).tar): Removed
42548         (%.Z): Removed.
42549         (%.gz): Removed.
42550         (%.uu): Removed.
42551         (ETAGS): Remove, it's in Makeconfig.
42552         (move-if-change): Remove, it's in Makeconfig.
42554 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
42556         [BZ #13970]
42557         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
42558         (strtod, strtof, strtold, strtol, strtoul, strtoq)
42559         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
42560         (strtod_l, strtof_l, strtold_l): Remove __wur.
42561         It is not necessarily an error to ignore strtol's return value.
42562         One can reliably look at the stored endptr to decide whether
42563         the number had valid syntax.
42565 2012-04-21  Andreas Jaeger  <aj@suse.de>
42567         [BZ #13739]
42568         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
42570 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
42572         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
42573         * sysdeps/unix/sysv/Versions: Remove file.
42575 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
42577         [BZ #13927]
42578         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42580 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
42582         [BZ #7064]
42583         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
42584         version from __vm86.
42586 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
42588         * sysdeps/unix/common/lxstat.c: Remove file.
42589         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
42591         * sysdeps/unix/sysv/Makefile: Remove file.
42593         * sysdeps/unix/sysv/direct.h: Remove file.
42595         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
42596         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
42597         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
42598         * sysdeps/unix/sysv/bits/signum.h: Likewise.
42599         * sysdeps/unix/sysv/bits/stat.h: Likewise.
42600         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
42601         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
42603         * sysdeps/unix/sysv/setrlimit.c: Remove file.
42605         * sysdeps/unix/xmknod.c: Remove file.
42606         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
42608         * sysdeps/unix/sysv/settimeofday.c: Remove file.
42610         * sysdeps/unix/sysv/i386/time.S: Remove file.
42612         * sysdeps/unix/fxstat.c: Remove file.
42613         * sysdeps/unix/xstat.c: Likewise.
42614         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
42616         * sysdeps/unix/sysv/sigaction.c: Remove file.
42618         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
42619         (sysdep_headers): Remove variable.
42620         [termio.h not in sysdep_headers] (generated): Likewise.
42621         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
42622         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
42623         * sysdeps/unix/sysv/tcdrain.c: Likewise.
42624         * sysdeps/unix/sysv/tcflow.c: Likewise.
42625         * sysdeps/unix/sysv/tcflush.c: Likewise.
42626         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
42627         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
42628         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
42629         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
42630         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
42632         * sysdeps/unix/siglist.c: Remove file.
42634         * sysdeps/unix/getppid.S: Remove file.
42636         * sysdeps/unix/mkdir.c: Remove file.
42637         * sysdeps/unix/rmdir.c: Likewise.
42639 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
42641         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
42642         ERR_MAX value.
42643         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
42644         errlist-compat value.
42646 2012-04-18  David S. Miller  <davem@davemloft.net>
42648         * sysdeps/generic/memcopy.h (reg_char): Delete.
42649         * debug/strcat_chk.c: Use char, not reg_char.
42650         * debug/strcpy_chk.c: Likewise.
42651         * debug/strncat_chk.c: Likewise.
42652         * debug/strncpy_chk.c: Likewise.
42653         * string/memchr.c: Likewise.
42654         * string/memrchr.c: Likewise.
42655         * string/rawmemchr.c: Likewise.
42656         * string/strcat.c: Likewise.
42657         * string/strchr.c: Likewise.
42658         * string/strchrnul.c: Likewise.
42659         * string/strcmp.c: Likewise.
42660         * string/strcpy.c: Likewise.
42661         * string/strncat.c: Likewise.
42662         * string/strncmp.c: Likewise.
42663         * string/strncpy.c: Likewise.
42665 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42667         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
42668         __builtin_memcopy is called when src and dest ranges are known to not
42669         overlap.
42671 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42673         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
42674         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
42675         fwd_align_merge macro call.
42676         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
42677         bwd_align_merge macro call.
42678         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42680 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42682         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
42683         bwd_align_merge macros.
42684         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
42685         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
42686         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42688 2012-04-18  David S. Miller  <davem@davemloft.net>
42690         * sysdeps/sparc/sparc64/memcopy.h: Delete.
42692 2012-04-18  Andreas Jaeger  <aj@suse.de>
42694         [BZ# 6794]
42695         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
42696         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
42697         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42699         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
42700         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
42701         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42703         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
42704         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
42705         Adjust for changed ldbl-128 files.
42707         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
42708         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
42709         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42711 2012-04-17  David S. Miller  <davem@davemloft.net>
42713         * sysdeps/sparc/sparc32/memcopy.h: Delete.
42715 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
42717         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
42718         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
42719         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
42720         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
42721         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
42722         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
42724 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42726         [BZ #6794]
42727         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
42728         * math/libm-test.inc: Add ilogb errno and exception tests.
42729         * math/w_ilogb.c: New file: ilogb wrapper.
42730         * math/w_ilogbf.c: New file: ilogbf wrapper.
42731         * math/w_ilogbl.c: New file: ilogbl wrapper.
42732         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
42733         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
42734         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
42735         exception being thrown with 0.0 as argument.
42736         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
42737         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
42738         exception being thrown with 0.0 as argument.
42739         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
42740         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42741         exception being thrown with 0.0 as argument.
42742         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
42743         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42744         exception being thrown with 0.0 as argument.
42745         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
42746         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
42747         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
42748         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
42749         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
42750         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
42751         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
42752         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
42753         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
42755 2012-04-17  Petr Baudis  <pasky@ucw.cz>
42757         * include/sys/uio.h: Change __vector to __iovec to avoid clash
42758         with altivec.
42760 2012-04-16  Marek Polacek  <polacek@redhat.com>
42762         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
42764 2012-04-16  Marek Polacek  <polacek@redhat.com>
42766         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
42767         operands of fdivp instruction.
42769 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42771         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
42772         * elf/tst-auditmod3b.c: Likewise.
42773         * elf/tst-auditmod4b.c: Likewise.
42774         * elf/tst-auditmod5b.c: Likewise.
42775         * elf/tst-auditmod6b.c: Likewise.
42776         * elf/tst-auditmod6c.c: Likewise.
42777         * elf/tst-auditmod7b.c: Likewise.
42778         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
42779         * sysdeps/x86_64/preconfigure.in: Likewise.
42780         * sysdeps/x86_64/preconfigure: Regenerated.
42782 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42784         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
42785         __ILP32__.
42787 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
42789         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
42790         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
42792 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
42794         [BZ #13973]
42795         * locale/iso-639.def: Fix gl language name. Spotted by
42796         Yaron Shahrabani.
42798 2012-04-12  Roland McGrath  <roland@hack.frob.com>
42800         [BZ #2074]
42801         * libio/libio.h (__io_write_fn): Update comment.
42803 2012-04-12  Petr Baudis  <pasky@ucw.cz>
42805         [BZ #2074]
42806         * stdio.texi (Hook Functions): The user provided writer function
42807         is not allowed to return -1.
42809 2012-04-11  David S. Miller  <davem@davemloft.net>
42811         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42813 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
42815         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
42816         Add a leading slash to rtkaio.
42818 2012-04-11  Jim Meyering  <meyering@redhat.com>
42820         [BZ #11959]
42821         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
42822         It is not necessarily an error to ignore fwrite's return
42823         value.  One can reliably use ferror to test for errors after
42824         the fact.
42826 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
42828         * bits/types.h (__snseconds_t): New type.
42829         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
42831         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
42832         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42833         (__SNSECONDS_T_TYPE): Likewise.
42834         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42835         (__SNSECONDS_T_TYPE): Likewise.
42836         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42837         (__SNSECONDS_T_TYPE): Likewise.
42839 2012-04-10  Andreas Jaeger  <aj@suse.de>
42841         [BZ #2636]
42842         * manual/time.texi (Processor Time): Return type of times is
42843         elapsed real time since an arbitrary point in the past.
42844         (CPU Time): Move CLK_TCK from here...
42845         (Processor Time): ...to here.  Correct description.
42846         * manual/conf.texi (Constants for Sysconf): Correct description of
42847         _SC_CLK_TCK.
42849 2012-04-10  David S. Miller  <davem@davemloft.net>
42851         [BZ #13967]
42852         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
42853         where the is a gap between DT_REL(A) and DT_JMPREL.
42855 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
42857         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
42858         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
42859         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
42861 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
42863         * elf/dl-support.c (_dl_inhibit_cache): New variable.
42864         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
42865         (dl_main): Handle --inhibit-cache.
42866         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
42867         _dl_inhibit_cache.
42868         * elf/dl-load.c (_dl_map_object): Use it.
42869         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
42871 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
42873         [BZ #13872]
42874         * sysdeps/i386/fpu/e_powl.S (p78): New object.
42875         (__ieee754_powl): Saturate large exponents rather than testing for
42876         overflow of y*log2(x).
42877         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
42878         * math/libm-test.inc (pow_test): Do not permit spurious overflow
42879         exceptions.
42881         [BZ #11521]
42882         * math/s_ctan.c: Include <float.h>.
42883         (__ctan): Avoid internal overflow or cancellation in calculating
42884         denominator.
42885         * math/s_ctanf.c: Likewise.
42886         * math/s_ctanl.c: Likewise.
42887         * math/s_ctanh.c: Likewise.
42888         * math/s_ctanhf.c: Likewise.
42889         * math/s_ctanhl.c: Likewise.
42890         * math/libm-test.inc (ctan_test): Add more tests.
42891         (ctanh_test): Likewise.
42892         * sysdeps/i386/fpu/libm-test-ulps: Update.
42893         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42895 2012-04-09  Andreas Jaeger  <aj@suse.de>
42897         [BZ #6894]
42898         * manual/filesys.texi (Directory Entries): Mention that d_namlen
42899         is an optional BSD extension.
42901         [BZ #10254]
42902         * manual/stdio.texi (Opening Streams): Document additional fopen
42903         parameters.
42905 2012-04-09  Roland McGrath  <roland@hack.frob.com>
42907         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
42908         %eax without telling the compiler.
42910 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
42912         [BZ # 13963]
42913         * manual/install.texi: Use sourceware.org.
42915 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
42917         [BZ #13873]
42918         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
42919         (__ieee754_pow): Generate overflow and underflow using huge*huge
42920         and tiny*tiny rather than just returning constant infinity or zero
42921         for large exponents.
42922         * math/libm-test.inc (pow_test): Require overflow exceptions for
42923         applicable cases of large exponents.
42925         [BZ #706]
42926         * sysdeps/i386/fpu/e_pow.S (p10): New object.
42927         (__ieee754_pow): Use iterative multiplication algorithm only for
42928         integer exponents with absolute value below 1024.  Check for odd
42929         integer exponents when using algorithm for real exponents.
42930         * math/libm-test.inc (pow_test): Add more tests.
42931         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42933 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
42935         [BZ #13705]
42936         * math/libm-test.inc (exp_test): Do not allow overflow exception
42937         on underflow test.
42939 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
42941         [BZ #13705]
42942         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
42943         instead of __kernel_standard_f.
42945 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
42947         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
42948         * sysdeps/x86_64/memset_chk.S: Likewise.
42950 2012-04-08  Andreas Jaeger  <aj@suse.de>
42952         [BZ #10153]
42953         * manual/startup.texi (Environment Access): Describe return value
42954         for putenv and setenv.
42956         [BZ #6895]
42957         * manual/filesys.texi (Directory Entries): Add description for
42958         DT_LNK.
42960         [BZ #6890]
42961         * manual/filesys.texi (Directory Entries): Clarify that it's file
42962         system not operating system in the description of DT_UNKNOWN.
42964         [BZ #6578]
42965         * manual/syslog.texi (closelog): Fix reference, it's openlog.
42967 2012-04-08  Stephen Compall  <s11@member.fsf.org>
42969         [BZ #6649]
42970         * manual/llio.texi (Opening and Closing Files): Add cross
42971         reference to explain mode argument.
42973 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
42975         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
42976         * sysdeps/x86_64/memset_chk.S: Likewise.
42978 2012-04-07  David S. Miller  <davem@davemloft.net>
42980         * elf/elf.h (R_SPARC_WDISP10): Define.
42981         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
42982         R_SPARC_SIZE32.
42983         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
42984         R_SPARC_SIZE64 and R_SPARC_H34.
42986 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
42988         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
42989         conditions and remove no longer applicable assertion.
42991 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
42993         * bits/byteswap.h: Include <features.h>.
42994         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
42995         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
42997 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
42999         * bits/byteswap.h (__bswap_16): Removed.
43000         Include <bits/byteswap-16.h> to get __bswap_16.
43001         * sysdeps/i386/bits/byteswap.h: Likewise.
43002         * sysdeps/s390/bits/byteswap.h: Likewise.
43003         * sysdeps/x86_64/bits/byteswap.h: Likewise.
43004         * bits/byteswap-16.h: New file.
43005         * sysdeps/i386/bits/byteswap-16.h: Likewise.
43006         * sysdeps/s390/bits/byteswap-16.h: Likewise.
43007         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
43008         * string/Makefile (headers): Add bits/byteswap-16.h.
43010 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
43012         [BZ #13895]
43013         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
43014         extra indirection.
43015         * nss/Makefile (tests-static, tests): Add tst-nss-static.
43016         * nss/tst-nss-static.c: New.
43018 2012-04-06  Robert Millan  <rmh@gnu.org>
43020         [BZ #6486]
43021         * manual/llio.texi (File Position Primitive): lseek
43022         refers to WHENCE when it really means OFFSET.
43024 2012-04-06  Andreas Jaeger  <aj@suse.de>
43026         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
43027         strncmp declarations.
43029         * abilist/libc.abilist: Add __poll and __ppoll.
43031 2012-04-05  David S. Miller  <davem@davemloft.net>
43033         * scripts/check-local-headers.sh: Accept a host triplet in the
43034         path matched by the exclude regexp.
43036         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
43037         definition.
43038         * sysdeps/powerpc/powerpc32/dl-machine.h
43039         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
43040         * sysdeps/s390/s390-32/dl-machine.h
43041         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43042         * sysdeps/sparc/sparc32/dl-machine.h
43043         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43044         * sysdeps/sparc/sparc64/dl-machine.h
43045         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43047         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
43048         lazy binding.
43049         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
43050         undefined symbol errors.
43052         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
43053         DT_NEEDED entries.
43055 2012-04-05  Michael Matz  <matz@suse.de>
43057         [BZ #13592]
43058         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
43060 2012-04-05  Andreas Jaeger  <aj@suse.de>
43062         [BZ #13908]
43063         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
43064         comment.
43066 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43068         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
43069         which ROUND is no valid rounding mode.
43071 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43073         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
43074         read again.
43075         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
43077 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43079         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
43080         an exception using FPU order intentionally.
43082 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43084         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
43085         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
43086         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
43087         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
43089 2012-04-05  Simon Josefsson  <simon@josefsson.org>
43091         [BZ #12340]
43092         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
43093         EINVAL when BUFLEN is too smal.
43095 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
43097         [BZ #13553]
43098         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
43099         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
43101 2012-04-03  Andreas Jaeger  <aj@suse.de>
43103         [BZ #13938]
43104         * manual/setjmp.texi (System V contexts): Fix sentence.
43106         [BZ #13926]
43107         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
43108         New macro for this case.
43109         [!__GNUC__] (__bswap_64): New inline function for this case.
43110         * sysdeps/x86_64/bits/byteswap.h: Likewise.
43111         * bits/byteswap.h: Likewise.
43112         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
43113         ull, guard with __GLIBC_HAVE_LONG_LONG.
43115         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
43116         __GLIBC_HAVE_LONG_LONG.
43118         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
43119         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
43121 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
43123         [BZ #13691]
43124         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
43125         inptr and inend, rather than using last_ch.
43127 2012-04-02  David S. Miller  <davem@davemloft.net>
43129         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
43130         * stdio-common/printf-parse.h (read_int): Change return type to
43131         'int', return -1 on INT_MAX overflow.
43132         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
43133         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
43134         overflows INT_MAX.  Check for overflow of in-format-string precision
43135         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
43136         SIZE_MAX not INT_MAX for integer overflow test.
43137         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
43138         skip the construct in the format string but do not record anything.
43139         * stdio-common/bug22.c: Adjust to test both width/prevision
43140         INT_MAX overflow as well as total length INT_MAX overflow.  Check
43141         explicitly for proper errno values.
43143 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
43145         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
43146         CHAR_MAX.
43147         * string/test-strcmp.c [! WIDE]: Likewise.
43148         * time/tst-mktime2.c: Likewise for INT_MAX.
43149         * string/test-string.h: #include <sys/param.h> for MIN.
43151         * csu/init-first.c (__libc_init_first): Call __ctype_init.
43152         * sysdeps/i386/init-first.c (init): Likewise.
43153         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
43154         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
43155         * sysdeps/sh/init-first.c (init): Likewise.
43157 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
43159         * po/ru.po: Update from translation team.
43160         * po/vi.po: Likewise.
43162 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
43164         * resolv/nss_dns/dns-host.c: Merge copyright years.
43166 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43168         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
43169         Optimize memcpy with prefetch if
43170         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
43171         src, dst pointers have unequal 16 byte alignments.
43173 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
43175         [BZ #13928]
43176         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
43177         from a CNAME entry and return the minimum ttl for the query.
43178         (gaih_getanswer_slice): Likewise.
43180 2012-03-30  Jeff Law  <law@redhat.com>
43182         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
43183         due to long keys.
43184         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
43185         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
43187         * resolv/nss_dns/dns-host.c: Update copyright year.
43189 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
43191         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
43192         requests to save a system call.  Fix check that all bytes are sent.
43194         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
43195         comments for sendmmsg.
43197 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
43199         [BZ #13691]
43200         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
43201         with only 1 character between 0x0041 and 0x01b0.
43202         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
43203         * wcsmbs/tst-mbsnrtowcs.c: New file.
43205 2012-03-29  David S. Miller  <davem@davemloft.net>
43207         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
43208         small copies by hand.
43210 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
43212         [BZ #13761]
43213         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
43214         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
43215         group memberships.
43217 2012-03-28  David S. Miller  <davem@davemloft.net>
43219         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
43220         that branches into memcpy.
43221         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
43222         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
43223         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
43224         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
43225         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
43226         bits.
43227         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
43228         implementation too.
43229         * sysdeps/sparc/mempcpy.S: New file.
43231         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
43232         the IFUNC routine in the libc case.
43233         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
43235         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
43236         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
43237         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
43238         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
43239         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
43240         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
43241         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
43242         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
43244         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
43245         loop to 256 bytes instead of 64 bytes and fix test signedness.
43247         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
43248         * sysdeps/sparc/sparc32/Makefile: rather than here...
43249         * sysdeps/sparc/sparc64/Makefile: and here.
43251 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
43253         * malloc/mallocbug.c: Avoid warnings about unused variables.
43255 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
43257         [BZ #13760]
43258         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
43259         in the right place. Discard and retry query if response is
43260         larger than input buffer size.
43262 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
43264         [BZ #369]
43265         [BZ #2678]
43266         [BZ #3866]
43267         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
43268         x for large integer exponent.
43269         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
43270         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
43271         sign of result as needed afterwards.
43272         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
43273         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
43274         result for underflowing pow the same as for overflow.
43275         (__kernel_standard_l): Handle powl overflow and underflow here
43276         rather than calling __kernel_standard.
43277         * math/libm-test.inc (pow_test): Add more tests.
43279         [BZ #3868]
43280         [BZ #13879]
43281         [BZ #13910]
43282         [BZ #13911]
43283         [BZ #13912]
43284         [BZ #13913]
43285         [BZ #13915]
43286         [BZ #13916]
43287         [BZ #13917]
43288         [BZ #13918]
43289         [BZ #13919]
43290         [BZ #13920]
43291         [BZ #13921]
43292         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
43293         * sysdeps/ieee754/k_standard.c: Include <float.h>.
43294         (__kernel_standard_l): New function.
43295         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
43296         __kernel_standard.
43297         * math/w_acosl.c (__acosl): Likewise.
43298         * math/w_asinl.c (__asinl): Likewise.
43299         * math/w_atan2l.c (__atan2l): Likewise.
43300         * math/w_atanhl.c (__atanhl): Likewise.
43301         * math/w_coshl.c (__coshl): Likewise.
43302         * math/w_exp10l.c (__exp10l): Likewise.
43303         * math/w_exp2l.c (__exp2l): Likewise.
43304         * math/w_fmodl.c (__fmodl): Likewise.
43305         * math/w_hypotl.c (__hypotl): Likewise.
43306         * math/w_j0l.c (__j0l, __y0l): Likewise.
43307         * math/w_j1l.c (__j1l, __y1l): Likewise.
43308         * math/w_jnl.c (__jnl, __ynl): Likewise.
43309         * math/w_lgammal.c (__lgammal): Likewise.
43310         * math/w_log10l.c (__log10l): Likewise.
43311         * math/w_log2l.c (__log2l): Likewise.
43312         * math/w_logl.c (__logl): Likewise.
43313         * math/w_powl.c (__powl): Likewise.
43314         * math/w_remainderl.c (__remainderl): Likewise.
43315         * math/w_scalbl.c (sysv_scalbl): Likewise.
43316         * math/w_sinhl.c (__sinhl): Likewise.
43317         * math/w_sqrtl.c (__sqrtl): Likewise.
43318         * math/w_tgammal.c (__tgammal): Likewise.
43319         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
43320         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
43321         * math/libm-test.inc (acos_test): Add more tests.
43322         (acosh_test): Likewise.
43323         (asin_test): Likewise.
43324         (atanh_test): Likewise.
43325         (exp_test): Likewise.
43326         (exp10_test): Likewise.
43327         (exp2_test): Likewise.
43328         (expm1_test): Likewise.
43329         (lgamma_test): Likewise.
43330         (log_test): Likewise.
43331         (log10_test): Likewise.
43332         (log1p_test): Likewise.
43333         (log2_test): Likewise.
43334         (pow_test): Do not allow some spurious overflow exceptions.
43335         (sqrt_test): Add more tests.
43336         (tgamma_test): Likewise.
43337         (y0_test): Likewise.
43338         (y1_test): Likewise.
43339         (yn_test): Likewise.
43341 2012-03-27  Anton Blanchard  <anton@samba.org>
43343         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
43344         MAP_HUGETLB.
43345         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
43346         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
43347         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
43349 2012-03-27  David S. Miller  <davem@davemloft.net>
43351         * conform/Makefile: Run run-conformtest.sh using $(BASH).
43353         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
43354         have-as-vis3 check.
43356 2012-03-27  Andreas Jaeger  <aj@suse.de>
43358         * sysdeps/x86_64/elf/configure.in: Moved to ...
43359         * sysdeps/x86_64/configure.in: ... here.
43360         * sysdeps/x86_64/elf/start.S: Moved to ...
43361         * sysdeps/x86_64/start.S: ... here.
43362         * sysdeps/x86_64/elf/configure: Delete.
43364         * sysdeps/x86_64/configure.in: Merge contents from
43365         sysdeps/i386/configure.in (without i686 check).
43367         * sysdeps/i386/elf/Versions: Merge into ...
43368         * sysdeps/i386/Versions: ... this.
43369         * sysdeps/i386/elf/Versions: Delete file.
43370         * sysdeps/i386/elf/start.S: Moved to ...
43371         * sysdeps/i386/start.S: ...here.
43372         * sysdeps/i386/elf/configure.in: Merge into...
43373         * sysdeps/i386/configure.in: ...here.
43374         * sysdeps/i386/elf/configure.in: Delete file.
43375         * sysdeps/i386/elf/configure: Delete file.
43377         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
43378         * debug/backtracesyms.c: ... here.
43379         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
43380         * debug/backtracesymsfd.c: ... here.
43381         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
43382         * sysdeps/generic/ifunc-sel.h: ... here.
43384         * sysdeps/unix/i386/start.c: Delete file.
43385         * sysdeps/unix/sparc/start.c: Delete file.
43386         * sysdeps/unix/start.c: Delete file.
43388         * sysdeps/sh/elf/configure.in: Moved to ...
43389         * sysdeps/sh/configure.in: ... here.
43390         * sysdeps/sh/elf/start.S: Moved to ...
43391         * sysdeps/sh/start.S: ... here.
43392         * sysdeps/sh/elf/configure: Delete file.
43394         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
43395         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
43396         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
43397         * sysdeps/powerpc/powerpc64/entry.h: ... here.
43398         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
43399         * sysdeps/powerpc/powerpc64/start.S: here.
43400         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
43401         * sysdeps/powerpc/powerpc64/Makefile: ... this.
43402         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
43403         * sysdeps/powerpc/powerpc64/configure.in: ... this.
43404         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
43406         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
43407         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
43408         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
43409         * sysdeps/powerpc/powerpc32/start.S: ... here.
43410         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
43411         * sysdeps/powerpc/powerpc32/configure.in: ... this.
43412         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
43414         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
43415         * sysdeps/powerpc/ifunc-sel.h: ... here.
43416         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
43417         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
43419         * sysdeps/sparc/elf/configure.in: Moved to ...
43420         * sysdeps/sparc/configure.in: ... here.
43421         * sysdeps/sparc/elf/configure: Delete file.
43422         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
43423         * sysdeps/sparc/sparc32/start.S: ... here.
43424         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
43425         * sysdeps/sparc/sparc64/start.S: ... here.
43426         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
43427         * sysdeps/sparc/sparc32/Makefile: ... this.
43428         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
43429         * sysdeps/sparc/sparc64/Makefile: ... this.
43431         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
43432         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
43433         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
43434         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
43435         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
43436         * sysdeps/s390/s390-32/setjmp.S: ... here.
43437         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
43438         * sysdeps/s390/s390-32/configure.in: ... here.
43439         * sysdeps/s390/s390-32/elf/configure: Delete file.
43440         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
43441         * sysdeps/s390/s390-32/start.S: ... here.
43443         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
43444         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
43445         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
43446         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
43447         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
43448         * sysdeps/s390/s390-64/setjmp.S: ... here.
43449         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
43450         * sysdeps/s390/s390-64/configure.in: ... here
43451         * sysdeps/s390/s390-64/elf/configure: Delete file.
43452         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
43453         * sysdeps/s390/s390-64/start.S: ... here.
43454         * sysdeps/s390/s390-64/elf/configure: Delete.
43456         * configure.in: Remove support for elf directories in sysdeps.
43458         * configure: Regenerated.
43459         * sysdeps/i386/configure: Regenerated.
43460         * sysdeps/powerpc/powerpc32/configure: Regenerated.
43461         * sysdeps/powerpc/powerpc64/configure: Regenerated.
43462         * sysdeps/s390/s390-32/configure: Regenerated.
43463         * sysdeps/s390/s390-64/configure: Regenerated.
43464         * sysdeps/sh/configure: Regenerated.
43465         * sysdeps/sparc/configure: Regenerated.
43466         * sysdeps/x86_64/configure: Regenerated.
43468 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
43470         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43472         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
43473         denormal result into account.
43475 2012-03-25  Roland McGrath  <roland@hack.frob.com>
43477         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
43478         Reported by Allan McRae <allan@archlinux.org>.
43480 2012-03-23  Jeff Law  <law@redhat.com>
43482         * nss/getnssent.c (__nss_getent): Fix typo.
43484 2012-03-23  David S. Miller  <davem@davemloft.net>
43486         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43488 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
43490         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
43491         to pad to uint64_t for each field.
43492         (dl_tls_index): Replace unsigned long with uint64_t.
43494 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
43495         Paul Pluzhnikov  <ppluzhnikov@google.com>
43497         [BZ #6528]
43498         * grp/Makefile (otherlibs): Don't set it.
43499         * inet/Makefile (otherlibs): Likewise.
43500         * login/Makefile (otherlibs): Likewise.
43501         * nscd/Makefile (otherlibs): Likewise.
43502         * posix/Makefile (otherlibs): Likewise.
43503         * pwd/Makefile (otherlibs): Likewise.
43504         * rt/Makefile (otherlibs): Likewise.
43505         * sunrpc/Makefile (otherlibs): Likewise.
43506         * nss/Makefile (otherlibs): Likewise.
43507         Add libnss_files to routines and static-only-routines.
43508         ($(objpfx)getent): Remove rule.
43509         * resolv/Makefile: Add libnss_dns and libresolv to routines and
43510         static-only-routines.
43512 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43514         [BZ #13892]
43515         * math/s_cexp.c: Include <float.h>.
43516         (__cexp): Handle exp result overflowing not necessarily
43517         overflowing both real and imaginary parts of result.
43518         * math/s_cexpf.c: Likewise.
43519         * math/s_cexpl.c: Likewise.
43520         * math/libm-test.inc (cexp_test): Add more tests.
43521         * sysdeps/i386/fpu/libm-test-ulps: Update.
43522         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43524 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43526         * include/link.h (ELFW): New macro.
43527         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
43528         Replace ELF64_R_TYPE with ELFW(R_TYPE).
43530 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43532         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
43533         with uint64_t.
43535 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43537         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
43538         declaration.
43539         (struct La_x32_retval): Likewise.
43541 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43543         * sysdeps/x86_64/preconfigure.in: New file.
43544         * sysdeps/x86_64/preconfigure: New generated file.
43546 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43548         [BZ #13824]
43549         * math/e_exp2l.c: Include <float.h>.
43550         (__ieee754_exp2l): Handle overflow and underflow cases
43551         separately.  Only pass fractional part of argument to
43552         __ieee754_expl.
43553         * math/libm-test.inc (exp2_test): Add more tests.
43555         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
43556         negating x to take absolute value.
43557         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
43558         Likewise.
43559         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
43560         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
43561         Likewise.
43562         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
43563         computing low part if x was negated.
43564         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
43566 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43568         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
43569         la_x32_gnu_pltexit.
43570         (pltexit): Cast int_retval to ptrdiff_t.
43571         * elf/tst-auditmod3b.c: Likewise.
43572         * elf/tst-auditmod4b.c: Likewise.
43573         * elf/tst-auditmod5b.c: Likewise.
43574         * elf/tst-auditmod6b.c: Likewise.
43575         * elf/tst-auditmod6c.c: Likewise.
43576         * elf/tst-auditmod7b.c: Likewise.
43578         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
43579         and x32_gnu_pltexit.
43581         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
43582         __ELF_NATIVE_CLASS.
43583         (La_x32_regs): New macro.
43584         (La_x32_retval): Likewise.
43585         (la_x32_gnu_pltenter): New function prototype.
43586         (la_x32_gnu_pltexit): Likewise.
43588 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
43590         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
43591         exponent.
43593         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43595         * configure.in (libc_cv_cc_nofma): Check for option to disable
43596         generation of FMA instructions.
43597         * configure: Regenerate.
43598         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
43599         * sysdeps/ieee754/dbl-64/Makefile: New file.
43600         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
43601         Remove brandred-fma4.
43602         (CFLAGS-brandred-fma4.c): Remove.
43603         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
43604         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
43605         define.
43606         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
43607         define.
43609 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43611         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
43612         LLONG_MAX != LONG_MAX.
43613         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43614         (_fitoa_word): Likewise.
43615         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
43616         LLONG_MAX != LONG_MAX.
43617         * stdio-common/_itowa.h: Include <_itoa.h>.
43618         (_itowa_word): Use _ITOA_WORD_TYPE on value.
43619         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
43620         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
43621         only if not defined.
43622         (_ITOA_WORD_TYPE): Likewise.
43623         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43624         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
43626 2012-03-21  David S. Miller  <davem@davemloft.net>
43628         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43630 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43632         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
43633         of x86_64 when setting libc_cv_slibdir, libdir and
43634         libc_cv_localedir.
43635         * sysdeps/unix/sysv/linux/configure: Regenerated.
43637 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43639         * manual/lang.texi (Old Varargs): Remove section.
43640         (How Variadic): Update menu.
43641         (va_start): Do not mention varargs.h.
43643 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43644             Joseph Myers  <joseph@codesourcery.com>
43646         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
43647         link test.
43648         * configure: Regenerated.
43650 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43652         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
43653         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
43654         conformtest.pl
43656 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43658         * NOTES: Remove.
43659         * Makefile (files-for-dist): Remove NOTES.
43660         (NOTES): Remove rule.
43661         * README: Don't refer to NOTES.
43662         * manual/creature.texi: Don't include macros.texi.
43663         * manual/intro.texi (creature.texi): Remove comment referring to
43664         NOTES.
43666         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
43667         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
43668         * configure: Regenerated.
43669         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
43670         LIBC_TRY_CC_OPTION.
43671         (libc_cv_as_i686): Likewise.
43672         (libc_cv_cc_avx): Likewise.
43673         (libc_cv_cc_sse2avx): Likewise.
43674         (libc_cv_cc_fma4): Likewise.
43675         (libc_cv_cc_novzeroupper): Likewise.
43676         * sysdeps/i386/configure: Regenerated.
43678         [BZ #13883]
43679         * sysdeps/i386/fpu/s_cexp.S: Remove.
43680         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
43681         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
43682         * math/libm-test.inc (cexp_test): Add more tests.
43683         * sysdeps/i386/fpu/libm-test-ulps: Update.
43684         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43686 2012-03-21  Allan McRae  <allan@archlinux.org>
43688         * timezone/Makefile: Do not install iso3166.tab and zone.tab
43690 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43692         [BZ #13871]
43693         * math/w_exp2.c: Do not include <float.h>.
43694         (o_threshold, u_threshold): Remove.
43695         (__exp2): Calculate result before checking finiteness and calling
43696         __kernel_standard.
43697         * math/w_exp2f.c: Likewise.
43698         * math/w_exp2l.c: Likewise.
43699         * math/libm-test.inc (exp2_test): Require overflow exception for
43700         1e6 input.
43702         [BZ #3866]
43703         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
43704         range of signed 64-bit integers before using fistpll.  Remove
43705         checks for whether integers fit in mantissa bits.
43706         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
43707         the range of signed 32-bit integers before using fistpl.  Remove
43708         checks for whether integers fit in mantissa bits.
43709         * sysdeps/i386/fpu/e_powl.S (p64): New object.
43710         (__ieee754_powl): Test for y outside the range of signed 64-bit
43711         integers before using fistpll.  Reduce 64-bit values to 63-bit
43712         ones as needed.
43713         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
43714         divide-by-zero is raised for zero to large negative powers.
43715         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
43716         (__ieee754_powl): Test for y outside the range of signed 64-bit
43717         integers before using fistpll.  Reduce 64-bit values to 63-bit
43718         ones as needed.
43719         * math/libm-test.inc (pow_test): Add more tests.
43721 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43723         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
43724         <stdio-common/_itoa.h>.
43725         * debug/segfault.c: Likewise.
43726         * elf/dl-cache.c: Likewise.
43727         * elf/dl-minimal.c: Likewise.
43728         * elf/dl-misc.c: Likewise.
43729         * elf/dl-sysdep.c: Likewise.
43730         * elf/dl-version.c: Likewise.
43731         * elf/rtld.c: Likewise.
43732         * hurd/hurdsock.c: Likewise.
43733         * hurd/lookup-retry.c: Likewise.
43734         * malloc/malloc.c: Likewise.
43735         * malloc/mtrace.c: Likewise.
43736         * nscd/nscd_getgr_r.c: Likewise.
43737         * nscd/nscd_getpw_r.c: Likewise.
43738         * nscd/nscd_getserv_r.c: Likewise.
43739         * posix/getopt_init.c: Likewise.
43740         * posix/wordexp.c: Likewise.
43741         * stdio-common/_itoa.c: Likewise.
43742         * stdio-common/printf_fphex.c: Likewise.
43743         * stdio-common/vfprintf.c: Likewise.
43744         * string/_strerror.c: Likewise.
43745         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
43746         * sysdeps/i386/i686/hp-timing.h: Likewise.
43747         * sysdeps/mach/_strerror.c: Likewise.
43748         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
43749         * sysdeps/mach/hurd/sethostid.c: Likewise.
43750         * sysdeps/mach/hurd/xmknodat.c: Likewise.
43751         * sysdeps/mach/xpg-strerror.c: Likewise.
43752         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
43753         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
43754         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
43755         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
43756         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
43757         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
43758         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
43759         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
43760         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
43761         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
43762         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
43763         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
43764         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
43765         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
43766         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
43767         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
43768         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
43769         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
43770         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
43771         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
43772         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
43774         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
43776         * stdio-common/_itoa.h: Moved to ...
43777         * sysdeps/generic/_itoa.h: Here.
43779         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
43781         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
43782         instead of "_itoa.h" and "_itowa.h".
43783         * stdio-common/vfprintf.: Likewise.
43785 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43787         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
43788         <bits/wordsize.h>.
43789         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
43790         (__signbit): Likwise.
43791         (llrintf): Likwise.
43792         (llrint): Likwise.
43794 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43796         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
43797         __WORDSIZE != 64.
43799 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
43801         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
43802         OVERFLOW_EXCEPTION_OK.
43803         * math/libm-test.inc ("Philosophy"): Update comment about
43804         exception testing.
43805         (OVERFLOW_EXCEPTION): Define.
43806         (OVERFLOW_EXCEPTION_OK): Likewise.
43807         (INVALID_EXCEPTION_OK): Renumber.
43808         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
43809         (IGNORE_ZERO_INF_SIGN): Likewise.
43810         (test_exceptions): Handle FE_OVERFLOW.
43811         (exp10_test): Expect overflow exceptions.
43812         (exp2_test): Likewise.
43813         (expm1_test): Likewise.
43814         (nextafter_test): Likewise.
43815         (pow_test): Likewise.
43816         (scalbn_test): Likewise.
43817         (scalbln_test): Likewise.
43819 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43821         * sysdeps/x86_64/bits/atomic.h
43822         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
43823         64bit integer.
43824         (atomic_exchange_acq): Likewise.
43825         (__arch_exchange_and_add_body): Likewise.
43826         (__arch_add_body): Likewise.
43827         (atomic_add_negative): Likewise.
43828         (atomic_add_zero): Likewise.
43830 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43832         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
43833         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
43835 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43837         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
43838         Check __x86_64__ instead of __WORDSIZE.
43840 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43842         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
43844 2012-03-19  David S. Miller  <davem@davemloft.net>
43846         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43848         * sysdeps/sparc/fpu/fenv_private.h: New file.
43849         * sysdeps/sparc/fpu/math_private.h: Use it.
43850         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
43851         Remove.
43852         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
43853         (libc_feholdexcept_setroundl): Remove.
43854         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
43855         Remove.
43856         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
43857         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
43859 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43861         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
43862         int64_t instead of long int.
43863         (INSERT_WORDS64): Likwise.
43865 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43867         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
43868         _Unwind_GetCFA return to _Unwind_Ptr first.
43870 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
43872         [BZ #13629]
43873         * math/s_clog.c: Include <float.h>.
43874         (__clog): Scale large or subnormal inputs.
43875         * math/s_clogf.c: Likewise.
43876         * math/s_clogl.c: Likewise.
43877         * math/s_clog10.c: Include <float.h>.
43878         (M_LOG10_2): Define.
43879         (__clog10): Scale large or subnormal inputs.
43880         * math/s_clog10f.c: Likewise.
43881         * math/s_clog10l.c: Likewise.
43882         * math/libm-test.inc (clog_test): Add more tests.
43883         (clog10_test): Likewise.
43884         * sysdeps/i386/fpu/libm-test-ulps: Update.
43885         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43887         [BZ #11451]
43888         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
43889         x and y.
43890         * math/libm-test.inc (atan2_test): Add another test.
43892         * Makerules (common-objdir-compile): Remove.
43893         * sysdeps/unix/Makefile (config-generated): Do not add
43894         $(unix-generated) to variable.
43895         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
43896         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
43897         Remove rule.
43898         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
43899         Likewise.
43900         [generic bits/local_lim.h] (before-compile): Do not append to
43901         variable.
43902         [generic bits/local_lim.h] (common-generated): Likewise.
43903         [generic sys/param.h] (before-compile): Do not append to variable.
43904         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
43905         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
43906         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
43907         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
43908         include.
43909         [generic sys/param.h] (sys/param.h-includes): Remove variable.
43910         [generic sys/param.h] (sys/param.h-includes): Remove rule.
43911         [generic sys/param.h] ($(addprefix
43912         $(common-objpfx),$(sys/param.h-includes))): Likewise.
43913         [generic sys/param.h] (common-generated): Do not append to
43914         variable.
43915         [generic sys/param.h] (sysdep_headers): Likewise.
43916         [generic bits/errno.h] (before-compile): Do not append to
43917         variable.
43918         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
43919         rule.
43920         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
43921         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
43922         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
43923         [generic bits/errno.h] (common-generated): Do not append to
43924         variable.
43925         [generic bits/ioctls.h] (before-compile): Do not append to
43926         variable.
43927         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
43928         rule.
43929         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
43930         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
43931         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
43932         rule.
43933         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
43934         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
43935         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
43936         [generic bits/ioctls.h] (common-generated): Do not append to
43937         variable.
43938         [generic sys/syscall.h] (syscall.h): Remove variable.
43939         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
43940         rule.
43941         [generic sys/syscall.h] (before-compile): Do not append to
43942         variable.
43943         [generic sys/syscall.h] (common-generated): Likewise.
43944         * sysdeps/unix/errnos-tmpl.c: Remove file.
43945         * sysdeps/unix/errnos.awk: Likewise.
43946         * sysdeps/unix/ioctls-tmpl.c: Likewise.
43947         * sysdeps/unix/ioctls.awk: Likewise.
43948         * sysdeps/unix/mk-local_lim.c: Likewise.
43949         * sysdeps/unix/snarf-ioctls: Likewise.
43951 2012-03-19  Richard Henderson  <rth@twiddle.net>
43953         * sysdeps/i386/fpu/fenv_private.h: New file.
43954         * sysdeps/i386/fpu/math_private.h: Use it.
43955         (math_opt_barrier, math_force_eval): Remove.
43956         (libc_feholdexcept_setround_53bit): Remove.
43957         (libc_feupdateenv_53bit): Remove.
43958         * sysdeps/x86_64/fpu/math_private.h: Likewise.
43959         (math_opt_barrier, math_force_eval): Remove.
43960         (libc_feholdexcept): Remove.
43961         (libc_feholdexcept_setround): Remove.
43962         (libc_fetestexcept, libc_fesetenv): Remove.
43963         (libc_feupdateenv_test): Remove.
43964         (libc_feupdateenv, libc_feholdsetround): Remove.
43965         (libc_feresetround): Remove.
43967         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
43968         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
43970         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
43971         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
43972         (libc_feupdateenv_testl): New.
43973         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
43974         (libc_feupdateenv_testf): New.
43975         (libc_feupdateenv): Use libc_feupdateenv_test.
43976         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
43977         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
43979         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
43980         (libc_feholdsetroundf, libc_feholdsetroundl): New.
43981         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
43982         (libc_feresetround_noex): New.
43983         (libc_feresetround_noexf): New.
43984         (libc_feresetround_noexl): New.
43985         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
43986         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
43987         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
43988         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
43989         SET_RESTORE_ROUND.
43990         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
43991         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
43992         (__cos): Likewise.
43993         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
43994         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
43995         SET_RESTORE_ROUND_NOEX.
43996         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
43997         SET_RESTORE_ROUND_NOEXF.
43998         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
43999         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
44000         (libc_feholdsetroundf): New.
44001         (libc_feresetround, libc_feresetroundf): New.
44003         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
44004         (libc_feholdexcept_setround_53bit): Convert from macro to function.
44005         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
44007         * sysdeps/generic/math_private.h: Include <fenv.h>.
44008         (default_libc_feholdexcept): New.
44009         (default_libc_feholdexcept_setround): New.
44010         (default_libc_fesetenv, default_libc_feupdateenv): New.
44011         (libc_feholdexcept): Only define if undefined.
44012         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
44013         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
44014         (libc_feholdexcept_setroundl): Likewise.
44015         (libc_feholdexcept_setround_53bit): Likewise.
44016         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
44017         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
44018         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
44019         (libc_feupdateenv_53bit): Likewise.
44020         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
44021         (libc_feholdexcept): Convert from macro to inline function.
44022         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
44023         (libc_fesetenv, libc_feupdateenv): Likewise.
44025         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
44026         not previously defined.
44027         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
44028         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
44029         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
44030         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
44031         * sysdeps/ieee754/flt-32/math_private.h: New file.
44032         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
44033         math_private.h below SET_FLOAT_WORD.
44034         (__isnan, __isinf_ns, __finite): Remove.
44035         (__isnanf, __isinf_nsf, __finitef): Remove.
44037 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
44039         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44041 2012-03-17  David S. Miller  <davem@davemloft.net>
44043         [BZ #6471]
44044         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
44045         for 2.16.
44047 2012-03-16  David S. Miller  <davem@davemloft.net>
44049         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
44050         warnings.
44052         [BZ #6471]
44053         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
44054         properly.
44055         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
44056         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
44057         sysdep_routines when subdir is sysvipc.
44058         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
44059         __getshmlba helper.
44061         * sysdeps/sparc/fpu/libm-test/ulps: Update.
44063 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44065         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
44066         [__LP64__].
44068 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44070         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
44071         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
44072         (__lround): Renamed to ...
44073         (__llround): This.  Replace long int with long long int.
44074         Define lround functions as aliases of llround functions.
44075         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
44077 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44079         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
44080         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
44081         adresses to uintptr_t.  Replace "long int" and "unsigned long
44082         int" with "greg_t" on va_arg.
44084 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44086         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
44087         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
44089         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
44090         Move e_machine check before EI_CLASS check.  Handle x32
44091         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
44092         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
44093         SKIP_EM_IA_64 and include
44094         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
44096         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
44097         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
44098         (add_system_dir): New macro.
44100         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
44101         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
44103 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
44105         [BZ #2551]
44106         [BZ #2552]
44107         [BZ #2553]
44108         [BZ #2554]
44109         [BZ #2562]
44110         [BZ #2563]
44111         [BZ #2565]
44112         [BZ #2566]
44113         [BZ #2576]
44114         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
44115         (y0): Likewise.
44116         * math/w_j0f.c (j0f): Likewise.
44117         (y0f): Likewise.
44118         * math/w_j0l.c (__j0l): Likewise.
44119         (__y0l): Likewise.
44120         * math/w_j1.c (j1): Likewise.
44121         (y1): Likewise.
44122         * math/w_j1f.c (j1f): Likewise.
44123         (y1f): Likewise.
44124         * math/w_j1l.c (__j1l): Likewise.
44125         (__y1l): Likewise.
44126         * math/w_jn.c (jn): Likewise.
44127         (yn): Likewise.
44128         * math/w_jnf.c (jnf): Likewise.
44129         (ynf): Likewise.
44130         * math/w_jnl.c (__jnl): Likewise.
44131         (__ynl): Likewise.
44132         * math/libm-test.inc (j0_test): Add more tests.
44133         (j1_test): Likewise.
44134         (jn_test): Likewise.  Add trailing semicolon to existing test.
44135         (y0_test): Likewise.
44136         (y1_test): Likewise.
44137         * sysdeps/i386/fpu/libm-test-ulps: Update.
44138         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44140         [BZ #13851]
44141         [BZ #13854]
44142         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
44143         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
44144         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
44145         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
44146         (__tanl): Set errno for infinite argument.
44147         * sysdeps/i386/fpu/mptan.c: Remove.
44148         * sysdeps/i386/fpu/s_tan.S: Likewise.
44149         * sysdeps/i386/fpu/s_tanl.S: Likewise.
44150         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
44151         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
44152         * math/libm-test.inc (tan_test): Add more tests and enable more
44153         tests for double and long double.
44154         * sysdeps/i386/fpu/libm-test-ulps: Update.
44155         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44157 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
44159         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
44160         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
44162 2012-03-16  Roland McGrath  <roland@hack.frob.com>
44164         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
44165         * configure.in: Use it for both main tree and add-ons.
44166         * configure: Regenerated.
44168 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44170         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
44172 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
44174         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
44175         in comment.
44177         [BZ #13851]
44178         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
44179         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
44180         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
44181         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
44182         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
44183         infinite argument.
44184         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
44185         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
44186         != 0 for prec == 2.
44187         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
44188         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
44189         * sysdeps/i386/fpu/s_cosl.S: Likewise.
44190         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
44191         * sysdeps/i386/fpu/s_sinl.S: Likewise.
44192         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
44193         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
44194         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
44195         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
44196         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
44197         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
44198         * math/libm-test.inc (cos_test): Add more tests and enable more
44199         tests for long double.
44200         (sin_test): Likewise.
44201         (sincos_test): Likewise.
44202         * sysdeps/i386/fpu/libm-test-ulps: Update.
44203         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44205 2012-03-16  David S. Miller  <davem@davemloft.net>
44207         * sysdeps/sparc/fpu/math_private.h: New file.
44209 2012-03-15  David S. Miller  <davem@davemloft.net>
44211         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
44212         file.
44213         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
44214         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
44215         file.
44216         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
44217         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
44218         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
44219         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
44220         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
44221         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
44222         sysdep routines.
44223         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44225         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
44226         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
44228         * sysdeps/sparc/sparc-ifunc.h: New file.
44229         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
44230         sparc-ifunc.h
44231         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
44232         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
44233         Likewise.
44234         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
44235         Likewise.
44236         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
44237         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
44238         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
44239         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
44240         Likewise.
44241         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
44242         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
44243         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
44244         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
44245         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
44246         Likewise.
44247         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
44248         Likewise.
44249         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
44250         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
44251         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
44252         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
44253         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
44254         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
44255         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
44256         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
44257         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
44258         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
44259         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
44260         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
44261         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
44262         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
44263         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
44264         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
44265         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
44266         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
44267         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
44268         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
44269         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
44270         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
44271         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
44272         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
44274 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
44276         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
44277         scaling.
44278         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44280 2012-03-15  Andreas Jaeger  <aj@suse.de>
44282         [BZ #13852]
44283         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
44284         ieee754/flt-32 implementation for sin, cos and sincos.
44285         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
44286         * sysdeps/i386/fpu/s_cosf.S: Likewise.
44287         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
44288         * sysdeps/i386/fpu/s_sinf.S: Likewise.
44289         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
44290         ieee754/flt-32 implementation for tan.
44292         * math/libm-test.inc (cos_test): Enable some large input tests for
44293         float as well
44294         (sin_test): Likewise.
44295         (sincos_test): Likewise.
44296         (tan_test): Add tests for large input.
44298         * sysdeps/i386/fpu/libm-test-ulps: Update.
44300 2012-03-15  Andreas Jaeger  <aj@suse.de>
44302         [BZ #13658]
44303         * math/libm-test.inc (cos_test): Add more test cases.
44304         (sin_test): Likewise.
44305         (sincos_test): Likewise.
44307 2012-03-15  Andreas Jaeger  <aj@suse.de>
44309         [BZ #13837]
44310         * math/libm-test.inc (cos_test): Add a test case for large input
44311         value.
44312         (sin_test): Likewise.
44313         (sincos_test): Likewise.
44315 2012-03-15  Andreas Jaeger  <aj@suse.de>
44316             Joseph Myers  <joseph@codesourcery.com>
44318         [BZ #13658]
44319         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
44320         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
44321         * sysdeps/i386/fpu/branred.c: Likewise.
44322         * sysdeps/i386/fpu/dosincos.c: Likewise.
44323         * sysdeps/i386/fpu/mpa.c: Likewise.
44324         * sysdeps/i386/fpu/s_cos.S: Likewise.
44325         * sysdeps/i386/fpu/s_sin.S: Likewise.
44326         * sysdeps/i386/fpu/s_sincos.S: Likewise.
44327         * sysdeps/i386/fpu/sincos32.c: Likewise.
44329         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
44330         Define.
44331         (libc_feupdateenv_53bit): Define.
44332         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
44333         Define.
44334         (libc_feupdateenv_53bit): Define.
44336         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
44337         53 bit (without extend i386 double precision).
44339         * math/libm-test.inc (sincos_test): Add tests for large input.
44340         (sin): Likewise.
44341         (cos): Likewise.
44343         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
44345 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
44347         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44349 2012-03-15  David S. Miller  <davem@davemloft.net>
44351         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
44352         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
44353         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
44354         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
44355         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
44356         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
44357         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
44358         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
44359         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
44360         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
44361         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
44362         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
44363         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
44364         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
44365         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
44366         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
44367         file.
44368         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
44369         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
44370         file.
44371         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
44372         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
44373         file.
44374         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
44375         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
44376         file.
44377         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
44378         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
44379         fmin/fmax sysdep routines.
44380         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44382 2012-03-14  David S. Miller  <davem@davemloft.net>
44384         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
44385         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
44386         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
44387         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
44388         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
44389         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
44390         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
44391         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
44392         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
44393         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
44394         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
44395         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
44396         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
44397         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
44398         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
44399         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
44400         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
44401         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
44402         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
44403         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
44404         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
44405         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
44406         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
44407         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
44408         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
44409         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
44410         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
44411         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
44412         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
44413         routines.
44414         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
44415         file.
44416         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
44417         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
44418         file.
44419         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
44420         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
44421         file.
44422         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
44423         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
44424         file.
44425         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
44426         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
44427         file.
44428         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
44429         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
44430         file.
44431         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
44432         file.
44433         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
44434         file.
44435         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
44436         file.
44437         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
44438         New file.
44439         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
44440         file.
44441         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
44442         file.
44443         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
44444         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
44445         file.
44446         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
44447         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
44448         file.
44449         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
44450         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
44451         file.
44452         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
44453         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
44454         VIS3 routines.
44456         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
44457         New file.
44459         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44461         * sysdeps/sparc/configure.in: New file.
44462         * sysdeps/sparc/configure: Generate.
44463         * configure.in (libc_cv_sparc_as_vis3): Substitute.
44464         * configure: Regenerate.
44465         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
44466         * config.make.in (have-as-vis3): New.
44467         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
44468         available use -Av9d instead of -Av9a.
44469         * sysdeps/sparc/sparc64/Makefile: Likewise.
44470         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
44471         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
44472         New file.
44473         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
44474         file.
44475         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
44476         New file.
44477         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
44478         file.
44479         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
44480         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
44481         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
44482         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
44483         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
44485         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
44486         fzeros/fnegs to load 0x80000000 into a float register instead of
44487         using the stack.
44488         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
44490 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44492         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44493         bits/syscall.h.
44494         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
44495         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
44496         ($(inst_includedir)/bits/syscall.h): Remove rule.
44497         ($(objpfx)bits/syscall.d): Include instead of
44498         $(objpfx)syscall-list.d.
44499         (generated): Change syscall-list.h and syscall-list.d to
44500         bits/syscall.h and bits/syscall.d.
44502 2012-03-14  Roland McGrath  <roland@hack.frob.com>
44504         [BZ #13846]
44505         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
44507 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44509         [BZ #13841]
44510         * math/s_csqrt.c: Include <float.h>.
44511         (__csqrt): Scale large or subnormal inputs.
44512         * math/s_csqrtf.c: Likewise.
44513         * math/s_csqrtl.c: Likewise.
44514         * math/libm-test.inc (csqrt_test): Add more tests.
44515         * sysdeps/i386/fpu/libm-test-ulps: Update.
44516         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44518         [BZ #13840]
44519         * math/libm-test.inc (hypot_test): Add more tests.
44521 2012-03-13  David S. Miller  <davem@davemloft.net>
44523         [BZ #13840]
44524         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
44525         double-precision for the calculation instead of scaling.
44527 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
44529         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
44530         manipulate bits before adding and subtracting TWO52[sx].
44531         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
44532         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
44533         Likewise.
44534         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
44536 2012-03-13  David S. Miller  <davem@davemloft.net>
44538         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
44539         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
44540         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
44541         rtld-global-offsets.h
44542         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
44544         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
44545         large parameters.
44547         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
44549         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
44550         'err' in the ifdef scope in which it is actually used.
44552         * nss/nss_db/db-init.c: Include string.h
44554 2012-03-12  David S. Miller  <davem@davemloft.net>
44556         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
44557         masking out of the most significant byte of random value used.
44558         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44559         Fix coding style in previous change.
44561         * sysdeps/unix/sysv/linux/kernel-features.h
44562         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
44563         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
44564         expression.
44565         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
44566         later.
44568 2012-03-11  David S. Miller  <davem@davemloft.net>
44570         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
44571         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
44572         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
44573         for 'resultvar' otherwise things get truncated on 64-bit.
44575         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44576         Fix masking out of the most significant byte of random value used.
44578         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44580 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
44582         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44584 2012-03-09  David S. Miller  <davem@davemloft.net>
44586         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
44587         variables with appropriate CPP guards.
44588         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
44589         from the frame pointer, not the stack pointer.  Correct layout
44590         comments.  Fix test on resulting framesize and the management of
44591         the outregs buffer for pltexit.  Preserve floating point return
44592         values across _dl_call_pltexit call.
44593         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
44594         framesize and the management of the outregs buffer for pltexit.
44595         Preserve floating point return values across _dl_call_pltexit
44596         call.
44597         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
44598         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
44599         (la_sparc64_gnu_pltexit): New functions.
44600         (print_exit): Fix format string for return register value.
44602 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
44604         * sunrpc/Makefile (others): Add rpcgen.
44605         ($(objpfx)rpcgen): Remove special build rule and dependency on
44606         libc.
44607         * sunrpc/rpcgen.c: New file.
44609 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
44611         [BZ #13673]
44612         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
44613         * stdio-common/bug-vfprintf-nargs.c: Likewise.
44614         * sysdeps/i386/crti.S: Likewise.
44615         * sysdeps/i386/crtn.S: Likewise.
44616         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
44617         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
44618         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
44619         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
44620         * sysdeps/sh/crti.S: Likewise.
44621         * sysdeps/sh/crtn.S: Likewise.
44622         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
44624         [BZ #13673]
44625         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
44626         with URL.
44627         * locale/programs/locfile-kw.gperf: Likewise.
44628         * locale/programs/charmap-kw.h: Regenerated.
44629         * locale/programs/locfile-kw.h: Likewise.
44631         [BZ #13673]
44632         * intl/plural.y: Replace FSF snail mail address with URL.
44633         * intl/plural.c: Regenerated.
44635 2012-03-09  Richard Henderson  <rth@twiddle.net>
44637         * include/math_private.h: Remove file.
44638         * math/math_private.h: Move file ...
44639         * sysdeps/generic/math_private.h: ... here.
44641         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
44642         * sysdeps/powerpc/fpu/math_private.h: Likewise.
44643         * sysdeps/x86_64/fpu/math_private.h: Likewise.
44645         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
44646         and <math_private.h>.
44647         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
44648         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
44649         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
44650         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
44651         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
44652         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
44653         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
44654         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44655         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
44656         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
44657         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44658         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
44659         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
44660         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44661         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
44662         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
44663         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
44664         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
44665         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
44666         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
44667         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44668         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
44669         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
44670         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44671         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
44672         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
44673         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
44674         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
44675         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44676         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
44677         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
44678         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44679         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
44680         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
44681         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
44682         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
44683         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
44684         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
44685         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
44686         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
44687         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
44688         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
44689         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
44690         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
44691         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
44692         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
44693         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
44694         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
44695         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
44696         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
44697         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
44698         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
44699         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
44700         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
44701         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
44702         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
44703         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
44704         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
44705         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
44706         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
44707         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
44708         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
44709         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44710         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
44711         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
44712         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
44713         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
44714         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
44715         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
44716         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
44717         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
44718         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
44719         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
44720         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
44721         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
44722         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
44723         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
44724         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
44725         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
44726         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
44727         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
44728         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
44729         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
44730         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
44731         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
44732         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
44733         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
44734         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
44735         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
44736         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
44737         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
44738         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
44739         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
44740         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
44741         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
44742         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
44743         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
44744         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
44745         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
44746         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
44747         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
44748         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
44749         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
44750         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
44751         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
44752         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
44753         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
44754         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
44755         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
44756         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
44757         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
44758         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
44759         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
44760         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
44761         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
44762         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
44763         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
44764         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
44765         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
44766         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
44767         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
44768         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
44769         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
44770         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
44771         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
44772         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
44773         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
44774         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
44775         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
44776         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
44777         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
44778         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
44779         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
44780         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
44781         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
44782         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
44783         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
44784         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
44785         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
44786         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
44787         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
44788         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
44789         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
44790         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
44791         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
44792         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
44793         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
44794         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
44795         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
44796         * sysdeps/ieee754/k_standard.c: Likewise.
44797         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
44798         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
44799         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
44800         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
44801         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
44802         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
44803         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
44804         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
44805         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
44806         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
44807         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
44808         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
44809         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
44810         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
44811         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
44812         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
44813         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
44814         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
44815         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
44816         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
44817         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
44818         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
44819         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
44820         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
44821         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
44822         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
44823         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
44824         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
44825         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
44826         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
44827         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
44828         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
44829         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
44830         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
44831         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
44832         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
44833         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
44834         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
44835         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
44836         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
44837         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
44838         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
44839         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
44840         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
44841         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
44842         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
44843         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
44844         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
44845         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
44846         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
44847         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
44848         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
44849         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
44850         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
44851         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
44852         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
44853         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
44854         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
44855         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
44856         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
44857         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
44858         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
44859         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
44860         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
44861         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
44862         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
44863         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
44864         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
44865         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
44866         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
44867         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
44868         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
44869         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
44870         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
44871         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
44872         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
44873         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
44874         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
44875         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
44876         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
44877         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
44878         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
44879         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
44880         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
44881         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
44882         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
44883         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
44884         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
44885         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
44886         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
44887         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
44888         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
44889         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
44890         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
44891         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
44892         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
44893         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
44894         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
44895         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
44896         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
44897         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
44898         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
44899         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
44900         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
44901         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
44902         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
44903         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
44904         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
44905         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
44906         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
44907         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
44908         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
44909         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
44910         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
44911         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
44912         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
44913         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
44914         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
44915         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
44916         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
44917         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
44918         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
44919         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
44920         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
44921         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
44922         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
44923         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
44924         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
44925         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
44926         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
44927         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
44928         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
44929         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
44930         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
44931         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
44932         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
44933         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
44934         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
44935         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
44936         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
44937         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
44938         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
44939         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
44940         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
44941         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
44942         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
44943         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
44944         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
44945         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
44946         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
44947         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
44948         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
44949         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
44950         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
44951         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
44952         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
44953         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
44954         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
44955         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
44956         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
44957         * sysdeps/ieee754/s_lib_version.c: Likewise.
44958         * sysdeps/ieee754/s_matherr.c: Likewise.
44959         * sysdeps/ieee754/s_signgam.c: Likewise.
44960         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
44961         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
44962         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
44963         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
44964         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
44965         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
44966         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
44967         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
44968         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
44969         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
44970         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
44971         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
44972         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
44973         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
44974         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
44975         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
44976         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
44977         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
44978         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
44979         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
44980         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
44982 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
44984         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
44985         * sunrpc/rpc_main.c: Likewise.
44986         * sunrpc/rpc_svcout.c: Likewise.
44988 2012-03-09  David S. Miller  <davem@davemloft.net>
44990         * include/math_private.h: New file.
44992 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
44994         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
44995         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
44996         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
44997         from <bits/socket_type.h>.
44998         (enum __socket_type): Don't define here.
44999         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
45000         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45001         bits/socket_type.h.
45003         [BZ #13566]
45004         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
45005         checking __USE_GNU.
45007         * Makerules ($(inst_includedir)/%.h): New rule.
45008         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
45009         (install-others): Remove variable setting.
45010         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
45012 2012-03-08  Richard Henderson  <rth@twiddle.net>
45014         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
45015         from macro to inline function; merge with the
45016         !__LIBC_INTERNAL_MATH_INLINES version.
45017         (__ieee754_sqrtf): Likewise.
45019         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
45020         to inline function.
45021         (__rintf, __floor, __floorf): Likewise.
45023         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
45024         macro to inline function.
45025         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
45027         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
45028         not <math/math_private.h>.
45030 2012-03-08  David S. Miller  <davem@davemloft.net>
45032         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
45033         copyright year.
45034         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
45036 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
45038         * resolv/gai_misc.c (handle_requests): Fix struct timespec
45039         normalization.
45040         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
45041         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
45043 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
45045         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
45046         be defined individually, they must be defined as a block.  Define
45047         S for printing a string instead of hidint the different by using a
45048         macro for adding the 'l'.
45049         * stdio-common/tst-fphex-wide.c: Adjust.
45051 2012-03-07  Marek Polacek  <polacek@redhat.com>
45053         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
45055 2012-03-08  Marek Polacek  <polacek@redhat.com>
45057         [BZ #13806]
45058         * stdio-common/Makefile (tests): Add tst-fphex-wide.
45059         * stdio-common/tst-fphex.c: Define a few macros to make the
45060         test reusable.  Use them.
45061         * stdio-common/tst-fphex-wide.c: New file.
45063 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
45065         [BZ #6911]
45066         * manual/macros.texi (gnusystems): New macro.
45067         (nongnusystems): Likewise.
45068         (gnulinuxhurdsystems): Likewise.
45069         (gnuhurdsystems): Likewise..
45070         (gnulinuxsystems): Likewise.
45071         * manual/charset.texi: Use new macros or @theglibc{} to refer to
45072         variants of the GNU system, not "GNU system".
45073         * manual/conf.texi: Likewise.
45074         * manual/errno.texi: Likewise.  Update example of errno macro
45075         expansion.
45076         * manual/filesys.texi: Likewise.
45077         (getumask): Document as specific to GNU/Hurd.
45078         * manual/install.texi: Likewise.  Reword some references to
45079         GNU/Linux.
45080         * manual/intro.texi: Likewise.
45081         * manual/io.texi: Likewise.
45082         (File Name Portability): Detail which constraints are inapplicable
45083         to all GNU systems and which are only inapplicable to GNU/Hurd.
45084         * manual/job.texi: Likewise.
45085         * manual/llio.texi: Likewise.
45086         (O_NOCTTY): Document as present on GNU/Linux.
45087         * manual/maint.texi: Likewise.
45088         * manual/memory.texi: Likewise.
45089         * manual/pattern.texi: Likewise.
45090         * manual/pipe.texi: Likewise.
45091         * manual/process.texi: Likewise.
45092         * manual/resource.texi: Likewise.
45093         (RUSAGE_CHILDREN): Remove statement about specifying a particular
45094         child on GNU/Hurd.
45095         * manual/setjmp.texi: Likewise.
45096         * manual/signal.texi: Likewise.
45097         * manual/startup.texi: Likewise.
45098         * manual/stdio.texi: Likewise.
45099         * manual/terminal.texi: Likewise.
45100         (ONLCR): Document as POSIX.
45101         (OXTABS): Document availability on GNU/Linux as XTABS.
45102         (ONOEOT): Document availability separately from other bits.
45103         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
45104         * manual/time.texi: Likewise.
45105         * manual/users.texi: Likewise.
45106         * INSTALL: Regenerated.
45107         * sysdeps/gnu/errlist.c: Regenerated.
45109         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
45110         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
45111         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
45112         puts.
45113         * configure: Regenerated.
45115 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
45117         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
45118         default includes instead of AC_HEADER_CHECK.
45119         * sysdeps/i386/configure: Regenerated.
45121         [BZ #10716]
45122         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
45123         * math/s_cacoshf.c (__cacoshf): Likewise.
45124         * math/s_cacoshl.c (__cacoshl): Likewise.
45125         * math/s_casinh.c (__casinh): Set signs of result from argument.
45126         * math/s_casinhf.c (__casinhf): Likewise.
45127         * math/s_casinhl.c (__casinhl): Likewise.
45128         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
45129         (casinh_test): Add more tests.
45130         * sysdeps/i386/fpu/libm-test-ulps: Update.
45131         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45133 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
45135         * po/zh_TW.po: Update from translation team.
45137         * login/Makefile (distribute): Remove variable.
45138         * catgets/Makefile: Likewise.
45139         * mach/Makefile: Likewise.
45140         * malloc/Makefile: Likewise.
45141         * misc/Makefile: Likewise.
45142         * iconv/Makefile: Likewise.
45143         * nscd/Makefile: Likewise.
45144         * hurd/Makefile: Likewise.
45145         * manual/Makefile: Likewise.
45146         * locale/Makefile: Likewise.
45147         * intl/Makefile: Likewise.
45148         * conform/Makefile: Likewise.
45149         * nss/Makefile: Likewise.
45150         * time/Makefile: Likewise.
45151         * soft-fp/Makefile: Likewise.
45152         * dirent/Makefile: Likewise.
45153         * gmon/Makefile: Likewise.
45154         * po/Makefile: Likewise.
45155         * rt/Makefile: Likewise.
45156         * socket/Makefile: Likewise.
45157         * math/Makefile: Likewise.
45158         * signal/Makefile: Likewise.
45159         * debug/Makefile: Likewise.
45160         * elf/Makefile: Likewise.
45161         * timezone/Makefile: Likewise.
45162         * stdlib/Makefile: Likewise.
45163         * iconvdata/Makefile: Likewise.
45164         * sunrpc/Makefile: Likewise.
45165         * io/Makefile: Likewise.
45166         * argp/Makefile: Likewise.
45167         * inet/Makefile: Likewise.
45168         * hesiod/Makefile: Likewise.
45169         * grp/Makefile: Likewise.
45170         * csu/Makefile: Likewise.
45171         * wctype/Makefile: Likewise.
45172         * crypt/Makefile: Likewise.
45173         * libio/Makefile: Likewise.
45174         * string/Makefile: Likewise.
45175         * nis/Makefile: Likewise.
45176         * resolv/Makefile: Likewise.
45177         * stdio-common/Makefile: Likewise.
45178         * wcsmbs/Makefile: Likewise.
45179         * dlfcn/Makefile: Likewise.
45180         * posix/Makefile: Likewise.
45182         [BZ #6959]
45183         * timezone/Makefile: Don't install timezone files, just the programs
45184         and scripts.
45186 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
45188         * nss/databases.def: Add missing gshadow entry.
45190         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
45192 2012-03-06  Marek Polacek  <polacek@redhat.com>
45194         [BZ #13726]
45195         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
45196         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
45197         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
45198         * stdio-common/tst-long-dbl-fphex.c: New file.
45200 2012-03-06  David S. Miller  <davem@davemloft.net>
45202         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
45203         (set_obp_int): New function.
45204         (get_obp_int): New function.
45205         (__get_clockfreq_via_dev_openprom): Likewise.
45206         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
45207         Avoid unused variable warnings on 'val' and use builtin_expect.
45208         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
45209         __builtin_expect.
45210         (INLINE_CLONE_SYSCALL): Likewise.
45212 2012-03-05  David S. Miller  <davem@davemloft.net>
45214         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45216 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
45218         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45220         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
45221         only for |x| >= 40.
45222         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
45224 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
45226         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
45227         Replace gettimeofday with __vdso_gettimeofday.
45229         * sysdeps/unix/sysv/linux/x86_64/init-first.c
45230         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
45231         __vdso_clock_gettime and __vdso_getcpu.
45233         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
45234         time with __vdso_time.
45236 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
45238         * manual/lang.texi (size_t): Note types to which size_t may be
45239         equivalent with the GNU C Library, but do not describe when
45240         differences between them are significant.
45242 2012-03-05  Andreas Jaeger  <aj@suse.de>
45244         * sysdeps/i386/fpu/libm-test-ulps: Update.
45246 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
45248         [BZ #3976]
45249         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
45250         (__ieee754_pow): Save and restore rounding mode and use
45251         round-to-nearest for main computations.
45252         * math/libm-test.inc (pow_test_tonearest): New function.
45253         (pow_test_towardzero): Likewise.
45254         (pow_test_downward): Likewise.
45255         (pow_test_upward): Likewise.
45256         (main): Call the new functions.
45257         * sysdeps/i386/fpu/libm-test-ulps: Update.
45258         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45260         [BZ #3976]
45261         * math/libm-test.inc (cosh_test_tonearest): New function.
45262         (cosh_test_towardzero): Likewise.
45263         (cosh_test_downward): Likewise.
45264         (cosh_test_upward): Likewise.
45265         (sinh_test_tonearest): Likewise.
45266         (sinh_test_towardzero): Likewise.
45267         (sinh_test_downward): Likewise.
45268         (sinh_test_upward): Likewise.
45269         (main): Call the new functions.
45270         * sysdeps/i386/fpu/libm-test-ulps: Update.
45271         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45273 2012-03-05  Tom de Vries  <tom@codesourcery.com>
45275         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
45276         default stack guard is set in last bytes.
45277         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
45279 2012-03-05  Kees Cook  <keescook@chromium.org>
45281         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
45283         [BZ #13656]
45284         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
45285         possibly allocate from heap instead of stack.
45286         * stdio-common/bug-vfprintf-nargs.c: New file.
45287         * stdio-common/Makefile (tests): Add nargs overflow test.
45289 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
45291         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45293 2012-03-03  Marek Polacek  <polacek@redhat.com>
45295         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
45296         * math/math_private.h: Likewise.
45297         * stdlib/tst-strtod.c: Likewise.
45298         * sysdeps/i386/i486/bits/atomic.h: Likewise.
45299         * sysdeps/x86_64/bits/atomic.h: Likewise.
45301 2012-03-02  David S. Miller  <davem@davemloft.net>
45303         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
45304         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
45305         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
45306         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
45307         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
45308         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
45309         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
45310         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
45312 2012-03-02  Roland McGrath  <roland@hack.frob.com>
45314         [BZ #13792]
45315         * manual/examples/README: New file, says the example source files
45316         can be used under GPL>=2.
45317         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
45318         line containing just "*/".
45319         * manual/examples/add.c: Add copyright header (GPL>=2).
45320         * manual/examples/argp-ex1.c: Likewise.
45321         * manual/examples/argp-ex2.c: Likewise.
45322         * manual/examples/argp-ex3.c: Likewise.
45323         * manual/examples/argp-ex4.c: Likewise.
45324         * manual/examples/atexit.c: Likewise.
45325         * manual/examples/db.c: Likewise.
45326         * manual/examples/dir.c: Likewise.
45327         * manual/examples/dir2.c: Likewise.
45328         * manual/examples/execinfo.c: Likewise.
45329         * manual/examples/filecli.c: Likewise.
45330         * manual/examples/filesrv.c: Likewise.
45331         * manual/examples/fmtmsgexpl.c: Likewise.
45332         * manual/examples/genpass.c: Likewise.
45333         * manual/examples/inetcli.c: Likewise.
45334         * manual/examples/inetsrv.c: Likewise.
45335         * manual/examples/isockad.c: Likewise.
45336         * manual/examples/longopt.c: Likewise.
45337         * manual/examples/memopen.c: Likewise.
45338         * manual/examples/memstrm.c: Likewise.
45339         * manual/examples/mkfsock.c: Likewise.
45340         * manual/examples/mkisock.c: Likewise.
45341         * manual/examples/mygetpass.c: Likewise.
45342         * manual/examples/pipe.c: Likewise.
45343         * manual/examples/popen.c: Likewise.
45344         * manual/examples/rprintf.c: Likewise.
45345         * manual/examples/search.c: Likewise.
45346         * manual/examples/select.c: Likewise.
45347         * manual/examples/setjmp.c: Likewise.
45348         * manual/examples/sigh1.c: Likewise.
45349         * manual/examples/sigusr.c: Likewise.
45350         * manual/examples/stpcpy.c: Likewise.
45351         * manual/examples/strdupa.c: Likewise.
45352         * manual/examples/strftim.c: Likewise.
45353         * manual/examples/strncat.c: Likewise.
45354         * manual/examples/subopt.c: Likewise.
45355         * manual/examples/swapcontext.c: Likewise.
45356         * manual/examples/termios.c: Likewise.
45357         * manual/examples/testopt.c: Likewise.
45358         * manual/examples/testpass.c: Likewise.
45359         * manual/examples/timeval_subtract.c: Likewise.
45361         [BZ #13792]
45362         * manual/time.texi (Elapsed Time): Move timeval_subtract example
45363         function to ...
45364         * manual/timeval_subtract.c.texi: ... here, new file.
45366 2012-03-02  David S. Miller  <davem@davemloft.net>
45368         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
45370 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
45372         [BZ #3976]
45373         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
45374         (__sin): Save and restore rounding mode and use round-to-nearest
45375         for all computations.
45376         (__cos): Save and restore rounding mode and use round-to-nearest
45377         for all computations.
45378         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
45379         <fenv.h>.
45380         (tan): Save and restore rounding mode and use round-to-nearest for
45381         all computations.
45382         * math/libm-test.inc (cos_test_tonearest): New function.
45383         (cos_test_towardzero): Likewise.
45384         (cos_test_downward): Likewise.
45385         (cos_test_upward): Likewise.
45386         (sin_test_tonearest): Likewise.
45387         (sin_test_towardzero): Likewise.
45388         (sin_test_downward): Likewise.
45389         (sin_test_upward): Likewise.
45390         (tan_test_tonearest): Likewise.
45391         (tan_test_towardzero): Likewise.
45392         (tan_test_downward): Likewise.
45393         (tan_test_upward): Likewise.
45394         (main): Call the new functions.
45395         * sysdeps/i386/fpu/libm-test-ulps: Update.
45396         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45398         [BZ #10135]
45399         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
45400         small n, then large n, before computing and testing k+n.
45401         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
45402         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
45403         Likewise.
45404         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
45405         Likewise.
45406         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
45407         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
45408         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
45409         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
45410         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
45411         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
45412         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
45413         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
45414         * math/libm-test.inc (scalbn_test): Add more tests.
45415         (scalbln_test): Likewise.
45417         * manual/filesys.texi (mode_t): Describe constraints on size and
45418         signedness, not exact equivalence to a particular type.
45419         (ino_t): Likewise.
45420         (ino64_t): Likewise.
45421         (dev_t): Likewise.
45422         (nlink_t): Likewise.
45423         (blkcnt_t): Likewise.
45424         (blkcnt64_t): Likewise.
45425         * manual/llio.texi (off_t): Likewise.
45427         [BZ #3976]
45428         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
45429         (__ieee754_exp): Save and restore rounding mode and use
45430         round-to-nearest for all computations.
45431         * math/libm-test.inc (exp_test_tonearest): New function.
45432         (exp_test_towardzero): Likewise.
45433         (exp_test_downward): Likewise.
45434         (exp_test_upward): Likewise.
45435         (main): Call the new functions.
45436         * sysdeps/i386/fpu/libm-test-ulps: Update.
45437         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45439 2012-03-01  Chris Demetriou  <cgd@google.com>
45441         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
45442         have predictable order.
45444 2012-03-01  David S. Miller  <davem@davemloft.net>
45446         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
45448         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
45449         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
45450         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
45451         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
45453         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
45454         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
45455         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
45456         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
45457         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
45458         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
45459         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
45460         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
45461         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
45463         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45465         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
45466         * sysdeps/sparc/fpu/libm-test-ulps: to here.
45467         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
45469         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
45470         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
45471         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
45472         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
45473         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
45474         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
45475         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
45476         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
45477         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
45478         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
45479         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
45480         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45481         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
45482         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
45483         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
45484         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45485         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
45486         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
45487         * sysdeps/sparc/elf/configure: Regenerated.
45489 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
45491         * configure.in (AS, LD): Require binutils 2.20 or later.
45492         * configure: Regenerated.
45493         * manual/install.texi (Tools for Compilation): Give binutils 2.20
45494         as required minimum version.
45495         * INSTALL: Regenerated.
45497         [BZ #2541]
45498         [BZ #4108]
45499         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
45500         before squaring exponent.
45501         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
45502         bottom long double and 27 bits of top long double before squaring
45503         exponent.
45504         * math/libm-test.inc (erfc_test): Add more tests.
45505         * sysdeps/i386/fpu/libm-test-ulps: Update.
45506         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
45507         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45509 2012-03-01  Kai Tietz  <ktietz@redhat.com>
45511         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
45512         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
45513         containing bit-fields.
45514         * soft-fp/extended.h (_FP_UNION_E): Likewise.
45515         * soft-fp/single.h (_FP_UNION_S): Likewise.
45516         * soft-fp/double.h (_FP_UNION_D): Likewise.
45518 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45520         [BZ #13786]
45521         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
45522         not include ../strcmp.S.
45523         [USE_AS_STRNCASECMP_L]: Likewise.
45524         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
45525         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
45526         * sysdeps/i386/i686/multiarch/strncase_l-c.c
45527         (__strncasecmp_l_ia32): Define as alias to
45528         __strncasecmp_l_nonascii.
45530         [BZ #5794]
45531         * math/libm-test.inc (expm1_test): Add test for bug 5794.
45532         * sysdeps/i386/fpu/libm-test-ulps: Update.
45533         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45535         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
45536         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45538 2012-02-29  Jeff Law  <law@redhat.com>
45540         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
45541         out of bounds read.
45543 2012-02-29  Marek Polacek  <polacek@redhat.com>
45545         [BZ #13706]
45546         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
45547         * elf/Makefile: Add rules to run tst-unused-dep.out.
45549 2012-02-28  David S. Miller  <davem@davemloft.net>
45551         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
45552         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
45553         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
45554         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
45555         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
45556         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
45558 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45560         * math/libm-test.inc (llround_test): Move one test from
45561         lround_test.  Use TEST_f_L in moved test.
45562         (lround_test): Move misplaced test to llround_test.  Add testcase
45563         from bug 2561.
45565 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
45567         * sysdeps/x86_64/fpu/e_expf.S: New file.
45568         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
45570 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
45572         [BZ #13637]
45573         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
45574         of remain_len that may cause incomplete multi-byte character and
45575         false match.
45576         * posix/bug-regex33.c: New file.
45577         * posix/Makefile (tests): Add bug-regex33.
45579 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
45581         * manual/macros.texi: New file.
45582         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
45583         * manual/libc.texinfo: Include macros.texi.
45584         * manual/creatute.texi: Likewise.
45585         * manual/install.texi: Likewise.
45586         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
45587         @glibcadj{} in references to the GNU C Library.
45588         * manual/charset.texi: Likewise.
45589         * manual/conf.texi: Likewise.
45590         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
45591         when not using those macros.
45592         * manual/creature.texi: Likewise.
45593         * manual/crypt.texi: Likewise.
45594         * manual/errno.texi: Likewise.
45595         * manual/filesys.texi: Likewise.
45596         * manual/header.texi: Likewise.
45597         * manual/install.texi: Likewise.
45598         * manual/intro.texi: Likewise.
45599         * manual/io.texi: Likewise.
45600         * manual/job.texi: Likewise.
45601         * manual/lang.texi: Likewise.
45602         * manual/libc.texiinfo: Likewise.
45603         * manual/llio.texi: Likewise.
45604         * manual/locale.texi: Likewise.
45605         * manual/maint.texi: Likewise.
45606         * manual/math.texi: Likewise.
45607         * manual/memory.texi: Likewise.
45608         * manual/message.texi: Likewise.
45609         * manual/nss.texi: Likewise.
45610         * manual/pattern.texi: Likewise.
45611         * manual/process.texi: Likewise.
45612         * manual/resource.texi: Likewise.
45613         * manual/search.texi: Likewise.
45614         * manual/setjmp.texi: Likewise.
45615         * manual/signal.texi: Likewise.
45616         * manual/socket.texi: Likewise.
45617         * manual/startup.texi: Likewise.
45618         * manual/stdio.texi: Likewise.
45619         * manual/string.texi: Likewise.
45620         * manual/sysinfo.texi: Likewise.
45621         * manual/syslog.texi: Likewise.
45622         * manual/terminal.texi: Likewise.
45623         * manual/time.texi: Likewise.
45624         * manual/users.texi: Likewise.
45625         * INSTALL: Regenerated.
45626         * NOTES: Regenerated.
45627         * sysdeps/gnu/errlist.c: Regenerated.
45629 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
45631         * include/dirent.h: Include <dirstream.h> before
45632         <dirent/dirent.h>.
45634 2012-02-28  David S. Miller  <davem@davemloft.net>
45636         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
45637         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
45638         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
45639         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
45641 2012-02-27  David S. Miller  <davem@davemloft.net>
45643         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
45644         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
45645         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
45646         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
45648         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
45649         frame pointer instead of stack pointer relative arg slot.
45650         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45651         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45652         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45654 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
45656         [BZ #3992]
45657         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
45659 2012-02-27  David S. Miller  <davem@davemloft.net>
45661         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
45662         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45663         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
45664         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
45665         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45666         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45667         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
45668         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
45670 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45672         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
45673         later.  Allow versions 5-9.
45674         * configure: Regenerated.
45675         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
45676         required minimum version and 4.6 as recommended version.  Do not
45677         mention bugs in GCC 2.7 and 2.8.
45678         * INSTALL: Regenerated.
45680 2012-02-27  David S. Miller  <davem@davemloft.net>
45682         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
45683         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
45684         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
45685         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
45686         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
45687         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
45688         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
45689         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
45691         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
45692         manipulate bits before adding and subtracting TWO112[sx].
45693         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
45695 2012-02-27  Roland McGrath  <roland@hack.frob.com>
45697         [BZ #13775]
45698         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
45699         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
45700         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
45701         being in POSIX, because they are in 1003.1-2008.
45703         * rt/tst-aio.c: Include <fcntl.h>.
45704         * rt/tst-aio7.c: Likewise.
45705         * rt/tst-aio64.c: Likewise.
45707         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
45709 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45711         * manual/install.texi (--with-headers): Describe headers as
45712         interface headers, not private headers.
45713         (Specific advice for GNU/Linux systems): Describe use of headers
45714         from "make headers_install", not private headers from older
45715         kernels.
45716         * INSTALL: Regenerated.
45717         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
45718         Change to 2.6.19.
45719         * sysdeps/unix/sysv/linux/configure: Regenerated.
45721         * manual/llio.texi (fclean): Remove documentation.
45723         * manual/Makefile (libc-texi-generated): New variable.  Include
45724         version.texi.
45725         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
45726         $(libc-texi-generated), not duplicated list of files.
45727         (version.texi, stamp-version): New rules.
45728         (realclean): Remove $(libc-texi-generated), not individual files
45729         from that list.  Do not remove dir-add.texinfo.
45730         * manual/libc.texinfo: Comment out uses of edition numbers and
45731         references to printed manual.  Remove last-updated dates.
45732         (EDITION): Comment out.
45733         (ISBN): Likewise.
45734         (VERSION, UPDATED): Remove.
45735         (version.texi): Include.
45737 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
45739         * sysdeps/posix/spawni.c: Include <signal.h>.
45740         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
45741         * sysdeps/pthread/aio_fsync.c: Likewise.
45743 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
45745         * conform/Makefile (tests): Run only when not cross-compiling and
45746         when fast-check is not defined.
45748         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
45749         * conform/data/limits.h-data: Fixes for POSIX2008.
45750         * conform/run-conformtest.sh: Run all tests.
45751         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
45752         headers.
45753         * include/bits/dlfcn.h: Likewise.
45754         * include/langinfo.h: Likewise.
45755         * include/monetary.h: Likewise.
45756         * include/sys/poll.h: Likewise.
45758         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
45759         for __USE_GNU.
45760         * posix/spawn.h: Define __need_sigset_t.
45761         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
45762         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
45763         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
45764         to get sigevent_t only.
45765         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
45766         only for __USE_GNU.
45767         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
45768         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
45769         process_vm_writev only for __USE_GNU.
45770         * termios/termios.h: Declare tcgetsid also for POSIX2008.
45772         * conform/Makefile: For now ignore errors from run-conformtest.
45773         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
45774         POSIX to avoid namespace pollution.  Don't prepend headers.
45775         * conform/data/aio.h-data: Fixes for POSIX testing.
45776         * conform/data/fcntl.h-data: Likewise.
45777         * conform/data/glob.h-data: Likewise.
45778         * conform/data/grp.h-data: Likewise.
45779         * conform/data/pthread.h-data: Likewise.
45780         * conform/data/pwd.h-data: Likewise.
45781         * conform/data/signal.h-data: Likewise.
45782         * conform/data/spawn.h-data: Likewise.
45783         * conform/data/stdio.h-data: Likewise.
45784         * conform/data/stdlib.h-data: Likewise.
45785         * conform/data/stropts.h-data: Likewise.
45786         * conform/data/sys/mman.h-data: Likewise.
45787         * conform/data/sys/stat.h-data: Likewise.
45788         * conform/data/sys/types.h-data: Likewise.
45789         * conform/data/sys/wait.h-data: Likewise.
45790         * conform/data/time.h-data: Likewise.
45791         * conform/data/unistd.h-data: Likewise.
45792         * conform/data/utime.h-data: Likewise.
45794         * io/sys/stat.h: fchmod was always in POSIX.
45795         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
45796         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
45797         * rt/aio.h: Define __need_timespec before including <time.h>.
45798         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
45799         struct.  Add forward declaration of pthread_attr_t and use it in
45800         sigevent.
45801         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
45802         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
45803         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
45804         always remove CLK_TCK definition.
45806 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
45808         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
45810 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
45812         * conform/run-conformtest.sh: New file.
45813         * conform/Makefile: Run run-conformtest for tests.
45814         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
45815         support.
45817         * conform/data/uchar.h-data: New file.
45818         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
45819         * conform/data/arpa/inet.h-data: Likewise.
45820         * conform/data/assert.h-data: Likewise.
45821         * conform/data/complex.h-data: Likewise.
45822         * conform/data/cpio.h-data: Likewise.
45823         * conform/data/ctype.h-data: Likewise.
45824         * conform/data/dirent.h-data: Likewise.
45825         * conform/data/dlfcn.h-data: Likewise.
45826         * conform/data/errno.h-data: Likewise.
45827         * conform/data/fcntl.h-data: Likewise.
45828         * conform/data/float.h-data: Likewise.
45829         * conform/data/fmtmsg.h-data: Likewise.
45830         * conform/data/fnmatch.h-data: Likewise.
45831         * conform/data/ftw.h-data: Likewise.
45832         * conform/data/glob.h-data: Likewise.
45833         * conform/data/grp.h-data: Likewise.
45834         * conform/data/iconv.h-data: Likewise.
45835         * conform/data/inttypes.h-data: Likewise.
45836         * conform/data/langinfo.h-data: Likewise.
45837         * conform/data/libgen.h-data: Likewise.
45838         * conform/data/limits.h-data: Likewise.
45839         * conform/data/locale.h-data: Likewise.
45840         * conform/data/math.h-data: Likewise.
45841         * conform/data/monetary.h-data: Likewise.
45842         * conform/data/mqueue.h-data: Likewise.
45843         * conform/data/ndbm.h-data: Likewise.
45844         * conform/data/net/if.h-data: Likewise.
45845         * conform/data/netdb.h-data: Likewise.
45846         * conform/data/netinet/in.h-data: Likewise.
45847         * conform/data/nl_types.h-data: Likewise.
45848         * conform/data/poll.h-data: Likewise.
45849         * conform/data/pthread.h-data: Likewise.
45850         * conform/data/pwd.h-data: Likewise.
45851         * conform/data/regex.h-data: Likewise.
45852         * conform/data/sched.h-data: Likewise.
45853         * conform/data/search.h-data: Likewise.
45854         * conform/data/semaphore.h-data: Likewise.
45855         * conform/data/setjmp.h-data: Likewise.
45856         * conform/data/signal.h-data: Likewise.
45857         * conform/data/spawn.h-data: Likewise.
45858         * conform/data/stdarg.h-data: Likewise.
45859         * conform/data/stdio.h-data: Likewise.
45860         * conform/data/stdlib.h-data: Likewise.
45861         * conform/data/string.h-data: Likewise.
45862         * conform/data/strings.h-data: Likewise.
45863         * conform/data/stropts.h-data: Likewise.
45864         * conform/data/sys/ipc.h-data: Likewise.
45865         * conform/data/sys/mman.h-data: Likewise.
45866         * conform/data/sys/msg.h-data: Likewise.
45867         * conform/data/sys/resource.h-data: Likewise.
45868         * conform/data/sys/select.h-data: Likewise.
45869         * conform/data/sys/sem.h-data: Likewise.
45870         * conform/data/sys/shm.h-data: Likewise.
45871         * conform/data/sys/socket.h-data: Likewise.
45872         * conform/data/sys/stat.h-data: Likewise.
45873         * conform/data/sys/statvfs.h-data: Likewise.
45874         * conform/data/sys/time.h-data: Likewise.
45875         * conform/data/sys/timeb.h-data: Likewise.
45876         * conform/data/sys/times.h-data: Likewise.
45877         * conform/data/sys/types.h-data: Likewise.
45878         * conform/data/sys/uio.h-data: Likewise.
45879         * conform/data/sys/un.h-data: Likewise.
45880         * conform/data/sys/utsname.h-data: Likewise.
45881         * conform/data/sys/wait.h-data: Likewise.
45882         * conform/data/syslog.h-data: Likewise.
45883         * conform/data/tar.h-data: Likewise.
45884         * conform/data/termios.h-data: Likewise.
45885         * conform/data/utime.h-data: Likewise.
45886         * conform/data/utmpx.h-data: Likewise.
45887         * conform/data/varargs.h-data: Likewise.
45888         * conform/data/wchar.h-data: Likewise.
45889         * conform/data/wctype.h-data: Likewise.
45890         * conform/data/wordexp.h-data: Likewise.
45892         * include/stropts.h: New file.
45893         * include/uchar.h: New file.
45894         * include/aio.h: Changes to allow conformtest.pl to use the headers.
45895         * include/assert.h: Likewise.
45896         * include/ctype.h: Likewise.
45897         * include/dirent.h: Likewise.
45898         * include/dlfcn.h: Likewise.
45899         * include/fcntl.h: Likewise.
45900         * include/fnmatch.h: Likewise.
45901         * include/glob.h: Likewise.
45902         * include/grp.h: Likewise.
45903         * include/libio.h: Likewise.
45904         * include/locale.h: Likewise.
45905         * include/math.h: Likewise.
45906         * include/net/if.h: Likewise.
45907         * include/netdb.h: Likewise.
45908         * include/netinet/in.h: Likewise.
45909         * include/pthread.h: Likewise.
45910         * include/pwd.h: Likewise.
45911         * include/regex.h: Likewise.
45912         * include/sched.h: Likewise.
45913         * include/search.h: Likewise.
45914         * include/setjmp.h: Likewise.
45915         * include/signal.h: Likewise.
45916         * include/stdio.h: Likewise.
45917         * include/stdlib.h: Likewise.
45918         * include/string.h: Likewise.
45919         * include/sys/cdefs.h: Likewise.
45920         * include/sys/mman.h: Likewise.
45921         * include/sys/msg.h: Likewise.
45922         * include/sys/resource.h: Likewise.
45923         * include/sys/select.h: Likewise.
45924         * include/sys/socket.h: Likewise.
45925         * include/sys/stat.h: Likewise.
45926         * include/sys/statvfs.h: Likewise.
45927         * include/sys/time.h: Likewise.
45928         * include/sys/times.h: Likewise.
45929         * include/sys/uio.h: Likewise.
45930         * include/sys/utsname.h: Likewise.
45931         * include/sys/wait.h: Likewise.
45932         * include/termios.h: Likewise.
45933         * include/time.h: Likewise.
45934         * include/ulimit.h: Likewise.
45935         * include/unistd.h: Likewise.
45936         * include/utime.h: Likewise.
45937         * include/wchar.h: Likewise.
45938         * include/wctype.h: Likewise.
45939         * include/wordexp.h: Likewise.
45941         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
45943         * time/time.h: TIME_UTC must be a macro.
45944         Make timespec_get available for ISO C11 only as well.
45946 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
45948         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
45949         Reported by Peng Haitao <penght@cn.fujitsu.com>.
45951 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45953         * configure.in: Use -o not -a in test for unsupported multi-arch.
45955 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45957         * manual/texinfo.tex: Update to version 2012-01-19.16.
45959 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45961         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
45963 2012-02-24  Roland McGrath  <roland@hack.frob.com>
45965         [BZ #13738]
45966         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
45967         * manual/fdl-1.3.texi: New file.
45968         * manual/fdl-1.1.texi: File removed.
45970         [BZ #13738]
45971         * manual/libc.texinfo (FDL_VERSION): New @set.
45972         Use it for mention of FDL in cover text.
45973         (Documentation License): Use it in @include file name.
45975 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45976             Roland McGrath  <roland@hack.frob.com>
45978         [BZ #5461]
45979         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
45980         (not LONG_LONG_MAX and LONG_LONG_MIN.
45981         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
45982         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
45983         name.
45984         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
45986 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45988         [BZ #2547]
45989         [BZ #11365]
45990         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
45991         manipulate bits before adding and subtracting TWO23[sx].
45992         * math/libm-test.inc (nearbyint_test): Add more tests.
45994 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45996         [BZ #2548]
45997         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
45998         bits before adding and subtracting TWO23[sx].
45999         * math/libm-test.inc (rint_test): Add more tests.
46000         (rint_test_tonearest): Likewise.
46001         (rint_test_towardzero): Likewise.
46002         (rint_test_downward): Likewise.
46003         (rint_test_upward: Likewise.
46005 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46007         [BZ #10110]
46008         * include/stdc-predef.h: New file.  Extracted from features.h.
46009         * include/features.h: Include stdc-predef.h.
46010         * Makefile (headers): Add stdc-predef.h.
46011         * CONFORMANCE (Compiler limitations): Update.
46013 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46015         * manual/libc.texinfo (VERSION, UPDATED): Revert.
46017 2012-02-21  David S. Miller  <davem@davemloft.net>
46019         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
46020         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
46022 2012-02-20  David S. Miller  <davem@davemloft.net>
46024         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
46025         using a normal save/restore sequence, rather than allocating a
46026         dummy stack frame just to store a frame pointer and restore.
46027         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
46029 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46031         * manual/install.texi: Fix stray word in line-wrapped comment.
46033 2012-02-20  David S. Miller  <davem@davemloft.net>
46035         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
46036         both binutils and gcc support GOTDATA.
46038         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
46039         "rd %pc" in the PIC register setup sequences.
46041         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
46042         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
46043         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
46044         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
46045         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
46046         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
46047         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
46048         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
46049         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
46050         (SYSCALL_ERROR_HANDLER): Likewise.
46051         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
46052         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
46053         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
46054         (SYSCALL_ERROR_HANDLER): Likewise.
46056         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
46057         (HAVE_GCC_GOTDATA): New.
46058         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
46059         relocation support in both binutils and gcc.
46060         * sysdeps/sparc/elf/configure: Regenerate.
46062         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
46063         * sysdeps/sparc/sparc32/elf/configure: Delete.
46064         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
46065         * sysdeps/sparc/sparc64/elf/configure: Delete.
46066         * sysdeps/sparc/elf/configure.in: New file.
46067         * sysdeps/sparc/elf/configure: Generate.
46069         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
46070         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
46071         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
46072         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
46073         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
46075 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46077         * manual/install.texi: Do not mention specific glibc version
46078         numbers.
46079         * manual/libc.texinfo (VERSION, UPDATED): Update.
46080         (@copying): Use @copyright{} and range of years.
46082 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46084         [BZ #13695]
46085         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
46086         [crti.S not in sysdirs] (generated): Do not append.
46087         [crti.S not in sysdirs] (omit-deps): Likewise.
46088         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
46089         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
46090         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
46091         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
46092         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
46093         Likewise.
46094         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
46095         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
46096         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
46097         * csu/defs.awk: Remove file.
46098         * sysdeps/generic/initfini.c: Likewise.
46099         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
46100         variable.
46101         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
46102         Likewise.
46104 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46106         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
46107         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
46108         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
46109         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
46110         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
46111         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
46112         <bits/epoll.h>.
46113         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
46114         (__EPOLL_PACKED): Define to empty if not defined by
46115         <bits/epoll.h>.
46116         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
46117         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46118         bits/epoll.h.
46120 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46122         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
46123         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
46124         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
46125         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
46126         <bits/timerfd.h>.
46127         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
46128         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46129         bits/timerfd.h.
46131 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46133         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
46134         in C locale.
46135         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
46136         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
46137         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
46138         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46140 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
46142         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46143         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
46145 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
46147         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
46148         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
46149         defined.
46150         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
46151         Likewise.
46152         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
46153         entry for 2.16.
46155 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
46157         * math/w_acos.c: Use non-signaling floating-point comparisons.
46158         * math/w_acosf.c: Likewise.
46159         * math/w_acosh.c: Likewise.
46160         * math/w_acoshf.c: Likewise.
46161         * math/w_acoshl.c: Likewise.
46162         * math/w_acosl.c: Likewise.
46163         * math/w_asin.c: Likewise.
46164         * math/w_asinf.c: Likewise.
46165         * math/w_asinl.c: Likewise.
46166         * math/w_atanh.c: Likewise.
46167         * math/w_atanhf.c: Likewise.
46168         * math/w_atanhl.c: Likewise.
46169         * math/w_exp2.c: Likewise.
46170         * math/w_exp2f.c: Likewise.
46171         * math/w_exp2l.c: Likewise.
46172         * math/w_j0.c: Likewise.
46173         * math/w_j0f.c: Likewise.
46174         * math/w_j0l.c: Likewise.
46175         * math/w_j1.c: Likewise.
46176         * math/w_j1f.c: Likewise.
46177         * math/w_j1l.c: Likewise.
46178         * math/w_jn.c: Likewise.
46179         * math/w_jnf.c: Likewise.
46180         * math/w_log.c: Likewise.
46181         * math/w_log10.c: Likewise.
46182         * math/w_log10f.c: Likewise.
46183         * math/w_log10l.c: Likewise.
46184         * math/w_log2.c: Likewise.
46185         * math/w_log2f.c: Likewise.
46186         * math/w_log2l.c: Likewise.
46187         * math/w_logf.c: Likewise.
46188         * math/w_logl.c: Likewise.
46189         * math/w_sqrt.c: Likewise.
46190         * math/w_sqrtf.c: Likewise.
46191         * math/w_sqrtl.c: Likewise.
46192         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
46193         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
46194         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
46195         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
46196         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
46198 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46200         [BZ #9739]
46201         * manual/string.texi (strnlen): Use correct parameter name in
46202         equivalent expression.
46204 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46206         [BZ #11174]
46207         * manual/users.texi (seteuid): Consistently use neweuid for
46208         argument name.
46210 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46212         [BZ #13704]
46213         * manual/nss.texi (Services in the NSS configuration): Correct
46214         list of services in example configuration file.
46216 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
46218         [BZ #11322]
46219         * manual/arith.texi: Remove statements about negative zero
46220         behaving identically to zero.
46222 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
46224         [BZ #5993]
46225         * manual/install.texi: Do not document upgrading from libc5.
46227 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
46229         [BZ #4596]
46230         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
46232 2012-02-18  David S. Miller  <davem@davemloft.net>
46234         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
46235         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
46236         %o7 across the call.
46237         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
46238         instead.
46239         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
46240         SETUP_PIC_REG_LEAF.
46241         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46242         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
46243         * sysdeps/sparc/crtn.S: Likewise.
46245 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
46247         * aout/Makefile: Remove.
46249 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
46251         [BZ #13058]
46252         * manual/examples/argp-ex1.c (main): Format definition in GNU
46253         style.
46254         * manual/examples/argp-ex2.c (main): Likewise.
46255         * manual/examples/argp-ex3.c (main): Likewise.
46256         * manual/examples/argp-ex4.c (main): Likewise.
46257         * manual/examples/longopt.c (main): Use new-style prototype
46258         definition.
46259         * manual/examples/strncat.c (main): Specify return type and use
46260         (void) for arguments.
46261         * manual/examples/subopt.c (main): Use char **argv argument.
46263 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46265         [BZ #5077]
46266         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
46267         rounding modes.
46269 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
46271         [BZ #6907]
46272         * manual/string.texi (strchr): Change when strchrnul is
46273         recommended.
46275 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
46277         [BZ #174]
46278         * manual/locale.texi (setlocale): Document LOCPATH.
46280 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46282         [BZ #10210]
46283         * manual/process.texi (execle): Move @dots{} before last argument.
46285 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
46287         [BZ #12047]
46288         * manual/charset.texi (Generic Charset Conversion): Fix typo
46289         (LC_TYPE -> LC_CTYPE).
46291 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
46293         [BZ #5805]
46294         * manual/arith.texi (scalbn): Use @var{} on parameter names.
46295         (scalbnf): Likewise.
46296         (scalbnl): Likewise.
46297         (scalbln): Likewise.
46298         (scalblnf): Likewise.
46299         (scalblnl): Likewise.
46300         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
46301         (vwarnx): Likewise.
46302         (verr): Likewise.
46303         (verrx): Likewise.
46304         * manual/filesys.texi (telldir): Use braces around return type.
46305         * manual/llio.texi (mmap): Add space after comma.
46306         (mmap64): Likewise.
46307         * manual/math.texi (jn): Use @var{} on parameter names.
46308         (jnf): Likewise.
46309         (jnl): Likewise.
46310         (yn): Likewise.
46311         (ynf): Likewise.
46312         (ynl): Likewise.
46313         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
46314         line.
46315         * manual/resource.texi (ulimit): Use @dots{} instead of literal
46316         "...".
46317         (sched_get_priority_min): Remove semicolon on @deftypefun line.
46318         (sched_get_priority_max): Likewise.
46319         * manual/signal.texi (sigvec): Add space after comma.
46320         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
46321         names.
46322         (if_indextoname): Likewise.
46323         (if_freenameindex): Likewise.
46324         (sendto): Use ',' instead of '.' in prototype.
46325         * manual/startup.texi (syscall): Use @dots{} instead of literal
46326         "...".
46327         * manual/stdio.texi (__fpending): Separate initial words of
46328         paragraph from @deftypefun line.
46329         * manual/syslog.texi (syslog): Use @dots{} instead of literal
46330         "...".
46331         (vsyslog): Use @var{} on parameter names.
46332         * manual/terminal.texi (stty): Use @var{} on parameter names.
46333         * manual/users.texi (getutmp): Use @var{} on parameter names.
46334         (getutmpx): Likewise.
46336 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46338         [BZ #6884]
46339         * manual/stdio.texi (fopen): Fix typos in description of
46340         ",ccs=STRING".
46342 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
46344         [BZ #4026]
46345         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
46346         get clock_id definition.
46348 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
46350         [BZ #4822]
46351         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
46352         (madvise): Cast every argument to void on its own.
46354 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46356         [BZ #9902]
46357         * manual/startup.texi (Exit Status): Fix typo.
46359 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46361         [BZ #10140]
46362         * manual/examples/argp-ex1.c: Include <stdlib.h>.
46363         * manual/examples/argp-ex2.c: Likewise.
46364         * manual/examples/argp-ex3.c: Likewise.
46366 2012-02-16  Richard Henderson  <rth@redhat.com>
46368         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
46369         * sysdeps/s390/s390-32/initfini.c: Remove.
46370         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
46371         * sysdeps/s390/s390-64/initfini.c: Remove.
46373 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
46375         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
46376         compiler output for sysdeps/generic/initfini.c.
46377         * sysdeps/sh/elf/initfini.c: Remove file.
46379 2012-02-16  David S. Miller  <davem@davemloft.net>
46381         [BZ #11494]
46382         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
46384         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
46385         * sysdeps/sparc/crti.S: New file.
46386         * sysdeps/sparc/crtn.S: New file.
46387         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
46388         * sysdeps/sparc/sparc64/Makefile: Likewise.
46390 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
46392         [BZ #3335]
46393         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
46395 2012-02-15  Roland McGrath  <roland@hack.frob.com>
46397         [BZ #4822]
46398         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
46400         * mach/devstream.c (cookie_io_functions_t): Macro removed.
46401         (write, read, close): Likewise.
46402         Patch by Aurelien Jarno <aurelien@aurel32.net>.
46404 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
46406         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
46407         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
46408         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
46409         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
46410         <bits/signalfd.h>.
46411         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
46412         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46413         bits/signalfd.h.
46415 2012-02-14  Marek Polacek  <polacek@redhat.com>
46417         * sysdeps/x86_64/crti.S: New file.
46418         * sysdeps/x86_64/crtn.S: New file.
46419         * sysdeps/x86_64/elf/initfini.c: Remove file.
46421 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
46423         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
46424         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
46425         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
46426         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
46427         <bits/inotify.h>.
46428         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
46429         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46430         bits/inotify.h.
46432 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
46434         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
46435         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
46436         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
46437         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
46438         <bits/eventfd.h>.
46439         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
46440         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46441         bits/eventfd.h.
46443 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
46445         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
46446         __feraiseexcept instead of feraiseexcept.
46448         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
46449         nanosleep invocations.
46450         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
46451         strings, and add error checking for a nanosleep invocations.
46453 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
46455         Replace FSF snail mail address with URLs, as per GNU coding standards.
46456         Most of the snail mail addresses were wrong anyway, and omitting
46457         them makes the source code easier to maintain.  Almost all of the
46458         changes are to license notices and to locale LC_IDENTIFICATION
46459         addresses, except for this one:
46460         * manual/libc.texinfo: In "Published by", give the FSF's URL,
46461         not its snail mail address.
46463 2012-02-09  Richard Henderson  <rth@twiddle.net>
46465         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
46466         of kernel-features.h.
46468         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
46470 2012-02-08  Marek Polacek  <polacek@redhat.com>
46472         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
46473         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
46474         * sysdeps/gnu/_G_config.h: Likewise.
46475         * sysdeps/generic/_G_config.h: Likewise.
46477 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
46479         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
46480         tests.
46481         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46483         * sysdeps/powerpc/powerpc32/crti.S: New file.
46484         * sysdeps/powerpc/powerpc32/crtn.S: New file.
46485         * sysdeps/powerpc/powerpc64/crti.S: New file.
46486         * sysdeps/powerpc/powerpc64/crtn.S: New file.
46488         * Makeconfig (have-initfini): Don't set.
46489         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
46490         * configure.in (nopic_initfini): Don't substitute.
46491         * config.h.in (HAVE_INITFINI): Don't #undef.
46492         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
46493         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
46495 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
46497         Support crti.S and crtn.S provided directly by architectures.
46498         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
46499         [crti.S in sysdirs] (omit-deps): Likewise.
46500         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
46501         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
46502         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
46503         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
46504         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
46505         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
46506         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
46507         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
46508         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
46509         compiler output for sysdeps/generic/initfini.c.
46510         * sysdeps/i386/elf/Makefile: Remove file.
46511         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
46513 2012-02-07  Marek Polacek  <polacek@redhat.com>
46515         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
46516         * sysdeps/gnu/_G_config.h: Likewise.
46517         * sysdeps/mach/hurd/_G_config.h: Likewise.
46519 2012-02-07  Marek Polacek  <polacek@redhat.com>
46521         * math/Makefile (tests): Add tst-CMPLX2.
46522         * math/tst-CMPLX2.c: New file.
46524 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
46526         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46528         * math/libm-test.inc (jn_test): Add missing L suffix.
46530 2012-02-06  Marek Polacek  <polacek@redhat.com>
46532         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
46533         * sysdeps/i386/fpu/e_powf.S: Likewise.
46534         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
46535         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
46536         * sysdeps/i386/fpu/e_acosh.S: Likewise.
46537         * sysdeps/i386/fpu/e_pow.S: Likewise.
46538         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
46539         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
46540         * sysdeps/i386/fpu/s_expm1.S: Likewise.
46541         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
46542         * sysdeps/i386/fpu/e_log2.S: Likewise.
46543         * sysdeps/i386/fpu/e_log2l.S: Likewise.
46544         * sysdeps/i386/fpu/e_scalb.S: Likewise.
46545         * sysdeps/i386/fpu/e_powl.S: Likewise.
46546         * sysdeps/i386/fpu/s_log1p.S: Likewise.
46547         * sysdeps/i386/fpu/e_log10f.S: Likewise.
46548         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
46549         * sysdeps/i386/fpu/e_logl.S: Likewise.
46550         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
46551         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
46552         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
46553         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
46554         * sysdeps/i386/fpu/e_log2f.S: Likewise.
46555         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
46556         * sysdeps/i386/fpu/e_log.S: Likewise.
46557         * sysdeps/i386/fpu/s_cexp.S: Likewise.
46558         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
46559         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
46560         * sysdeps/i386/fpu/e_logf.S: Likewise.
46561         * sysdeps/i386/fpu/e_log10l.S: Likewise.
46562         * sysdeps/i386/fpu/e_atanh.S: Likewise.
46563         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
46564         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
46565         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
46566         * sysdeps/i386/fpu/e_log10.S: Likewise.
46567         * sysdeps/i386/fpu/s_frexp.S: Likewise.
46568         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
46569         * sysdeps/i386/fpu/s_asinh.S: Likewise.
46570         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
46571         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
46572         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
46573         * sysdeps/i386/asm-syntax.h: Likewise.
46574         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
46575         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
46576         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
46577         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
46578         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
46579         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
46580         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
46581         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
46582         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
46583         * sysdeps/powerpc/sysdep.h: Likewise.
46584         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
46585         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
46587 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46589         [BZ #411]
46590         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
46592 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46594         * sysdeps/i386/sysdep.h: Include <features.h>.
46595         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
46596         version.
46598 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
46600         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
46601         Define.
46602         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
46603         LOAD_PIC_REG_STR.
46605 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46607         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
46608         (SETUP_PIC_REG): Use GET_PC_THUNK.
46609         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
46610         macro.
46612 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46614         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
46615         for non-PIC compilation.
46616         (SETUP_PIC_REG): Add .p2align directive.
46617         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
46618         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
46619         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
46620         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
46621         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
46622         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
46623         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
46624         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
46625         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
46626         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
46627         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
46628         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
46629         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
46630         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
46631         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
46632         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
46633         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
46634         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
46635         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
46636         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
46637         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
46638         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
46639         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
46640         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
46641         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
46642         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
46643         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
46644         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
46645         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
46646         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
46647         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
46648         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
46649         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
46650         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
46651         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
46652         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
46653         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
46654         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
46655         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
46656         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
46657         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
46659 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46661         * math/tst-CMPLX.c: Include <stdio.h>.
46663 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
46665         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
46666         float.
46667         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
46668         * sysdeps/sparc/bits/mathdef.h: Likewise.
46670 2012-01-31  Marek Polacek  <polacek@redhat.com>
46672         * libio/libio.h: Don't define _PARAMS.
46673         * locale/programs/config.h: Don't define PARAMS.
46674         * stdlib/strtol_l.c: Likewise.
46675         (__strtol_l): Remove PARAMS from the prototype.
46677 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
46679         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
46680         names.  Just use the correct names.  Remove unnecessary wrapper
46681         functions.
46682         * malloc/arena.c: Likewise.
46683         * malloc/hooks.c: Likewise.
46685         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
46686         ARENA_TEST says not to.  Simplify test for creation of a new arena.
46687         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
46689 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
46691         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
46692         into tail calls.
46693         (update_get_addr): New function.
46694         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
46695         GET_ADDR_MODULE parameter.
46697 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46699         * crypt/cert.c: Remove __STDC__ conditionals.
46700         * crypt/crypt-entry.c: Likewise.
46701         * crypt/crypt_util.c: Likewise.
46702         * libio/filedoalloc.c: Likewise.
46703         * libio/fileops.c: Likewise.
46704         * libio/genops.c: Likewise.
46705         * libio/iofclose.c: Likewise.
46706         * libio/iofdopen.c: Likewise.
46707         * libio/iofopen.c: Likewise.
46708         * libio/iofopen64.c: Likewise.
46709         * libio/iogetdelim.c: Likewise.
46710         * libio/iopopen.c: Likewise.
46711         * libio/obprintf.c: Likewise.
46712         * libio/oldfileops.c: Likewise.
46713         * libio/oldiofclose.c: Likewise.
46714         * libio/oldiofdopen.c: Likewise.
46715         * libio/oldiofopen.c: Likewise.
46716         * libio/oldiopopen.c: Likewise.
46717         * libio/wfiledoalloc.c: Likewise.
46718         * libio/wgenops.c: Likewise.
46719         * locale/programs/xmalloc.c: Likewise.
46720         * misc/syslog.c: Likewise.
46721         * stdio-common/xbug.c: Likewise.
46722         * string/memchr.c: Likewise.
46723         * string/memcmp.c: Likewise.
46724         * string/memrchr.c: Likewise.
46725         * string/rawmemchr.c: Likewise.
46726         * sysdeps/posix/getcwd.c: Likewise.
46727         * time/strftime_l.c: Likewise.
46729 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46731         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
46732         * config.make.in (config-cflags-sse2avx): Define.
46733         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
46734         Fix typo.
46736 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
46738         * scripts/config.guess: Update from upstream config git repository.
46739         * scripts/config.sub: Likewise.
46741 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
46743         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
46744         (EM_NUM): Update.
46745         (R_TILEPRO_*, R_TILEGX_*): New macros.
46747         * scripts/firstversions.awk: Fix bug in version range handling.
46749         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
46751         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
46753         * include/sys/epoll.h: New file.
46754         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
46755         libc_hidden_def.
46757 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
46759         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
46760         Avoid unnecessary __WORDSIZE == 64 test.
46761         (fmaxf): Use VEX format if possible.
46762         (fmax): Likewise.
46763         (fminf): Likewise.
46764         (fmin): Likewise.
46766         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
46767         * math/math_private.h: Remove libc_fegetround* and
46768         libc_fesetround*.
46769         * sysdeps/i386/configure.in: Check for -msse2avx.
46770         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
46771         also if SSE2AVX is defined.
46772         Remove libc_fegetround* and libc_fesetround*.
46773         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
46774         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
46775         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
46776         of HAS_YMM_USABLE.
46777         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
46778         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
46779         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
46780         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
46781         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
46783         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
46785 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46787         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
46788         size is not set.
46789         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
46791 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
46793         [BZ #13618]
46794         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
46795         relocation.
46796         * Makeconfig (libm): Define.
46797         * elf/Makefile: Add rules to build and run tst-relsort1.
46798         * elf/tst-relsort1.c: New file.
46799         * elf/tst-relsort1mod1.c: New file.
46800         * elf/tst-relsort1mod2.c: New file.
46802 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
46804         * math/s_ldexp.c: Remove __STDC__ conditionals.
46805         * math/s_ldexpf.c: Likewise.
46806         * math/s_ldexpl.c: Likewise.
46807         * math/s_nextafter.c: Likewise.
46808         * math/s_nexttowardf.c: Likewise.
46809         * math/s_significand.c: Likewise.
46810         * math/s_significandf.c: Likewise.
46811         * math/s_significandl.c: Likewise.
46812         * math/w_jnl.c: Likewise.
46813         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
46814         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
46815         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
46816         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
46817         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
46818         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
46819         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
46820         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
46821         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
46822         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
46823         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
46824         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
46825         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
46826         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
46827         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
46828         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
46829         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
46830         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
46831         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
46832         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
46833         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
46834         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
46835         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
46836         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
46837         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
46838         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
46839         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
46840         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
46841         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
46842         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
46843         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
46844         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
46845         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
46846         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
46847         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
46848         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
46849         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
46850         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
46851         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
46852         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
46853         * sysdeps/ieee754/k_standard.c: Likewise.
46854         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
46855         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
46856         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
46857         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
46858         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
46859         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
46860         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
46861         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
46862         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
46863         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
46864         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
46865         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
46866         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
46867         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
46868         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
46869         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
46870         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
46871         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
46872         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
46873         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
46874         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
46875         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
46876         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
46877         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
46878         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
46879         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
46880         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
46881         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
46882         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
46883         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
46884         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
46885         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
46886         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
46887         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
46888         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
46889         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
46890         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
46891         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
46892         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
46893         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
46894         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
46895         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
46896         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
46897         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
46898         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
46899         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
46900         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
46901         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
46902         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
46903         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
46904         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
46905         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
46906         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
46907         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
46908         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
46909         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
46910         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
46911         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
46912         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
46913         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
46914         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
46915         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
46916         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
46917         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
46918         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
46919         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
46920         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
46921         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
46922         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
46923         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
46924         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
46925         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
46926         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
46927         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
46928         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
46929         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
46930         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
46931         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
46932         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
46933         * sysdeps/ieee754/s_matherr.c: Likewise.
46934         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
46935         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
46936         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
46937         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
46939 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
46941         * crypt/md5.h: Remove __STDC__ conditionals.
46942         * libio/libioP.h: Likewise.
46943         * locale/programs/config.h: Likewise.
46944         * sysdeps/generic/sysdep.h: Likewise.
46945         * sysdeps/i386/asm-syntax.h: Likewise.
46946         * sysdeps/s390/asm-syntax.h: Likewise.
46947         * sysdeps/unix/sysdep.h: Likewise.
46948         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
46949         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
46951 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
46953         * libio/libio.h: Remove __STDC__ conditionals.
46954         * malloc/obstack.h: Likewise.
46955         * math/complex.h: Likewise.
46956         * math/math.h: Likewise.
46957         * sysdeps/generic/_G_config.h: Likewise.
46958         * sysdeps/gnu/_G_config.h: Likewise.
46959         * sysdeps/mach/hurd/_G_config.h: Likewise.
46960         * sysdeps/powerpc/bits/mathdef.h: Likewise.
46961         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
46962         * sysdeps/sparc/bits/mathdef.h: Likewise.
46964 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
46966         [BZ #13583]
46967         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
46968         Clean up HAS_* macros.
46969         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
46970         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
46971         possible.
46972         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
46973         HAS_AVX.
46974         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
46975         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
46976         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
46977         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
46978         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
46980 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
46982         * elf/tst-unique3.cc (gets): Remove declaration.
46983         * elf/tst-unique3lib.cc (gets): Likewise.
46984         * elf/tst-unique3lib2.cc (gets): Likewise.
46985         * elf/tst-unique4.cc (gets): Likewise.
46987 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
46989         * include/stdio.h: Add C++ protection.  Add gets declarations and
46990         definitions.
46991         * debug/tst-chk1.c: Don't declare gets here.
46992         * stdio-common/tst-gets.c: Likewise.
46994 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
46996         * posix/glob: Remove directory.
46998 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
47000         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
47002 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
47004         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
47005         of the non-standard EPFNOSUPPORT.
47007 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
47009         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
47010         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
47011         ANYWHERE set to 1 only on KERN_NO_SPACE error.
47013 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
47015         * wcsmbs/uchar.h: Test __STDC_VERSION__.
47017 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
47019         * nscd/aicache.c (addhstaiX): Do not cache negative results of
47020         transient errors.
47021         * nscd/grpcache.c (cache_addgr): Likewise.
47022         * nscd/hstcache.c (cache_addhst): Likewise.
47023         * nscd/initgrcache.c (addinitgroupsX): Likewise.
47024         * nscd/pwdcache.c (cache_addpw): Likewise.
47025         * nscd/servicescache.c (cache_addserv): Likewise.
47027 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
47029         * malloc/malloc.c: Various cleanups.
47030         * malloc/hooks.c: Likewise.
47032         * stdlib/Makefile (tests): Add bug-fmtmsg1.
47033         * stdlib/bug-fmtmsg1.c: New file.
47035         * stdlib/fmtmsg.c (init): Add missing unlock.
47036         Patch by Peng Haitao <penght@cn.fujitsu.com>.
47038 2012-01-12  Marek Polacek  <polacek@redhat.com>
47040         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
47041         and _GNU_SOURCE.
47043 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
47045         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
47046         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
47047         macro to ensure uniqueness of label name.
47048         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
47049         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
47051 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
47053         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
47055         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
47056         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
47057         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
47058         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
47060 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
47062         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
47064         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
47065         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
47066         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
47068         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
47070         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
47071         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
47072         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
47073         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
47075         * math/bits/math-finite.h: Add ldexp support.
47077 2012-01-10  Marek Polacek  <polacek@redhat.com>
47079         * locale/programs/localedef.h (show_archive_content): Add noreturn
47080         attribute.
47082 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
47084         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
47086 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47088         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
47090         * io/Makefile (headers): Add bits/poll2.h.
47092 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
47094         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
47095         typo #include statement.
47097 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47099         * include/sys/cdefs.h: Define __attribute_alloc_size.
47100         * catgets/gencat.c: Add alloc_size attribute and apply consistently
47101         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
47102         * elf/pldd.c: Likewise.
47103         * iconv/iconv_charmap.c: Likewise.
47104         * iconv/iconvconfig.c: Likewise.
47105         * iconv/strtab.c: Likewise.
47106         * locale/programs/locale.c: Likewise.
47107         * locale/programs/localedef.h: Likewise.
47108         * locale/programs/simple-hash.c: Likewise.
47109         * nscd/nscd.h: Likewise.
47110         * nss/makedb.c: Likewise.
47111         * sysdeps/generic/ldconfig.h: Likewise.
47112         * locale/programs/localedef.c: Remove xmalloc prototype.
47113         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
47115 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
47117         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
47118         appropriate.
47120 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47122         * math/Makefile (tests): Add tst-CMPLX.
47123         * math/tst-CMPLX.c: New file.
47125         * math/complex.h (CMPLXL): Fix typo.
47127         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
47128         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
47129         GLIBC_2.16.
47130         * debug/tst-chk1.c: Add poll and ppoll tests.
47131         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
47132         * include/sys/poll.h: Add hidden proto for ppoll.
47133         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
47134         * sysdeps/mach/hurd/ppoll.c: Likewise.
47135         * io/ppoll.c: Likewise.
47136         * debug/poll_chk.c: New file.
47137         * debug/ppoll_chk.c: New file.
47138         * include/bits/poll2.h: New file.
47139         * io/bits/poll2.h: New file.
47141         [BZ #1350]
47142         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
47144         * configure.in: static is always set to yes.  Remove.
47145         * config.make.in: Don't set build-static.
47146         * Makeconfig: Remove use of build-static.
47147         * dlfcn/Makefile: Likewise.
47148         * elf/Makefile: Likewise.
47149         * math/Makefile: Likewise.
47150         * misc/Makefile: Likewise.
47151         * nptl/Makefile: Likewise.
47152         * sysdeps/mach/hurd/Makefile: Likewise.
47154         * configure.in: PWD_P is not used anymore.
47155         * config.make.in: Remove PWD_P entry.
47157         * configure.in: Remove last remnants of RANLIB.
47158         No need to check for signed size_t anymore.
47159         Don't set libc_commonpagesize and libc_relro_required here for Alpha
47160         and IA-64.
47161         Remove __builtin_expect test because we require at least gcc 3.4.
47162         * aclocal.m4: Likewise.
47164         * wcsmbs/mbrtoc16.c: Implement using towc function.
47165         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
47166         * wcsmbs/wcsmbsload.c: Likewise.
47167         * iconv/gconv_simple.c: Likewise.
47168         * iconv/gconv_int.h: Likewise.
47169         * iconv/gconv_builtin.h: Likewise.
47170         * iconv/iconv_prog.c: Remove CHAR16 handling.
47172         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
47174         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
47176         * configure.in: Remove --with-elf and --enable-bounded options.
47177         Dont set base_machine for ia64.  More non-ELF conditions removed.
47178         Remove testing and setting of leading underscore information.
47179         * config.make.in (build-bounded): Set to no.
47180         * config.h.in: Remove NO_UNDERSCORES entry.
47181         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
47182         them.
47183         * csu/start.c: Remove !NO_UNDERSCORE code.
47184         * locale/localeinfo.h: Likewise.
47185         * sysdeps/generic/machine-gmon.h: Likewise.
47186         * sysdeps/generic/sysdep.h: Likewise.
47187         * sysdeps/i386/sysdep.h: Likewise.
47188         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47189         * sysdeps/mach/sysdep.h: Likewise.
47190         * sysdeps/s390/s390-32/sysdep.h: Likewise.
47191         * sysdeps/s390/s390-64/sysdep.h: Likewise.
47192         * sysdeps/sh/sysdep.h: Likewise.
47193         * sysdeps/sparc/sparc32/alloca.S: Likewise.
47194         * sysdeps/unix/i386/sysdep.S: Likewise.
47195         * sysdeps/unix/sparc/start.c: Likewise.
47196         * sysdeps/unix/sparc/sysdep.S: Likewise.
47197         * sysdeps/unix/sparc/sysdep.h: Likewise.
47198         * sysdeps/unix/start.c: Likewise.
47199         * sysdeps/unix/x86_64/sysdep.S: Likewise.
47200         * sysdeps/x86_64/sysdep.h: Likewise.
47202 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
47204         [BZ #13553]
47205         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
47206         for non-gcc.
47207         * argp/argp-fmtstream.h: Use const instead __const.
47208         * argp/argp.h: Likewise.
47209         * assert/assert.h: Likewise.
47210         * bits/fenv.h: Likewise.
47211         * bits/sched.h: Likewise.
47212         * bits/sigset.h: Likewise.
47213         * bits/sigthread.h: Likewise.
47214         * catgets/nl_types.h: Likewise.
47215         * conform/data/pthread.h-data: Likewise.
47216         * crypt/crypt-private.h: Likewise.
47217         * crypt/crypt.h: Likewise.
47218         * crypt/crypt_util.c: Likewise.
47219         * ctype/ctype.h: Likewise.
47220         * debug/execinfo.h: Likewise.
47221         * debug/mbsnrtowcs_chk.c: Likewise.
47222         * debug/mbsrtowcs_chk.c: Likewise.
47223         * debug/wcsnrtombs_chk.c: Likewise.
47224         * debug/wcsrtombs_chk.c: Likewise.
47225         * debug/wcstombs_chk.c: Likewise.
47226         * dirent/dirent.h: Likewise.
47227         * dlfcn/dlfcn.h: Likewise.
47228         * elf/neededtest4.c: Likewise.
47229         * grp/grp.h: Likewise.
47230         * gshadow/gshadow.h: Likewise.
47231         * iconv/gconv.h: Likewise.
47232         * iconv/gconv_int.h: Likewise.
47233         * iconv/gconv_simple.c: Likewise.
47234         * iconv/iconv.h: Likewise.
47235         * iconv/loop.c: Likewise.
47236         * iconv/skeleton.c: Likewise.
47237         * include/aio.h: Likewise.
47238         * include/aliases.h: Likewise.
47239         * include/argz.h: Likewise.
47240         * include/arpa/inet.h: Likewise.
47241         * include/assert.h: Likewise.
47242         * include/dirent.h: Likewise.
47243         * include/dlfcn.h: Likewise.
47244         * include/execinfo.h: Likewise.
47245         * include/fcntl.h: Likewise.
47246         * include/fenv.h: Likewise.
47247         * include/glob.h: Likewise.
47248         * include/grp.h: Likewise.
47249         * include/libintl.h: Likewise.
47250         * include/mntent.h: Likewise.
47251         * include/netdb.h: Likewise.
47252         * include/pwd.h: Likewise.
47253         * include/rpc/netdb.h: Likewise.
47254         * include/sched.h: Likewise.
47255         * include/search.h: Likewise.
47256         * include/shadow.h: Likewise.
47257         * include/signal.h: Likewise.
47258         * include/stdio.h: Likewise.
47259         * include/stdlib.h: Likewise.
47260         * include/string.h: Likewise.
47261         * include/sys/socket.h: Likewise.
47262         * include/sys/stat.h: Likewise.
47263         * include/sys/statfs.h: Likewise.
47264         * include/sys/statvfs.h: Likewise.
47265         * include/sys/syslog.h: Likewise.
47266         * include/sys/time.h: Likewise.
47267         * include/sys/uio.h: Likewise.
47268         * include/time.h: Likewise.
47269         * include/unistd.h: Likewise.
47270         * include/utmp.h: Likewise.
47271         * include/wchar.h: Likewise.
47272         * include/wctype.h: Likewise.
47273         * inet/aliases.h: Likewise.
47274         * inet/arpa/inet.h: Likewise.
47275         * inet/netinet/ether.h: Likewise.
47276         * inet/netinet/in.h: Likewise.
47277         * intl/libintl.h: Likewise.
47278         * io/bits/fcntl2.h: Likewise.
47279         * io/fcntl.h: Likewise.
47280         * io/ftw.h: Likewise.
47281         * io/sys/poll.h: Likewise.
47282         * io/sys/stat.h: Likewise.
47283         * io/sys/statfs.h: Likewise.
47284         * io/sys/statvfs.h: Likewise.
47285         * io/utime.h: Likewise.
47286         * libio/bits/stdio.h: Likewise.
47287         * libio/bits/stdio2.h: Likewise.
47288         * libio/libio.h: Likewise.
47289         * libio/libioP.h: Likewise.
47290         * libio/stdio.h: Likewise.
47291         * locale/lc-ctype.c: Likewise.
47292         * locale/locale.h: Likewise.
47293         * login/utmp.h: Likewise.
47294         * malloc/arena.c: Likewise.
47295         * malloc/malloc.c: Likewise.
47296         * malloc/malloc.h: Likewise.
47297         * malloc/mcheck.c: Likewise.
47298         * malloc/mtrace.c: Likewise.
47299         * math/bits/mathcalls.h: Likewise.
47300         * math/fenv.h: Likewise.
47301         * math/math_private.h: Likewise.
47302         * misc/bits/error.h: Likewise.
47303         * misc/bits/syslog.h: Likewise.
47304         * misc/err.h: Likewise.
47305         * misc/error.h: Likewise.
47306         * misc/fstab.h: Likewise.
47307         * misc/mntent.h: Likewise.
47308         * misc/regexp.h: Likewise.
47309         * misc/search.h: Likewise.
47310         * misc/sgtty.h: Likewise.
47311         * misc/sys/mman.h: Likewise.
47312         * misc/sys/syslog.h: Likewise.
47313         * misc/sys/uio.h: Likewise.
47314         * misc/sys/xattr.h: Likewise.
47315         * misc/ttyent.h: Likewise.
47316         * nis/rpcsvc/ypclnt.h: Likewise.
47317         * nss/nss.h: Likewise.
47318         * posix/bits/unistd.h: Likewise.
47319         * posix/fnmatch.h: Likewise.
47320         * posix/glob.h: Likewise.
47321         * posix/sched.h: Likewise.
47322         * posix/spawn.h: Likewise.
47323         * posix/sys/wait.h: Likewise.
47324         * posix/unistd.h: Likewise.
47325         * posix/wordexp.h: Likewise.
47326         * pwd/pwd.h: Likewise.
47327         * resolv/netdb.h: Likewise.
47328         * resource/sys/resource.h: Likewise.
47329         * rt/aio.h: Likewise.
47330         * rt/bits/mqueue2.h: Likewise.
47331         * rt/mqueue.h: Likewise.
47332         * shadow/shadow.h: Likewise.
47333         * signal/signal.h: Likewise.
47334         * socket/send.c: Likewise.
47335         * socket/sendto.c: Likewise.
47336         * socket/sys/socket.h: Likewise.
47337         * stdio-common/printf.h: Likewise.
47338         * stdlib/bits/stdlib.h: Likewise.
47339         * stdlib/fmtmsg.h: Likewise.
47340         * stdlib/monetary.h: Likewise.
47341         * stdlib/stdlib.h: Likewise.
47342         * stdlib/ucontext.h: Likewise.
47343         * streams/stropts.h: Likewise.
47344         * string/argz.h: Likewise.
47345         * string/bits/string2.h: Likewise.
47346         * string/string.h: Likewise.
47347         * string/strings.h: Likewise.
47348         * sunrpc/rpc/auth.h: Likewise.
47349         * sunrpc/rpc/auth_des.h: Likewise.
47350         * sunrpc/rpc/clnt.h: Likewise.
47351         * sunrpc/rpc/netdb.h: Likewise.
47352         * sunrpc/rpc/pmap_clnt.h: Likewise.
47353         * sunrpc/rpc/xdr.h: Likewise.
47354         * sysdeps/generic/inttypes.h: Likewise.
47355         * sysdeps/generic/net/if.h: Likewise.
47356         * sysdeps/generic/sys/swap.h: Likewise.
47357         * sysdeps/gnu/net/if.h: Likewise.
47358         * sysdeps/gnu/utmpx.h: Likewise.
47359         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
47360         * sysdeps/i386/i486/bits/string.h: Likewise.
47361         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
47362         * sysdeps/s390/bits/string.h: Likewise.
47363         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
47364         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
47365         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
47366         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
47367         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
47368         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
47369         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
47370         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
47371         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
47372         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
47373         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
47374         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
47375         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
47376         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
47377         * sysdeps/unix/sysv/linux/readv.c: Likewise.
47378         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
47379         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
47380         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
47381         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
47382         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
47383         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47384         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
47385         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
47386         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
47387         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
47388         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
47389         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
47390         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47391         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
47392         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
47393         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
47394         * sysvipc/sys/ipc.h: Likewise.
47395         * sysvipc/sys/msg.h: Likewise.
47396         * sysvipc/sys/sem.h: Likewise.
47397         * sysvipc/sys/shm.h: Likewise.
47398         * termios/termios.h: Likewise.
47399         * time/sys/time.h: Likewise.
47400         * time/time.h: Likewise.
47401         * wcsmbs/bits/wchar2.h: Likewise.
47402         * wcsmbs/uchar.h: Likewise.
47403         * wcsmbs/wchar.h: Likewise.
47404         * wctype/wctype.h: Likewise.
47406         [BZ #13551]
47407         * Makeconfig: Remove all but ELF support including AIX support.
47408         * Makerules: Likewise.
47409         * config.h.in: Likewise.
47410         * config.make.in: Likewise.
47411         * configure: Likewise.
47412         * configure.in: Likewise.
47413         * csu/Makefile: Likewise.
47414         * csu/version.c: Likewise.
47415         * debug/Makefile: Likewise.
47416         * dlfcn/Makefile: Likewise.
47417         * elf/Makefile: Likewise.
47418         * extra-lib.mk: Likewise.
47419         * iconv/Makefile: Likewise.
47420         * include/libc-symbols.h: Likewise.
47421         * include/shlib-compat.h: Likewise.
47422         * resolv/Makefile: Likewise.
47423         * resolv/res_libc.c: Likewise.
47424         * rt/Makefile: Likewise.
47425         * sysdeps/i386/asm-syntax.h: Likewise.
47426         * sysdeps/i386/sysdep.h: Likewise.
47427         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47428         * sysdeps/mach/sysdep.h: Likewise.
47429         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
47430         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
47431         * sysdeps/s390/asm-syntax.h: Likewise.
47432         * sysdeps/s390/s390-32/sysdep.h: Likewise.
47433         * sysdeps/s390/s390-64/sysdep.h: Likewise.
47434         * sysdeps/sh/sysdep.h: Likewise.
47435         * sysdeps/unix/sparc/sysdep.h: Likewise.
47436         * sysdeps/wordsize-32/divdi3.c: Likewise.
47437         * sysdeps/x86_64/sysdep.h: Likewise.
47439         * argp/Versions: Remove _argp_unlock_xxx.
47441         [BZ #13559]
47442         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
47443         * abilist/libBrokenLocale.abilist: Likewise.
47444         * abilist/libanl.abilist: Likewise.
47445         * abilist/libc.abilist: Likewise.
47446         * abilist/libcrypt.abilist: Likewise.
47447         * abilist/libdl.abilist: Likewise.
47448         * abilist/libm.abilist: Likewise.
47449         * abilist/libnsl.abilist: Likewise.
47450         * abilist/libpthread.abilist: Likewise.
47451         * abilist/libresolv.abilist: Likewise.
47452         * abilist/librt.abilist: Likewise.
47453         * abilist/libthread_db.abilist: Likewise.
47454         * abilist/libutil.abilist: Likewise.
47455         * abilist/libnss_db.abilist: New file.
47457         * scripts/abilist.awk: Add support for indirect functions.
47459         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
47461         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
47463         * shlib-versions: Remove entries for ports architectures.
47465         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
47466         files in ports.
47467         * elf/stackguard-macros.h: Remove support for IA-64.
47468         * elf/tst-auditmod1.c: Likewise.
47469         * sysdeps/generic/ldsodefs.h: Likewise.
47471         * sysdeps/unix/sysv/linux/configure.in: Ports should define
47472         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
47473         configure files.
47475         [BZ #13552]
47476         * configure.in: Remove --enable-omitfp support.
47477         * FAQ.in: Adjust.
47478         * config.make.in: Likewise.
47479         * Makeconfig: Likewise.
47480         * manual/install.texi: Likewise.
47482         In case anyone cares, the IA-64 architecture could move to ports.
47483         * sysdeps/ia64/*: Removed.
47484         * sysdeps/unix/sysv/linux/ia64/*: Removed.
47485         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
47487         [BZ #13555]
47488         * configure.in: Remove entries for unsupported architectures.
47490         [BZ #13533]
47491         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
47492         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
47493         routines.
47494         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
47495         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
47496         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
47497         fall back to using wcrtomb.
47498         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
47499         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
47500         renaming.
47501         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
47502         * wcsmbs/tst-c16c32-1.c: New file.
47504         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
47505         local variable.
47507         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
47509         * elf/tst-unique3.cc: Add explicit declaration of gets.
47510         * elf/tst-unique3lib.cc: Likewise.
47511         * elf/tst-unique3lib2.cc: Likewise.
47512         * elf/tst-unique4.cc: Likewise.
47514         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
47516 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
47518         [BZ #13566]
47519         * assert/assert.h (static_assert): Don't define for C++.
47520         * libio/stdio.h (gets): Do declare for C++ <= C++11.
47521         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
47523 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
47525         * iconv/loop.c (single loop): Fix assertion in storing of
47526         remaining bytes.
47528         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
47530 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
47532         * posix/getconf.c: Update copyright year.
47533         * nss/getent.c: Likewise.
47534         * nss/makedb.c: Likewise.
47535         * iconv/iconvconfig.c: Likewise.
47536         * iconv/iconv_prog.c: Likewise.
47537         * elf/ldconfig.c: Likewise.
47538         * elf/pldd.c: Likewise.
47539         * elf/sotruss.ksh: Likewise.
47540         * catgets/gencat.c: Likewise.
47541         * csu/version.c: Likewise.
47542         * elf/ldd.bash.in: Likewise.
47543         * elf/sprof.c (print_version): Likewise.
47544         * locale/programs/locale.c: Likewise.
47545         * locale/programs/localedef.c: Likewise.
47546         * login/programs/pt_chown.c: Likewise.
47547         * nscd/nscd.c (print_version): Likewise.
47548         * debug/xtrace.sh: Likewise.
47549         * malloc/memusage.sh: Likewise.
47550         * malloc/mtrace.pl: Likewise.
47551         * debug/catchsegv.sh: Likewise.
47553 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
47555         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
47556         pure attribute.
47558 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
47560         [BZ #13533]
47561         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
47562         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
47563         transformations.
47564         * iconv/gconv_int.h: Likewise.
47565         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
47566         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
47567         from libc for GLIBC_2.16.
47568         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
47569         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
47570         * wcsmbs/uchar.h: Really define mbstate_t.
47571         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
47572         * wcsmbs/c16rtomb.c: New file.
47573         * wcsmbs/mbrtoc16.c: New file.
47574         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
47575         for C/POSIX locale.
47576         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
47577         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
47579         * wcsmbs/wchar.h: Add missing __restrict.
47581 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47583         [BZ #13532]
47584         * time/Makefile (routines): Add timespec_get.
47585         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
47586         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
47587         timespec for ISO C11.
47588         * time/timespec_get.c: New file.
47589         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
47590         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
47592         [BZ #13531]
47593         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
47594         * stdlib/stdlib.h: Declare aligned_alloc.
47595         * Versions.def: Add GLIBC_2.16 for libc.
47596         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
47598         [BZ 13527]
47599         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
47600         ISO C11.
47602         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
47603         code.
47605         [BZ #13528]
47606         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
47608         [BZ #13529]
47609         * assert/assert.h (static_assert): Define.
47611         * version.h: Update for 2.16 development version.
47613         [BZ #13526]
47614         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
47615         _ISOC11_SOURCE.
47617         * version.h (RELEASE): Bump for 2.15 release.
47618         * include/features.h (__GLIBC_MINOR__): Bump to 15.
47620         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
47621         Patch by Marek Polacek <mpolacek@redhat.com>.
47623         * bits/byteswap.h: Protect long long constants with __extension__.
47624         * sysdeps/i386/bits/byteswap.h: Likewise.
47625         * sysdeps/ia64/bits/byteswap.h: Likewise.
47626         * sysdeps/s390/bits/byteswap.h: Likewise.
47627         * sysdeps/x86_64/bits/byteswap.h: Likewise.
47629 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47631         [BZ #13540]
47632         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
47633         destination buffer.
47634         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
47636 2011-12-23  Marek Polacek  <polacek@redhat.com>
47638         * elf/dl-addr.c (determine_info): Add inline keyword.
47639         * elf/tst-auditmod4b.c (check_avx): Likewise.
47640         * elf/tst-auditmod6b.c (check_avx): Likewise.
47641         * elf/tst-auditmod6c.c (check_avx): Likewise.
47642         * elf/tst-auditmod7b.c (check_avx): Likewise.
47644 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47646         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
47647         !__SSE_MATH__.
47649 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47651         [BZ #13540]
47652         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
47653         processing for last bytes.
47655 2011-08-06  Bruno Haible  <bruno@clisp.org>
47657         [BZ #13061]
47658         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
47659         U+0385, not to U+1FEE.
47661         [BZ #13062]
47662         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
47663         entry for U+00A5 U+0301.
47665 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47667         [BZ #13166]
47668         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
47669         buffer for the output is too small.
47671         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
47672         optimization.
47674         [BZ #13185]
47675         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
47676         SSE flags if possible.
47678 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47680         [BZ #13540]
47681         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
47682         processing for last bytes.
47684 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
47686         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
47687         (syscall-list-default-options, syscall-list-default-condition)
47688         (syscall-list-includes): Define.
47689         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
47690         list of ABIs and options and #if conditions for each ABI.  Do not
47691         handle common syscalls between ABIs specially.
47692         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
47693         Remove.
47694         (syscall-list-variants, syscall-list-32bit-options)
47695         (syscall-list-32bit-condition, syscall-list-64bit-options)
47696         (syscall-list-64bit-condition): Define.
47697         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
47698         (syscall-list-variants, syscall-list-32bit-options)
47699         (syscall-list-32bit-condition, syscall-list-64bit-options)
47700         (syscall-list-64bit-condition): Define.
47701         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
47702         Remove.
47703         (syscall-list-variants, syscall-list-32bit-options)
47704         (syscall-list-32bit-condition, syscall-list-64bit-options)
47705         (syscall-list-64bit-condition): Define.
47706         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
47707         Remove.
47708         (syscall-list-variants, syscall-list-32bit-options)
47709         (syscall-list-32bit-condition, syscall-list-64bit-options)
47710         (syscall-list-64bit-condition): Define.
47712 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47714         * locale/iso-639.def: Add brx entry.
47716         [BZ #13328]
47717         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
47718         Proposed by Mariusz_Cukr <marcukr@op.pl>.
47720         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
47721         __feraiseexcept_renamed.
47723 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47725         [BZ #13538]
47726         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
47727         EPOLLET with unsigned values.
47728         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47729         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47731         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
47732         to large cancellation.
47733         * math/s_cacoshf.c: Likewise.
47734         * math/s_cacoshl.c: Likewise.
47736 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
47738         [BZ #13305]
47739         [BZ #12786]
47740         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
47741         * math/s_cacoshf.c: Likewise.
47742         * math/s_cacoshl.c: Likewise.
47744 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47746         [BZ #13439]
47747         * iconv/gconv.h: Define __GCONV_SWAP.
47748         * iconvdata/unicode.c: The swap bit must be stored in __flags.
47749         * iconvdata/utf-16.c: Likewise.
47750         * iconvdata/utf-32.c: Likewise.
47752 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
47754         [BZ #13524]
47755         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
47756         numerator after shifting it by one limb.
47758 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
47760         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
47761         under [__USE_EXTERN_INLINES].
47763 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47765         [BZ #13446]
47766         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
47768 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47770         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
47771         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
47772         optimized code.
47773         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
47774         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
47775         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
47776         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
47777         for strncasecmp/strncasecmp_l compilation.
47778         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
47779         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
47781 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
47783         [BZ #13484]
47784         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
47785         of __asm__.
47787 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47789         [BZ #13506]
47790         * time/tzfile.c (__tzfile_read): Check values from file header.
47792 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
47794         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
47795         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
47796         * powerpc/powerpc32/dl-start.S: Likewise.
47797         * powerpc/powerpc32/elf/start.S: Likewise.
47798         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
47799         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
47800         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
47801         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
47802         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
47803         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
47804         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
47805         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
47806         * powerpc/powerpc32/fpu/s_round.S: Likewise.
47807         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
47808         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
47809         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
47810         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
47811         * powerpc/powerpc32/memset.S: Likewise.
47812         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
47813         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
47814         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
47815         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
47816         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
47817         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
47818         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
47819         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
47820         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
47821         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
47822         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
47823         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
47824         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
47826 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47828         * math/libm-test.inc: Added more nearbyint tests.
47829         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
47830         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
47831         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
47832         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
47834 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
47836         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
47837         FD_CLOEXEC.
47839 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47841         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
47842         Add wcscpy-ssse3 wcscpy-c.
47843         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
47844         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
47845         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
47846         * sysdeps/x86_64/wcschr.S: New file.
47847         * sysdeps/x86_64/wcsrchr.S: New file.
47848         * string/test-strcmp.c: Remove checking of wcscmp function for
47849         wrong alignments.
47850         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
47851         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
47852         wcsrchr-sse2 wcsrchr-c.
47853         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
47854         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
47855         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
47856         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
47857         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
47858         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
47859         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
47860         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
47861         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
47862         * wcsmbc/wcschr.c (WCSCHR): New macro.
47864 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47866         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
47867         * wcsmbs/test-wcsrchr.c: New file.
47868         * string/test-strrchr.c: Add wcsrchr support.
47869         (WIDE): New macro.
47870         * wcsmbs/test-wcscpy.c: New file.
47871         * string/test-strcpy.c: Add wcscpy support.
47872         (WIDE): New macro.
47874 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
47876         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
47877         the inner loop.
47879 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
47881         [BZ #13472]
47882         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
47884 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
47886         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
47887         Minor optimizations.
47889         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
47890         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
47891         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
47893 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
47895         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
47896         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
47897         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
47898         for gcc to avoid warnings.
47899         * inet/Makefile (tests): Add tst-checks.
47900         * inet/tst-checks.c: New file.
47902         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
47903         warning.
47905         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
47906         __wmemcmp_sse2.
47908         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
47909         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
47911         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
47913 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
47915         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
47916         problem.
47918         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
47920 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
47922         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
47923         conditional on GCC version.
47924         (__arch_compare_and_exchange_val_8_acq)
47925         (__arch_compare_and_exchange_val_16_acq)
47926         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
47927         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
47928         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
47930 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
47932         * sysdeps/sh/backtrace.c: New file.
47934 2011-12-02  Andreas Schwab  <schwab@redhat.com>
47936         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
47937         parenthesis.
47939 2011-12-01  Andreas Schwab  <schwab@redhat.com>
47941         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
47942         falling back to utime.
47944 2011-11-30  Andreas Schwab  <schwab@redhat.com>
47946         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
47947         expectations for float.
47949 2011-11-29  Andreas Schwab  <schwab@redhat.com>
47951         * locale/weight.h (findidx): Add parameter len.
47952         * locale/weightwc.h (findidx): Likewise.
47953         * posix/fnmatch_loop.c (FCT): Adjust caller.
47954         * posix/regcomp.c (build_equiv_class): Likewise.
47955         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
47956         * posix/regexec.c (check_node_accept_bytes): Likewise.
47957         * string/strcoll_l.c (STRCOLL): Likewise.
47958         * string/strxfrm_l.c (STRXFRM): Likewise.
47960 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
47962         * Makefile.in: Remove CVSOPT handling.
47963         * configure.in: Remove use of AC_REVISION.
47964         * iconvdata/Makefile (distribute): No need to filter out CVS.
47965         * scripts/list-sources.sh: Remove CVS, subversion and monotone
47966         handling.
47968 2011-11-16  Andreas Schwab  <schwab@redhat.com>
47970         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
47971         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
47972         [USE_AS_STRNCASECMP_L]: Likewise.
47973         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
47974         NO_TLS_DIRECT_SEG_REFS.
47975         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
47976         Fix argument offsets for non-PIC.
47977         [USE_AS_STRNCASECMP_L]: Likewise.
47978         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
47979         NO_TLS_DIRECT_SEG_REFS.
47981 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
47983         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
47984         O_CLOEXEC.
47985         * locale/loadlocale.c (_nl_load_locale): Likewise.
47987 2011-11-15  Andreas Schwab  <schwab@redhat.com>
47989         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
47990         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
47991         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
47992         (SYSCALL_GETTIME): Set errno on error.
47994         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
47995         count references to noai6ai_cached.
47997 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
47999         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
48001         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
48002         FD_CLOEXEC for /proc/self/maps.
48004         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
48005         FD_CLOEXEC for /proc/meminfo.
48007         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
48008         gai.conf.
48010         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
48011         FD_CLOEXEC for given file.
48013         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
48015         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
48016         FD_CLOEXEC for /etc/hosts.
48017         (_gethtent): Likewise.
48019         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
48021         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
48022         cancellation and set FD_CLOEXEC for /etc/netgroup.
48024         * nss/nss_files/files-key.c (search): Don't allow cancellation when
48025         reading /etc/publickey.
48027         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
48028         allow cancellation when reading /etc/group.
48030         * nss/nss_files/files-alias.c (internal_setent): Don't allow
48031         cancellation.
48032         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
48034         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
48035         when using data file.
48037         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
48039         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
48040         (write_nis_obj): Use "c" and "e" in fopen.
48042         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
48044         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
48046         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
48048         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
48050         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
48051         locale.alias.
48053         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
48055         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
48057         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
48059         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
48060         file parsing and set FD_CLOEXEC.
48062 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
48064         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
48066 2011-11-14  Andreas Schwab  <schwab@redhat.com>
48068         * malloc/arena.c (arena_get2): Don't call reused_arena when
48069         _int_new_arena failed.
48071 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
48073         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
48074         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
48075         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
48076         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
48077         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
48078         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
48079         to compile strcasecmp and strncasecmp.
48080         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
48081         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
48083         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
48085 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
48087         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
48088         locale-defines.sym to gen-as-const-headers.
48089         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
48090         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
48091         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
48092         to compile strcasecmp and strncasecmp.
48093         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
48094         strcasecmp_l and strncasecmp_l.
48095         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
48096         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
48097         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
48098         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
48099         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
48100         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
48101         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
48102         * sysdeps/i386/i686/multiarch/strncase.S: New file.
48103         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
48104         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
48105         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
48107 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
48109         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
48110         result of SYSDEP_GETTIME_CPU to retval.
48111         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
48112         parameter list to macro.  Remove trailing semicolon.  Adjust users.
48114         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
48115         variable.
48117         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
48118         mantissa words.
48119         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
48121         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
48122         from unused variable.
48124         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
48125         DWARF definitions.
48126         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
48127         for assembling.
48129         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
48130         over namespaces.
48132         * sunrpc/rpc_prot.c (rejected): Fix case value.
48134         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
48135         unsigned long long int to avoid warnings in shift.
48137         * posix/regex_internal.c (re_string_reconstruct): Actually use result
48138         of use of trans.
48139         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
48140         variable tmp.
48142         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
48143         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
48144         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
48146         * nis/nis_table.c (nis_list): Use variable of correct type for
48147         result of __follow_path call.
48149 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48151         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
48152         of math functions ceil, trunc, floor, round, and sqrt, when
48153         avaliable on the platform.
48154         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
48155         name clash.
48156         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
48157         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
48158         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
48160 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
48162         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
48163         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
48165 2011-11-11  Roland McGrath  <roland@hack.frob.com>
48167         * include/unistd.h: Fix __readlink return type.
48168         Reported by Chris Metcalf <cmetcalf@tilera.com>.
48170 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
48172         * stdlib/ucontext.h: Undo last change for makecontext.
48174 2011-11-11  Andreas Schwab  <schwab@redhat.com>
48176         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
48178         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
48179         * setjmp/setjmp.h: Mark functions as non-leaf.
48180         * setjmp/bits/setjmp2.h: Likewise.
48181         * stdlib/ucontext.h: Likewise.
48183 2011-11-10  Andreas Schwab  <schwab@redhat.com>
48185         * malloc/arena.c (_int_new_arena): Don't increment narenas.
48186         (reused_arena): Don't check arena limit.
48187         (arena_get2): Atomically check arena limit.
48189 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
48191         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
48192         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
48194         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
48195         instructions.
48197 2011-11-07  Andreas Schwab  <schwab@redhat.com>
48199         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
48200         handler when locking.
48202         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
48203         Fix size of allocated buffer.
48205 2011-11-04  Andreas Schwab  <schwab@redhat.com>
48207         [BZ #10103]
48208         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
48209         declarations for long double functions.
48210         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
48212         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
48214 2011-11-03  Andreas Schwab  <schwab@redhat.com>
48216         * nscd/nscd.c (main): Don't start AVC thread until credentials are
48217         installed.
48219         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
48220         is disabled.
48222 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48224         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
48226 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
48228         * include/alloca.h (stackinfo_alloca_round): Define.
48229         (extend_alloca): Use it.
48230         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
48231         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
48232         here.
48234         * scripts/check-local-headers.sh: Ignore libaudit.h.
48236         * nscd/Makefile (extra-objs): Make recursively expanded.
48238 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
48240         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
48241         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
48243         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
48244         * posix/tst-rfc3484-2.c: Likewise.
48245         * posix/tst-rfc3484-3.c: Likewise.
48247         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
48248         process_vm_writev.
48249         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
48250         process_vm_writev.
48251         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
48252         process_vm_writev from libc using GLIBC_2.15 version.
48254         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
48256 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
48258         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
48259         stack usage.
48261 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
48263         [BZ #13367]
48264         * nss/getent.c (initgroups_keys): Show error message in case no group
48265         names are given.
48267         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
48268         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
48269         __bump_nl_timestamp.
48270         * nscd/connections (nscd_init): When host database is served open
48271         netlink socket and request notification about configuration changes.
48272         (main_loop_poll): Track netlink file descriptor and bump timestamp
48273         in case data becomes available.
48274         (main_loop_epoll): Likewise.
48275         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
48276         (database_pers_head): Add extra_data fileds.
48277         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
48278         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
48279         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
48280         Adjust caller.
48281         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
48282         in6ai data, call __free_in6ai.
48283         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
48284         Add -DHAVE_NETLINK.
48285         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
48286         interface information.  Reuse previous data if netlink timestamp
48287         is not changed.
48288         (__bump_nl_timestamp): New function.
48289         (__free_in6ai): New function.
48291 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
48293         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
48294         close_not_cancel_no_status here.
48295         (__check_pf): Reorganize code a bit to not call close twice if OOM.
48297 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
48299         [BZ #13276]
48300         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
48301         return value.
48303         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
48304         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
48305         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
48307 2011-07-03  Andreas Jaeger  <aj@suse.de>
48309         [BZ #10709]
48310         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
48311         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
48312         * math/libm-test.inc (sin_test): Add test case.
48314 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
48316         [BZ #13337]
48317         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
48318         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48320         * elf/chroot_canon.c (chroot_canon): Cleanups.
48322         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
48324         [BZ #13335]
48325         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
48326         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48328         * string/test-strchr.c: Make usable for strchrnul testing.
48329         * string/test-strchrnul.c: New file.
48330         * string/Makefile (strop-tests): Add strchrnul.
48332         * po/it.po: Update from translation team.
48333         * po/es.po: Likewise.
48335 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
48337         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
48338         the three constants needed as parameters.  Drop the others.
48339         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
48340         __m128i_strloadu_tolower.
48341         Create and initialize variable zero and use it in all the places
48342         where _mm_setzero_si128 was used.
48344         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
48345         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
48346         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
48347         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
48348         anymore.
48349         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
48350         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
48351         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
48352         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
48353         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
48354         __mpranred, __mptan.
48355         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
48356         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
48357         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
48358         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
48359         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
48360         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
48361         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
48362         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
48363         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
48365 2011-10-28  Andreas Schwab  <schwab@redhat.com>
48367         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
48368         redefine if SHARED.
48369         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
48371         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
48372         wide char related routines to wcsmbs subdir.
48374 2011-10-27  Andreas Schwab  <schwab@redhat.com>
48376         [BZ #13344]
48377         * misc/sys/cdefs.h (__THROWNL): Define.
48378         * posix/unistd.h: Use __THREADNL instead of __THREAD
48379         for memory synchronization functions.
48381 2011-10-26  Roland McGrath  <roland@hack.frob.com>
48383         [BZ #13349]
48384         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
48385         doesn't exist.
48386         * manual/stdio.texi (Obstack Streams): Node removed.
48388 2011-10-26  Andreas Schwab  <schwab@redhat.com>
48390         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
48391         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48392         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48394         * math/math_private.h (math_force_eval): Allow non-addressable
48395         arguments.
48396         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
48398 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48400         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
48401         file is not needed.
48403         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
48404         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
48405         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
48406         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
48407         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
48408         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
48409         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
48410         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
48411         Add AVX variants.
48412         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
48413         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
48414         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
48415         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
48416         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
48417         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
48418         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
48419         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
48420         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
48421         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
48422         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
48423         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
48424         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
48425         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
48426         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
48427         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
48428         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
48429         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
48430         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
48432         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
48433         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
48435         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
48436         place.  Use VEX encoding when compiling for AVX.
48438 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48440         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
48441         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
48443         * string/test-strchr.c (do_test): Don't generate NUL bytes.
48445 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48447         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
48448         useless if() expression.
48449         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48450         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
48451         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
48452         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48453         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
48454         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48455         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48456         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48457         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
48458         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48459         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48460         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48461         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
48462         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48463         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
48464         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48465         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48466         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48467         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
48469         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
48471 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48473         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
48474         condition.
48475         * elf/dl-fini.c (_dl_sort_fini): Likewise.
48477 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48479         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
48480         .text section.  Avoid duplicate constants.
48481         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
48482         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48483         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48484         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48485         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48486         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48487         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48488         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48489         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
48490         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
48491         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
48492         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
48493         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
48494         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
48495         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
48496         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
48497         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
48498         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
48499         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
48500         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48501         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
48502         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
48503         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
48504         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
48505         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
48506         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
48507         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
48508         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
48509         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
48510         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
48511         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
48512         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
48513         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
48514         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
48515         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
48516         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
48517         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
48518         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
48519         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
48520         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
48521         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
48522         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
48523         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
48524         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
48525         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
48527 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
48529         * sysdeps/x86_64/dla.h: Move to ...
48530         * sysdeps/x86_64/fpu/dla.h: ...here.
48531         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
48532         situations.  Use __builtin_fma only for gcc 4.6 and up.
48534         * config.make.in: Add have-mfma4 entry.
48535         * configure.in: Substitute libc_cv_cc_fma4.
48536         * math/Makefile (dbl-only-routines): Add sincostab.
48537         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
48538         Use __sincostab not sincos.
48539         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
48540         name is a macro.
48541         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48542         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48543         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48544         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
48545         using __copysign.
48546         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
48547         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
48548         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
48549         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
48550         and __inv.
48551         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
48552         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
48553         __copysign.
48554         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
48555         define aliases when function name is a macro.
48556         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
48557         sysdeps/ieee754/dbl-64/sincos.tbl.
48558         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
48559         fma4-enabled routines.
48560         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
48561         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
48562         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
48563         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
48564         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
48565         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
48566         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
48567         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
48568         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
48569         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
48570         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
48571         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
48572         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
48573         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
48574         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
48575         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
48576         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
48577         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
48578         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
48579         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
48580         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
48581         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
48582         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
48583         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
48584         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
48585         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
48586         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
48587         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
48588         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
48589         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
48591         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
48592         rename.
48593         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48594         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48595         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48596         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48597         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48598         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48599         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48600         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48602 2011-10-24  Andreas Schwab  <schwab@redhat.com>
48604         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
48606 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48608         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
48610         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
48611         prediction.
48612         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
48614         * string/strnlen.c: Don't define STRNLEN, reverse logic.
48615         Remove unused variable magic_bits.
48616         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
48618         * string/strnlen.c: Define and use STRNLEN macro.
48619         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
48620         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
48621         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
48622         * wcsmbs/wcslen.c: Define and use WCSLEN.
48623         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
48624         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
48625         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
48626         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
48627         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
48628         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
48629         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
48631 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48633         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48634         strnlen-sse2-no-bsf.
48635         Rename strlen-no-bsf to strlen-sse2-no-bsf.
48636         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
48637         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
48638         Add strnlen support.
48639         (USE_AS_STRNLEN): New macro.
48640         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
48641         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
48642         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
48643         * sysdeps/x86_64/wcslen.S: New file.
48645 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
48647         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
48648         XMM-moves are used for copying on small sizes.
48650 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48652         * wcsmbs/Makefile (strop-tests): Add wcschr.
48653         * wcsmbs/test-wcschr.c: New file.
48654         * string/test-strchr.c: Update.
48655         Add wcschr support.
48656         (WIDE): New macro.
48658 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48660         * wcsmbs/Makefile (strop-tests): Add wcslen.
48661         * wcsmbs/test-wcslen.c: New file.
48662         * string/test-strlen.c: Update.
48663         Add wcslen support.
48664         (WIDE): New macro.
48666 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48668         * po/it.po: Update from translation team.
48670 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48672         * sysdeps/x86_64/wcscmp.S: Update.
48673         Fix wrong comparison semantics.
48674         wcscmp shall use signed comparison not unsigned.
48675         Don't use substraction to avoid overflow bug.
48676         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
48677         * wcsmbc/wcscmp.c: Likewise.
48678         * string/test-strcmp.c: Likewise.
48679         Add new tests to check cases with negative values.
48681 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48683         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
48684         * sysdeps/x86_64/dla.h: ...here.  New file.
48685         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
48686         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48687         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48688         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48689         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48690         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48691         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48692         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48693         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48695 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
48697         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
48698         __ynl_finite aliases.
48700 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48702         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
48704         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
48705         define DLA_FMA.
48706         [DLA_FMA] (EMULV): Use DLA_FMA.
48707         [DLA_FMA] (MUL12): Use EMULV.
48708         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
48709         that are not needed.
48710         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48711         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48712         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48713         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48714         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48715         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48716         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48718 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
48720         * math/s_nan.c: Undef __nan.
48721         * math/s_nanf.c: Undef __nanf.
48722         * math/s_nanl.c: Undef __nanl.
48723         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
48724         "math_private.h".
48726 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48728         * math/s_catan.c: Add branch predictions.
48729         * math/s_catanf.c: Likewise.
48730         * math/s_catanh.c: Likewise.
48731         * math/s_catanhf.c: Likewise.
48732         * math/s_catanhl.c: Likewise.
48733         * math/s_catanl.c: Likewise.
48734         * math/s_cexp.c: Likewise.
48735         * math/s_cexpf.c: Likewise.
48736         * math/s_cexpl.c: Likewise.
48737         * math/s_clog.c: Likewise.
48738         * math/s_clog10.c: Likewise.
48739         * math/s_clog10f.c: Likewise.
48740         * math/s_clog10l.c: Likewise.
48741         * math/s_clogf.c: Likewise.
48742         * math/s_clogl.c: Likewise.
48743         * math/s_csqrt.c: Likewise.
48744         * math/s_csqrtf.c: Likewise.
48745         * math/s_csqrtl.c: Likewise.
48746         * math/s_ctanf.c: Likewise.
48747         * math/s_ctanh.c: Likewise.
48748         * math/s_ctanhf.c: Likewise.
48749         * math/s_ctanhl.c: Likewise.
48750         * math/s_ctanl.c: Likewise.
48752         * math/math_private.h: Define __nan, __nanf, __nanl.
48753         * math/s_cacosh.c: Include <math_private.h>.
48754         * math/s_cacoshl.c: Likewise.
48755         * math/s_casinh.c: Likewise.
48756         * math/s_casinhf.c: Likewise.
48757         * math/s_casinhl.c: Likewise.
48758         * math/s_ccos.c: Rely entire on ccosh.
48759         * math/s_ccosf.c: Rely entire on ccoshf.
48760         * math/s_ccosl.c: Rely entirely on ccoshl.
48761         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
48762         Remove tests for FE_INVALID.
48763         * math/s_ccoshf.c: Likewise.
48764         * math/s_ccoshl.c: Likewise.
48765         * math/s_csin.c: Likewise.
48766         * math/s_csinf.c: Likewise.
48767         * math/s_csinh.c Likewise.
48768         * math/s_csinhf.c: Likewise.
48769         * math/s_csinhl.c: Likewise.
48770         * math/s_csinl.c: Likewise.
48771         * math/s_ctan.c: Likewise.
48772         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
48773         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
48774         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
48776 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
48778         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
48779         compilation problems.
48781         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
48782         __builtin_expect.
48784 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
48786         * sysdeps/i386/configure.in: Test for -mfma4 option.
48787         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
48788         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
48789         COMMON_CPUID_INDEX_80000001.
48790         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
48791         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
48792         use it if FMA3 is not supported.
48793         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
48795         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
48796         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
48798 2011-10-20  Andreas Schwab  <schwab@redhat.com>
48800         [BZ #12892]
48801         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
48802         it would create a cycle with a link time dependency.
48804 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
48806         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
48807         instruction.
48808         * string/Makefile (strop-tests): Add rawmemchr.
48809         * string/test-rawmemchr.c: New file.
48811         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
48812         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
48813         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
48814         when compiling str{,n}casecmp and when AVX is available.  Hook up
48815         new optimized code in initializers.
48817 2011-10-19  Andreas Schwab  <schwab@redhat.com>
48819         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
48820         __feraiseexcept instead of feraiseexcept.
48822 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
48824         * math/math_private.h: Define defaults for libc_fetestexcept and
48825         libc_feupdateenv.
48826         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
48827         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
48828         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
48829         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
48830         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
48831         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
48832         libc_fetestexcept and libc_feupdateenv.
48834         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
48835         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
48836         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
48837         * sysdeps/x86_64/fpu/math_private.h: Define special version of
48838         libc_feholdexcept_setround.
48840         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
48841         Add s_nearbyint-c and s_nearbyintf-c.
48842         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
48843         nearbyintf inlines.
48844         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
48845         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
48846         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
48847         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
48849         * math/math_private.h: Define defaults for libc_fegetround,
48850         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
48851         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
48852         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
48853         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
48854         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
48855         standard functions.
48856         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
48857         Remove comments and hacks for old compiler versions.
48858         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
48859         libc_fegetround, libc_fesetround, libc_feholdexcept, and
48860         libc_feholdexceptl.
48862 2011-10-18  Andreas Schwab  <schwab@redhat.com>
48864         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
48865         (__feraiseexcept_renamed): Add __NTH.
48866         (feraiseexcept): Add __NTH.  Rename local variables to fix
48867         namespace violations.
48869 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
48871         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
48873         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
48875         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
48876         recently added interfaces.
48877         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
48879         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
48880         about macro parameter expansion.
48882         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
48883         __NO_MATH_INLINES is defined.  Cleanups.
48885         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
48886         and __floorf is target has SSE4.1.
48887         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
48888         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
48889         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
48890         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
48892         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
48893         name.
48894         (floorf): Likewise.
48896         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
48898 2011-10-17  Andreas Schwab  <schwab@redhat.com>
48900         * misc/sys/cdefs.h: Fix last change.
48902         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
48903         database lookup.
48905 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
48907         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
48909         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
48910         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48911         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
48912         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48913         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48914         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
48915         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48916         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48917         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
48918         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
48919         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
48920         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
48921         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
48922         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
48923         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
48924         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
48925         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
48926         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
48927         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
48928         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
48929         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
48930         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
48932         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
48933         ceil, ceilf, floor, floorf.
48935         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
48936         Perform IRELATIVE relocations last.
48938         * elf/do-rel.h: Add another parameter nrelative, replacing the
48939         local variable with the same name.  Change name of the function
48940         to end in Rel or Rela (uppercase).
48941         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
48942         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
48943         elf_dynamic_do_##reloc function.
48945 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
48947         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
48948         is sufficient, at least on modern CPUs.
48950         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
48952         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
48953         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
48955         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
48956         __expl_finite.
48957         * math/bits/math-finite.h: Add entries for exp.
48958         * math/e_expl.c: Add __*_finite alias.
48959         * sysdeps/i386/fpu/e_exp.S: Likewise.
48960         * sysdeps/i386/fpu/e_expf.S: Likewise.
48961         * sysdeps/i386/fpu/e_expl.c: Likewise.
48962         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48963         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
48964         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
48965         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
48966         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
48967         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
48968         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
48970         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
48971         is sufficient, at least on modern CPUs.
48973         * ctype/ctype-info.c (__ctype_init): Define.
48974         * include/ctype.h (__ctype_init): Declare.
48975         (__ctype_b_loc): The variable is always initialized.
48976         (__ctype_toupper_loc): Likewise.
48977         (__ctype_tolower_loc): Likewise.
48978         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
48979         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
48981 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
48983         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
48985         * configure.in: Also look in $cxxmachine/include for C++ system
48986         headers.
48988 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48990         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
48991         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
48992         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
48993         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
48994         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
48995         (USE_AS_WMEMCMP): New macro.
48996         Fixing indents.
48997         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
48998         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
48999         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
49000         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
49001         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49002         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
49003         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
49004         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
49005         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
49006         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
49007         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
49008         (USE_AS_WMEMCMP): New macro.
49009         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
49010         * sysdeps/string/test-memcmp.c: Update.
49011         Fix simple_wmemcmp.
49012         Add new tests.
49013         * wcsmbs/wmemcmp.c: Update.
49014         (WMEMCMP): New macro.
49015         Fix overflow bug.
49017 2011-10-12  Andreas Jaeger  <aj@suse.de>
49019         [BZ #13268]
49020         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
49022 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
49024         * libio/iofwide.c (do_length): Avoid warning.
49026         * ctype/ctype.h (__isctype_f): Add missing __THROW.
49028 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
49030         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
49032         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
49033         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
49034         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
49035         * sysdeps/i386/i686/fpu/e_log.S: New file.
49036         * sysdeps/i386/i686/fpu/e_logf.S: New file.
49037         * sysdeps/i386/i686/fpu/e_logl.S: New file.
49039         * ctype/ctype.h: Add support for inlined isXXX functions when
49040         compiling C++ code.
49042 2011-10-14  Andreas Schwab  <schwab@redhat.com>
49044         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49046         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
49048 2011-10-13  Roland McGrath  <roland@hack.frob.com>
49050         [BZ #13291]
49051         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
49053 2011-10-13  Andreas Schwab  <schwab@redhat.com>
49055         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
49056         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
49057         feraiseexcept.
49059         * sysdeps/x86_64/memrchr.S: Check for zero size.
49061         * string/stratcliff.c: Add memrchr tests.
49063 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49065         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49066         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
49067         rawmemchr-sse2 rawmemchr-sse2-bsf.
49068         * sysdeps/i386/i686/multiarch/memchr.S: New file.
49069         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
49070         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
49071         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
49072         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
49073         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
49074         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
49075         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
49076         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
49077         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
49078         * string/memrchr.c (MEMRCHR): New macro.
49080 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
49082         Add integration with gcc's -ffinite-math-only and optimize wrapper
49083         functions in libm.
49084         * Versions.def: Define GLIBC_2.15 version for libm.
49085         * math/Makefile (headers): Add bits/math-finite.h.
49086         * math/bits/math-finite.h: New file.
49087         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
49088         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
49089         * math/e_acoshl.c: Add __*_finite alias.
49090         * math/e_acosl.c: Likewise.
49091         * math/e_asinl.c: Likewise.
49092         * math/e_atan2l.c: Likewise.
49093         * math/e_atanhl.c: Likewise.
49094         * math/e_coshl.c: Likewise.
49095         * math/e_exp10.c: Likewise.
49096         * math/e_exp10f.c: Likewise.
49097         * math/e_exp10l.c: Likewise.
49098         * math/e_exp2l.c: Likewise.
49099         * math/e_fmodl.c: Likewise.
49100         * math/e_gammal_r.c: Likewise.
49101         * math/e_hypotl.c: Likewise.
49102         * math/e_j0l.c: Likewise.
49103         * math/e_j1l.c: Likewise.
49104         * math/e_jnl.c: Likewise.
49105         * math/e_lgammal_r.c: Likewise.
49106         * math/e_log10l.c: Likewise.
49107         * math/e_log2l.c: Likewise.
49108         * math/e_logl.c: Likewise.
49109         * math/e_powl.c: Likewise.
49110         * math/e_sinhl.c: Likewise.
49111         * math/e_sqrtl.c: Likewise.
49112         * math/e_scalb.c: Completely rewritten and optimized.
49113         * math/e_scalbf.c: Likewise.
49114         * math/e_scalbl.c: Likewise.
49115         * math/w_acos.c: Likewise.
49116         * math/w_acosf.c: Likewise.
49117         * math/w_acosl.c: Likewise.
49118         * math/w_acosh.c: Likewise.
49119         * math/w_acoshf.c: Likewise.
49120         * math/w_acoshl.c: Likewise.
49121         * math/w_asin.c: Likewise.
49122         * math/w_asinf.c: Likewise.
49123         * math/w_asinl.c: Likewise.
49124         * math/w_atan2.c: Likewise.
49125         * math/w_atan2f.c: Likewise.
49126         * math/w_atan2l.c: Likewise.
49127         * math/w_atanh.c: Likewise.
49128         * math/w_atanhf.c: Likewise.
49129         * math/w_atanhl.c: Likewise.
49130         * math/w_exp10.c: Likewise.
49131         * math/w_exp10f.c: Likewise.
49132         * math/w_exp10l.c: Likewise.
49133         * math/w_fmod.c: Likewise.
49134         * math/w_fmodf.c: Likewise.
49135         * math/w_fmodl.c: Likewise.
49136         * math/w_j0.c: Likewise.
49137         * math/w_j0f.c: Likewise.
49138         * math/w_j0l.c: Likewise.
49139         * math/w_j1.c: Likewise.
49140         * math/w_j1f.c: Likewise.
49141         * math/w_j1l.c: Likewise.
49142         * math/w_jn.c: Likewise.
49143         * math/w_jnf.c: Likewise.
49144         * math/w_log.c: Likewise.
49145         * math/w_logf.c: Likewise.
49146         * math/w_logl.c: Likewise.
49147         * math/w_log10.c: Likewise.
49148         * math/w_log10f.c: Likewise.
49149         * math/w_log10l.c: Likewise.
49150         * math/w_log2.c: Likewise.
49151         * math/w_log2f.c: Likewise.
49152         * math/w_log2l.c: Likewise.
49153         * math/w_pow.c: Likewise.
49154         * math/w_powf.c: Likewise.
49155         * math/w_powl.c: Likewise.
49156         * math/w_remainder.c: Likewise.
49157         * math/w_remainderf.c: Likewise.
49158         * math/w_remainderl.c: Likewise.
49159         * math/w_scalb.c: Likewise.
49160         * math/w_scalbf.c: Likewise.
49161         * math/w_scalbl.c: Likewise.
49162         * math/w_sqrt.c: Likewise.
49163         * math/w_sqrtf.c: Likewise.
49164         * math/w_sqrtl.c: Likewise.
49165         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
49166         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
49167         used.
49168         * math/math_private.h: Declare __kernel_standard_f.
49169         * math/w_cosh.c: Remove cruft and optimize a bit.
49170         * math/w_coshf.c: Likewise.
49171         * math/w_coshl.c: Likewise.
49172         * math/w_exp2.c: Likewise.
49173         * math/w_exp2f.c: Likewise.
49174         * math/w_exp2l.c: Likewise.
49175         * math/w_hypot.c: Likewise.
49176         * math/w_hypotf.c: Likewise.
49177         * math/w_hypotl.c: Likewise.
49178         * math/w_lgamma.c: Likewise.
49179         * math/w_lgamma_r.c: Likewise.
49180         * math/w_lgammaf.c: Likewise.
49181         * math/w_lgammaf_r.c: Likewise.
49182         * math/w_lgammal.c: Likewise.
49183         * math/w_lgammal_r.c: Likewise.
49184         * math/w_sinh.c: Likewise.
49185         * math/w_sinhf.c: Likewise.
49186         * math/w_sinhl.c: Likewise.
49187         * math/w_tgamma.c: Likewise.
49188         * math/w_tgammaf.c: Likewise.
49189         * math/w_tgammal.c: Likewise.
49190         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
49191         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
49192         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
49193         Minor optimizations.  Pretty printing.  Remove cruft.
49194         * sysdeps/i386/fpu/e_acosf.S: Likewise.
49195         * sysdeps/i386/fpu/e_acosh.S: Likewise.
49196         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
49197         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
49198         * sysdeps/i386/fpu/e_acosl.c: Likewise.
49199         * sysdeps/i386/fpu/e_asin.S: Likewise.
49200         * sysdeps/i386/fpu/e_asinf.S: Likewise.
49201         * sysdeps/i386/fpu/e_atan2.S: Likewise.
49202         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
49203         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
49204         * sysdeps/i386/fpu/e_atanh.S: Likewise.
49205         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
49206         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
49207         * sysdeps/i386/fpu/e_exp10.S: Likewise.
49208         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
49209         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
49210         * sysdeps/i386/fpu/e_exp2.S: Likewise.
49211         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
49212         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
49213         * sysdeps/i386/fpu/e_fmod.S: Likewise.
49214         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
49215         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
49216         * sysdeps/i386/fpu/e_hypot.S: Likewise.
49217         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
49218         * sysdeps/i386/fpu/e_log.S: Likewise.
49219         * sysdeps/i386/fpu/e_log10.S: Likewise.
49220         * sysdeps/i386/fpu/e_log10f.S: Likewise.
49221         * sysdeps/i386/fpu/e_log10l.S: Likewise.
49222         * sysdeps/i386/fpu/e_log2.S: Likewise.
49223         * sysdeps/i386/fpu/e_log2f.S: Likewise.
49224         * sysdeps/i386/fpu/e_log2l.S: Likewise.
49225         * sysdeps/i386/fpu/e_logf.S: Likewise.
49226         * sysdeps/i386/fpu/e_logl.S: Likewise.
49227         * sysdeps/i386/fpu/e_pow.S: Likewise.
49228         * sysdeps/i386/fpu/e_powf.S: Likewise.
49229         * sysdeps/i386/fpu/e_powl.S: Likewise.
49230         * sysdeps/i386/fpu/e_remainder.S: Likewise.
49231         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
49232         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
49233         * sysdeps/i386/fpu/e_scalb.S: Likewise.
49234         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
49235         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
49236         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
49237         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
49238         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
49239         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
49240         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
49241         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
49242         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
49243         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
49244         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
49245         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
49246         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
49247         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
49248         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
49249         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
49250         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
49251         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
49252         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
49253         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
49254         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
49255         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
49256         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
49257         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
49258         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
49259         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
49260         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
49261         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
49262         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
49263         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
49264         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
49265         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
49266         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
49267         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
49268         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
49269         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
49270         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
49271         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49272         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
49273         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
49274         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
49275         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
49276         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
49277         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
49278         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
49279         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
49280         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
49281         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
49282         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
49283         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
49284         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
49285         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
49286         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
49287         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
49288         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
49289         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
49290         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
49291         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
49292         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
49293         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
49294         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
49295         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
49296         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
49297         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
49298         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
49299         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
49300         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
49301         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
49302         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
49303         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
49304         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
49305         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
49306         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
49307         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
49308         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
49309         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
49310         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
49311         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
49312         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
49313         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
49314         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
49315         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
49316         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
49317         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
49318         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
49319         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
49320         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
49321         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
49322         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
49323         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
49324         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
49325         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49326         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
49327         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
49328         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
49329         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
49330         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
49331         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
49332         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
49333         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
49334         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
49335         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
49336         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
49337         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
49338         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
49339         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
49340         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
49341         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
49342         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
49343         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
49344         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
49345         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
49346         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
49347         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
49348         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
49349         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
49350         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
49351         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
49352         (__isnanf): Likewise.
49353         (__isinf_ns): Likewise.
49354         (__isinf_nsf): Likewise.
49355         (__finite): Likewise.
49356         (__finitef): Likewise.
49357         (__ieee754_sqrt): Define as macro.
49358         (__ieee754_sqrtf): Define as macro.
49359         (__ieee754_sqrtl): Define as macro.
49360         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
49361         inlined copy.
49362         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
49363         __FINITE_MATH_ONLY__ consistent.
49364         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
49366 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
49368         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
49369         of rawmemchr.
49371         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
49373 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
49375         * po/ja.po: Update from translation team.
49377 2011-10-08  Roland McGrath  <roland@hack.frob.com>
49379         * locale/programs/locarchive.c (prepare_address_space): New function.
49380         (create_archive, enlarge_archive, open_archive): Use it.
49382         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
49383         inside [SHARED], where it is used.
49385         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
49387         * nss/getent.c (netgroup_keys): Remove unused variable.
49388         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
49390 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
49392         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
49393         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
49394         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
49395         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
49396         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
49397         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
49398         * math/Makefile (libm-calls): Add s_isinf_ns.
49399         * math/divtc3.c: Use __isinf_nsl instead of isinf.
49400         * math/multc3.c: Likewise.
49401         * math/s_casin.c: Likewise.
49402         * math/s_casinf.c: Likewise.
49403         * math/s_casinl.c: Likewise.
49404         * math/s_ccos.c: Likewise.
49405         * math/s_ccosf.c: Likewise.
49406         * math/s_ccosl.c: Likewise.
49407         * math/s_ctan.c: Likewise.
49408         * math/s_ctanf.c: Likewise.
49409         * math/s_ctanh.c: Likewise.
49410         * math/s_ctanhf.c: Likewise.
49411         * math/s_ctanhl.c: Likewise.
49412         * math/s_ctanl.c: Likewise.
49413         * math/w_fmod.c: Likewise.
49414         * math/w_fmodf.c: Likewise.
49415         * math/w_fmodl.c: Likewise.
49416         * math/w_remainder.c: Likewise.
49417         * math/w_remainderf.c: Likewise.
49418         * math/w_remainderl.c: Likewise.
49419         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
49420         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
49421         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
49422         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
49423         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
49424         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
49425         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
49426         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
49428         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
49429         of the number.
49430         * stdio-common/printf_fphex.c: Likewise.
49431         * stdio-common/printf_size.c: Likewise.
49433         * math/e_exp10.c: Include math_private.h using <...> not "...".
49434         * math/e_exp10f.c: Likewise.
49435         * math/e_exp10l.c: Likewise.
49436         * math/e_exp2l.c: Likewise.
49437         * math/e_j0l.c: Likewise.
49438         * math/e_j1l.c: Likewise.
49439         * math/e_jnl.c: Likewise.
49440         * math/e_lgammal_r.c: Likewise.
49441         * math/e_rem_pio2l.c: Likewise.
49442         * math/e_scalb.c: Likewise.
49443         * math/e_scalbf.c: Likewise.
49444         * math/e_scalbl.c: Likewise.
49445         * math/k_cosl.c: Likewise.
49446         * math/k_sinl.c: Likewise.
49447         * math/k_tanl.c: Likewise.
49448         * math/s_cacoshf.c: Likewise.
49449         * math/s_catan.c: Likewise.
49450         * math/s_catanf.c: Likewise.
49451         * math/s_catanh.c: Likewise.
49452         * math/s_catanhf.c: Likewise.
49453         * math/s_catanhl.c: Likewise.
49454         * math/s_catanl.c: Likewise.
49455         * math/s_ccosh.c: Likewise.
49456         * math/s_ccoshf.c: Likewise.
49457         * math/s_ccoshl.c: Likewise.
49458         * math/s_cexp.c: Likewise.
49459         * math/s_cexpf.c: Likewise.
49460         * math/s_cexpl.c: Likewise.
49461         * math/s_clog.c: Likewise.
49462         * math/s_clog10.c: Likewise.
49463         * math/s_clog10f.c: Likewise.
49464         * math/s_clog10l.c: Likewise.
49465         * math/s_clogf.c: Likewise.
49466         * math/s_clogl.c: Likewise.
49467         * math/s_csin.c: Likewise.
49468         * math/s_csinf.c: Likewise.
49469         * math/s_csinh.c: Likewise.
49470         * math/s_csinhf.c: Likewise.
49471         * math/s_csinhl.c: Likewise.
49472         * math/s_csinl.c: Likewise.
49473         * math/s_csqrt.c: Likewise.
49474         * math/s_csqrtf.c: Likewise.
49475         * math/s_csqrtl.c: Likewise.
49476         * math/s_ctan.c: Likewise.
49477         * math/s_ctanf.c: Likewise.
49478         * math/s_ctanh.c: Likewise.
49479         * math/s_ctanhf.c: Likewise.
49480         * math/s_ctanhl.c: Likewise.
49481         * math/s_ctanl.c: Likewise.
49482         * math/s_ldexp.c: Likewise.
49483         * math/s_ldexpf.c: Likewise.
49484         * math/s_ldexpl.c: Likewise.
49485         * math/s_significand.c: Likewise.
49486         * math/s_significandf.c: Likewise.
49487         * math/s_significandl.c: Likewise.
49488         * math/w_acos.c: Likewise.
49489         * math/w_acosf.c: Likewise.
49490         * math/w_acosh.c: Likewise.
49491         * math/w_acoshf.c: Likewise.
49492         * math/w_acoshl.c: Likewise.
49493         * math/w_acosl.c: Likewise.
49494         * math/w_asin.c: Likewise.
49495         * math/w_asinf.c: Likewise.
49496         * math/w_asinl.c: Likewise.
49497         * math/w_atan2.c: Likewise.
49498         * math/w_atan2f.c: Likewise.
49499         * math/w_atan2l.c: Likewise.
49500         * math/w_atanh.c: Likewise.
49501         * math/w_atanhf.c: Likewise.
49502         * math/w_atanhl.c: Likewise.
49503         * math/w_cosh.c: Likewise.
49504         * math/w_coshf.c: Likewise.
49505         * math/w_coshl.c: Likewise.
49506         * math/w_dremf.c: Likewise.
49507         * math/w_exp10.c: Likewise.
49508         * math/w_exp10f.c: Likewise.
49509         * math/w_exp10l.c: Likewise.
49510         * math/w_exp2.c: Likewise.
49511         * math/w_exp2f.c: Likewise.
49512         * math/w_fmod.c: Likewise.
49513         * math/w_fmodf.c: Likewise.
49514         * math/w_fmodl.c: Likewise.
49515         * math/w_hypot.c: Likewise.
49516         * math/w_hypotf.c: Likewise.
49517         * math/w_hypotl.c: Likewise.
49518         * math/w_j0.c: Likewise.
49519         * math/w_j0f.c: Likewise.
49520         * math/w_j0l.c: Likewise.
49521         * math/w_j1.c: Likewise.
49522         * math/w_j1f.c: Likewise.
49523         * math/w_j1l.c: Likewise.
49524         * math/w_jn.c: Likewise.
49525         * math/w_jnf.c: Likewise.
49526         * math/w_jnl.c: Likewise.
49527         * math/w_lgamma.c: Likewise.
49528         * math/w_lgamma_r.c: Likewise.
49529         * math/w_lgammaf.c: Likewise.
49530         * math/w_lgammaf_r.c: Likewise.
49531         * math/w_lgammal.c: Likewise.
49532         * math/w_lgammal_r.c: Likewise.
49533         * math/w_log.c: Likewise.
49534         * math/w_log10.c: Likewise.
49535         * math/w_log10f.c: Likewise.
49536         * math/w_log10l.c: Likewise.
49537         * math/w_log2.c: Likewise.
49538         * math/w_log2f.c: Likewise.
49539         * math/w_log2l.c: Likewise.
49540         * math/w_logf.c: Likewise.
49541         * math/w_logl.c: Likewise.
49542         * math/w_pow.c: Likewise.
49543         * math/w_powf.c: Likewise.
49544         * math/w_powl.c: Likewise.
49545         * math/w_remainder.c: Likewise.
49546         * math/w_remainderf.c: Likewise.
49547         * math/w_remainderl.c: Likewise.
49548         * math/w_scalb.c: Likewise.
49549         * math/w_scalbf.c: Likewise.
49550         * math/w_scalbl.c: Likewise.
49551         * math/w_sinh.c: Likewise.
49552         * math/w_sinhf.c: Likewise.
49553         * math/w_sinhl.c: Likewise.
49554         * math/w_sqrt.c: Likewise.
49555         * math/w_sqrtf.c: Likewise.
49556         * math/w_sqrtl.c: Likewise.
49557         * math/w_tgamma.c: Likewise.
49558         * math/w_tgammaf.c: Likewise.
49559         * math/w_tgammal.c: Likewise.
49561         * po/ja.po: Update from translation team.
49563 2011-09-29  Andreas Jaeger  <aj@suse.de>
49565         [BZ #13179]
49566         * sunrpc/netname.c (netname2host): Fix logic.
49568         [BZ #6779]
49569         [BZ #6783]
49570         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
49571         correctly.
49572         * math/w_remainder.c (__remainder): Likewise.
49573         * math/w_remainderf.c (__remainderf): Likewise.
49574         * math/libm-test.inc (remainder_test): Add test cases.
49576 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49578         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
49579         sdiv_qrnnd.
49581 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49583         * string/test-memcmp.c: Avoid unncessary #defines.
49584         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
49586 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49588         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
49589         Use new sse2 version for core i3 - i7 as it's faster
49590         than sse42 version.
49591         (bit_Prefer_PMINUB_for_stringop): New.
49592         * sysdeps/x86_64/rawmemchr.S: Update.
49593         Replace with faster SSE2 version.
49594         * sysdeps/x86_64/memrchr.S: New file.
49595         * sysdeps/x86_64/memchr.S: Update.
49596         Replace with faster SSE2 version.
49598 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
49600         * elf/dl-load.c (lose): Add cast to avoid warning.
49602 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49604         * po/ca.po: Update from translation team.
49606         * inet/getnetgrent_r.c: Hook up nscd.
49607         * nscd/Makefile (routines): Add nscd_netgroup.
49608         (nscd-modules): Add netgroupcache.
49609         (CFLAGS-netgroupcache.c): Define.
49610         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
49611         (cache_search): Add const to second parameter.
49612         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
49613         INNETGR.
49614         (dbs): Add netgrdb entry.
49615         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
49616         (verify_persistent_db): Handle netgrdb.
49617         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
49618         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
49619         GETFDNETGR.
49620         (netgroup_response_header): Define.
49621         (innetgroup_response_header): Define.
49622         (datahead): Add netgroup_response_header and innetgroup_response_header
49623         elements.
49624         * nscd/nscd.conf: Add entries for netgroup cache.
49625         * nscd/nscd.h (dbtype): Add netgrdb.
49626         (_PATH_NSCD_NETGROUP_DB): Define.
49627         (netgroup_iov_disabled): Declare.
49628         (xmalloc, xcalloc, xrealloc): Move declarations here.
49629         (cache_search): Adjust prototype.
49630         Add netgroup-related prototypes.
49631         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
49632         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
49633         (__nscd_innetgr): Declare.
49634         * nscd/selinux.c (perms): Use access_vector_t as element type and
49635         add netgroup-related initializers.
49636         * nscd/netgroupcache.c: New file.
49637         * nscd/nscd_netgroup.c: New file.
49638         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
49639         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
49640         For four parameters use innetgr.
49641         * nss/nss_files/files-init.c: Add definition and callback for netgr.
49642         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
49643         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
49644         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
49646         * nscd/connections.c (register_traced_file): Don't register file
49647         for disabled databases.
49649 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
49651         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
49653         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
49654         from tree and freeing node.
49656 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
49658         * nss/nsswitch.c (__nss_database_lookup): Handle
49659         nss_parse_service_list out of memory case.
49661 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
49663         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
49664         out of memory case.
49666 2011-10-04  Andreas Schwab  <schwab@redhat.com>
49668         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
49669         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
49670         pass it down.
49671         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
49672         elf_machine_rela, elf_machine_lazy_rel.
49673         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
49674         (ELF_DYNAMIC_DO_REL): Likewise.
49675         (ELF_DYNAMIC_DO_RELA): Likewise.
49676         (ELF_DYNAMIC_RELOCATE): Likewise.
49677         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
49678         to ELF_DYNAMIC_DO_REL.
49679         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
49680         (dl_main): In trace mode always set __RTLD_NOIFUNC.
49681         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
49682         elf_machine_rela.
49683         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
49684         skip_ifunc, don't call ifunc function if non-zero.
49685         (elf_machine_rela): Likewise.
49686         (elf_machine_lazy_rel): Likewise.
49687         (elf_machine_lazy_rela): Likewise.
49688         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
49689         (elf_machine_lazy_rel): Likewise.
49690         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
49691         Likewise.
49692         (elf_machine_lazy_rel): Likewise.
49693         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49694         Likewise.
49695         (elf_machine_lazy_rel): Likewise.
49696         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
49697         (elf_machine_lazy_rel): Likewise.
49698         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
49699         (elf_machine_lazy_rel): Likewise.
49700         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
49701         (elf_machine_lazy_rel): Likewise.
49702         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
49703         (elf_machine_lazy_rel): Likewise.
49704         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
49705         (elf_machine_lazy_rel): Likewise.
49706         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
49707         (elf_machine_lazy_rel): Likewise.
49709 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
49711         * nss/nss_files/files-init.c (_nss_files_init): Use static
49712         initialization for all the *_traced_file variables.
49714 2011-09-28  Andreas Schwab  <schwab@redhat.com>
49716         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49718 2011-09-27  Roland McGrath  <roland@hack.frob.com>
49720         [BZ #13226]
49721         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
49723 2011-09-27  Andreas Schwab  <schwab@redhat.com>
49725         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
49726         Reread the line before reparsing it.
49728 2011-09-26  Andreas Schwab  <schwab@redhat.com>
49730         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
49732 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
49733             Maxim Kuvyrkov  <maxim@codesourcery.com>
49734             Joseph Myers  <joseph@codesourcery.com>
49736         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
49737         if needed for __stack_chk_guard.
49739 2011-09-19  Roland McGrath  <roland@hack.frob.com>
49741         * sysdeps/posix/spawni.c (script_execute): Always define it.
49742         It will be optimized away if unused.
49743         (maybe_script_execute): New function.
49744         (__spawni): Call it.
49746         * Makerules: Don't include tls.make.
49747         (config-tls): Always set to thread.
49748         * tls.make.c: File removed.
49750 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
49752         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
49753         * config.make.in (CPPFLAGS-config): New substituted variable.
49755 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49757         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
49759         [BZ #13192]
49760         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
49761         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
49763 2011-09-15  Roland McGrath  <roland@hack.frob.com>
49765         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
49766         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
49767         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
49768         (CALL_FAIL): Likewise.
49769         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
49770         (CALL_FAIL): Macro removed.
49771         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
49773 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49775         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
49776         for __FINITE_MATH_ONLY__ == 1.
49778 2011-09-15  Andreas Schwab  <schwab@redhat.com>
49780         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
49781         __ieee754_sqrt instead of sqrt.
49782         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
49783         __ieee754_sqrtf instead of sqrtf.
49784         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
49785         __floorf instead of floorf.
49786         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
49787         __floorf, __truncf instead of floorf, truncf.
49789 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
49791         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
49793         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
49794         __extern_always_inline.
49795         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
49796         32-bit.
49798 2011-09-14  Andreas Schwab  <schwab@redhat.com>
49800         * elf/rtld.c (dl_main): Also relocate in dependency order when
49801         doing symbol dependency testing.
49803 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
49805         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49806         Always define `refsym'.
49808 2011-09-13  Andreas Schwab  <schwab@redhat.com>
49810         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
49811         (__FD_ELT): Renamed from __FDELT.
49812         * misc/bits/select2.h (__FD_ELT): Likewise.
49813         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
49814         __FD_MASK instead of __FDELT, __FDMASK.
49815         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
49816         Likewise.
49817         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
49818         Likewise.
49820         * elf/Makefile (gen-ldd): Fix pattern.
49822         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
49823         (init_tls): Likewise.
49825 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
49827         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
49829 2011-09-12  Andreas Schwab  <schwab@redhat.com>
49831         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
49832         `struct cmsghdr *' instead of `void *'.
49833         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
49834         Likewise.
49836 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
49838         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
49839         if non-absolute.
49840         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
49841         ldd_rewrite_script.
49843 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
49845         * configure.in: Remove --with-tls option.
49846         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
49847         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
49848         out in case it is missing.
49849         * sysdeps/ia64/elf/configure.in: Likewise.
49850         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
49851         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
49852         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
49853         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
49854         * sysdeps/sh/elf/configure.in: Likewise.
49855         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
49856         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
49857         * sysdeps/x86_64/elf/configure.in: Likewise.
49858         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
49859         * sysdeps/mach/hurd/tls.h: Likewise.
49861         [BZ #13067]
49862         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
49864         [BZ #13090]
49865         * configure.in: Fix use of AC_INIT.
49867         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
49869 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
49871         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
49872         __set_errno.
49873         * malloc/hooks.c: Likewise.
49875         [BZ #11929]
49876         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
49877         variables statically.
49878         (narenas): Initialize.
49879         (list_lock): Initialize.
49880         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
49881         initializtion of main_arena and list_lock.  Small cleanups.
49882         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
49883         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
49884         Add initializers to main_arena and mp_.
49885         (malloc_state): Remove pagesize member.  Change all users to use
49886         GLRO(dl_pagesize).
49888         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
49889         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
49890         is always initialized.
49892         * malloc/malloc.c: Removed unused configurations and dead code.
49893         * malloc/arena.c: Likewise.
49894         * malloc/hooks.c: Likewise.
49895         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
49897         * include/tls.h: Removed.  USE___THREAD must always be defined.
49898         * bits/libc-tsd.h: Don't handle !USE___THREAD.
49899         * elf/dl-libc.c: Likewise.
49900         * elf/dl-tsd.c: Likewise.
49901         * include/errno.h: Likewise.
49902         * include/netdb.h: Likewise.
49903         * include/resolv.h: Likewise.
49904         * inet/herrno-loc.c: Likewise.
49905         * inet/herrno.c: Likewise.
49906         * malloc/arena.c: Likewise.
49907         * malloc/hooks.c: Likewise.
49908         * malloc/malloc.c: Likewise.
49909         * resolv/res-state.c: Likewise.
49910         * resolv/res_libc.c: Likewise.
49911         * sysdeps/i386/dl-machine.h: Likewise.
49912         * sysdeps/ia64/dl-machine.h: Likewise.
49913         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
49914         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
49915         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
49916         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
49917         * sysdeps/sh/dl-machine.h: Likewise.
49918         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
49919         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
49920         * sysdeps/unix/i386/sysdep.S: Likewise.
49921         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
49922         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
49923         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
49924         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
49925         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
49926         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
49927         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
49928         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
49929         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
49930         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
49931         * sysdeps/unix/x86_64/sysdep.S: Likewise.
49932         * sysdeps/x86_64/dl-machine.h: Likewise.
49933         * tls.make.c: Likewise.
49935         * configure.in: Remove --with-__thread option.  Make tests for
49936         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
49937         tls_model attribute fail if no support is available.  Remove
49938         USE_IN_LIBIO.
49939         * Makeconfig: Adjust for dropped configure option.  All features are
49940         now mandatory.
49941         * Makerules: Likewise.
49942         * Versions.def: Likewise.
49943         * argp/argp-fmtstream.c: Likewise.
49944         * argp/argp-fmtstream.h: Likewise.
49945         * argp/argp-help.c: Likewise.
49946         * assert/assert.c: Likewise.
49947         * config.h.in: Likewise.
49948         * config.make.in: Likewise.
49949         * configure: Likewise.
49950         * configure.in: Likewise.
49951         * csu/Versions: Likewise.
49952         * csu/init.c: Likewise.
49953         * elf/tst-audit2.c: Likewise.
49954         * elf/tst-tls10.c: Likewise.
49955         * elf/tst-tls10.h: Likewise.
49956         * elf/tst-tls11.c: Likewise.
49957         * elf/tst-tls12.c: Likewise.
49958         * elf/tst-tls14.c: Likewise.
49959         * elf/tst-tlsmod11.c: Likewise.
49960         * elf/tst-tlsmod12.c: Likewise.
49961         * elf/tst-tlsmod13.c: Likewise.
49962         * elf/tst-tlsmod13a.c: Likewise.
49963         * elf/tst-tlsmod14a.c: Likewise.
49964         * elf/tst-tlsmod15b.c: Likewise.
49965         * elf/tst-tlsmod16a.c: Likewise.
49966         * elf/tst-tlsmod16b.c: Likewise.
49967         * elf/tst-tlsmod7.c: Likewise.
49968         * elf/tst-tlsmod8.c: Likewise.
49969         * elf/tst-tlsmod9.c: Likewise.
49970         * gmon/gmon.c: Likewise.
49971         * grp/fgetgrent_r.c: Likewise.
49972         * grp/putgrent.c: Likewise.
49973         * hurd/fopenport.c: Likewise.
49974         * include/libc-symbols.h: Likewise.
49975         * include/tls.h: Likewise.
49976         * intl/gettextP.h: Likewise.
49977         * intl/loadinfo.h: Likewise.
49978         * locale/global-locale.c: Likewise.
49979         * locale/localeinfo.h: Likewise.
49980         * mach/devstream.c: Likewise.
49981         * malloc/arena.c: Likewise.
49982         * malloc/set-freeres.c: Likewise.
49983         * misc/err.c: Likewise.
49984         * misc/getttyent.c: Likewise.
49985         * misc/mntent_r.c: Likewise.
49986         * posix/getopt.c: Likewise.
49987         * posix/wordexp.c: Likewise.
49988         * pwd/fgetpwent_r.c: Likewise.
49989         * resolv/Versions: Likewise.
49990         * resolv/res_hconf.c: Likewise.
49991         * shadow/fgetspent_r.c: Likewise.
49992         * shadow/putspent.c: Likewise.
49993         * stdio-common/printf_fphex.c: Likewise.
49994         * stdio-common/tmpfile.c: Likewise.
49995         * stdlib/abort.c: Likewise.
49996         * stdlib/fmtmsg.c: Likewise.
49997         * sunrpc/auth_unix.c: Likewise.
49998         * sunrpc/clnt_perr.c: Likewise.
49999         * sunrpc/clnt_tcp.c: Likewise.
50000         * sunrpc/clnt_udp.c: Likewise.
50001         * sunrpc/clnt_unix.c: Likewise.
50002         * sunrpc/openchild.c: Likewise.
50003         * sunrpc/svc_simple.c: Likewise.
50004         * sunrpc/svc_tcp.c: Likewise.
50005         * sunrpc/svc_udp.c: Likewise.
50006         * sunrpc/svc_unix.c: Likewise.
50007         * sunrpc/xdr.c: Likewise.
50008         * sunrpc/xdr_array.c: Likewise.
50009         * sunrpc/xdr_rec.c: Likewise.
50010         * sunrpc/xdr_ref.c: Likewise.
50011         * sunrpc/xdr_stdio.c: Likewise.
50013 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
50015         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50017 2011-07-03  Andreas Jaeger  <aj@suse.de>
50019         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
50020         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
50021         regenerate with gen-libm-tests.pl.
50023 2010-05-12  Petr Baudis  <pasky@suse.cz>
50025         [BZ #11589]
50026         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
50027         around j0() zero points by switching to j1().
50028         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
50029         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
50030         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
50031         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
50033 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
50035         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
50036         instead of 0.
50037         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
50038         instead of 0.
50039         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
50040         Patch in part by Pavel Roskin <proski@gnu.org>.
50042         [BZ #13138]
50043         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
50044         realloc.
50045         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
50046         Free memory block if necessary.
50048         [BZ #12847]
50049         * libio/genops.c (INTDEF): For string streams the _lock pointer can
50050         be NULL.  Don't lock in this case.
50052 2011-09-09  Roland McGrath  <roland@hack.frob.com>
50054         * elf/elf.h (ELFOSABI_GNU): New macro.
50055         (ELFOSABI_LINUX): Define to that.
50057 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
50059         * string/strncat.c (strncat): Undef the symbol in case it has been
50060         defined in bits/string.h.
50062 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
50064         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
50066         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
50067         link map.
50069 2011-08-17  Andreas Jaeger  <aj@suse.de>
50071         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
50073 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
50074             Ian Lance Taylor  <iant@google.com>
50076         * math/libm-test.inc (lround_test): New testcase.
50077         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
50079 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
50081         * Makefile: Remove support for automatic cvs check-ins.
50082         * Makerules: Likewise.
50083         * config.make.in: Likewise.
50084         * configure.in: Likewise.
50085         * intl/Makefile: Likewise.
50086         * locale/Makefile: Likewise.
50087         * po/Makefile: Likewise.
50088         * posix/Makefile: Likewise.
50089         * sysdeps/gnu/Makefile: Likewise.
50090         * sysdeps/mach/hurd/Makefile: Likewise.
50091         * sysdeps/sparc/sparc32/Makefile: Likewise.
50093         [BZ #13118]
50094         * posix/Makefile (bug-regex32-ENV): Define.
50095         Patch by John Stanley <jpsinthemix@verizon.net>.
50097         * misc/Makefile (headers): Add bits/select2.h.
50098         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
50099         * misc/bits/select2.h: New file.
50100         * include/bits/select2.h: New file.
50101         * debug/Makefile (routines): Add fdelt_chk.
50102         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
50103         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
50104         FD_ISSET.
50105         * debug/fdelt_chk.c: New file.
50107         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
50108         * wcsmbs/test-wmemcmp.c: Likewise.
50109         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
50110         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
50112 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50114         * string/Makefile (strop-tests): Add memcmp.
50115         * string/test-wmemcmp.c: New file.
50116         * string/test-memcmp.c: Add wmemcmp support.
50118 2011-09-08  Roland McGrath  <roland@hack.frob.com>
50120         [BZ #13153]
50121         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
50122         2011-07-19 change.
50124         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
50125         garbage value in a __mach_port_mod_refs call in the cases of the
50126         task-self and thread-self ports.
50128 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50130         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
50132 2011-09-08  Andreas Schwab  <schwab@redhat.com>
50134         * elf/dl-load.c (lose): Check for non-null L.
50136 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
50138         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
50140         * elf/dl-libc.c (dlerror_run): Pass back error code from
50141         dl_catch_error.
50143         [BZ #13123]
50144         * elf/dl-load.c (lose): Free l_origin if it is valid.
50146         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
50147         names.
50148         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
50149         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
50150         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50151         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
50152         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
50153         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
50155 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50157         * sysdeps/powerpc/fpu/e_hypot.c: New file.
50158         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
50159         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
50160         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
50161         * sysdeps/powerpc/fpu/k_cosf.c: New file.
50162         * sysdeps/powerpc/fpu/k_sinf.c: New file.
50163         * sysdeps/powerpc/fpu/s_cosf.c: New file.
50164         * sysdeps/powerpc/fpu/s_sinf.c: New file.
50165         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
50166         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
50168 2011-08-15  Alan Modra  <amodra@gmail.com>
50170         [BZ #13092]
50171         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
50172         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
50173         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
50174         ppc_mcount to static-only-routines.
50175         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
50176         __mcount_internal.
50177         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
50178         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
50180 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
50182         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
50183         for finite and infinity parameters.
50185 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
50187         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
50188         and add nop instructions for throughput optimization.
50189         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
50191 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
50193         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
50194         aligned copy for power7 with vector-scalar instructions.
50195         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
50197 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
50199         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
50200         AVX check.
50202 2011-09-07  Andreas Schwab  <schwab@redhat.com>
50204         [BZ #13144]
50205         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
50206         last change.
50208 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
50210         * sysdeps/unix/sysv/linux/x86_64/init-first.c
50211         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
50212         syscall wrapper around clock_gettime in __vdso_clock_gettime.
50213         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
50214         clock_gettime.
50216 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
50218         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
50219         Forgot to demangle the pointer.
50221         * sysdeps/i386/sysdep.h: Define atom_text_section.
50222         * sysdeps/x86_64/sysdep.h: Likewise.
50223         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
50224         section with atom_text_section.
50225         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
50226         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
50227         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
50228         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
50229         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
50231         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
50232         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
50233         already be defined.  Change to take two parameters and don't assign
50234         result to variable.  Adjust all users.
50235         Define INTERNAL_GETTIME if not already defined.
50236         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
50237         call.
50238         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
50239         HAVE_CLOCK_GETTIME_VSYSCALL.
50240         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
50242         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
50243         gettimeofday vsyscall, just use time.
50245 2011-09-06  Andreas Schwab  <schwab@redhat.com>
50247         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
50248         <errno.h>.
50250 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
50252         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
50253         syscall on x86-64.
50254         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
50255         syscall.
50256         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
50257         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
50258         syscall if possible.
50260 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50262         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
50263         e_ident.  Don't pass to find_mapsXX.
50264         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
50266 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50268         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50269         strchr-sse2-no-bsf strrchr-sse2-no-bsf
50270         * sysdeps/x86_64/multiarch/strchr.S: Update.
50271         Check bit_slow_BSF bit.
50272         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
50273         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
50274         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
50276 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50278         [BZ #13134]
50279         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
50280         before glibc 2.15.
50281         (tryshell): Define.
50282         (__spawni): Change last parameter to be flag.  Test
50283         SPAWN_XFLAGS_USE_PATH flag to use path or not.
50284         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
50285         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
50286         * posix/spawni.c: Likewise.
50287         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
50288         * posix/spawnp.c: Likewise.  Change normal version to use
50289         SPAWN_XFLAGS_USE_PATH.
50290         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
50291         SPAWN_XFLAGS_TRY_SHELL.
50293         [BZ #13150]
50294         * posix/glob.h: Remove gcc 1.x support.
50296         [BZ #13068]
50297         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
50299 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50301         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50302         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
50303         strrchr-sse2-bsf
50304         * sysdeps/i386/i686/multiarch/strchr.S: New file.
50305         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
50306         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
50307         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
50308         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
50309         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
50311 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50313         * sysdeps/x86_64/wcscmp.S: New file.
50315         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
50316         wcscmp-c wcscmp-sse2
50317         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
50318         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
50319         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
50320         * wcsmbs/wcscmp.c: Allow renaming.
50322 2011-09-05  David S. Miller  <davem@davemloft.net>
50324         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
50325         stack slot, rather than the struct return pointer slot.
50326         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
50327         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
50328         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
50329         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
50331 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50333         * po/ja.po: Update from translation team.
50335         [BZ #13144]
50336         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
50337         kernel in 64-bit binaries.
50339 2011-09-01  David S. Miller  <davem@davemloft.net>
50341         * elf/elf.h (HWCAP_SPARC_*): Move to..
50342         * sysdeps/sparc/sysdep.h: this new file and add new values.
50343         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
50344         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
50345         _DL_HWCAP_COUNT to 24.
50346         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
50347         entries.
50348         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
50349         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
50350         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
50351         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
50352         instead of magic constants.
50353         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
50355 2011-08-31  David S. Miller  <davem@davemloft.net>
50357         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
50358         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
50359         Reimplement to do errno handling inline.
50360         (SYSCALL_ERROR_HANDLER): New macro.
50361         (__SYSCALL_STRING): Do not do errno handling in asm.
50362         (__CLONE_SYSCALL_STRING): Delete.
50363         (__INTERNAL_SYSCALL_STRING): Delete.
50364         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
50365         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
50366         (PSEUDO): Reimplement to do errno handling inline.
50367         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
50368         (SYSCALL_ERROR_HANDLER): New macro.
50369         (__SYSCALL_STRING): Do not do errno handling in asm.
50370         (__CLONE_SYSCALL_STRING): Delete.
50371         (__INTERNAL_SYSCALL_STRING): Delete.
50372         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
50373         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
50374         i386.
50375         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
50376         (inline_syscall*): Add 'err' argument.
50377         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
50378         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
50379         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
50380         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
50382         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
50383         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
50385 2011-08-30  Andreas Schwab  <schwab@redhat.com>
50387         * elf/rtld.c (dl_main): Relocate objects in dependency order.
50389 2011-08-29  Jiri Olsa <jolsa@redhat.com>
50391         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
50392         directive.
50394 2011-08-24  David S. Miller  <davem@davemloft.net>
50396         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
50398 2011-08-24  Andreas Schwab  <schwab@redhat.com>
50400         * elf/Makefile: Add rules to build and run unload8 test.
50401         * elf/unload8.c: New file.
50402         * elf/unload8mod1.c: New file.
50403         * elf/unload8mod1x.c: New file.
50404         * elf/unload8mod2.c: New file.
50405         * elf/unload8mod3.c: New file.
50407         * elf/dl-close.c (_dl_close_worker): Reset private search list if
50408         it wasn't used.
50410 2011-08-23  David S. Miller  <davem@davemloft.net>
50412         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
50413         subtract stack bias.
50414         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
50415         %sp not %fp in calculations.
50416         (_JMPBUF_UNWINDS_ADJ): Likewise.
50418         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
50419         (aio_suspend): Call it to force an exception region around the
50420         AIO_MISC_WAIT() invocation.
50422 2011-08-23  Andreas Schwab  <schwab@redhat.com>
50424         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
50425         backslash.
50427 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
50429         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
50430         protection macro.
50431         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
50432         and <dl-machine.h>.
50433         (Elf64_FuncDesc): Remove.
50435 2011-08-22  David S. Miller  <davem@davemloft.net>
50437         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
50438         sigaltstack check, add missing cfi directives.
50439         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
50440         missing cfi directives, and sigaltstack handling.
50442 2011-08-16  Andreas Schwab  <schwab@redhat.com>
50444         [BZ #11724]
50445         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
50446         object is seen twice.
50447         * elf/dl-fini.c (_dl_sort_fini): Likewise.
50449         * elf/Makefile (distribute): Add tst-initorder2.c.
50450         (tests): Add tst-initorder2.
50451         (modules-names): Add tst-initorder2a tst-initorder2b
50452         tst-initorder2c tst-initorder2d.  Add rules to build them.
50453         ($(objpfx)tst-initorder2.out): New rule.
50454         * elf/tst-initorder2.c: New file.
50455         * elf/tst-initorder2.exp: New file.
50457 2011-08-22  Andreas Schwab  <schwab@redhat.com>
50459         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
50461         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
50462         dependencies back to end of function.
50464         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
50465         $(elfobjdir)/ld.so.
50467 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
50469         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
50470         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
50471         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
50472         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
50473         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
50474         of __vdso_gettimeofday.
50475         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
50476         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
50477         attribute_hidden.
50478         (_libc_vdso_platform_setup): Remove initialization of
50479         __vdso_gettimeofday and __vdso_time.
50481 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50483         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
50484         and fgetc_unlocked.
50485         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
50486         getc_unlocked.
50488         * elf/dl-open.c (add_to_global): Report additions to the global scope
50489         for LD_DEBUG=scopes.
50490         (dl_open_worker): Also print scope of newly loaded dependencies.
50491         (_dl_show_scope): Indicate if there is no scope.
50493         [BZ #13114]
50494         * stdio-common/Makefile (tests): Add bug24.
50495         * stdio-common/bug24.c: New file.
50497 2011-08-19  Andreas Jaeger  <aj@suse.de>
50499         [BZ #13114]
50500         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
50501         non-existant file when using close-on-exec mode.
50503 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50505         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
50506         the very first instruction.
50508         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
50509         the CFI state in the end.
50510         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
50511         inclusion of dl-trampoline.h.
50512         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
50514 2011-08-19  Andreas Schwab  <schwab@redhat.com>
50516         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
50517         expectations for long double.
50519         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
50520         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
50522 2011-08-14  David S. Miller  <davem@davemloft.net>
50524         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
50525         artificual limit depends upon the system page size.
50527 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50529         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
50530         * resolv/Makefile: Define CFLAGS-libresolv.
50532 2011-08-17  Andreas Schwab  <schwab@redhat.com>
50534         * nss/makedb.c (compute_tables): Make variables used in nested
50535         function static.
50537 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50539         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
50540         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
50541         if buffer was too small.
50543         * elf/pldd.c (main): Attach to all threads in the process.
50544         Rewrite /proc handling to use *at functions.
50546 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
50548         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
50549         specifies first scope to show.
50550         (dl_open_worker): Update callers.  Move printing scope of new
50551         object to before the relocation.
50552         * elf/rtld.c (dl_main): Update _dl_show_scope call.
50553         * sysdeps/generic/ldsodefs.h: Update declaration.
50555         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
50556         string for the scope number.
50558 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
50560         * nscd/servicescache.c (cache_addserv): Make sure written is always
50561         initialized.
50563 2011-08-14  Roland McGrath  <roland@hack.frob.com>
50565         * sysdeps/i386/i486/bits/atomic.h
50566         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
50567         statement expression, so as to suppress "set but not used" warning.
50568         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
50570         * string/strncat.c (STRNCAT): Use prototype definition.
50572         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
50573         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
50574         -Iprograms here.
50575         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
50576         (localedef-modules): Add localedef.
50577         (locale-modules): Add locale.
50579         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
50580         * elf/rtld.c (dl_main): Invert order of assignment in last change,
50581         to avoid a warning.
50583 2011-08-14  David S. Miller  <davem@davemloft.net>
50585         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
50586         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
50588 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
50590         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
50591         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
50592         * elf/rtld.c (dl_main): Set l_name of vDSO.
50593         Call _dl_show_scope when DL_DEBUG_SCOPES.
50594         (process_dl_debug): Recognize scopes flag and also set it for all.
50595         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
50596         Declare _dl_show_scope.
50598         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
50599         (do_dlopen): Pass caller_dlopen to dl_open.
50600         (__libc_dlopen_mode): Initialize caller_dlopen.
50602         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
50603         of libc.  Make tolower call locale-independent.  Optimize a bit by
50604         using isdigit instead of isalnum.
50605         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
50607 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
50609         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
50610         was a dependency or dynamically loaded.
50612 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
50614         * intl/l10nflist.c: Allow architecture-specific pop function.
50615         * sysdeps/x86_64/l10nflist.c: New file.
50617         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
50618         classification.
50620 2011-08-10  Andreas Schwab  <schwab@redhat.com>
50622         * include/dirent.h: Add libc_hidden_proto for scandirat and
50623         scandirat64.  Don't declare __scandirat64.
50624         * dirent/scandirat.c: Add libc_hidden_def.
50625         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
50626         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
50628 2011-08-10  David S. Miller  <davem@davemloft.net>
50630         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
50631         enum.
50632         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50633         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50634         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50636 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
50638         * Versions.def [libc]: Add GLIBC_2.15.
50639         * dirent/Makefile (routines): Add scandirat and scandirat64.
50640         * dirent/Versions [libc]: Export scandirat and scandirat64 for
50641         GLIBC_2.15.
50642         * dirent/dirent.h: Declare scandirat and scandirat64.
50643         * dirent/scandirat.c: New file.
50644         * dirent/scandirat64.c: New file.
50645         * sysdeps/wordsize-64/scandirat.c: New file.
50646         * sysdeps/wordsize-64/scandirat64.c: New file.
50647         * dirent/opendir.c: Define opendirat.
50648         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
50649         using scandirat.
50650         * dirent/scandir64.c: Adjust for scandir.c change.
50651         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
50652         __scandirat64, and __scandir_cancel_handler.
50653         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
50654         additional parameter and use openat instead of open (outside of ld.so).
50655         Add new __opendir as wrapper around __opendirat.
50656         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
50657         here without requiring old scandirat implementation.
50659 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
50661         * dirent/scandir.c (cancel_handler): Renamed to
50662         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
50663         defined.  Adjust users.
50664         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
50665         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
50667 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
50669         * string/test-string.h (IMPL): Use __STRING to expand name and then
50670         stringify it.
50672         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
50673         of cleanups.
50675 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50677         * string/Makefile: Update.
50678         (strop-tests): Append strncat.
50679         * string/test-wcscmp.c: New file.
50680         New comprehensive test for wcscmp.
50681         * string/test-strcmp.c: Update.
50682         (WIDE): New define.
50684 2011-07-22  Andreas Schwab  <schwab@redhat.com>
50686         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
50687         line.
50689 2011-07-26  Andreas Schwab  <schwab@redhat.com>
50691         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
50692         encoding to ACE if AI_IDN.
50694 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
50696         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
50697         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
50699 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50701         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
50702         Fix overflow bug in strncat.
50703         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
50705         * string/test-strncat.c: Update.
50706         Add new tests for checking overflow bugs.
50708 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50710         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50711         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
50712         * sysdeps/i386/i686/multiarch/strcat.S: New file.
50713         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
50714         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
50715         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
50716         * sysdeps/i386/i686/multiarch/strncat.S: New file.
50717         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
50718         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
50720         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
50721         (USE_AS_STRCAT): Define.
50722         Add strcat and strncat support.
50723         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50725 2011-07-25  Andreas Schwab  <schwab@redhat.com>
50727         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
50728         __n bigger than INT_MAX+1.
50729         (__strncmp_g): Likewise.
50731 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
50733         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
50734         * libio/stido.h: Likewise.
50736         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
50737         (AF_NFC): Define.
50738         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
50739         (AF_NFC): Define.
50741         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
50742         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50743         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50744         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
50745         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50747         [BZ #13021]
50748         * scripts/test-installation.pl: Don't expect libnss_test1 to be
50749         installed.
50751         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
50752         typo.
50753         (_dl_x86_64_save_sse): Likewise.
50755 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
50757         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
50758         OSXSAVE.
50759         (_dl_x86_64_save_sse): Likewise.
50761         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
50763         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
50765 2011-07-21  Andreas Schwab  <schwab@redhat.com>
50767         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
50768         change.
50769         (_dl_x86_64_save_sse): Use correct AVX check.
50771 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50773         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
50774         bug in strncpy/strncat.
50775         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
50777 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
50779         * string/tester.c (test_strcat): Add tests for different alignments
50780         of source and destination.
50781         (test_strncat): Likewise.
50783 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50785         [BZ #12852]
50786         * posix/glob.c (glob): Check passed in values before using them in
50787         expressions to avoid some overflows.
50788         (glob_in_dir): Likewise.
50790         [BZ #13007]
50791         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
50792         check for AVX enablement so that we don't crash with old kernels and
50793         new hardware.
50794         * elf/tst-audit4.c: Add same checks here.
50795         * elf/tst-audit6.c: Likewise.
50797         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
50799 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
50801         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
50803 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50805         * po/cs.po: Update from translation team.
50806         * po/bg.po: Likewise.
50808 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
50810         * misc/sys/cdefs.h: Add support for const attribute.
50811         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
50812         to gnu_dev_{major,minor,makedev} functions.
50814 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
50816         * intl/dcigettext.c (get_output_charset): Add missing bracket.
50818 2011-07-20  Andreas Schwab  <schwab@redhat.com>
50820         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
50821         strlen results.
50823 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
50825         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
50826         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
50827         register in order to avoid conflicts with the soft frame pointer
50828         being held in r11 when necessary.
50829         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
50830         (INTERNAL_VSYSCALL_NCS): Likewise.
50832 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
50834         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
50835         * elf/dl-fini.c (_dl_fini): Adjust caller.
50836         * elf/dl-close.c (_dl_close_worker): Likewise.
50837         * sysdeps/generic/ldsodefs.h: Adjust declaration.
50839 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
50841         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
50842         "aux_cache->nlibs < 0".
50844         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
50845         in the reload-count case.
50847 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50849         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50850         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
50851         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
50852         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
50853         * sysdeps/x86_64/multiarch/strcat.S: New file.
50854         * sysdeps/x86_64/multiarch/strncat.S: New file.
50855         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
50856         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
50857         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
50858         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
50859         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
50860         (USE_AS_STRCAT): Define.
50861         Add strcat and strncat support.
50862         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
50863         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
50864         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
50865         * string/strncat.c: Update.
50866         (USE_AS_STRNCAT): Define.
50867         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50868         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
50869         and i7.
50870         * sysdeps/x86_64/multiarch/init-arch.h
50871         (bit_Prefer_PMINUB_for_stringop): New.
50872         (index_Prefer_PMINUB_for_stringop): Likewise.
50873         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
50874         bit_Prefer_PMINUB_for_stringop.
50876 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
50878         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
50879         buffer64.
50880         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
50881         of casting of buffer.
50882         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
50883         buffer32 and buffer64.
50884         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
50885         writes instead of casting of buffer.
50886         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
50887         buffer32.
50888         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
50889         casting of buffer.
50891 2011-07-19  Andreas Schwab  <schwab@redhat.com>
50893         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
50895 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
50897         * nscd/nscd.c (termination_handler): Don't do anything for a database
50898         if it has not yet been initialized.
50900 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
50902         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
50904 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
50906         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
50908 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
50910         * po/nl.po: Update from translation team.
50911         * po/sv.po: Likewise.
50913 2011-07-16  Roland McGrath  <roland@hack.frob.com>
50915         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
50916         now disallowed by GCC.
50918         * configure.in (use-default-link): Default to yes if a test -shared
50919         link meets our qualifications.
50920         * configure: Regenerated.
50922         * config.make.in (output-format): New variable.
50923         * configure.in: Check for ld --print-output-format support.
50924         * configure: Regenerated.
50925         * Makerules ($(common-objpfx)format.lds)
50926         [$(output-format) != unknown]: Just use $(output-format),
50927         instead of the linker-script munging.
50929 2011-07-14  Roland McGrath  <roland@hack.frob.com>
50931         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
50932         of $(common-objpfx)shlib.lds.
50933         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
50935         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
50936         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
50938         * configure.in (-z relro check): Adjust test code to add a large
50939         writable data section after it.
50940         * configure: Regenerated.
50942 2011-07-11  Roland McGrath  <roland@hack.frob.com>
50944         * configure.in (-z relro check): Fix test code to make the variable
50945         truly const.
50946         * configure: Regenerated.
50948 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
50950         * nscd/nscd.h (struct traced_file): Define.
50951         (struct database_dyn): Remove inotify_descr, reset_res, and filename
50952         elements.  Add traced_files.
50953         (inotify_fd): Declare.
50954         (register_traced_file): Declare.
50955         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
50956         (inotify_fd): Export.
50957         (resolv_conf_descr): Remove.
50958         (nscd_init): Move inotify descriptor creation to main.
50959         Don't register files for notification here.
50960         (register_traced_file): New function.
50961         (invalidate_cache): Don't use reset_res to determine whether to call
50962         res_init, go through the list of registered files.
50963         (main_loop_poll): The inotify descriptors are now stored in the
50964         structures for the traced files.
50965         (main_loop_epoll): Likewise
50966         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
50967         to __nss_disable_nscd.
50968         * nscd/cache.c (prune_cache): There is no single inotify descriptor
50969         for a database anymore.  Check the records for all the registered
50970         files instead.
50971         * nss/Makefile (libnss_files-routines): Add files-init.
50972         (libnss_db-routines): Add db-init.
50973         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
50974         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
50975         * nss/nss_db/db-init.c: New file.
50976         * nss/nss_files/files-init.c: New file.
50977         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
50978         __nss_lookup_function.
50979         (__nss_lookup_function): Call nss_load_library.
50980         (nss_load_all_libraries): New function.
50981         (__nss_disable_nscd): Take parameter with callback function for files
50982         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
50983         used for the cached services.
50984         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
50985         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
50986         options for features to all the files in nscd.
50988         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
50990 2011-07-10  Roland McGrath  <roland@hack.frob.com>
50992         * csu/elf-init.c (__libc_csu_init): Comment typo.
50994 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
50996         * po/pl.po: Update from translation team.
50997         * po/ja.po: Likewise.
50998         * po/ru.po: Likewise.
50999         * po/ko.po: Likewise.
51000         * po/fr.po: Likewise.
51002 2011-07-09  Roland McGrath  <roland@hack.frob.com>
51004         * configure.in (.ctors/.dtors header and trailer check):
51005         Use an empirical test on a built program.
51006         * configure: Regenerated.
51008         * configure.in (-z relro check): Use an empirical test on a built DSO.
51009         Detect, but do not require, on ia64.
51010         * configure: Regenerated.
51012         * configure.in (READELF): Find it with AC_CHECK_TOOL.
51013         Update tests that use readelf to use $READELF instead.
51014         * configure: Regenerated.
51016 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
51018         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
51019         if the result is not used.
51021 2011-07-05  Andreas Jaeger  <aj@suse.de>
51023         [BZ#9696]
51024         * stdlib/tst-strtod.c: Add testcase.
51026 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
51028         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
51029         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
51030         The latter has a higher limit.  Take additional parameter to pass to
51031         the new function.
51032         (__pathconf): Pass file to __statfs_link_max.
51033         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
51034         __statfs_link_max.
51035         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
51036         __statfs_link_max.
51038         [BZ #12868]
51039         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
51040         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
51041         Handle Lustre.
51042         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
51043         (__statfs_filesize_max): Likewise.
51044         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
51046 2011-07-05  Andreas Jaeger  <aj@suse.de>
51048         * resolv/res_comp.c (dn_skipname): Remove unused variable.
51050 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
51052         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
51053         `status' variable.
51054         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
51055         Likewise.
51057 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
51059         * Makefile (strop-tests): Add strncat.
51060         * string/test-strncat.c: New file.
51062 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
51064         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
51066 2011-06-21  Andreas Jaeger  <aj@suse.de>
51068         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
51069         Copy rule from iconvdata/Makefile.
51071 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
51073         [BZ #12922]
51074         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
51075         but no long options are defined, just return 'W'.
51077 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
51079         [BZ #9696]
51080         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
51082 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
51084         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
51085         netgroups to read.
51086         (innetgr): Likewise.
51088 2011-07-05  Roland McGrath  <roland@hack.frob.com>
51090         * config.make.in (install_root): Default to $(DESTDIR).
51092 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
51094         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
51096 2011-07-02  Roland McGrath  <roland@hack.frob.com>
51098         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
51100         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
51101         containing directory rather than embedding absolute directory names.
51103         * scripts/check-local-headers.sh: Rewritten using awk.
51104         Match by word, not by line.  Print error messages for matches.
51105         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
51107         * Makerules [shlib-lds-flags empty]:
51108         ($(common-objpfx)libc_pic.opts): New target.
51109         ($(common-objpfx)libc_pic.os.clean): New target.
51110         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
51112         * config.make.in (OBJCOPY): New variable.
51113         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
51114         * configure: Regenerated.
51116         * config.make.in (use-default-link): New variable.
51117         * configure.in (use_default_link): Grok --with-default-link to set it.
51118         * configure: Regenerated.
51119         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
51120         (shlib-lds, shlib-lds-flags): Define to empty.
51122         * Makerules (shlib-lds): New variable.
51123         (shlib-lds-flags): New variable.
51124         (build-shlib, build-moduile, build-module-asneeded): Use it.
51125         ($(common-objpfx)libc.so): Use $(shlib-lds).
51126         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
51127         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
51129         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
51130         DT_FLAGS/DT_FLAGS_1 with zero flags.
51132         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
51133         linker script munging.
51135 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
51137         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
51138         as 128-bit value.
51139         * crypt/sha512.c (sha512_process_block): Perform total addition using
51140         128-bit if possible.
51141         (__sha512_finish_ctx): Likewise.
51142         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
51143         as 64-bit value.
51144         * crypt/sha256.c (SWAP64): Define.
51145         (sha256_process_block): Perform total addition using 64-bit if
51146         possible.
51147         (__sha256_finish_ctx): Likewise.
51149 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
51151         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
51152         * nscd/initgrcache.c (addinitgroupsX): Likewise.
51153         * nscd/hstcache.c (cache_addhst): Likewise.
51154         * nscd/grpcache.c (cache_addgr): Likewise.
51155         * nscd/aicache.c (addhstaiX): Likewise
51156         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
51158 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
51160         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
51161         * nscd/initgrcache.c (addinitgroupsX): Likewise.
51162         * nscd/hstcache.c (cache_addhst): Likewise.
51163         * nscd/grpcache.c (cache_addgr): Likewise.
51164         * nscd/aicache.c (addhstaiX): Likewise
51166 2011-07-01  Andreas Schwab  <schwab@redhat.com>
51168         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
51169         domain only when needed.
51171 2011-06-30  Andreas Schwab  <schwab@redhat.com>
51173         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
51174         is always restored.
51176 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
51178         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
51179         are re-adding the entry.
51180         * nscd/servicescache.c (cache_addserv): Likewise.
51182 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
51184         * sysdeps/generic/dl-irel.h: fix protection against multiple
51185         inclusions.
51186         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
51188 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
51190         [BZ #12935]
51191         * malloc/memusage.sh: Fix quoting in message.
51192         * debug/xtrace.sh: Likewise.
51194         * configure.in: Remove support for --experimental-malloc option, make
51195         it the default.
51196         * config.make.in: Likewise.
51197         * malloc/Makefile: Likewise.
51199 2011-06-27  Andreas Schwab  <schwab@redhat.com>
51201         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
51202         two-byte characters.
51204 2011-06-27  Roland McGrath  <roland@hack.frob.com>
51206         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
51207         AC_CACHE_CHECK invocation.
51208         * configure: Regenerated.
51210         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
51212 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
51214         [BZ #12350]
51215         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
51216         bit from old_res_options.
51218         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
51220         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
51221         value type for setfct.
51223 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
51225         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51226         __gettimeofday instead of gettimeofday.
51228 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
51230         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
51232 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
51234         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
51236         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
51237         info.
51239 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
51241         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51242         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51243         strcpy-sse2-unaligned strncpy-sse2-unaligned
51244         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
51245         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
51246         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
51247         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
51248         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
51249         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
51250         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
51251         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
51252         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
51253         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
51254         (STRCPY): Support SSE2 and SSSE3 versions.
51256 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
51258         [BZ #12874]
51259         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
51260         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
51261         kernels which artificially limit size of requests.
51263 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
51265         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51266         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51267         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
51268         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
51269         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
51270         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
51271         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
51272         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
51273         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
51274         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
51275         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
51276         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
51277         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
51278         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
51279         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
51280         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51281         Enable unaligned load optimization for Intel Core i3, i5 and i7
51282         processors.
51283         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
51284         Define.
51285         (index_Fast_Unaligned_Load): Define.
51286         (HAS_FAST_UNALIGNED_LOAD): Define.
51288 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
51290         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
51292 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
51294         [BZ #12907]
51295         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
51296         until it is clear that the information is realy needed.
51297         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
51299 2011-06-22  Andreas Schwab  <schwab@redhat.com>
51301         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
51303 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
51305         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51306         /sys/devices/system/cpu/online if it is usable.
51308         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
51309         reading the information from the /proc filesystem to once a second.
51311 2011-06-21  Andreas Jaeger  <aj@suse.de>
51313         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
51314         NULL after inclusion of kernel headers.
51316 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
51318         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
51319         calls to internal_setent.
51321         [BZ #12885]
51322         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
51323         addresses using gethostbyname4_r ignore IPv4 addresses.
51325         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
51326         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
51328         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
51330 2011-06-20  David S. Miller  <davem@davemloft.net>
51332         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
51333         inclusions.
51334         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
51336         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
51337         (elf_irel): Use it.
51338         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
51339         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
51340         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
51341         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
51342         * sysdeps/x86_64/dl-irel.h: Likewise.
51344         * elf/dl-runtime.c: Use elf_ifunc_invoke.
51345         * elf/dl-sym.c: Likewise.
51347 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
51349         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
51350         need to dereference resplen2.
51352 2011-06-14  Andreas Schwab  <schwab@redhat.com>
51354         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
51356 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
51358         * Makeconfig: Define vardbdir and inst_vardbdir.
51359         * nss/Makefile: Add rules to install db-Makefile.
51361         * nss/nss_db/db-XXX.c: Cleanup.
51363         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
51364         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
51365         GLIBC_PRIVATE.
51366         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
51367         * nss/makedb.c: Implement -g option to specify that value strings
51368         are generated and should not be added to table iterated over for
51369         get*ent calls.
51370         * nss/nss_db/db-initgroups.c: New file.
51372         * nss/getent.c: Add support for initgroups lookups through getgrouplist
51373         interface.
51375         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
51376         (internal_getgrouplist): Adjust to name change.
51377         Update use_initgroups_entry if this is not the first call.
51378         * nss/databases.def: Add initgroups entry.
51380         * nss/makedb.c (compute_tables): Check result of multiple hash table
51381         sizes to minimize maximum chain length.
51383 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
51385         * Versions.def: Add entry for libnss_db.
51386         * shlib-versions: Likewise.
51387         * nss/Makefile: Add rules to build libnss_db.
51388         * nss/Versions: Add libnss_db information.  Organize libnss_files
51389         entries better.
51390         * nss/db-Makefile: Add gshadow support.  Change rules for the new
51391         makedb progra.  Some minor improvements to generate smaller files.
51392         * nss/nss_db/nss_db.h: Move NSS database header data structures to
51393         here from...
51394         * nss/makedb.c: ...here.
51395         Improve database format to be smaller and require less memory at
51396         runtime.
51397         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
51398         db anymore.
51399         * nss/nss_db/db-netgrp.c: Likewise.
51400         * nss/nss_db/db-open.c: Likewise.
51401         * nss/nss_files/flies-XXX.x: Adjust comments.
51402         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
51403         * nss/nss_files/files-grp.c: Likewise.
51404         * nss/nss_files/files-hosts.c: Likewise.
51405         * nss/nss_files/files-network.c: Likewise.
51406         * nss/nss_files/files-proto.c: Likewise.
51407         * nss/nss_files/files-pwd.c: Likewise.
51408         * nss/nss_files/files-rpc.c: Likewise.
51409         * nss/nss_files/files-service.c: Likewise.
51410         * nss/nss_files/files-sgrp.c: Likewise.
51411         * nss/nss_files/files-spwd.c: Likewise.
51412         * nss/nss_db/db-alias.c: Removed.
51413         * nss/nss_db/dummy-db.h: Removed.
51415 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
51417         * nss/makedb.c: Rewritten to not use database library.
51418         * nss/Makefile: Update to build new makedb program.
51420 2011-06-14  Andreas Jaeger  <aj@suse.de>
51422         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
51423         memset declaration.
51425 2011-06-10  Andreas Schwab  <schwab@redhat.com>
51427         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
51428         tmpbuf.
51430 2011-06-10  Roland McGrath  <roland@hack.frob.com>
51432         * Makerules (shlib.lds): Fail if the linker script comes out empty.
51433         * elf/Makefile ($(objpfx)ld.so): Likewise.
51435         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
51436         Don't list ld.so twice in dependencies.
51438         * posix/bug-regex31.c: Include <stdlib.h>.
51440         * nscd/hstcache.c (cache_addhst): Remove unused variable.
51442         * nis/nss_compat/compat-spwd.c
51443         (getspent_next_nss_netgr): Remove unused variable.
51444         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
51446         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
51447         nonmembers" output to use the right array.
51449         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
51451         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
51453         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
51454         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
51455         * catgets/gencat.c (read_input_file): Likewise.
51456         * locale/programs/locarchive.c (enlarge_archive): Likewise.
51458         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
51459         variable definition inside #if's controlling its use.
51461         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
51463         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
51465         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
51467         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
51468         unreachable code.
51470         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
51472         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
51473         * configure: Regenerated.
51475         * Makerules: Revert last change.
51476         * elf/Makefile: Likewise.
51478 2011-06-09  Roland McGrath  <roland@hack.frob.com>
51480         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
51481         * elf/Makefile ($(objpfx)librtld.os): Likewise.
51482         (reloc-link): Likewise.
51484 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
51486         * elf/Makefile: Add rules to build pldd.
51487         * elf/pldd.c: New file.
51488         * elf/pldd-xx.c: New file.
51490 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
51492         * version.h: Update for 2.15 development version.
51494 2011-06-07  David S. Miller  <davem@davemloft.net>
51496         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
51497         ifuncs.
51498         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
51499         elf_machine_lazy_rel): Likewise.
51500         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
51501         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
51502         elf_machine_lazy_rel): Likewise.
51503         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
51504         dl_hwcap via passed in argument.
51505         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
51506         Likewise.
51508 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51510         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
51512 2011-06-06  Roland McGrath  <roland@hack.frob.com>
51514         [BZ #12849]
51515         * manual/fdl-1.1.texi: New file, verbatim from:
51516         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
51517         * manual/lgpl-2.1.texi: New file, verbatim from:
51518         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
51519         * manual/Makefile (licenses): New variable, list those new file names.
51520         (texis): Use it.
51521         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
51523         * manual/fdl.texi: File removed.
51524         * manual/lesser.texi: File removed.
51525         * manual/libc.texinfo (Copying, Documentation License):
51526         Use new @include file names, put @appendix directive before @include.
51528 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
51530         [BZ #12841]
51531         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
51532         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
51533         (mq_open): Add __NTH.
51535 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
51537         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51538         Assume Intel Core i3/i5/i7 processor if AVX is available.
51540 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51542         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
51543         typo.
51545 2011-05-31  Andreas Schwab  <schwab@redhat.com>
51547         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
51548         memory.  Use alloca_account.  Fix memory leak when retrying.
51550 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51552         * version.h (RELEASE): Bump for 2.14 release.
51553         * include/features.h (__GLIBC_MINOR__): Bump to 14.
51555         * config.make.in (RANLIB): Remove entry.
51557 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
51559         * po/Makefile (po-sed-cmd): Add ksh to extensions.
51560         (libc.pot): Work around missing support for .ksh extension in xgettext.
51562         [BZ #12684]
51563         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
51564         if both request failed.
51565         (send_dg): In case of server errors clear resplen or *resplen2.
51567         [BZ #12454]
51568         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
51569         when there are multiple maps.
51570         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
51571         (_dl_fini): Remove test here.
51573         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
51575 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
51577         [BZ #12350]
51578         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
51579         bit from old_res_options.
51580         (gaih_inet): Likewise.
51582         [BZ #11099]
51583         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
51584         as signed.
51586         * resolv/res_init.c (res_setoptions): Make the code more compact.
51588         [BZ #11558]
51589         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
51590         set RES_USEVC.
51592         [BZ #11634]
51593         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
51595         * malloc/malloc.h: Mark malloc hook variables as deprecated.
51597         [BZ #11781]
51598         * malloc/malloc.h: Declare malloc hook variables as volatile.
51600         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
51601         in last patch.
51603         [BZ #11799]
51604         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
51605         raise in the comment.
51606         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
51607         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
51608         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
51610 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
51612         [BZ #12811]
51613         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
51614         grow the buffers more if it already has to be sufficient.
51615         (build_wcs_upper_buffer): Likewise.
51616         * posix/regexec.c (check_matching): Likewise.
51617         (clean_state_log_if_needed): Likewise.
51618         (extend_buffers): Don't enlarge buffers beyond size of the input
51619         buffer.
51620         Patches mostly by Emil Wojak <emil@wojak.eu>.
51621         * posix/bug-regex32.c: New file.
51622         * posix/Makefile (tests): Add bug-regex32.
51624         * locale/findlocale.c (_nl_find_locale): Return right away if
51625         _nl_explode_name failed.
51626         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
51628         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
51630         * debug/xtrace.sh: Unify messages.
51631         * malloc/memusage.sh: Likewise.
51633         [BZ #12813]
51634         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
51635         time symbol from vDSO.  Substitute with vsyscall if not available.
51636         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
51637         __vdso_time.
51639         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
51640         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
51641         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
51642         Add sendmmsg and internal_sendmmsg.
51643         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
51644         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
51645         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
51647         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
51648         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
51649         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
51651 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
51653         [BZ #12813]
51654         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
51655         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
51656         available.
51657         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
51658         __vdso_getcpu.
51660         [BZ #12814]
51661         * iconvdata/Makefile (tests): Add bug-iconv9.
51662         * iconvdata/bug-iconv9.c: New file.
51664 2011-05-27  Andreas Schwab  <schwab@redhat.com>
51666         [BZ #12814]
51667         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
51669 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
51671         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51672         (struct user_regs_struct): Change intcs field back to cs.
51674 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
51676         * po/ja.po: Update from translation team.
51678 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
51680         [BZ #12795]
51681         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
51682         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
51684 2011-05-20  Andreas Schwab  <schwab@redhat.com>
51686         * stdlib/longlong.h: Update from GCC.
51688 2011-05-23  Andreas Schwab  <schwab@redhat.com>
51690         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
51691         parameter name.
51692         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
51693         Add parameter name.
51694         (__sysconf): Pass it down.
51696 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
51698         [BZ #12671]
51699         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
51700         some situations.
51701         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
51702         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
51703         add in in __libc_use_alloca calls.  Adjust callers.
51704         (glob): Use malloc in some situations.
51706         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
51707         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
51708         pltexit.
51710 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
51712         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
51713         and CLOCK_BOOTTIME_ALARM.
51715         [BZ #12782]
51716         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
51717         is returned.
51719         * string/_strerror.c (__strerror_r): Print negative errors as signed
51720         numbers.
51722         [BZ #12777]
51723         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
51724         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
51725         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
51727         * configure.in: Fix typo in redirection and correct removal of test
51728         files in two cases.
51730         [BZ #12788]
51731         * locale/setlocale.c (new_composite_name): Fix test to check for
51732         identical name of all categories.
51734         [BZ #12792]
51735         * libio/filedoalloc.c (local_isatty): New function.
51736         (_IO_file_doallocate): Use local_isatty.
51737         * stdio-common/perror.c (perror): In case a new stream is used
51738         forward the stream error.
51739         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
51740         error flag.
51742 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
51744         [BZ #11869]
51745         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
51746         alloca.
51747         * include/alloca.h (extend_alloca_account): Define.
51749         [BZ #11857]
51750         * posix/regex.h: Fix comments with documentation of user-accessible
51751         fields after compilation and describe correct free'ing of pattern
51752         after re_compile_pattern.
51753         Patch by Reuben Thomas <rrt@sc3d.org>.
51755 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
51757         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
51758         and -mno-altivec to prevent the compiler from using Altivec and/or
51759         VSX instructions when the corresponding registers are not available.
51761 2011-05-19  Andreas Schwab  <schwab@redhat.com>
51763         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
51765 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
51767         * libio/freopen.c (freopen): Use __dup2, not dup2.
51768         * libio/freopen64.c (freopen64): Likewise.
51770 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
51772         [BZ #12775]
51773         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
51774         * math/Makefile (tests): Add test-powl.
51775         (CFLAGS-test-powl.c): Define.
51776         * math/test-powl.c: New file.
51778 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
51780         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
51782 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
51784         [BZ #11837]
51785         * iconvdata/gb18030.c: Update to GB18020-2005.
51787 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
51789         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
51790         RE_SYNTAX_POSIX_AWK): Update to match recent development.
51791         Patch by Aharon Robbins <arnold@skeeve.com>.
51793         [BZ #11892]
51794         * stdlib/putenv.c (putenv): Don't always create copy of the variable
51795         on the stack.
51797         [BZ #11895]
51798         * misc/pselect.c (__pselect): Handle timeout value errors hidden
51799         through underflows.
51801         [BZ #12766]
51802         * misc/error.c (error_at_line): Ensure file_name and old_file_name
51803         point to strings before performing equality test for error_one_per_line
51804         mode.
51806         [BZ #11697]
51807         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
51809         [BZ #11820]
51810         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51811         (struct user_fpregs_struct): Avoid __uint*_t types.
51813         [BZ #6420]
51814         * malloc/mtrace.c (tr_where): Add additional parameter to point to
51815         symbol info.  Use it instead of calling _dl_addr locally.
51816         (lock_and_info): New function.
51817         (tr_freehook): Call lock_and_info and pass symbol info as additional
51818         parameter to tr_where.
51819         (tr_mallochook): Likewise.
51820         (tr_reallochook): Likewise.
51821         (tr_memalignhook): Likewise.
51823         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
51824         used and couldn't be at all thread-safe.
51826 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
51828         * libio/freopen.c (freopen): Don't close old file descriptor
51829         before the new one is opened.  Instead dup the new file descriptor
51830         to the old one after the new stream is created.
51831         * libio/freopen64.c (freopen64): Likewise.
51832         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
51833         * libio/fileops.c (_IO_new_file_close_it): Handle new
51834         _IO_FLAGS2_NOCLOSE flag.
51835         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
51836         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
51837         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
51838         _IO_FLAGS2_NOCLOSE flag.
51839         * include/unistd.h: Add hidden_proto for dup3.
51840         Define __have_dup3.
51841         * io/dup3.c: Define hidden symbol.
51842         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
51844         [BZ #7101]
51845         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
51846         when an incomplete long option is used.
51847         * posix/tst-getopt_long1.c: New file.
51848         * posix/Makefile (tests): Add tst-getopt_long1.
51850         [BZ #10138]
51851         * scripts/config.guess: Update from autoconf-2.68.
51852         * scripts/config.sub: Likewise.
51854         [BZ #10157]
51855         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
51856         tests into ...
51857         (has_cpuclock): ...this.  New function.
51858         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
51859         macro here based on has_cpuclock code.
51861         [BZ #10149]
51862         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
51863         First byte (not low byte) is now always NUL.
51864         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
51866         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
51867         Use non-cancelable interfaces.
51869         [BZ #9809]
51870         * locale/iso-639.def: Add entry for Sorani.
51872         [BZ #11901]
51873         * include/stdlib.h: Move include protection to the right place.
51874         Define abort_msg_s.  Declare __abort_msg with it.
51875         * stdlib/abort.c (__abort_msg): Adjust type.
51876         * assert/assert.c (__assert_fail_base): New function.  Majority
51877         of code from __assert_fail.  Allocate memory for __abort_msg with
51878         mmap.
51879         (__assert_fail): Now call __assert_fail_base.
51880         * assert/assert-perr.c: Remove bulk of implementation.  Use
51881         __assert_fail_base.
51882         * include/assert.hL Declare __assert_fail_base.
51883         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
51884         mmap.
51885         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
51887 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
51889         [BZ #11952]
51890         [BZ #12453]
51891         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
51892         until all modules are registered in the DTV.
51893         * elf/Makefile: Add rules to build and run tst-tls19.
51894         * elf/tst-tls19.c: New file.
51895         * elf/tst-tls19mod1.c: New file.
51896         * elf/tst-tls19mod2.c: New file.
51897         * elf/tst-tls19mod3.c: New file.
51898         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
51900         [BZ #12083]
51901         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
51902         correctly.
51904         [BZ #12601]
51905         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
51906         two-byte sequence errors.
51907         * iconvdata/Makefile (tests): Add bug-iconv8.
51908         * iconvdata/bug-iconv8.c: New file.
51910         [BZ #12626]
51911         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
51912         buf2 definition.
51914         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
51916         [BZ #12432]
51917         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
51918         (dummy_getcfa): New function.
51919         (init): Get _Unwind_GetCFA address, use dummy if not found.
51920         (backtrace_helper): In recursion check, also check whether CFA changes.
51921         (__backtrace): Completely initialize arg.
51923         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
51924         storing incomplete byte sequence in state object.  Avoid testing for
51925         guaranteed too small input if we know there is enough data available.
51927 2011-05-11  Andreas Schwab  <schwab@redhat.com>
51929         * Makeconfig (+link-pie): Indent.
51930         * Rules (binaries-pie): Define if $(have-fpie) and
51931         $(build-shared).
51932         (binaries-shared): Also filter out $(binaries-pie).
51933         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
51934         * nscd/Makefile (others-pie): Add nscd.
51935         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
51936         ($(objpfx)nscd): Remove command override.
51937         * login/Makefile (others-pie): Add pt_chown.
51938         ($(objpfx)pt_chown): Remove command override.
51939         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
51940         remove command overrides.
51942 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
51944         * libio/tst_putwc.c: Fix error messages.
51946         [BZ #12724]
51947         * libio/fileops.c (_IO_new_file_close_it): Always flush when
51948         currently writing and seek to current position when not.
51949         * libio/Makefile (tests): Add bug-fclose1.
51950         * libio/bug-fclose1.c: New file.
51952 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
51954         [BZ #12511]
51955         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
51956         don't set DF_1_NODELETE here.
51957         (do_lookup_x): When entering new entry test for copy relocation
51958         and if necessary set DF_1_NODELETE flag.
51959         * elf/tst-unique4.cc: New file.
51960         * elf/tst-unique4.h: New file.
51961         * elf/tst-unique4lib.cc: New file.
51962         * elf/Makefile: Add rules to build and run tst-unique4.
51963         Patch by Piotr Bury <pbury@goahead.com>.
51965 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
51967         [BZ #12052]
51968         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
51970         [BZ #12625]
51971         * misc/mntent_r.c (addmntent): Flush the stream after the output
51973         [BZ #12393]
51974         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
51975         (is_trusted_path_normalize): Skip initial colon.  Append slash
51976         to empty buffer.  Duplicate is_trusted_path code but allow
51977         constructed patch to be prefix.
51978         (is_dst): Allow $ORIGIN followed by /.
51979         (_dl_dst_substitute): Correct clearing of check_for_trusted.
51980         Correct testing of result of is_trusted_path_normalize
51981         (decompose_rpath): Fix warning.
51983 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
51985         [BZ #11257]
51986         * grp/initgroups.c (internal_getgrouplist): When we found the service
51987         list through the initgroups entry in nsswitch.conf do not always
51988         continue on a successful lookup.  Don't always use the
51989         __nss_group_database value if it is set.
51990         * nss/nsswitch.conf (initgroups): Change action for successful db
51991         lookup to continue for compatibility.
51993 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
51995         [BZ #11532]
51996         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
51997         and CP774 modules.
51998         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
51999         and CP774 modules.
52000         * iconvdata/tst-tables.sh: Likewise.
52001         * iconvdata/cp770.c: New file.
52002         * iconvdata/cp771.c: New file.
52003         * iconvdata/cp772.c: New file.
52004         * iconvdata/cp773.c: New file.
52005         * iconvdata/cp774.c: New file.
52006         * iconvdata/testdata/CP770: New file.
52007         * iconvdata/testdata/CP770..UTF8: New file.
52008         * iconvdata/testdata/CP771: New file.
52009         * iconvdata/testdata/CP771..UTF8: New file.
52010         * iconvdata/testdata/CP772: New file.
52011         * iconvdata/testdata/CP772..UTF8: New file.
52012         * iconvdata/testdata/CP773: New file.
52013         * iconvdata/testdata/CP773..UTF8: New file.
52014         * iconvdata/testdata/CP774: New file.
52015         * iconvdata/testdata/CP774..UTF8: New file.
52017         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
52018         END CHARMAP line.
52019         * iconvdata/gen-8bit-gap.sh: Likewise.
52020         * iconvdata/gen-8bit.sh: Likewise.
52022         * locale/iso-639.def: Add ary entry.
52024         [BZ #11258]
52025         * locale/C-translit.h.in: Add U20A1 transliteration.
52027         [BZ #12178]
52028         * locale/iso-639.def: Add wae entry.
52029         Patch by Kevin Bortis <bortis@translate-wae.ch>.
52031         [BZ #12545]
52032         * locale/programs/localedef.c (construct_output_path): Use ssize_t
52033         for n.
52035         [BZ #12711]
52036         * locale/C-translit.h.in: Add entry for U20B9.
52037         Patch by pravin.d.s@gmail.com.
52039 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
52041         [BZ #12713]
52042         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
52043         ENAMETOOLONG use generic getcwd.
52044         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
52045         in rtld.  Use *stat64.
52046         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
52047         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
52048         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
52049         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
52050         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
52051         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
52052         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
52053         __fstatat64 macros.
52054         * include/dirent.h: Add libc_hidden_proto for rewinddir.
52055         * dirent/rewinddir.c: Add libc_hidden_def.
52056         * sysdeps/mach/hurd/rewinddir.c: Likewise.
52057         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
52059         * include/dirent.h (__alloc_dir): Add flags parameter.
52060         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
52061         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
52062         __alloc_dir.
52063         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
52064         from fdopendir if O_CLOEXEC is already set.
52066 2011-03-15  Alan Modra  <amodra@gmail.com>
52068         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
52069         l_tls_firstbyte_offset non-zero.  Save padding offset in
52070         l_tls_firstbyte_offset for later use.
52071         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
52072         freeing static tls block.
52074 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
52076         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
52077         where #ifdef was intended.  The intent is to prevent ARG_MAX from
52078         being defined by the kernel headers.
52080 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
52082         [BZ #12734]
52083         * resolv/resolv.h: Define RES_NOTLDQUERY.
52084         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
52085         no-tld-query and set RES_NOTLDQUERY.
52086         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
52087         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
52088         modern BIND to search name as TLD unless forbidden.
52090 2011-05-07  Petr Baudis  <pasky@suse.cz>
52091             Ulrich Drepper  <drepper@gmail.com>
52093         [BZ #12393]
52094         * elf/dl-load.c (fillin_rpath): Move trusted path check...
52095         (is_trusted_path): ...to here.
52096         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
52097         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
52098         using is_trusted_path_normalize() in setuid scripts.
52100 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
52102         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
52103         __BEGIN/__END_DECLS.
52105 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
52107         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
52108         NSS_STATUS_NOTFOUND if no record was found.
52110 2011-05-05  Andreas Schwab  <schwab@redhat.com>
52112         * sunrpc/Makefile (headers): Add rpc/netdb.h.
52113         (headers-not-in-tirpc): Remove rpc/netdb.h
52114         * resolv/netdb.h: Revert last change.
52116 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
52118         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
52119         circular dependency between libgcc.a and libc.a.
52121 2011-05-05  Andreas Schwab  <schwab@redhat.com>
52123         * resolv/netdb.h: Don't include <rpc/netdb.h>.
52124         * nis/Makefile: Don't install rpcsvc/*.
52125         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
52126         instead of <rpc/types.h>.
52127         (MAXHOSTNAMELEN): Define.
52129 2011-05-03  Andreas Schwab  <schwab@redhat.com>
52131         * elf/ldconfig.c (add_dir): Don't crash on empty path.
52133 2011-04-28  Maciej Babinski  <mbabinski@google.com>
52135         [BZ #12714]
52136         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
52137         gethostbyname4_r when IPv6 results are possible.
52139 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
52141         [BZ #12723]
52142         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
52143         _PC_PIPE_BUF handling.
52145 2011-04-30  Bruno Haible  <bruno@clisp.org>
52147         [BZ #12717]
52148         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
52149         * resolv/netdb.h (getnameinfo): Change type of flags parameter
52150         to 'int'.
52151         * inet/getnameinfo.c (getnameinfo): Likewise.
52153 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
52155         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
52156         to groups setting in database lookup.
52157         * nss/nsswitch.conf: Add initgroups entry.
52159 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
52161         [BZ #12685]
52162         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
52163         mode string.
52164         Patch by Eric Blake <eblake@redhat.com>.
52166 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
52168         * sunrpc/Makefile (need-export-routines): Add svc_run.
52169         (routines): Remove svc_run.
52170         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
52171         * sunrpc/clnt_perr.c (clnt_perrno): Export.
52172         * sunrpc/svc_run.c (svc_run): Likewise.
52173         * sunrpc/svc_udp.c (svcudp_create): Likewise.
52175 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
52177         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
52178         problem in reallocation in last patch.
52180 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
52182         * sunrpc/Makefile: Move inclusion of Rules.
52184 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
52186         * nss/nss_files/files-initgroups.c: New file.
52187         * nss/Makefile (libnss_files-routines): Add files-initgroups.
52188         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
52189         _nss_files_initgroups_dyn.
52191 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
52193         * elf/elf.h (R_ARM_IRELATIVE): Define.
52195 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
52197         * po/ru.po: Update from translation team.
52199 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
52201         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
52202         dependencies.
52204 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
52206         [BZ #12653]
52207         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
52208         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
52209         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
52210         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
52211         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
52213 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
52215         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
52216         differing bytes.
52217         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
52218         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
52219         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
52221 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
52223         [BZ #12420]
52224         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
52225         storing it.
52226         * stdlib/bug-getcontext.c: New file.
52227         * stdlib/Makefile: Add rules to build and run bug-getcontext.
52229 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52231         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
52232         instructions into .machine "z9-109".
52233         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
52234         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
52236 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52238         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
52239         between environment variables and auxiliary vector.
52241 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
52243         * Makefile: Add rules to build linkobj/libc.so.
52244         * include/libc-symbols.h: Define libc_hidden_nolink.
52245         * include/rpc/auth.h: Mark functions which are to be hidden.
52246         * include/rpc/auth_des.h: Likewise.
52247         * include/rpc/auth_unix.h: Likewise.
52248         * include/rpc/clnt.h: Likewise.
52249         * include/rpc/des_crypt.h: Likewise.
52250         * include/rpc/key_prot.h: Likewise.
52251         * include/rpc/pmap_clnt.h: Likewise.
52252         * include/rpc/pmap_prot.h: Likewise.
52253         * include/rpc/pmap_rmt.h: Likewise.
52254         * include/rpc/rpc_msg.h: Likewise.
52255         * include/rpc/svc.h: Likewise.
52256         * include/rpc/svc_auth.h: Likewise.
52257         * include/rpc/xdr.h: Likewise.
52258         * nis/Makefile: Link all DSOs against linkobj/libc.so.
52259         * nss/Makefile: Likewise.
52260         * sunrpc/Makefile: Don't install headers.  Build library with normal
52261         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
52262         * sunrpc/auth_des.c: Hide exported symbols by default, export some
52263         for the compat linking library.  Remove use of INTDEF/INTUSE.
52264         * sunrpc/auth_none.c: Likewise.
52265         * sunrpc/auth_unix.c: Likewise.
52266         * sunrpc/authdes_prot.c: Likewise.
52267         * sunrpc/authuxprot.c: Likewise.
52268         * sunrpc/clnt_gen.c: Likewise.
52269         * sunrpc/clnt_perr.c: Likewise.
52270         * sunrpc/clnt_raw.c: Likewise.
52271         * sunrpc/clnt_simp.c: Likewise.
52272         * sunrpc/clnt_tcp.c: Likewise.
52273         * sunrpc/clnt_udp.c: Likewise.
52274         * sunrpc/clnt_unix.c: Likewise.
52275         * sunrpc/des_crypt.c: Likewise.
52276         * sunrpc/des_soft.c: Likewise.
52277         * sunrpc/get_myaddr.c: Likewise.
52278         * sunrpc/key_call.c: Likewise.
52279         * sunrpc/key_prot.c: Likewise.
52280         * sunrpc/netname.c: Likewise.
52281         * sunrpc/pm_getmaps.c: Likewise.
52282         * sunrpc/pm_getport.c: Likewise.
52283         * sunrpc/pmap_clnt.c: Likewise.
52284         * sunrpc/pmap_prot.c: Likewise.
52285         * sunrpc/pmap_prot2.c: Likewise.
52286         * sunrpc/pmap_rmt.c: Likewise.
52287         * sunrpc/publickey.c: Likewise.
52288         * sunrpc/rpc_cmsg.c: Likewise.
52289         * sunrpc/rpc_common.c: Likewise.
52290         * sunrpc/rpc_dtable.c: Likewise.
52291         * sunrpc/rpc_prot.c: Likewise.
52292         * sunrpc/rpc_thread.c: Likewise.
52293         * sunrpc/rtime.c: Likewise.
52294         * sunrpc/svc.c: Likewise.
52295         * sunrpc/svc_auth.c: Likewise.
52296         * sunrpc/svc_authux.c: Likewise.
52297         * sunrpc/svc_raw.c: Likewise.
52298         * sunrpc/svc_run.c: Likewise.
52299         * sunrpc/svc_simple.c: Likewise.
52300         * sunrpc/svc_tcp.c: Likewise.
52301         * sunrpc/svc_udp.c: Likewise.
52302         * sunrpc/svc_unix.c: Likewise.
52303         * sunrpc/svcauth_des.c: Likewise.
52304         * sunrpc/xcrypt.c: Likewise.
52305         * sunrpc/xdr.c: Likewise.
52306         * sunrpc/xdr_array.c: Likewise.
52307         * sunrpc/xdr_float.c: Likewise.
52308         * sunrpc/xdr_intXX_t.c: Likewise.
52309         * sunrpc/xdr_mem.c: Likewise.
52310         * sunrpc/xdr_rec.c: Likewise.
52311         * sunrpc/xdr_ref.c: Likewise.
52312         * sunrpc/xdr_sizeof.c: Likewise.
52313         * sunrpc/xdr_stdio.c: Likewise.
52315 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
52317         [BZ #12650]
52318         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
52319         * sysdeps/ia64/dl-tls.h: Likewise.
52320         * sysdeps/powerpc/dl-tls.h: Likewise.
52321         * sysdeps/s390/dl-tls.h: Likewise.
52322         * sysdeps/sh/dl-tls.h: Likewise.
52323         * sysdeps/sparc/dl-tls.h: Likewise.
52324         * sysdeps/x86_64/dl-tls.h: Likewise.
52325         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
52327 2011-03-14  Andreas Schwab  <schwab@redhat.com>
52329         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
52330         rpath element also skip the following colon.
52331         (expand_dynamic_string_token): Add is_path parameter and pass
52332         down to DL_DST_REQUIRED and _dl_dst_substitute.
52333         (decompose_rpath): Call expand_dynamic_string_token with
52334         non-zero is_path.  Ignore empty rpaths.
52335         (_dl_map_object_from_fd): Call expand_dynamic_string_token
52336         with zero is_path.
52338 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
52340         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
52341         Make cancelable.
52343 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
52345         [BZ #12655]
52346         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
52347         Patch by Filipe David Manana <fdmanana@apache.org>.
52349 2011-04-07  Andreas Schwab  <schwab@redhat.com>
52351         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
52352         Maintain aligned stack.
52353         (CHECK_RSP): Remove unused macro.
52355 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
52357         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
52358         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
52360 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
52362         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
52364         * include/features.h: Mention __USE_XOPEN2K8 in comment.
52366 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
52368         [BZ #12518]
52369         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
52370         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
52371         * sysdeps/x86_64/memmove.c: New file.
52372         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
52373         (memcpy): Renamed to ...
52374         (__new_memcpy): This.
52375         (memcpy): Provide GLIBC_2_14 memcpy.
52376         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
52377         (memcpy): Provide GLIBC_2_2_5 memcpy.
52379 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52381         [BZ #12631]
52382         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
52384 2011-03-30  Andreas Schwab  <schwab@redhat.com>
52386         * misc/syncfs.c: New file.
52387         * misc/Makefile (routines): Add syncfs.
52388         * posix/unistd.h: Declare syncfs.
52389         * sysdeps/unix/syscalls.list: Add syncfs.
52391 2011-04-01  Andreas Schwab  <schwab@redhat.com>
52393         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
52394         open_by_handle_at.
52395         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
52396         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52397         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52398         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52399         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52400         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
52401         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52403 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52405         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
52406         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52407         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
52408         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52409         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52410         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52411         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52413         * io/Makefile: Compile fallocate.c, fallocate64.c, and
52414         sync_file_range.c with -fexceptions.
52415         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
52416         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
52417         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
52418         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
52419         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
52420         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
52421         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
52422         sync_file_range as cancellation point
52423         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
52424         now a wrapper around __call_sync_file_range with cancellation handling.
52425         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
52426         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
52427         function name to __call_sync_file_range.
52428         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
52429         Add call_sync_file_range.
52431 2011-04-01  Andreas Schwab  <schwab@redhat.com>
52433         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
52434         bits/timex.h.
52436 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52438         * iconv/iconv.h: Fix typo in comment.
52439         * io/fcntl.h: Likewise.
52440         * libio/stdio.h: Likewise.
52441         * posix/spawn.h: Likewise.
52442         * posix/unistd.h: Likewise.
52443         * stdlib/stdlib.h: Likewise.
52444         * time/time.h: Likewise.
52445         * wcsmbs/wchar.h: Likewise.
52447         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
52448         open_by_handle): Add.
52449         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
52450         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
52451         Augment a few comments.
52452         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52453         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52454         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52455         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52456         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52457         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
52458         open_by_handle.
52460         * io/fcntl.h (AT_EMPTY_PATH): Define.
52462 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
52464         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
52465         * sysdeps/unix/sysv/linux/bits/time.h: New file.
52466         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
52467         to...
52468         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
52469         * Versions.def: Add GLIBC_2.14.
52470         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
52471         Export.
52473 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
52475         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
52476         round counter.
52477         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52479 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
52481         [BZ #12597]
52482         * string/test-strncmp.c (do_page_test): New function.
52483         (check2): Likewise.
52484         (test_main): Call check2.
52485         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
52487 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
52489         [BZ #12587]
52490         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
52491         Handle cache information in CPU leaf 4.
52492         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52494 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
52496         [BZ #12583]
52497         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
52498         character representation.
52499         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
52501 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
52503         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
52504         END(__isnan) to END(__isnanf) to match function entry point/label
52505         EALIGN(__isnanf,...).
52507 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
52509         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
52511 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
52513         [BZ #12510]
52514         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
52515         copy from the symbol referenced in the relocation to initialize the
52516         used variable.
52517         Patch by Piotr Bury <pbury@goahead.com>.
52518         * elf/Makefile: Add rules to build and tst-unique3.
52519         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
52520         * elf/tst-unique3.cc: New file.
52521         * elf/tst-unique3.h: New file.
52522         * elf/tst-unique3lib.cc: New file.
52523         * elf/tst-unique3lib2.cc: New file.
52525         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
52527 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
52529         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
52530         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
52531         to _start.
52533 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
52535         * elf/dl-load.c (_dl_map_object): If we are looking for the first
52536         to-be-loaded object along a path to loader is ld.so.
52538 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52539             Ulrich Drepper  <drepper@gmail.com>
52541         * sysdeps/x86_64/memset.S: After aligning destination, code
52542         branches to different locations depending on the value of
52543         misalignment, when multiarch is enabled. Fix this.
52545 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52547         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
52548         Set _x86_64_preferred_memory_instruction for AMD processsors.
52549         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52550         Set bit_Prefer_SSE_for_memop for AMD processors.
52552 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
52554         * libio/fmemopen.c (fmemopen): Optimize a bit.
52556 2011-03-03  Andreas Schwab  <schwab@redhat.com>
52558         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
52560 2011-03-03  Roland McGrath  <roland@redhat.com>
52562         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
52564 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
52566         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
52567         __bzero_ultra1 instead of __memset_ultra1.
52569 2011-02-23  Andreas Schwab  <schwab@redhat.com>
52570             Ulrich Drepper  <drepper@gmail.com>
52572         [BZ #12509]
52573         * include/link.h (struct link_map): Add l_orig_initfini.
52574         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
52575         returning unsuccessfully.
52576         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
52577         close of a file loaded at startup, restore the original l_initfini
52578         list.
52579         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
52580         list, store the pointer.
52581         * elf/Makefile ($(objpfx)noload-mem): New rule.
52582         (noload-ENV): Define.
52583         (tests): Add $(objpfx)noload-mem.
52584         * elf/noload.c: Include <memcheck.h>.
52585         (main): Call mtrace.  Close all opened handles.
52587 2011-02-17  Andreas Schwab  <schwab@redhat.com>
52589         [BZ #12454]
52590         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
52591         dependencies are missing.
52593 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52595         Fix __if_freereq crash: Unlike the generic version which uses free,
52596         Hurd needs munmap.
52597         * sysdeps/mach/hurd/ifreq.h: New file.
52599 2011-01-27  Petr Baudis  <pasky@suse.cz>
52600             Ulrich Drepper  <drepper@gmail.com>
52602         [BZ 12445]#
52603         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
52604         to extend_alloca().
52605         * stdio-common/bug23.c: New file.
52606         * stdio-common/Makefile (tests): Add bug23.
52608 2010-09-28  Andreas Schwab  <schwab@redhat.com>
52609             Ulrich Drepper  <drepper@gmail.com>
52611         [BZ #12489]
52612         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
52613         before performing relro protection.  At old place add assertion
52614         to make sure nothing changed.
52616 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
52617             Glauber de Oliveira Costa  <glommer@gmail.com>
52619         * elf/elf.h: Add new ARM TLS relocs.
52621 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
52623         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
52624         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
52625         cast from r3.
52626         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
52627         'tests' variable.
52628         * sysdeps/wordsize-64/tst-writev.c: New file.
52630 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
52632         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
52633         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
52634         insns in _dl_start to prevent a TOC reference before relocs are
52635         resolved.
52637 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
52639         [BZ #12469]
52640         * Makeconfig: Remove RANLIB definition.
52641         * Makerules: Don't use RANLIB.
52642         * aclocal.m4: Remove ranlib test.
52643         * configure.in: No need to check for ranlib.
52644         * elf/rtld-Rules: Don't use RANLIB.
52646 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52648         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
52649         protection macro.
52650         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
52651         inclusion protection macro.
52653         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
52654         SIGRTMIN and SIGRTMAX and print information in that case only when
52655         SIGRTMIN is defined.
52657 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
52659         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
52660         arginfo fn returning -1.
52662         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
52663         and thousands string is zero terminated.
52665 2011-02-03  Andreas Schwab  <schwab@redhat.com>
52667         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
52668         sysdeps/unix/sysv/linux/bits/socket.h.
52670 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52672         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
52673         (__CPU_COUNT): Remove old macros.
52674         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
52675         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
52676         (__CPU_ALLOC, __CPU_FREE): Add macros.
52677         (__sched_cpualloc, __sched_cpufree): Add declarations.
52679 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
52681         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
52682         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
52683         * nscd/aicache.c (addhstaiX): Return timeout of added value.
52684         (readdhstai): Return value of addhstaiX call.
52685         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
52686         (addgrbyX): Return value returned by cache_addgr.
52687         (readdgrbyname): Return value returned by addgrbyX.
52688         (readdgrbygid): Likewise.
52689         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
52690         (addpwbyX): Return value returned by cache_addpw.
52691         (readdpwbyname): Return value returned by addhstbyX.
52692         (readdpwbyuid): Likewise.
52693         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
52694         (addservbyX): Return value returned by cache_addserv.
52695         (readdservbyname): Return value returned by addservbyX:
52696         (readdservbyport): Likewise.
52697         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
52698         (addhstbyX): Return value returned by cache_addhst.
52699         (readdhstbyname): Return value returned by addhstbyX.
52700         (readdhstbyaddr): Likewise.
52701         (readdhstbynamev6): Likewise.
52702         (readdhstbyaddrv6): Likewise.
52703         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
52704         (readdinitgroups): Return value returned by addinitgroupsX.
52705         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
52706         (prune_cache): Keep track of timeout value of re-added entries.
52707         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
52708         * nscd/nscd.h: Adjust prototypes of readd* functions.
52710 2011-02-04  Roland McGrath  <roland@redhat.com>
52712         * nis/nis_server.c (nis_servstate): Use the right name for 0.
52713         (nis_stats): Likewise.
52714         * nis/nis_modify.c (nis_modify): Likewise.
52715         * nis/nis_remove.c (nis_remove): Likewise.
52716         * nis/nis_add.c (nis_add): Likewise.
52718         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
52720         * posix/fnmatch_loop.c: Add some consts.
52722         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
52724 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
52726         [BZ #12460]
52727         * config.make.in (config-cflags-novzeroupper): Define.
52728         * configure.in: Substitute libc_cv_cc_novzeroupper.
52729         * elf/Makefile (AVX-CFLAGS): Define.
52730         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
52731         (CFLAGS-tst-auditmod4a.c): Likewise.
52732         (CFLAGS-tst-auditmod4b.c): Likewise.
52733         (CFLAGS-tst-auditmod6b.c): Likewise.
52734         (CFLAGS-tst-auditmod6c.c): Likewise.
52735         (CFLAGS-tst-auditmod7b.c): Likewise.
52736         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
52738 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
52740         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
52741         function to the callback.
52742         Patch partly by Jiri Olsa <jolsa@redhat.com>.
52744 2011-02-02  Andreas Schwab  <schwab@redhat.com>
52746         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
52747         of errno.
52749 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
52751         [BZ #11724]
52752         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
52753         of constructors.
52754         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
52755         of destructors.
52756         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
52758         [BZ #11724]
52759         * elf/Makefile: Add rules to build and run new test.
52760         * elf/tst-initorder.c: New file.
52761         * elf/tst-initorder.exp: New file.
52762         * elf/tst-initordera1.c: New file.
52763         * elf/tst-initordera2.c: New file.
52764         * elf/tst-initordera3.c: New file.
52765         * elf/tst-initordera4.c: New file.
52766         * elf/tst-initorderb1.c: New file.
52767         * elf/tst-initorderb2.c: New file.
52768         * elf/tst-order-a1.c: New file.
52769         * elf/tst-order-a2.c: New file.
52770         * elf/tst-order-a3.c: New file.
52771         * elf/tst-order-a4.c: New file.
52772         * elf/tst-order-b1.c: New file.
52773         * elf/tst-order-b2.c: New file.
52774         * elf/tst-order-main.c: New file.
52775         New test case by George Gensure <werkt0@gmail.com>.
52777 2010-10-01  Andreas Schwab  <schwab@redhat.com>
52779         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
52780         decoding ACE if AI_CANONIDN.
52782 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
52784         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
52786 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
52788         * version.h (RELEASE): Bump for 2.13 release.
52789         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
52791         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
52793         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
52794         MADV_NOHUGEPAGE.
52795         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
52796         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
52797         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
52798         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
52799         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
52800         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
52802         * posix/getconf.c: Update copyright year.
52803         * catgets/gencat.c: Likewise.
52804         * csu/version.c: Likewise.
52805         * debug/catchsegv.sh: Likewise.
52806         * debug/xtrace.sh: Likewise.
52807         * elf/ldconfig.c: Likewise.
52808         * elf/ldd.bash.in: Likewise.
52809         * elf/sprof.c (print_version): Likewise.
52810         * iconv/iconv_prog.c: Likewise.
52811         * iconv/iconvconfig.c: Likewise.
52812         * locale/programs/locale.c: Likewise.
52813         * locale/programs/localedef.c: Likewise.
52814         * malloc/memusage.sh: Likewise.
52815         * malloc/mtrace.pl: Likewise.
52816         * nscd/nscd.c (print_version): Likewise.
52817         * nss/getent.c: Likewise.
52819         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
52820         PF_CAIF, and PF_ALG.
52821         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
52823 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
52825         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
52826         (modules-names): Use them.
52827         (ifunc-test-modules, ifunc-pie-tests): Define.
52828         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
52829         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
52830         (test-extras): Likewise.
52831         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
52832         $(compile-command.c).
52833         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
52834         (all-built-dso): Define.
52835         (check-textrel.out, check-execstack.out): Depend on it.
52837         * configure.in: Don't override --enable-multi-arch.
52839 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
52841         [BZ #6812]
52842         * nscd/hstcache.c (tryagain): Define.
52843         (cache_addhst): Return tryagain not notfound for temporary errors.
52844         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
52845         failed.
52847 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
52849         [BZ #10563]
52850         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
52851         to make the syscall.
52852         * sysdeps/unix/sysv/linux/setgroups.c: New file.
52854         [BZ #12378]
52855         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
52856         and fall back to matching as normal character if the string ends before
52857         the matching ']' is found.  This is what POSIX requires.
52858         * posix/testfnm.c: Adjust test result.
52859         * posix/globtest.sh: Adjust test result.  Add new test.
52860         * posix/tst-fnmatch.input: Likewise.
52861         * posix/tst-fnmatch2.c: Add new test.
52863 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
52865         * elf/Makefile (check-execstack): Revert last change.  Depend on
52866         check-execstack.h.
52867         (check-execstack.h): New target.
52868         (generated): Add check-execstack.h.
52869         * elf/check-execstack.c: Include "check-execstack.h".
52870         (main): Revert last change.
52871         (handle_file): Return zero if GNU_STACK is absent and
52872         DEFAULT_STACK_PERMS doesn't include PF_X.
52874 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
52876         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
52877         in child fails because the descriptor is already closed.
52878         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
52879         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
52880         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
52882         [BZ #12397]
52883         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
52884         syscall.
52886         [BZ #10484]
52887         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
52888         temporary buffer used to handle multi lookups locally.
52889         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
52891 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
52893         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
52894         loader is ld.so.
52896 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
52898         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
52899         alignment for SSE2.
52901 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
52903         [BZ #12394]
52904         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
52905         characters.  When rounding increased number of integer digits recompute
52906         number of groups.
52907         * stdio-common/tst-grouping.c: New file.
52908         * stdio-common/Makefile: Add rules to build and run tst-grouping.
52910 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
52912         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
52913         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
52915         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
52916         void.
52917         * bits/select.h: Likewise.
52919 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
52921         * po/ja.po: Update from translation team.
52923 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
52925         [BZ #11155]
52926         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
52927         implementation just like for lxstat, fxstatat, et al.
52929 2010-12-27  Jim Meyering  <meyering@redhat.com>
52931         [BZ #12348]
52932         * posix/regexec.c (build_trtable): Return failure indication upon
52933         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
52935 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
52937         [BZ #12201]
52938         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
52939         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
52940         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
52941         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
52943         [BZ #12207]
52944         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
52946         [BZ #12204]
52947         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
52948         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
52950 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
52952         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
52953         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
52954         script has SORT_BY_INIT_PRIORITY.
52955         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
52956         NO_CTORS_DTORS_SECTIONS is defined.
52957         * elf/soinit.c: Likewise.
52958         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
52959         NO_CTORS_DTORS_SECTIONS is defined.
52960         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
52961         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
52962         * sysdeps/sh/init-first.c: Likewise.
52963         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
52965 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
52967         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
52968         always use the slow path.
52970 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
52972         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
52973         similar rule which adds the sysdep directories to the header search in
52974         order to pick up the correct platform stackinfo.h.
52975         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
52976         perform test if it is, otherwise return successfully without testing.
52977         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
52978         DEFAULT_STACK_PERMS define in stackinfo.h.
52979         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
52980         defined in stackinfo.h.
52981         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
52982         DEFAULT_STACK_PERMS defined in stackinfo.h.
52983         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
52984         * sysdeps/ia64/stackinfo.h: Likewise.
52985         * sysdeps/s390/stackinfo.h: Likewise.
52986         * sysdeps/sh/stackinfo.h: Likewise.
52987         * sysdeps/sparc/stackinfo.h: Likewise.
52988         * sysdeps/x86_64/stackinfo.h: Likewise.
52989         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
52990         PF_X for powerpc64.  Retain PF_X for powerpc32.
52992 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
52994         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
52995         accurately.
52996         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
52997         GETDENTS_64BIT_ALIGNED.
52999 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
53001         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
53003 2010-12-10  Andreas Schwab  <schwab@redhat.com>
53005         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
53006         _GNU_SOURCE.
53008         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
53009         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
53010         Remove __restrict.
53011         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
53012         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
53014 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
53016         [BZ #11655]
53017         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
53018         are initialized.
53020 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
53022         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
53024 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
53026         * po/it.po: Update from translation team.
53028 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
53030         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
53031         unused codes.
53033 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
53035         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
53037 2010-11-24  Andreas Schwab  <schwab@redhat.com>
53039         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
53040         specially.
53041         (gaih_getanswer_slice): Likewise.
53043 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
53045         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
53047 2010-05-31  Petr Baudis  <pasky@suse.cz>
53049         [BZ #11149]
53050         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
53051         silently even in the chroot mode.
53053 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
53055         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
53056         last patch a bit.  Pretty printing
53058 2010-05-31  Petr Baudis <pasky@suse.cz>
53060         [BZ #10085]
53061         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
53062         initialization of skip_initgroups_dyn.
53064 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
53066         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
53067         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
53069 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
53071         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
53073 2010-11-11  Andreas Schwab  <schwab@redhat.com>
53075         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
53076         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
53077         (tst-fnmatch-ENV): Set MALLOC_TRACE.
53078         ($(objpfx)tst-fnmatch-mem): New rule.
53079         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
53080         * posix/tst-fnmatch.c (main): Call mtrace.
53082 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
53084         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53085         Support Intel processor model 6 and model 0x2c.
53087 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
53089         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
53090           signed comparison.
53092 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
53094         [BZ #12205]
53095         * string/test-strncasecmp.c (check_result): New function.
53096         (do_one_test): Use it.
53097         (check1): New function.
53098         (test_main): Use it.
53099         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
53100         Support strcasecmp and strncasecmp.
53102 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
53104         [BZ #12194]
53105         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
53106         * sysdeps/x86_64/bits/byteswap.h: Likewise.
53108 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
53110         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
53111         IFUNC support.
53112         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53113         memset-x86-64.
53114         * sysdeps/x86_64/multiarch/bzero.S: New file.
53115         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
53116         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
53117         * sysdeps/x86_64/multiarch/memset.S: New file.
53118         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
53119         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53120         Set bit_Prefer_SSE_for_memop for Intel processors.
53121         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
53122         Define.
53123         (index_Prefer_SSE_for_memop): Define.
53124         (HAS_PREFER_SSE_FOR_MEMOP): Define.
53126 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
53128         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
53129         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
53131 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
53133         [BZ #12191]
53134         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
53135         (__x86_64_raw_data_cache_size_half): Likewise.
53136         (__x86_64_raw_shared_cache_size): Likewise.
53137         (__x86_64_raw_shared_cache_size_half): Likewise.
53139         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
53140         (__x86_64_raw_data_cache_size_half): Likewise.
53141         (__x86_64_raw_shared_cache_size): Likewise.
53142         (__x86_64_raw_shared_cache_size_half): Likewise.
53143         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
53144         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
53145         and __x86_64_raw_shared_cache_size_half.  Round
53146         __x86_64_data_cache_size_half, __x86_64_data_cache_size
53147         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
53148         to multiple of 256 bytes.
53150 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
53152         [BZ #12167]
53153         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
53154         of inacessible symlinks.  Verify result of symlink before returning it.
53155         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
53156         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
53158 2010-10-28  Erich Ritz  <erichritz@gmail.com>
53160         * math/math.h (isinf): Fix typo in comment.
53162 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
53164         * po/da.po: Update from translation team.
53166 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
53168         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
53169         is added to the list.
53171 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53172             Ulrich Drepper  <drepper@gmail.com>
53174         * elf/dl-object.c (_dl_new_object): Don't append the new object to
53175         the global list here.  Move code to...
53176         (_dl_add_to_namespace_list): ...here.  New function.
53177         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
53178         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
53179         * elf/dl-load.c (lose): Don't remove the element from the list.
53180         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
53181         (_dl_map_object): Likewise.
53183 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
53185         [BZ #12159]
53186         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
53187         into all bytes of SSE register.
53188         Patch by Richard Li <richardpku@gmail.com>.
53190 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
53192         [BZ #12140]
53193         * malloc/malloc.c (_int_free): Fill correct number of bytes when
53194         perturbing.
53196 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
53198         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
53199         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
53200         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
53201         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
53202         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
53203         submachine.
53204         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
53206 2010-10-22  Andreas Schwab  <schwab@redhat.com>
53208         * include/dlfcn.h (__RTLD_SECURE): Define.
53209         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
53210         mode & __RTLD_SECURE instead.
53211         (open_path): Rename preloaded parameter to secure.
53212         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
53213         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
53214         * elf/dl-deps.c (openaux): Likewise.
53215         * elf/rtld.c (struct map_args): Remove is_preloaded.
53216         (map_doit): Don't use it.
53217         (dl_main): Likewise.
53218         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
53219         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
53221 2010-09-09  Andreas Schwab  <schwab@redhat.com>
53223         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
53224         (sysd-rules-targets): Remove duplicates.
53225         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
53226         rtld-%.$o dependency.
53228 2010-10-18  Andreas Schwab  <schwab@redhat.com>
53230         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
53231         _dl_map_object do it.
53233 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
53235         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
53236         fast fma builtins, define the macros in the C99 standard.
53237         (FP_FAST_FMAF): Likewise.
53238         (FP_FAST_FMAL): Likewise.
53239         * sysdeps/x86_64/bits/mathdef.h: Likewise.
53241         * bits/mathdef.h: Update copyright year.
53242         * sysdeps/powerpc/bits/mathdef.h: Likewise.
53244 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
53246         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
53247         builtins, define the macros in the C99 standard.
53248         (FP_FAST_FMAF): Likewise.
53249         (FP_FAST_FMAL): Likewise.
53250         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
53251         multiply/add.
53252         (FP_FAST_FMAF): Likewise.
53254 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
53256         [BZ #3268]
53257         * math/libm-test.inc (fma_test): Some new testcases.
53258         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
53259         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
53260         y and infinite z.  Do multiplication by C already in long double.
53261         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
53262         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
53263         y and infinite z.  Do bitwise or of inexact bit into u.d.
53264         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
53265         * sysdeps/i386/fpu/s_fmaf.S: Removed.
53266         * sysdeps/i386/fpu/s_fma.S: Removed.
53267         * sysdeps/i386/fpu/s_fmal.S: Removed.
53269 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
53271         [BZ #3268]
53272         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
53273         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
53274         computation is not scheduled after fetestexcept.  Fix value
53275         of minimum denormal long double.
53277 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
53279         [BZ #3268]
53280         * math/libm-test.inc (fma_test): Add some more tests.
53281         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
53282         correctly.
53284 2010-10-15  Andreas Schwab  <schwab@redhat.com>
53286         * scripts/data/localplt-s390-linux-gnu.data: New file.
53287         * scripts/data/localplt-s390x-linux-gnu.data: New file.
53289 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
53291         [BZ #3268]
53292         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
53293         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
53294         instead of dbl-64.
53295         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
53296         inlines.
53297         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
53298         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
53299         if one of x and y is very large and the other is subnormal.
53300         * sysdeps/s390/fpu/s_fmaf.c: New file.
53301         * sysdeps/s390/fpu/s_fma.c: New file.
53302         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
53303         * sysdeps/powerpc/fpu/s_fma.S: New file.
53304         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
53305         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
53306         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
53308 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
53310         [BZ #3268]
53311         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
53312         fma tests.
53313         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
53314         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
53315         * sysdeps/i386/i686/multiarch/s_fma.c: Include
53316         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
53317         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
53318         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
53319         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
53321 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
53323         [BZ #12078]
53324         * posix/regcomp.c (parse_branch): One more memory leak plugged.
53325         * posix/bug-regex31.input: Add test case.
53327 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
53329         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
53330         * posix/bug-regex31.input: New file.
53332         [BZ #12078]
53333         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
53334         (parse_sub_exp): Fix last change, use postorder.
53336         * posix/bug-regex31.c: New file.
53337         * posix/Makefile: Add rules to build and run bug-regex31.
53339         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
53341         [BZ #12078]
53342         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
53344         [BZ #12108]
53345         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
53346         to have entries in sys_siglist.
53348         [BZ #12093]
53349         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
53350         be NULL.
53352 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
53354         [BZ #3268]
53355         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
53356         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
53357         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
53358         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
53359         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
53360         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
53361         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
53362         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
53363         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
53364         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
53365         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
53366         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
53367         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
53368         * math/ftestexcept.c (fetestexcept): Likewise.
53369         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
53370         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
53371         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
53372         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
53373         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
53374         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
53375         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
53377 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
53379         [BZ #12107]
53380         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
53381         newline.
53383 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
53385         * string/bug-strstr1.c: New file.
53386         * string/Makefile: Add rules to build and run bug-strstr1.
53388 2010-10-05  Eric Blake  <eblake@redhat.com>
53390         [BZ #12092]
53391         * string/str-two-way.h (two_way_long_needle): Always clear memory
53392         when skipping input due to the shift table.
53394 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
53396         [BZ #12005]
53397         * malloc/mcheck.c: Handle large requests.
53399         [BZ #12077]
53400         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
53401         for strncmp and strncasecmp.
53402         * string/stratcliff.c: Add tests for strcmp and strncmp.
53403         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
53405 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
53407         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
53408         __set_fpscr.
53410 2010-09-30  Andreas Jaeger  <aj@suse.de>
53412         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
53413         (CGROUP_SUPER_MAGIC): Define.
53414         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53415         Handle btrfs and cgroup file systems.
53416         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
53417         Likewise.
53419 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
53421         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
53422         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
53424 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53426         [BZ #12067]
53427         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
53428         trying to locate the ELF header.
53430 2010-09-27  Andreas Schwab  <schwab@redhat.com>
53432         [BZ #11611]
53433         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
53434         Mask out sign-bit copies when constructing f_fsid.
53436 2010-09-24  Petr Baudis <pasky@suse.cz>
53438         * debug/stack_chk_fail_local.c: Add missing licence exception.
53439         * debug/warning-nop.c: Likewise.
53441 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
53443         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
53444         implementing getdents64 using getdents syscall, set d_type if
53445         __ASSUME_GETDENTS32_D_TYPE.
53447 2010-09-16  Andreas Schwab  <schwab@redhat.com>
53449         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
53450         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
53452 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
53454         [BZ #12037]
53455         * posix/unistd.h: Undo change of feature selection for ftruncate from
53456         2010-01-11.
53458 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
53460         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
53461         detection.
53463 2010-09-20  Andreas Schwab  <schwab@redhat.com>
53465         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
53466         fanotify_mark.
53467         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
53469 2010-09-14  Andreas Schwab  <schwab@redhat.com>
53471         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
53472         variables after CHECK_SP call.
53473         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
53475 2010-09-13  Andreas Schwab  <schwab@redhat.com>
53476             Ulrich Drepper  <drepper@redhat.com>
53478         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
53479         re-relocationg ld.so.
53480         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
53481         _dl_init_paths call.
53482         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
53483         here anymore.
53485 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
53487         * resolv/res_init.c (__res_vinit): Count the default server we added.
53489 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
53490             Ulrich Drepper  <drepper@redhat.com>
53492         [BZ #11968]
53493         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
53494         (____longjmp_chk): Use %ebx for saving value across system call.
53495         Add unwind info.
53497 2010-09-06  Andreas Schwab  <schwab@redhat.com>
53499         * manual/Makefile: Don't mix pattern rules with normal rules.
53501 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
53503         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
53504         operation.
53505         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
53506         * libio/iofopncook.c (_IO_cookie_init): Likewise.
53507         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
53508         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
53509         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53510         Likewise.
53512 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
53514         [BZ #11979]
53515         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
53516         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
53518 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
53520         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
53521         * sysdeps/x86_64/addmul_1.S: Likewise.
53522         * sysdeps/x86_64/lshift.S: Likewise.
53523         * sysdeps/x86_64/mul_1.S: Likewise.
53524         * sysdeps/x86_64/rshift.S: Likewise.
53525         * sysdeps/x86_64/sub_n.S: Likewise.
53526         * sysdeps/x86_64/submul_1.S: Likewise.
53528 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53530         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
53531         Define __sched_param instead of SCHED_* and sched_param when
53532         <bits/sched.h> is included with __need_schedparam defined.
53533         * bits/sched.h [__need_schedparam]
53534         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
53535         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
53536         (__defined_schedparam): Define to 1.
53537         (__sched_param): New structure, identical to sched_param.
53538         (__need_schedparam): Undefine.
53540 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
53542         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
53543         (epoll_create1): Declare.
53545         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
53547 2010-08-31  Andreas Schwab  <schwab@redhat.com>
53549         [BZ #7066]
53550         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
53551         shifting retval into place.
53553 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
53555         * nis/rpcsvc/nis.h: Update copyright notice.
53556         * nis/rpcsvc/nis.x: Likewise.
53557         * nis/rpcsvc/nis_callback.h: Likewise.
53558         * nis/rpcsvc/nis_callback.x: Likewise.
53559         * nis/rpcsvc/nis_object.x: Likewise.
53560         * nis/rpcsvc/nis_tags.h: Likewise.
53561         * nis/rpcsvc/yp.h: Likewise.
53562         * nis/rpcsvc/yp.x: Likewise.
53563         * nis/rpcsvc/ypupd.h: Likewise.
53564         * nis/yp_xdr.c: Likewise.
53565         * nis/ypupdate_xdr.c: Likewise.
53567         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
53568         mainly the body of pmap_getport.  Add parameters to specify timeouts.
53569         (pmap_getport): Use __libc_rpc_getport.
53570         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
53571         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
53572         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
53574 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
53576         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
53577         fanotify_mark.
53579 2010-08-27  Roland McGrath  <roland@redhat.com>
53581         * sysdeps/i386/i686/multiarch/Makefile
53582         (CFLAGS-varshift.c): New variable.
53584 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
53586         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
53587         * sysdeps/i386/i686/multiarch/varshift.c: New file.
53589         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
53591         * sysdeps/x86_64/strlen.S: Minimal code improvement.
53593 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
53595         * sysdeps/x86_64/strlen.S: Unroll the loop.
53596         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53597         strlen-sse2 strlen-sse2-bsf.
53598         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
53599         __strlen_no_bsf if bit_Slow_BSF is set.
53600         (__strlen_sse42): Removed.
53601         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
53602         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
53604 2010-08-25  Roland McGrath  <roland@redhat.com>
53606         * sysdeps/x86_64/multiarch/varshift.S: File removed.
53607         * sysdeps/x86_64/multiarch/varshift.c: New file.
53608         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
53609         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
53610         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
53611         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
53613 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
53615         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53616         strlen-sse2 strlen-sse2-bsf.
53617         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
53618         __strlen_sse2_bsf if bit_Slow_BSF is unset.
53619         (__strlen_sse2): Removed.
53620         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
53621         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
53622         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
53623         bit_Slow_BSF for Atom.
53624         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
53625         (index_Slow_BSF): Define.
53626         (HAS_SLOW_BSF): Define.
53628 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
53630         [BZ #10851]
53631         * resolv/res_init.c (__res_vinit): When no server address at all
53632         is given default to loopback.
53634 2010-08-24  Roland McGrath  <roland@redhat.com>
53636         * configure.in: Remove config-name.h generation.
53637         * configure: Regenerated.
53638         * config-name.in: File removed.
53639         * scripts/config-uname.sh: New file.
53640         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
53641         ($(objdir)config-name.h): New target.
53643         * sunrpc/rpc_parse.h: Avoid nested comment.
53645 2010-08-24  Richard Henderson  <rth@redhat.com>
53646             Ulrich Drepper  <drepper@redhat.com>
53647             H.J. Lu  <hongjiu.lu@intel.com>
53649         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
53650         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
53651         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
53652         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
53653         _mm_alignr_epi8 with _mm_loadu_si128.
53654         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
53655         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
53656         (__m128i_shift_right): Removed.
53657         * sysdeps/i386/i686/multiarch/varshift.h: New file.
53658         * sysdeps/i386/i686/multiarch/varshift.S: New file.
53659         * sysdeps/x86_64/multiarch/varshift.h: New file.
53660         * sysdeps/x86_64/multiarch/varshift.S: New file.
53662 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
53664         * configure.in: Move assembler checks to before sysdep dir checking.
53666 2010-08-20  Petr Baudis  <pasky@suse.cz>
53668         * LICENSES: Sync the sunrpc license.
53670 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
53672         * sunrpc/auth_des.c: Update copyright notice once again.
53673         * sunrpc/auth_none.c: Likewise.
53674         * sunrpc/auth_unix.c: Likewise.
53675         * sunrpc/authdes_prot.c: Likewise.
53676         * sunrpc/authuxprot.c: Likewise.
53677         * sunrpc/bindrsvprt.c: Likewise.
53678         * sunrpc/clnt_gen.c: Likewise.
53679         * sunrpc/clnt_perr.c: Likewise.
53680         * sunrpc/clnt_raw.c: Likewise.
53681         * sunrpc/clnt_simp.c: Likewise.
53682         * sunrpc/clnt_tcp.c: Likewise.
53683         * sunrpc/clnt_udp.c: Likewise.
53684         * sunrpc/clnt_unix.c: Likewise.
53685         * sunrpc/des_crypt.c: Likewise.
53686         * sunrpc/des_soft.c: Likewise.
53687         * sunrpc/get_myaddr.c: Likewise.
53688         * sunrpc/getrpcport.c: Likewise.
53689         * sunrpc/key_call.c: Likewise.
53690         * sunrpc/key_prot.c: Likewise.
53691         * sunrpc/openchild.c: Likewise.
53692         * sunrpc/pm_getmaps.c: Likewise.
53693         * sunrpc/pm_getport.c: Likewise.
53694         * sunrpc/pmap_clnt.c: Likewise.
53695         * sunrpc/pmap_prot.c: Likewise.
53696         * sunrpc/pmap_prot2.c: Likewise.
53697         * sunrpc/pmap_rmt.c: Likewise.
53698         * sunrpc/rpc/auth.h: Likewise.
53699         * sunrpc/rpc/auth_unix.h: Likewise.
53700         * sunrpc/rpc/clnt.h: Likewise.
53701         * sunrpc/rpc/des_crypt.h: Likewise.
53702         * sunrpc/rpc/key_prot.h: Likewise.
53703         * sunrpc/rpc/netdb.h: Likewise.
53704         * sunrpc/rpc/pmap_clnt.h: Likewise.
53705         * sunrpc/rpc/pmap_prot.h: Likewise.
53706         * sunrpc/rpc/pmap_rmt.h: Likewise.
53707         * sunrpc/rpc/rpc.h: Likewise.
53708         * sunrpc/rpc/rpc_des.h: Likewise.
53709         * sunrpc/rpc/rpc_msg.h: Likewise.
53710         * sunrpc/rpc/svc.h: Likewise.
53711         * sunrpc/rpc/svc_auth.h: Likewise.
53712         * sunrpc/rpc/types.h: Likewise.
53713         * sunrpc/rpc/xdr.h: Likewise.
53714         * sunrpc/rpc_clntout.c: Likewise.
53715         * sunrpc/rpc_cmsg.c: Likewise.
53716         * sunrpc/rpc_common.c: Likewise.
53717         * sunrpc/rpc_cout.c: Likewise.
53718         * sunrpc/rpc_dtable.c: Likewise.
53719         * sunrpc/rpc_hout.c: Likewise.
53720         * sunrpc/rpc_main.c: Likewise.
53721         * sunrpc/rpc_parse.c: Likewise.
53722         * sunrpc/rpc_parse.h: Likewise.
53723         * sunrpc/rpc_prot.c: Likewise.
53724         * sunrpc/rpc_sample.c: Likewise.
53725         * sunrpc/rpc_scan.c: Likewise.
53726         * sunrpc/rpc_scan.h: Likewise.
53727         * sunrpc/rpc_svcout.c: Likewise.
53728         * sunrpc/rpc_tblout.c: Likewise.
53729         * sunrpc/rpc_util.c: Likewise.
53730         * sunrpc/rpc_util.h: Likewise.
53731         * sunrpc/rpcinfo.c: Likewise.
53732         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
53733         * sunrpc/rpcsvc/key_prot.x: Likewise.
53734         * sunrpc/rpcsvc/klm_prot.x: Likewise.
53735         * sunrpc/rpcsvc/mount.x: Likewise.
53736         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
53737         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
53738         * sunrpc/rpcsvc/rex.x: Likewise.
53739         * sunrpc/rpcsvc/rstat.x: Likewise.
53740         * sunrpc/rpcsvc/rusers.x: Likewise.
53741         * sunrpc/rpcsvc/sm_inter.x: Likewise.
53742         * sunrpc/rpcsvc/spray.x: Likewise.
53743         * sunrpc/rpcsvc/yppasswd.x: Likewise.
53744         * sunrpc/rtime.c: Likewise.
53745         * sunrpc/svc.c: Likewise.
53746         * sunrpc/svc_auth.c: Likewise.
53747         * sunrpc/svc_authux.c: Likewise.
53748         * sunrpc/svc_raw.c: Likewise.
53749         * sunrpc/svc_run.c: Likewise.
53750         * sunrpc/svc_simple.c: Likewise.
53751         * sunrpc/svc_tcp.c: Likewise.
53752         * sunrpc/svc_udp.c: Likewise.
53753         * sunrpc/svc_unix.c: Likewise.
53754         * sunrpc/svcauth_des.c: Likewise.
53755         * sunrpc/xcrypt.c: Likewise.
53756         * sunrpc/xdr.c: Likewise.
53757         * sunrpc/xdr_array.c: Likewise.
53758         * sunrpc/xdr_float.c: Likewise.
53759         * sunrpc/xdr_mem.c: Likewise.
53760         * sunrpc/xdr_rec.c: Likewise.
53761         * sunrpc/xdr_ref.c: Likewise.
53762         * sunrpc/xdr_sizeof.c: Likewise.
53763         * sunrpc/xdr_stdio.c: Likewise.
53765         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
53766         handling.
53768 2010-08-19  Andreas Schwab  <schwab@redhat.com>
53770         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
53772 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
53774         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
53775         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
53776         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
53777         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
53778         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
53779         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
53780         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
53781         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
53782         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
53783         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
53784         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
53785         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
53786         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
53787         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
53789 2010-07-26  Anton Blanchard  <anton@samba.org>
53791         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
53792         * malloc/arena.c (heap_trim): Likewise.
53794 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
53796         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
53797         here.  Not...
53798         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
53799         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
53801 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
53803         * sysdeps/i386/elf/Makefile: New file.
53805 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
53807         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
53808         from fanotify_init.
53809         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
53810         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
53812 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
53814         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
53815         of strncasecmp_l.
53816         * sysdeps/multiarch/strcmp.S: Likewise.
53818 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
53820         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
53821         strncase_l-nonascii.
53822         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
53823         Add strncase_l-ssse3.
53824         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
53825         * sysdeps/x86_64/strcmp.S: Likewise.
53826         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
53827         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
53828         * sysdeps/x86_64/strncase.S: New file.
53829         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
53830         * sysdeps/x86_64/strncase_l.S: New file.
53831         * string/Makefile (strop-tests): Add strncasecmp.
53832         * string/test-strncasecmp.c: New file.
53834         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
53835         warning.
53837         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
53838         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
53840 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
53842         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
53844 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
53846         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
53847         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
53848         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
53850 2010-05-01  Alan Modra  <amodra@gmail.com>
53852         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
53853         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
53854         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
53855         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
53856         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
53857         tidying.  Don't tail-call __sigjmp_save for static lib.
53858         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
53859         save location.
53860         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
53861         (CALL_MCOUNT): Add eh info, and nop after bl.
53862         (TAIL_CALL_SYSCALL_ERROR): New macro.
53863         (PSEUDO_RET): Use it.
53864         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
53865         Correct save location of integer regs and cr.
53866         (_dl_profile_resolve): Correct cr save location.  Delete nops
53867         after bl when SHARED.  Reduce cfi size a little by better
53868         placement of cfi directives.
53869         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
53870         make a stack frame.  Instead use parm save area as a temp.
53871         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
53872         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
53873         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
53874         Don't make a stack frame for parent, use parm save area.
53875         Increase child stack frame to 112 bytes.  Don't save unused reg,
53876         and adjust reg usage.  Set up cfi on error recovery and
53877         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
53878         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
53879         (__makecontext): Add dummy nop after jump to exit.
53880         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
53881         Use correct parm save area and cr save, reduce stack frame.
53882         Correct cfi for possible PSEUDO_RET frame setup.
53883         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
53884         Branch to local label emitted by PSEUDO_RET rather than
53885         __syscall_error.
53887 2010-08-12  Andreas Schwab  <schwab@redhat.com>
53889         [BZ #11904]
53890         * locale/programs/locale.c (print_assignment): New function.
53891         (show_locale_vars): Use it.
53893 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
53895         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
53896         field.
53897         (struct statfs64): Likewise.
53898         (_STATFS_F_FLAGS): Define.
53899         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
53900         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53901         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
53902         (ST_VALID): Define locally.
53903         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
53904         __statvfs_getflags, use the provided value.
53905         * sysdeps/unix/sysv/linux/kernel-features.h: Define
53906         __ASSUME_STATFS_F_FLAGS.
53908         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
53910         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
53911         Add sys/fanotify.h.
53912         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
53913         fanotify_mask for GLIBC_2.13.
53914         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
53915         fanotify_init and fanotify_mark.
53916         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
53917         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
53919         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
53920         Add prlimit.
53921         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
53922         prlimit64 for GLIBC_2.13.
53923         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
53924         prlimit64.
53925         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
53926         syscall.
53927         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
53928         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
53929         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
53930         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
53931         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
53932         add prlimit alias.
53933         * sysdeps/unix/sysv/linux/prlimit.c: New file.
53935         [BZ #11903]
53936         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
53937         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
53939         * nss/Makefile: Add rules to build and run tst-nss-test1.
53940         * shlib-versions: Add entry for libnss_test1.
53941         * nss/nss_test1.c: New file.
53942         * nss/tst-nss-test1.c: New file.
53944         * nss/nsswitch.c (__nss_database_custom): Define new variable.
53945         (__nss_configure_lookup): Set appropriate entry in
53946         __nss_configure_lookup to true.
53947         * nss/nsswitch.h: Define enum with indeces of databases in
53948         databases and __nss_database_custom arrays.  Declare
53949         __nss_database_custom.
53950         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
53951         to avoid using nscd when custom rules are installed.
53952         * nss/getXXbyYY_r.c: Likewise.
53953         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
53955         * nss/nss_files/files-parse.c: Whitespace fixes.
53957 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
53959         [BZ #11883]
53960         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
53961         * posix/fnmatch_loop.c: Likewise.
53963 2010-07-17  Andi Kleen  <ak@linux.intel.com>
53965         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
53966         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
53967         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
53968         * Versions.def [GLIBC_2.13]: Add.
53970 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
53972         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
53973         Also fail if tpwd after pwuid call is NULL.
53975 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53977         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
53978         when converting to ms.
53980 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53982         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
53983         EOPNOTSUPP errors with ENOTTY.
53984         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
53985         EOPNOTSUPP errors with ENOTTY.
53987 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
53989         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
53990         Add strcasecmp_l-ssse3.
53991         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
53992         strcasecmp.
53993         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
53994         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
53995         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
53997 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
53999         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
54001         * string/Makefile (strop-tests): Add strcasecmp.
54002         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
54003         strcasecmp_l-nonascii.
54004         (gen-as-const-headers): Add locale-defines.sym.
54005         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
54006         * sysdeps/x86_64/strcasecmp.S: New file.
54007         * sysdeps/x86_64/strcasecmp_l.S: New file.
54008         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
54009         * sysdeps/x86_64/locale-defines.sym: New file.
54010         * string/test-strcasecmp.c: New file.
54012         * string/test-strcasestr.c: Test both ends of the range of characters.
54013         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
54015 2010-07-29  Roland McGrath  <roland@redhat.com>
54017         [BZ #11856]
54018         * manual/locale.texi (Yes-or-No Questions): Fix example code.
54020 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
54022         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
54023         for ld.so.
54025 2010-07-27  Andreas Schwab  <schwab@redhat.com>
54027         * manual/memory.texi (Malloc Tunable Parameters): Document
54028         M_PERTURB.
54030 2010-07-26  Roland McGrath  <roland@redhat.com>
54032         [BZ #11840]
54033         * configure.in (-fgnu89-inline check): Set and substitute
54034         gnu89_inline, not libc_cv_gnu89_inline.
54035         * configure: Regenerated.
54036         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
54038 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
54040         * string/test-strnlen.c: New file.
54041         * string/Makefile (strop-tests): Add strnlen.
54042         * string/tester.c (test_strnlen): Add a few more test cases.
54043         * string/tst-strlen.c: Better error reporting.
54045         * sysdeps/x86_64/strnlen.S: New file.
54047 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
54049         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
54050         lower-latency instructions.
54052 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
54054         * string/test-strcasestr.c: New file.
54055         * string/test-strstr.c: New file.
54056         * string/Makefile (strop-tests): Add strstr and strcasestr.
54057         * string/str-two-way.h: Don't undefine MAX.
54058         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
54060 2010-07-21  Andreas Schwab  <schwab@redhat.com>
54062         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54063         strcasestr-nonascii.
54064         (CFLAGS-strcasestr-nonascii.c): Define.
54065         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
54066         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
54067         Remove unused attribute.
54069 2010-07-20  Roland McGrath  <roland@redhat.com>
54071         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
54072         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
54073         ld.so.cache was broken.  With it, there is no way to disable dsocaps
54074         like LD_HWCAP_MASK can disable hwcaps.
54076 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
54078         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
54080 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
54082         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
54083         call in strcasestr.
54084         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
54085         __strcasestr_sse42_nonascii.
54086         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
54087         strcasestr-nonascii.c.
54088         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
54090 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
54092         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
54093         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
54094         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
54095         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
54097 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
54099         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
54100         fcntl.
54102 2010-07-06  Andreas Schwab  <schwab@redhat.com>
54104         [BZ #11577]
54105         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
54106         dl_signal_cerror.
54108 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
54110         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
54111         _PC_PIPE_BUF using F_GETPIPE_SZ.
54113 2010-07-05  Roland McGrath  <roland@redhat.com>
54115         * manual/arith.texi (Rounding Functions): Fix rint description
54116         implicit in round description.
54118 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
54120         * elf/Makefile: Fix linking for a few tests to make recent linker
54121         happy.
54123 2010-06-30  Andreas Schwab  <schwab@redhat.com>
54125         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
54126         $(common-objpfx)libc_nonshared.a.
54128 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
54130         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
54131         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
54132         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
54133         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
54134         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
54135         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
54136         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
54137         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
54138         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
54139         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
54140         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
54141         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
54142         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
54143         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
54144         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
54145         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
54146         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
54147         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
54148         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
54149         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
54150         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
54151         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
54152         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
54153         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
54154         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
54155         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
54156         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
54157         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
54158         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
54159         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
54160         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
54161         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
54162         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
54163         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
54164         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
54165         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
54166         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
54167         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
54168         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
54169         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
54170         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
54171         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
54172         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
54173         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
54174         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
54175         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
54176         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
54177         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
54179 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
54181         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
54182         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
54183         * string/memmove.c (memmove): Renamed to ...
54184         (MEMMOVE): ...this.  Default to memmove.
54185         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
54186         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
54187         (END_CHK): Define.
54188         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54189         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
54190         mempcpy-ssse3-back memmove-ssse3-back.
54191         * sysdeps/x86_64/multiarch/bcopy.S: New file .
54192         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
54193         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
54194         * sysdeps/x86_64/multiarch/memcpy.S: New file.
54195         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
54196         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
54197         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
54198         * sysdeps/x86_64/multiarch/memmove.c: New file.
54199         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
54200         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
54201         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
54202         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
54203         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
54204         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
54205         Define.
54206         (index_Fast_Copy_Backward): Define.
54207         (HAS_ARCH_FEATURE): Define.
54208         (HAS_FAST_REP_STRING): Define.
54209         (HAS_FAST_COPY_BACKWARD): Define.
54211 2010-06-21  Andreas Schwab  <schwab@redhat.com>
54213         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
54214         Restore proper fallback handling.
54216 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
54218         [BZ #11701]
54219         * posix/group_member.c (__group_member): Correct checking loop.
54221         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
54222         OOM in getpwuid_r correctly.  Return error number when the caller
54223         should return, otherwise -1.
54224         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
54225         call returning > 0 value.
54226         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
54228 2010-06-07  Andreas Schwab  <schwab@redhat.com>
54230         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
54231         libc_nonshared.a from targets in modules-names.
54233 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
54235         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
54236         requires it.
54238 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
54240         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
54241         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
54242         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
54243         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
54245 2010-06-02  Andreas Schwab  <schwab@redhat.com>
54247         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
54249 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
54251         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
54252         and F_GETPIPE_SZ.
54253         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
54254         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54255         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54256         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54257         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54258         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
54260 2010-06-14  Roland McGrath  <roland@redhat.com>
54262         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
54264 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
54266         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
54267         __REDIRECT followed by __THROW.
54268         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
54269         * posix/getopt.h (getopt): Likewise.
54271 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
54273         * hurd/lookup-at.c (__file_name_lookup_at): Accept
54274         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
54275         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
54276         in AT_FLAGS.
54277         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
54278         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
54280 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
54282         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
54284 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
54286         [BZ #11640]
54287         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54288         Properly check family and model.
54290 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
54292         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
54294 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
54296         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
54298 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
54300         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
54301         symbol reference.
54303 2010-05-19  Andreas Schwab  <schwab@redhat.com>
54305         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
54306         symbol reference.
54308 2010-05-21  Andreas Schwab  <schwab@redhat.com>
54310         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
54311         and internal_recvmmsg.
54312         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
54313         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
54314         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
54315         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
54317         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
54318         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
54319         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
54321 2010-05-20  Andreas Schwab  <schwab@redhat.com>
54323         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
54325 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
54327         POWER7 optimizations.
54328         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
54329         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
54331 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
54333         * version.h: Update for 2.13 development version.
54335 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
54337         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
54338         exceptions.  Return 0.
54340 2010-05-07  Roland McGrath  <roland@redhat.com>
54342         * elf/ldconfig.c (main): Add a const.
54344 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
54346         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
54347         (args_options): Add no-idn option.
54348         (ahosts_keys_int): Add idn_flags to ai_flags.
54349         (parse_option): Handle 'i' option to clear idn_flags.
54351         * malloc/malloc.c (_int_free): Possible race in the most recently
54352         added check.  Only act on the data if no current modification
54353         happened.
54355 See ChangeLog.17 for earlier changes.