Use pragmas rather than makefiles for necessary options for unwind code.
[glibc.git] / ChangeLog
blobaac7f32bbeabc9a47bc0542821fe2235a9a1df66
1 2014-12-16  Roland McGrath  <roland@hack.frob.com>
3         * nptl/unwind.c: Use pragma to turn on -fexceptions.
4         * sysdeps/nptl/unwind-forcedunwind.c: Use pragma to turn on
5         -fexceptions and -fasynchronous-unwind-tables.
6         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: Likewise.
7         * sysdeps/gnu/unwind-resume.c: Likewise.
8         * nptl/Makefile (CFLAGS-unwind.c, CFLAGS-unwind-forcedunwind.c):
9         Variables removed.
10         * sysdeps/gnu/Makefile
11         [$(subdir) = csu] (CFLAGS-unwind-resume.c): Likewise.
12         [$(subdir) = rt] (CFLAGS-rt-unwind-resume.c): Likewise.
14 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
16         [BZ #17719]
17         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
18         define as weak alias of __memrchr.
19         (__memrchr): Do not define as strong alias of memrchr.
20         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
21         Remove variable.
22         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
23         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
24         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
26         [BZ #17717]
27         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
28         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
29         (if_indextoname): Rename to __if_indextoname and define as weak
30         alias of __if_indextoname.  Use libc_hidden_weak.
31         (if_freenameindex): Rename to __if_freenameindex and define as
32         weak alias of __if_freenameindex.
33         (if_nameindex): Rename to __if_nameindex and define as weak alias
34         of __if_nameindex.
35         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
36         __if_nametoindex and define as weak alias of __if_nametoindex.
37         Use libc_hidden_weak.
38         (if_freenameindex): Rename to __if_freenameindex and define as
39         weak alias of __if_freenameindex.
40         (if_nameindex): Rename to __if_nameindex and define as weak alias
41         of __if_nameindex.
42         (if_indextoname): Rename to __if_indextoname and define as weak
43         alias of __if_indextoname.  Use libc_hidden_weak.
44         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
45         __if_nametoindex and define as weak alias of __if_nametoindex.
46         Use libc_hidden_weak.
47         (if_freenameindex): Rename to __if_freenameindex and define as
48         weak alias of __if_freenameindex.  Use libc_hidden_weak.
49         (if_nameindex_netlink): Use __if_freenameindex instead of
50         if_freenameindex.
51         (if_nameindex): Rename to __if_nameindex and define as weak alias
52         of __if_nameindex.  Use libc_hidden_weak.
53         (if_indextoname): Rename to __if_indextoname and define as weak
54         alias of __if_indextoname.  Use libc_hidden_weak.
55         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
56         libc_hidden_proto.
57         [!_ISOMAC] (__if_freenameindex): Likewise.
58         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
59         if_nametoindex.
60         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
61         variable.
62         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
63         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
64         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
65         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
66         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
67         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
68         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
70         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
71         Remove variable.
72         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
73         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
75 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
77         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
78         subscript above bounds'
80         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
81         bounds.
83 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
85         * libio/tst-fopenloc.c: Use test-skeleton.c.
87         * stdlib/tst-bsearch.c: Use test-skeleton.c.
88         (entry): Rename to ITEM.
89         (do_test, comp): Adjust.
91         * stdio-common/tst-fseek.c: Use test-skeleton.c.
93 2014-12-16  Torvald Riegel  <triegel@redhat.com>
95         * string/tester.c: Include <libc-internal.h>.
96         (test_memset): Ignore -Wmemset-transposed-args.
98 2014-12-16  Torvald Riegel  <triegel@redhat.com>
100         * misc/tst-mntent2.c (do_test): Fix warning.
102 2014-12-16  Torvald Riegel  <triegel@redhat.com>
104         * elf/tst-unique4lib.cc(a): Mark as used.
106 2014-12-16  Florian Weimer  <fweimer@redhat.com>
108         [BZ #17630]
109         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
110         names.
112 2014-12-16  Allan McRae  <allan@archlinux.org>
114         * stdio-common/Makefile (tests): Re-add bug26.
116 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
118         [BZ #17657]
119         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
120         static array.
122 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
124         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
125         (__lll_lock_wait): Likewise.
126         (__lll_timedlock_wait): Likewise.
127         (__lll_timedwait_tid): Likewise.
128         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
129         (__lll_robust_timedlock_wait): Likewise.
130         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
131         (lll_cond_trylock): Likewise.
132         (__lll_lock): Likewise.
133         (__lll_robust_lock): Likewise.
134         (__lll_cond_lock): Likewise.
135         (lll_robust_cond_lock): Likewise.
136         (__lll_timedlock): Likewise.
137         (__lll_robust_timedlock): Likewise.
138         (__lll_unlock): Likewise.
139         (__lll_robust_unlock): Likewise.
140         (lll_wait_tid): Likewise.
141         (lll_timedwait_tid): Likewise.
143 2014-12-15  Torvald Riegel  <triegel@redhat.com>
145         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
147 2014-12-15  Torvald Riegel  <triegel@redhat.com>
149         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
151 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
153         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
154         * stdio-common/tst-sprintf.c: Likewise.
156 2014-12-15  Torvald Riegel  <triegel@redhat.com>
158         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
160 2014-12-15  Jeff Law  <law@redhat.com>
162         [BZ #16617]
163         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
164         on the heap.  (CVE-2012-3406)
165         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
166         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
167         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
169 2014-12-15  Will Newton  <will.newton@linaro.org>
171         * manual/install.texi: Bump required version of texinfo
172         to 4.7 from 4.5.
173         * INSTALL: Regenerated.
174         * configure.ac: Check for makeinfo version 4.7 and above.
175         * configure: Regenerated.
177 2014-12-12  Roland McGrath  <roland@hack.frob.com>
179         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
180         PREFIX, string constant to insert between directory and name.
181         * sysdeps/posix/shm_open.c: Update caller.
182         * sysdeps/posix/shm_unlink.c: Likewise.
183         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
184         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
185         (SEM_SHM_PREFIX): New macro.
186         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
187         [$(have-thread-library) = no].
188         * nptl/Makefile (libpthread-routines): Add shm-directory.
189         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
190         * sysdeps/nptl/shm-directory.h: New file.
191         * sysdeps/posix/shm-directory.c
192         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
193         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
194         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
195         INTERNAL_SYSCALL.
196         (__where_is_shmfs): Function removed.
197         (mountpoint, defaultmount, defaultdir, __namedsem_once):
198         Variables removed.
199         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
200         Use SHM_GET_NAME.
201         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
203         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
204         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
205         unconditional for use inside libpthread.
206         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
208 2014-12-12  Roland McGrath  <roland@hack.frob.com>
210         * nptl/pthread_getaffinity.c: New file.
211         * nptl/pthread_setaffinity.c: New file.
212         * nptl/pthread_getname.c: New file.
213         * nptl/pthread_setname.c: New file.
215         * nptl/pthread_create.c (START_THREAD_DEFN)
216         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
218 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
219             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
221         * resolv/res_send.c (send_vc): Disable warning resplen may
222         be used uninitialized.
224 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
226         * nptl/tst-mutex6.c
227         (ATTR_NULL): New define checks ATTR against NULL.
228         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
229         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
231 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
233         [BZ #17581]
234         * malloc/hooks.c
235         (mem2mem_check): Revert my previous change.
236         (malloc_check_get_size): Revert my previous change.
237         (mem2chunk_check): Revert my previous change.
239 2014-12-11  Roland McGrath  <roland@hack.frob.com>
241         * sysdeps/posix/shm-directory.c: New file.
242         * sysdeps/posix/shm-directory.h: New file.
243         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
244         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
245         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
246         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
247         Transmute EPERM to EACCES.
248         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
249         from ...
250         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
251         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
253 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
255         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
256         pointer and cast to uintptr_t.
257         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
258         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
259         Add cast to avoid warning.
260         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
262 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
264         * nptl/semaphore.h: Move to ...
265         * sysdeps/pthread/semaphore.h: ... here.
266         * Makefile (installed-headers): Change nptl/semaphore.h to
267         sysdeps/pthread/semaphore.h.
269 2014-12-11  Roland McGrath  <roland@hack.frob.com>
271         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
272         generated error format strings.
274         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
275         -Wformat-extra-args warnings for scanf formats.
276         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
277         test of zero-length format (duh).
278         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
279         corner-case scanf format test.
280         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
281         generated fprintf format string.
282         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
283         corner-case sprintf format tests.
284         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
285         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
286         -Wformat-extra-args warnings throughout.
287         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
288         (CFLAGS-scanf4.c): Likewise.
289         (CFLAGS-scanf7.c): Likewise.
290         (CFLAGS-tst-sprintf.c): Likewise.
291         (CFLAGS-tst-printf.c): Likewise.
292         (CFLAGS-tst-printfsz.c): Likewise.
294 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
296         * include/cpio.h: New file.
297         * include/fmtmsg.h: Likewise.
299         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
300         corresponding format argument to size_t.
301         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
302         arguments.
303         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
304         corresponding format argument to size_t.
305         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
306         arguments.
307         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
308         corresponding format argument to size_t.
309         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
310         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
311         (CFLAGS-tst-mbswcs2.c): Likewise.
312         (CFLAGS-tst-mbswcs3.c): Likewise.
313         (CFLAGS-tst-mbswcs4.c): Likewise.
314         (CFLAGS-tst-mbswcs5.c): Likewise.
315         (CFLAGS-tst-trans.c): Likewise
317 2014-12-11  Roland McGrath  <roland@hack.frob.com>
319         * posix/regexbug1.c (main): Use "%s" format with regerror results,
320         rather than assuming they won't contain any '%'s.
322 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
324         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
325         inhibit_loop_to_libcall to avoid recursive calls.
326         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
327         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
329 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
331         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
332         prototype.
334 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
336         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
337         integer value instead of boolean.
339 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
341         * malloc/malloc.c: Fix powerof2 check.
343 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
345         * locale/programs/locfile.h (maybe_swap_uint32):
346         Remove inline and add unused attribute.
348 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
350         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
351         Truncating assembler expression to a .long expression.
353 2014-12-11  Andreas Schwab  <schwab@suse.de>
355         * elf/rtld.c (struct map_args): Constify str member.
356         (do_preload): Constify fname argument.
358 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
360         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
361         constants definition.
363 2014-12-11  Andreas Schwab  <schwab@suse.de>
365         [BZ #16657]
366         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
367         FORCE_ELISION instead of DO_ELISION.
368         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
369         Remove.
370         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
371         Likewise.
373         * iconvdata/gconv-modules: Remove duplicate entry.
375 2014-12-11  Will Newton  <will.newton@linaro.org>
377         Merge gettext 0.19.3 into intl/.
379         This involves a number of cosmetic changes to comments
380         and ANSI function definitions and prototypes throughout
381         all the files. The gettext copyright header is used but
382         with the date ranges taken from the glibc copy.
384         * NEWS: Add gettext merge to 2.21.
385         * intl/bindtextdom.c: Switch to gettext copyright.
386         Use ANSI definitions and prototypes.
387         Use gl_* locking primitives rather than __libc_* ones.
388         Use __builtin_expect rather than __glibc_likely/unlikely.
389         * intl/dcgettext.c: Switch to gettext copyright.
390         Use ANSI definitions and prototypes.
391         * intl/dcigettext.c: Switch to gettext copyright.
392         Use ANSI definitions and prototypes.
393         (INTDIV0_RAISES_SIGFPE): New define.
394         Use gl_* locking primitives rather than __libc_* ones.
395         Include eval-plural.h instead of plural-eval.c.
396         Use __builtin_expect rather than __glibc_likely/unlikely.
397         * intl/dcngettext.c: Switch to gettext copyright.
398         Use ANSI definitions and prototypes.
399         * intl/dgettext.c: Likewise.
400         * intl/dngettext.c: Likewise.
401         * intl/plural-eval.c: Renamed to...
402         * intl/eval-plural.h: ...this.
403         * intl/explodename.c: Switch to gettext copyright.
404         Use ANSI definitions and prototypes.
405         (_nl_explode_name): Use strchr instead of __rawmemchr.
406         * intl/finddomain.c: Switch to gettext copyright.
407         Use ANSI definitions and prototypes.
408         Use gl_* locking primitives rather than __libc_* ones.
409         (_nl_find_domain): Use malloc rather than alloca for
410         allocation of temporary locale name.
411         * intl/gettext.c: Switch to gettext copyright.
412         Use ANSI definitions and prototypes.
413         * intl/gettextP.h: Switch to gettext copyright.
414         Use ANSI definitions and prototypes.
415         Use gl_* locking primitives rather than __libc_* ones.
416         * intl/gmo.h: Switch to gettext copyright.
417         (struct sysdep_string): Move struct segment_pair outside of
418         struct definition.
419         * intl/hash-string.c: Use ANSI definitions and prototypes.
420         * intl/hash-string.h: Switch to gettext copyright.
421         Use ANSI definitions and prototypes.
422         * intl/l10nflist.c: Switch to gettext copyright.
423         Use ANSI definitions and prototypes.
424         (_nl_normalize_codeset): Avoid integer overflow.
425         * intl/loadinfo.h: Switch to gettext copyright.
426         Use ANSI definitions and prototypes.
427         (LIBINTL_DLL_EXPORTED): New define.
428         (PATH_SEPARATOR): New define.
429         * intl/loadmsgcat.c: Switch to gettext copyright.
430         * intl/localealias.c: Switch to gettext copyright.
431         Use ANSI definitions and prototypes.
432         (_nl_expand_alias): Use PATH_SEPARATOR.
433         * intl/ngettext.c: Switch to gettext copyright.
434         Use ANSI definitions and prototypes.
435         * intl/plural-exp.c: Likewise.
436         * intl/plural-exp.h: Switch to gettext copyright.
437         Use ANSI definitions and prototypes.
438         (struct expression): Move definition of enum operator outside
439         of struct definition.
440         * intl/plural.c: Regenerate.
441         * intl/plural.y: Switch to gettext copyright.
442         Use ANSI definitions and prototypes.
443         Port to bison 3.0.
444         * intl/textdomain.c: Switch to gettext copyright.
445         Use ANSI definitions and prototypes.
446         Use gl_* locking primitives rather than __libc_* ones.
448 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
450         * debug/warning-nop.c: Add used atrribute.
452 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
454         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
456         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
457         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
458         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
460 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
461             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
463         [BZ #17634]
464         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
465         Undefine after defining function.  Define as weak alias of
466         __wcschr.  Use libc_hidden_weak.
467         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
468         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
469         (libc_hidden_def): Also define __GI___wcschr alias.
470         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
471         __wcschr and define as weak alias of __wcschr.
472         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
473         __wcschr.
474         [!WCSCHR] (DEFAULT_WCSCHR): Define.
475         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
476         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
477         libc_hidden_weak.  Do not use libc_hidden_def.
478         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
479         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
480         __GI___wcschr alias.
481         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
482         [IS_IN (libc)] (wcschr): Define as macro expanding to
483         __redirect_wcschr.
484         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
485         [IS_IN (libc)] (__wcschr_power6): Likewise.
486         [IS_IN (libc)] (__wcschr_power7): Likewise.
487         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
488         instead of wcschr.
489         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
490         __libc_wcschr.
491         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
492         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
493         __wcschr and define as weak alias of __wcschr.  Use
494         libc_hidden_builtin_def.
495         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
496         as weak alias of __wcschr.  Use libc_hidden_weak.
497         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
498         wcschr.
499         * time/era.c (_nl_init_era_entries): Likewise.
500         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
501         variable.
502         (test-xfail-XPG3/time.h/linknamespace): Likewise.
503         (test-xfail-XPG4/time.h/linknamespace): Likewise.
505 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
507         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
508         format for long int variable.
510 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
512         [BZ #10672]
513         * manual/search.texi: (Array Sort Function): Remove claim how to make
514         qsort stable.
516 2014-12-10  Andreas Schwab  <schwab@suse.de>
518         [BZ #12847]
519         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
520         user-controlled locks.
522 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
524         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
525         register.
527 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
529         * configure.ac (--disable-werror): New configure option.
530         (enable_werror): New AC_SUBST.
531         * configure: Regenerated.
532         * config.make.in (enable-werror): New variable.
533         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
534         -Wno-error=undef.
535         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
536         * manual/install.texi (Configuring and compiling): Document
537         --disable-werror.
538         * INSTALL: Regenerated.
539         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
540         (CFLAGS-tst-chk2.c): Likewise.
541         (CFLAGS-tst-chk3.c): Likewise.
542         (CFLAGS-tst-chk4.cc): Likewise.
543         (CFLAGS-tst-chk5.cc): Likewise.
544         (CFLAGS-tst-chk6.cc): Likewise.
545         (CFLAGS-tst-lfschk1.c): Likewise.
546         (CFLAGS-tst-lfschk2.c): Likewise.
547         (CFLAGS-tst-lfschk3.c): Likewise.
548         (CFLAGS-tst-lfschk4.cc): Likewise.
549         (CFLAGS-tst-lfschk5.cc): Likewise.
550         (CFLAGS-tst-lfschk6.cc): Likewise.
552         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
553         (main): Disable -Wdeprecated-declarations around calls to
554         register_printf_function.
556         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
557         (do_test): Disable -Wdiv-by-zero around some calls to
558         fwrite_unlocked and fread_unlocked.
560         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
561         (DIAG_POP_NEEDS_COMMENT): Likewise.
562         (_DIAG_STR1): Likewise.
563         (_DIAG_STR): Likewise.
564         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
565         * stdio-common/bug21.c: Include <libc-internal.h>.
566         (do_test): Disable -Wformat around call to sscanf.
567         * stdio-common/scanf14.c: Include <libc-internal.h>.
568         (main): Disable -Wformat around some calls to scanf functions.
570 2014-12-09  Torvald Riegel  <triegel@redhat.com>
572         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
574 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
576         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
577         stack variable alignment.
579 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
581         [BZ #17682]
582         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
583         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
584         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
585         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
586         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
587         __getrlimit instead of getrlimit.
588         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
589         __gettimeofday instead of gettimeofday.
590         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
591         Likewise.
592         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
593         Likewise.
594         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
595         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
596         Remove variable.
597         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
598         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
600 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
602         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
603         for wide-character tests.
605 2014-12-04  Roland McGrath  <roland@hack.frob.com>
607         * io/openat64.c: #include <libc-internal.h>
608         (__openat64): Prototypify.  Use ignore_value on MODE.
609         * io/openat.c: Likewise.
610         * misc/reboot.c: #include <libc-internal.h>
611         (reboot): Prototypify.  Use ignore_value on HOWTO.
612         * misc/ptrace.c: #include <libc-internal.h>
613         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
615 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
617         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
618         XPG4, UNIX98 and XOPEN2K.
619         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
620         Remove variable.
621         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
623 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
625         * libio/fileops.c: Use ISO C style for function definitions.
626         * libio/iofopen.c: Likewise.
627         * libio/wfileops.c: Likewise.
629         [BZ #17653]
630         * libio/fileops.c (_IO_new_file_underflow): Unset cached
631         offset on EOF.
632         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
633         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
634         (fgets_func): Function pointer to fgets and fgetws.
635         (do_ftell_test): Add test to verify ftell value after read
636         EOF.
637         (do_test): Set fgets_func.
639         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
640         O_TRUNC flag for w and w+ modes.
641         (do_rewind_test): Likewise.
642         (do_ftell_test): Likewise.
643         (do_write_test): Likewise.
645         [BZ #17647]
646         * libio/fileops.c (do_ftell): Seek only when there are
647         unflushed writes.
648         * libio/wfileops.c (do_ftell_wide): Likewise.
649         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
650         test case.
651         (do_one_test): Call it.
653 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
655         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
656         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
657         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
658         Remove variable.
659         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
660         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
661         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
663 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
665         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
666         Remove variable.
667         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
669         [BZ #17668]
670         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
671         as weak alias of __getifaddrs.  Use libc_hidden_weak.
672         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
673         __freeifaddrs.  Use libc_hidden_weak.
674         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
675         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
676         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
677         __freeifaddrs.  Use libc_hidden_weak.
678         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
679         __getifaddrs and define as weak alias of __getifaddrs.  Use
680         libc_hidden_weak.
681         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
682         __freeifaddrs.  Use libc_hidden_weak.
683         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
684         Remove variable.
685         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
686         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
688 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
690         [BZ #17601]
691         * sysdeps/mips/start.S (__start): Use indirect jump to call
692         __libc_start_main.
694 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
696         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
698         * nptl/tst-mutex1.c: Include <stdbool.h>.
699         [!ATTR] (ATTR_NULL): New macro.
700         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
701         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
702         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
704         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
705         to char *.
707         [BZ #17665]
708         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
709         Change conditional to [__USE_MISC].
711         [BZ #17664]
712         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
713         fgets_unlocked.
714         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
715         __fgets_unlocked.
716         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
717         fgets_unlocked.
718         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
719         Remove variable.
720         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
721         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
722         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
723         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
724         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
725         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
726         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
727         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
728         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
730         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
732 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
734         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
735         Remove strpbrk objects.
736         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
737         (__libc_ifunc_impl_list): Remove strpbrk implementation.
738         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
739         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
740         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
741         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
743         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
744         Remove strcspn objects.
745         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
746         (__libc_ifunc_impl_list): Remove strcspn implementation.
747         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
748         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
749         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
750         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
752         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
753         Remove strspn objetcs.
754         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
755         (__libc_ifunc_impl_list): Remove strspn implementation.
756         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
757         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
758         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
759         * sysdeps/powerpc/powerpc64/strspn.S: New file.
761 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
763         [BZ #17581]
764         * malloc/hooks.c
765         (mem2mem_check): Add a terminator to the chain of checking blocks.
766         (malloc_check_get_size): Use it here.
767         (mem2chunk_check): Ditto.
769 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
771         * sysdeps/powerpc/powerpc64/strtok.S: New file.
772         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
774 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
776         * bits/ioctl-types.h: Indent preprocessor directives correctly.
778         * nptl/nptl-init.c: Include libc-internal.h.
779         (__pthread_initialize_minimal_internal): Use ROUND_UP.
781         * elf/ldconfig.c (search_dir): Expand comment.
783 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
785         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
786         variable.
787         (linknamespace-symlist-stdlibs-tests): Likewise.
788         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
789         instead of $(objpfx)symlist-stdlibs.
790         (linknamespace-libs-isoc): New variable.
791         (linknamespace-libs): Use $(linknamespace-libs-isoc).
792         (linknamespace-libs-ISO): New variable.
793         (linknamespace-libs-ISO99): Likewise.
794         (linknamespace-libs-ISO11): Likewise.
795         (linknamespace-libs-XPG3): Likewise.
796         (linknamespace-libs-XPG4): Likewise.
797         (linknamespace-libs-POSIX): Likewise.
798         (linknamespace-libs-UNIX98): Likewise.
799         (linknamespace-libs-XOPEN2K): Likewise.
800         (linknamespace-libs-POSIX2008): Likewise.
801         (linknamespace-libs-XOPEN2K8): Likewise.
802         ($(objpfx)symlist-stdlibs): Replace by
803         $(linknamespace-symlist-stdlibs-tests).  Use
804         $(linknamespace-libs-$*) as set of libraries.
805         ($(linknamespace-header-tests)): Update dependencies.  Use
806         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
807         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
808         * conform/linknamespace.pl: Remove comment about considering
809         definitions of symbols from irrelevant libraries.
811 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
813         [BZ #13862]
814         * elf/dl-tls.c: Include <atomic.h>.
815         (oom): Remove #ifdef SHARED/#endif.
816         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
817         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
818         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
819         big enough.
820         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
821         * nptl/Makefile (tests): Add tst-stack4.
822         (modules-names): Add tst-stack4mod.
823         ($(objpfx)tst-stack4): New.
824         (tst-stack4mod.sos): Likewise.
825         ($(objpfx)tst-stack4.out): Likewise.
826         ($(tst-stack4mod.sos)): Likewise.
827         (clean): Likewise.
828         * nptl/tst-stack4.c: New file.
829         * nptl/tst-stack4mod.c: Likewise.
831 2014-11-27  J. Brown  <jb999@gmx.de>
833         * sysdeps/x86/bits/string.h: Add recent CPUs.
835 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
837         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
838         sigblock.
840         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
841         feof.
843         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
844         variable.
846 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
848         * nscd/connections.c: Include libc-internal.h because of macro
849         usage ignore_value.
851 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
853         * string/bits/string3.h (__warn_memset_zero_len): Don't
854         declare for gcc newer than 5.0.
855         (memset): Don't test for zero-length __LEN for gcc newer than
856         5.0.
858 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
860         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
861         size_t for %zu format.
863         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
864         difference, not %ju.
866 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
868         * include/libc-internal.h (ignore_value): New macro.
869         * nscd/connections.c (restart): Wrap calls to setuid and setgid
870         with ignore_value.
872         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
873         definition.
875         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
876         pthread_cleanup_push to void *.
878         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
879         Undefine.
881         [BZ #16619]
882         [BZ #16740]
883         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
884         instead of 1L << 52.
886         * libio/bug-rewind.c (do_test): Check fwscanf return values.
887         * libio/bug-rewind2.c (do_test): Likewise.
889         * debug/test-stpcpy_chk-ifunc.c: Remove file.
890         * debug/test-strcpy_chk-ifunc.c: Likewise.
891         * wcsmbs/test-wcschr-ifunc.c: Likewise.
892         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
893         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
894         * wcsmbs/test-wcslen-ifunc.c: Likewise.
895         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
896         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
897         * Rules [$(multi-arch) = no] (tests): Do not filter out
898         $(tests-ifunc).
899         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
900         * debug/Makefile (tests-ifunc): Remove variable.
901         (tests): Do not add $(tests-ifunc).
902         * wcsmbs/Makefile (tests-ifunc): Remove variable.
903         (tests): Do not add $(tests-ifunc).
904         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
905         [TEST_IFUNC]: Remove conditionals.
906         * string/test-string.h (TEST_IFUNC): Remove macro.
907         [TEST_IFUNC]: Remove conditionals.
909         * string/test-strchr.c [!WIDE] (L): New macro.
910         [WIDE] (L): Likewise.
911         (check1): Use CHAR instead of char.  Use L on string and character
912         constants.
914 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
916         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
917         tests.
918         * sysdeps/powerpc/bits/atomic.h
919         (__arch_atomic_exchange_and_add_32_acq): Add definition.
920         (__arch_atomic_exchange_and_add_32_rel): Likewise.
921         (atomic_exchange_and_add_acq): Likewise.
922         (atomic_exchange_and_add_rel): Likewise.
923         * sysdeps/powerpc/powerpc32/bits/atomic.h
924         (__arch_atomic_exchange_and_add_64_acq): Add definition.
925         (__arch_atomic_exchange_and_add_64_rel): Likewise.
926         * sysdeps/powerpc/powerpc64/bits/atomic.h
927         (__arch_atomic_exchange_and_add_64_acq): Add definition.
928         (__arch_atomic_exchange_and_add_64_rel): Likewise.
930 2014-11-26  Torvald Riegel  <triegel@redhat.com>
932         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
933         Change synchronization of __sched_fifo_min_prio and
934         __sched_fifo_max_prio.
935         * nptl/pthread_mutexattr_getprioceiling.c
936         (pthread_mutexattr_getprioceiling): Likewise.
937         * nptl/pthread_mutexattr_setprioceiling.c
938         (pthread_mutexattr_setprioceiling): Likewise.
939         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
940         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
941         Likewise.
943 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
945         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
946         void.
948 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
950         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
951         third argument const.
953 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
955         fnmatch: work around GCC compiler warning bug with uninit var
956         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
957         This works around a bug with x86-64 GCC 4.9.2 and earlier
958         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
959         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
960         used uninitialized in this function [-Wmaybe-uninitialized]".
962 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
964         * posix/bug-regex31.c (main): Return RES not 0.
966 2014-11-25  Anton Blanchard <anton@samba.org>
968         * sysdeps/powerpc/bits/atomic.h
969         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
971 2014-11-24  Sterling Augustine  <saugustine@google.com>
973         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
975 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
977         [BZ #17608]
978         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
980 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
982         [BZ #17633]
983         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
984         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
985         variable.
986         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
987         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
989 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
991         * string/strncpy.c (strncpy): Improve performance by using memset.
993 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
995         * string/strcpy.c (strcpy):
996         Improve performance by using strlen and memcpy.
998 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
1000         * string/strcoll_l.c (get_next_seq): __always_inline.
1001         * string/strcoll_l.c (do_compare): __always_inline.
1003 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1005         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
1006         defined.
1007         * include/mqueue.h: Likewise.
1008         * include/stdlib.h: Likewise.
1010         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
1011         (get_null_defines): Adjust.
1012         * sunrpc/Makefile: Adjust comment.
1013         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
1014         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
1015         (CFLAGS-interp.c): Likewise.
1016         (CFLAGS-ldconfig.c): Likewise.
1017         (CPPFLAGS-.os): Likewise.
1018         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1019         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1020         * extra-modules.mk (extra-modules.mk): Likewise.
1021         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
1022         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
1023         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
1024         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
1025         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
1026         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
1027         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
1028         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
1029         * iconvdata/Makefile (CPPFLAGS): Likewise.
1030         (cpp-srcs-left): Add libof for all iconvdata routines.
1031         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
1032         * include/assert.h: Likewise.
1033         * include/ctype.h: Likewise.
1034         * include/errno.h: Likewise.
1035         * include/libc-symbols.h: Likewise.
1036         * include/math.h: Likewise.
1037         * include/netdb.h: Likewise.
1038         * include/resolv.h: Likewise.
1039         * include/stdio.h: Likewise.
1040         * include/stdlib.h: Likewise.
1041         * include/string.h: Likewise.
1042         * include/sys/stat.h: Likewise.
1043         * include/wctype.h: Likewise.
1044         * intl/l10nflist.c: Likewise.
1045         * libidn/idn-stub.c: Likewise.
1046         * libio/libioP.h: Likewise.
1047         * nptl/libc_multiple_threads.c: Likewise.
1048         * nptl/pthreadP.h: Likewise.
1049         * posix/regex_internal.h: Likewise.
1050         * resolv/res_hconf.c: Likewise.
1051         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
1052         * sysdeps/arm/memmove.S: Likewise.
1053         * sysdeps/arm/sysdep.h: Likewise.
1054         * sysdeps/generic/_itoa.h: Likewise.
1055         * sysdeps/generic/symbol-hacks.h: Likewise.
1056         * sysdeps/gnu/errlist.awk: Likewise.
1057         * sysdeps/gnu/errlist.c: Likewise.
1058         * sysdeps/i386/i586/memcpy.S: Likewise.
1059         * sysdeps/i386/i586/memset.S: Likewise.
1060         * sysdeps/i386/i686/memcpy.S: Likewise.
1061         * sysdeps/i386/i686/memmove.S: Likewise.
1062         * sysdeps/i386/i686/mempcpy.S: Likewise.
1063         * sysdeps/i386/i686/memset.S: Likewise.
1064         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
1065         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
1066         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
1067         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
1068         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
1069         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
1070         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
1071         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
1072         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
1073         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
1074         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
1075         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
1076         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
1077         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
1078         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
1079         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
1080         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
1081         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
1082         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
1083         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
1084         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
1085         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
1086         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
1087         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
1088         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
1089         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
1090         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
1091         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
1092         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
1093         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
1094         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
1095         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
1096         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
1097         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
1098         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
1099         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
1100         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
1101         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
1102         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
1103         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
1104         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
1105         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
1106         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
1107         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
1108         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
1109         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
1110         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
1111         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
1112         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
1113         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
1114         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
1115         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
1116         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
1117         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
1118         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
1119         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
1120         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
1121         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
1122         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
1123         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
1124         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
1125         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
1126         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
1127         * sysdeps/nptl/bits/libc-lock.h: Likewise.
1128         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1129         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
1130         * sysdeps/posix/closedir.c: Likewise.
1131         * sysdeps/posix/opendir.c: Likewise.
1132         * sysdeps/posix/readdir.c: Likewise.
1133         * sysdeps/posix/rewinddir.c: Likewise.
1134         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
1135         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
1136         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
1137         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
1138         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
1139         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
1140         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
1141         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
1142         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
1143         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
1144         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
1145         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
1146         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
1147         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
1148         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
1149         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
1150         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
1151         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
1152         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
1153         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
1154         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
1155         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
1156         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
1157         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
1158         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
1159         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
1160         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
1161         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
1162         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
1163         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
1164         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
1165         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
1166         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
1167         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
1168         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
1169         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
1170         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
1171         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
1172         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
1173         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
1174         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
1175         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
1176         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
1177         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
1178         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
1179         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
1180         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
1181         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
1182         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
1183         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
1184         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
1185         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
1186         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
1187         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
1188         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
1189         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
1190         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
1191         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
1192         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
1193         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
1194         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
1195         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
1196         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
1197         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
1198         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
1199         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
1200         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
1201         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
1202         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
1203         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
1204         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
1205         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
1206         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
1207         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
1208         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
1209         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
1210         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
1211         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
1212         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
1213         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
1214         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
1215         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
1216         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
1217         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
1218         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
1219         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
1220         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
1221         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
1222         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
1223         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
1224         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
1225         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
1226         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
1227         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
1228         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
1229         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
1230         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
1231         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
1232         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
1233         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
1234         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
1235         * sysdeps/unix/alpha/sysdep.S: Likewise.
1236         * sysdeps/unix/alpha/sysdep.h: Likewise.
1237         * sysdeps/unix/make-syscalls.sh: Likewise.
1238         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1239         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1240         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1241         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
1242         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1243         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
1244         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
1245         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1246         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1247         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
1248         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1249         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1250         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1251         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1252         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1253         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
1254         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1255         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1256         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1257         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1258         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
1259         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1260         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1261         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1262         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1263         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1264         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1265         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1266         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1267         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
1268         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1269         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1270         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
1271         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1272         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
1273         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1274         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
1275         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1276         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
1277         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
1278         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1279         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1280         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1281         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
1282         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1283         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1284         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1285         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
1286         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1287         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1288         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1289         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1290         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1291         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1292         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
1293         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1294         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1295         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1296         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
1297         * sysdeps/x86_64/memcpy.S: Likewise.
1298         * sysdeps/x86_64/memmove.c: Likewise.
1299         * sysdeps/x86_64/memset.S: Likewise.
1300         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
1301         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
1302         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
1303         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
1304         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
1305         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
1306         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
1307         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
1308         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
1309         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
1310         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
1311         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
1312         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
1313         * sysdeps/x86_64/multiarch/memset.S: Likewise.
1314         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
1315         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
1316         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
1317         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
1318         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
1319         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
1320         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
1321         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
1322         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
1323         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
1324         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
1325         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
1326         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
1327         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
1328         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
1329         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
1330         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
1331         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
1332         * sysdeps/x86_64/strcmp.S: Likewise.
1334         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
1336         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
1337         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
1338         * elf/rtld-Rules: Likewise.
1339         * elf/setup-vdso.h: Likewise.
1340         * include/assert.h: Likewise.
1341         * include/bits/stdlib-float.h: Likewise.
1342         * include/errno.h: Likewise.
1343         * include/sys/stat.h: Likewise.
1344         * include/unistd.h: Likewise.
1345         * sysdeps/aarch64/setjmp.S: Likewise.
1346         * sysdeps/alpha/setjmp.S: Likewise.
1347         * sysdeps/arm/__longjmp.S: Likewise.
1348         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
1349         * sysdeps/arm/setjmp.S: Likewise.
1350         * sysdeps/arm/sysdep.h: Likewise.
1351         * sysdeps/generic/_itoa.h: Likewise.
1352         * sysdeps/generic/dl-sysdep.h: Likewise.
1353         * sysdeps/generic/ldsodefs.h: Likewise.
1354         * sysdeps/i386/dl-tls.h: Likewise.
1355         * sysdeps/i386/setjmp.S: Likewise.
1356         * sysdeps/m68k/setjmp.c: Likewise.
1357         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
1358         * sysdeps/mach/hurd/opendir.c: Likewise.
1359         * sysdeps/posix/getcwd.c: Likewise.
1360         * sysdeps/posix/opendir.c: Likewise.
1361         * sysdeps/posix/profil.c: Likewise.
1362         * sysdeps/powerpc/dl-procinfo.h: Likewise.
1363         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
1364         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
1365         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
1366         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
1367         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
1368         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
1369         * sysdeps/s390/dl-tls.h: Likewise.
1370         * sysdeps/s390/s390-32/setjmp.S: Likewise.
1371         * sysdeps/s390/s390-64/setjmp.S: Likewise.
1372         * sysdeps/sh/sh3/setjmp.S: Likewise.
1373         * sysdeps/sh/sh4/setjmp.S: Likewise.
1374         * sysdeps/unix/alpha/sysdep.h: Likewise.
1375         * sysdeps/unix/arm/sysdep.S: Likewise.
1376         * sysdeps/unix/i386/sysdep.S: Likewise.
1377         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1378         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
1379         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1380         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1381         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1382         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1383         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
1384         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1385         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1386         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1387         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
1388         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1389         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1390         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
1391         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
1392         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1393         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1394         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1395         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1396         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1397         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1398         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1399         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1400         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1401         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1402         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1403         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1404         * sysdeps/unix/x86_64/sysdep.S: Likewise.
1405         * sysdeps/x86_64/setjmp.S: Likewise.
1407         * include/math.h: Use IS_IN instead of IS_IN_libm.
1408         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
1409         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
1410         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
1411         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
1412         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
1413         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
1414         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
1415         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
1416         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
1417         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
1418         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
1419         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
1420         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
1421         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
1422         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
1423         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
1424         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
1425         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
1426         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
1427         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
1428         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
1429         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
1430         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
1431         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
1432         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
1433         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
1434         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
1435         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
1436         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
1437         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
1438         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
1439         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
1440         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
1441         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
1442         Likewise.
1443         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
1444         Likewise.
1445         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
1446         Likewise.
1447         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
1448         Likewise.
1449         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
1450         Likewise.
1451         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
1452         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
1453         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
1454         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
1455         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
1456         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
1457         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
1458         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
1459         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
1460         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
1461         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
1462         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
1463         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
1464         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
1465         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
1466         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
1467         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
1468         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
1469         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
1470         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
1471         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
1472         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
1473         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
1474         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
1475         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
1476         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
1477         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
1479         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
1480         * nptl/pthreadP.h: Likewise.
1481         * nptl_db/structs.def: Likewise.
1482         * sysdeps/arm/sysdep.h: Likewise.
1483         * sysdeps/nptl/bits/libc-lock.h: Likewise.
1484         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1485         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
1486         * sysdeps/unix/alpha/sysdep.h: Likewise.
1487         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1488         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1489         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1490         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1491         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1492         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1493         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1494         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1495         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1496         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1497         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1498         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1499         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1500         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1501         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1502         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1503         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1504         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1505         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1506         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1507         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1508         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1509         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1510         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1511         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
1512         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1514         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
1515         * nptl/pthreadP.h: Likewise.
1516         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1517         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1518         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1519         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1520         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1521         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1522         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1523         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1524         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1525         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1526         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1527         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1528         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
1529         Likewise.
1530         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
1531         Likewise.
1532         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1533         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1534         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1535         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1536         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1537         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1538         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1539         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1541         * dlfcn/dladdr.c: Use IS_IN.
1542         * dlfcn/dladdr1.c: Likewise.
1543         * dlfcn/dlclose.c: Likewise.
1544         * dlfcn/dlerror.c: Likewise.
1545         * dlfcn/dlinfo.c: Likewise.
1546         * dlfcn/dlmopen.c: Likewise.
1547         * dlfcn/dlopen.c: Likewise.
1548         * dlfcn/dlsym.c: Likewise.
1549         * dlfcn/dlvsym.c: Likewise.
1551         * include/ifaddrs.h: Use IS_IN.
1552         * inet/check_pf.c: Likewise.
1553         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
1554         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
1556         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
1557         IS_IN_ldconfig.
1558         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
1559         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
1561         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
1562         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
1563         IS_IN (libc).
1565         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
1567         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
1568         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1569         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1570         * include/libc-symbols.h (IS_IN_LIB): New macro.
1571         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
1572         * include/netdb.h: Likewise.
1573         * include/stap-probe.h: Remove all uses of IN_LIB.
1575         * Makeconfig (module-cppflags-real): Define MODULE_NAME
1576         instead of IN_MODULE.
1577         * include/libc-symbols.h (IN_MODULE): Define using
1578         MODULE_NAME.
1579         (PASTE_NAME, PASTE_NAME1): New macros.
1580         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
1581         of IN_LIB.
1582         (STAP_PROBE_ASM): Likewise.
1584 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1586         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
1587         __mach_init in dlopened libc.
1589 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
1591         * sysdeps/arm/preconfigure.ac: Delete EABI check.
1592         * sysdeps/arm/preconfigure: Regenerate.
1594 2014-11-21  Roland McGrath  <roland@hack.frob.com>
1596         * nptl/pthread_create.c (__pthread_create_2_1): Set
1597         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
1598         when copying values from IATTR into PD.
1600 2014-11-21  Will Newton  <will.newton@linaro.org>
1601             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
1603         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
1604         Refactor inline-asm.  Also add comment.
1606         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
1607         ElfW macro instead of hardcoded Elf64 types.
1608         (la_aarch64_gnu_pltenter): Likewise.
1609         * sysdeps/aarch64/dl-machine.h
1610         (elf_machine_runtime_setup): Use ElfW(Addr).
1612         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
1613         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
1614         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
1615         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
1616         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
1617         (R_AARCH64_TLS_DTPMOD64): Rename to ..
1618         (R_AARCH64_TLS_DTPMOD): This.
1619         (R_AARCH64_TLS_DTPREL64): Rename to ...
1620         (R_AARCH64_TLS_DTPREL): This.
1621         (R_AARCH64_TLS_TPREL64): Rename to ...
1622         (R_AARCH64_TLS_TPREL): This.
1623         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
1624         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
1625         R_AARCH64_TLS_TPREL64.
1626         (elf_machine_rela): Likewise.
1628 2014-11-21  Torvald Riegel  <triegel@redhat.com>
1630         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
1631         by setting it to 0.  64b atomics are not supported currently.
1633 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1635         [BZ #16469]
1636         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
1637         search domain names.
1639 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1641         [BZ #16469]
1642         * NEWS: Update.
1643         * resolv/res_query.c (__libc_res_nquerydomain): Retain
1644         trailing dot.
1645         * posix/tst-getaddrinfo5.c: New.
1646         * posix/Makefile (tests): Add it.
1648 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1650         [BZ #14498]
1651         * NEWS: Fixed.
1652         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
1653         after parsing line but before break_if_match.
1654         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
1655         if there is a protocol mismatch.
1657 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
1659         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
1660         because the potential race is on the user-supplied stream.
1662 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1664         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
1665         string literal if not passed a buffer.
1666         * manual/job.texi (ctermid): Update reasoning, note deviation
1667         from posix, suggest mtasurace when not passed a buffer, for
1668         future non-preliminary safety notes.
1670 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1672         * manual/users.texi (cuserid): Fix MT-Safety note for the case
1673         of not passing it a buffer.
1674         Reported by Peng Haitao.
1676 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1678         * manual/Makefile ($(objpfx)stamp-summary): Require
1679         check-safety.sh to pass.
1680         * manual/check-safety.sh: Wish for verification that every
1681         @deftypefn and @deftypefun is followed by a @safety remark.
1683 2014-11-20  Roland McGrath  <roland@hack.frob.com>
1685         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
1687         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
1688         PTHREAD_CANCEL_ASYNCHRONOUS.
1689         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
1690         send SIGCANCEL.
1692         * nptl/default-sched.h: New file.
1693         * sysdeps/unix/sysv/linux/default-sched.h: New file.
1694         * nptl/pthread_create.c: Include it.
1695         (__pthread_create_2_1): Use collect_default_sched instead of making
1696         Linux syscalls here directly.
1698 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1700         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
1701         __pthread_once): Use C11 atomics.
1703 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1705         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
1707 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1709         * include/atomic.h (__atomic_link_error, __atomic_check_size,
1710         atomic_thread_fence_acquire, atomic_thread_fence_release,
1711         atomic_thread_fence_seq_cst, atomic_load_relaxed,
1712         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
1713         atomic_compare_exchange_weak_relaxed,
1714         atomic_compare_exchange_weak_acquire,
1715         atomic_compare_exchange_weak_release,
1716         atomic_exchange_acquire, atomic_exchange_release,
1717         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
1718         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
1719         atomic_fetch_and_acquire,
1720         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
1722 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1724         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
1725         USE_ATOMIC_COMPILER_BUILTINS): Define.
1726         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
1727         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1728         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
1729         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1730         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
1731         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1732         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
1733         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1734         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
1735         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1736         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
1737         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1738         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
1739         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1740         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
1741         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1742         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
1743         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1744         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
1745         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1746         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
1747         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1748         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
1749         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1750         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
1751         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1752         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
1753         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1754         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
1755         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1756         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
1757         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1758         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
1759         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1760         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
1761         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1762         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
1763         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1764         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
1765         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1767 2014-11-19  Roland McGrath  <roland@hack.frob.com>
1769         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
1770         the sched_priority value here.  It was already checked when the user
1771         called pthread_attr_setschedparam.
1773         * nptl/tst-bad-schedattr.c: New file.
1774         * nptl/Makefile (tests): Add it.
1776 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
1777             Florian Weimer  <fweimer@redhat.com>
1778             Joseph Myers  <joseph@codesourcery.com>
1779             Adam Conrad  <adconrad@0c3.net>
1780             Andreas Schwab  <schwab@suse.de>
1781             Brooks  <bmoses@google.com>
1783         [BZ #17625]
1784         * wordexp-test.c (__dso_handle): Add prototype.
1785         (__register_atfork): Likewise.
1786         (__app_register_atfork): New function.
1787         (registered_forks): New global.
1788         (register_fork): New function.
1789         (test_case): Add 3 new tests for WRDE_CMDSUB.
1790         (main): Call __app_register_atfork.
1791         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
1792         fork count is non-zero fail the test.
1793         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
1794         is set.
1795         (parse_dollars): Remove check for WRDE_NOCMD.
1796         (parse_dquote): Likewise.
1798 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
1800         * Makeconfig (built-modules): List non-library modules to be
1801         built.
1802         (module-cppflags): Include libc-modules.h for
1803         everything except shlib-versions.v.i.
1804         (CPPFLAGS): Use it.
1805         (before-compile): Add libc-modules.h.
1806         ($(common-objpfx)libc-modules.h,
1807         $(common-objpfx)libc-modules.stmp): New targets.
1808         (common-generated): Add libc-modules.h and libc-modules.stmp.
1809         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
1810         * include/libc-symbols.h: Don't include libc-modules.h.
1811         * include/libc-modules.h: Remove file.
1812         * scripts/gen-libc-modules.awk: New script to generate
1813         libc-modules.h.
1814         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
1815         Depend on libc-modules.stmp.
1817         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
1819         * Makeconfig (in-module): Get value of libof set for the
1820         translation unit.
1821         (CPPFLAGS): Use $(in-module).
1822         * Makerules: Don't suffix routine names for nonlib.
1823         * include/libc-modules.h: New file.
1824         * include/libc-symbols.h: Include libc-modules.h
1825         (IS_IN): New macro to replace IS_IN_* macros.
1826         * elf/Makefile: Set libof-* for each routine.
1827         * elf/rtld-Rules: Likewise.
1828         * extra-modules.mk: Likewise.
1829         * iconv/Makefile: Likewise.
1830         * iconvdata/Makefile: Likewise.
1831         * locale/Makefile: Likewise.
1832         * malloc/Makefile: Likewise.
1833         * nss/Makefile: Likewise.
1834         * sysdeps/gnu/Makefile: Likewise.
1835         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
1836         * sysdeps/unix/sysv/linux/Makefile: Likewise.
1837         * sysdeps/s390/s390-64/Makefile: Likewise.
1838         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
1839         CPPFLAGS for nscd instead of nonlib.
1841 2014-11-18  Roland McGrath  <roland@hack.frob.com>
1843         * nptl/createthread.c: New file.
1845         * nptl/createthread.c: Moved ...
1846         * sysdeps/unix/sysv/linux/createthread.c: ... here.
1848         * nptl/createthread.c: Add proper top-line comment.
1849         (do_clone): Folded into ...
1850         (create_thread): ... here.  Take new arguments STOPPED_START and
1851         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
1852         increment __nptl_threads, do event-reporting logic, do
1853         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
1854         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
1855         resource cleanup if sched_setaffinity or sched_setscheduler fails,
1856         just send SIGCANCEL.
1857         * nptl/pthread_create.c: Forward-declare create_thread before
1858         including createthread.c.
1859         (start_thread): Use new macro START_THREAD_DEFN to replace defining
1860         declaration, and new macro START_THREAD_SELF to replace argument.
1861         Remove return statement.
1862         (report_thread_creation): New function.
1863         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
1864         synchronization logic, and __nptl_nthreads increment here, around
1865         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
1866         PD->parent_cancelhandling here, before create_thread.  When
1867         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
1868         __deallocate_stack, and ENOMEM translation here.
1870 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
1872         [BZ #17616]
1873         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
1874         (mptwo): Rename to __mptwo.
1875         (__inv): Use __mptwo instead of mptwo.
1876         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
1877         (mptwo): Rename to __mptwo.
1878         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
1879         of mpone and __mptwo instead of mptwo.
1880         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
1881         instead of mpone.
1882         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
1883         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
1884         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
1885         of mpone and __mptwo instead of mptwo.
1886         (__mpranred): Use __mpone instead of mpone.
1887         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
1888         variable.
1889         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
1890         (test-xfail-ISO99/math.h/linknamespace): Likewise.
1891         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
1892         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
1893         (test-xfail-ISO11/math.h/linknamespace): Likewise.
1894         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
1895         (test-xfail-XPG3/math.h/linknamespace): Likewise.
1896         (test-xfail-XPG4/math.h/linknamespace): Likewise.
1897         (test-xfail-POSIX/math.h/linknamespace): Likewise.
1898         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
1899         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
1900         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
1901         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
1902         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
1903         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
1904         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
1905         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
1906         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
1907         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
1909 2014-11-18  Tom de Vries  <tom@codesoucery.com>
1911         * manual/signal.texi (Primitives Interrupted by Signals): In section,
1912         replace BSD Handler xref with BSD Signal Handling.
1914 2014-11-17  Richard Henderson  <rth@redhat.com>
1916         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
1917         (_FP_PACK_RAW_2): Remove.
1918         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
1919         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
1920         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
1921         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
1922         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
1923         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
1924         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
1925         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
1926         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
1927         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
1928         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
1929         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
1930         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
1931         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
1932         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
1933         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
1935 2014-11-14  Roland McGrath  <roland@hack.frob.com>
1937         * signal/signal.h [__USE_MISC]
1938         (struct sigvec): Remove type.
1939         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
1940         (sigvec): Remove declaration.
1941         * sysdeps/posix/sigvec.c: Moved ...
1942         * signal/sigvec.c: ... here, replacing old file.
1943         (struct sigvec): New type, copied from old signal.h definition.
1944         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
1945         (__sigvec): Convert definition to prototype.
1946         (sigvec): Replace weak_alias with compat_symbol.
1947         * signal/Versions (libc: GLIBC_2.21): New version set.
1948         * include/signal.h: Remove __sigvec declaration.
1949         * sysdeps/unix/bsd/sigvec.c: Remove file.
1950         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
1951         * manual/signal.texi (BSD Handler): Remove subsection.
1952         Move siginterrupt up to ...
1953         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
1954         (Blocking in BSD): Fold subsection into its parent.
1955         * NEWS: Mention sigvec removal.
1957 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
1959         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
1960         (DLA_FMS): Make definition conditional only on [__FMA4__].
1961         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
1962         definition.
1964         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
1965         Make definition conditional only on [PROF].
1966         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
1967         definition.
1968         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
1969         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
1971         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
1972         !__GNUC__].
1973         * include/signal.h (__sigpause): Move declaration above call to
1974         libc_hidden_proto.
1975         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
1976         variable.
1977         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
1978         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
1980 2014-11-14  David S. Miller  <davem@davemloft.net>
1982         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
1983         Define before including <string/memcpy.c> and <string/mempcpy.c>.
1985 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
1987         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
1988         * configure: Regenerated.
1989         * manual/install.texi (Tools for Compilation): Document a
1990         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
1991         compiler verified to work.
1992         * INSTALL: Regenerated.
1994         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
1995         redeclare with asm name.
1996         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
1997         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
1998         including <string.h>.
1999         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2000         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
2001         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2002         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
2003         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2004         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
2005         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2007 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
2009         * stdlib/strtol.c (__strtol): Use prototype definition.
2011         [BZ #17594]
2012         * stdlib/strtol.c (SYM__): New macro.
2013         (SYM__1): Likewise.
2014         (__strtol): Likewise.
2015         (strtol): Rename to __strtol and define as weak alias of
2016         __strtol.  Use libc_hidden_weak.
2018 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2020         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
2021         Use numbered labels in inline assembly.
2023 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2025         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
2026         Add setjmp LIBC_PROBE.
2027         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
2028         Likewise.
2029         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
2030         Add longjmp, longjmp_target LIBC_PROBE.
2031         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
2032         Likewise.
2034 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2036         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
2037         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
2038         to get rid of unused variable warning.
2040 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2042         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
2043         Check for unwind_backtrace ==  NULL only in SHARED case.
2044         (__backchain_backtrace): Compile only in SHARED case.
2045         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
2046         Likewise.
2047         (__backchain_backtrace): Declare as static.
2049 2014-11-12  Roland McGrath  <roland@hack.frob.com>
2051         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
2052         (__libc_multiple_threads_ptr): Variable moved ...
2053         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
2055 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
2057         * conform/GlibcConform.pm: New file.
2058         * conform/conformtest.pl: Use GlibcConform module.
2059         * conform/linknamespace.pl: New file.
2060         * conform/list-header-symbols.pl: Likewise.
2061         * conform/Makefile (linknamespace-symlists-base): New variable.
2062         (linknamespace-symlists-tests): Likewise.
2063         (linknamespace-header-base): Likewise.
2064         (linknamespace-header-tests): Likewise.
2065         (tests-special): Add new tests.
2066         ($(linknamespace-symlists-tests)): New rule.
2067         (linknamespace-libs): New variable.
2068         ($(objpfx)symlist-stdlibs): New rule.
2069         ($(linknamespace-header-tests)): Likewise.
2070         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
2071         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
2072         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
2073         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
2074         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
2075         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
2076         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
2077         (test-xfail-ISO/math.h/linknamespace): Likewise.
2078         (test-xfail-ISO/signal.h/linknamespace): Likewise.
2079         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
2080         (test-xfail-ISO/time.h/linknamespace): Likewise.
2081         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
2082         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
2083         (test-xfail-ISO99/math.h/linknamespace): Likewise.
2084         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
2085         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
2086         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
2087         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
2088         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
2089         (test-xfail-ISO11/math.h/linknamespace): Likewise.
2090         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
2091         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
2092         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
2093         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
2094         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
2095         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
2096         (test-xfail-XPG3/math.h/linknamespace): Likewise.
2097         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
2098         (test-xfail-XPG3/search.h/linknamespace): Likewise.
2099         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
2100         (test-xfail-XPG3/time.h/linknamespace): Likewise.
2101         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
2102         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
2103         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
2104         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
2105         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
2106         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
2107         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
2108         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
2109         (test-xfail-XPG4/math.h/linknamespace): Likewise.
2110         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
2111         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
2112         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
2113         (test-xfail-XPG4/search.h/linknamespace): Likewise.
2114         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
2115         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
2116         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
2117         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
2118         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
2119         (test-xfail-XPG4/time.h/linknamespace): Likewise.
2120         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
2121         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
2122         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
2123         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
2124         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
2125         (test-xfail-POSIX/math.h/linknamespace): Likewise.
2126         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
2127         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
2128         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
2129         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
2130         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
2131         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
2132         (test-xfail-POSIX/time.h/linknamespace): Likewise.
2133         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
2134         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
2135         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
2136         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
2137         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
2138         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
2139         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
2140         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
2141         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
2142         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
2143         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
2144         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
2145         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
2146         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
2147         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
2148         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
2149         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
2150         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
2151         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
2152         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
2153         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
2154         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
2155         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
2156         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
2157         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
2158         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
2159         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
2160         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
2161         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
2162         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
2163         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
2164         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
2165         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
2166         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
2167         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
2168         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
2169         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
2170         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
2171         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
2172         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
2173         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
2174         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
2175         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
2176         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
2177         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
2178         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
2179         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
2180         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
2181         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
2182         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
2183         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
2184         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
2185         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
2186         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
2187         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
2188         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
2189         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
2190         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
2191         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
2192         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
2193         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
2194         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
2195         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
2196         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
2197         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
2198         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
2199         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
2200         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
2201         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
2202         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
2203         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
2204         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
2205         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
2206         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
2207         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
2208         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
2209         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
2210         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
2211         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
2212         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
2213         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
2214         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
2215         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
2216         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
2217         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
2218         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
2219         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
2220         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
2221         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
2222         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
2223         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
2224         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
2225         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
2226         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
2227         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
2228         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
2229         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
2230         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
2232         [BZ #17589]
2233         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
2234         of fgets_unlocked.
2236         [BZ #17585]
2237         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
2238         (memmem): Rename to __memmem and define as weak alias of
2239         __memmem.  Use libc_hidden_weak.
2240         (__memmem): Use libc_hidden_def.
2241         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
2242         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
2243         memmem.
2245         [BZ #17582]
2246         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
2247         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
2248         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
2249         and define as weak alias of __fgets_unlocked.  Use
2250         libc_hidden_weak.
2251         (__fgets_unlocked): Use libc_hidden_def.
2252         * include/stdio.h (__fgets_unlocked): Declare.  Use
2253         libc_hidden_proto.
2254         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
2255         __fgets_unlocked instead of fgets_unlocked.
2256         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
2257         (GET_NPROCS_CONF_PARSER): Likewise.
2258         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
2259         (GET_NPROCS_CONF_PARSER): Likewise.
2261         [BZ #17574]
2262         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
2263         weak alias of __wmemset.  Use libc_hidden_weak.
2264         (__wmemset): Use libc_hidden_def.
2265         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
2266         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
2267         of wmemset.
2269         [BZ #17573]
2270         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
2271         with asm name __mempcpy.
2272         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
2274         [BZ #17572]
2275         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
2276         and define as weak alias of __rawmemchr.
2277         (__rawmemchr): Do not define as strong alias of rawmemchr.
2279         [BZ #17571]
2280         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
2281         alias of __qsort_r.
2282         (qsort): Call __qsort_r instead of qsort_r.
2283         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
2284         (__qsort_r): Declare.  Call libc_hidden_proto.
2285         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
2286         instead of qsort_r.
2287         * nscd/gai.c (__qsort_r): Define to qsort_r.
2288         * posix/tst-rfc3484.c (__qsort_r): Likewise.
2289         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
2290         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
2292         [BZ #17570]
2293         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
2294         define as weak alias of __malloc_info.
2296         [BZ #17584]
2297         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
2298         as weak alias of __rewinddir.  Don't use libc_hidden_def.
2299         (__rewinddir): Use libc_hidden_def.
2300         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
2301         as weak alias of __rewinddir.  Don't use libc_hidden_def.
2302         (__rewinddir): Use libc_hidden_def.
2303         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
2304         weak alias of __rewinddir.  Don't use libc_hidden_def.
2305         (__rewinddir): Use libc_hidden_def.
2306         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
2307         (__rewinddir): Use libc_hidden_proto.
2308         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
2309         rewinddir.
2310         (__getcwd): Use __rewinddir instead of rewinddir.
2312         [BZ #17583]
2313         * libio/fileno.c (fileno): Rename to __fileno and define as weak
2314         alias of __fileno.  Use libc_hidden_weak.
2315         (__fileno): Use libc_hidden_def.
2316         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
2317         * libio/ftello.c (ftello): Rename to __ftello and define as weak
2318         alias of __ftello.
2319         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
2320         __ftello.
2321         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
2322         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
2323         libc_hidden_def.
2324         (fread_unlocked): Don't use libc_hidden_ver.
2325         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
2326         and define as weak alias of __fread_unlocked.  Don't use
2327         libc_hidden_def.
2328         (__fread_unlocked): Use libc_hidden_def.
2329         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
2330         (ftello): Don't use libc_hidden_proto.
2331         (__ftello): Declare.  Use libc_hidden_proto.
2332         (fread_unlocked): Don't use libc_hidden_proto.
2333         (__fread_unlocked): Declare.  Use libc_hidden_proto.
2334         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
2335         and __ftello instead of fileno, fread_unlocked and ftello.
2337 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
2339         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
2340         GOT12.
2341         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
2342         Likewise.
2343         (_dl_start_user): Likewise.
2344         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
2346 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
2347             Siddhesh Poyarekar  <siddhesh@redhat.com>
2349         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
2350         Move argv and envp down instead of moving argc up.
2351         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
2353 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
2355         [BZ #17506]
2356         * test-skeleton.c (main): Return successful if one of
2357         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
2358         * string/tst-strcoll-overflow.c: Define expected status.
2360 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
2362         [BZ #17475]
2363         * locale/iso-639.def: Define Bhili and Tulu language codes.
2365 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
2367         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
2369 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
2371         [BZ #17555]
2372         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
2374 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
2376         * configure.ac: Updated check of minimal required version to
2377         2.22.
2378         * manual/install.texi (Tools for Compilation): Updated version
2379         number.
2380         * configure: Regenerated.
2381         * INSTALL: Likewise.
2383 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
2385         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
2386         __tls_get_addr.
2388 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
2390         * include/sys/wait.h (__libc_waitpid): Remove declaration.
2391         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
2392         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2393         libc_hidden_weak.
2394         (waitpid): Define as alias of __waitpid.
2395         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
2396         __waitpid.
2397         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2398         libc_hidden_weak.
2399         (waitpid): Define as alias of __waitpid.
2400         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
2401         __libc_waitpid alias.
2402         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
2403         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
2404         Likewise.
2405         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
2406         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
2407         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
2408         alias.
2409         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
2410         __waitpid.
2411         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2412         libc_hidden_weak.
2413         (waitpid): Define as alias of __waitpid.
2415 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
2417         * manual/llio.texi: Add comment that write safety has been
2418         fixed in Linux.
2420         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
2421         (localplt-build-dso): Add elf/ld.so.
2422         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
2423         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
2424         and free for ld.so.
2425         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
2426         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
2427         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
2428         Likewise.
2429         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
2430         Likewise.
2431         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
2432         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
2433         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
2434         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
2435         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
2436         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
2437         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
2438         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
2439         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
2440         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
2441         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
2443 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
2445         [BZ #14132]
2446         * include/libc-symbols.h (INTUSE): Remove macro.
2447         (INTDEF): Likewise.
2448         (INTVARDEF): Likewise.
2449         (_INTVARDEF): Likewise.
2450         (INTDEF2): Likewise.
2451         (INTVARDEF2): Likewise.
2452         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
2453         rtld_hidden_def instead of INTVARDEF.
2454         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
2455         (_dl_starting_up_internal): Remove declaration.
2456         (_dl_starting_up): Use rtld_hidden_proto.
2457         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
2458         declaration.
2459         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
2460         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
2461         _dl_starting_up.
2462         * elf/dl-writev.h (_dl_writev): Likewise.
2463         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
2464         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
2465         _dl_starting_up_internal.
2467 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2469         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
2470         test-skeleton.c.
2472 2014-11-05  Will Newton  <will.newton@linaro.org>
2474         * benchtests/Makefile: (bench-malloc): Add malloc thread
2475         scalability benchmark.
2476         * benchtests/bench-malloc-threads.c: New file.
2478 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
2480         * sysdeps/aarch64/strchrnul.S: New file.
2482 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2484         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
2485         definition.
2486         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
2487         Likwise.
2488         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
2489         Likewise.
2490         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
2491         Likewise.
2492         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
2493         Likewise.
2494         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
2495         Likewise.
2497 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
2499         * catgets/test-gencat.c: Use test-skeleton.c.
2500         * catgets/tst-catgets.c: Likewise.
2501         * csu/tst-empty.c: Likewise.
2502         * elf/tst-audit2.c: Likewise.
2503         * elf/tst-global1.c: Likewise.
2504         * elf/tst-pathopt.c: Likewise.
2505         * elf/tst-piemod1.c: Likewise.
2506         * elf/tst-tls10.c: Likewise.
2507         * elf/tst-tls11.c: Likewise.
2508         * elf/tst-tls12.c: Likewise.
2509         * gnulib/tst-gcc.c: Likewise.
2510         * iconvdata/tst-e2big.c: Likewise.
2511         * iconvdata/tst-loading.c: Likewise.
2512         * iconv/tst-iconv1.c: Likewise.
2513         * iconv/tst-iconv2.c: Likewise.
2514         * inet/test-inet6_opt.c: Likewise.
2515         * inet/tst-gethnm.c: Likewise.
2516         * inet/tst-network.c: Likewise.
2517         * inet/tst-ntoa.c: Likewise.
2518         * intl/tst-codeset.c: Likewise.
2519         * intl/tst-gettext2.c: Likewise.
2520         * intl/tst-gettext3.c: Likewise.
2521         * intl/tst-ngettext.c: Likewise.
2522         * intl/tst-translit.c: Likewise.
2523         * io/test-stat.c: Likewise.
2524         * libio/test-fmemopen.c: Likewise.
2525         * libio/tst-freopen.c: Likewise.
2526         * libio/tst-sscanf.c: Likewise.
2527         * libio/tst-ungetwc1.c: Likewise.
2528         * libio/tst-ungetwc2.c: Likewise.
2529         * libio/tst-widetext.c: Likewise.
2530         * localedata/tst-ctype.c: Likewise.
2531         * localedata/tst-digits.c: Likewise.
2532         * localedata/tst-leaks.c: Likewise.
2533         * localedata/tst-mbswcs1.c: Likewise.
2534         * localedata/tst-mbswcs2.c: Likewise.
2535         * localedata/tst-mbswcs3.c: Likewise.
2536         * localedata/tst-mbswcs4.c: Likewise.
2537         * localedata/tst-mbswcs5.c: Likewise.
2538         * localedata/tst-setlocale.c: Likewise.
2539         * localedata/tst-trans.c: Likewise.
2540         * localedata/tst-wctype.c: Likewise.
2541         * localedata/tst-xlocale1.c: Likewise.
2542         * login/tst-grantpt.c: Likewise.
2543         * malloc/tst-calloc.c: Likewise.
2544         * malloc/tst-malloc.c: Likewise.
2545         * malloc/tst-mallocstate.c: Likewise.
2546         * malloc/tst-mcheck.c: Likewise.
2547         * malloc/tst-mtrace.c: Likewise.
2548         * malloc/tst-obstack.c: Likewise.
2549         * math/atest-exp2.c: Likewise.
2550         * math/atest-exp.c: Likewise.
2551         * math/atest-sincos.c: Likewise.
2552         * math/test-matherr.c: Likewise.
2553         * math/test-misc.c: Likewise.
2554         * math/test-powl.c: Likewise.
2555         * math/tst-definitions.c: Likewise.
2556         * misc/tst-dirname.c: Likewise.
2557         * misc/tst-efgcvt.c: Likewise.
2558         * misc/tst-fdset.c: Likewise.
2559         * misc/tst-hsearch.c: Likewise.
2560         * misc/tst-mntent2.c: Likewise.
2561         * nptl/tst-sem7.c: Likewise.
2562         * nptl/tst-sem8.c: Likewise.
2563         * nptl/tst-sem9.c: Likewise.
2564         * nss/test-netdb.c: Likewise.
2565         * posix/tst-fnmatch.c: Likewise.
2566         * posix/tst-getlogin.c: Likewise.
2567         * posix/tst-gnuglob.c: Likewise.
2568         * posix/tst-mmap.c: Likewise.
2569         * pwd/tst-getpw.c: Likewise.
2570         * resolv/tst-inet_ntop.c: Likewise.
2571         * rt/tst-timer.c: Likewise.
2572         * stdio-common/test-fseek.c: Likewise.
2573         * stdio-common/test-popen.c: Likewise.
2574         * stdio-common/test-vfprintf.c: Likewise.
2575         * stdio-common/tst-cookie.c: Likewise.
2576         * stdio-common/tst-fileno.c: Likewise.
2577         * stdio-common/tst-gets.c: Likewise.
2578         * stdio-common/tst-obprintf.c: Likewise.
2579         * stdio-common/tst-perror.c: Likewise.
2580         * stdio-common/tst-sprintf2.c: Likewise.
2581         * stdio-common/tst-sprintf3.c: Likewise.
2582         * stdio-common/tst-sprintf.c: Likewise.
2583         * stdio-common/tst-swprintf.c: Likewise.
2584         * stdio-common/tst-tmpnam.c: Likewise.
2585         * stdio-common/tst-unbputc.c: Likewise.
2586         * stdio-common/tst-wc-printf.c: Likewise.
2587         * stdlib/tst-environ.c: Likewise.
2588         * stdlib/tst-fmtmsg.c: Likewise.
2589         * stdlib/tst-limits.c: Likewise.
2590         * stdlib/tst-rand48-2.c: Likewise.
2591         * stdlib/tst-rand48.c: Likewise.
2592         * stdlib/tst-random2.c: Likewise.
2593         * stdlib/tst-random.c: Likewise.
2594         * stdlib/tst-strtol.c: Likewise.
2595         * stdlib/tst-strtoll.c: Likewise.
2596         * stdlib/tst-tls-atexit.c: Likewise.
2597         * stdlib/tst-xpg-basename.c: Likewise.
2598         * string/test-ffs.c: Likewise.
2599         * string/tst-bswap.c: Likewise.
2600         * string/tst-inlcall.c: Likewise.
2601         * string/tst-strtok.c: Likewise.
2602         * string/tst-strxfrm.c: Likewise.
2603         * sysdeps/x86_64/tst-audit10.c: Likewise.
2604         * sysdeps/x86_64/tst-audit3.c: Likewise.
2605         * sysdeps/x86_64/tst-audit4.c: Likewise.
2606         * sysdeps/x86_64/tst-audit5.c: Likewise.
2607         * time/tst-ftime_l.c: Likewise.
2608         * time/tst-getdate.c: Likewise.
2609         * time/tst-mktime3.c: Likewise.
2610         * time/tst-mktime.c: Likewise.
2611         * time/tst-posixtz.c: Likewise.
2612         * time/tst-strptime2.c: Likewise.
2613         * time/tst-strptime3.c: Likewise.
2614         * wcsmbs/tst-btowc.c: Likewise.
2615         * wcsmbs/tst-mbrtowc.c: Likewise.
2616         * wcsmbs/tst-mbsrtowcs.c: Likewise.
2617         * wcsmbs/tst-wchar-h.c: Likewise.
2618         * wcsmbs/tst-wcpncpy.c: Likewise.
2619         * wcsmbs/tst-wcrtomb.c: Likewise.
2620         * wcsmbs/tst-wcsnlen.c: Likewise.
2621         * wcsmbs/tst-wcstof.c: Likewise.
2623 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
2625         [BZ #14132]
2626         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
2627         INTDEF.
2628         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
2629         declaration.
2630         (_dl_mcount): Use rtld_hidden_proto.
2631         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
2632         _dl_mcount.
2633         * elf/rtld.c (_rtld_global_ro): Likewise.
2635         [BZ #14132]
2636         * elf/dl-init.c (_dl_init): Don't use INTDEF.
2637         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
2638         of _dl_init_internal.
2639         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
2640         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
2641         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
2642         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
2643         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
2644         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
2645         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
2646         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
2647         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
2648         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
2649         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
2650         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
2651         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
2652         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
2653         * sysdeps/tile/dl-start.S (_start): Likewise.
2654         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
2655         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
2657         [BZ #14132]
2658         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
2659         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
2660         (rtld_progname): Make macro definition unconditional.
2661         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
2662         INTDEF.
2663         (dlmopen_doit): Do not use INTUSE with _dl_argv.
2664         (dl_main): Likewise.
2665         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
2666         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
2667         instead of _dl_argv_internal.
2668         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
2669         __GI__dl_argv instead of INTUSE(_dl_argv).
2670         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
2671         __GI__dl_argv instead of _dl_argv_internal.
2673         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
2674         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
2675         macro.
2676         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
2677         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
2678         New macro.
2679         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
2680         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
2681         macro.
2682         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
2683         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
2685 2014-11-04  Andreas Schwab  <schwab@suse.de>
2687         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
2689 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2691         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
2692         mtvsrd instruction in binary form.
2694 2014-11-03  Andreas Schwab  <schwab@suse.de>
2696         [BZ #17522]
2697         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
2698         for less than MB_LEN_MAX use a local buffer of that size.
2699         * libio/tst-fputws.c: New file.
2700         * libio/Makefile (tests): Add tst-fputws.
2702 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
2704         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
2705         the size of the fpu_fr.fpu_dregs[] array.
2707 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
2709         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
2710         (__nanosleep): Do not define as alias.
2711         (nanosleep): Define as alias of __nanosleep.
2712         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
2713         __libc_nanosleep name.
2715 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
2717         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
2718         install.texi in comment.
2720 2014-10-31  Torvald Riegel  <triegel@redhat.com>
2722         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
2723         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
2724         ... add here and use lwsync or sync ...
2725         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
2726         ... and add here using lwsync.
2728 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
2730         * elf/dl-machine-reject-phdr.h: New file.
2731         * elf/dl-load.c: #include that.
2732         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
2733         if that returned true.
2735 2014-10-31  Roland McGrath  <roland@hack.frob.com>
2737         [BZ #17496]
2738         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
2739         gen-as-const-headers chunk.  Add a big scare comment after the last
2740         safe place to touch before-compile.
2742 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
2744         * manual/install.texi (Tools for Compilation): Update autoconf
2745         version requirements.
2746         * INSTALL: Regenerated.
2748         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
2749         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
2750         (__libc_pselect): Likewise.
2752         [BZ #14138]
2753         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
2754         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
2755         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
2756         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
2758 2014-10-31  Torvald Riegel  <triegel@redhat.com>
2760         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
2761         correct barrier instruction.
2762         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
2763         Likewise.
2764         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
2765         Likewise.
2767 2014-10-30  Roland McGrath  <roland@hack.frob.com>
2769         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
2770         after defining inlines.  Instead, just use parens to defeat macro
2771         expansion of __isctype in its declaration.
2773 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
2775         * include/sys/uio.h (__libc_readv): Remove declaration.
2776         (__libc_writev): Likewise.
2777         * misc/readv.c (__libc_readv): Rename to __readv.
2778         (__readv): Do not define as alias.
2779         (readv): Define as alias of __readv.
2780         * misc/writev.c (__libc_writev): Rename to __writev.
2781         (__writev): Do not define as alias.
2782         (writev): Define as alias of __writev.
2783         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
2784         (__readv): Do not define as alias.
2785         (readv): Define unconditionally as alias of __readv.
2786         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
2787         (__writev): Do not define as alias.
2788         (writev): Define unconditionally as alias of __writev.
2789         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
2790         name.
2791         (writev): Do not define __libc_writev name.
2793 2014-10-30  Roland McGrath  <roland@hack.frob.com>
2795         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
2796         (convert_charseq): New function, broken out of ...
2797         (use_from_charmap): ... here.  Call it.
2798         (use_to_charmap): Use convert_charseq and free instead of duplicating
2799         its code with a variable-length stack struct.
2801 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
2803         * include/fcntl.h (__libc_creat): Remove declaration.
2804         * io/creat.c (__libc_creat): Rename to creat.
2805         (creat): Do not define as alias.
2806         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
2807         of creat instead of __libc_creat.
2808         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
2809         to creat.
2810         (creat): Do not define as alias.
2811         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
2812         __libc_creat.
2813         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
2814         __libc_creat name.
2815         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
2816         Likewise.
2818 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
2820         * manual/llio.texi: Add comments discussing why write() may be
2821         considered MT-unsafe on Linux.
2823 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
2825         * dl-load.c (local_strdup): Remove.
2826         (expand_dynamic_string_token): Use __strdup.
2827         (decompose_rpath): Likewise.
2828         (_dl_map_object): Likewise.
2830 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
2832         [BZ #14132]
2833         * sysdeps/generic/unwind-dw2-fde.c
2834         (__register_frame_info_bases_internal): Do not declare.
2835         (__register_frame_info_table_bases_internal): Likewise.
2836         (__deregister_frame_info_bases_internal): Likewise.
2837         (__register_frame_info_bases): Declare and use hidden_proto before
2838         definition.  Use hidden_def instead of INTDEF.
2839         (__register_frame_info_table_bases): Likewise.
2840         (__deregister_frame_info_bases): Likewise.
2841         (__register_frame_info): Do not use INTUSE.
2842         (__register_frame): Likewise.
2843         (__register_frame_info_table): Likewise.
2844         (__register_frame_table): Likewise.
2845         (__deregister_frame_info): Likewise.
2846         (__deregister_frame): Likewise.
2848 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
2850         * sysdeps/unix/sysv/linux/arm/kernel-features.h
2851         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
2852         not undefine.
2853         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
2854         Likewise.
2855         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
2856         Likewise.
2858 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
2860         [BZ #14138]
2861         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
2862         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
2863         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
2864         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
2865         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
2866         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
2867         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
2868         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
2869         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
2870         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
2871         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
2872         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
2873         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
2874         syscall.
2875         (setfsuid): Likewise.
2876         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
2877         (setfsuid): Likewise.
2878         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
2879         (setfsuid): Likewise.
2880         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
2881         Likewise.
2882         (setfsuid): Likewise.
2883         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
2884         (setfsuid): Likewise.
2885         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
2886         Likewise.
2887         (setfsuid): Likewise.
2889 2014-10-27  Andreas Schwab  <schwab@suse.de>
2891         [BZ #17501]
2892         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
2893         check for Slow_SSE4_2 feature bit.
2894         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
2895         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
2896         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
2897         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
2899 2014-10-24  Roland McGrath  <roland@hack.frob.com>
2901         * configure.ac: Validate compiler version with a empirical test of
2902         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
2903         $CC -v output.
2904         * configure: Regenerated.
2906         * inet/htons.c (htons): Prototypify.
2907         * inet/htonl.c (htonl): Likewise.
2909 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2911         * string/strncat.c (strncat): Improve performance by using strlen.
2913 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2915         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
2917 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2919         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
2920         Call libc_fetestexcept_aarch64.
2922 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2924         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
2925         Call libc_feholdexcept_aarch64.
2927 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2929         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
2930         Call get_rounding_mode.
2932 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2934         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
2935         Simplify logic.
2937 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2939         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
2940         Simplify logic.
2942 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
2944         [BZ #14138]
2945         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
2946         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
2947         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
2948         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
2949         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
2950         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
2951         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
2952         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
2953         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
2954         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
2955         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
2956         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
2957         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
2958         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
2959         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
2960         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
2961         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
2962         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
2963         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
2964         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
2965         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
2966         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
2967         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
2968         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
2969         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
2970         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
2971         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
2972         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
2973         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
2974         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
2975         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
2976         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
2977         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
2978         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
2979         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
2980         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
2981         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
2982         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
2983         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
2984         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
2985         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
2986         syscall.
2987         (geteuid): Likewise.
2988         (getgid): Likewise.
2989         (getuid): Likewise.
2990         (getresgid): Likewise.
2991         (getresuid): Likewise.
2992         (getgroups): Likewise.
2993         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
2994         (geteuid): Likewise.
2995         (getgid): Likewise.
2996         (getuid): Likewise.
2997         (getresgid): Likewise.
2998         (getresuid): Likewise.
2999         (getgroups): Likewise.
3000         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
3001         (geteuid): Likewise.
3002         (getgid): Likewise.
3003         (getuid): Likewise.
3004         (getresgid): Likewise.
3005         (getresuid): Likewise.
3006         (getgroups): Likewise.
3007         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
3008         Likewise.
3009         (geteuid): Likewise.
3010         (getgid): Likewise.
3011         (getuid): Likewise.
3012         (getresgid): Likewise.
3013         (getresuid): Likewise.
3014         (getgroups): Likewise.
3015         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
3016         (geteuid): Likewise.
3017         (getgid): Likewise.
3018         (getuid): Likewise.
3019         (getresgid): Likewise.
3020         (getresuid): Likewise.
3021         (getgroups): Likewise.
3022         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
3023         Likewise.
3024         (geteuid): Likewise.
3025         (getgid): Likewise.
3026         (getuid): Likewise.
3027         (getgroups): Likewise.
3029         [BZ #14138]
3030         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
3031         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
3032         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
3033         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
3034         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
3035         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
3036         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
3037         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
3038         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
3039         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
3040         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
3041         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
3042         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
3043         __chown.
3044         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
3045         (lchown): Likewise.
3046         (fchown): Likewise.
3047         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
3048         Likewise.
3049         (lchown): Likewise.
3050         (fchown): Likewise.
3051         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
3052         (lchown): Likewise.
3053         (fchown): Likewise.
3054         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
3055         Likewise.
3056         (lchown): Likewise.
3057         (fchown): Likewise.
3059 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3061         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
3062         Simplify logic.
3064 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3066         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
3067         Cleanup logic.
3069 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3071         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
3072         Remove unused include.
3074 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3076         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
3077         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
3078         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
3079         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
3081 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
3082             Helge Deller <deller@gmx.de>
3084         [BZ #17508]
3085         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
3086         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
3087         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
3089 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
3091         [BZ #14132]
3092         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
3093         Remove macro definition.
3094         (__ashrdi3_v_glibc20): Likewise.
3095         (__lshrdi3_v_glibc20): Likewise.
3096         (__cmpdi2_v_glibc20): Likewise.
3097         (__ucmpdi2_v_glibc20): Likewise.
3098         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
3099         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
3100         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
3101         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
3102         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
3103         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
3105 2014-10-22  Roland McGrath  <roland@hack.frob.com>
3107         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
3108         old GNU extension [0] syntax.
3109         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
3110         alloca rather than an array member with variable length.
3111         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
3112         * nscd/nscd.c (invalidate_db): New function, broken out of ...
3113         (parse_opt): ... here.  Likewise use alloca there.
3114         Validate the -i argument before checking for rootness.
3115         (send_shutdown): New function, broken out of ...
3116         (parse_opt): ... here.
3118 2014-10-22  Roland McGrath  <roland@hack.frob.com>
3120         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
3121         macro to get at the _rt_local_ro field.
3122         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
3123         ([PIC] case) or _dl_hwcap ([!PIC] case).
3124         * sysdeps/arm/setjmp.S: Likewise.
3126         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
3127         * sysdeps/arm/configure.ac: New check to define it.
3128         * sysdeps/arm/configure: Regenerated.
3129         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
3130         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
3131         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
3132         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
3133         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
3134         Use move/movt pair instead of a load.
3135         (LDST_GLOBAL): Macro removed.
3136         (LDR_GLOBAL): New macro replaces it.
3137         (LDR_HIDDEN): New macro.
3138         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
3139         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
3141         * setjmp/tst-setjmp-static.c: New file.
3142         * setjmp/Makefile (tests): Add it.
3143         (tests-static): New variable.
3145 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
3147         [BZ #17485]
3148         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
3150 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
3152         [BZ #14132]
3153         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
3155 2014-10-21  Roland McGrath  <roland@hack.frob.com>
3157         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
3159 2014-10-20  Roland McGrath  <roland@hack.frob.com>
3161         * io/fts.c (dirent_not_directory): New function.
3162         (fts_build): Call it.
3164 2014-10-20  Roland McGrath  <roland@hack.frob.com>
3166         * nptl/version.c (__nptl_main): Use normal __write rather than
3167         INTERNAL_SYSCALL.
3168         (banner): Update copyright years.
3170         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
3171         gettimeofday.
3172         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
3173         * nptl/pthread_cond_timedwait.c: Likewise.
3174         * nptl/pthread_mutex_timedlock.c: Likewise.
3175         * nptl/sem_timedwait.c: Likewise.
3177         * sysdeps/nptl/bits/libc-lock.h
3178         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
3179         (__libc_lock_init_recursive): Return void, not 0.
3180         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
3181         (__libc_rwlock_init): Likewise.
3182         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
3184 2014-10-20  Torvald Riegel  <triegel@redhat.com>
3186         [BZ #15215]
3187         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
3188         (__pthread_once_slow): ... here.
3189         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
3190         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
3192 2014-10-20  Torvald Riegel  <triegel@redhat.com>
3194         [BZ #15215]
3195         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
3196         __PTHREAD_ONCE_FORK_GEN_INCR): New.
3197         * sysdeps/nptl/fork.c (__libc_fork): Use them.
3198         * nptl/pthread_once.c (__pthread_once): Likewise.
3199         Update comments.
3201 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
3203         [BZ #14138]
3204         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
3205         name.
3206         (writev): Use __libc_writev as strong name.
3207         * sysdeps/unix/sysv/linux/readv.c: Remove file.
3208         * sysdeps/unix/sysv/linux/writev.c: Likewise.
3210 2014-10-17  Roland McGrath  <roland@hack.frob.com>
3212         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
3214         * sysdeps/i386/nptl/tls.h
3215         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
3216         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
3217         New macros.
3218         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
3219         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
3220         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
3221         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
3222         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
3223         Call CHECK_THREAD_SYSINFO instead of doing an assert.
3225         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
3226         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
3227         on [__NR_futex].
3228         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
3229         broken out of ...
3230         (__pthread_mutex_init): ... here.  Call it.
3231         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
3232         Conditionalize PI cases on [__NR_futex].
3233         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
3234         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
3235         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
3237         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
3238         conditional on [SIGSETXID].
3239         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
3240         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
3241         is defined.  Likewise for SIGSETXID.
3242         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
3243         Conditionalize definitions on [SIGSETXID].
3244         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
3245         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
3246         unblocking on [SIGCANCEL].
3248         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
3249         [__NR_set_robust_list].
3251 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
3253         * string/strcoll_l.c (get_next_seq): Fix up formatting.
3254         (do_compare): Likewise.
3256 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
3258         [BZ #15884]
3259         * string/strcoll_l.c: Don't include stdio.h.
3260         (coll_seq): Remove members idxarr and rulearr.
3261         (get_next_seq_cached): Remove function.
3262         (get_next_seq): Likewise.
3263         (get_next_seq_nocache): Rename to get_next_seq.
3264         (do_compare): Remove function.
3265         (do_compare_nocache): Rename to do_compare.
3266         (STRCOLL): Remove weight and rules cache.
3268 2014-10-16  Roland McGrath  <roland@hack.frob.com>
3270         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
3271         * sysdeps/arm/sfp-machine.h: ... to here.
3272         * sysdeps/arm/Implies: Remove arm/soft-fp.
3274 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
3276         * conform/data/sys/utsname.h-data (*_t): Allow.
3277         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
3278         [POSIX] (WEXITED): Do not expect constant.
3279         [POSIX] (WSTOPPED): Likewise.
3280         [POSIX] (WNOHANG): Likewise.
3281         [POSIX] (WNOWAIT): Likewise.
3282         [POSIX] (siginfo_t): Do not expect type or elements.
3283         [POSIX] (pid_t): Do not expect type.
3284         [POSIX] (signal.h): Do not allow header.
3285         [POSIX] (sys/resource.h): Likewise.
3286         [POSIX] (si_*): Do not allow pattern.
3287         [POSIX] (W*): Likewise.
3288         [POSIX] (P_*): Likewise.
3289         [POSIX] (BUS_*): Likewise.
3290         [POSIX] (CLD_*): Likewise.
3291         [POSIX] (FPE_*): Likewise.
3292         [POSIX] (ILL_*): Likewise.
3293         [POSIX] (POLL_*): Likewise.
3294         [POSIX] (SEGV_*): Likewise.
3295         [POSIX] (SI_*): Likewise.
3296         [POSIX] (TRAP_*): Likewise.
3297         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
3298         variable.
3300 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
3302         [BZ #12926]
3303         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
3304         infinite loop when __recvmsg returns 0.
3306 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
3308         * CANCEL-FCT-WAIVE: Remove file.
3309         * CANCEL-FILE-WAIVE: Likewise.
3311         [BZ #14132]
3312         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
3313         instead of INTVARDEF.
3314         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3315         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
3316         rtld_hidden_data_def instead of INTVARDEF.
3317         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3318         * elf/dl-deps.c (expand_dst): Likewise.
3319         * elf/dl-load.c (_dl_dst_count): Likewise.
3320         (_dl_dst_substitute): Likewise.
3321         (decompose_rpath): Likewise.
3322         (_dl_init_paths): Likewise.
3323         (open_path): Likewise.
3324         (_dl_map_object): Likewise.
3325         * elf/rtld.c (dl_main): Likewise.
3326         (process_dl_audit): Likewise.
3327         (process_envvars): Likewise.
3328         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
3329         Remove declaration.
3330         (__libc_enable_secure): Use rtld_hidden_proto.
3332 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3334         * elf/dl-load.c
3335         (add_path): New function broken out of _dl_rtld_di_serinfo.
3336         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
3338 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3340         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
3341         parentheses around macro arguments.
3342         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
3343         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
3344         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
3345         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
3346         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
3347         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3348         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3349         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
3350         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
3351         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
3352         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
3353         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
3354         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
3355         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
3356         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
3357         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
3358         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
3359         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
3360         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
3361         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
3362         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
3363         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
3364         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
3365         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3366         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3367         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
3368         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
3369         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
3370         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
3371         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
3372         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
3373         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
3374         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
3375         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
3376         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
3377         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
3378         Likewise.
3379         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
3380         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3381         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3382         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
3383         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
3384         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
3385         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
3386         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
3387         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
3388         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
3389         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
3390         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
3391         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
3392         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
3393         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
3394         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3395         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3396         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
3397         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
3398         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
3399         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
3400         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
3401         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
3402         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
3403         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
3404         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
3405         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
3406         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
3407         (_FP_FRAC_SRS_1): Likewise.
3408         (_FP_FRAC_CLZ_1): Likewise.
3409         (_FP_MUL_MEAT_1_imm): Likewise.
3410         (_FP_MUL_MEAT_1_wide): Likewise.
3411         (_FP_MUL_MEAT_1_hard): Likewise.
3412         (_FP_SQRT_MEAT_1): Likewise.
3413         (_FP_FRAC_ASSEMBLE_1): Likewise.
3414         (_FP_FRAC_DISASSEMBLE_1): Likewise.
3415         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
3416         (__FP_CLZ_2): Likewise.
3417         (_FP_MUL_MEAT_2_wide): Likewise.
3418         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
3419         (_FP_MUL_MEAT_2_gmp): Likewise.
3420         (_FP_MUL_MEAT_2_120_240_double): Likewise.
3421         (_FP_SQRT_MEAT_2): Likewise.
3422         (_FP_FRAC_ASSEMBLE_2): Likewise.
3423         (_FP_FRAC_DISASSEMBLE_2): Likewise.
3424         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
3425         (_FP_FRAC_CLZ_4): Likewise.
3426         (_FP_MUL_MEAT_4_wide): Likewise.
3427         (_FP_MUL_MEAT_4_gmp): Likewise.
3428         (_FP_SQRT_MEAT_4): Likewise.
3429         (_FP_FRAC_ASSEMBLE_4): Likewise.
3430         (_FP_FRAC_DISASSEMBLE_4): Likewise.
3431         * soft-fp/op-common.h (_FP_CMP): Likewise.
3432         (_FP_CMP_EQ): Likewise.
3433         (_FP_CMP_UNORD): Likewise.
3434         (_FP_TO_INT): Likewise.
3435         (_FP_FROM_INT): Likewise.
3436         [!__FP_CLZ] (__FP_CLZ): Likewise.
3437         (_FP_DIV_HELP_imm): Likewise.
3438         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
3439         Likewise.
3440         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
3441         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
3442         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
3443         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
3444         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
3445         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3446         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3447         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
3448         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
3449         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
3450         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
3451         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
3452         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
3453         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
3454         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
3455         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
3456         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
3457         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
3458         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
3459         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
3460         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
3461         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
3462         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
3463         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3464         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3465         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
3466         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
3467         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
3468         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
3469         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
3470         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
3471         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
3472         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
3473         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
3474         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
3475         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
3476         (FP_UNPACK_RAW_SP): Likewise.
3477         (FP_PACK_RAW_S): Likewise.
3478         (FP_PACK_RAW_SP): Likewise.
3479         (FP_UNPACK_S): Likewise.
3480         (FP_UNPACK_SP): Likewise.
3481         (FP_UNPACK_SEMIRAW_S): Likewise.
3482         (FP_UNPACK_SEMIRAW_SP): Likewise.
3483         (FP_PACK_S): Likewise.
3484         (FP_PACK_SP): Likewise.
3485         (FP_PACK_SEMIRAW_S): Likewise.
3486         (FP_PACK_SEMIRAW_SP): Likewise.
3487         (_FP_SQRT_MEAT_S): Likewise.
3488         (FP_CMP_S): Likewise.
3489         (FP_CMP_EQ_S): Likewise.
3490         (FP_CMP_UNORD_S): Likewise.
3491         (FP_TO_INT_S): Likewise.
3492         (FP_FROM_INT_S): Likewise.
3494         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
3496         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
3497         (FP_EX_INVALID_IMZ): Likewise.
3498         (FP_EX_INVALID_IMZ_FMA): Likewise.
3499         (FP_EX_INVALID_ISI): Likewise.
3500         (FP_EX_INVALID_ZDZ): Likewise.
3501         (FP_EX_INVALID_IDI): Likewise.
3502         (FP_EX_INVALID_SQRT): Likewise.
3503         (FP_EX_INVALID_CVI): Likewise.
3504         (FP_EX_INVALID_VC): Likewise.
3505         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
3506         "invalid" exceptions.
3507         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
3508         (_FP_ADD_INTERNAL): Likewise.
3509         (_FP_MUL): Likewise.
3510         (_FP_FMA): Likewise.
3511         (_FP_DIV): Likewise.
3512         (_FP_CMP_CHECK_NAN): Likewise.
3513         (_FP_SQRT): Likewise.
3514         (_FP_TO_INT): Likewise.
3515         (FP_EXTEND): Likewise.
3517 2014-10-09  Allan McRae  <allan@archlinux.org>
3519         * po/fr.po: Update French translation from translation project.
3521 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3523         [BZ #14132]
3524         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
3525         of INTDEF.
3526         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
3527         (__cxa_atexit): Use libc_hidden_proto.
3528         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
3530         [BZ #14132]
3531         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
3532         declaration.
3533         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
3534         [!_ISOMAC] (__iswspace_l_internal): Likewise.
3535         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
3536         [!_ISOMAC] (__iswctype_internal): Likewise.
3537         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
3538         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
3539         alias.
3540         (fcntl): Remove __fcntl_internal alias.
3541         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
3542         __connect_internal alias.
3543         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
3544         Likewise.
3546         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
3547         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
3548         FP_DENORM_ZERO.
3549         (_FP_CHECK_FLUSH_ZERO): New macro.
3550         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
3551         (_FP_CMP): Likewise.
3552         (_FP_CMP_EQ): Likewise.
3553         (_FP_TO_INT): Do not set inexact for subnormal arguments if
3554         FP_DENORM_ZERO.
3555         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
3556         (FP_TRUNC): Likewise.
3558         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
3559         treated as invalid conversion, not as normal exponent.
3561         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
3562         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
3563         (_FP_CMP_EQ): Likewise.
3564         (_FP_CMP_UNORD): Likewise.
3565         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
3566         (FP_CMP_EQ_D): Likewise.
3567         (FP_CMP_UNORD_D): Likewise.
3568         * soft-fp/extended.h (FP_CMP_E): Likewise.
3569         (FP_CMP_EQ_E): Likewise.
3570         (FP_CMP_UNORD_E): Likewise.
3571         * soft-fp/quad.h (FP_CMP_Q): Likewise.
3572         (FP_CMP_EQ_Q): Likewise.
3573         (FP_CMP_UNORD_Q): Likewise.
3574         * soft-fp/single.h (FP_CMP_S): Likewise.
3575         (FP_CMP_EQ_S): Likewise.
3576         (FP_CMP_UNORD_S): Likewise.
3577         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
3578         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
3579         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
3580         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
3581         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
3582         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
3583         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
3584         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
3585         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
3586         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
3587         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
3588         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
3589         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
3590         to FP_CMP_Q.
3591         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
3592         FP_CMP_Q.
3593         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
3594         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
3595         FP_CMP_EQ_Q.
3596         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
3597         FP_CMP_Q.
3598         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
3599         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
3600         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
3601         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
3602         FP_CMP_EQ_Q.
3603         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
3604         FP_CMP_Q.
3605         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
3606         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
3607         FP_CMP_EQ_Q.
3608         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
3609         FP_CMP_Q.
3610         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
3611         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
3612         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
3613         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
3614         FP_CMP_EQ_Q.
3616         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
3617         a subnormal result, set the underflow exception if trapping on
3618         underflow is enabled.
3619         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
3620         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
3621         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
3622         redefine to 0.
3623         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
3624         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3625         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3626         * soft-fp/extendxftf2.c (__extendxftf2): Use
3627         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
3629         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
3630         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
3631         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3632         FP_HANDLE_EXCEPTIONS.
3633         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
3634         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3635         FP_HANDLE_EXCEPTIONS.
3636         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
3637         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3638         FP_HANDLE_EXCEPTIONS.
3639         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
3640         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3641         FP_HANDLE_EXCEPTIONS.
3643 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
3645         [BZ #14132]
3646         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
3647         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
3648         use INTUSE.
3649         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
3650         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
3651         Remove alias.
3652         (__adjtimex): Define using libc_hidden_ver.
3653         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
3654         Remove declaration.
3655         (ntp_gettime): Call __adjtimex directly.
3656         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
3657         Remove declaration.
3658         (ntp_gettimex): Call __adjtimex directly.
3659         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
3660         __adjtimex_internal alias.
3662 2014-10-08  Roland McGrath  <roland@hack.frob.com>
3664         [BZ #17460]
3665         * nscd/nscd.c (more_help): Rewrite list of tables collection
3666         using xstrdup and asprintf.
3668         * nscd/nscd_conf.c: Remove local xstrdup declaration.
3670 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3671             Roland McGrath  <roland@hack.frob.com>
3673         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
3674         (do_lookup_unique): ... local function 'enter' here; update callers.
3676 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
3678         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
3679         compat_symbol calls on [SHARED].
3680         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
3681         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
3682         Remove.
3683         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3684         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
3685         (oldsetrlimit): Remove.
3686         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3687         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
3688         (lchown): New syscall entry.
3689         (oldsetrlimit): Remove.
3690         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3691         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
3692         (oldsetrlimit): Remove.
3693         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3695         [BZ #14138]
3696         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
3697         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
3698         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
3699         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
3700         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
3701         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
3702         (fchown): Likewise.
3703         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
3704         (fchown): Likewise.
3705         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
3706         Likewise.
3708 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3710         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
3711         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
3712         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
3713         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
3714         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
3715         Likewise.
3716         (__old_sem_post): Likewise.
3718 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
3720         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
3721         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
3722         HAVE_CLOCK_GETTIME_VSYSCALL macros.
3723         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
3724         Use INLINE_VSYSCALL macro.
3725         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
3726         __vdso_clock_gettime.
3727         * sysdeps/unix/sysv/linux/tile/init-first.c
3728         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
3729         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
3730         __vdso_clock_gettime.
3732         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
3733         to set up frame more cleanly.
3735         * sysdeps/tile/memcmp.c: New file.
3737         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
3739         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
3740         * sysdeps/tile/tilegx/strcasestr.c: New file.
3741         * sysdeps/tile/tilegx/strnlen.c: New file.
3742         * sysdeps/tile/tilegx/strstr.c: New file.
3744         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
3746 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
3748         * nptl/tst-setuid3.c: Write errors to stdout.
3750 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3752         * elf/dl-deps.c
3753         (preload): New functions broken out of _dl_map_object_deps.
3754         (_dl_map_object_deps):  Remove a nested function. Update call sites.
3756 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
3758         [BZ #14138]
3759         * sysdeps/unix/sysv/linux/execve.c: Remove file.
3760         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
3762 2014-10-01  Steve Ellcey  <sellcey@mips.com>
3764         * sysdeps/mips/strcmp.S: New.
3766 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
3768         [BZ #14138]
3769         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
3770         (linkat): Likewise.
3771         (mkdirat): Likewise.
3772         (readlinkat): Likewise.
3773         (renameat): Likewise.
3774         (symlinkat): Likewise.
3775         (unlinkat): Likewise.
3776         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
3777         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
3778         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
3779         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
3780         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
3781         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
3782         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
3784 2014-09-30  Will Newton  <will.newton@linaro.org>
3786         * math/math.h: Define long double math functions if
3787         _LIBC_TEST is defined.
3788         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
3790         * localedata/Makefile: Move assignment to tests-special
3791         into an ifdef testing run-built-tests.
3792         * timezone/Makefile: Likewise.
3794 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
3796         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
3797         with $(BASH) not $(SHELL).
3799 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
3800             Matthew LeGendre  <legendre1@llnl.gov>
3802         [BZ #17411]
3803         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
3804         l_reloc_result.
3806 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3808         * stdio-common/printf_fp.c
3809         (hack_digit): New function, broken out of ...
3810         (__printf_fp): ... local function here.  Update call sites.
3811         hack_digit now takes an additional parameter that is a pointer
3812         to a struct of the referenced locals.  Those locals moved inside
3813         the struct and references updated.
3815 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
3817         * aclocal.m4: Require autoconf 2.69.
3818         * configure: Regenerated.
3819         * sysdeps/aarch64/configure: Likewise.
3820         * sysdeps/alpha/configure: Likewise.
3821         * sysdeps/arm/armv7/configure: Likewise.
3822         * sysdeps/arm/configure: Likewise.
3823         * sysdeps/ia64/configure: Likewise.
3824         * sysdeps/mach/configure: Likewise.
3825         * sysdeps/mips/configure: Likewise.
3826         * sysdeps/s390/configure: Likewise.
3827         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
3828         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
3830         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
3831         file.
3832         * sysdeps/ia64/configure.ac: Likewise.
3834 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
3836         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
3837         specify symbol version for ld.so.  Do not include entry for
3838         libpthread.
3839         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
3840         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
3841         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3843         [BZ #14171]
3844         * Makeconfig [$(build-shared) = yes]
3845         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
3846         makefiles.
3847         [$(build-shared) = yes && $(soversions.mk-done) = t]
3848         ($(common-objpfx)gnu/lib-names.h): Remove rule.
3849         [$(build-shared) = yes && $(soversions.mk-done) = t]
3850         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
3851         to Makerules.
3852         [$(build-shared) = yes && $(soversions.mk-done) = t]
3853         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
3854         here.
3855         [$(build-shared) = yes && $(soversions.mk-done) = t]
3856         (common-generated): Don't append gnu/lib-names.h and
3857         gnu/lib-names.stmp here.
3858         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
3859         (lib-names-h-abi): New variable.
3860         [$(build-shared) = yes && $(soversions.mk-done) = t]
3861         (lib-names-stmp-abi): Likewise.
3862         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3863         abi-variants] (before-compile): Append
3864         $(common-objpfx)$(lib-names-h-abi).
3865         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3866         abi-variants] (common-generated): Append gnu/lib-names.h.
3867         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3868         abi-variants] (install-others-nosubdir): Depend on
3869         $(inst_includedir)/$(lib-names-h-abi).
3870         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3871         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
3872         [$(build-shared) = yes && $(soversions.mk-done) = t]
3873         ($(common-objpfx)$(lib-names-h-abi)): New rule.
3874         [$(build-shared) = yes && $(soversions.mk-done) = t]
3875         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
3876         [$(build-shared) = yes && $(soversions.mk-done) = t]
3877         (common-generated): Append $(lib-names-h-abi) and
3878         $(lib-names-stmp-abi).
3879         * scripts/lib-names.awk: Do not handle multi being set.
3880         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
3881         Remove variable.
3882         (abi-lp64_be-ld-soname): Likewise.
3883         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
3884         Likewise.
3885         (abi-hard-ld-soname): Likewise.
3886         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
3887         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
3888         Remove variable.
3889         (abi-o32_hard-ld-soname): Likewise.
3890         (abi-o32_soft_2008-ld-soname): Likewise.
3891         (abi-o32_hard_2008-ld-soname): Likewise.
3892         (abi-n32_soft-ld-soname): Likewise.
3893         (abi-n32_hard-ld-soname): Likewise.
3894         (abi-n32_soft_2008-ld-soname): Likewise.
3895         (abi-n32_hard_2008-ld-soname): Likewise.
3896         (abi-n64_soft-ld-soname): Likewise.
3897         (abi-n64_hard-ld-soname): Likewise.
3898         (abi-n64_soft_2008-ld-soname): Likewise.
3899         (abi-n64_hard_2008-ld-soname): Likewise.
3900         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
3901         Likewise.
3902         (abi-64-v2-ld-soname): Likewise.
3903         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
3904         ld.so entries.
3905         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
3906         variable.
3907         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
3908         entry.
3909         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
3910         variable.
3911         (abi-64-ld-soname): Likewise.
3912         (abi-x32-ld-soname): Likewise.
3913         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
3914         entry.
3915         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3917 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
3919         [BZ #14138]
3920         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
3921         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
3922         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
3923         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
3924         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
3925         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
3926         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
3927         syscall entry for GLIBC_2.2 symbol version.
3928         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
3929         Likewise.
3930         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
3931         (setrlimit): Likewise.
3932         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
3933         Likewise.
3935 2014-09-23  Will Newton  <will.newton@linaro.org>
3937         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
3938         _LINUX_ARM_SYSDEP_H include guard too.
3939         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
3940         define.
3942 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
3944         * sysdeps/unix/sysv/linux/eventfd.c:
3945         Make first argument unsigned.
3946         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
3947         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
3949 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
3951         * socket/recvmmsg.c (recvmmsg): Drop const argument.
3952         * socket/sys/socket.h: Likewise
3953         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
3955 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
3957         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
3959 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
3961         * time/tst-ftime.c: New test.
3962         * time/Makefile (tests): Add tst-ftime.
3964 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
3966         * soft-fp/extended.h: Fix comment formatting.
3967         * soft-fp/op-1.h: Likewise.
3968         * soft-fp/op-2.h: Likewise.
3969         * soft-fp/op-4.h: Likewise.
3970         * soft-fp/op-8.h: Likewise.
3971         * soft-fp/op-common.h: Likewise.
3972         * soft-fp/soft-fp.h: Likewise.
3974         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
3976 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
3978         [BZ #6652]
3979         * Makeconfig (soversions-default-setname): Remove variable.
3980         ($(common-objpfx)soversions.i): Don't pass default_setname to
3981         soversions.awk.
3982         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
3983         oldest_abi to abi-versions.awk.
3984         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
3985         * config.make.in (oldest-abi): Remove variable.
3986         * configure.ac (--enable-oldest-abi): Remove configure option.
3987         * configure: Regenerated.
3988         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
3989         text.
3990         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
3991         * scripts/soversions.awk: Do not handle default_setname variable.
3992         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
3993         variable.
3994         * sysdeps/mach/hurd/configure: Regenerated.
3995         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
3996         variable.
3997         * sysdeps/unix/sysv/linux/configure: Regenerated.
3999 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4001         * elf/Makefile (CFLAGS-interp.c): Remove.
4002         ($(elf-objpfx)runtime-linker.h): Generate header with linker
4003         path string.
4004         * elf/interp.c: Include generated runtime-linker.h
4006         * Makerules (lib%.so): Don't include $(+interp) in
4007         prerequisites.
4008         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
4009         * dlfcn/eval.c: Remove file.
4011         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
4012         macros.
4014         [BZ #17266]
4015         * misc/sys/cdefs.h: Define __extern_always_inline for clang
4016         4.2 and newer.
4018         [BZ #17370]
4019         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
4021 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4022             Jakub Jelinek  <jakub@redhat.com>
4024         [BZ #17266]
4025         * libio/stdio.h: Check definition of __fortify_function
4026         instead of __extern_always_inline to include bits/stdio2.h.
4027         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
4028         check if __extern_always_inline is defined.
4029         [__USE_MISC || __USE_XOPEN]: Likewise.
4030         [__USE_ISOC99] Likewise.
4031         * misc/sys/cdefs.h (__fortify_function): Define only if
4032         __extern_always_inline is defined.
4033         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
4034         __extern_always_inline and __extern_inline only for g++-4.3
4035         and newer or a compatible gcc.
4037 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
4039         [BZ #17371]
4040         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
4041         last change to handle zero prefix length.
4043 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
4045         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
4046         _SC_REGEX_VERSION.
4048         * posix/getconf.c (vars): Add _POSIX_IPV6 and
4049         _POSIX_RAW_SOCKETS.
4051 2014-09-13  Allan McRae  <allan@archlinux.org>
4053         * po/ru.po: Update Russian translation from translation project.
4055 2014-09-12  Roland McGrath  <roland@hack.frob.com>
4057         * locale/programs/locale.c (show_locale_vars): Inline local function
4058         into its sole call site.  Clean up some style nits.
4059         (print_item): New function, broken out of ...
4060         (show_info): ... local function here.  Clean up style nits.
4062         * locale/programs/ld-ctype.c (set_one_default): New function, broken
4063         out of ...
4064         (set_class_defaults): ... local function set_default here.
4065         Define set_default as a macro locally to pass constant parameters.
4066         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
4067         rather than a shared local.
4069         * stdlib/rpmatch.c (try): New function, broken out of ...
4070         (rpmatch): ... local function here.  Also, prototypify definition.
4072 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
4074         * scripts/soversions.awk: Do not handle configuration names.
4075         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
4076         vendor and os variables to soversions.awk.
4077         * configure.ac: Do not modify gnu-* host_os.
4078         * configure: Regenerated
4079         * shlib-versions: Remove first column with configuration names.
4080         * nptl/shlib-versions: Likewise.
4081         * nptl_db/shlib-versions: Likewise.
4082         * sysdeps/hppa/shlib-versions: Likewise.
4083         * sysdeps/m68k/shlib-versions: Likewise.
4084         * sysdeps/mach/hurd/shlib-versions: Likewise.
4085         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
4086         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
4087         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
4088         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
4089         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
4090         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
4091         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
4092         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
4093         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
4094         Likewise.
4095         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4096         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
4097         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
4098         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
4099         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
4100         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
4101         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
4102         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4104         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
4105         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
4106         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
4107         Regenerated.
4108         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
4109         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
4110         Condition symbol version definitions on [HAVE_ELFV2_ABI].
4112         * shlib-versions: Remove OS-specific entries.  Moved to files in
4113         sysdeps.
4114         * sysdeps/mach/hurd/shlib-versions: New file.
4115         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
4117         * nptl/shlib-versions: Remove architecture-specific entries.
4118         Moved to files in sysdeps.
4119         * shlib-versions: Likewise.
4120         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
4121         file.
4122         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4123         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
4124         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
4125         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
4127         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
4128         (UDP_NO_CHECK6_RX): Likewise.
4130 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4132         * sysdeps/posix/sysconf.c (__sysconf): Spell
4133         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
4135 2014-08-12  Florian Weimer  <fweimer@redhat.com>
4137         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
4138         loading.
4139         * iconv/Versions (__gconv_transliterate): Export for use from
4140         gconv modules.
4141         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
4142         (struct __gconv_trans_data, __gconv_trans_fct,
4143         __gconv_trans_context_fct, __gconv_trans_query_fct,
4144         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
4145         definitions.
4146         (struct __gconv_step_data): Remove __trans member.
4147         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
4148         longer hidden.  Remove unused trans_data argument.
4149         * iconv/gconv_int.h (struct trans_struct): Remove definition.
4150         (__gconv_translit_find): Remove declaration.
4151         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
4152         prototype.
4153         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
4154         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
4155         trans_data argument.  Add hidden definition.
4156         (__gconv_translit_find): Remove.
4157         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
4158         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
4159         * iconv/skeleton.c: Remove transliteration initialization.
4160         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
4161         __gconv_step_data initialization.
4162         * libio/iofwide.c (__libio_translit_): Remove.
4163         (_IO_fwide): Adjust struct __gconv_step_data initialization.
4164         * wcsmbs/btowc.c (__btowc): Likewise.
4165         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
4166         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
4167         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
4168         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
4169         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
4170         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
4171         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
4172         * wcsmbs/wctob.c (wctob): Likewise.
4174 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4176         [BZ #16194]
4177         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
4178         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
4179         register usage.
4180         * sysdeps/x86/Makefile: Adjust.
4182 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4183             Roland McGrath  <roland@hack.frob.com>
4185         * locale/weight.h: Add include guard.
4186         (findidx): Make static rather than auto; take new parameters
4187         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
4188         * locale/weightwc.h: Likewise.
4189         * posix/fnmatch_loop.c
4190         (FCT): Change type of EXTRA from int32_t to wint_t.
4191         Don't include either header inside the function.
4192         Call FINDIDX rather than findidx, and pass new arguments.
4193         #undef FINDIDX at the end of the file.
4194         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
4195         FINDIDX before including fnmatch_loop.c for the non-wide version.
4196         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
4197         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
4198         for the wide version.
4199         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
4200         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
4201         Pass new arguments to findidx.
4202         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
4203         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
4204         Don't #include it inside the function.  Pass new arguments to findidx.
4205         * posix/regex_internal.h
4206         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
4207         (re_string_elem_size_at): Don't #include it inside the function.
4208         Pass new arguments to findidx.
4209         * string/strcoll_l.c: #include WEIGHT_H at top level.
4210         (get_next_seq): Don't #include it inside the function.
4211         Pass new arguments to findidx.
4212         (get_next_seq_nocache): Likewise.
4213         * string/strxfrm_l.c: #include WEIGHT_H at top level.
4214         (STRXFRM): Don't #include it inside the function.
4215         Pass new arguments to findidx.
4217 2014-09-11  Florian Weimer  <fweimer@redhat.com>
4219         [BZ #17344]
4220         * malloc/malloc.c (unlink): Turn asserts into a call to
4221         malloc_printerr.
4223 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
4225         [BZ #17370]
4226         * libio/wfileops (do_ftell_wide): Free OUT.
4228 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
4230         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
4232 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
4234         [BZ #17363]
4235         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
4236         group if the current group is empty.
4238 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4240         * benchtests/bench-memset.c (test_main): Add more test from size
4241         from 32 to 512 bytes.
4242         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4243         Add POWER8 memset object.
4244         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4245         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
4246         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
4247         implementation.
4248         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
4249         Likewise.
4250         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
4251         multiarch POWER8 memset optimization.
4252         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
4253         POWER8 memset optimization.
4255         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4256         Remove bzero multiarch objects.
4257         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
4258         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
4259         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
4260         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
4261         Remove define.
4262         [__bzero]: Redefine to specific name.
4263         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
4264         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
4265         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
4266         define.
4267         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
4268         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
4270 2014-09-10  Florian Weimer  <fweimer@redhat.com>
4272         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
4273         warnings into errors.
4275         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
4276         __cxa_thread_atexit_impl prototype.
4278 2014-09-09  Steve Ellcey  <sellcey@mips.com>
4280         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
4281         Fix capitalization of error message.
4283 2014-09-09  Steve Ellcey  <sellcey@mips.com>
4285         * sysdeps/mips/preconfigure: Modify ABI tests.
4287 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
4289         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
4291 2014-09-07  Roland McGrath  <roland@hack.frob.com>
4292             Carlos O'Donell  <carlos@systemhalted.org>
4294         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
4295         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
4296         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
4297         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
4298         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
4299         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
4300         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
4301         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
4302         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
4303         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
4304         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
4305         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
4306         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
4307         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
4308         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
4309         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
4310         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
4311         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
4312         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
4313         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
4314         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
4315         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
4316         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
4317         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
4318         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
4319         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
4320         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
4321         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
4322         Deconditionalize the code that was previously under [RESET_PID].
4323         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
4324         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
4325         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
4326         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
4327         include sysdep.h.
4329 2014-09-08  Allan McRae  <allan@archlinux.org>
4331         * version.h (RELEASE): Set to "development".
4332         (VERSION): Set to "2.20.90"
4334 2014-09-07  Allan McRae  <allan@archlinux.org
4336         * version.h (RELEASE): Set to "stable".
4337         (VERSION): Set to "2.20"
4338         * include/features.h (__GLIBC_MINOR__): Set to 20.
4340         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
4341         Liebler.
4343         * po/ko.po: Update Korean translation from translation project.
4345 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
4347         [BZ #17354]
4348         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
4349         macro for handling signed relocations.
4351 2014-09-03  Florian Weimer  <fweimer@redhat.com>
4353         [BZ #17325]
4354         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
4355         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
4356         assert.
4357         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
4358         * iconvdata/ibm935.c (BODY): Likewise.
4359         * iconvdata/ibm937.c (BODY): Likewise.
4360         * iconvdata/ibm939.c (BODY): Likewise.
4361         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
4362         assert.
4363         * iconvdata/Makefile (iconv-test.out): Pass module list to test
4364         script.
4365         * iconvdata/run-iconv-test.sh: New test loop for checking for
4366         decoder crashers.
4368 2014-09-02  Khem Raj  <raj.khem@gmail.com>
4370         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
4371         libm_hidden_ver.
4373 2014-09-01  Allan McRae  <allan@archlinux.org>
4375         * po/eo.po: Update Esperanto translation from translation project.
4377         * po/ca.po: Update Catalan translation from translation project.
4379 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4381         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
4382         __proc_dostop call.
4384 2014-08-27  Mark Wielaard  <mjw@redhat.com>
4386         [BZ #17319]
4387         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
4388         to call set_thread_area instead of hand written asm.
4389         (__NR_set_thread_area): Removed define.
4390         (TLS_FLAG_WRITABLE): Likewise.
4391         (__ASSUME_SET_THREAD_AREA): Remove check.
4392         (TLS_EBX_ARG): Remove define.
4393         (TLS_LOAD_EBX): Likewise.
4395 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4397         Simplify atomicity of socket creation in bind.
4399         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
4400         looking up the name after linking the file.
4402 2014-08-27  Allan McRae  <allan@archlinux.org>
4404         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
4406 2014-08-26  Florian Weimer  <fweimer@redhat.com>
4408         [BZ #17187]
4409         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
4410         trans_compare, open_translit, __gconv_translit_find):
4411         Remove module loading code.
4413 2014-08-26  Allan McRae  <allan@archlinux.org>
4415         * po/vi.po: Update Vietnamese translation from translation project.
4417         * po/uk.po: Update Ukrainian translation from translation project.
4419         * po/fr.po: Update French translation from translation project.
4421         * po/ru.po: Update Russian translation from translation project.
4423         * po/pl.po: Update Polish translation from translation project.
4425         * po/cs.po: Update Czech translation from translation project.
4427         * po/de.po: Update German translation from translation project.
4429         * po/bg.po: Update Bulgarian translation from translation project.
4431         * po/sv.po: Update Sweedish translation from translation project.
4433         * po/nl.po: Update Dutch translation from translation project.
4435         * po/es.po: Update Spanish translation from translation project.
4437 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
4439         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
4441         * catgets/Makefile (CPPFLAGS-gencat): Remove.
4442         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
4443         (CPPFLAGS-iconvconfig): Likewise.
4444         * timezone/Makefile (CPPFLAGS-zic): Likewise.
4446         * include/libc-symbols.h: Remove unnecessary check for
4447         NOT_IN_libc.
4448         * nptl/pthreadP.h: Likewise.
4449         * sysdeps/aarch64/setjmp.S: Likewise.
4450         * sysdeps/alpha/setjmp.S: Likewise.
4451         * sysdeps/arm/sysdep.h: Likewise.
4452         * sysdeps/i386/setjmp.S: Likewise.
4453         * sysdeps/m68k/setjmp.c: Likewise.
4454         * sysdeps/posix/getcwd.c: Likewise.
4455         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
4456         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
4457         * sysdeps/s390/s390-32/setjmp.S: Likewise.
4458         * sysdeps/s390/s390-64/setjmp.S: Likewise.
4459         * sysdeps/sh/sh3/setjmp.S: Likewise.
4460         * sysdeps/sh/sh4/setjmp.S: Likewise.
4461         * sysdeps/unix/alpha/sysdep.h: Likewise.
4462         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4463         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4464         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
4465         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4466         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
4467         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
4468         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4469         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4470         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4471         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4472         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4473         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4474         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4475         * sysdeps/x86_64/setjmp.S: Likewise.
4477 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
4479         [BZ #17263]
4480         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
4481         <stdint.h>.
4482         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
4483         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
4485 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
4487         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
4489         [BZ #17262]
4490         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
4491         and __x86_64__ when disabling x87 inline functions.
4493 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
4495         [BZ #17259]
4496         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
4497         asm statement with __cpuid_count.
4499 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
4501         * configure.ac: Change __ehdr_start code to dereference the struct.
4502         Run readelf on the output to look for relocations.
4503         * configure: Regenerated.
4505 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
4507         [BZ #17261]
4508         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
4509         value to 0.
4510         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
4512 2014-08-12  Roland McGrath  <roland@hack.frob.com>
4514         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
4516 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
4518         [BZ #16892]
4519         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
4520         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
4522 2014-08-12  Sean Anderson  <seanga2@gmail.com>
4524         * malloc/malloc.c: Fix typo in comment.
4526 2014-08-09  Allan McRae  <allan@archlinux.org>
4528         * Regenerate libc.po.
4530 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
4532         * intl/tst-gettext2.sh: Check every lang file for creation.
4534 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4536         * sysdeps/aarch64/fpu/math_private.h
4537         (libc_feholdsetround_noex_aarch64_ctx): New function.
4539 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4541         * sysdeps/arm/armv6/strcpy.S (strcpy):
4542         Fix performance issue in misaligned cases.
4544 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4546         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
4547         Move definition from termios.h.
4548         (struct termio): Likewise.
4549         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4550         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4551         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4552         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4553         Likewise.
4554         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
4555         Move definition to ioctl-types.h
4556         (struct termio): Likewise.
4557         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4558         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4559         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4560         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4561         Likewise.
4563 2014-08-05  Richard Henderson  <rth@redhat.com>
4565         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
4566         exceptions.
4567         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
4568         Add fraiseexcpt.
4569         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
4570         Use __feraiseexcept.
4571         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
4572         Protect libm symbols with IS_IN_libm.
4574         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
4576 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
4578         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
4580 2014-08-04  Will Newton  <will.newton@linaro.org>
4582         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
4583         file.
4585 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
4587         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
4588         variants for each function.
4590 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4592         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
4593         appended ...
4594         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
4595         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
4596         appended ...
4597         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
4598         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
4599         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
4600         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
4601         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
4602         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
4603         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
4604         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
4605         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
4606         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
4607         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
4608         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
4609         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
4610         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
4611         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
4612         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
4613         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
4614         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
4615         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
4616         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
4617         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
4618         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
4619         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
4620         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
4621         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
4622         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
4623         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
4624         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
4625         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
4626         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
4627         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
4628         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
4629         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
4630         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
4631         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
4632         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
4633         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
4634         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
4635         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
4636         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
4637         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
4638         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
4639         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
4640         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
4641         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
4642         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
4643         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
4644         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
4645         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
4646         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
4647         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
4648         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
4649         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
4650         Update #include.
4651         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
4652         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
4654 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4656         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
4657         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
4658         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
4659         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
4660         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
4661         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
4663 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4665         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
4666         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
4667         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4668         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
4670 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4672         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
4673         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
4674         (__libc_vfork): Define function under this name.
4675         (__vfork): Define as an alias.
4676         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
4677         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
4679 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4681         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
4682         that was previously under [RESET_PID].
4683         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
4685 2014-08-04  Andreas Schwab  <schwab@suse.de>
4687         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
4689 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
4691         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
4692         (main): Likewise.
4694 2014-08-01  Roland McGrath  <roland@hack.frob.com>
4696         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
4698 2014-08-01  Richard Henderon  <rth@redhat.com>
4700         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
4701         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
4702         typo in exact zero test.
4703         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
4704         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
4705         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
4707 2014-08-01  Roland McGrath  <roland@hack.frob.com>
4709         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
4710         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
4711         * sysdeps/arm/sysdep.h: ... here.
4712         [!__ASSEMBLER__]: Include <stdint.h>.
4714 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
4716         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
4717         (HAVE_WCTYPE_H): Likewise.
4718         (HAVE_ISWCTYPE): Likewise.
4719         (ENABLE_NLS): Likewise.
4720         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
4721         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
4723         * posix/regex_internal.c: Check if DEBUG is defined and is
4724         set.
4726         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
4727         (HAVE_MBSRTOWCS): Likewise.
4728         * posix/fnmatch.c: Include string.h unconditionally.
4730 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
4732         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
4733         reversal.
4735 2014-07-31  Roland McGrath  <roland@hack.frob.com>
4737         * sysdeps/generic/safe-fatal.h: New file.
4738         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
4739         * nptl/forward.c: Include it.
4740         (__pthread_unwind): Use __safe_fatal as default action, rather
4741         than a bogus use of INTERNAL_SYSCALL that could never work.
4743         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
4744         * configure.ac (libc_cv_builtin_trap): New test.
4745         * configure: Regenerated.
4746         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
4747         (ABORT_INSTRUCTION): Define using __builtin_trap.
4749         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
4750         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
4751         * sysdeps/nptl/nptl-signals.h: New file.
4752         * nptl/pthreadP.h: Include <nptl-signals.h>.
4754 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
4756         * sysdeps/s390/s390-64/utf16-utf32-z9.c
4757         (ONE_DIRECTION): Define.
4758         * sysdeps/s390/s390-64/utf8-utf16-z9.c
4759         (ONE_DIRECTION): Define.
4760         * sysdeps/s390/s390-64/utf8-utf32-z9.c
4761         (ONE_DIRECTION): Define.
4763 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
4765         * sysdeps/s390/Makefile: Delete file.
4766         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
4767         * sysdeps/s390/__longjmp.c: Delete file.
4768         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
4769         Remove fields __flags and __reserved.
4770         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
4771         and add versioning.
4772         * sysdeps/s390/rtld-__longjmp.c: Delete file.
4773         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
4774         * sysdeps/s390/rtld-setjmp.S: Likewise.
4775         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
4776         * sysdeps/s390/s390-32/__longjmp.c: ... here.
4777         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
4778         * sysdeps/s390/s390-32/setjmp.S: ... here.
4779         Add versioning.
4780         (__sigsetjmp): Remove setting __flags field.
4781         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
4782         * sysdeps/s390/s390-64/__longjmp.c: ... here.
4783         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
4784         * sysdeps/s390/s390-64/setjmp.S: ... here.
4785         Add versioning.
4786         (__sigsetjmp): Remove setting __flags field.
4787         * sysdeps/s390/setjmp.S: Delete file.
4788         * sysdeps/s390/sigjmp.c: Likewise.
4789         * sysdeps/s390/v1-longjmp.c: Likewise.
4790         * sysdeps/s390/v1-setjmp.h: Likewise.
4791         * sysdeps/s390/v1-sigjmp.c: Likewise.
4792         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
4793         Remove v1-longjmp_chk.
4794         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
4795         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
4796         Include debug/longjmp_chk.c and add versioning.
4797         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
4798         Include nptl/pt-longjmp.c and add versioning.
4799         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
4800         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
4801         Include __longjmp.c.
4802         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
4803         Move to ...
4804         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
4805         (__getcontext): Remove setting __flags field.
4806         Add versioning.
4807         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
4808         Don't restore upper high grps.
4809         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
4810         Likewise.
4811         (__swapcontext): Remove setting uc_flags field.
4812         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
4813         Delete file.
4814         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
4815         Include __longjmp.c.
4816         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
4817         Move to ...
4818         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
4819         (__getcontext): Remove setting __flags field.
4820         Add versioning.
4821         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
4822         (__swapcontext): Remove setting uc_flags field.
4823         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
4824         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
4825         Remove fields uc_high_gprs and __reserved.
4826         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
4827         New file with reverted content.
4828         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
4829         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
4830         Regenerated.
4831         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
4832         Regenerated.
4834 2014-07-31  Andreas Schwab  <schwab@suse.de>
4836         * config.h.in (HAVE_IFUNC): Define to 0.
4837         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
4838         definedness.
4840 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
4842         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
4843         memmove-avx-unaligned, memcpy-avx-unaligned and
4844         mempcpy-avx-unaligned.
4845         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
4846         Add tests for AVX memcpy functions.
4847         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
4848         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
4849         memcpy_chk.
4850         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
4851         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
4852         memmove_chk.
4853         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
4854         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
4855         mempcpy_chk.
4856         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
4857         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
4858         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
4860 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4862         [BZ #17213]
4863         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
4864         powerpc64le.
4866 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
4868         [BZ #16839]
4869         * manual/llio.texi: Add section about open file description locks.
4870         * manual/examples/ofdlocks.c: Example of open file description
4871         lock usage.
4872         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
4873         F_OFD_SETLK, and F_OFD_SETLKW.
4875 2014-07-23  Allan McRae  <allan@archlinux.org>
4877         * po/es.po: Update Spanish translation from translation project.
4879 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
4881         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
4883 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
4885         [BZ #17078]
4886         * sysdeps/arm/dl-machine.h (elf_machine_rela)
4887         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
4888         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
4890 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
4892         [BZ #17088]
4893         * math/fesetenv.c (__fesetenv)
4894         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
4895         * math/feupdateenv.c (__feupdateenv)
4896         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
4898         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
4899         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
4900         (__ASSUME_SOCKETCALL): Do not define.
4902         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
4903         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
4904         (__ASSUME_SOCKETCALL): Do not define.
4905         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
4906         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
4907         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4908         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
4909         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4910         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
4911         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4912         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4914         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
4915         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
4916         (__ASSUME_SOCKETCALL): Do not define.
4917         (__ASSUME_IPC64): Define unconditionally.
4918         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
4919         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4920         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
4921         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4922         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
4923         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4924         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
4925         Likewise.
4927         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
4928         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
4929         (__ASSUME_SOCKETCALL): Do not define.
4930         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
4931         (__ASSUME_FUTEX_LOCK_PI): Likewise.
4932         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4933         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
4934         (__ASSUME_REQUEUE_PI): Define unconditionally.
4935         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
4936         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
4937         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4938         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
4939         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4940         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4942         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
4943         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
4944         (__ASSUME_SOCKETCALL): Do not define.
4945         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
4946         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4947         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4948         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
4949         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4950         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4952         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
4953         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
4954         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4955         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
4956         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4957         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
4958         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4959         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
4960         (__ASSUME_GETCPU_SYSCALL): Likewise.
4962         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
4963         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
4964         cases for individual architectures.
4965         * sysdeps/gnu/configure: Regenerated.
4966         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
4967         LIBC_SLIBDIR_RTLDDIR.
4968         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
4969         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
4970         LIBC_SLIBDIR_RTLDDIR.
4971         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
4972         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
4973         LIBC_SLIBDIR_RTLDDIR.
4974         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
4975         Regenerated.
4976         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
4977         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
4978         file.
4979         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
4980         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
4981         file.
4982         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
4983         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
4984         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
4985         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
4987         * sysdeps/aarch64/shlib-versions: Move to ...
4988         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
4989         * sysdeps/alpha/shlib-versions: Move to ...
4990         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
4991         * sysdeps/arm/shlib-versions: Move to ...
4992         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
4993         * sysdeps/hppa/shlib-versions: Move all contents except for
4994         libgcc_s entry to ...
4995         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
4996         entry from ...
4997         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
4998         * sysdeps/ia64/shlib-versions: Move to ...
4999         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
5000         entry from ...
5001         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
5002         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
5003         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
5004         * sysdeps/microblaze/shlib-versions: Move to ...
5005         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
5006         * sysdeps/mips/shlib-versions: Move to ...
5007         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
5008         entry from ...
5009         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
5010         * sysdeps/tile/shlib-versions: Move to ...
5011         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
5012         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
5013         from ...
5014         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
5015         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
5016         entry from ...
5017         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
5019 2014-07-17  Will Newton  <will.newton@linaro.org>
5021         * sysdeps/arm/bits/atomic.h
5022         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
5023         (__arch_compare_and_exchange_bool_16_int): Likewise.
5024         (__arch_compare_and_exchange_bool_64_int): Likewise.
5026         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
5027         into an #else block.
5029 2014-07-16  Roland McGrath  <roland@hack.frob.com>
5031         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
5032         just Linux configurations.  Test empirically that the compiler sets
5033         __ARM_EABI__, rather than using the tuple to decide.
5034         * sysdeps/arm/preconfigure: Regenerated.
5035         * sysdeps/unix/sysv/linux/arm/configure: File removed.
5036         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
5037         contents appended ...
5038         * sysdeps/arm/configure.ac: ... here.
5039         * sysdeps/arm/configure: Regenerated.
5041 2014-07-15  Roland McGrath  <roland@hack.frob.com>
5043         * nptl/pthread_kill.c: New file.
5044         * nptl/pthread_sigmask.c: New file.
5045         * nptl/pthread_sigqueue.c: New file.
5047         * sysdeps/nptl/lowlevellock.h: New file.
5048         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
5049         * sysdeps/nptl/lowlevellock-futex.h: New file.
5051         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
5052         Remove dead declarations.
5054 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
5056         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
5057         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
5058         config-cflags-avx2.
5059         * sysdeps/x86_64/configure.ac: Likewise.
5060         * sysdeps/i386/configure: Regenerated.
5061         * sysdeps/x86_64/configure: Likewise.
5062         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
5063         memset-avx2 only if config-cflags-avx2 is yes.
5064         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
5065         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
5066         defined.
5067         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
5068         only if HAVE_AVX2_SUPPORT is defined.
5069         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
5071 2014-07-14  Alan Modra  <amodra@gmail.com>
5073         [BZ #17153]
5074         * elf/elf.h (DT_PPC64_NUM): Correct value.
5075         * NEWS: Add to fixed bug list.
5077 2014-07-13  Jim Meyering  <meyering@fb.com>
5079         [BZ 17150]
5080         regex: don't deref NULL upon heap allocation failure
5081         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
5082         failure in one more place.
5083         To trigger the segfault, configure grep -with-included-regex,
5084         build it, and run these commands:
5085         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
5087 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
5089         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
5091 2014-07-11  Richard Henderson  <rth@redhat.com>
5093         * sysdeps/aarch64/libm-test-ulps: Update.
5095 2014-07-10  Florian Weimer  <fweimer@redhat.com>
5097         [BZ #17135]
5098         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
5099         * nptl/allocatestack.c (__nptl_setxid_error): New function.
5100         (__nptl_setxid): Initialize error member.  Call
5101         __nptl_setxid_error.
5102         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
5103         * nptl/descr.h (struct xid_command): Add error member.
5104         * nptl/tst-setuid3.c: New file.
5105         * nptl/Makefile (tests): Add it.
5107 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5109         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
5110         New define.
5111         (__lll_trylock): Use __lll_base_trylock.
5112         (__lll_cond_trylock): Likewise.
5114 2014-07-10  Roland McGrath  <roland@hack.frob.com>
5116         * nptl/pthread_create.c (start_thread): Use atomic_or and
5117         lll_futex_wake directly rather than lll_robust_dead.
5118         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
5119         (lll_robust_dead): Macro removed.
5120         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
5121         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5122         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5123         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5124         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5125         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5126         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5127         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5128         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5129         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5130         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5131         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5132         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5133         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5134         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5136         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
5137         Use atomic_compare_and_exchange_val_acq directly rather than
5138         lll_robust_trylock.
5139         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
5140         (__lll_robust_trylock, lll_robust_trylock): Removed.
5141         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5142         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5143         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5144         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5145         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5146         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5147         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5148         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5149         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5150         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5151         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5152         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5153         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5154         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5156 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5158         * manual/locale.texi (Locale Names): New section documenting
5159         locale name syntax.  Adjust menu and node chaining accordingly.
5160         (Choosing Locale): Reference Locale Names, Locale Categories.
5161         Mention setting LC_ALL=C.  Reflect that name syntax is now
5162         documented.
5163         (Locale Categories): New section title.  Reference Locale Names.
5164         LC_ALL is an environment variable, but not a category.
5165         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
5166         description, now in Locale Name.  Reference that section.  Locale
5167         name syntax is now documented.
5169 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5171         [BZ #17137]
5172         * locale/findlocale.c (name_present, valid_locale_name): New
5173         functions.
5174         (_nl_find_locale): Use the loc_name variable to store name
5175         candidates.  Call name_present and valid_locale_name to check and
5176         validate locale names.  Return an error if the locale is invalid.
5178 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5180         * locale/setlocale.c (setlocale): Use strdup for allocating
5181         composite name copy.
5183 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
5185         Sync up with gnulib.
5186         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
5187         [!_LIBC && ENABLE_NLS]: Include gettext.h.
5188         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
5189         and _GL_ARG_NONNULL.
5190         [USE_UNLOCKED_IO]: Include unlocked-io.h.
5191         [!_LIBC]: Include code for Windows and Cygwin.
5192         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
5193         Include prototype for int strerror_r.
5194         [!_LIBC] (is_open): New function.
5195         (flush_stdout): New function.
5196         (print_errno_message): Use it.
5197         (error): Likewise.
5198         (error_at_line): Likewise.
5199         (error_tail) Add function attribute macros.  Use
5200         __builtin_expect.
5202         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
5204         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
5206         * io/ftw.c: Include sys/param.h unconditionally.
5208         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
5210         [BZ #17125]
5211         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
5212         libc_freeres_ptr.
5213         (freecache): New function to free CACHE on exit.
5215         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
5216         initialization.
5218 2014-07-09  David S. Miller  <davem@davemloft.net>
5220         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5222         * sysdeps/sparc/nptl/internaltypes.h: Delete.
5223         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
5224         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
5225         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
5226         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
5227         * sysdeps/sparc/nptl/sem_init.c: Likewise.
5228         * sysdeps/sparc/nptl/sem_post.c: Likewise.
5229         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
5230         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
5231         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
5232         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
5233         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
5234         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
5236 2014-07-09  Andreas Schwab  <schwab@suse.de>
5238         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
5239         output.
5240         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
5241         (do_test): Likewise.
5243         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
5245 2014-07-09  Will Newton  <will.newton@linaro.org>
5247         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
5248         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
5249         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
5250         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
5251         * sysdeps/hppa/start.S (_start): Likewise.
5253 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
5255         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
5257         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
5258         defined.
5260 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
5262         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
5263         after checking that it is non-NULL.
5265         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
5267 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5269         * sysdeps/powerpc/memmove.c: Remove file.
5270         * sysdeps/powerpc/powerpc32/power4/memcopy.h
5271         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
5272         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
5273         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
5274         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
5275         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
5276         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
5277         string memmove instead of removed powerpc one.
5279         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
5280         [weak_alias]: Fix compiler warning due trailing data.
5281         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
5282         [weak_alias]: Likewise.
5283         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
5284         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
5286         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
5287         (__libc_ifunc_impl_list): Add memmove functions.
5289 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
5291         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
5292         Remove code.
5293         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
5294         Likewise
5295         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
5296         Likewise
5297         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
5298         Likewise
5299         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
5300         Likewise
5301         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
5302         Likewise
5303         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
5304         Likewise
5305         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
5306         Likewise
5307         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
5308         Likewise
5309         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
5310         Likewise
5311         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
5312         Likewise
5313         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
5314         Likewise
5315         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
5316         Likewise
5317         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
5318         Likewise
5319         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
5320         Likewise
5321         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
5322         Likewise
5323         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
5324         Likewise
5326 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5328         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
5329         to avoid alignment traps in non-cacheable memory.
5330         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
5332         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
5333         multiarch objects.
5334         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
5335         file: multiarch power7 memmove.
5336         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
5337         multiarch default memmove.
5338         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
5339         multiarch memove for powerpc32/power4.
5341         * string/bcopy.c: Use full path to include memmove.c.
5342         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
5343         multiarch objects.
5344         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
5345         bcopy for powerpc64.
5346         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
5347         bcopy for powerpc64.
5348         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
5349         and memmove implementations.
5350         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
5351         optimized multiarch memmove for POWER7/powerpc64.
5352         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
5353         default multiarch memmove for powerpc64.
5354         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
5355         multiarch for powerpc64.
5356         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
5357         for POWER7/powerpc64.
5358         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
5359         memmove for POWER7/powerpc64.
5361         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
5362         glibc default one.
5364         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
5365         __ELF_NATIVE_CLASS equal to 64.
5367 2014-07-07  Roland McGrath  <roland@hack.frob.com>
5369         * sysdeps/nptl/lowlevellock.h: File removed.
5371         * NEWS: NPTL is no longer an add-on!
5372         * nptl/internaltypes.h: Moved ...
5373         * sysdeps/nptl/internaltypes.h: ... here.
5374         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
5375         * sysdeps/nptl/fork.c: Likewise.
5376         * sysdeps/nptl/gai_misc.h: Likewise.
5377         * sysdeps/nptl/librt-cancellation.c: Likewise.
5378         * sysdeps/nptl/jmp-unwind.c: Likewise.
5379         * sysdeps/nptl/setxid.h: Likewise.
5380         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
5381         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
5382         * sysdeps/unix/sysv/linux/arm/Implies: New file.
5383         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
5384         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
5385         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
5386         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
5387         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
5388         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
5389         * sysdeps/unix/sysv/linux/mips/Implies: New file.
5390         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
5391         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
5392         * sysdeps/unix/sysv/linux/sh/Implies: New file.
5393         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
5394         * sysdeps/unix/sysv/linux/tile/Implies: New file.
5395         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
5396         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
5397         * nptl/Makeconfig: Moved ...
5398         * sysdeps/nptl/Makeconfig: ... here.
5399         * nptl/configure: File removed.
5400         * nptl/ANNOUNCE: File removed.
5401         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
5402         * sysdeps/unix/sysv/linux/configure: Regenerated.
5404         * nptl/Makefile (routines): Add libc_pthread_init,
5405         libc_multiple_threads, register-atfork and unregister-atfork.
5406         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
5407         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
5408         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
5409         pthread-pi-defines.sym, structsem.sym.
5410         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
5411         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
5412         [$(subdir) = nptl] (tests): Add tst-setgetname.
5413         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
5414         * sysdeps/unix/sysv/linux/sigaction.c: Just include
5415         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
5416         [!LIBC_SIGACTION]: Remove aliases.
5417         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
5418         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
5419         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
5420         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
5421         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
5422         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
5423         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
5424         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
5425         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
5426         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
5427         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
5428         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
5429         __libc_allocate_rtsig_private.
5430         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
5431         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
5432         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
5433         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
5434         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
5435         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
5436         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
5437         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
5438         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
5439         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
5440         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
5441         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
5442         * nptl/internaltypes.h: ... here.
5443         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
5444         * sysdeps/nptl/jmp-unwind.c: ... here.
5445         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
5446         * nptl/libc-lowlevellock.c: ... here.
5447         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
5448         * nptl/libc_multiple_threads.c: ... here.
5449         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
5450         * nptl/libc_pthread_init.c: ... here.
5451         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
5452         * nptl/lowlevelbarrier.sym: ... here.
5453         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
5454         * nptl/lowlevelcond.sym: ... here.
5455         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
5456         * nptl/lowlevellock.c: ... here.
5457         * nptl/lowlevellock.h: Moved ...
5458         * sysdeps/nptl/lowlevellock.h: ... here.
5459         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
5460         * nptl/lowlevelrobustlock.c: ... here.
5461         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
5462         * nptl/lowlevelrobustlock.sym: ... here.
5463         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
5464         * nptl/lowlevelrwlock.sym: ... here.
5465         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
5466         * nptl/pt-fork.c: ... here.
5467         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
5468         * nptl/pthread-pi-defines.sym: ... here.
5469         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
5470         * nptl/pthread_attr_getaffinity.c: ... here.
5471         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
5472         * nptl/pthread_attr_setaffinity.c: ... here.
5473         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
5474         * nptl/pthread_mutex_cond_lock.c: ... here.
5475         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
5476         Update #include.
5477         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
5478         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
5479         * nptl/pthread_once.c: ... here, replacing old file.
5480         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
5481         * nptl/pthread_yield.c: ... here.
5482         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
5483         * nptl/register-atfork.c: ... here.
5484         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
5485         * nptl/sem_post.c: ... here.
5486         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
5487         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
5488         * nptl/sem_timedwait.c: ... here.
5489         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
5490         * nptl/sem_trywait.c: ... here.
5491         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
5492         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
5493         * nptl/sem_wait.c: ... here.
5494         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
5495         * nptl/structsem.sym: ... here.
5496         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
5497         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
5498         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
5499         * nptl/unregister-atfork.c: ... here.
5500         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
5501         * nptl/unwindbuf.sym: ... here.
5502         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
5503         * sysdeps/nptl/fork.c: ... here.
5504         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
5505         * sysdeps/nptl/fork.h: ... here.
5506         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
5507         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
5508         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
5509         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
5510         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
5511         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
5512         * sysdeps/unix/sysv/linux/getpid.c: ... here.
5513         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
5514         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
5515         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
5516         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
5517         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
5518         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
5519         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
5520         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
5521         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
5522         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
5523         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
5524         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
5525         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
5526         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
5527         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
5528         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
5529         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
5530         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
5531         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
5532         * sysdeps/unix/sysv/linux/raise.c: ... here.
5533         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
5534         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
5535         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
5536         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
5537         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
5538         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
5539         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
5540         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
5541         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
5542         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
5543         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
5544         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
5545         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
5546         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
5547         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
5549 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
5551         * sysdeps/generic/memcopy.h: Add comment for
5552         MEMCPY_OK_FOR_FWD_MEMMOVE.
5554 2014-07-04  Will Newton  <will.newton@linaro.org>
5556         * string/memchr.c: Merge from gnulib.
5557         [_LIBC]: Remove conditionals.
5558         (__ptr_t): Remove define.
5559         (LONG_MAX_32_BITS): Likewise.
5560         (LONG_MAX): Likewise.
5561         (MEMCHR): Use ANSI prototype and optimize algorithm.
5563         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
5565 2014-07-03  Roland McGrath  <roland@hack.frob.com>
5567         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
5568         (lll_futex_timed_wait_bitset): Fix syscall argument count.
5570         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
5571         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
5572         in a bare environment with no <stdlib.h> installed.
5573         * sysdeps/nptl/configure: Regenerated.
5575         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
5577         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
5578         AC_EGREP_CPP for kernel header checks, so they only succeed if
5579         including <linux/version.h> actually works right.
5580         * sysdeps/unix/sysv/linux/configure: Regenerated.
5582         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
5583         value so it's not diagnosed as unused.
5585         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
5586         thing) with "ifeq ($(subdir),rt)".
5588 2014-07-03  Richard Henderson  <rth@redhat.com>
5590         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
5591         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
5592         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
5594         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
5595         (math_force_eval): New.
5597         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
5598         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
5600         * sysdeps/alpha/fpu/s_round.c: Remove file.
5601         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
5603         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
5604         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
5605         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
5606         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
5607         (_dl_start, print_statistics): Likewise.
5608         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
5609         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
5611         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5612         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5613         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5614         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5615         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5616         (HP_SMALL_TIMING_AVAIL): Define.
5617         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5618         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5619         (HP_SMALL_TIMING_AVAIL): Define.
5620         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5621         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5623         * sysdeps/aarch64/hp-timing.h: New file.
5625         * sysdeps/generic/hp-timing.h: Remove dead comment.
5626         * sysdeps/generic/hp-timing-common.h: New file.
5627         * sysdeps/alpha/hp-timing.h: Include it.
5628         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
5629         * sysdeps/i386/i686/hp-timing.h: Likewise.
5630         * sysdeps/ia64/hp-timing.h: Likewise.
5631         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
5632         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
5633         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
5634         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
5635         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
5636         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
5637         (hp_timing_t): New.
5639         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
5640         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
5641         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
5642         * elf/rtld.c (_dl_start_final): Likewise.
5643         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
5644         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5645         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5646         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5647         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5648         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5649         (HP_TIMING_DIFF_INIT): Remove.
5650         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5651         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5652         (HP_TIMING_DIFF_INIT): Remove.
5653         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5654         * sysdeps/i386/i686/hp-timing.c: Remove file.
5655         * sysdeps/x86_64/hp-timing.c: Remove file.
5656         * sysdeps/ia64/hp-timing.c: Remove file.
5657         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
5658         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
5659         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
5660         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
5662         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
5663         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
5664         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
5665         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5666         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5667         (HP_TIMING_ACCUM): Remove.
5668         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5669         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
5670         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5672         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
5673         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
5674         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
5675         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
5676         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
5677         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5678         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
5679         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5681         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
5683 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
5685         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
5687 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5689         Sync up with gettext.
5690         * intl/loadmsgcat.c: Define O_BINARY if not defined.
5691         [_MSC_VER]: Include malloc.h
5692         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
5693         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
5694         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
5695         TEMP_FAILURE_RETRY.  Cast return of alloca.
5696         [!_LIBC] Call gl_rwlock_init.
5697         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
5699 2014-07-02  Roland McGrath  <roland@hack.frob.com>
5701         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
5702         before checking its value.
5704 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5706         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
5708         * debug/memcpy_chk.c: Don't include pagecopy.h.
5709         * debug/mempcpy_chk.c: Likewise.
5710         * string/memcpy.c: Likewise.
5711         * string/memmove.c: Likewise.
5712         * sysdeps/powerpc/memmove.c: Likewise.
5713         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
5714         definition of PAGE_COPY_FWD_MAYBE here...
5715         * sysdeps/generic/pagecopy.h: ... from here.
5716         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
5718 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
5719             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5721         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
5722         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
5723         optimizations.
5724         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
5725         (__libc_ifunc_impl_list): Likewise.
5726         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
5727         multiarch strcat for PPC64.
5728         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
5729         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
5731 2014-07-02  Roland McGrath  <roland@hack.frob.com>
5733         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
5735 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5737         * intl/loadmsgcat.c: Remove declaration of
5738         get_sysdep_segment_value.
5739         (get_sysdep_segment_value): Use ISO C style.
5740         (_nl_load_domain): Use ISO C style.  Get rid of redundant
5741         semicolon.  Fix typo and formatting in comment.
5742         (_nl_unload_domain): Use ISO C style.
5744         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
5746 2014-07-02  Will Newton  <will.newton@linaro.org>
5748         * malloc/obstack.c: Merge from gnulib master.
5749         [HAVE_CONFIG_H]: Remove conditional code.
5750         [!_LIBC]: Include config.h.
5751         [!ELIDE_CODE]: Don't include inttypes.h, include
5752         stdint.h unconditionally.
5753         (print_and_abort): Mark as _Noreturn.
5754         (_obstack_allocated_p): Mark as __attribute_pure__.
5755         (obstack_free): Rename to __obstack_free.
5756         [!__attribute__]: Remove conditional code.
5757         * malloc/obstack.h: Merge from gnulib master.
5758         [__cplusplus]: Move conditional down.
5759         [!__attribute_pure__]: Define __attribute_pure__ here
5760         if it is not already defined.
5761         (_obstack_memory_used): Mark as __attribute_pure__.
5762         [!__obstack_free]: Define as obstack_free.
5763         [__GNUC__]: Remove check for ancient NeXT gcc.
5765 2014-07-02  Will Newton  <will.newton@linaro.org>
5766             Paul Eggert  <eggert@cs.ucla.edu>
5768         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
5770 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5772         * resolv/gethnamaddr.c: Add comment warning that the file is
5773         not maintained.
5775 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
5777         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
5778         entries.
5780         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
5781         entry for aio_cancel and aio_cancel64.
5782         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
5783         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
5784         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
5785         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
5786         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
5787         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
5788         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
5789         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
5790         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
5791         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
5792         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
5793         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
5794         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
5796 2014-07-01  Roland McGrath  <roland@hack.frob.com>
5798         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
5799         * nptl/pthread_mutex_lock.c: Likewise.
5800         * nptl/pthread_mutex_timedlock.c: Likewise.
5801         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
5803 2014-07-01  Richard henderson  <rth@redhat.com>
5805         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
5806         (__isnan, __isnanl): Remove.
5807         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
5809         * sysdeps/alpha/fpu/libm-test-ulps: Update.
5811 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
5813         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
5815 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
5817         * resolv/nss_dns/dns-host.c (getanswer_r)
5818         [MULTI_PTRS_ARE_ALIASES]: Remove code.
5820 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
5822         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
5823         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
5824         undefine.
5825         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
5826         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
5828 2014-07-01  Roland McGrath <roland@hack.frob.com>
5830         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
5831         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
5833         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
5834         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
5836         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
5837         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
5838         ... here.
5839         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
5840         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
5842         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
5843         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
5844         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
5845         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
5847         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
5848         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
5849         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
5850         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
5851         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
5852         Moved ...
5853         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
5854         ... here.
5855         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
5856         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
5857         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
5858         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
5859         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
5860         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
5861         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
5862         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
5863         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
5864         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
5865         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
5866         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
5867         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
5868         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
5869         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
5870         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
5871         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
5872         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
5873         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
5874         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
5875         ... here.
5876         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
5877         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
5878         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
5879         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
5880         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
5881         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
5882         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
5883         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
5885 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
5887         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
5888         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
5889         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
5890         Add sysdep.
5892 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5894         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5896 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
5898         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
5899         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
5901         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
5903         * sysdeps/arm/libm-test-ulps: Regenerated.
5905 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
5906             Roland McGrath <roland@hack.frob.com>
5908         * test-skeleton.c (signal_handler): Kill the whole process group
5909         before killing the child individually.
5910         (main): Report any failure on `setpgid'.
5912 2014-06-30  Roland McGrath  <roland@hack.frob.com>
5914         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
5915         from _TLS_H to _ARM_NPTL_TLS_H.
5916         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
5917         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
5919 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
5921         [BZ #16539]
5922         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
5923         (__expm1l): Return argument unchanged when small but not
5924         subnormal.
5926         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
5927         include macro name.
5928         (_FP_UNPACK_RAW_1_P): Likewise.
5929         (_FP_PACK_RAW_1): Likewise.
5930         (_FP_PACK_RAW_1_P): Likewise.
5931         (_FP_MUL_MEAT_1_wide): Likewise.
5932         (_FP_MUL_MEAT_DW_1_hard): Likewise.
5933         (_FP_MUL_MEAT_1_hard): Likewise.
5934         (_FP_DIV_MEAT_1_imm): Likewise.
5935         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
5936         (_FP_DIV_MEAT_1_udiv): Likewise.
5937         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
5938         (_FP_UNPACK_RAW_2): Likewise.
5939         (_FP_UNPACK_RAW_2_P): Likewise.
5940         (_FP_PACK_RAW_2): Likewise.
5941         (_FP_PACK_RAW_2_P): Likewise.
5942         (_FP_MUL_MEAT_DW_2_wide): Likewise.
5943         (_FP_MUL_MEAT_2_wide): Likewise.
5944         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
5945         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
5946         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
5947         (_FP_MUL_MEAT_2_gmp): Likewise.
5948         (_FP_DIV_MEAT_2_udiv): Likewise.
5949         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
5950         (_FP_FRAC_SRL_4): Likewise.
5951         (_FP_FRAC_SRST_4): Likewise.
5952         (_FP_FRAC_SRS_4): Likewise.
5953         (_FP_UNPACK_RAW_4): Likewise.
5954         (_FP_UNPACK_RAW_4_P): Likewise.
5955         (_FP_PACK_RAW_4): Likewise.
5956         (_FP_PACK_RAW_4_P): Likewise.
5957         (_FP_MUL_MEAT_DW_4_wide): Likewise.
5958         (_FP_MUL_MEAT_4_wide): Likewise.
5959         (_FP_MUL_MEAT_4_gmp): Likewise.
5960         (umul_ppppmnnn): Likewise.
5961         (_FP_DIV_MEAT_4_udiv): Likewise.
5962         (__FP_FRAC_ADD_4): Likewise.
5963         (__FP_FRAC_SUB_3): Likewise.
5964         (__FP_FRAC_SUB_4): Likewise.
5965         (__FP_FRAC_DEC_3): Likewise.
5966         (__FP_FRAC_DEC_4): Likewise.
5967         (__FP_FRAC_ADDI_4): Likewise.
5968         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
5969         (_FP_FRAC_SRL_8): Likewise.
5970         (_FP_FRAC_SRS_8): Likewise.
5972         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
5973         include macro name.
5974         (FP_UNPACK_RAW_EP): Likewise.
5975         (FP_PACK_RAW_E): Likewise.
5976         (FP_PACK_RAW_EP): Likewise.
5977         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
5978         (_FP_ISSIGNAN): Likewise.
5979         (_FP_ADD_INTERNAL): Likewise.
5980         (_FP_FMA): Likewise.
5981         (_FP_CMP): Likewise.
5982         (_FP_SQRT): Likewise.
5983         (_FP_TO_INT): Likewise.
5984         (_FP_FROM_INT): Likewise.
5985         (FP_EXTEND): Likewise.
5986         (_FP_DIV_MEAT_N_loop): Likewise.
5988 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
5990         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
5991         throughout.
5993 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
5995         [BZ #17097]
5996         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
5997         result with correct sign in case of exponents that produce
5998         overflow except for X very close to 1.
6000 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
6002         mktime: merge #if/#ifdef usage from glibc
6003         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
6004         as that works with both Glibc's and Gnulib's style.
6005         See thread starting at Siddhesh Poyarekar's bug report at:
6006         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
6008 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
6010         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
6011         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
6012         * sysdeps/tile/tilegx/memmove.c: Remove file.
6014 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
6016         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
6017         abi-name definition.
6018         * scripts/soversions.awk: Do not handle or generate ABI lines.
6019         * shlib-versions: Remove ABI entries.
6020         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
6021         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
6023 2014-06-27  Roland McGrath  <roland@hack.frob.com>
6025         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
6026         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
6027         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
6028         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
6029         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
6030         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
6031         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
6032         Moved ...
6033         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
6034         ... here.
6035         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
6036         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
6037         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
6038         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
6039         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
6040         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
6041         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
6042         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
6043         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
6044         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
6045         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
6046         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
6047         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
6048         Moved ...
6049         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
6050         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
6051         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
6052         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
6053         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
6054         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
6055         Moved ...
6056         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
6057         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
6058         Moved ...
6059         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
6060         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
6061         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
6062         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
6063         Moved ...
6064         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
6065         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
6066         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
6067         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
6068         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
6069         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
6070         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
6071         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
6072         Moved ...
6073         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
6074         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
6075         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
6076         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
6077         Moved ...
6078         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
6079         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
6080         Moved ...
6081         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
6082         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
6083         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
6084         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
6085         Moved ...
6086         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
6087         ... here.
6088         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
6089         Identical file removed.
6090         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
6091         Moved ...
6092         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
6093         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
6094         Identical file removed.
6095         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
6096         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
6097         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
6098         Moved ...
6099         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
6100         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
6101         Identical file removed.
6102         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
6103         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
6104         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
6105         Identical file removed.
6106         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
6107         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
6108         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
6109         Identical file removed.
6110         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
6111         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
6112         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
6113         Identical file removed.
6114         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
6115         Moved ...
6116         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
6117         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
6118         Identical file removed.
6119         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
6120         Moved ...
6121         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
6122         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
6123         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
6124         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
6125         Identical file removed.
6126         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
6127         Moved ...
6128         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
6129         ... here.
6130         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
6131         Identical file removed.
6132         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
6133         Moved ...
6134         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
6135         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
6136         Identical file removed.
6137         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
6138         Moved ...
6139         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
6140         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
6141         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
6142         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
6143         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
6144         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
6145         Moved ...
6146         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
6147         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
6148         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
6150         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
6151         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
6152         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
6153         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
6154         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
6156 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
6158         [BZ #17092]
6159         * nscd/nscd.c (monitor_child): Return exit status of child
6160         instead of return value from wait syscall.
6162 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
6164         * configure.ac (libc_commonpagesize): Remove variable.
6165         (libc_relro_required): Likewise.
6166         (libc_cv_z_relro): Remove configure test.
6167         * configure: Regenerated.
6168         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
6169         variable.
6170         (libc_relro_required): Likewise.
6171         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
6172         (libc_relro_required): Likewise.
6173         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
6174         (libc_relro_required): Likewise.
6175         * sysdeps/arm/preconfigure: Regenerated.
6176         * sysdeps/ia64/preconfigure: Remove file.
6177         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
6178         variable.
6179         (libc_relro_required): Likewise.
6181         [BZ #16561]
6182         [BZ #16562]
6183         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
6184         (__ieee754_yn): Set FE_TONEAREST mode internally and then
6185         recompute overflowing results in original rounding mode.
6186         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
6187         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
6188         recompute overflowing results in original rounding mode.
6189         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
6190         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6191         recompute overflowing results in original rounding mode.
6192         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
6193         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6194         recompute overflowing results in original rounding mode.
6195         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
6196         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6197         recompute overflowing results in original rounding mode.
6198         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
6199         (libc_feholdsetround_ctx): New macro.
6200         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
6201         * sysdeps/i386/fpu/libm-test-ulps: Update.
6202         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
6204 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6206         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
6207         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
6208         corresponding .cpsetup call.
6210 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6212         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
6213         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
6214         * sysdeps/arm/Makefile [$(subdir) = csu]
6215         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
6216         (static-only-routines): Add aeabi_read_tp here.
6217         (shared-only-routines): Add libc-aeabi_read_tp here.
6218         (CFLAGS-libc-start.c): Add -fexceptions here.
6219         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
6220         (sysdep_routines, static-only-routines, shared-only-routines):
6221         Don't add to these here.
6222         (CFLAGS-libc-start.c): Likewise.
6224         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
6225         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
6226         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
6227         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
6228         * sysdeps/arm/Makefile [$(subdir) = rt]
6229         (librt-sysdep_routines, librt-shared-only-routines):
6230         Append rt-aeabi_unwind_cpp_pr1 here.
6231         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
6232         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
6233         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
6234         (libpthread-sysdep_routines, libpthread-shared-only-routines):
6235         Append nptl-aeabi_unwind_cpp_pr1 here.
6236         (tests): Filter out tst-cleanupx4 here.
6237         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
6238         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
6239         Don't do those here.
6241 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6243         * scripts/list-sources.sh: Do not handle ports specially.
6245 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6247         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
6248         * sysdeps/arm/feupdateenv.c: Likewise.
6250         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
6252 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6254         * manual/texinfo.tex: Update to version 2014-05-05.10 with
6255         trailing whitespace removed.
6256         * scripts/config.guess: Update to version 2014-03-23.
6257         * scripts/config.sub: Update to version 2014-05-01
6258         * scripts/install-sh: Update to version 2013-12-25.23.
6259         * scripts/move-if-change: Update from gnulib.
6261 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6263         * debug/memmove_chk.c: Remove pagecopy.h include.
6265 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
6267         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
6268         identical to gnulib mktime.
6270 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6272         * configure.ac: Do not test for machine being rs6000.  Do not test
6273         for powerpc*-*soft.
6274         * configure: Regenerated.
6276         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
6277         test.
6278         * configure: Regenerated.
6279         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
6280         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
6281         Remove configure test.
6282         * sysdeps/arm/configure: Regenerated.
6283         * sysdeps/nptl/configure.ac: Do not check
6284         libc_cv_asm_cfi_directives.
6285         * sysdeps/nptl/configure: Regenerated.
6286         * sysdeps/x86_64/nptl/configure.ac: Remove file.
6287         * sysdeps/x86_64/nptl/configure: Remove generated file.
6288         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
6289         unconditional.
6290         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
6292 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6294         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
6295         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
6296         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
6297         it is defined.
6299         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
6300         instead of whether it is defined.
6301         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
6302         * sysdeps/hppa/dl-machine.h: Likewise.
6303         * sysdeps/ia64/dl-machine.h: Likewise.
6304         * sysdeps/m68k/dl-machine.h: Likewise.
6305         * sysdeps/microblaze/dl-machine.h: Likewise.
6306         * sysdeps/mips/dl-machine.: Likewise.
6307         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
6308         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
6309         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
6310         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
6311         * sysdeps/sh/dl-machine.h: Likewise.
6312         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
6313         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
6314         * sysdeps/tile/dl-machine.h: Likewise.
6315         * sysdeps/x86_64/dl-machine.h: Likewise.
6317         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
6318         code.
6319         (verify_persistent_db): Likewise.
6321 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6323         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
6324         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
6325         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
6326         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
6327         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
6328         Moved ...
6329         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
6330         ... here.
6331         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
6332         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
6333         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
6334         Identical file removed.
6335         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
6336         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
6337         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
6338         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
6339         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
6340         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
6341         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
6342         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
6343         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
6344         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
6345         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
6346         Moved ...
6347         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
6348         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
6349         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
6350         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
6351         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
6352         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
6353         Moved ...
6354         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
6355         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
6356         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
6357         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
6358         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
6359         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
6360         Identical file removed.
6361         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
6362         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
6363         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
6364         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
6365         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
6366         Moved ...
6367         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
6368         ... here.
6369         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
6370         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
6371         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
6372         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
6373         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
6374         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
6375         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
6376         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
6377         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
6378         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
6379         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
6380         Moved ...
6381         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
6382         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
6383         Moved ...
6384         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
6385         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
6386         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
6387         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
6388         Moved ...
6389         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
6390         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
6391         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
6393         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
6394         folded into ...
6395         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
6396         * sysdeps/unix/sysv/linux/s390/Versions
6397         (libpthread: GLIBC_2.19): New version set.
6398         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
6399         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
6400         (librt: GLIBC_2.3.3): New version set.
6401         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
6402         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
6403         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
6404         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
6405         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
6406         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
6407         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
6408         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
6409         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
6410         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
6411         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
6412         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
6413         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
6414         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
6415         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
6416         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
6417         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
6418         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
6419         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
6420         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
6421         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
6422         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
6423         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
6424         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
6425         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
6426         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
6427         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
6428         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
6429         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
6430         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
6431         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
6432         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
6433         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
6434         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
6435         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
6436         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
6437         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
6438         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
6439         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
6440         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
6441         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
6442         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
6443         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
6444         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
6445         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
6447         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
6448         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
6449         (__libc_vfork): Define the function under this name.
6450         [!NOT_IN_libc] (__vfork): Make this an alias.
6451         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6452         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
6453         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
6454         (__libc_vfork): Define the function under this name.
6455         [!NOT_IN_libc] (__vfork): Make this an alias.
6456         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6457         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
6458         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
6459         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
6460         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
6461         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6463         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
6464         code that was previously under [RESET_PID].
6465         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
6466         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
6467         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
6469         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
6470         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
6471         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
6472         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
6473         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
6474         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
6475         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
6476         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
6477         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
6478         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
6479         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
6480         Moved ...
6481         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
6482         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
6483         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
6484         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
6485         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
6486         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
6487         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
6488         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
6489         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
6490         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
6491         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
6492         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
6493         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
6494         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
6495         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
6496         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
6497         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
6498         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
6499         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
6500         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
6501         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
6502         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
6503         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
6504         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
6505         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
6506         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
6507         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
6508         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
6509         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
6511 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6513         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
6514         that was previously under [RESET_PID].
6515         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
6517 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6519         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
6520         not undefine and redefine.
6521         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
6522         [O_CLOEXEC]: Make code unconditional.
6523         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
6524         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
6525         <kernel-features.h>.
6526         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
6527         conditional variable definition.
6528         (shm_open) [O_CLOEXEC]: Make code unconditional.
6529         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
6530         code.
6532         * configure.ac (USE_REGPARMS): Don't define here.
6533         * configure: Regenerated.
6534         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
6535         * sysdeps/i386/configure: Regenerated.
6537         * nptl/createthread.c: Don't include kernel-features.h.
6538         * nptl/pthread_cancel.c: Likewise.
6539         * nptl/pthread_condattr_setclock.c: Likewise.
6540         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
6541         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
6542         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
6543         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
6544         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
6545         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
6546         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
6547         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
6548         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
6549         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
6550         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
6551         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
6552         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
6553         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
6554         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
6555         * nscd/gai.c: Likewise.
6556         * nss/nss_db/db-open.c: Likewise.
6557         * sysdeps/generic/ldsodefs.h: Likewise.
6558         * sysdeps/sh/nptl/tls.h: Likewise.
6559         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
6560         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
6561         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
6562         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
6563         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
6564         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
6565         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
6566         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
6567         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
6568         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
6569         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
6570         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
6571         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
6572         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
6573         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
6574         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
6575         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
6576         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
6577         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
6578         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
6579         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
6580         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
6581         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
6582         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
6583         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
6584         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
6585         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
6586         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
6587         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
6588         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
6589         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
6590         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
6591         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
6592         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
6593         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
6594         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
6595         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
6596         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
6597         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
6598         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
6599         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
6600         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
6601         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
6602         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
6603         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
6604         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
6605         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
6606         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
6607         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
6608         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
6609         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
6610         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
6611         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
6612         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
6613         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
6614         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
6615         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6616         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
6617         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
6618         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
6619         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
6620         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
6621         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
6622         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
6623         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
6624         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
6625         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
6626         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
6627         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
6628         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
6629         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
6630         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
6631         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
6632         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
6633         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
6634         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
6635         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
6636         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
6637         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
6638         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
6639         * sysdeps/unix/sysv/linux/pread.c: Likewise.
6640         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
6641         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
6642         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
6643         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
6644         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
6645         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
6646         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
6647         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
6648         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
6649         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
6650         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
6651         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
6652         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
6653         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
6654         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
6655         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
6656         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
6657         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
6658         * sysdeps/unix/sysv/linux/system.c: Likewise.
6659         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
6660         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
6661         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
6662         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
6663         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
6664         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
6665         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
6667         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
6668         * configure: Regenerated.
6669         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
6671         * configure.ac (base_machine): Do not set specially for particular
6672         machines here.
6673         * configure: Regenerated.
6674         * sysdeps/powerpc/preconfigure: Move machine and base_machine
6675         settings from configure.ac.
6676         * sysdeps/i386/preconfigure: New file.
6677         * sysdeps/s390/preconfigure: Likewise.
6678         * sysdeps/sh/preconfigure: Likewise.
6679         * sysdeps/sparc/preconfigure: Likewise.
6681 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6683         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
6684         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
6685         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
6686         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
6687         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
6688         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
6689         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
6690         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
6691         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
6692         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
6693         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
6694         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
6695         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
6696         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
6697         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
6698         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
6699         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
6700         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
6701         * sysdeps/sparc/sparc64/Makefile: ... appended here.
6703         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
6704         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
6705         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
6706         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
6707         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
6708         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
6709         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
6710         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
6711         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
6712         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
6713         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
6714         * sysdeps/sparc/sparc32/sem_post.c: ... here.
6715         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
6716         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
6717         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
6718         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
6719         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
6720         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
6721         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
6722         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
6723         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
6724         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
6725         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
6726         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
6727         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
6728         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
6729         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
6730         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
6731         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
6732         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
6733         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
6734         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
6735         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
6736         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
6737         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
6738         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
6739         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
6740         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
6742         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
6743         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
6744         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
6745         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
6746         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
6747         Moved ...
6748         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
6749         ... here.
6750         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
6751         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
6752         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
6753         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
6754         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
6755         Moved ...
6756         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
6757         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
6758         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
6759         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
6760         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
6761         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
6762         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
6763         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
6764         Moved ...
6765         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
6766         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
6767         Moved ...
6768         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
6769         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
6770         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
6771         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
6772         Moved ...
6773         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
6774         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
6775         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
6776         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
6777         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
6778         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
6779         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
6780         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
6781         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
6782         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
6783         Moved ...
6784         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
6785         ... here.
6786         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
6787         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
6788         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
6789         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
6790         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
6791         Moved ...
6792         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
6793         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
6794         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
6795         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
6796         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
6797         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
6798         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
6799         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
6800         Moved ...
6801         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
6802         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
6803         Moved ...
6804         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
6805         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
6806         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
6807         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
6808         Moved ...
6809         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
6810         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
6811         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
6812         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
6813         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
6815 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6817         * timezone/checktab.awk: Update from tzcode 2014e.
6818         * timezone/private.h: Likewise.
6819         * timezone/tzfile.h: Likewise.
6820         * timezone/zdump.c: Likewise.
6821         * timezone/zic.c: Likewise.
6823         * sysdeps/unix/sysv/linux/kernel-features.h
6824         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
6825         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
6826         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
6827         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
6828         Remove conditional code.
6830 2014-06-25  Will Newton  <will.newton@linaro.org>
6832         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
6833         (_dl_arm_cap_flags): Add HWCAP2 values.
6834         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
6835         (_DL_HWCAP_COUNT): Increase to 37.
6836         (_DL_HWCAP_LAST): New define.
6837         (_DL_HWCAP2_LAST): New define.
6838         (_dl_procinfo): Add support for printing
6839         AT_HWCAP2 entries.
6840         (_dl_string_hwcap): Use _dl_hwcap_string.
6842 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6844         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6846 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6848         * README: Do not mention ports directory.
6850         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
6851         Remove macro.
6852         * sysdeps/unix/sysv/linux/futimes.c: Do not include
6853         <kernel-features.h>.
6854         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
6855         conditional variable definition.
6856         (__futimes): Update comment.
6857         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
6858         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
6860         [BZ #16560]
6861         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
6862         arguments close to 0.
6863         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
6864         Likewise.
6865         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
6866         Likewise.
6867         * math/auto-libm-test-in: Add more tests of exp10.
6868         * math/auto-libm-test-out: Regenerated.
6869         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
6871         * sysdeps/unix/sysv/linux/kernel-features.h
6872         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
6873         * sysdeps/unix/sysv/linux/readv.c: Do not include
6874         <kernel-features.h>.
6875         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
6876         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
6877         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
6878         unconditional.
6879         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
6880         conditional code.
6881         * sysdeps/unix/sysv/linux/writev.c: Do not include
6882         <kernel-features.h>.
6883         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
6884         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
6885         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
6886         unconditional.
6887         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
6888         conditional code.
6890 2014-06-25  Will Newton  <will.newton@linaro.org>
6892         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
6893         comment changes throughout the file.  Remove checks
6894         for HAVE_*_H definitions that are not required.
6895         (__gen_tempname): Call abort if an unknown kind value is
6896         passed.
6898 2014-06-25  Andreas Schwab  <schwab@suse.de>
6900         [BZ #17086]
6901         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
6902         scalbln, scalblnf, scalblnl in libc.
6904 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
6906         [BZ #17086]
6907         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
6908         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
6909         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
6911 2014-06-24  Roland McGrath  <roland@hack.frob.com>
6913         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
6914         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
6915         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
6916         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
6917         Update #include.
6918         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
6919         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
6920         Update #include.
6921         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
6922         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
6923         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
6924         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
6925         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
6926         * sysdeps/x86/bits/pthreadtypes.h: ... here.
6927         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
6928         * sysdeps/x86/bits/semaphore.h: ... here.
6929         * sysdeps/x86/nptl/elide.h: Moved ...
6930         * sysdeps/x86/elide.h: ... here.
6931         * sysdeps/x86_64/nptl/Implies: File removed.
6932         * sysdeps/i386/nptl/Implies: File removed.
6934 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
6936         [BZ #16539]
6937         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
6938         return the argument for normal arguments with exponent below -64.
6939         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
6940         Likewise.
6941         * math/auto-libm-test-in: Add another test of expm1.
6942         * math/auto-libm-test-out: Regenerated.
6944         [BZ #16287]
6945         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
6946         calling __erfcl for arguments at least 16.
6947         * math/auto-libm-test-in: Add more tests of erf.
6948         * math/auto-libm-test-out: Regenerated.
6950         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
6951         individual architectures.
6952         * sysdeps/unix/sysv/linux/configure: Regenerated.
6953         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
6954         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
6955         * sysdeps/unix/sysv/linux/powerpc/configure.ac
6956         (ldd_rewrite_script): Define variable.
6957         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
6958         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
6959         file.
6960         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
6961         generated file.
6962         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
6963         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
6964         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
6965         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
6966         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
6967         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
6968         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
6969         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
6971 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
6973         [BZ #17084]
6974         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
6975         Rename member __data.d to __data.__elision_data.
6977 2014-06-24  Wilco  <wdijkstr@arm.com>
6979         * NEWS: Add 16918 to fixed bug list.
6981 2014-06-24  Wilco  <wdijkstr@arm.com>
6983         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
6985 2014-06-24  Wilco  <wdijkstr@arm.com>
6987         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
6988         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
6989         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
6990         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
6991         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
6992         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
6993         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
6994         Use _FPU_MASK_RM.
6996 2014-06-24  Wilco  <wdijkstr@arm.com>
6998         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
7000 2014-06-24  Wilco  <wdijkstr@arm.com>
7002         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
7003         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
7004         * sysdeps/arm/fesetround.c (fesetround): Remove space.
7005         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
7007 2014-06-24  Wilco  <wdijkstr@arm.com>
7009         [BZ #16918]
7010         * sysdeps/arm/feupdateenv.c (feupdateenv):
7011         Rewrite to reduce FPSCR accesses and fix return value.
7013 2014-06-24  Wilco  <wdijkstr@arm.com>
7015         * sysdeps/arm/fclrexcpt.c (feclearexcept):
7016         Optimize to avoid unnecessary FPSCR writes.
7017         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
7018         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
7019         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
7020         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
7022 2014-06-24  Wilco  <wdijkstr@arm.com>
7024         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
7025         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
7026         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
7027         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
7028         Call libc_fetestexcept_vfp.
7029         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
7030         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
7031         __SOFTFP__ ifdef so that they can be built for softfp.
7033 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
7035         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
7036         argument type signed char.
7038         * Makerules (check-abi): Dump diff of symlist if the test
7039         fails.
7041 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7043         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
7044         using abort.
7046         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
7047         Remove unused variable ST.
7049 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
7051         [BZ #16354]
7052         [BZ #17061]
7053         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
7054         small arguments before calling __expm1.
7055         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
7056         small arguments before calling __expm1f.
7057         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
7058         small arguments before calling __expm1l.
7059         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
7060         Likewise.
7061         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
7062         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
7063         spurious underflow for some cosh tests.
7064         * math/auto-libm-test-out: Regenerated.
7065         * sysdeps/i386/fpu/libm-test-ulps: Update.
7067         [BZ #17050]
7068         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
7069         (__ieee754_y1): Set errno if return value overflows.
7070         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
7071         (__ieee754_y1f): Set errno if return value overflows.
7072         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
7073         (__ieee754_y1l): Set errno if return value overflows.
7074         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
7075         (__ieee754_y1l): Set errno if return value overflows.
7076         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
7077         * math/auto-libm-test-out: Regenerated.
7079         * math/gen-auto-libm-tests.c: Document use of
7080         ignore-zero-inf-sign.
7081         (input_flag_type): Add value flag_ignore_zero_inf_sign.
7082         (input_flags): Add ignore-zero-inf-sign.
7083         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
7084         * math/gen-libm-test.pl (generate_testfile): Handle
7085         ignore-zero-inf-sign.
7086         * math/auto-libm-test-in: Mark some cpow tests with
7087         ignore-zero-inf-sign and some with xfail-rounding.
7088         * math/auto-libm-test-out: Regenerated.
7089         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
7090         * sysdeps/i386/fpu/libm-test-ulps: Update.
7091         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7093         [BZ #16315]
7094         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
7095         overflowing or underflowing operations take place with sign of
7096         result.
7097         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
7098         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
7099         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
7100         (__ieee754_pow): Recompute overflowing and underflowing results in
7101         original rounding mode.
7102         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
7103         (__powl_helper): Allow negative argument X and scale negated value
7104         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
7105         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
7106         overflowing or underflowing operations take place with sign of
7107         result.
7108         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
7109         Include <math.h>.
7110         * math/auto-libm-test-in: Add more tests of pow.
7111         * math/auto-libm-test-out: Regenerated.
7112         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
7113         (pow_tonearest_test_data): Remove.
7114         (pow_test_tonearest): Likewise.
7115         (pow_towardzero_test_data): Likewise.
7116         (pow_test_towardzero): Likewise.
7117         (pow_downward_test_data): Likewise.
7118         (pow_test_downward): Likewise.
7119         (pow_upward_test_data): Likewise.
7120         (pow_test_upward): Likewise.
7121         (main): Don't call removed functions.
7122         * sysdeps/i386/fpu/libm-test-ulps: Update.
7123         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7125 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7127         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
7128         Moved ...
7129         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
7130         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
7131         Moved ...
7132         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
7133         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
7134         Moved ...
7135         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
7136         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
7137         Moved ...
7138         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
7139         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
7140         File removed.
7141         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
7142         File removed.
7143         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
7144         File removed.
7145         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
7146         File removed.
7147         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
7148         File removed.
7149         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
7150         File removed.
7151         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
7152         File removed.
7153         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
7154         File removed.
7155         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
7156         File removed.
7157         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
7158         File removed.
7159         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
7160         File removed.
7161         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
7162         File removed.
7163         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
7164         Moved ...
7165         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
7166         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
7167         Moved ...
7168         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
7169         ... here.
7170         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
7171         Moved ...
7172         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
7173         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
7174         Moved ...
7175         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
7176         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
7177         Moved ...
7178         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
7179         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
7180         Moved ...
7181         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
7182         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
7183         Moved ...
7184         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
7185         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
7186         Moved ...
7187         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
7188         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
7189         Moved ...
7190         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
7191         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
7192         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
7193         ... here.
7194         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
7195         Moved ...
7196         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
7197         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
7198         Moved ...
7199         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
7200         ... here.
7201         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
7202         Moved ...
7203         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
7204         ... here.
7205         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
7206         Moved ...
7207         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
7208         ... here.
7209         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
7210         Moved ...
7211         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
7212         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
7213         Moved ...
7214         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
7215         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
7216         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
7217         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
7218         Moved ...
7219         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
7220         ... here.
7221         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
7222         Moved ...
7223         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
7224         ... here.
7225         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
7226         Moved ...
7227         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
7228         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
7229         Moved ...
7230         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
7231         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
7232         Moved ...
7233         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
7234         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
7235         Moved ...
7236         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
7237         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
7238         Moved ...
7239         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
7240         ... here.
7241         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
7242         Moved ...
7243         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
7244         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
7245         Moved ...
7246         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
7247         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
7248         Moved ...
7249         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
7250         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
7251         Moved ...
7252         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
7253         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
7254         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
7255         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
7256         Moved ...
7257         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
7258         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
7259         Moved ...
7260         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
7261         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
7262         Moved ...
7263         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
7264         ... here.
7265         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
7266         Moved ...
7267         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
7268         ... here.
7269         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
7270         Moved ...
7271         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
7272         ... here.
7273         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
7274         Moved ...
7275         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
7276         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
7277         Moved ...
7278         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
7279         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
7280         Moved ...
7281         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
7282         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
7283         Moved ...
7284         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
7285         ... here.
7286         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
7287         Moved ...
7288         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
7289         ... here.
7290         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
7291         Moved ...
7292         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
7293         ... here.
7294         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
7295         Moved ...
7296         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
7297         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
7298         Moved ...
7299         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
7301 2014-06-23  Will Newton  <will.newton@linaro.org>
7302             Wilco  <wdijkstr@arm.com>
7304         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
7305         implementation.  Include get-rounding-mode.h.
7306         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
7307         [!libc_feholdsetround_noex_ctx]: Define
7308         libc_feholdsetround_noex_ctx.
7309         [!libc_feholdsetround_noexf_ctx]: Define
7310         libc_feholdsetround_noexf_ctx.
7311         [!libc_feholdsetround_noexl_ctx]: Define
7312         libc_feholdsetround_noexl_ctx.
7313         (libc_feholdsetround_ctx): New function.
7314         (libc_feresetround_ctx): New function.
7315         (libc_feholdsetround_noex_ctx): New function.
7316         (libc_feresetround_noex_ctx): New function.
7318 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7320         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
7321         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
7322         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
7323         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
7324         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
7325         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
7327         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
7328         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
7329         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
7330         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
7331         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
7332         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
7333         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
7334         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
7335         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
7336         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
7337         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
7338         Moved ...
7339         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
7340         ... here.
7341         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
7342         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
7343         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
7344         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
7345         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
7346         Moved ...
7347         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
7348         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
7349         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
7350         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
7351         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
7352         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
7353         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
7354         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
7355         Moved ...
7356         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
7357         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
7358         Moved ...
7359         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
7360         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
7361         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
7362         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
7363         Moved ...
7364         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
7365         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
7366         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
7367         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
7368         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
7369         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
7370         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
7371         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
7372         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
7373         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
7374         Moved ...
7375         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
7376         ... here.
7377         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
7378         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
7379         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
7380         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
7381         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
7382         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
7383         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
7384         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
7385         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
7386         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
7387         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
7388         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
7389         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
7390         Moved ...
7391         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
7392         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
7393         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
7394         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
7395         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
7396         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
7397         Moved ...
7398         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
7399         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
7400         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
7401         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
7402         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
7404         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
7405         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
7406         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
7407         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
7408         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
7409         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
7410         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
7411         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
7412         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
7413         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
7414         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
7415         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
7416         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
7417         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
7418         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
7419         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
7420         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
7421         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
7422         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
7423         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
7424         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
7425         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
7426         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
7427         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
7428         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
7429         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
7430         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
7431         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
7433 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
7435         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
7436         (FALLOC_FL_COLLAPSE_RANGE): New macro.
7437         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
7438         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
7439         (IPV6_PMTUDISC_INTERFACE): Likewise.
7440         (IPV6_PMTUDISC_OMIT): Likewise.
7442 2014-06-23  Andreas Schwab  <schwab@suse.de>
7444         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
7445         Remove unused errout label.
7447 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7449         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
7450         macro: hardware supports Vector Crypto instructions.
7452 2014-06-23  Will Newton  <will.newton@linaro.org>
7454         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
7455         rather than __builtin_expect.
7457         * elf/dl-lookup.c (undefined_msg): Remove variable.
7458         (_dl_lookup_symbol_x): Replace undefined_msg with string
7459         literal.
7461         * elf/dl-lookup.c (do_lookup_unique): New function.
7462         (do_lookup_x): Move STB_GNU_UNIQUE handling code
7463         to a separate function.
7465 2014-06-23  Andreas Schwab  <schwab@suse.de>
7467         [BZ #17079]
7468         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
7469         before reading the next line.
7471 2014-06-23  Will Newton  <will.newton@linaro.org>
7473         * test-skeleton.c (signal_handler): Use printf and %m
7474         rather than perror.  Use printf rather than fprintf to
7475         stderr.  Use puts rather than fputs to stderr.
7476         (main): Likewise.
7478 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
7480         * nscd/nscd.c (thread_info_t): Remove typedef.
7481         (thread_info): Remove variable.
7483 2014-06-21  Allan McRae  <allan@archlinux.org>
7485         * NEWS: Mention CVE-2014-4043.
7487 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7489         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
7490         * nptl/smp.h: ... here.
7492         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
7494         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
7495         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
7496         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
7497         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
7499         * nptl/allocatestack.c: Include <stack-aliasing.h>.
7500         * nptl/stack-aliasing.h: New file.
7501         * sysdeps/i386/i686/stack-aliasing.h: New file.
7502         * sysdeps/i386/i686/nptl/Makefile: File removed.
7503         * sysdeps/x86_64/stack-aliasing.h: New file.
7504         * sysdeps/x86_64/nptl/Makefile
7505         (CFLAGS-pthread_create.c): Variable removed.
7507         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
7508         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
7509         old file.
7510         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
7511         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
7512         old file.
7514 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
7516         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7517         (__ASSUME_SIGFRAME_V2): Remove macro.
7518         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
7519         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
7520         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
7521         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
7522         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
7523         Declare as function.  Remove conditional macro definitions.
7524         (__default_rt_sa_restorer): Likewise.
7525         (__default_sa_restorer_v1): Remove declaration.
7526         (__default_sa_restorer_v2): Likewise.
7527         (__default_rt_sa_restorer_v1): Likewise.
7528         (__default_rt_sa_restorer_v2): Likewise.
7529         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
7530         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
7531         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
7533 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7535         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
7536         (libpthread-routines): Add sysdep.
7537         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
7538         * sysdeps/unix/sysv/linux/sparc/Versions
7539         (libpthread: GLIBC_2.3.3): New version set.
7540         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
7541         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
7542         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
7543         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
7544         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
7545         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
7546         Moved ...
7547         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
7548         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
7549         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
7550         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
7551         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
7552         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
7553         * sysdeps/sparc/nptl/sem_init.c: ... here.
7554         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
7555         * sysdeps/sparc/nptl/sem_post.c: ... here.
7556         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
7557         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
7558         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
7559         * sysdeps/sparc/nptl/sem_wait.c: ... here.
7560         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
7561         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
7562         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
7563         (libpthread-routines): Add cpu_relax.
7564         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
7565         File removed.
7566         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
7567         (librt: GLIBC_2.3.3): New version set.
7568         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
7569         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
7570         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
7571         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
7572         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
7573         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
7574         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
7575         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
7576         Moved ...
7577         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
7578         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
7579         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
7580         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
7581         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
7582         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
7583         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
7584         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
7585         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
7586         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
7587         Moved ...
7588         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
7589         Update #include.
7590         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
7591         Moved ...
7592         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
7593         Update #include.
7594         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
7595         Moved ...
7596         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
7597         Update #include.
7598         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
7599         Moved ...
7600         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
7601         Update #include.
7602         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
7603         Moved ...
7604         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
7605         Update #include.
7606         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
7607         Moved ...
7608         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
7609         Update #include.
7610         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
7611         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
7612         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
7613         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
7614         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
7615         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
7616         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
7617         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
7618         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
7619         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
7620         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
7621         Moved ...
7622         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
7623         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
7624         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
7625         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
7626         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
7628 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7630         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
7631         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
7632         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
7633         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
7634         * nscd/nscd.c: Likewise.
7635         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
7636         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
7637         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
7638         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
7640         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
7641         <kernel-features.h>.
7642         (init_mq_netlink): Remove conditional have_sock_cloexec
7643         definitions.  Remove code conditional on have_sock_cloexec < 0.
7644         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
7645         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
7646         * sysdeps/unix/sysv/linux/opensock.c: Do not include
7647         <kernel-features.h>.
7648         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
7649         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
7651 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
7653         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7654         Add tests for memset_chk and memset.
7656         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
7657         with AVX2_Usable.
7659 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7661         [BZ #16046]
7662         * elf/tst-dl-iter-static.c: New file.
7663         * elf/Makefile (tests-static): Add tst-dl-iter-static.
7665         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
7666         error.
7668 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7670         * sysdeps/unix/sysv/linux/kernel-features.h
7671         (__ASSUME_F_GETOWN_EX): Remove macro.
7672         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
7673         <kernel-features.h>.
7674         (miss_F_GETOWN_EX): Remove variable or macro.
7675         (do_fcntl): Do not check miss_F_GETOWN_EX.
7676         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
7678         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
7679         Remove macro.
7680         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
7681         [!__ASSUME_AT_RANDOM]: Remove conditional code.
7682         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
7684         * sysdeps/unix/sysv/linux/kernel-features.h
7685         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
7686         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
7687         [ADJ_OFFSET_SS_READ]: Make code unconditional.
7688         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
7690 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7692         [BZ #17075]
7693         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
7694         Fix calculation of the symbol's value.
7695         * sysdeps/arm/tst-armtlsdescloc.c: New file.
7696         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
7697         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
7698         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
7699         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
7700         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
7701         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
7702         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
7703         (modules-names): Add `tst-armtlsdescmod',
7704         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
7705         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
7706         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7707         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
7708         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
7709         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7710         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
7711         ($(objpfx)tst-armtlsdescloc): New dependency.
7712         ($(objpfx)tst-armtlsdescextnow): Likewise.
7713         ($(objpfx)tst-armtlsdescextlazy): Likewise.
7714         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
7715         TLS scheme support.
7716         * sysdeps/arm/configure: Regenerate.
7718 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7720         * include/fcntl.h (__atfct_seterrno): Remove prototype.
7721         (__atfct_seterrno_2): Likewise.
7722         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
7723         <kernel-features.h>.
7724         (__ASSUME_ATFCTS): Do not undefine and redefine.
7725         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
7726         (__have_atfcts): Remove conditional definition.
7727         (__fxstatat([__NR_fstatat64]: Make code unconditional.
7728         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
7729         unreachable if [__ASSUME_ATFCTS].
7730         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
7731         not undefine and redefine.
7732         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
7733         <kernel-features.h>.
7734         (faccessat) [__NR_faccessat]: Make code unconditional.
7735         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
7736         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
7737         <kernel-features.h>.
7738         (fchmodat) [__NR_fchmodat]: Make code unconditional.
7739         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
7740         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
7741         <kernel-features.h>.
7742         (fchownat) [__NR_fchownat]: Make code unconditional.
7743         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
7744         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
7745         <kernel-features.h>.
7746         (futimesat) [__NR_futimesat]: Make code unconditional.
7747         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
7748         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
7749         <kernel-features.h>.
7750         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
7751         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7752         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
7753         <kernel-features.h>.
7754         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
7755         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
7756         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
7757         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
7758         <kernel-features.h>.
7759         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
7760         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7761         * sysdeps/unix/sysv/linux/linkat.c: Do not include
7762         <kernel-features.h>.
7763         (linkat) [__NR_linkat]: Make code unconditional.
7764         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7765         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
7766         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
7767         <kernel-features.h>.
7768         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
7769         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
7770         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
7771         <kernel-features.h>.
7772         (mkdirat) [__NR_mkdirat]: Make code unconditional.
7773         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
7774         * sysdeps/unix/sysv/linux/openat.c: Do not include
7775         <kernel-features.h>.
7776         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
7777         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
7778         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
7779         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
7780         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
7781         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
7782         <kernel-features.h>.
7783         (readlinkat) [__NR_readlinkat]: Make code unconditional.
7784         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
7785         result of INLINE_SYSCALL directly, not via int variable.
7786         * sysdeps/unix/sysv/linux/renameat.c: Do not include
7787         <kernel-features.h>.
7788         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
7789         (renameat) [__NR_renameat]: Make code unconditional.
7790         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
7791         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
7792         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
7793         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
7794         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
7795         (__ASSUME_ATFCTS): Do not undefine and redefine.
7796         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
7797         <kernel-features.h>.
7798         (symlinkat) [__NR_symlinkat]: Make code unconditional.
7799         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7800         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
7801         <kernel-features.h>.
7802         (unlinkat) [__NR_unlinkat]: Make code unconditional.
7803         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7804         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
7805         (__ASSUME_ATFCTS): Do not undefine and redefine.
7806         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
7807         <kernel-features.h>.
7808         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
7809         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7810         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
7811         <kernel-features.h>.
7812         (__xmknodat) [__NR_mknodat]: Make code unconditional.
7813         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
7815 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
7817         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
7819 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
7821         [BZ #17069]
7822         * posix/regcomp.c (parse_reg_exp): Deallocate partially
7823         constructed tree before returning error.
7824         * posix/bug-regexp36.c: Expand test case.
7826 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
7828         [BZ #6803]
7829         * math/libm-test.inc (scalbln_test_date):
7830         Add errno expectations.
7831         * math/w_scalblnf.c: New File.
7832         Add wrapper which checks for setting errno to ERANGE.
7833         Add weak_alias for corresponding scalbln function.
7834         * math/w_scalbln.c: Likewise.
7835         * math/w_scalblnl.c: Likewise.
7836         * math/Makefile (libm-calls): Add w_scalbln.
7837         * sysdeps/ieee754/flt-32/s_scalblnf.c:
7838         Remove weak_alias for corresponding scalbln function.
7839         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
7840         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
7841         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
7842         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
7843         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
7844         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
7845         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
7846         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
7847         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
7848         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
7849         Remove long_double_symbol for scalblnl function in libm, libc.
7850         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
7851         Add wrapper which checks for setting errno to ERANGE.
7852         Add long_double_symbol for scalblnl function in libm, libc.
7853         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
7854         Remove long_double_symbol for scalblnl in libm.
7855         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
7856         Add wrapper which checks for setting errno to ERANGE.
7857         Add long_double_symbol for scalblnl function in libm.
7858         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
7859         Do not use wrapper because of own implementation.
7861 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
7863         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
7864         3 bytes for __pad1 for x32.
7865         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
7867 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
7868             H.J. Lu  <hongjiu.lu@intel.com>
7870         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
7871         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
7872         * sysdeps/x86_64/multiarch/memset.S: Likewise.
7873         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
7874         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
7876 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
7878         [BZ #17069]
7879         * posix/regcomp.c (parse_expression): Deallocate partially
7880         constructed tree before returning error.
7881         * posix/Makefile.c (tests): Add bug-regex36.
7882         (generated): Add bug-regex36.mtrace.
7883         (tests-special): Add $(objpfx)bug-regex36-mem.out
7884         (bug-regex36-ENV): New variable.
7885         ($(objpfx)bug-regex36-mem.out): New rule.
7886         * posix/bug-regex36.c: New file.
7888 2014-06-19  Will Newton  <will.newton@linaro.org>
7890         * malloc/malloc.c (systrim): If extra is zero then return
7891         early.
7893 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
7895         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
7897 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
7899         * sysdeps/aarch64/strchr.S: New file.
7901 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
7903         [BZ #17022]
7904         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
7905         from arguments -2 or below.
7906         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
7907         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
7909 2014-06-18  Andreas Schwab  <schwab@suse.de>
7911         [BZ #17062]
7912         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
7913         of a bracket expr not to run off the end of the string.
7914         * posix/Makefile (tests): Add tst-fnmatch3.
7915         * posix/tst-fnmatch3.c: New file.
7917 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
7919         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
7920         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
7921         [$(cross-compiling) = no]: Likewise.
7922         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
7923         [$(cross-compiling) = no]: Likewise.
7925 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
7927         [BZ #17031]
7928         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
7929         double, adjusted for any remainder from the high double.
7930         * math/libm-test.inc (nearbyint): Add tests.
7931         (rint): Likewise.
7933 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7935         * nptl/sysdeps/powerpc/Makefile: Moved ...
7936         * sysdeps/powerpc/nptl/Makefile: ... here.
7937         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
7938         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
7939         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
7940         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
7941         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
7942         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
7943         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
7944         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
7945         * nptl/sysdeps/powerpc/tls.h: Moved ...
7946         * sysdeps/powerpc/nptl/tls.h: ... here.
7948 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
7950         [BZ #16681]
7951         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
7952         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
7953         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
7954         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
7955         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
7956         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
7957         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
7958         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
7959         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
7961 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
7963         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
7965 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
7967         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
7968         defined operator.
7970         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
7971         $TIMEOUTFACTOR.
7973 2014-06-16  Florian Weimer  <fweimer@redhat.com>
7975         [BZ #17058]
7976         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
7977         non-executed part of the test.
7979 2014-06-16  Andreas Schwab  <schwab@suse.de>
7981         * string/bits/string2.h (strdup, strndup): Update feature guard.
7983 2014-06-14  David S. Miller  <davem@davemloft.net>
7985         * sysdeps/sparc/fpu/libm-test-ulps: Update.
7987 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
7989         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
7990         that was previously under [RESET_PID].
7991         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
7993         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
7994         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
7995         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
7996         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
7997         (__libc_vfork): New strong alias.
7998         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
8000 2014-06-14 Andi Kleen  <ak@linux.intel.com>
8002         * sysdeps/generic/elide.h: New file.
8004 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
8006         * Makefile (installed-headers): Adjust path of pthread.h header.
8008 2014-06-13  Roland McGrath  <roland@hack.frob.com>
8010         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
8011         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
8012         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
8013         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
8015         * nptl/sysdeps/s390/Makefile: Moved ...
8016         * sysdeps/s390/nptl/Makefile: ... here.
8017         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
8018         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
8019         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
8020         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
8021         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
8022         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
8023         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
8024         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
8025         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
8026         * sysdeps/s390/nptl/pthreaddef.h: ... here.
8027         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
8028         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
8029         * nptl/sysdeps/s390/tls.h: Moved ...
8030         * sysdeps/s390/nptl/tls.h: ... here.
8032         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
8033         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
8035 2014-06-13  David S. Miller  <davem@davemloft.net>
8037         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
8038         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
8039         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
8040         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
8041         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
8042         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
8043         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
8044         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
8045         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
8046         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
8047         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
8048         Remove RESET_PID cpp guards.
8049         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
8050         Remove RESET_PID cpp guards.
8051         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
8053 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
8055         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
8056         __sp to uintptr_t.
8058 2014-06-13  Andi Kleen  <ak@linux.intel.com>
8060         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
8061         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
8062         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
8063         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
8064         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
8065         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
8066         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
8067         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
8068         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
8069         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
8070         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
8071         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
8072         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
8073         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
8074         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
8075         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
8076         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
8077         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
8078         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
8079         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
8081         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
8082         (pthread_rwlock_rdlock): Add elision.
8083         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
8084         (pthread_rwlock_wrlock): Add elision.
8085         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
8086         (pthread_rwlock_trywrlock): Add elision.
8087         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
8088         (pthread_rwlock_tryrdlock): Add elision.
8089         * nptl/pthread_rwlock_unlock.c: Include elide.h.
8090         (pthread_rwlock_tryrdlock): Add elision unlock.
8091         * nptl/sysdeps/pthread/pthread.h:
8092         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
8093         (PTHREAD_RWLOCK_INITIALIZER,
8094         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
8095         Handle new elision field.
8096         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
8097         * sysdeps/arm/nptl/bits/pthreadtypes.h
8098         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8099         * sysdeps/sh/nptl/bits/pthreadtypes.h
8100         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8101         * sysdeps/tile/nptl/bits/pthreadtypes.h
8102         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8103         * sysdeps/a/nptl/bits/pthreadtypes.h
8104         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8105         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
8106         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8107         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
8108         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8109         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
8110         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8111         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
8112         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8113         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
8114         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8115         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
8116         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8117         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
8118         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8119         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
8120         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8121         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
8122         (elision_init): Set try_xbegin to zero when no RTM.
8123         * sysdeps/x86/nptl/bits/pthreadtypes.h
8124         (pthread_rwlock_t): Change __pad1 to __rwelision.
8125         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8127 2014-06-13  Andi Kleen  <ak@linux.intel.com>
8129         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
8130         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
8131         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
8132         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
8134 2014-06-13  Meador Inge  <meadori@codesourcery.com>
8136         [BZ #16996]
8137         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
8138         that the cached result has been set before returning it.
8140 2014-06-12  Roland McGrath  <roland@hack.frob.com>
8142         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
8143         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
8144         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
8145         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
8146         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
8147         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
8149         * nptl/sysdeps/sparc/Makefile: Moved ...
8150         * sysdeps/sparc/nptl/Makefile: ... here.
8151         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
8152         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
8153         * nptl/sysdeps/sparc/tls.h: Moved ...
8154         * sysdeps/sparc/nptl/tls.h: ... here.
8155         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
8156         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
8157         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
8158         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
8159         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
8160         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
8161         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
8162         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
8163         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
8164         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
8165         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
8166         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
8167         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
8168         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
8169         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
8170         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
8171         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
8172         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
8173         Update #include.
8174         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
8175         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
8176         Update #include.
8177         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
8178         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
8179         Update #include.
8180         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
8181         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
8182         Update #include.
8184         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8186         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
8187         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
8189         * sysdeps/pthread/posix-timer.h: Include <list.h>.
8190         (struct list_links): Type removed.
8191         (struct thread_node, struct timer_node): Replace struct list_links
8192         with struct list_head.
8193         (list_unlink_ip): Likewise.
8194         * sysdeps/pthread/timer_routines.c
8195         (timer_free_list, thread_free_list, thread_active_list): Likewise.
8196         (list_append, list_insbefore): Likewise.
8197         (list_init): Function removed.
8198         (thread_init, init_module): Use INIT_LIST_HEAD instead.
8199         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
8200         * sysdeps/pthread/Makefile: ... here, new file.
8202         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
8203         * sysdeps/nptl/Implies: ... here.
8204         * sysdeps/unix/sysv/linux/Implies: Add nptl.
8205         * nptl/sysdeps/pthread/list.h: Moved ...
8206         * include/list.h: ... here.
8207         * nptl/sysdeps/pthread/createthread.c: Moved ...
8208         * nptl/createthread.c: ... here.
8209         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
8210         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
8211         * nptl/pt-longjmp.c: ... here.
8212         * nptl/sysdeps/pthread/Makefile: Moved ...
8213         * sysdeps/nptl/Makefile: ... here.
8214         * nptl/sysdeps/pthread/Subdirs: Moved ...
8215         * sysdeps/nptl/Subdirs: ... here.
8216         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
8217         * sysdeps/nptl/aio_misc.h: ... here.
8218         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
8219         * sysdeps/nptl/bits/libc-lock.h: ... here.
8220         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
8221         * sysdeps/nptl/bits/libc-lockP.h: ... here.
8222         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
8223         * sysdeps/nptl/bits/stdio-lock.h: ... here.
8224         * nptl/sysdeps/pthread/configure: Moved ...
8225         * sysdeps/nptl/configure: ... here.
8226         * nptl/sysdeps/pthread/configure.ac: Moved ...
8227         * sysdeps/nptl/configure.ac: ... here.
8228         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
8229         * sysdeps/nptl/gai_misc.h: ... here.
8230         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
8231         * sysdeps/nptl/librt-cancellation.c: ... here.
8232         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
8233         * sysdeps/nptl/malloc-machine.h: ... here.
8234         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
8235         * sysdeps/nptl/pthread-functions.h: ... here.
8236         * nptl/sysdeps/pthread/pthread.h: Moved ...
8237         * sysdeps/nptl/pthread.h: ... here.
8238         * nptl/sysdeps/pthread/setxid.h: Moved ...
8239         * sysdeps/nptl/setxid.h: ... here.
8240         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
8241         * sysdeps/nptl/sigfillset.c: ... here.
8242         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
8243         * sysdeps/nptl/tcb-offsets.h: ... here.
8244         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
8245         * sysdeps/nptl/tst-mqueue8x.c: ... here.
8246         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
8247         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
8248         * nptl/sysdeps/pthread/allocalim.h: Moved ...
8249         * sysdeps/pthread/allocalim.h: ... here.
8250         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
8251         * sysdeps/pthread/bits/sigthread.h: ... here.
8252         * nptl/sysdeps/pthread/flockfile.c: Moved ...
8253         * sysdeps/pthread/flockfile.c: ... here.
8254         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
8255         * sysdeps/pthread/ftrylockfile.c: ... here.
8256         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
8257         * sysdeps/pthread/funlockfile.c: ... here.
8258         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
8259         * sysdeps/pthread/posix-timer.h: ... here.
8260         * nptl/sysdeps/pthread/timer_create.c: Moved ...
8261         * sysdeps/pthread/timer_create.c: ... here.
8262         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
8263         * sysdeps/pthread/timer_delete.c: ... here.
8264         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
8265         * sysdeps/pthread/timer_getoverr.c: ... here.
8266         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
8267         * sysdeps/pthread/timer_gettime.c: ... here.
8268         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
8269         * sysdeps/pthread/timer_routines.c: ... here.
8270         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
8271         * sysdeps/pthread/timer_settime.c: ... here.
8272         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
8273         * sysdeps/pthread/tst-timer.c: ... here.
8274         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
8275         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
8277         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
8278         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
8280         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
8281         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
8282         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
8283         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
8284         Update #include target.
8285         * nptl/sysdeps/i386/i686/Makefile: Moved ...
8286         * sysdeps/i386/i686/nptl/Makefile: ... here.
8287         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
8288         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
8289         Update #include target.
8290         * nptl/sysdeps/i386/i686/tls.h: Moved ...
8291         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
8292         * nptl/sysdeps/i386/Makefile: Moved ...
8293         * sysdeps/i386/nptl/Makefile: ... here.
8294         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
8295         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
8296         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
8297         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
8298         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
8299         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
8300         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
8301         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
8302         * sysdeps/i386/nptl/pthreaddef.h: ... here.
8303         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
8304         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
8305         * nptl/sysdeps/i386/tls.h: Moved ...
8306         * sysdeps/i386/nptl/tls.h: ... here.
8308         * sysdeps/sh/Makefile [$(subdir) = csu]
8309         (gen-as-const-headers): Add tcb-offsets.sym.
8310         * nptl/sysdeps/sh/Makefile: File removed.
8311         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
8312         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
8313         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
8314         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
8315         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
8316         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
8317         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
8318         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
8319         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
8320         * sysdeps/sh/nptl/pthreaddef.h: ... here.
8321         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
8322         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
8323         * nptl/sysdeps/sh/tls.h: Moved ...
8324         * sysdeps/sh/nptl/tls.h: ... here.
8325         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
8326         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
8327         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
8328         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
8329         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
8330         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
8331         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
8332         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
8333         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
8334         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
8335         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
8336         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
8337         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
8338         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
8339         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
8340         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
8341         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
8342         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
8343         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
8344         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
8345         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
8346         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
8347         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
8348         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
8349         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
8350         Moved ...
8351         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
8352         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
8353         Moved ...
8354         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
8355         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
8356         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
8357         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
8358         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
8359         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
8360         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
8361         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
8362         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
8363         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
8364         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
8365         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
8366         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
8367         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
8368         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
8369         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
8370         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
8371         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
8372         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
8374 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
8376         * posix/spawn_faction_addopen.c: Include string.h.
8378 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8380         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
8381         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
8382         * nptl/sysdeps/x86_64/Makefile: Moved ...
8383         * sysdeps/x86_64/nptl/Makefile: ... here.
8384         * nptl/sysdeps/x86_64/configure: Moved ...
8385         * sysdeps/x86_64/nptl/configure: ... here.
8386         * nptl/sysdeps/x86_64/configure.ac: Moved ...
8387         * sysdeps/x86_64/nptl/configure.ac: ... here.
8388         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
8389         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
8390         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
8391         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
8392         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
8393         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
8394         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
8395         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
8396         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
8397         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
8398         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
8399         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
8400         * nptl/sysdeps/x86_64/tls.h: Moved ...
8401         * sysdeps/x86_64/nptl/tls.h: ... here.
8402         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
8403         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
8404         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
8405         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
8407         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
8409 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8411         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8413 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
8415         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
8416         type.
8417         [POSIX] (off_t): Likewise.
8418         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
8419         [POSIX] (S_ISBLK): Require macro.
8420         [POSIX] (S_ISCHR): Likewise.
8421         [POSIX] (S_ISDIR): Likewise.
8422         [POSIX] (S_ISFIFO): Likewise.
8423         [POSIX] (S_ISREG): Likewise.
8424         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
8425         optional-macro.
8426         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
8427         type.
8428         [POSIX] (time_t): Likewise.
8429         [POSIX] (timer_t): Likewise.
8431 2014-06-11  Florian Weimer  <fweimer@redhat.com>
8433         [BZ #17048]
8434         * posix/spawn_int.h (struct __spawn_action): Make the path string
8435         non-const to support deallocation.
8436         * posix/spawn_faction_addopen.c
8437         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
8438         * posix/spawn_faction_destroy.c
8439         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
8440         path in all spawn_do_open actions.
8441         * posix/tst-spawn.c (do_test): Exercise the copy operation in
8442         posix_spawn_file_actions_addopen.
8444 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
8446         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
8447         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
8448         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
8449         conditional code always true.
8450         (__libc_vfork): New alias.
8452 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8454         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8455         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
8457         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
8459         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8460         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
8462         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8463         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
8465         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8466         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
8468 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8470         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
8471         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
8472         multiarch strcmp for PPC64.
8473         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
8474         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
8475         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
8476         multiarch optimizations.
8477         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8478         (__libc_ifunc_impl_list): Likewise.
8480 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
8482         * benchtests/scripts/validate_benchout.py: New script.
8483         * benchtests/Makefile (bench-func): Call it.
8484         * benchtests/scripts/benchout.schema.json: New file.
8486 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
8488         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
8489         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
8490         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
8491         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
8492         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
8493         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
8494         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
8495         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
8496         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
8497         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
8498         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
8499         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
8500         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
8501         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
8502         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
8503         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
8504         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
8505         Moved ...
8506         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
8507         ... here.
8508         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
8509         Moved ...
8510         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
8511         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
8512         Moved ...
8513         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
8514         ... here.
8515         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
8516         Moved ...
8517         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
8518         ... here.
8519         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
8520         Moved ...
8521         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
8522         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
8523         Moved ...
8524         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
8525         ... here.
8526         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
8527         Moved ...
8528         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
8529         ... here.
8530         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
8531         Moved ...
8532         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
8533         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
8534         Moved ...
8535         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
8536         ... here.
8537         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
8538         Moved ...
8539         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
8540         ... here.
8541         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
8542         Moved ...
8543         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
8544         ... here.
8545         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
8546         Moved ...
8547         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
8548         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
8549         Moved ...
8550         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
8551         ... here.
8552         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
8553         Moved ...
8554         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
8555         ... here.
8556         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
8557         Moved ...
8558         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
8559         ... here.
8560         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
8561         Moved ...
8562         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
8563         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
8564         Moved ...
8565         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
8566         ... here.
8567         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
8568         Moved ...
8569         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
8570         ... here.
8571         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
8572         Moved ...
8573         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
8574         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
8575         Moved ...
8576         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
8577         ... here.
8578         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
8579         Moved ...
8580         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
8581         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
8582         Moved ...
8583         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
8584         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
8585         Moved ...
8586         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
8587         ... here.
8588         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
8589         Moved ...
8590         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
8591         ... here.
8592         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
8593         Moved ...
8594         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
8595         ... here.
8596         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
8597         Moved ...
8598         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
8599         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
8600         Moved ...
8601         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
8602         ... here.
8603         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
8604         Moved ...
8605         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
8606         ... here.
8607         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
8608         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
8609         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
8610         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
8611         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
8612         Moved ...
8613         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
8614         ... here.
8615         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
8616         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
8617         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
8618         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
8619         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
8620         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
8621         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
8622         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
8623         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
8624         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
8625         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
8626         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
8627         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
8628         Moved ...
8629         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
8630         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
8631         Moved ...
8632         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
8633         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
8634         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
8635         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
8636         Moved ...
8637         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
8638         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
8639         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
8640         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
8641         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
8642         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
8643         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
8645 2014-06-10  Wilco  <wdijkstr@arm.com>
8647         * math/test-fenv-return.c: New file.
8648         * math/Makefile: Add new test test-fenv-return.
8650 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
8652         [BZ #17042]
8653         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
8654         when x - 1 is zero.
8655         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
8656         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
8657         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
8658         0.0L for an argument of 1.0L.
8659         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
8660         Likewise.
8661         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
8662         value when x - 1 is zero.
8663         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
8664         * sysdeps/i386/fpu/libm-test-ulps: Update.
8665         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8667 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
8669         [BZ #15119]
8670         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
8672 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8674         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
8675         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
8677 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8679         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8680         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
8682         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8683         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
8685         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8686         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
8688         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8689         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
8691         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
8692         if not already defined.
8693         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
8694         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
8695         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
8696         (TLS_INIT_TP): Use it.
8697         (TLS_DEFINE_INIT_TP): New macro.
8698         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
8700 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
8702         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
8703         constant.
8704         [POSIX] (IXANY): Likewise.
8705         [POSIX] (OLCUC): Likewise.
8706         [POSIX || POSIX2008] (CBAUD): Do not allow.
8707         [POSIX || POSIX2008] (DEFECHO): Likewise.
8708         [POSIX || POSIX2008] (ECHOCTL): Likewise.
8709         [POSIX || POSIX2008] (ECHOKE): Likewise.
8710         [POSIX || POSIX2008] (ECHOPRT): Likewise.
8711         [POSIX || POSIX2008] (EXTA): Likewise.
8712         [POSIX || POSIX2008] (EXTB): Likewise.
8713         [POSIX || POSIX2008] (FLUSHO): Likewise.
8714         [POSIX || POSIX2008] (LOBLK): Likewise.
8715         [POSIX || POSIX2008] (PENDIN): Likewise.
8716         [POSIX || POSIX2008] (SWTCH): Likewise.
8717         [POSIX || POSIX2008] (VDISCARD): Likewise.
8718         [POSIX || POSIX2008] (VDSUSP): Likewise.
8719         [POSIX || POSIX2008] (VLNEXT): Likewise.
8720         [POSIX || POSIX2008] (VREPRINT): Likewise.
8721         [POSIX || POSIX2008] (VSTATUS): Likewise.
8722         [POSIX || POSIX2008] (VWERASE): Likewise.
8723         (B*): Change to B[0123456789]*.
8724         * conform/data/time.h-data [POSIX || UNIX98]
8725         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
8726         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
8727         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
8728         [POSIX] (tm_*): Do not allow.
8730 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
8732         * Makefile (install): Don't set LANGUAGE.
8733         * Makefile.in (install): Likewise.
8734         * assert/Makefile (test-assert-ENV): Remove variable.
8735         (test-assert-perr-ENV): Likewise.
8736         * elf/Makefile (neededtest4-ENV): Likewise.
8737         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
8738         [$(cross-compiling) = no]: Don't set LANGUAGE.
8739         * io/ftwtest-sh (LANG): Remove variable.
8740         * libio/Makefile (tst-widetext-ENV): Likewise.
8741         * manual/install.texi (Running make install): Don't refer to
8742         environment settings for make install.
8743         * INSTALL: Regenerated.
8744         * nptl/tst-tls6.sh: Don't set LANG.
8745         * posix/globtest.sh (LANG): Remove variable.
8746         * string/Makefile (tester-ENV): Likewise.
8747         (inl-tester-ENV): Likewise.
8748         (noinl-tester-ENV): Likewise.
8749         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
8750         [$(cross-compiling) = no]: Don't set LANGUAGE.
8751         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
8752         without explicit environment settings.
8754 2014-06-06  Roland McGrath  <roland@hack.frob.com>
8756         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
8757         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
8758         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
8759         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
8761 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
8763         * crypt/crypt-private.h [DOS]: Add some includes taken from the
8764         other files in the crypt directory.
8765         * crypt/crypt.c: Remove duplicate includes.
8766         * crypt/crypt-entry.c: Likewise.
8767         * crypt/crypt_util.c: Likewise.
8769 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
8771         * Makeconfig (run-program-env): New variable.
8772         (run-program-prefix-before-env): Likewise.
8773         (run-program-prefix-after-env): Likewise.
8774         (run-program-prefix): Define in terms of new variables.
8775         (built-program-cmd-before-env): New variable.
8776         (built-program-cmd-after-env): Likewise.
8777         (built-program-cmd): Define in terms of new variables.
8778         (test-program-prefix-before-env): New variable.
8779         (test-program-prefix-after-env): Likewise.
8780         (test-program-prefix): Define in terms of new variables.
8781         (test-program-cmd-before-env): New variable.
8782         (test-program-cmd-after-env): Likewise.
8783         (test-program-cmd): Define in terms of new variables.
8784         * Rules (make-test-out): Use $(run-program-env).
8785         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
8786         (help): Do not mention environment variables.  Mention
8787         --timeoutfactor option.
8788         (timeoutfactor): New variable.
8789         (blacklist_exports): Remove function.
8790         (exports): Remove variable.
8791         (command): Do not include ${exports}.
8792         * manual/install.texi (Configuring and compiling): Do not mention
8793         test wrappers preserving environment variables.  Mention that last
8794         assignment to a variable must take precedence.
8795         * INSTALL: Regenerated.
8796         * benchtests/Makefile (run-bench): Use $(run-program-env).
8797         * catgets/Makefile ($(objpfx)test1.cat): Use
8798         $(built-program-cmd-before-env), $(run-program-env) and
8799         $(built-program-cmd-after-env).
8800         ($(objpfx)test2.cat): Do not specify environment variables
8801         explicitly.
8802         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
8803         $(run-program-env) and $(built-program-cmd-after-env).
8804         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
8805         $(run-program-env) and $(test-program-cmd-after-env).
8806         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
8807         explicitly.
8808         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
8809         run_program_env and test_program_cmd_after_env arguments.
8810         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
8811         * elf/tst-pathopt.sh: Use run_program_env argument.
8812         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
8813         $(test-wrapper-env) and $(run-program-env).
8814         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
8815         run_program_env arguments.
8816         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
8817         * intl/Makefile ($(objpfx)tst-gettext.out): Use
8818         $(test-program-prefix-before-env), $(run-program-env) and
8819         $(test-program-prefix-after-env).
8820         ($(objpfx)tst-gettext2.out): Likewise.
8821         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
8822         run_program_env and test_program_prefix_after_env arguments.
8823         * intl/tst-gettext2.sh: Likewise.
8824         * intl/tst-gettext4.sh: Do not set environment variables
8825         explicitly.
8826         * intl/tst-gettext6.sh: Likewise.
8827         * intl/tst-translit.sh: Likewise.
8828         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
8829         $(test-program-prefix-before-env), $(run-program-env) and
8830         $(test-program-prefix-after-env).
8831         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
8832         run_program_env and test_program_prefix_after_env arguments.
8833         * math/Makefile (run-regen-ulps): Use $(run-program-env).
8834         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
8835         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
8836         explicitly with each use of ${test_wrapper_env}.
8837         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
8838         $(test-program-prefix-before-env), $(run-program-env) and
8839         $(test-program-prefix-after-env).
8840         * posix/tst-getconf.sh: Do not set environment variables
8841         explicitly.
8842         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
8843         run_program_env and test_program_prefix_after_env arguments.
8844         * stdio-common/tst-printf.sh: Do not set environment variables
8845         explicitly.
8846         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
8847         $(test-program-prefix-before-env), $(run-program-env) and
8848         $(test-program-prefix-after-env).
8849         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
8850         run_program_env and test_program_prefix_after_env arguments.
8851         Split $test calls into $test_pre and $test.
8852         * timezone/Makefile (build-testdata): Use
8853         $(built-program-cmd-before-env), $(run-program-env) and
8854         $(built-program-cmd-after-env).
8856 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8858         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
8859         strlen for non SHARED builds.
8861 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
8863         * nptl/allocatestack.c (check_list): Inlined function...
8864         (__reclaim_stacks): ... here.
8866 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
8868         [BZ #15698]
8869         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
8870         memory overrun.
8872 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
8874         * Rules (make-test-out): Include
8875         LOCPATH=$(common-objpfx)localedata in default environment.
8876         * debug/Makefile (tst-chk1-ENV): Remove variable.
8877         (tst-chk2-ENV): Likewise.
8878         (tst-chk3-ENV): Likewise.
8879         (tst-chk4-ENV): Likewise.
8880         (tst-chk5-ENV): Likewise.
8881         (tst-chk6-ENV): Likewise.
8882         (tst-lfschk1-ENV): Likewise.
8883         (tst-lfschk2-ENV): Likewise.
8884         (tst-lfschk3-ENV): Likewise.
8885         (tst-lfschk4-ENV): Likewise.
8886         (tst-lfschk5-ENV): Likewise.
8887         (tst-lfschk6-ENV): Likewise.
8888         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
8889         (tst-iconv7-ENV): Likewise.
8890         * intl/Makefile (LOCPATH-ENV): Likewise.
8891         (tst-codeset-ENV): Likewise.
8892         (tst-gettext3-ENV): Likewise.
8893         (tst-gettext5-ENV): Likewise.
8894         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
8895         (tst-fopenloc-ENV): Likewise.
8896         (tst-fgetws-ENV): Remove variable.
8897         (tst-ungetwc1-ENV): Likewise.
8898         (tst-ungetwc2-ENV): Likewise.
8899         (bug-ungetwc2-ENV): Likewise.
8900         (tst-swscanf-ENV): Likewise.
8901         (bug-ftell-ENV): Likewise.
8902         (tst-fgetwc-ENV): Likewise.
8903         (tst-fseek-ENV): Likewise.
8904         (tst-ftell-partial-wide-ENV): Likewise.
8905         (tst-ftell-active-handler-ENV): Likewise.
8906         (tst-ftell-append-ENV): Likewise.
8907         * posix/Makefile (tst-fnmatch-ENV): Likewise.
8908         (tst-regexloc-ENV): Likewise.
8909         (bug-regex1-ENV): Likewise.
8910         (tst-regex-ENV): Likewise.
8911         (tst-regex2-ENV): Likewise.
8912         (bug-regex5-ENV): Likewise.
8913         (bug-regex6-ENV): Likewise.
8914         (bug-regex17-ENV): Likewise.
8915         (bug-regex18-ENV): Likewise.
8916         (bug-regex19-ENV): Likewise.
8917         (bug-regex20-ENV): Likewise.
8918         (bug-regex22-ENV): Likewise.
8919         (bug-regex23-ENV): Likewise.
8920         (bug-regex25-ENV): Likewise.
8921         (bug-regex26-ENV): Likewise.
8922         (bug-regex30-ENV): Likewise.
8923         (bug-regex32-ENV): Likewise.
8924         (bug-regex33-ENV): Likewise.
8925         (bug-regex34-ENV): Likewise.
8926         (bug-regex35-ENV): Likewise.
8927         (tst-rxspencer-ENV): Likewise.
8928         (tst-rxspencer-no-utf8-ENV): Likewise.
8929         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
8930         (tst-sscanf-ENV): Likewise.
8931         (tst-swprintf-ENV): Likewise.
8932         (tst-swscanf-ENV): Likewise.
8933         (test-vfprintf-ENV): Likewise.
8934         (scanf13-ENV): Likewise.
8935         (bug14-ENV): Likewise.
8936         (tst-grouping-ENV): Likewise.
8937         * stdlib/Makefile (tst-strtod-ENV): Likewise.
8938         (tst-strtod3-ENV): Likewise.
8939         (tst-strtod4-ENV): Likewise.
8940         (tst-strtod5-ENV): Likewise.
8941         (testmb2-ENV): Likewise./
8942         * string/Makefile (tst-strxfrm-ENV): Likewise.
8943         (tst-strxfrm2-ENV): Likewise.
8944         (bug-strcoll1-ENV): Likewise.
8945         (test-strcasecmp-ENV): Likewise.
8946         (test-strncasecmp-ENV): Likewise.
8947         * time/Makefile (tst-strptime-ENV): Likewise.
8948         (tst-ftime_l-ENV): Likewise.
8949         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
8950         (tst-mbrtowc-ENV): Likewise.
8951         (tst-wcrtomb-ENV): Likewise.
8952         (tst-mbrtowc2-ENV): Likewise.
8953         (tst-c16c32-1-ENV): Likewise.
8954         (tst-mbsnrtowcs-ENV): Likewise.
8956 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
8958         * manual/resource.texi (How to get information about the memory
8959         subsystem?): Fix typo.
8960         Reported by Peon de la Parra Ivan <peon@keba.com>
8962 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
8964         [BZ #16882]
8965         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
8966         (pthread_spin_lock): Branch out of spin loop to proper location.
8967         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
8968         (pthread_spin_lock): Likewise.
8970         * nptl/tst-spin4.c: New test.
8971         * nptl/Makefile (tests): Add tst-spin4.
8973 2014-06-03  Andreas Schwab  <schwab@suse.de>
8975         [BZ #15946]
8976         * resolv/res_send.c (send_dg): Reload file descriptor after
8977         calling reopen.
8979 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
8981         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
8983 2014-06-03  Richard Henderson  <rth@redhat.com>
8985         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
8986         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
8987         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
8988         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
8989         in the SAVE_PID block.
8990         (__libc_vfork): New alias.
8991         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
8993         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
8994         child in registers, not on the stack.  Remove RESET_PID conditionals.
8995         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
8997 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
8999         * sysdeps/aarch64/libm-test-ulps: Regenerate.
9001 2014-06-03  Wilco  <wdijkstr@arm.com>
9003         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
9004         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
9005         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
9006         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
9007         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
9008         Likewise.
9010 2014-06-03  Wilco  <wdijkstr@arm.com>
9012         * sysdeps/aarch64/fpu/math_private.h
9013         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
9014         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
9015         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
9016         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
9017         Fix declarations.
9019 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9021         * crypt/crypt-private.h: Include ufc-crypt.h.
9022         (__b64_from_24bit): Declare extern.
9023         * crypt/crypt_util.c(__b64_from_24bit): New function.
9024         (b64t): New static const variable.
9025         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
9026         (b64t): Remove variable.
9027         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
9028         * crypt/sha256-crypt.c: Include crypt-private.h.
9029         (b64t): Remove variable.
9030         (__sha256_crypt_r): Remove b64_from_24bit and replace
9031         with __b64_from_24bit.
9032         * crypt/sha512-crypt.c: Likewise.
9034 2014-06-02  Roland McGrath  <roland@hack.frob.com>
9036         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
9037         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
9038         Label the code __libc_vfork rather than __vfork.
9039         [!NOT_IN_libc] (vfork): Define as weak alias.
9040         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
9041         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
9042         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
9044 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9046         * malloc/malloc.c (malloc_info): Fix format specifier for
9047         n_mmaps.
9049 2014-06-02  Wilco  <wdijkstr@arm.com>
9051         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
9052         FPCR write.
9054 2014-06-02  Wilco  <wdijkstr@arm.com>
9056         [BZ #17009]
9057         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
9058         Rewrite to reduce FPCR/FPSR accesses.
9060 2014-06-01  David S. Miller  <davem@davemloft.net>
9062         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9064 2014-05-31  David S. Miller  <davem@davemloft.net>
9066         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
9067         to occur in round to nearest mode when |x| >= 2.0
9069 2014-05-30  Richard Henderson  <rth@twiddle.net>
9071         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
9072         (PSEUDO_RET_NOERRNO): Remove.
9073         (ret): Don't redefine.
9074         (ret_NOERRNO): Define in terms of ret.
9075         (ret_ERRVAL): Likewise.
9077         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
9078         use of PSEUDO_RET; perform the error check directly.
9080 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
9082         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
9083         with __int128_t.
9085 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
9087         * malloc/malloc (malloc_info): Fix formatting.
9089 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
9090             Roland McGrath  <roland@hack.frob.com>
9092         * malloc/malloc (malloc_info): Also print mmapped statistics.
9094 2014-05-30  Roland McGrath  <roland@hack.frob.com>
9096         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
9097         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
9099 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
9101         * malloc/malloc.c (malloc_info): Inline mi_arena.
9103 2014-05-29  Richard Henderson  <rth@twiddle.net>
9105         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
9106         Remove comma before expanding ASM_ARGS_##nr.
9107         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
9108         Make _x0 a strict output; make _x8 a strict input; adjust expansion
9109         of ASM_ARGS_##nr.
9110         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
9111         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
9112         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
9113         (ASM_ARGS_1): Add leading comma.
9115         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
9116         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
9117         to __errno_location.
9118         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
9119         Remove the expected plt for __errno_location.
9121         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9122         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
9123         call to __read_tp.
9125         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9126         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
9127         it and break it down.
9128         (DOCARGS_0, DOCARGS_1): Do nothing.
9129         (DOCARGS_2): Update to store into the new stack frame.
9130         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
9131         (UNDOCARGS_1): Update to restore from the new stack frame.
9132         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
9133         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
9135         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9136         (SINGLE_THREAD_P): New parameter for result regno.
9137         (PSEUDO): Update to match; use cbz instead of beq.
9139         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9140         Use ENTRY to define the _nocancel entry point.  Share the syscall
9141         and syscall error check paths with the cancel path.
9142         (PSEUDO_END): New.
9144         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
9145         whitespace; tabs before and after asm mnemonics.
9147 2014-05-29  Eric Wong  <normalperson@yhbt.net>
9149         [BZ #15132]
9150         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
9151         Call fstat64 or stat64 internally, depending on arguments passed.
9152         Replace stat buffer argument with file descriptor argument.
9153         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
9154         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
9155         Pass fd to __internal_statvfs instead of calling fstat64.
9156         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
9157         Pass fd to __internal_statvfs64 instead of calling fstat64.
9158         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
9159         Pass -1 to __internal_statvfs instead of calling stat64.
9160         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
9161         Pass -1 to __internal_statvfs64 instead of calling stat64.
9163 2014-05-28  Roland McGrath  <roland@hack.frob.com>
9165         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
9166         that was previously under [RESET_PID].
9167         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
9169         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
9170         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
9172 2014-05-27  Roland McGrath  <roland@hack.frob.com>
9174         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
9176         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
9177         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
9179 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
9181         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
9183 2014-05-27  Andreas Schwab  <schwab@suse.de>
9185         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
9186         TLS_INIT_TP macro.
9187         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
9188         * elf/rtld.c (init_tls, dl_main): Likewise.
9189         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
9190         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
9191         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
9192         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
9193         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
9194         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
9195         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
9196         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
9197         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
9198         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
9199         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
9200         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
9201         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
9202         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
9203         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
9204         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
9205         * sysdeps/generic/tls.h: Update description.
9207 2014-05-27  Will Newton  <will.newton@linaro.org>
9209         [BZ #16990]
9210         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
9211         and restore r2 rather than just restoring.
9213 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
9215         [BZ #16724]
9216         * libio/tst-ftell-append.c: New test case.
9217         * libio/Makefile (tests): Add test case.
9218         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
9219         append mode.
9220         * libio/wfileops.c (do_ftell_wide): Likewise.
9222 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9224         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9226         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
9227         ...
9228         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
9229         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
9230         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
9231         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
9232         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
9233         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
9234         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
9235         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
9236         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
9237         Moved ...
9238         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
9239         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
9240         Moved ...
9241         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
9242         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
9243         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
9244         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
9245         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
9246         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
9247         ...
9248         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
9249         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
9250         Moved ...
9251         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
9252         here.
9253         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
9254         ...
9255         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
9256         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
9257         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
9259         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
9260         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
9261         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
9262         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
9264         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
9265         merge into ...
9266         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
9267         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
9268         ...
9269         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
9270         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
9271         ...
9272         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
9273         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
9274         Moved ...
9275         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
9276         here.
9277         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
9278         Moved ...
9279         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
9280         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
9281         Moved ...
9282         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
9284         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
9285         conditional [RESET_PID].
9286         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
9287         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
9288         removed.
9289         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
9290         removed.
9292         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
9293         <tcb-offsets.h>.
9294         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9295         (__libc_vfork): New strong alias.
9296         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
9297         removed.
9298         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
9299         Removed.
9301         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
9302         <tcb-offsets.h>.
9303         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
9304         (__libc_vfork): New strong alias.
9305         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
9306         removed.
9307         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
9308         removed.
9310 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
9312         * malloc/malloc.c (mi_arena): New function.
9313         (malloc_info): Remove nested function mi_arena. Call non-nosted
9314         function mi_arena.
9316 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9318         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
9319         by insrwi.
9320         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
9321         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
9322         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
9323         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
9324         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
9325         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
9326         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
9328 2014-05-26  Andreas Schwab  <schwab@suse.de>
9330         [BZ #16984]
9331         * locale/programs/repertoire.c (repertoire_read): Add slash
9332         between I18NPATH element and file name.
9333         * locale/programs/locfile.c (locfile_read): Likewise.
9335 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
9337         * nptl/pthread_mutexattr_settype.c
9338         (__pthread_mutexattr_settype):
9339         Disable lock elision for PTHREAD_MUTEX_NORMAL.
9341 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
9343         * nptl/tst-mutex5 (do_test):
9344         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
9346 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9348         * benchtests/README: Document 'init' directive.
9349         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
9350         BENCH_INIT.
9351         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
9352         (parse_file): Recognize 'init' directive.
9354 2014-05-26  Kyle McMartin  <kyle@redhat.com>
9356         [BZ #16796]
9357         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
9358         alignment of struct pthread.
9360 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9362         [BZ #16878]
9363         * nscd/netgroupcache.c (addgetnetgrentX): Look for
9364         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9365         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
9366         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9368 2014-05-25  Richard Henderson  <rth@twiddle.net>
9370         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9371         (SINGLE_THREAD_P_PIC): Remove.
9372         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
9373         (SINGLE_THREAD_P_PIC): Remove.
9375         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
9376         branch to syscall error ...
9377         (PSEUDO): ... here.
9378         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
9379         from __local_syscall_error to .Lsyscall_error.
9380         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
9381         (SYSCALL_ERROR): Update label name.
9383         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9384         Do not use DOARGS/UNDOARGS.
9385         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
9386         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
9387         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
9388         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
9389         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
9391         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
9392         block comment.
9394         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
9395         define if !NOT_IN_libc.
9396         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
9397         define with non-default symbol versions.
9399 2014-05-23  Richard Henderson  <rth@twiddle.net>
9401         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
9402         (vfork, __vfork): Define via compat_symbol.
9404         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
9405         [!HAVE_IFUNC] (vfork_compat): Remove.
9406         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
9408 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9410         [BZ #16978]
9411         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
9412         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
9413         variable.
9415 2014-05-23  Richard Henderson  <rth@twiddle.net>
9417         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
9418         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
9419         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
9420         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
9422         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
9423         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
9424         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
9425         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
9426         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
9427         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
9428         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
9429         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
9430         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
9431         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
9432         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
9433         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
9434         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
9435         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
9436         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
9437         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
9438         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
9439         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
9440         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
9441         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
9442         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
9443         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
9444         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
9445         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
9446         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
9447         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
9448         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
9449         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
9450         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
9451         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
9452         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
9453         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
9454         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
9455         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
9456         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
9457         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
9458         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
9459         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
9460         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
9461         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
9462         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
9463         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
9464         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
9465         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
9466         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
9467         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
9468         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
9469         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
9470         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
9471         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
9472         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
9473         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
9474         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
9475         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
9476         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
9477         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
9479         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
9480         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
9481         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
9482         before exiting on error.
9483         (__libc_vfork): New strong alias.
9484         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
9485         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
9487         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
9488         that was previously under [RESET_PID].
9489         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
9491         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
9493 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9495         [BZ #16977]
9496         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
9497         value when x - 1 is zero.
9498         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
9499         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
9500         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
9501         0.0L for an argument of 1.0L.
9502         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
9503         Likewise.
9504         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
9505         value when x - 1 is zero.
9506         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
9507         * sysdeps/i386/fpu/libm-test-ulps: Update.
9508         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9510 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
9512         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
9513         alphasort and versionsort.
9515 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9517         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
9518         macro.
9519         [copysignf]: Likewise.
9521 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
9523         * crypt/md5-crypt.c: Fix formatting.
9525 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9527         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
9528         (b64_from_24bit): New function.
9530 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9532         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
9533         libc_hidden_builtin_def to ifunc.
9534         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
9535         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
9537 2014-05-21  Roland McGrath  <roland@hack.frob.com>
9539         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
9540         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
9542 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
9544         * nscd/Depend (linuxthreads): Remove.
9545         (nptl): Add.
9546         * resolv/Depend (linuxthreads): Remove.
9547         * rt/Depend (linuxthreads): Remove.
9549         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
9550         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
9551         $(common-objpfx)elf/.
9552         (link-libc-before-gnulib): Likewise.
9553         (elfobjdir): Remove variable.
9554         * Makefile (install): Use $(elf-objpfx) instead of
9555         $(common-objpfx)elf/.
9556         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
9557         $(elfobjdir)/.
9558         (link-libc-deps): Likewise.
9559         ($(common-objpfx)libc.so): Likewise.
9560         ($(common-objpfx)linkobj/libc.so): Likewise.
9561         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
9562         instead of $(common-objpfx)elf/.
9563         (symbolic-link-list): Likewise.
9564         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
9565         [$(cross-compiling) = no]: Likewise.
9566         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
9567         $(elfobjdir)/.
9568         (static-gnulib-arch): Likewise.
9569         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
9570         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
9571         $(common-objpfx)elf/.
9573 2014-05-21  Richard Henderson  <rth@redhat.com>
9575         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9576         (SINGLE_THREAD_P): Use the correct width load.  Fold
9577         into the ldr offset.
9579         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
9580         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
9582 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
9584         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
9585         (libgcc_s_resume): Use __attribute_used__.
9586         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
9587         Likewise.
9589 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9591         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
9592         optimization when used with float constants.
9594         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9596 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
9598         [BZ #16915]
9599         * locale/nl_langinfo_l.c: Make direct reference to every
9600         _nl_current_CATEGORY symbol.
9601         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
9602         (tests-static): Add tst-langinfo-static.
9603         (tests-special): Add tst-langinfo-static.out.
9604         ($(objpfx)tst-langinfo.out): Redirect output.
9605         ($(objpfx)tst-langinfo-static.out): New.
9606         * localedata/tst-langinfo.sh: Send output to stdout.
9607         * localedata/tst-langinfo-static.c: New file.
9609         [BZ #16965]
9610         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
9611         when the shift amount is modulo the limb size.
9613 2014-05-20  Richard Henderson  <rth@redhat.com>
9615         [BZ #16967]
9616         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
9617         Change type of sa_flags from unsigned int to int.
9619         [BZ #16966]
9620         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
9622         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
9624 2014-05-20  Will Newton  <will.newton@linaro.org>
9626         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9627         Test the return value of the system call in the nocancel case.
9629 2014-05-20  Will Newton  <will.newton@linaro.org>
9630             Yvan Roux  <yvan.roux@linaro.org>
9632         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
9633         #include of asm/ptrace.h.
9634         (PTRACE_GET_THREAD_AREA): Remove #undef.
9635         (PTRACE_GETHBPREGS): Likewise.
9636         (PTRACE_SETHBPREGS): Likewise.
9637         (struct user_regs_struct): New structure.
9638         (struct user_fpsimd_struct): New structure.
9639         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
9640         #include of asm/ptrace.h and second #include of sys/user.h.
9641         (PTRACE_GET_THREAD_AREA): Remove #undef.
9642         (PTRACE_GETHBPREGS): Likewise.
9643         (PTRACE_SETHBPREGS): Likewise.
9644         (ELF_NGREG): Use new struct user_regs_struct.
9645         (elf_fpregset_t): Use new struct user_fpsimd_struct.
9647 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9649         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
9650         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
9652 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
9654         [BZ #16958]
9655         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
9656         membar to avoid block loads/stores to overlap previous stores.
9658 2014-05-17  Richard Henderson  <rth@redhat.com>
9660         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
9661         Create the __##syscall_name##_nocancel entry point.
9662         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
9663         Remove; let the sysdep-cancel.h code create it.
9665 2014-05-17  David S. Miller  <davem@davemloft.net>
9667         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
9668         Protect with __USE_GNU.
9669         (TIOCSET_TEMPT): Likewise.
9670         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
9671         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
9672         these are already provided in bits/ioctl-types.h
9674 2014-05-16  Roland McGrath  <roland@hack.frob.com>
9676         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
9677         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
9679         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
9680         Use wait4 regardless of [__NR_waitpid].
9682 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
9684         PR libgcc/60166
9685         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
9686         (_FP_NANSIGN_Q): Set the quiet bit.
9688 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
9690         * benchtests/Makefile
9691         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
9692         not $(common-objpfx)math/libm.so.
9693         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
9694         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
9695         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
9696         $(common-objpfx)dlfcn/libdl.so.
9697         ($(objpfx)tst-audit8): Depend on $(libm), not
9698         $(common-objpfx)math/libm.so.
9699         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
9700         not $(common-objpfx)dlfcn/libdl.so.
9701         * math/Makefile
9702         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
9703         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
9704         [$(build-shared) = yes].
9705         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
9706         $(common-objpfx)nptl/libpthread.so.
9707         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
9708         $(common-objpfx)math/libm.so$(libm.so-version) or
9709         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
9710         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
9711         $(common-objpfx)dlfcn/libdl.so.
9712         * setjmp/Makefile (link-libm): Remove variable.
9713         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
9714         * stdio-common/Makefile (link-libm): Remove variable.
9715         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
9716         * stdlib/Makefile (link-libm): Remove variable.
9717         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
9718         ($(objpfx)tst-strtod-round): Likewise.
9719         ($(objpfx)tst-tininess): Likewise.
9720         ($(objpfx)tst-strtod-underflow): Likewise.
9721         ($(objpfx)tst-strtod6): Likewise.
9722         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
9723         $(libdl), not $(common-objpfx)nptl/libpthread.so and
9724         $(common-objpfx)dlfcn/libdl.so.
9726 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9728         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
9729         BSD terminal modes definitions.
9731 2014-05-16  Roland McGrath  <roland@hack.frob.com>
9733         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
9734         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
9736         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
9737         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
9738         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
9739         Don't do #include_next.
9740         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
9741         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
9742         Don't do #include_next.
9743         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
9744         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
9745         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
9746         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
9748 2014-05-16  Allan McRae  <allan@archlinux.org>
9750         * po/sv.po: Update Swedish translation from translation project.
9752         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
9753         in sed expression.
9755 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
9757         [BZ #16917]
9758         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
9759         errno if the TIOCGPTN ioctl fails with an error different than
9760         EINVAL.
9761         * login/tst-ptsname.c: New file.
9762         * login/Makefile (tests): Add tst-ptsname.
9764         [BZ #16943]
9765         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
9766         and prlimit64.
9768 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
9770         [BZ #16849]
9771         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
9772         herrno to return EAI_AGAIN.
9774 2014-05-14  Roland McGrath  <roland@hack.frob.com>
9776         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
9777         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
9778         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
9779         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
9780         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
9781         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
9782         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
9783         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
9784         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
9785         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
9786         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
9787         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
9788         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
9789         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
9790         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
9791         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
9792         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
9793         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
9794         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
9795         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
9796         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
9797         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
9798         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
9799         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
9800         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
9801         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
9802         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
9803         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
9804         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
9805         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
9806         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
9807         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
9808         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
9809         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
9810         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
9811         Moved ...
9812         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
9813         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
9814         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
9815         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
9816         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
9817         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
9818         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
9819         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
9820         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
9821         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
9822         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
9823         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
9824         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
9825         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
9826         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
9827         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
9828         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
9829         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
9830         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
9831         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
9832         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
9833         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
9834         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
9835         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
9836         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
9837         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
9838         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
9839         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
9840         Moved ...
9841         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
9842         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
9843         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
9844         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
9845         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
9846         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
9847         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
9848         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
9849         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
9850         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
9851         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
9852         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
9853         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
9854         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
9855         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
9856         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
9857         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
9858         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
9859         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
9860         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
9861         Moved ...
9862         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
9863         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
9864         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
9866         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
9867         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
9868         (libpthread-sysdep_routines): Add elision-related stuff here instead.
9869         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
9870         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
9871         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
9872         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
9873         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
9874         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
9875         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
9876         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
9877         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
9878         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
9879         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
9880         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
9881         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
9882         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
9883         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
9884         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
9885         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
9886         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
9887         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
9888         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
9889         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
9890         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
9891         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
9892         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
9893         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
9894         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
9895         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
9896         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
9898         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
9899         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
9901         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
9902         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
9903         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
9904         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
9905         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
9906         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
9907         Moved ...
9908         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
9909         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
9910         Moved ...
9911         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
9912         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
9913         Moved ...
9914         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
9915         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
9916         Moved ...
9917         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
9918         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
9919         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
9920         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
9921         Moved ...
9922         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
9923         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
9924         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
9925         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
9926         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
9927         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
9928         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
9929         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
9930         Moved ...
9931         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
9932         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
9933         Moved ...
9934         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
9935         ... here.
9936         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
9937         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
9938         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
9939         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
9940         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
9941         Moved ...
9942         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
9943         ... here.
9944         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
9945         Moved ...
9946         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
9947         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
9948         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
9949         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
9950         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
9951         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
9952         Moved ...
9953         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
9954         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
9955         Moved ...
9956         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
9957         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
9958         Moved ...
9959         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
9960         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
9961         Moved ...
9962         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
9963         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
9964         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
9965         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
9966         Moved ...
9967         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
9968         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
9969         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
9970         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
9971         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
9972         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
9973         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
9974         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
9975         Moved ...
9976         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
9977         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
9978         Moved ...
9979         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
9980         ... here.
9981         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
9982         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
9983         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
9984         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
9985         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
9986         Moved ...
9987         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
9988         ... here.
9989         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
9990         Moved ...
9991         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
9992         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
9993         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
9994         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
9995         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
9996         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
9997         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
9998         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
9999         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
10000         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
10001         Moved ...
10002         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
10003         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
10004         Moved ...
10005         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
10006         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
10007         Moved ...
10008         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
10009         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
10010         Moved ...
10011         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
10012         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
10013         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
10014         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
10015         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
10016         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
10017         Moved ...
10018         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
10019         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
10020         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
10021         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
10022         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
10023         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
10024         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
10025         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
10026         Moved ...
10027         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
10028         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
10029         Moved ...
10030         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
10031         ... here.
10032         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
10033         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
10034         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
10035         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
10036         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
10037         Moved ...
10038         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
10039         ... here.
10040         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
10041         Moved ...
10042         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
10043         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
10044         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
10045         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
10046         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
10047         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
10048         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
10049         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
10050         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
10051         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
10052         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
10054         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
10055         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
10057         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
10058         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
10060         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
10061         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
10062         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
10063         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
10064         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
10065         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
10066         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
10067         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
10068         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
10069         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
10070         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
10071         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
10072         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
10073         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
10074         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
10075         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
10076         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
10077         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
10078         Moved ...
10079         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
10080         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
10081         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
10082         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
10083         Moved ...
10084         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
10085         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
10086         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
10087         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
10088         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
10089         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
10090         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
10091         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
10092         Moved ...
10093         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
10094         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
10095         Moved ...
10096         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
10097         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
10098         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
10099         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
10100         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
10101         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
10102         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
10103         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
10104         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
10105         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
10106         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
10107         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
10108         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
10109         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
10110         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
10111         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
10112         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
10114         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
10115         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
10116         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
10117         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
10118         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
10120         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
10121         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
10122         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
10123         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
10124         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
10125         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
10126         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
10127         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
10128         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
10129         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
10131         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
10132         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
10134         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
10135         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
10136         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
10137         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
10138         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
10139         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
10140         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
10141         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
10142         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
10143         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
10144         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
10145         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
10146         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
10147         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
10148         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
10149         Update #include.
10150         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
10151         Likewise.
10152         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
10153         Likewise.
10154         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
10155         Likewise.
10156         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
10157         Likewise.
10158         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
10159         Likewise.
10160         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
10161         Likewise.
10162         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
10163         Likewise.
10164         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
10165         Likewise.
10166         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
10167         Likewise.
10168         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
10169         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
10170         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
10171         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
10172         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
10173         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
10174         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
10175         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
10176         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
10177         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
10178         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
10179         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
10180         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
10181         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
10182         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
10184         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
10185         that was previously under [RESET_PID].
10186         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
10187         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
10188         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
10190         * sysdeps/i386/nptl/Implies: New file.
10191         * sysdeps/x86_64/nptl/Implies: New file.
10192         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
10193         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
10194         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
10195         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
10197         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
10198         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10199         (__libc_vfork): New strong alias.
10200         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
10201         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
10203         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
10204         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10205         (__libc_vfork): New strong alias.
10206         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
10207         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
10209         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
10210         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10211         (__libc_vfork): New strong alias.
10212         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
10213         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
10214         * nptl/pt-vfork.c: New file.
10215         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
10216         (libpthread: GLIBC_2.20): New version set (empty).
10218 2014-05-14  Will Newton  <will.newton@linaro.org>
10220         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
10221         rather than #if.
10223 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
10225         [BZ #16564]
10226         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
10227         arguments with exponent 65 or above.
10228         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
10229         arguments 0x1p113L or above.
10230         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
10231         to arguments 0x1p107L or above.
10232         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
10233         positive arguments with exponent 65 or above.
10234         * math/auto-libm-test-in: Add more tests of log1p.
10235         * math/auto-libm-test-out: Regenerated.
10237         [BZ #16928]
10238         * math/s_cacos.c (__cacos): Ensure zero real part of result from
10239         non-finite arguments is +0.
10240         * math/s_cacosf.c (__cacosf): Likewise.
10241         * math/s_cacosl.c (__cacosl): Likewise.
10242         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
10243         * sysdeps/i386/fpu/libm-test-ulps: Update.
10244         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10246         [BZ #16927]
10247         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
10248         value.
10249         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
10250         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
10251         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
10252         for explicit high bit of mantissa when testing for argument equal
10253         to 1.
10254         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
10255         * sysdeps/i386/fpu/libm-test-ulps: Update.
10256         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10258         [BZ #16516]
10259         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
10260         (__erf): Scale by 16 instead of 8 in potentially underflowing
10261         case.  Ensure exception if result actually underflows.
10262         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
10263         (__erff): Scale by 16 instead of 8 in potentially underflowing
10264         case.  Ensure exception if result actually underflows.
10265         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
10266         (efx8): Remove variable.
10267         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10268         case.  Ensure exception if result actually underflows.
10269         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
10270         (efx8): Remove variable.
10271         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10272         case.  Ensure exception if result actually underflows.
10273         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
10274         (efx8): Remove variable.
10275         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10276         case.  Ensure exception if result actually underflows.
10277         * math/auto-libm-test-in: Add more tests of erf.
10278         * math/auto-libm-test-out: Regenerated.
10280 2014-05-14  Andreas Schwab  <schwab@suse.de>
10282         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
10283         Remove code conditionalized on USE___THREAD.
10285         * config.h.in (HAVE_PT_CHOWN): Define as 0.
10286         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
10287         not definedness.
10289 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
10291         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
10292         Define unconditionally.
10293         (__ASSUME_O_CLOEXEC): Likewise.
10294         (__ASSUME_SOCK_CLOEXEC): Likewise.
10295         (__ASSUME_IN_NONBLOCK): Likewise.
10296         (__ASSUME_PIPE2): Likewise.
10297         (__ASSUME_EVENTFD2): Likewise.
10298         (__ASSUME_SIGNALFD4): Likewise.
10299         (__ASSUME_DUP3): Likewise.
10300         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10301         (__ASSUME_DUP3): Do not define.
10302         (__ASSUME_EVENTFD2): Likewise.
10303         (__ASSUME_IN_NONBLOCK): Likewise.
10304         (__ASSUME_O_CLOEXEC): Likewise.
10305         (__ASSUME_PIPE2): Likewise.
10306         (__ASSUME_SIGNALFD4): Likewise.
10307         (__ASSUME_SOCK_CLOEXEC): Likewise.
10308         (__ASSUME_UTIMES): Undefine.
10309         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10310         (__ASSUME_UTIMES): Do not define.
10311         (__ASSUME_O_CLOEXEC): Likewise.
10312         (__ASSUME_SOCK_CLOEXEC): Likewise.
10313         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
10314         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
10315         0x020621].
10316         (__ASSUME_PIPE2): Likewise.
10317         (__ASSUME_EVENTFD2): Likewise.
10318         (__ASSUME_SIGNALFD4): Likewise.
10319         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
10320         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
10321         Do not define.
10322         (__ASSUME_EVENTFD2): Likewise.
10323         (__ASSUME_SIGNALFD4): Likewise.
10324         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
10325         (__ASSUME_32BITUIDS): Likewise.
10326         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
10327         (__ASSUME_IPC64): Likewise.
10328         (__ASSUME_ST_INO_64_BIT): Likewise.
10329         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
10330         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
10331         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10332         (__ASSUME_UTIMES): Do not define.
10333         (__ASSUME_PSELECT): Likewise.
10334         (__ASSUME_PPOLL): Likewise.
10335         (__ASSUME_O_CLOEXEC): Likewise.
10336         (__ASSUME_SOCK_CLOEXEC): Likewise.
10337         (__ASSUME_IN_NONBLOCK): Likewise.
10338         (__ASSUME_PIPE2): Likewise.
10339         (__ASSUME_EVENTFD2): Likewise.
10340         (__ASSUME_SIGNALFD4): Likewise.
10341         (__ASSUME_DUP3): Likewise.
10342         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10343         (__ASSUME_UTIMES): Likewise.
10344         (__ASSUME_O_CLOEXEC): Likewise.
10345         (__ASSUME_SOCK_CLOEXEC): Likewise.
10346         (__ASSUME_IN_NONBLOCK): Likewise.
10347         (__ASSUME_PIPE2): Likewise.
10348         (__ASSUME_EVENTFD2): Likewise.
10349         (__ASSUME_SIGNALFD4): Likewise.
10350         (__ASSUME_DUP3): Likewise.
10351         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10352         (__ASSUME_UTIMES): Likewise.
10353         (__ASSUME_O_CLOEXEC): Likewise.
10354         (__ASSUME_SOCK_CLOEXEC): Likewise.
10355         (__ASSUME_IN_NONBLOCK): Likewise.
10356         (__ASSUME_PIPE2): Likewise.
10357         (__ASSUME_EVENTFD2): Likewise.
10358         (__ASSUME_SIGNALFD4): Likewise.
10359         (__ASSUME_DUP3): Likewise.
10360         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
10361         Likewise.
10362         (__ASSUME_UTIMES): Likewise.
10363         (__ASSUME_EVENTFD2): Likewise.
10364         (__ASSUME_SIGNALFD4): Likewise.
10365         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10366         (__ASSUME_O_CLOEXEC): Likewise.
10367         (__ASSUME_SOCK_CLOEXEC): Likewise.
10368         (__ASSUME_IN_NONBLOCK): Likewise.
10369         (__ASSUME_PIPE2): Likewise.
10370         (__ASSUME_EVENTFD2): Likewise.
10371         (__ASSUME_SIGNALFD4): Likewise.
10372         (__ASSUME_DUP3): Likewise.
10373         (__ASSUME_UTIMES): Undefine.
10375         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
10376         feclearexcept.  Remove symbol versioning code.
10377         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
10378         symbol versioning code.
10379         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
10380         symbol versioning code.
10381         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
10382         feupdateenv.  Remove symbol versioning code.
10383         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
10384         fegetexceptflag.  Remove symbol versioning code.
10385         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
10386         fesetexceptflag.  Remove symbol versioning code.
10387         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
10388         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
10389         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
10390         (__posix_fadvise64_l32): Remove prototype.
10391         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
10392         code.
10394 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10396         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
10397         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
10398         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
10399         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
10401 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
10403         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
10404         current working directory
10406 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10408         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
10409         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
10410         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
10411         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
10412         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
10413         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
10414         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
10415         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
10416         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
10417         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
10418         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
10419         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
10420         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
10421         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
10422         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
10423         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
10424         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
10425         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
10426         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
10427         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
10428         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
10429         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
10430         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
10431         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
10432         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
10433         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
10434         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
10435         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
10436         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
10437         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
10438         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
10439         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
10440         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
10441         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
10442         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
10443         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
10444         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
10445         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
10446         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
10447         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
10448         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
10449         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
10451         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
10452         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
10454         * sysdeps/unix/sysv/linux/arm/Makefile
10455         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
10456         Add rt-aeabi_unwind_cpp_pr1.
10457         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
10458         Add nptl-aeabi_unwind_cpp_pr1.
10459         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
10460         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
10461         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
10462         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
10463         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
10464         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
10466         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
10467         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
10468         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
10469         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
10471         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
10472         Deconditionalize the code that was previously under [RESET_PID].
10473         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
10475         * sysdeps/generic/exit-thread.h: New file.
10476         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
10477         * include/unistd.h (__exit_thread): Remove declaration.
10478         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
10479         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
10480         * csu/libc-start.c: Include <exit-thread.h>.
10481         (LIBC_START_MAIN): Pass no argument to __exit_thread.
10482         * nptl/pthread_create.c: Include <exit-thread.h>.
10483         (start_thread): Call __exit_thread in place of __exit_thread_inline.
10484         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
10485         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
10486         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
10487         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
10488         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
10489         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
10490         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
10491         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
10492         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
10493         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
10494         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
10495         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
10496         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
10497         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
10498         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
10499         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
10501 2014-05-13  Andreas Schwab  <schwab@suse.de>
10503         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
10505 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
10507         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
10508         (__ASSUME_UTIMES): Do not condition on kernel version.
10509         (__ASSUME_PSELECT): Define unconditionally.
10510         (__ASSUME_PPOLL): Likewise.
10511         (__ASSUME_ATFCTS): Likewise.
10512         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
10513         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
10514         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
10515         (__ASSUME_UTIMENSAT): Define unconditionally.
10516         (__ASSUME_PRIVATE_FUTEX): Likewise.
10517         (__ASSUME_FALLOCATE): Likewise.
10518         (__ASSUME_O_CLOEXEC): Likewise.
10519         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
10520         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
10521         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
10522         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
10523         (__ASSUME_IN_NONBLOCK): Likewise.
10524         (__ASSUME_PIPE2): Likewise.
10525         (__ASSUME_EVENTFD2): Likewise.
10526         (__ASSUME_SIGNALFD4): Likewise.
10527         (__ASSUME_DUP3): Likewise.
10528         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10529         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
10530         (__ASSUME_AT_RANDOM): Likewise.
10531         (__ASSUME_PREADV): Likewise.
10532         (__ASSUME_PWRITEV): Likewise.
10533         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
10534         (__ASSUME_F_GETOWN_EX): Define unconditionally.
10535         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
10536         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
10537         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
10538         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10539         (__ASSUME_O_CLOEXEC): Define unconditionally.
10540         (__ASSUME_PSELECT): Do not undefine conditionally.
10541         (__ASSUME_PPOLL): Likewise.
10542         (__ASSUME_ATFCTS): Likewise.
10543         (__ASSUME_SET_ROBUST_LIST): Likewise.
10544         (__ASSUME_UTIMENSAT): Likewise.
10545         (__ASSUME_FDATASYNC): Define unconditionally.
10546         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10547         (__ASSUME_SIGFRAME_V2): Likewise.
10548         )__ASSUME_EVENTFD2): Likewise.
10549         (__ASSUME_SIGNALFD4): Likewise.
10550         (__ASSUME_PSELECT): Do not undefine conditionally.
10551         (__ASSUME_PPOLL): Likewise.
10552         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10553         (__ASSUME_PSELECT): Define unconditionally.
10554         (__ASSUME_PPOLL): Likewise.
10555         (__ASSUME_O_CLOEXEC): Likewise.
10556         (__ASSUME_SOCK_CLOEXEC): Likewise.
10557         (__ASSUME_IN_NONBLOCK): Likewise.
10558         (__ASSUME_PIPE2): Likewise.
10559         (__ASSUME_EVENTFD2): Likewise.
10560         (__ASSUME_SIGNALFD4): Likewise.
10561         (__ASSUME_DUP3): Likewise.
10562         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10563         (__ASSUME_O_CLOEXEC): Likewise.
10564         (__ASSUME_SOCK_CLOEXEC): Likewise.
10565         (__ASSUME_IN_NONBLOCK): Likewise.
10566         (__ASSUME_PIPE2): Likewise.
10567         (__ASSUME_EVENTFD2): Likewise.
10568         (__ASSUME_SIGNALFD4): Likewise.
10569         (__ASSUME_DUP3): Likewise.
10570         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10571         (__ASSUME_EVENTFD2): Likewise.
10572         (__ASSUME_SIGNALFD4): Likewise.
10573         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10575 2014-05-12  Andreas Schwab  <schwab@suse.de>
10577         [BZ #16932]
10578         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
10579         (_nss_nis_gethostbyname4_r): Return error if item length is larger
10580         than maximum RPC packet size.
10581         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
10582         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
10583         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
10584         (_nss_nis_getservbyport_r): Likewise.
10586 2014-05-12  Will Newton  <will.newton@linaro.org>
10588         * malloc/Makefile (tests): Add tst-mallopt.
10589         * malloc/tst-mallopt.c: New file.
10591 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10593         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
10594         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
10596 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10598         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
10599         (tst-tlsmod6.so): Likewise.
10601 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10603         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
10605 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
10607         [BZ #16064]
10608         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
10609         and <dl-procinfo.h>.
10610         (__fegetenv): Save SSE state in envp->__eip if supported.
10611         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
10612         envp->__eip if supported.
10613         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
10614         and <dl-procinfo.h>.
10615         (__fesetenv): Always set __eip, __cs_selector, __opcode,
10616         __data_offset and __data_selector in environment to 0.  Set SSE
10617         state if supported.
10618         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
10619         test-fenv-sse.
10620         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
10621         -mfpmath=sse.
10622         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
10624 2014-05-09  Will Newton  <will.newton@linaro.org>
10626         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
10627         and libc_relro_required for ARM.
10628         * sysdeps/arm/preconfigure: Regenerate.
10630 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
10631             Stefan Liebler  <stli@linux.vnet.ibm.com>
10633         * config.make.in (enable-lock-elision): New Makefile variable.
10634         * configure.ac: Likewise.
10635         * configure: Regenerate.
10636         * sysdeps/s390/configure.ac:
10637         Add check for gcc transactions support.
10638         * sysdeps/s390/configure: Regenerate.
10639         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
10640         Build elision files if enabled.
10641         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
10642         Add lock elision support for s390.
10643         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
10644         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
10645         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
10646         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
10647         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
10648         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
10649         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
10650         Likewise.
10651         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
10652         Likewise.
10653         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
10654         Likewise.
10655         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
10656         Likewise.
10657         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
10658         (__lll_timedlock_elision, __lll_lock_elision)
10659         (__lll_unlock_elision, __lll_trylock_elision)
10660         (lll_timedlock_elision, lll_lock_elision)
10661         (lll_unlock_elision, lll_trylock_elision): Add.
10662         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
10663         (pthread_mutex_t): Add lock elision support for s390.
10665 2014-05-14  Wilco  <wdijkstr@arm.com>
10667         * sysdeps/arm/fclrexcpt.c: Cleanup.
10668         * sysdeps/arm/fedisblxcpt.c: Cleanup.
10669         * sysdeps/arm/feenablxcpt.c: Cleanup.
10670         * sysdeps/arm/fegetenv.c: Cleanup.
10671         * sysdeps/arm/fegetexcept.c: Cleanup.
10672         * sysdeps/arm/fegetround.c: Cleanup.
10673         * sysdeps/arm/feholdexcpt.c: Cleanup.
10674         * sysdeps/arm/fesetenv.c: Cleanup.
10675         * sysdeps/arm/fesetround.c: Cleanup.
10676         * sysdeps/arm/feupdateenv.c: Cleanup.
10677         * sysdeps/arm/fgetexcptflg.c: Cleanup.
10678         * sysdeps/arm/fraiseexcpt.c: Cleanup.
10679         * sysdeps/arm/fsetexcptflg.c: Cleanup.
10680         * sysdeps/arm/ftestexcept.c: Cleanup.
10681         * sysdeps/arm/get-rounding-mode.h: Cleanup.
10682         * sysdeps/arm/setfpucw.c: Cleanup.
10684 2014-05-09  Will Newton  <will.newton@linaro.org>
10686         * sysdeps/arm/armv7/strcmp.S: New file.
10687         * NEWS: Mention addition of ARMv7 optimized strcmp.
10689 2014-05-08  Roland McGrath  <roland@hack.frob.com>
10691         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
10692         look for %.ac rather than %.in.
10694         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
10695         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
10696         * sysdeps/mach/hurd/configure: Regenerated.
10697         * sysdeps/unix/sysv/linux/configure: Regenerated.
10699         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
10701 2014-05-07  Steve Ellcey  <sellcey@mips.com>
10703         [BZ# 16922]
10704         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
10705         (LONG_SUB): Ditto.
10706         (PTR_SUB): Ditto.
10708 2014-05-07  Andreas Schwab  <schwab@suse.de>
10710         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
10711         when skipping over non-matching result from nscd.
10713 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
10715         [BZ #16876]
10716         * nptl/sockperf.c (client): Check socket return value.
10718         [BZ #16877]
10719         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
10720         nscd security class.
10722 2014-05-06  Roland McGrath  <roland@hack.frob.com>
10724         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
10725         * sysdeps/arm/unwind.h: ... here.
10727 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
10729         [BZ# 16916]
10730         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
10731         Define.
10733 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
10735         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
10736         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
10737         multiarch strncpy for PPC64.
10738         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
10739         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
10740         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
10741         multiarch optimizations.
10742         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10743         (__libc_ifunc_impl_list): Likewise.
10744         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
10745         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
10746         multiarch stpncpy for PPC64.
10747         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
10748         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
10750 2014-05-06  Andreas Schwab  <schwab@suse.de>
10752         [BZ #16912]
10753         * gmon/mcount.c (_MCOUNT_DECL): Use
10754         atomic_compare_and_exchange_bool_acq instead of
10755         catomic_compare_and_exchange_bool_acq.
10757 2014-05-05  Roland McGrath  <roland@hack.frob.com>
10759         * elf/Makefile (others, install-bin): Remove pldd.
10760         (pldd-modules): Variable removed.
10761         ($(objpfx)pldd): Target removed.
10762         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
10763         (others, install-bin): Append pldd here.
10764         ($(objpfx)pldd): New target.
10766         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
10767         to 0, so the first #if test emitted later doesn't see it undefined.
10768         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
10769         * sysdeps/gnu/errlist.c: Regenerated.
10771 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10773         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
10774         [libc_hidden_builtin_def]: Define to empty value.
10775         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
10776         [libc_hidden_builtin_def]: Likewise.
10777         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
10778         [libc_hidden_builtin_def]: Likewise.
10779         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
10780         [libc_hidden_builtin_def]: Likewise.
10781         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
10782         __redirect_memcpy and define ifunc as default hidden symbol.
10783         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
10784         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
10786 2014-05-04  Adam Conrad  <adconrad@0c3.net>
10788         * locale/iso-4217.def: Reintroduce XDR currency.
10790 2014-05-04  Allan McRae  <allan@archlinux.org>
10792         * po/eo.po: Update Esperanto translation from translation project.
10794 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
10796         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
10797         and FEATURE_INDEX_MAX to 1.
10798         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
10800 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10802         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
10803         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
10804         * iconvdata/big5.c (ONE_DIRECTION): Define.
10805         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
10806         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
10807         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
10808         * iconvdata/cp932.c (ONE_DIRECTION): Define.
10809         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
10810         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
10811         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
10812         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
10813         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
10814         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
10815         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
10816         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
10817         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
10818         * iconvdata/gbk.c (ONE_DIRECTION): Define.
10819         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
10820         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
10821         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
10822         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
10823         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
10824         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
10825         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
10826         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
10827         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
10828         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
10829         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
10830         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
10831         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
10832         * iconvdata/iso646.c (ONE_DIRECTION): Define.
10833         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
10834         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
10835         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
10836         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
10837         * iconvdata/johab.c (ONE_DIRECTION): Define.
10838         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
10839         * iconvdata/sjis.c (ONE_DIRECTION): Define.
10840         * iconvdata/t.61.c (ONE_DIRECTION): Define.
10841         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
10842         * iconvdata/tscii.c (ONE_DIRECTION): Define.
10843         * iconvdata/uhc.c (ONE_DIRECTION): Define.
10844         * iconvdata/unicode.c (ONE_DIRECTION): Define.
10845         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
10846         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
10847         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
10849 2014-05-01  Roland McGrath  <roland@hack.frob.com>
10851         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
10852         (_IO_JUMPS_OFFSET): Define to 0.
10854         * nptl/sysdeps/pthread/bits/libc-lock.h
10855         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
10856         (__libc_lock_define_initialized_recursive): Always define using
10857         initializer.  Modern compilers treat uninitialized (implicit zero) and
10858         explicit zero initializers the same (i.e. put the datum in bss).
10860 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
10862         * nscd/nscd-client.h: Include <string.h>.
10864 2014-05-01  David S. Miller  <davem@davemloft.net>
10866         [BZ #16885]
10867         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
10868         multiple zero bytes exist at the end of a string.
10869         Reported by Aurelien Jarno <aurelien@aurel32.net>
10871         * string/test-strcmp.c (check): Add explicit test for situations where
10872         there are multiple zero bytes after the first.
10874 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
10876         [BZ #16890]
10877         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
10878         when compiling wprintf.
10879         * stdio-common/tstdiomisc.c (t3): New function.
10880         (main): Call it.
10882 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10884         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
10885         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
10886         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
10887         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
10889 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10891         * stdlib/longlong.h: Updated from GCC.
10893 2014-05-01  Will Newton  <will.newton@linaro.org>
10894             Bernard Ogden  <bernie.ogden@linaro.org>
10896         * NEWS: Update fixed bug list.
10898         [BZ #15119]
10899         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
10901 2014-04-30  David S. Miller  <davem@davemloft.net>
10903         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
10904         (libc_feholdexcept_setround_sparc_ctx): New function.
10905         (libc_fesetenv_sparc_ctx): Likewise.
10906         (libc_feupdateenv_sparc_ctx): Likewise.
10907         (libc_feholdsetround_sparc_ctx): Likewise.
10908         (libc_feholdexcept_setround_ctx): Define.
10909         (libc_feholdexcept_setroundf_ctx): Likewise.
10910         (libc_feholdexcept_setroundl_ctx): Likewise.
10911         (libc_fesetenv_ctx): Likewise.
10912         (libc_fesetenvf_ctx): Likewise.
10913         (libc_fesetenvl_ctx): Likewise.
10914         (libc_feupdateenv_ctx): Likewise.
10915         (libc_feupdateenvf_ctx): Likewise.
10916         (libc_feupdateenvl_ctx): Likewise.
10917         (libc_feresetround_ctx): Likewise.
10918         (libc_feresetroundf_ctx): Likewise.
10919         (libc_feresetroundl_ctx): Likewise.
10920         (libc_feholdsetround_ctx): Likewise.
10921         (libc_feholdsetroundf_ctx): Likewise.
10922         (libc_feholdsetroundl_ctx): Likewise.
10924         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
10925         with __USE_GNU instead of XOPEN cpp guards.
10927         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
10928         0.
10930         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
10931         with XOPEN cpp guards.
10933 2014-04-30  Julian Brown  <julian@codesourcery.com>
10935         [BZ #16888]
10936         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
10937         handling.
10939 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
10941         [BZ #9894]
10942         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
10943         Change to 2.6.32.
10944         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
10945         * sysdeps/unix/sysv/linux/configure: Regenerated.
10946         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
10947         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
10948         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
10949         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
10950         * README: Update reference to required Linux kernel version.
10951         * manual/install.texi (Linux): Update reference to required Linux
10952         kernel headers version.
10953         * INSTALL: Regenerated.
10955         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
10956         header inclusion.
10957         [POSIX] (limits.h): Likewise.
10958         [POSIX] (math.h): Likewise.
10959         [POSIX] (sys/wait.h): Likewise.
10960         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
10961         function.
10962         [POSIX] (stddef.h): Do not allow header inclusion.
10964 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10966         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
10968 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
10970         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
10971         Return immediately after lll_futex_wake.
10973 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
10975         [BZ #16791]
10976         * nscd/nscd-client.h (datahead_init_common): Initialize entire
10977         structure.
10978         (datahead_init_pos): Call datahead_init_common early.
10979         (datahead_init_neg): Likewise.
10981         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
10982         datahead_init_neg): New functions.
10983         * nscd/aicache.c (addhstaiX): Use them.
10984         * nscd/grpcache.c (cache_addgr): Likewise.
10985         * nscd/hstcache.c (cache_addhst): Likewise.
10986         * nscd/initgrcache.c (addinitgroupsX): Likewise.
10987         * nscd/netgroupcache.c (do_notfound): Likewise.
10988         (addgetnetgrentX): Likewise.
10989         (addinnetgrX): Likewise.
10990         * nscd/pwdcache.c (cache_addpw): Likewise.
10991         * nscd/servicescache.c (cache_addserv): Likewise.
10993 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
10994             Atsushi Onoe  <atsushi@onoe.org>
10996         [BZ #14308]
10997         [BZ #12994]
10998         [BZ #13651]
10999         * resolv/res_query.c (__libc_res_nsearch): Return if at least
11000         one response is valid.
11001         * resolv/res_send.c (send_dg): Check for validity of other
11002         response if the current response is a referral.
11004 2014-04-29  Steve Ellcey  <sellcey@mips.com>
11006         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
11008 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
11010         [BZ #16823]
11011         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
11012         Always divide by positive zero when computing -Inf result.
11013         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
11014         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
11016 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11018         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
11019         FPSCR if value do not change.
11020         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
11021         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
11022         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
11023         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
11024         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
11025         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
11026         function.
11028 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
11030         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
11031         * sysdeps/unix/sysv/linux/hppa: Move directory from
11032         ports/systeps/unix/sysv/linux/hppa.
11033         * README: Update listing for hppa-*-linux-gnu.
11035 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
11037         [BZ #16754]
11038         * manual/stdio.texi (Hook functions): Fix types of stream hook
11039         functions.
11040         [BZ #16854]
11041         * socket/sys/socket.h: Fix typo in comment.
11043 2014-04-28  Wilco  <wdijkstr@arm.com>
11045         * sysdeps/arm/fenv_private.h: New file.
11046         * sysdeps/arm/math_private.h: New file.
11047         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
11049 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
11051         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
11052         with __int128_t.
11053         (La_x86_64_retval): Likewise.
11055 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
11057         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
11058         fpsr if value didn't change.
11059         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
11060         to fpcr if value didn't change.
11061         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
11062         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
11063         fpsr or fpcr if value didn't change.
11064         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
11065         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
11066         fpcr if value didn't change.
11067         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
11068         to fpsr if value didn't change.
11070 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
11072         * nptl/tst-sem3.c: Use test-skeleton.c
11073         (main): Rename to do_test.  Use return instead of
11074         exit.
11075         * nptl/tst-sem4.c: Use test-skeleton.c
11076         (main): Rename to do_test.
11078 2014-04-22  David S. Miller  <davem@davemloft.net>
11080         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
11081         (struct sigaction): New struct member __glibc_reserved0, change
11082         type of sa_flags to int.
11084 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
11086         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
11087         (COUNT_LEADING_ZEROS_0): Define for AArch64.
11089 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
11091         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
11092         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
11094 2014-04-22  Will Newton  <will.newton@linaro.org>
11095             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
11097         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
11098         (__longjmp): Add longjmp and longjmp_target SystemTap
11099         probes.
11100         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
11101         (__sigsetjmp): Add setjmp SystemTap probe.
11103 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
11105         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
11106         match manual order.
11108 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11110         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
11112         * sysdeps/powerpc/fpu/fenv_private.h
11113         (libc_feholdexcept_setroundl_ctx): Define to
11114         libc_feholdexcept_setround_ppc_ctx.
11115         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
11116         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
11117         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
11118         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
11120 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
11122         * sysdeps/aarch64/math-tests.h: New file.
11124 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
11126         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
11127         New.
11128         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
11129         Check and set bit_AVX2_Usable.
11130         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
11131         macro.
11132         (bit_AVX2): Likewise.
11133         (index_AVX2_Usable): Likewise.
11134         (CPUID_AVX2): Likewise.
11135         (HAS_AVX2): Likewise.
11137 2014-04-17  Will Newton  <will.newton@linaro.org>
11139         * manual/setjmp.texi (System V contexts): Add note that
11140         calling setcontext on a context created by a call to a
11141         signal handler is undefined.  Update text to note that
11142         setcontext from a signal handler is possible but not
11143         recommended.
11145         [BZ #16629]
11146         * stdlib/tst-setcontext.c: Include signal.h.
11147         (main): Check that the signal stack before and
11148         after swapcontext is the same.
11150         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
11151         Re-implement to restore registers in user code and avoid
11152         rt_sigreturn system call.
11154 2014-04-17  Wilco  <wdijkstr@arm.com>
11156         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
11157         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
11158         * math/test-fenv.c: Skip exception trap tests on targets which only
11159         support non-stop mode.
11161 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
11162             Wilco Dijkstra  <wilco.dijkstra@arm.com>
11164         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
11165         (libc_feholdsetround_aarch64_ctx)
11166         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
11167         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
11168         (libc_feresetround_ctx, libc_feresetroundf_ctx)
11169         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
11170         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
11171         (libc_feresetround_noexl_ctx): Define.
11173 2014-04-16  Richard Henderson  <rth@redhat.com>
11175         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
11177         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
11178         unwind tables.
11180         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
11181         const from the non-libc, non-ldso copy.
11183         * sysdeps/alpha/libm-test-ulps: Regenerate.
11185 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
11186             Wilco Dijkstra  <wilco.dijkstra@arm.com>
11188         * sysdeps/aarch64/fpu/math_private.h: New file.
11190 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11192         * sysdeps/aarch64/libm-test-ulps: Regenerate.
11194 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
11196         [BZ #16275]
11197         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
11198         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
11199         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
11200         Intel MPX bound registers before _dl_profile_fixup.
11201         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
11202         registers after _dl_profile_fixup.  Save and restore bound
11203         registers bnd0/bnd1 when calling _dl_call_pltexit.
11204         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
11205         (LR_BND_OFFSET): Likewise.
11206         (LRV_BND0_OFFSET): Likewise.
11207         (LRV_BND1_OFFSET): Likewise.
11209 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11211         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
11212         to...
11213         * sysdeps/mach/hurd/i386/tls.h: ... here.
11214         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
11215         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
11216         fields.
11218 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11220         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
11222 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
11224         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11226 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
11228         [BZ #14770]
11229         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
11230         * sysdeps/s390/configure: Regenerate.
11232         [BZ #16824]
11233         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
11234         Set round-to-nearest internally to reduce error accumulation.
11236 2014-04-16  Alan Modra  <amodra@gmail.com>
11238         [BZ #16740]
11239         [BZ #16619]
11240         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
11241         * math/libm-test.inc (frexp_test_data): Add tests.
11242         * NEWS: Update fixed bug list.
11244 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
11246         * benchtests/Makefile: Depend on libraries in build directory.
11247         (bench-math): Separate out math tests.
11248         (bench-pthread): Separate out pthread tests.
11249         (bench): Include math and pthread tests.
11251 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
11253         [BZ #16831]
11254         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
11255         _dl_debug_initialize.
11257         * configure.ac: Remove SELinux header check.
11258         * configure: Regenerate.
11259         * nscd/selinux.c (perms): Array of const char* to permission names.
11260         (nscd_request_avc_has_perm): Call security_deny_unknown to find
11261         default policy. Call string_to_security_class and string_to_av_perm to
11262         translate strings. Enforce default policy and call avs_has_perm with
11263         results of translated strings.
11265 2014-04-13  David S. Miller  <davem@davemloft.net>
11267         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11269 2014-04-12  Allan McRae  <allan@archlinux.org>
11271         [BZ #16838]
11272         * manual/string.texi (Collation Functions): Fix qsort argument
11273         order in example.
11274         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
11276 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
11278         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
11279         Make the test a no-op if there are no exceptions defined.
11281 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
11283         * elf/Makefile (tests): make tst-dlopen-aout conditional on
11284         enable-hardcoded-path-in-tests
11286 2014-04-11  Will Newton  <will.newton@linaro.org>
11288         * benchtests/Makefile (extra-objs): Add json-lib.o.
11289         (bench-func): Tidy up JSON output.
11290         * benchtests/bench-skeleton.c: Include json-lib.h.
11291         (main): Use JSON library functions to do output of
11292         benchmark results.
11293         * benchtests/bench-timing-type.c (main): Output the
11294         timing type simply, leaving formatting to the user.
11295         * benchtests/json-lib.c: New file.
11296         * benchtests/json-lib.h: Likewise.
11298 2014-04-11  Torvald Riegel  <triegel@redhat.com>
11300         [BZ #15215]
11301         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
11302         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
11303         memory barriers.  Add comments.
11304         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
11305         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
11306         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
11307         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
11308         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
11309         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
11311 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
11313         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
11314         * sysdeps/s390/s390-64/configure.ac: ... this ...
11315         * sysdeps/s390/configure.ac: ... to here.
11316         * sysdeps/s390/s390-32/configure: Delete file.
11317         * sysdeps/s390/s390-64/configure: Delete file.
11318         * sysdeps/s390/configure: Regenerate.
11320 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
11322         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
11324 2014-04-11  Will Newton  <will.newton@linaro.org>
11326         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
11327         to zero if it is not defined elsewhere.  (mtrim): Test
11328         the value of MALLOC_DEBUG with #if rather than #ifdef.
11330 2014-04-10 Torvald Riegel  <triegel@redhat.com>
11332         * benchtests/pthread_once-inputs: New file.
11333         * benchtests/pthread_once-source.c: New file.
11334         * benchtests/README: Update documentation.
11336 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
11337             H.J. Lu  <hongjiu.lu@intel.com>
11339         [BZ #16275]
11340         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
11341         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
11342         * sysdeps/x86_64/configure: Regenerated.
11343         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
11344         macro.
11345         (REGISTER_SAVE_RAX): Likewise.
11346         (REGISTER_SAVE_RCX): Likewise.
11347         (REGISTER_SAVE_RDX): Likewise.
11348         (REGISTER_SAVE_RSI): Likewise.
11349         (REGISTER_SAVE_RDI): Likewise.
11350         (REGISTER_SAVE_R8): Likewise.
11351         (REGISTER_SAVE_R9): Likewise.
11352         (REGISTER_SAVE_BND0): Likewise.
11353         (REGISTER_SAVE_BND1): Likewise.
11354         (REGISTER_SAVE_BND2): Likewise.
11355         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
11356         bound registers when calling _dl_fixup.
11358 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11360         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
11361         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
11362         of its definition.
11363         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
11364         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
11365         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
11366         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
11367         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
11368         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
11369         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
11371 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
11373         [BZ #15514]
11374         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
11375         pathconf(_PC_NAME_MAX).
11377 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11379         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
11380         Remove macro usage.
11381         (__PTHREAD_SPINS): Move definition to ...
11382         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11383         (__PTHREAD_SPINS): ... here.
11384         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11385         (__PTHREAD_SPIN): Likewise.
11386         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
11387         (__PTHREAD_SPIN): Likewise.
11388         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
11389         (__PTHREAD_SPIN): Likewise.
11390         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
11391         (__PTHREAD_SPIN): Likewise.
11392         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
11393         (__PTHREAD_SPIN): Likewise.
11394         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
11395         (__PTHREAD_SPIN): Likewise.
11396         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
11397         (__PTHREAD_SPIN): Likewise.
11398         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
11399         (__PTHREAD_SPIN): Likewise.
11400         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
11401         (__PTHREAD_SPIN): Likewise.
11402         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
11403         (__PTHREAD_SPIN): Likewise.
11404         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
11405         (__PTHREAD_SPIN): Likewise.
11406         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
11407         (__PTHREAD_SPIN): Likewise.
11409         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
11410         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
11411         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
11412         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
11413         imply folder.
11414         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
11415         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
11416         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
11417         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
11418         correct imply path.
11419         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
11420         strlen symbol for non multi-arch builds.
11421         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
11422         missing hidden_def and weak_alias.
11424 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
11426         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
11428 2014-04-07  Will Newton  <will.newton@linaro.org>
11430         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
11431         and contents.  [!_LIBC] Remove #ifndef and contents.
11432         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
11433         * string/memccpy.c (__memccpy): Use ANSI prototype.
11434         * string/memfrob.c (memfrob): Likewise.
11435         * string/strcoll.c (STRCOLL): Likewise.
11436         * string/strlen.c (strlen): Likewise.
11437         * string/strtok.c (STRTOK): Likewise.
11438         * string/strcat.c: Remove unused #include of memcopy.h.
11439         (strcat): Use ANSI prototype.
11440         * string/strchr.c: Remove unused #include of memcopy.h.
11441         (strchr): Use ANSI prototype.
11442         * string/strcmp.c: Remove unused #include of memcopy.h.
11443         (strcmp): Use ANSI prototype.
11444         * string/strcpy.c: Remove unused #include of memcopy.h.
11445         (strcpy): Use ANSI prototype.
11447 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11449         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
11450         * config.make.in (config-extra-cppflags): Set it from
11451         libc_extra_cppflags.
11452         * configure.ac (libc_extra_cflags): Make it accumulate over
11453         configure fragments.
11454         (libc_extra_cppflags): New flag.
11455         * configure. Regenerate.
11456         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
11457         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
11458         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
11459         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
11461         [BZ #16815]
11462         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
11463         result for FE_DOWNWARD rounding mode.
11464         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
11465         Likewise.
11466         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11468 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
11470         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
11471         in function argument name.
11473 2014-04-03  David Svoboda  <svoboda@cert.org>
11475         [BZ #5666]
11476         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
11477         explicitly.
11479 2014-04-03  Roland McGrath  <roland@hack.frob.com>
11481         * elf/dl-unmap-segments.h: New file.
11482         * sysdeps/generic/ldsodefs.h
11483         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
11484         * elf/dl-close.c: Include <dl-unmap-segments.h>.
11485         * elf/dl-fptr.c: Likewise.
11486         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
11487         * sysdeps/aarch64/tlsdesc.c: Likewise.
11488         * sysdeps/arm/tlsdesc.c: Likewise.
11489         * sysdeps/i386/tlsdesc.c: Likewise.
11490         * sysdeps/tile/dl-runtime.c: Likewise.
11491         * sysdeps/x86_64/tlsdesc.c: Likewise.
11492         * elf/dl-load.h: New file.
11493         * elf/dl-load.c: Include it.
11494         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
11495         Macros moved to dl-load.h.
11496         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
11497         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
11498         Use _dl_unmap_segments in place of __munmap.
11499         Break out segment-mapping loop into ...
11500         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
11502 2014-04-03  Will Newton  <will.newton@linaro.org>
11504         * elf/dl-lookup.c (do_lookup_x): Remove comment
11505         referring to nested function and move variable
11506         declarations down to before first use.
11508 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
11510         [BZ #16799]
11511         [BZ #16800]
11512         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
11513         with 0 numerator.
11514         * math/s_catanf.c (__catanf): Likewise.
11515         * math/s_catanh.c (__catanh): Likewise.
11516         * math/s_catanhf.c (__catanhf): Likewise.
11517         * math/s_catanhl.c (__catanhl): Likewise.
11518         * math/s_catanl.c (__catanl): Likewise.
11519         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
11520         by positive zero when computing -Inf result.
11521         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
11522         (catanh_test): Likewise.
11523         * sysdeps/i386/fpu/libm-test-ulps: Update.
11524         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11526         [BZ #16789]
11527         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
11528         instead of using underflowing value in computing result.
11529         * math/s_clog10.c (__clog10): Likewise.
11530         * math/s_clog10f.c (__clog10f): Likewise.
11531         * math/s_clog10l.c (__clog10l): Likewise.
11532         * math/s_clogf.c (__clogf): Likewise.
11533         * math/s_clogl.c (__clogl): Likewise.
11534         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
11535         (clog10_test): Likewise.
11536         * sysdeps/i386/fpu/libm-test-ulps: Update.
11537         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11539 2014-04-02  Alan Modra  <amodra@gmail.com>
11541         [BZ #16739]
11542         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
11543         output when value is near a power of two.  Use int64_t for lx and
11544         remove casts.  Use decimal rather than hex exponent constants.
11545         Don't use long double multiplication when double will suffice.
11546         * math/libm-test.inc (nextafter_test_data): Add tests.
11547         * NEWS: Add 16739 and 16786 to bug list.
11549         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
11551         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
11553 2014-04-01  Will Newton  <will.newton@linaro.org>
11555         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
11556         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
11558 2014-04-01  Florian Weimer  <fweimer@redhat.com>
11560         [BZ #13347]
11561         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
11562         * nptl/tst-setuid2.c: New file.
11563         * nptl/Makefile (xtests): Add tst-setuid2.
11565 2014-04-01  Alan Modra  <amodra@gmail.com>
11567         [BZ #16786]
11568         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
11570 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11572         [BZ #6803]
11573         [BZ #6804]
11574         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
11575         set errno as appropriate.
11576         * math/w_scalbf.c (__scalbf): Likewise.
11577         * math/w_scalbl.c (__scalbl): Likewise.
11578         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
11579         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
11580         * math/libm-test.inc (scalb_test_data): Add errno expectations.
11581         Add more NaN tests.
11583         [BZ #16349]
11584         * math/w_atan2.c: Include <errno.h>.
11585         (__atan2): Set errno for result underflowing to zero.
11586         * math/w_atan2f.c: Include <errno.h>.
11587         (__atan2f): Set errno for result underflowing to zero.
11588         * math/w_atan2l.c: Include <errno.h>.
11589         (__atan2l): Set errno for result underflowing to zero.
11590         * math/auto-libm-test-in: Don't allow missing errno for some atan2
11591         tests.
11592         * math/auto-libm-test-out: Regenerated.
11594 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11596         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
11597         Encode instruction correctly in little endian.
11598         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
11599         Likewise.
11600         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
11601         Likewise.
11602         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
11603         Likewise.
11604         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
11605         Likewise.
11607 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11609         [BZ #9894]
11610         * sysdeps/unix/sysv/linux/kernel-features.h
11611         [__sparc__ && !__arch64__ && !__sparc_v9__]
11612         (__ASSUME_SET_ROBUST_LIST): Do not define.
11613         [__sparc__ && !__arch64__ && !__sparc_v9__]
11614         (__ASSUME_FUTEX_LOCK_PI): Likewise.
11615         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
11616         Likewise.
11617         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11618         (__ASSUME_FUTEX_LOCK_PI): Undefine.
11619         (__ASSUME_REQUEUE_PI): Likewise.
11620         (__ASSUME_SET_ROBUST_LIST): Likewise.
11621         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
11622         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
11623         Undefine.
11624         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11625         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
11626         Likewise.
11627         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
11628         Likewise.
11629         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
11630         Likewise.
11631         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11632         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
11633         Undefine.
11634         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
11635         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
11636         Likewise.
11638         [BZ #16648]
11639         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11640         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
11641         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
11643 2014-03-31  Will Newton  <will.newton@linaro.org>
11645         * benchtests/Makefile (bench): Add ffs and ffsll to list
11646         of tests.
11647         * benchtests/ffs-inputs: New file.
11648         * benchtests/ffsll-inputs: Likewise.
11650 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
11652         [BZ #16770]
11653         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
11654         too large before casting to int.
11655         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
11656         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
11657         * math/libm-test.inc (scalb_test_data): Add more tests.
11659 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
11661         * benchtests/Makefile (DETAILED_OPT): New make option.
11662         (bench-func): Run benchmark program with -d if DETAILED_OPT is
11663         set.
11664         * benchtests/bench-skeleton.c: Include stdbool.h.
11665         (main): Store and print timings per input.
11666         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
11667         member to each argument value.
11668         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
11669         (_print_arg_data): Initialize per-input timing to 0.
11671         * benchtests/Makefile (timing-type): New binary.
11672         (bench-clean): Also remove bench-timing-type.
11673         (bench): New target for timing-type.
11674         (bench-func): Print output in JSON format.
11675         * benchtests/bench-skeleton.c (main): Print output in JSON
11676         format.
11677         * benchtests/bench-timing-type.c: New file.
11678         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
11679         (TIMING_PRINT_STATS): Remove.
11680         * benchtests/scripts/bench.py (_print_arg_data): Store variant
11681         name separately.
11683         * benchtests/bench-modf.c: Remove.
11684         * benchtests/modf-inputs: New inputs file.
11686 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
11688         [BZ #16362]
11689         * math/s_clog10.c (M_PI_LOG10E): New macro.
11690         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
11691         imaginary parts are 0.
11692         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
11693         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
11694         imaginary parts are 0.
11695         * math/s_clog10l.c (M_PI_LOG10El): New macro.
11696         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
11697         imaginary parts are 0.
11698         * math/libm-test.inc (clog10_test_data): Update expected results
11699         for when real and imaginary parts are 0.
11701 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
11703         * elf/dl-load.c: Finish conversion of __builtin_expect into
11704         __glibc_{un}likely.
11706 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
11708         [BZ #16348]
11709         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
11710         1+x for argument with exponent below -67.
11711         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
11712         Likewise.
11713         * math/auto-libm-test-in: Add more tests of exp.
11714         * math/auto-libm-test-out: Regenerated.
11716 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11718         [BZ #16759]
11719         * inet/getnetgrent_r.c (get_nonempty_val): New function.
11720         (nscd_getnetgrent): Use it.
11722         [BZ #16760]
11723         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
11724         of stpcpy.
11726 2014-03-27  Andi Kleen  <ak@linux.intel.com>
11728         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
11729         (lll_robust_lock, lll_cond_lock, lll_timedlock)
11730         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
11731         (lll_robust_unlock): Remove out of line section. Use cfi
11732         intrinsics.
11733         (LLL_STUB_UNWIND_INFO*): Remove.
11734         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
11735         (lll_robust_lock, lll_cond_lock, lll_timedlock)
11736         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
11737         (lll_robust_unlock): Remove out of line section. Use cfi
11738         intrinsics.
11739         (LLL_STUB_UNWIND_INFO*): Remove.
11741 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11743         [BZ #16758]
11744         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
11745         blank values.
11747 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
11749         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
11751 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
11753         [BZ #16198]
11754         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
11755         fnstenv.
11756         * math/test-fenv-preserve.c: New file.
11757         * math/Makefile (tests): Add test-fenv-preserve.
11759 2014-03-26  Will Newton <will.newton@linaro.org>
11761         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
11763 2014-03-25  Roland McGrath  <roland@hack.frob.com>
11765         * scripts/versionlist.awk: Partition the version sets and emit all
11766         GLIBC_* (sorted) before all others (sorted).
11768 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
11770         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
11771         GLIBC_2.2.5 version.
11773 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11775         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
11776         calls.
11778         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
11779         previous change.
11781         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11783 2014-03-25  Andreas Schwab  <schwab@suse.de>
11785         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
11786         label to be used after in6ailist is initialized.
11788 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11790         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11791         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
11793 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
11795         [BZ #16357]
11796         [BZ #16599]
11797         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
11798         min_plus_half.
11799         (fp_formats): Update initializers.
11800         (init_fp_formats): Initialize new field.
11801         (output_for_one_input_case): Allow underflow for results up to
11802         min_plus_half.
11803         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
11804         * math/auto-libm-test-in: Don't mark some underflows from asin and
11805         atanh as spurious.
11806         * math/auto-libm-test-out: Regenerated.
11807         * sysdeps/i386/fpu/libm-test-ulps: Update.
11808         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11810 2014-03-25  Andreas Schwab  <schwab@suse.de>
11812         * libio/Makefile (tst-ftell-partial-wide-ENV)
11813         (tst-ftell-active-handler-ENV): Define.
11815 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
11817         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
11819 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
11821         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
11823 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
11825         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
11826         * sysdeps/x86_64/fpu/multiarch/e_exp.c
11827         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
11829 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
11831         [BZ #16634]
11832         * elf/dl-load.c (open_verify): Add mode parameter.
11833         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
11834         (open_path): Change from boolean 'secure' to complete flag 'mode'
11835         (_dl_map_object): Adjust.
11836         * elf/Makefile (tests): Add tst-dlopen-aout.
11837         * elf/tst-dlopen-aout.c: New test.
11839 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
11841         [BZ #16714]
11842         * sysdeps/unix/sysv/linux/s390/bits/stat.h
11843         (struct stat): Rename member pad0 to __glibc_reserved0.
11845         [BZ #16712]
11846         * sysdeps/s390/s390-32/bits/wordsize.h
11847         (__WORDSIZE32_SIZE_ULONG): New define.
11848         * sysdeps/s390/s390-64/bits/wordsize.h
11849         (__WORDSIZE32_SIZE_ULONG): Likewise.
11850         * sysdeps/generic/stdint.h (SIZE_MAX):
11851         Define as UL if __WORDSIZE32_SIZE_ULONG.
11853         [BZ #16713]
11854         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
11855         (__glibc_reserved0): New variable.
11856         (sa_flags): Change type to int.
11858         * posix/Makefile (before-compile): Use += before-compile instead
11859         of a :=.
11861         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11862         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
11864 2014-03-20  Andreas Schwab  <schwab@suse.de>
11866         [BZ #16743]
11867         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
11868         non-matching result from nscd.
11870 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
11872         * scripts/bench.py: Moved to ...
11873         * benchtests/scripts/bench.py: ... here.
11874         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
11876 2014-03-24  Andreas Schwab  <schwab@suse.de>
11878         [BZ #16002]
11879         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
11880         alloca_account and account alloca use for struct in6ailist.
11882 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
11884         [BZ #16284]
11885         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
11886         rounding mode to recompute results that overflow to infinity or
11887         underflow to zero.
11888         * math/auto-libm-test-in: Don't mark tests as expected to fail for
11889         bug 16284.
11890         * math/auto-libm-test-out: Regenerated.
11891         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
11892         (ccosh_test): Likewise.
11893         (csin_test_data): Use plus_oflow.
11894         (csin_test): Use ALL_RM_TEST.
11895         (csinh_test_data): Use plus_oflow.
11896         (csinh_test): Use ALL_RM_TEST.
11897         * sysdeps/i386/fpu/libm-test-ulps: Update.
11898         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11900 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
11902         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
11903         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
11904         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
11906         [BZ #16731]
11907         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
11908         when x - 1 is zero.
11909         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
11910         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
11911         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
11912         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
11913         argument is 1.
11914         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
11915         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
11916         zero.
11917         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
11918         * sysdeps/i386/fpu/libm-test-ulps: Update.
11919         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11921 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
11923         * scripts/bench.pl: Remove file.
11924         * scripts/bench.py: New benchmark script.
11925         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
11926         * benchtests/README: Mention python dependency.
11927         * scripts/pylintrc: New file.
11928         * scripts/pylint: New file.
11930         * bits/mathdef.h: Use #ifdef instead of #if.
11931         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
11932         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11933         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
11934         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11935         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
11936         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11938 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11939             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
11941         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
11942         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
11943         and strpbrk-ppc64 objects.
11944         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11945         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
11946         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
11947         multiarch strpbrk for POWER7.
11948         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
11949         multiarch strpbrk for PPC64.
11950         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
11951         ifunc selector.
11952         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
11953         strpbrk for POWER7.
11955 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
11957         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
11958         (atan_test): Likewise.
11959         (atanh_test_data): Use NO_TEST_INLINE for two tests.
11960         (atanh_test): Use ALL_RM_TEST.
11961         (atan2_test_data): Likewise.
11962         (cabs_test): Likewise.
11963         (cacosh_test): Likewise.
11964         (carg_test): Likewise.
11965         (casin_test): Likewise.
11966         (casinh_test): Likewise.
11967         (cbrt_test): Likewise.
11968         (csqrt_test): Likewise.
11969         (erf_test): Likewise.
11970         (erfc_test): Likewise.
11971         (pow10_test): Likewise.
11972         (exp2_test): Likewise.
11973         (hypot_test): Likewise.
11974         (j0_test): Likewise.
11975         (j1_test): Likewise.
11976         (lgamma_test): Likewise.
11977         (gamma_test): Likewise.
11978         (sincos_test): Likewise.
11979         (tanh_test): Likewise.
11980         (y0_test): Likewise.
11981         (y1_test): Likewise.
11982         * sysdeps/i386/fpu/libm-test-ulps: Update.
11983         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11985 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11987         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
11988         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
11989         and strcspn-ppc64 objects.
11990         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11991         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
11992         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
11993         multiarch strcspn for POWER7.
11994         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
11995         multiarch strcspn for PPC64.
11996         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
11997         ifunc selector.
11998         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
11999         strcspn for POWER7.
12001 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
12003         * math/gen-libm-test.pl (generate_testfile): Expect only function
12004         name as argument to AUTO_TESTS_* and pass results for all rounding
12005         modes to parse_args.
12006         (parse_auto_input): Separate inputs of automatic tests from
12007         outputs before storing in %auto_tests.
12008         * math/libm-test.inc (acos_test_data): Update call to
12009         AUTO_TESTS_f_f.
12010         (acos_test): Use ALL_RM_TEST.
12011         (acos_tonearest_test_data): Remove.
12012         (acos_test_tonearest): Likewise.
12013         (acos_towardzero_test_data): Likewise.
12014         (acos_test_towardzero): Likewise.
12015         (acos_downward_test_data): Likewise.
12016         (acos_test_downward): Likewise.
12017         (acos_upward_test_data): Likewise.
12018         (acos_test_upward): Likewise.
12019         (acosh_test_data): Update call to AUTO_TESTS_f_f.
12020         (asin_test_data): Likewise.
12021         (asin_test): Use ALL_RM_TEST.
12022         (asin_tonearest_test_data): Remove.
12023         (asin_test_tonearest): Likewise.
12024         (asin_towardzero_test_data): Likewise.
12025         (asin_test_towardzero): Likewise.
12026         (asin_downward_test_data): Likewise.
12027         (asin_test_downward): Likewise.
12028         (asin_upward_test_data): Likewise.
12029         (asin_test_upward): Likewise.
12030         (asinh_test_data): Update call to AUTO_TESTS_f_f.
12031         (atan_test_data): Likewise.
12032         (atanh_test_data): Likewise.
12033         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
12034         (cabs_test_data): Update call to AUTO_TESTS_c_f.
12035         (carg_test_data): Likewise.
12036         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
12037         (ccos_test_data): Update call to AUTO_TESTS_c_c.
12038         (ccosh_test_data): Likewise.
12039         (cexp_test_data): Likewise.
12040         (clog_test_data): Likewise.
12041         (clog10_test_data): Likewise.
12042         (cos_test_data): Update call to AUTO_TESTS_f_f.
12043         (cos_test): Use ALL_RM_TEST.
12044         (cos_tonearest_test_data): Remove.
12045         (cos_test_tonearest): Likewise.
12046         (cos_towardzero_test_data): Likewise.
12047         (cos_test_towardzero): Likewise.
12048         (cos_downward_test_data): Likewise.
12049         (cos_test_downward): Likewise.
12050         (cos_upward_test_data): Likewise.
12051         (cos_test_upward): Likewise.
12052         (cosh_test_data): Update call to AUTO_TESTS_f_f.
12053         (cosh_test): Use ALL_RM_TEST.
12054         (cosh_tonearest_test_data): Remove.
12055         (cosh_test_tonearest): Likewise.
12056         (cosh_towardzero_test_data): Likewise.
12057         (cosh_test_towardzero): Likewise.
12058         (cosh_downward_test_data): Likewise.
12059         (cosh_test_downward): Likewise.
12060         (cosh_upward_test_data): Likewise.
12061         (cosh_test_upward): Likewise.
12062         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
12063         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
12064         (ctan_test_data): Likewise.
12065         (ctan_test): Use ALL_RM_TEST.
12066         (ctan_tonearest_test_data): Remove.
12067         (ctan_test_tonearest): Likewise.
12068         (ctan_towardzero_test_data): Likewise.
12069         (ctan_test_towardzero): Likewise.
12070         (ctan_downward_test_data): Likewise.
12071         (ctan_test_downward): Likewise.
12072         (ctan_upward_test_data): Likewise.
12073         (ctan_test_upward): Likewise.
12074         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
12075         (ctanh_test): Use ALL_RM_TEST.
12076         (ctanh_tonearest_test_data): Remove.
12077         (ctanh_test_tonearest): Likewise.
12078         (ctanh_towardzero_test_data): Likewise.
12079         (ctanh_test_towardzero): Likewise.
12080         (ctanh_downward_test_data): Likewise.
12081         (ctanh_test_downward): Likewise.
12082         (ctanh_upward_test_data): Likewise.
12083         (ctanh_test_upward): Likewise.
12084         (erf_test_data): Update call to AUTO_TESTS_f_f.
12085         (erfc_test_data): Likewise.
12086         (exp_test_data): Likewise.
12087         (exp_test): Use ALL_RM_TEST.
12088         (exp_tonearest_test_data): Remove.
12089         (exp_test_tonearest): Likewise.
12090         (exp_towardzero_test_data): Likewise.
12091         (exp_test_towardzero): Likewise.
12092         (exp_downward_test_data): Likewise.
12093         (exp_test_downward): Likewise.
12094         (exp_upward_test_data): Likewise.
12095         (exp_test_upward): Likewise.
12096         (exp10_test_data): Update call to AUTO_TESTS_f_f.
12097         (exp10_test): Use ALL_RM_TEST.
12098         (exp10_tonearest_test_data): Remove.
12099         (exp10_test_tonearest): Likewise.
12100         (exp10_towardzero_test_data): Likewise.
12101         (exp10_test_towardzero): Likewise.
12102         (exp10_downward_test_data): Likewise.
12103         (exp10_test_downward): Likewise.
12104         (exp10_upward_test_data): Likewise.
12105         (exp10_test_upward): Likewise.
12106         (exp2_test_data): Update call to AUTO_TESTS_f_f.
12107         (expm1_test_data): Likewise.
12108         (expm1_test): Use ALL_RM_TEST.
12109         (expm1_tonearest_test_data): Remove.
12110         (expm1_test_tonearest): Likewise.
12111         (expm1_towardzero_test_data): Likewise.
12112         (expm1_test_towardzero): Likewise.
12113         (expm1_downward_test_data): Likewise.
12114         (expm1_test_downward): Likewise.
12115         (expm1_upward_test_data): Likewise.
12116         (expm1_test_upward): Likewise.
12117         (fma_test_data): Update call to AUTO_TESTS_fff_f.
12118         (fma_test): Use ALL_RM_TEST.
12119         (fma_towardzero_test_data): Remove.
12120         (fma_test_towardzero): Likewise.
12121         (fma_downward_test_data): Likewise.
12122         (fma_test_downward): Likewise.
12123         (fma_upward_test_data): Likewise.
12124         (fma_test_upward): Likewise.
12125         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
12126         (j0_test_data): Update call to AUTO_TESTS_f_f.
12127         (j1_test_data): Likewise.
12128         (jn_test_data): Update call to AUTO_TESTS_if_f.
12129         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
12130         (log_test_data): Update call to AUTO_TESTS_f_f.
12131         (log10_test_data): Likewise.
12132         (log1p_test_data): Likewise.
12133         (log2_test_data): Likewise.
12134         (pow_test_data): Update call to AUTO_TESTS_ff_f.
12135         (pow_tonearest_test_data): Likewise.
12136         (sin_test_data): Update call to AUTO_TESTS_f_f.
12137         (sin_test): Use ALL_RM_TEST.
12138         (sin_tonearest_test_data): Remove.
12139         (sin_test_tonearest): Likewise.
12140         (sin_towardzero_test_data): Likewise.
12141         (sin_test_towardzero): Likewise.
12142         (sin_downward_test_data): Likewise.
12143         (sin_test_downward): Likewise.
12144         (sin_upward_test_data): Likewise.
12145         (sin_test_upward): Likewise.
12146         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
12147         (sinh_test_data): Update call to AUTO_TESTS_f_f.
12148         (sinh_test): Use ALL_RM_TEST.
12149         (sinh_tonearest_test_data): Remove.
12150         (sinh_test_tonearest): Likewise.
12151         (sinh_towardzero_test_data): Likewise.
12152         (sinh_test_towardzero): Likewise.
12153         (sinh_downward_test_data): Likewise.
12154         (sinh_test_downward): Likewise.
12155         (sinh_upward_test_data): Likewise.
12156         (sinh_test_upward): Likewise.
12157         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
12158         (sqrt_test): Use ALL_RM_TEST.
12159         (sqrt_tonearest_test_data): Remove.
12160         (sqrt_test_tonearest): Likewise.
12161         (sqrt_towardzero_test_data): Likewise.
12162         (sqrt_test_towardzero): Likewise.
12163         (sqrt_downward_test_data): Likewise.
12164         (sqrt_test_downward): Likewise.
12165         (sqrt_upward_test_data): Likewise.
12166         (sqrt_test_upward): Likewise.
12167         (tan_test_data): Update call to AUTO_TESTS_f_f.
12168         (tan_test): Use ALL_RM_TEST.
12169         (tan_tonearest_test_data): Remove.
12170         (tan_test_tonearest): Likewise.
12171         (tan_towardzero_test_data): Likewise.
12172         (tan_test_towardzero): Likewise.
12173         (tan_downward_test_data): Likewise.
12174         (tan_test_downward): Likewise.
12175         (tan_upward_test_data): Likewise.
12176         (tan_test_upward): Likewise.
12177         (tanh_test_data): Update call to AUTO_TESTS_f_f.
12178         (tgamma_test_data): Likewise.
12179         (y0_test_data): Likewise.
12180         (y1_test_data): Likewise.
12181         (yn_test_data): Update call to AUTO_TESTS_if_f.
12182         (main): Do not call removed functions.
12184 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
12186         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
12187         (ldexp_test_data): Remove.
12188         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
12189         scalbn_test_data.
12190         (scalb_test): Use ALL_RM_TEST.
12192 2014-03-19  Andreas Schwab  <schwab@suse.de>
12194         * nscd/nscd.service: Also invalidate netgroup cache on reload.
12196 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
12198         [BZ #16649]
12199         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
12200         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
12201         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
12202         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12203         (__ASSUME_PREADV): Undefine.
12204         (__ASSUME_PWRITEV): Likewise.
12206 2014-03-18  Roland McGrath  <roland@hack.frob.com>
12208         * bits/mman-linux.h: Add comment about non-Linux use.
12209         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
12210         bits/mman-linux.h resting place.
12212         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
12213         * bits/mman-linux.h: ... here.
12215 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12217         * conform/conformtest.pl: Add standard definition when calling C
12218         preprocessor on data files.
12219         (checknamespace): Remove unused variable.
12221 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
12223         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
12224         minus_oflow, plus_uflow and minus_uflow in expected results.
12225         * math/libm-test.inc (scalbn_test_data): Add more tests of
12226         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
12227         minus_uflow.
12228         (scalbn_test): Use ALL_RM_TEST.
12229         (scalbln_test_data): Add more tests of negative arguments.  Use
12230         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
12231         (scalbln_test): Use ALL_RM_TEST.
12233 2014-03-18  Roland McGrath  <roland@hack.frob.com>
12235         * scripts/abilist.awk: Ignore symbols marked with .hidden.
12237 2014-03-18  Will Newton  <will.newton@linaro.org>
12239         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
12240         inaccurate comment.
12242 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
12244         * Makerules [!subdir] (check-abi): Exit with error status if a
12245         test failed.
12247 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
12249         * math/libm-test.inc (nearbyint_test_data): Include all tests used
12250         for rint.  Include results for all rounding modes.
12251         (nearbyint_test): Use ALL_RM_TEST.
12252         (rint_test_data): Include all tests used for nearbyint.
12254 2014-03-17  Will Newton  <will.newton@linaro.org>
12256         * nptl/sysdeps/pthread/pthread.h: Revert previous
12257         change.
12259         * sysdeps/generic/ldsodefs.h: Revert previous
12260         change.
12262         * libio/genops.c: Revert previous change.
12263         * libio/libioP.h: Likewise.
12264         * stdio-common/vfprintf.c: Likewise.
12266         * sysdeps/generic/math_private.h: Revert previous
12267         change.
12269         * sysdeps/generic/math_private.h: Check whether
12270         HAVE_RM_CTX is defined with #ifdef rather
12271         than #if.
12273         * argp/argp-fmtstream.h: Check whether
12274         __STRICT_ANSI__ is defined with #ifdef rather
12275         than #if.
12276         * argp/argp.h: Likewise.
12278         * libio/genops.c: Check whether
12279         _IO_JUMPS_OFFSET is defined with #ifdef rather
12280         than #if.
12281         * libio/libioP.h: Likewise.
12282         * stdio-common/vfprintf.c: Likewise.
12284         * sysdeps/generic/ldsodefs.h: Check whether
12285         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
12286         than #if.
12288         * nptl/sysdeps/pthread/pthread.h: Check
12289         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
12290         its value.
12292 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
12294         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
12295         setting O_APPEND.
12296         * libio/tst-ftell-active-handler.c (do_append_test): Add a
12297         test case.
12299         [BZ #16680]
12300         * libio/fileops.c (_IO_file_open): Seek to end of file but
12301         don't cache the offset.
12302         (get_file_offset): Remove function.
12303         (do_ftell): Use cached offset when available.
12304         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
12305         don't cache the offset.
12306         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
12307         case.
12308         (do_one_test): Call it.
12309         (do_ftell_test): Fix up expected old offset for a+ mode.
12310         * libio/wfileops.c (do_ftell_wide): Used cached offset when
12311         available.
12313         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
12314         up test status with function return status.
12315         (do_write_test): Likewise.
12316         (do_append_test): Likewise.
12318         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
12319         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
12320         Remove.
12322 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
12324         * math/gen-libm-test.pl (parse_args): Handle results specified for
12325         each rounding mode separately.
12326         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
12327         tests and results from lrint_tonearest_test_data,
12328         lrint_towardzero_test_data, lrint_downward_test_data and
12329         lrint_upward_test_data.
12330         (lrint_test): Use ALL_RM_TEST.
12331         (lrint_tonearest_test_data): Remove.
12332         (lrint_test_tonearest): Likewise.
12333         (lrint_towardzero_test_data): Likewise.
12334         (lrint_test_towardzero): Likewise.
12335         (lrint_downward_test_data): Likewise.
12336         (lrint_test_downward): Likewise.
12337         (lrint_upward_test_data): Likewise.
12338         (lrint_test_upward): Likewise.
12339         (llrint_test_data): Merge in per-rounding-mode tests and results
12340         from llrint_tonearest_test_data, llrint_towardzero_test_data,
12341         llrint_downward_test_data and llrint_upward_test_data.
12342         (llrint_test): Use ALL_RM_TEST.
12343         (llrint_tonearest_test_data): Remove.
12344         (llrint_test_tonearest): Likewise.
12345         (llrint_towardzero_test_data): Likewise.
12346         (llrint_test_towardzero): Likewise.
12347         (llrint_downward_test_data): Likewise.
12348         (llrint_test_downward): Likewise.
12349         (llrint_upward_test_data): Likewise.
12350         (llrint_test_upward): Likewise.
12351         (rint_test_data): Merge in per-rounding-mode tests and results
12352         from rint_tonearest_test_data, rint_towardzero_test_data,
12353         rint_downward_test_data and rint_upward_test_data.  Add
12354         per-rounding-mode results for tests not in those arrays.
12355         (rint_test): Use ALL_RM_TEST.
12356         (rint_tonearest_test_data): Remove.
12357         (rint_test_tonearest): Likewise.
12358         (rint_towardzero_test_data): Likewise.
12359         (rint_test_towardzero): Likewise.
12360         (rint_downward_test_data): Likewise.
12361         (rint_test_downward): Likewise.
12362         (rint_upward_test_data): Likewise.
12363         (rint_test_upward): Likewise.
12364         (main): Don't call removed functions.
12366 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12368         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
12369         "Compiled on ..." crapola.  It is anti-useful.
12371 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
12373         * scripts/evaluate-test.sh: Handle fourth argument to determine
12374         whether test run should stop on failure.
12375         * Makeconfig (stop-on-test-failure): New variable.
12376         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
12377         $(stop-on-test-failure).
12378         * Makefile (tests): Give a summary of results from testing and
12379         exit with failure status if they include an ERROR or FAIL.
12380         (xtests): Likewise.
12381         * manual/install.texi (Configuring and compiling): Mention
12382         stop-on-test-failure=y.
12383         * INSTALL: Regenerated.
12385 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12387         * scripts/versionlist.awk: New file.
12388         * Makerules [$(build-shared) = yes]
12389         (postclean-generated): Add Versions.def, not Versions.def.v and
12390         Versions.def.v.i.
12391         ($(common-objpfx)Versions.def.v.i): Target removed.
12392         ($(common-objpfx)Versions.def): New target.
12393         ($(common-objpfx)Versions.all): Depend on that rather that
12394         $(common-objpfx)Versions.def.v.
12395         * Versions.def: File removed.
12397         * Makeconfig (+gccwarn): Add -Wundef.
12398         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
12399         a dl-sysdep.h breaking its contract.
12400         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
12401         * include/stackinfo.h: New file.
12402         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
12403         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
12404         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
12405         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
12406         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
12407         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
12408         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12409         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12410         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12411         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12412         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12413         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
12414         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12415         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12416         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12418 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12420         [BZ #16707]
12421         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
12422         implementation.
12423         * math/libm-test.inc (round_test_data): Add more tests.
12425         [BZ #16706]
12426         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
12427         implementation.
12428         * math/libm-test.inc (nearbyint_test_data): Add more tests.
12430         [BZ #16701]
12431         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
12432         implementation.
12433         * math/libm-test.inc (ceil_test_data): Add more tests.
12435         * math/libm-test.inc (trunc_test_data): Add more tests related to
12436         BZ#16414.
12438 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12440         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
12441         with #if rather than #ifdef.
12442         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
12444 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
12446         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
12447         first.  Disable AVX-512 GCC support if assembler doesn't support
12448         it.
12449         * sysdeps/x86_64/configure: Regenerated.
12451 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
12453         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
12454         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
12455         (__old_pthread_attr_setstack): Likewise.
12456         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
12457         [!_STACK_GROWS_DOWN]: Likewise.
12459 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
12461         * config.make.in (have-bash2): Delete.
12462         * configure.ac (libc_cv_have_bash2): Delete.
12463         * configure: Regenerate.
12464         * elf/Makefile (common-ldd-rewrite): Rename to ...
12465         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
12466         (sh-ldd-rewrite): Delete.
12467         (bash-ldd-rewrite): Delete.
12468         (have-bash2): Delete checks.
12469         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
12470         ldd-rewrite.
12472         * config.make.in (have-ksh): Delete.
12473         (KSH): Delete.
12474         * configure.ac (libc_cv_have_ksh): Delete.
12475         * configure: Regenerate.
12477         * elf/Makefile: Delete $(have-ksh) check.
12478         ($(objpfx)sotruss): Change KSH to BASH.
12479         * elf/sotruss.ksh: Rename to ...
12480         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
12481         function style to match POSIX.  Drop ksh vim mode setting.
12483         * manual/time.texi (Specifying the Time Zone with TZ): Change
12484         Tuesday to Thursday.
12486         * debug/tst-longjmp_chk2.c: Update header comment.
12487         (stackoverflow_handler): Add comment.  Call assert on pass value.
12489 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
12491         [BZ #16194]
12492         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
12493         (HAVE_AVX512_ASM_SUPPORT): Likewise.
12494         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
12495         (La_x86_64_vector): Add zmm.
12496         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
12497         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
12498         ($(objpfx)tst-audit10): New target.
12499         ($(objpfx)tst-audit10.out): Likewise.
12500         (tst-audit10-ENV): New.
12501         (AVX512-CFLAGS): Likewise.
12502         (CFLAGS-tst-audit10.c): Likewise.
12503         (CFLAGS-tst-auditmod10a.c): Likewise.
12504         (CFLAGS-tst-auditmod10b.c): Likewise.
12505         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
12506         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
12507         * sysdeps/x86_64/configure: Regenerated.
12508         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
12509         AVX-512 zmm register support.
12510         (_dl_x86_64_save_sse): Likewise.
12511         (_dl_x86_64_restore_sse): Likewise.
12512         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
12513         size vector registers.
12514         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
12515         (ZMM_SIZE): Likewise.
12516         * sysdeps/x86_64/tst-audit10.c: New file.
12517         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
12518         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
12520 2014-03-13  Roland McGrath  <roland@hack.frob.com>
12522         * configure.ac (HAVE_EHDR_START): New check.
12523         * configure: Regenerated.
12524         * config.h.in (HAVE_EHDR_START): New #undef.
12525         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
12526         assuming the lowest-addressed segment maps the start of the file.
12528 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
12530         * INSTALL: Regenerated.
12532 2014-03-13  Will Newton  <will.newton@linaro.org>
12534         * manual/setjmp.texi (System V contexts): Improve
12535         clarity and grammar of documentation.
12537 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
12539         [BZ #16381]
12540         * elf/Makefile (tests): Add tst-pie2.
12541         (tests-pie): Add tst-pie2.
12542         * elf/tst-pie2.c: New file.
12543         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
12544         for ET_EXEC.
12545         * elf/rtld.c (map_doit): Load executable as lt_executable.
12546         (dl_main): Likewise.
12548 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
12550         [BZ #16642]
12551         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12552         (__ASSUME_PSELECT): Undefine.
12554 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12556         [BZ #16689]
12557         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
12558         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
12559         static build.
12560         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
12561         selector for static builds.
12563 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
12565         [BZ #16695]
12566         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
12567         key in the buffer.
12569 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12571         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
12572         IFUNC selector for static builds.
12574 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
12576         * sysdeps/mips/math_private.h [__mips_hard_float]
12577         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
12578         libc_feresetround_mips_ctx.
12579         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
12580         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
12581         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
12583         [BZ #16677]
12584         * math/s_nextafter.c (__nextafter): Do not return value from
12585         overflowing computation.
12586         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
12587         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
12588         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
12589         Likewise.
12590         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
12591         Likewise.
12592         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
12593         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
12595 2014-03-11  Roland McGrath  <roland@hack.frob.com>
12597         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
12598         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
12599         Move sfi_sp use from the load-multiple (that no longer sets sp) to
12600         the new mov targetting sp.
12602 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12604         [BZ #16683]
12605         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
12606         Define it for static builds as well.
12607         (NO_BZERO_IMPL): Likewise.
12609 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12611         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
12612         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
12613         multiarch strspn for PPC64.
12614         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
12615         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
12616         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12617         (__libc_ifunc_impl_list): Likewise.
12618         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
12619         multiarch optimizations
12620         * string/strspn.c (strspn): Using macro to redefine symbol name.
12622 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12623             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12625         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
12626         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
12627         multiarch strncat for PPC64.
12628         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
12629         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
12630         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12631         (__libc_ifunc_impl_list): Likewise.
12632         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
12633         multiarch optimizations
12635 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
12637         [BZ #16639]
12638         * nscd/nscd.service: Make service type forking.
12640 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12642         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
12643         sign in non default rounding modes.
12644         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
12646 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
12648         * math/libm-test.inc (ALL_RM_TEST): New macro.
12649         (ceil_test): Use ALL_RM_TEST.
12650         (cimag_test): Likewise.
12651         (conj_test): Likewise.
12652         (copysign_test): Likewise.
12653         (cproj_test): Likewise.
12654         (creal_test): Likewise.
12655         (fabs_test): Likewise.
12656         (floor_test): Likewise.
12657         (fmax_test): Likewise.
12658         (fmin_test): Likewise.
12659         (fmod_test): Likewise.
12660         (fpclassify_test): Likewise.
12661         (frexp_test): Likewise.
12662         (ilogb_test): Likewise.
12663         (isfinite_test): Likewise.
12664         (finite_test): Likewise.
12665         (isgreater_test): Likewise.
12666         (isgreaterequal_test): Likewise.
12667         (isinf_test): Likewise.
12668         (isless_test): Likewise.
12669         (islessequal_test): Likewise.
12670         (islessgreater_test): Likewise.
12671         (isnan_test): Likewise.
12672         (isnormal_test): Likewise.
12673         (issignaling_test): Likewise.
12674         (isunordered_test): Likewise.
12675         (logb_test): Likewise.
12676         (logb_downward_test_data): Remove.
12677         (logb_test_downward): Likewise.
12678         (lround_test): Use ALL_RM_TEST.
12679         (llround_test): Likewise.
12680         (modf_test): Likewise.
12681         (nexttoward_test): Likewise.
12682         (remainder_test): Likewise.
12683         (drem_test): Likewise.
12684         (remainder_tonearest_test_data): Likewise.
12685         (remainder_test_tonearest): Likewise.
12686         (drem_test_tonearest): Likewise.
12687         (remainder_towardzero_test_data): Likewise.
12688         (remainder_test_towardzero): Likewise.
12689         (drem_test_towardzero): Likewise.
12690         (remainder_downward_test_data): Likewise.
12691         (remainder_test_downward): Likewise.
12692         (drem_test_downward): Likewise.
12693         (remainder_upward_test_data): Likewise.
12694         (remainder_test_upward): Likewise.
12695         (drem_test_upward): Likewise.
12696         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
12697         (round_test): Use ALL_RM_TEST.
12698         (signbit_test): Likewise.
12699         (trunc_test): Likewise.
12700         (significand_test): Likewise.
12701         (main): Don't call removed functions.
12703 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
12705         [BZ #16674]
12706         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
12707         || __USE_XOPEN2K8].
12708         (ILL_ILLOPN): Likewise.
12709         (ILL_ILLADR): Likewise.
12710         (ILL_ILLTRP): Likewise.
12711         (ILL_PRVOPC): Likewise.
12712         (ILL_PRVREG): Likewise.
12713         (ILL_COPROC): Likewise.
12714         (ILL_BADSTK): Likewise.
12715         (FPE_INTDIV): Likewise.
12716         (FPE_INTOVF): Likewise.
12717         (FPE_FLTDIV): Likewise.
12718         (FPE_FLTOVF): Likewise.
12719         (FPE_FLTUND): Likewise.
12720         (FPE_FLTRES): Likewise.
12721         (FPE_FLTINV): Likewise.
12722         (FPE_FLTSUB): Likewise.
12723         (SEGV_MAPERR): Likewise.
12724         (SEGV_ACCERR): Likewise.
12725         (BUS_ADRALN): Likewise.
12726         (BUS_ADRERR): Likewise.
12727         (BUS_OBJERR): Likewise.
12728         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12729         (TRAP_TRACE): Likewise.
12730         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12731         __USE_XOPEN2K8].
12732         (CLD_KILLED): Likewise.
12733         (CLD_DUMPED): Likewise.
12734         (CLD_TRAPPED): Likewise.
12735         (CLD_STOPPED): Likewise.
12736         (CLD_CONTINUED): Likewise.
12737         (POLL_IN): Likewise.
12738         (POLL_OUT): Likewise.
12739         (POLL_MSG): Likewise.
12740         (POLL_ERR): Likewise.
12741         (POLL_PRI): Likewise.
12742         (POLL_HUP): Likewise.
12743         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
12744         Likewise.
12745         (ILL_ILLOPN): Likewise.
12746         (ILL_ILLADR): Likewise.
12747         (ILL_ILLTRP): Likewise.
12748         (ILL_PRVOPC): Likewise.
12749         (ILL_PRVREG): Likewise.
12750         (ILL_COPROC): Likewise.
12751         (ILL_BADSTK): Likewise.
12752         (FPE_INTDIV): Likewise.
12753         (FPE_INTOVF): Likewise.
12754         (FPE_FLTDIV): Likewise.
12755         (FPE_FLTOVF): Likewise.
12756         (FPE_FLTUND): Likewise.
12757         (FPE_FLTRES): Likewise.
12758         (FPE_FLTINV): Likewise.
12759         (FPE_FLTSUB): Likewise.
12760         (SEGV_MAPERR): Likewise.
12761         (SEGV_ACCERR): Likewise.
12762         (BUS_ADRALN): Likewise.
12763         (BUS_ADRERR): Likewise.
12764         (BUS_OBJERR): Likewise.
12765         (BUS_MCEERR_AR): Likewise.
12766         (BUS_MCEERR_AO): Likewise.
12767         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12768         (TRAP_TRACE): Likewise.
12769         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12770         __USE_XOPEN2K8].
12771         (CLD_KILLED): Likewise.
12772         (CLD_DUMPED): Likewise.
12773         (CLD_TRAPPED): Likewise.
12774         (CLD_STOPPED): Likewise.
12775         (CLD_CONTINUED): Likewise.
12776         (POLL_IN): Likewise.
12777         (POLL_OUT): Likewise.
12778         (POLL_MSG): Likewise.
12779         (POLL_ERR): Likewise.
12780         (POLL_PRI): Likewise.
12781         (POLL_HUP): Likewise.
12782         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
12783         (ILL_ILLOPN): Likewise.
12784         (ILL_ILLADR): Likewise.
12785         (ILL_ILLTRP): Likewise.
12786         (ILL_PRVOPC): Likewise.
12787         (ILL_PRVREG): Likewise.
12788         (ILL_COPROC): Likewise.
12789         (ILL_BADSTK): Likewise.
12790         (FPE_INTDIV): Likewise.
12791         (FPE_INTOVF): Likewise.
12792         (FPE_FLTDIV): Likewise.
12793         (FPE_FLTOVF): Likewise.
12794         (FPE_FLTUND): Likewise.
12795         (FPE_FLTRES): Likewise.
12796         (FPE_FLTINV): Likewise.
12797         (FPE_FLTSUB): Likewise.
12798         (SEGV_MAPERR): Likewise.
12799         (SEGV_ACCERR): Likewise.
12800         (BUS_ADRALN): Likewise.
12801         (BUS_ADRERR): Likewise.
12802         (BUS_OBJERR): Likewise.
12803         (BUS_MCEERR_AR): Likewise.
12804         (BUS_MCEERR_AO): Likewise.
12805         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12806         (TRAP_TRACE): Likewise.
12807         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12808         __USE_XOPEN2K8].
12809         (CLD_KILLED): Likewise.
12810         (CLD_DUMPED): Likewise.
12811         (CLD_TRAPPED): Likewise.
12812         (CLD_STOPPED): Likewise.
12813         (CLD_CONTINUED): Likewise.
12814         (POLL_IN): Likewise.
12815         (POLL_OUT): Likewise.
12816         (POLL_MSG): Likewise.
12817         (POLL_ERR): Likewise.
12818         (POLL_PRI): Likewise.
12819         (POLL_HUP): Likewise.
12820         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
12821         Likewise.
12822         (ILL_ILLOPN): Likewise.
12823         (ILL_ILLADR): Likewise.
12824         (ILL_ILLTRP): Likewise.
12825         (ILL_PRVOPC): Likewise.
12826         (ILL_PRVREG): Likewise.
12827         (ILL_COPROC): Likewise.
12828         (ILL_BADSTK): Likewise.
12829         (ILL_BADIADDR): Likewise.
12830         (ILL_BREAK): Likewise.
12831         (FPE_INTDIV): Likewise.
12832         (FPE_INTOVF): Likewise.
12833         (FPE_FLTDIV): Likewise.
12834         (FPE_FLTOVF): Likewise.
12835         (FPE_FLTUND): Likewise.
12836         (FPE_FLTRES): Likewise.
12837         (FPE_FLTINV): Likewise.
12838         (FPE_FLTSUB): Likewise.
12839         (FPE_DECOVF): Likewise.
12840         (FPE_DECDIV): Likewise.
12841         (FPE_DECERR): Likewise.
12842         (FPE_INVASC): Likewise.
12843         (FPE_INVDEC): Likewise.
12844         (SEGV_MAPERR): Likewise.
12845         (SEGV_ACCERR): Likewise.
12846         (SEGV_PSTKOVF): Likewise.
12847         (BUS_ADRALN): Likewise.
12848         (BUS_ADRERR): Likewise.
12849         (BUS_OBJERR): Likewise.
12850         (BUS_MCEERR_AR): Likewise.
12851         (BUS_MCEERR_AO): Likewise.
12852         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12853         (TRAP_TRACE): Likewise.
12854         (TRAP_BRANCH): Likewise.
12855         (TRAP_HWBKPT): Likewise.
12856         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12857         __USE_XOPEN2K8].
12858         (CLD_KILLED): Likewise.
12859         (CLD_DUMPED): Likewise.
12860         (CLD_TRAPPED): Likewise.
12861         (CLD_STOPPED): Likewise.
12862         (CLD_CONTINUED): Likewise.
12863         (POLL_IN): Likewise.
12864         (POLL_OUT): Likewise.
12865         (POLL_MSG): Likewise.
12866         (POLL_ERR): Likewise.
12867         (POLL_PRI): Likewise.
12868         (POLL_HUP): Likewise.
12869         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
12870         (ILL_ILLOPN): Likewise.
12871         (ILL_ILLADR): Likewise.
12872         (ILL_ILLTRP): Likewise.
12873         (ILL_PRVOPC): Likewise.
12874         (ILL_PRVREG): Likewise.
12875         (ILL_COPROC): Likewise.
12876         (ILL_BADSTK): Likewise.
12877         (FPE_INTDIV): Likewise.
12878         (FPE_INTOVF): Likewise.
12879         (FPE_FLTDIV): Likewise.
12880         (FPE_FLTOVF): Likewise.
12881         (FPE_FLTUND): Likewise.
12882         (FPE_FLTRES): Likewise.
12883         (FPE_FLTINV): Likewise.
12884         (FPE_FLTSUB): Likewise.
12885         (SEGV_MAPERR): Likewise.
12886         (SEGV_ACCERR): Likewise.
12887         (BUS_ADRALN): Likewise.
12888         (BUS_ADRERR): Likewise.
12889         (BUS_OBJERR): Likewise.
12890         (BUS_MCEERR_AR): Likewise.
12891         (BUS_MCEERR_AO): Likewise.
12892         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12893         (TRAP_TRACE): Likewise.
12894         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12895         __USE_XOPEN2K8].
12896         (CLD_KILLED): Likewise.
12897         (CLD_DUMPED): Likewise.
12898         (CLD_TRAPPED): Likewise.
12899         (CLD_STOPPED): Likewise.
12900         (CLD_CONTINUED): Likewise.
12901         (POLL_IN): Likewise.
12902         (POLL_OUT): Likewise.
12903         (POLL_MSG): Likewise.
12904         (POLL_ERR): Likewise.
12905         (POLL_PRI): Likewise.
12906         (POLL_HUP): Likewise.
12907         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
12908         (ILL_ILLOPN): Likewise.
12909         (ILL_ILLADR): Likewise.
12910         (ILL_ILLTRP): Likewise.
12911         (ILL_PRVOPC): Likewise.
12912         (ILL_PRVREG): Likewise.
12913         (ILL_COPROC): Likewise.
12914         (ILL_BADSTK): Likewise.
12915         (FPE_INTDIV): Likewise.
12916         (FPE_INTOVF): Likewise.
12917         (FPE_FLTDIV): Likewise.
12918         (FPE_FLTOVF): Likewise.
12919         (FPE_FLTUND): Likewise.
12920         (FPE_FLTRES): Likewise.
12921         (FPE_FLTINV): Likewise.
12922         (FPE_FLTSUB): Likewise.
12923         (SEGV_MAPERR): Likewise.
12924         (SEGV_ACCERR): Likewise.
12925         (BUS_ADRALN): Likewise.
12926         (BUS_ADRERR): Likewise.
12927         (BUS_OBJERR): Likewise.
12928         (BUS_MCEERR_AR): Likewise.
12929         (BUS_MCEERR_AO): Likewise.
12930         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12931         (TRAP_TRACE): Likewise.
12932         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12933         __USE_XOPEN2K8].
12934         (CLD_KILLED): Likewise.
12935         (CLD_DUMPED): Likewise.
12936         (CLD_TRAPPED): Likewise.
12937         (CLD_STOPPED): Likewise.
12938         (CLD_CONTINUED): Likewise.
12939         (POLL_IN): Likewise.
12940         (POLL_OUT): Likewise.
12941         (POLL_MSG): Likewise.
12942         (POLL_ERR): Likewise.
12943         (POLL_PRI): Likewise.
12944         (POLL_HUP): Likewise.
12945         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
12946         (ILL_ILLOPN): Likewise.
12947         (ILL_ILLADR): Likewise.
12948         (ILL_ILLTRP): Likewise.
12949         (ILL_PRVOPC): Likewise.
12950         (ILL_PRVREG): Likewise.
12951         (ILL_COPROC): Likewise.
12952         (ILL_BADSTK): Likewise.
12953         (FPE_INTDIV): Likewise.
12954         (FPE_INTOVF): Likewise.
12955         (FPE_FLTDIV): Likewise.
12956         (FPE_FLTOVF): Likewise.
12957         (FPE_FLTUND): Likewise.
12958         (FPE_FLTRES): Likewise.
12959         (FPE_FLTINV): Likewise.
12960         (FPE_FLTSUB): Likewise.
12961         (SEGV_MAPERR): Likewise.
12962         (SEGV_ACCERR): Likewise.
12963         (BUS_ADRALN): Likewise.
12964         (BUS_ADRERR): Likewise.
12965         (BUS_OBJERR): Likewise.
12966         (BUS_MCEERR_AR): Likewise.
12967         (BUS_MCEERR_AO): Likewise.
12968         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12969         (TRAP_TRACE): Likewise.
12970         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12971         __USE_XOPEN2K8].
12972         (CLD_KILLED): Likewise.
12973         (CLD_DUMPED): Likewise.
12974         (CLD_TRAPPED): Likewise.
12975         (CLD_STOPPED): Likewise.
12976         (CLD_CONTINUED): Likewise.
12977         (POLL_IN): Likewise.
12978         (POLL_OUT): Likewise.
12979         (POLL_MSG): Likewise.
12980         (POLL_ERR): Likewise.
12981         (POLL_PRI): Likewise.
12982         (POLL_HUP): Likewise.
12983         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
12984         (ILL_ILLOPN): Likewise.
12985         (ILL_ILLADR): Likewise.
12986         (ILL_ILLTRP): Likewise.
12987         (ILL_PRVOPC): Likewise.
12988         (ILL_PRVREG): Likewise.
12989         (ILL_COPROC): Likewise.
12990         (ILL_BADSTK): Likewise.
12991         (ILL_DBLFLT): Likewise.
12992         (ILL_HARDWALL): Likewise.
12993         (FPE_INTDIV): Likewise.
12994         (FPE_INTOVF): Likewise.
12995         (FPE_FLTDIV): Likewise.
12996         (FPE_FLTOVF): Likewise.
12997         (FPE_FLTUND): Likewise.
12998         (FPE_FLTRES): Likewise.
12999         (FPE_FLTINV): Likewise.
13000         (FPE_FLTSUB): Likewise.
13001         (SEGV_MAPERR): Likewise.
13002         (SEGV_ACCERR): Likewise.
13003         (BUS_ADRALN): Likewise.
13004         (BUS_ADRERR): Likewise.
13005         (BUS_OBJERR): Likewise.
13006         (BUS_MCEERR_AR): Likewise.
13007         (BUS_MCEERR_AO): Likewise.
13008         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13009         (TRAP_TRACE): Likewise.
13010         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13011         __USE_XOPEN2K8].
13012         (CLD_KILLED): Likewise.
13013         (CLD_DUMPED): Likewise.
13014         (CLD_TRAPPED): Likewise.
13015         (CLD_STOPPED): Likewise.
13016         (CLD_CONTINUED): Likewise.
13017         (POLL_IN): Likewise.
13018         (POLL_OUT): Likewise.
13019         (POLL_MSG): Likewise.
13020         (POLL_ERR): Likewise.
13021         (POLL_PRI): Likewise.
13022         (POLL_HUP): Likewise.
13023         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
13024         (ILL_ILLOPN): Likewise.
13025         (ILL_ILLADR): Likewise.
13026         (ILL_ILLTRP): Likewise.
13027         (ILL_PRVOPC): Likewise.
13028         (ILL_PRVREG): Likewise.
13029         (ILL_COPROC): Likewise.
13030         (ILL_BADSTK): Likewise.
13031         (FPE_INTDIV): Likewise.
13032         (FPE_INTOVF): Likewise.
13033         (FPE_FLTDIV): Likewise.
13034         (FPE_FLTOVF): Likewise.
13035         (FPE_FLTUND): Likewise.
13036         (FPE_FLTRES): Likewise.
13037         (FPE_FLTINV): Likewise.
13038         (FPE_FLTSUB): Likewise.
13039         (SEGV_MAPERR): Likewise.
13040         (SEGV_ACCERR): Likewise.
13041         (BUS_ADRALN): Likewise.
13042         (BUS_ADRERR): Likewise.
13043         (BUS_OBJERR): Likewise.
13044         (BUS_MCEERR_AR): Likewise.
13045         (BUS_MCEERR_AO): Likewise.
13046         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13047         (TRAP_TRACE): Likewise.
13048         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13049         __USE_XOPEN2K8].
13050         (CLD_KILLED): Likewise.
13051         (CLD_DUMPED): Likewise.
13052         (CLD_TRAPPED): Likewise.
13053         (CLD_STOPPED): Likewise.
13054         (CLD_CONTINUED): Likewise.
13055         (POLL_IN): Likewise.
13056         (POLL_OUT): Likewise.
13057         (POLL_MSG): Likewise.
13058         (POLL_ERR): Likewise.
13059         (POLL_PRI): Likewise.
13060         (POLL_HUP): Likewise.
13061         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
13062         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
13064         [BZ #16670]
13065         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
13066         before #include of <time.h>.
13067         [!__USE_XOPEN2K] (__need_timespec): Likewise.
13068         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
13069         (test-xfail-UNIX98/sched.h/conform): Likewise.
13071 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
13073         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
13074         error absence of trapping exception support.
13075         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
13077 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
13079         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
13080         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
13081         * timezone/Makefile (testdata): Move definition above include of
13082         Rules.
13083         (test-zones): New variable.
13084         (tests-special): Add zone files.
13085         (build-testdata): Use $(evaluate-test).
13087         * elf/Makefile (tests-special): Rename tests to end with .out.
13088         ($(objpfx)noload-mem): Likewise.
13089         ($(objpfx)tst-leaks1-mem): Likewise.
13090         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
13091         * iconv/Makefile (xtests-special): Change test-iconvconfig to
13092         $(objpfx)test-iconvconfig.out.
13093         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
13094         set -e inside subshell and redirect output to file.
13095         * iconvdata/Makefile (generated): Rename tests to end with .out.
13096         Correct type.
13097         (tests-special): Rename tests to end with .out.
13098         ($(objpfx)mtrace-tst-loading): Likewise.
13099         * intl/Makefile (generated): Likewise.
13100         (tests-special): Likewise.
13101         ($(objpfx)mtrace-tst-gettext): Likewise.
13102         * misc/Makefile (generated): Likewise.
13103         (tests-special): Likewise.
13104         ($(objpfx)tst-error1-mem): Likewise.
13105         * nptl/Makefile (tests-special): Likewise.
13106         ($(objpfx)tst-stack3-mem): Likewise.
13107         (generated): Likewise.
13108         * posix/Makefile (generated): Likewise.
13109         (tests-special): Likewise.
13110         (xtests-special): Likewise.
13111         ($(objpfx)tst-fnmatch-mem): Likewise.
13112         ($(objpfx)bug-regex2-mem): Likewise.
13113         ($(objpfx)bug-regex14-mem): Likewise.
13114         ($(objpfx)bug-regex21-mem): Likewise.
13115         ($(objpfx)bug-regex31-mem): Likewise.
13116         ($(objpfx)tst-vfork3-mem): Likewise.
13117         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
13118         ($(objpfx)tst-pcre-mem): Likewise.
13119         ($(objpfx)tst-boost-mem): Likewise.
13120         ($(objpfx)bug-ga2-mem): Likewise.
13121         ($(objpfx)bug-glob2-mem): Likewise.
13122         * resolv/Makefile (generate): Likewise.
13123         (tests-special): Likewise.
13124         (xtests-special): Likewise.
13125         (generated): Likewise.
13126         ($(objpfx)mtrace-tst-leaks): Likewise.
13127         ($(objpfx)mtrace-tst-leaks2): Likewise.
13129         * scripts/merge-test-results.sh: New file.
13130         * Makefile (tests-special-notdir): New variable.
13131         (tests): Run merge-test-results.sh.
13132         (xtests): Likewise.
13133         * Rules (tests-special-notdir): New variable.
13134         (xtests-special-notdir): Likewise.
13135         (tests): Run merge-test-results.sh
13136         (xtests): Likewise.
13138         * Makeconfig (test-xfail-name): New variable.
13139         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
13140         compute variable name for expected failures.
13141         * conform/Makefile (conformtest-headers-data): New variable.
13142         (conformtest-standards): Likewise.
13143         (conformtest-headers-ISO): Likewise.
13144         (conformtest-headers-ISO99): Likewise.
13145         (conformtest-headers-ISO11): Likewise.
13146         (conformtest-headers-POSIX): Likewise.
13147         (conformtest-headers-XPG3): Likewise.
13148         (conformtest-headers-XPG4): Likewise.
13149         (conformtest-headers-UNIX98): Likewise.
13150         (conformtest-headers-XOPEN2K): Likewise.
13151         (conformtest-headers-POSIX2008): Likewise.
13152         (conformtest-headers-XOPEN2K8): Likewise.
13153         (conformtest-header-list-base): Likewise.
13154         (conformtest-header-list-tests): Likewise.
13155         (conformtest-header-base): Likewise.
13156         (conformtest-header-tests): Likewise.
13157         (tests-special): Add $(conformtest-header-list-tests).  If
13158         [$(fast-check) && !$(cross-compiling)], add
13159         $(conformtest-header-tests) instead of
13160         $(objpfx)run-conformtest.out.
13161         (generated): Add $(conformtest-header-list-base).  If
13162         [$(fast-check) && !$(cross-compiling)], add
13163         $(conformtest-header-base).  Remove previous setting.
13164         ($(conformtest-header-list-tests)): New target.
13165         (test-xfail-run-conformtest): Remove variable.
13166         ($(objpfx)run-conformtest.out): Remove target.
13167         (test-xfail-ISO11/complex.h/conform): New variable.
13168         (test-xfail-ISO11/stdalign.h/conform): Likewise.
13169         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
13170         (test-xfail-XPG3/varargs.h/conform): Likewise.
13171         (test-xfail-XPG4/varargs.h/conform): Likewise.
13172         (test-xfail-UNIX98/varargs.h/conform): Likewise.
13173         (test-xfail-XPG4/ndbm.h/conform): Likewise.
13174         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
13175         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
13176         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
13177         (test-xfail-XPG3/fcntl.h/conform): Likewise.
13178         (test-xfail-XPG3/ftw.h/conform): Likewise.
13179         (test-xfail-XPG3/grp.h/conform): Likewise.
13180         (test-xfail-XPG3/langinfo.h/conform): Likewise.
13181         (test-xfail-XPG3/limits.h/conform): Likewise.
13182         (test-xfail-XPG3/pwd.h/conform): Likewise.
13183         (test-xfail-XPG3/search.h/conform): Likewise.
13184         (test-xfail-XPG3/signal.h/conform): Likewise.
13185         (test-xfail-XPG3/stdio.h/conform): Likewise.
13186         (test-xfail-XPG3/stdlib.h/conform): Likewise.
13187         (test-xfail-XPG3/string.h/conform): Likewise.
13188         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
13189         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
13190         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
13191         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
13192         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
13193         (test-xfail-XPG3/sys/types.h/conform): Likewise.
13194         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
13195         (test-xfail-XPG3/termios.h/conform): Likewise.
13196         (test-xfail-XPG3/time.h/conform): Likewise.
13197         (test-xfail-XPG3/unistd.h/conform): Likewise.
13198         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
13199         (test-xfail-XPG4/fcntl.h/conform): Likewise.
13200         (test-xfail-XPG4/langinfo.h/conform): Likewise.
13201         (test-xfail-XPG4/netdb.h/conform): Likewise.
13202         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
13203         (test-xfail-XPG4/signal.h/conform): Likewise.
13204         (test-xfail-XPG4/stdio.h/conform): Likewise.
13205         (test-xfail-XPG4/stdlib.h/conform): Likewise.
13206         (test-xfail-XPG4/stropts.h/conform): Likewise.
13207         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
13208         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
13209         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
13210         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
13211         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
13212         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
13213         (test-xfail-XPG4/sys/time.h/conform): Likewise.
13214         (test-xfail-XPG4/sys/types.h/conform): Likewise.
13215         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
13216         (test-xfail-XPG4/termios.h/conform): Likewise.
13217         (test-xfail-XPG4/ucontext.h/conform): Likewise.
13218         (test-xfail-XPG4/unistd.h/conform): Likewise.
13219         (test-xfail-XPG4/utmpx.h/conform): Likewise.
13220         (test-xfail-POSIX/sched.h/conform): Likewise.
13221         (test-xfail-POSIX/signal.h/conform): Likewise.
13222         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
13223         (test-xfail-POSIX/tar.h/conform): Likewise.
13224         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
13225         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
13226         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
13227         (test-xfail-UNIX98/netdb.h/conform): Likewise.
13228         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
13229         (test-xfail-UNIX98/sched.h/conform): Likewise.
13230         (test-xfail-UNIX98/signal.h/conform): Likewise.
13231         (test-xfail-UNIX98/stdio.h/conform): Likewise.
13232         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
13233         (test-xfail-UNIX98/stropts.h/conform): Likewise.
13234         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
13235         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
13236         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
13237         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
13238         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
13239         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
13240         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
13241         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
13242         (test-xfail-UNIX98/unistd.h/conform): Likewise.
13243         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
13244         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
13245         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
13246         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
13247         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
13248         (test-xfail-XOPEN2K/math.h/conform): Likewise.
13249         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
13250         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
13251         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
13252         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
13253         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
13254         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
13255         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
13256         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
13257         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
13258         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
13259         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
13260         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
13261         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
13262         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
13263         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
13264         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
13265         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
13266         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
13267         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
13268         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
13269         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
13270         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
13271         (test-xfail-POSIX2008/signal.h/conform): Likewise.
13272         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
13273         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
13274         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
13275         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
13276         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
13277         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
13278         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
13279         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
13280         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
13281         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
13282         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
13283         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
13284         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
13285         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
13286         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
13287         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
13288         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
13289         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
13290         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
13291         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
13292         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
13293         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
13294         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
13295         (conformtest-cc-flags): Likewise.
13296         ($(conformtest-header-tests): New target.
13297         * conform/check-header-lists.sh: New file.
13298         * conform/run-conformtest.sh: Remove.
13300         * conform/conformtest.pl: Allow ' and \ in values given for
13301         constants.
13302         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
13303         inclusion.
13304         [POSIX] (sys/types.h): Likewise.
13305         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
13306         inclusion.
13307         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
13308         inclusion.
13309         * conform/data/signal.h-data (SIGIO): Remove expectation.
13310         [XPG3] (SIGBUS): Do not expect.
13311         [POSIX || XPG3] (SIGPOLL): Likewise.
13312         [POSIX || XPG3] (SIGPROF): Likewise.
13313         [POSIX || XPG3] (SIGSYS): Likewise.
13314         [XPG3] (SIGTRAP): Likewise.
13315         [POSIX || XPG3] (SIGURG): Likewise.
13316         [POSIX || XPG3] (SIGVTALRM): Likewise.
13317         [POSIX || XPG3] (SIGXCPU): Likewise.
13318         [POSIX || XPG3] (SIGXFSZ): Likewise.
13319         [POSIX] (SA_SIGINFO): Expect.
13320         [XPG3] (siginfo_t): Do not expect type or contents.
13321         [POSIX] (si_pid): Do not expect element.
13322         [POSIX] (si_uid): Likewise.
13323         [POSIX] (si_addr): Likewise.
13324         [POSIX] (si_status): Likewise.
13325         [POSIX] (si_band): Likewise.
13326         [XPG4] (si_value): Likewise.
13327         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
13328         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
13329         [POSIX || XPG3] (ILL_ILLADR): Likewise.
13330         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
13331         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
13332         [POSIX || XPG3] (ILL_PRVREG): Likewise.
13333         [POSIX || XPG3] (ILL_COPROC): Likewise.
13334         [POSIX || XPG3] (ILL_BADSTK): Likewise.
13335         [POSIX || XPG3] (FPE_INTDIV): Likewise.
13336         [POSIX || XPG3] (FPE_INTOVF): Likewise.
13337         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
13338         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
13339         [POSIX || XPG3] (FPE_FLTUND): Likewise.
13340         [POSIX || XPG3] (FPE_FLTRES): Likewise.
13341         [POSIX || XPG3] (FPE_FLTINV): Likewise.
13342         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
13343         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
13344         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
13345         [POSIX || XPG3] (BUS_ADRALN): Likewise.
13346         [POSIX || XPG3] (BUS_ADRERR): Likewise.
13347         [POSIX || XPG3] (BUS_OBJERR): Likewise.
13348         [POSIX || XPG3] (CLD_EXITED): Likewise.
13349         [POSIX || XPG3] (CLD_KILLED): Likewise.
13350         [POSIX || XPG3] (CLD_DUMPED): Likewise.
13351         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
13352         [POSIX || XPG3] (CLD_STOPPED): Likewise.
13353         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
13354         [POSIX || XPG3] (POLL_IN): Likewise.
13355         [POSIX || XPG3] (POLL_OUT): Likewise.
13356         [POSIX || XPG3] (POLL_MSG): Likewise.
13357         [POSIX || XPG3] (POLL_ERR): Likewise.
13358         [POSIX || XPG3] (POLL_PRI): Likewise.
13359         [POSIX || XPG3] (POLL_HUP): Likewise.
13360         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
13361         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
13362         (SIG*): Do not allow.
13363         [XPG3] (si_*): Likewise.
13364         [XPG3] (SI_*): Likewise.
13365         [XPG3 || XPG4] (sigev_*): Likewise.
13366         [XPG3 || XPG4] (SIGEV_*): Likewise.
13367         [XPG3 || XPG4] (sival_*): Likewise.
13368         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
13369         [POSIX || XPG3] (BUS_*): Likewise.
13370         [POSIX || XPG3] (CLD_*): Likewise.
13371         [POSIX || XPG3] (FPE_*): Likewise.
13372         [POSIX || XPG3] (ILL_*): Likewise.
13373         [POSIX || XPG3] (POLL_*): Likewise.
13374         [POSIX || XPG3] (SEGV_*): Likewise.
13375         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
13376         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
13377         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
13378         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
13379         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
13380         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
13381         Specify type and value.
13382         (TVERSLEN): Likewise.
13383         (REGTYPE): Likewise.
13384         (AREGTYPE): Likewise.
13385         (LNKTYPE): Likewise.
13386         (SYMTYPE): Likewise.
13387         (CHRTYPE): Likewise.
13388         (BLKTYPE): Likewise.
13389         (DIRTYPE): Likewise.
13390         (FIFOTYPE): Likewise.
13391         (CONTTYPE): Likewise.
13392         (TSUID): Likewise.
13393         (TSGID): Likewise.
13394         (TSVTX): Likewise.
13395         (TUREAD): Likewise.
13396         (TUWRITE): Likewise.
13397         (TUEXEC): Likewise.
13398         (TGREAD): Likewise.
13399         (TGWRITE): Likewise.
13400         (TGEXEC): Likewise.
13401         (TOREAD): Likewise.
13402         (TOWRITE): Likewise.
13403         (TOEXEC): Likewise.
13404         [POSIX] (TSVTX): Expect constant.
13406 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
13408         * Makefile (tests): Change dependencies to ....
13409         (tests-special): ... additions to this variable.
13410         (tests): Depend on $(tests-special).
13411         * Makerules (check-abi-list): New variable.
13412         (check-abi): Depend on $(check-abi-list).
13413         [$(subdir) = elf] (tests-special): Add
13414         $(objpfx)check-abi-libc.out.
13415         [$(build-shared) = yes && subdir] (tests-special): Add
13416         $(check-abi-list).
13417         [$(build-shared) = yes && subdir] (tests): Do not depend on
13418         check-abi.
13419         * Rules (tests): Depend on $(tests-special).
13420         (xtests): Depend on $(xtests-special).
13421         * catgets/Makefile (tests): Change dependencies to ....
13422         (tests-special): ... additions to this variable.
13423         * conform/Makefile (tests): Change dependencies to ....
13424         (tests-special): ... additions to this variable.
13425         * elf/Makefile (tests): Change dependencies to ....
13426         (tests-special): ... additions to this variable.
13427         * grp/Makefile (tests): Change dependencies to ....
13428         (tests-special): ... additions to this variable.
13429         * iconv/Makefile (xtests): Change dependencies to ....
13430         (xtests-special): ... additions to this variable.
13431         * iconvdata/Makefile (tests): Change dependencies to ....
13432         (tests-special): ... additions to this variable.
13433         * intl/Makefile (tests): Change dependencies to ....
13434         (tests-special): ... additions to this variable.  Also add
13435         $(objpfx)tst-gettext.out.
13436         * io/Makefile (tests): Change dependencies to ....
13437         (tests-special): ... additions to this variable.
13438         * libio/Makefile (tests): Change dependencies to ....
13439         (tests-special): ... additions to this variable.
13440         * malloc/Makefile (tests): Change dependencies to ....
13441         (tests-special): ... additions to this variable.
13442         * misc/Makefile (tests): Change dependencies to ....
13443         (tests-special): ... additions to this variable.
13444         * nptl/Makefile (tests): Change dependencies to ....
13445         (tests-special): ... additions to this variable.
13446         * nptl_db/Makefile (tests): Change dependencies to ....
13447         (tests-special): ... additions to this variable.
13448         * posix/Makefile (tests): Change dependencies to ....
13449         (tests-special): ... additions to this variable.
13450         (xtests): Change dependencies to ....
13451         (xtests-special): ... additions to this variable.
13452         * resolv/Makefile (tests): Change dependencies to ....
13453         (tests-special): ... additions to this variable.
13454         (xtests): Change dependencies to ....
13455         (xtests-special): ... additions to this variable.
13456         * stdio-common/Makefile (tests): Change dependencies to ....
13457         (tests-special): ... additions to this variable.
13458         (do-tst-unbputc): Remove target.
13459         (do-tst-printf): Likewise.
13460         * stdlib/Makefile (tests): Change dependencies to ....
13461         (tests-special): ... additions to this variable.
13462         * string/Makefile (tests): Change dependencies to ....
13463         (tests-special): ... additions to this variable.
13464         * sysdeps/x86/Makefile (tests): Change dependencies to ....
13465         (tests-special): ... additions to this variable.
13467         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
13468         whole file.
13469         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
13470         whole file.
13471         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
13472         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
13474         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
13475         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
13476         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
13477         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
13478         * conform/data/libgen.h-data [XPG3]: Likewise.
13479         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
13480         * conform/data/ndbm.h-data [XPG3]: Likewise.
13481         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13482         * conform/data/netdb.h-data [XPG3]: Likewise.
13483         * conform/data/netinet/in.h-data [XPG3]: Likewise.
13484         * conform/data/poll.h-data [XPG3]: Likewise.
13485         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13486         * conform/data/strings.h-data [XPG3]: Likewise.
13487         * conform/data/stropts.h-data [XPG3]: Likewise.
13488         * conform/data/sys/mman.h-data [XPG3]: Likewise.
13489         * conform/data/sys/resource.h-data [XPG3]: Likewise.
13490         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
13491         Likewise.
13492         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
13493         * conform/data/sys/time.h-data [XPG3]: Likewise.
13494         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
13495         * conform/data/sys/uio.h-data [XPG3]: Likewise.
13496         * conform/data/sys/un.h-data [XPG3]: Likewise.
13497         * conform/data/syslog.h-data [XPG3]: Likewise.
13498         * conform/data/ucontext.h-data [XPG3]: Likewise.
13499         * conform/data/utmpx.h-data [XPG3]: Likewise.
13500         * conform/data/varargs.h-data [UNIX98]: Enable file.
13502         * manual/Makefile (INSTALL_INFO): Remove variable setting.
13504         * math/libm-test.inc (struct test_f_f_data): Move expected results
13505         into structure for each rounding mode.
13506         (struct test_ff_f_data): Likewise.
13507         (struct test_ff_f_data_nexttoward): Likewise.
13508         (struct test_fi_f_data): Likewise.
13509         (struct test_fl_f_data): Likewise.
13510         (struct test_if_f_data): Likewise.
13511         (struct test_fff_f_data): Likewise.
13512         (struct test_c_f_data): Likewise.
13513         (struct test_f_f1_data): Likewise.
13514         (struct test_fF_f1_data): Likewise.
13515         (struct test_ffI_f1_data): Likewise.
13516         (struct test_c_c_data): Likewise.
13517         (struct test_cc_c_data): Likewise.
13518         (struct test_f_i_data): Likewise.
13519         (struct test_ff_i_data): Likewise.
13520         (struct test_f_l_data): Likewise.
13521         (struct test_f_L_data): Likewise.
13522         (struct test_fFF_11_data): Likewise.
13523         (RM_): New macro.
13524         (RM_FE_DOWNWARD): Likewise.
13525         (RM_FE_TONEAREST): Likewise.
13526         (RM_FE_TOWARDZERO): Likewise.
13527         (RM_FE_UPWARD): Likewise.
13528         (RUN_TEST_LOOP_f_f): Update references to expected results.
13529         (RUN_TEST_LOOP_2_f): Likewise.
13530         (RUN_TEST_LOOP_fff_f): Likewise.
13531         (RUN_TEST_LOOP_c_f): Likewise.
13532         (RUN_TEST_LOOP_f_f1): Likewise.
13533         (RUN_TEST_LOOP_fF_f1): Likewise.
13534         (RUN_TEST_LOOP_fI_f1): Likewise.
13535         (RUN_TEST_LOOP_ffI_f1): Likewise.
13536         (RUN_TEST_LOOP_c_c): Likewise.
13537         (RUN_TEST_LOOP_cc_c): Likewise.
13538         (RUN_TEST_LOOP_f_i): Likewise.
13539         (RUN_TEST_LOOP_f_i_tg): Likewise.
13540         (RUN_TEST_LOOP_ff_i_tg): Likewise.
13541         (RUN_TEST_LOOP_f_b): Likewise.
13542         (RUN_TEST_LOOP_f_b_tg): Likewise.
13543         (RUN_TEST_LOOP_f_l): Likewise.
13544         (RUN_TEST_LOOP_f_L): Likewise.
13545         (RUN_TEST_LOOP_fFF_11): Likewise.
13546         * math/gen-libm-test.pl (parse_args): Output four copies of
13547         expected results for each test.
13549         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13550         (__ASSUME_UTIMES): Remove.
13551         * sysdeps/unix/sysv/linux/tile/kernel-features.h
13552         (__ASSUME_UTIMES): Likewise.
13554         * math/gen-auto-libm-tests.c: Update comment on output format.
13555         (output_for_one_input_case): Generate before-rounding and
13556         after-rounding information as conditions on output flags not
13557         floating-point format.
13558         * math/auto-libm-test-out: Regenerated.
13559         * math/gen-libm-test.pl (cond_value): New function.
13560         (or_cond_value): Use cond_value.
13561         (generate_testfile): Handle conditional exceptions.
13563 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
13565         * math/libm-test.inc (max_valid_error): New variable.
13566         (init_max_error): Take new argument specifying whether function
13567         results are exactly determined.  Set max_valid_error and bound
13568         other variables for errors based on this argument.
13569         (set_max_error): Do not record results above max_valid_error.
13570         (check_float_internal): Only accept errors of up to 0.5ulps if
13571         also at most max_valid_error.
13572         (START): Take new argument EXACT and pass it to init_max_error.
13573         (acos_test): Update call to START.
13574         (acos_test_tonearest): Likewise.
13575         (acos_test_towardzero): Likewise.
13576         (acos_test_downward): Likewise.
13577         (acos_test_upward): Likewise.
13578         (acosh_test): Likewise.
13579         (asin_test): Likewise.
13580         (asin_test_tonearest): Likewise.
13581         (asin_test_towardzero): Likewise.
13582         (asin_test_downward): Likewise.
13583         (asin_test_upward): Likewise.
13584         (asinh_test): Likewise.
13585         (atan_test): Likewise.
13586         (atanh_test): Likewise.
13587         (atan2_test): Likewise.
13588         (cabs_test): Likewise.
13589         (cacos_test): Likewise.
13590         (cacosh_test): Likewise.
13591         (carg_test): Likewise.
13592         (casin_test): Likewise.
13593         (casinh_test): Likewise.
13594         (catan_test): Likewise.
13595         (catanh_test): Likewise.
13596         (cbrt_test): Likewise.
13597         (ccos_test): Likewise.
13598         (ccosh_test): Likewise.
13599         (ceil_test): Likewise.
13600         (cexp_test): Likewise.
13601         (cimag_test): Likewise.
13602         (clog_test): Likewise.
13603         (clog10_test): Likewise.
13604         (conj_test): Likewise.
13605         (copysign_test): Likewise.
13606         (cos_test): Likewise.
13607         (cos_test_tonearest): Likewise.
13608         (cos_test_towardzero): Likewise.
13609         (cos_test_downward): Likewise.
13610         (cos_test_upward): Likewise.
13611         (cosh_test): Likewise.
13612         (cosh_test_tonearest): Likewise.
13613         (cosh_test_towardzero): Likewise.
13614         (cosh_test_downward): Likewise.
13615         (cosh_test_upward): Likewise.
13616         (cpow_test): Likewise.
13617         (cproj_test): Likewise.
13618         (creal_test): Likewise.
13619         (csin_test): Likewise.
13620         (csinh_test): Likewise.
13621         (csqrt_test): Likewise.
13622         (ctan_test): Likewise.
13623         (ctan_test_tonearest): Likewise.
13624         (ctan_test_towardzero): Likewise.
13625         (ctan_test_downward): Likewise.
13626         (ctan_test_upward): Likewise.
13627         (ctanh_test): Likewise.
13628         (ctanh_test_tonearest): Likewise.
13629         (ctanh_test_towardzero): Likewise.
13630         (ctanh_test_downward): Likewise.
13631         (ctanh_test_upward): Likewise.
13632         (erf_test): Likewise.
13633         (erfc_test): Likewise.
13634         (exp_test): Likewise.
13635         (exp_test_tonearest): Likewise.
13636         (exp_test_towardzero): Likewise.
13637         (exp_test_downward): Likewise.
13638         (exp_test_upward): Likewise.
13639         (exp10_test): Likewise.
13640         (exp10_test_tonearest): Likewise.
13641         (exp10_test_towardzero): Likewise.
13642         (exp10_test_downward): Likewise.
13643         (exp10_test_upward): Likewise.
13644         (pow10_test): Likewise.
13645         (exp2_test): Likewise.
13646         (expm1_test): Likewise.
13647         (expm1_test_tonearest): Likewise.
13648         (expm1_test_towardzero): Likewise.
13649         (expm1_test_downward): Likewise.
13650         (expm1_test_upward): Likewise.
13651         (fabs_test): Likewise.
13652         (fdim_test): Likewise.
13653         (floor_test): Likewise.
13654         (fma_test): Likewise.
13655         (fma_test_towardzero): Likewise.
13656         (fma_test_downward): Likewise.
13657         (fma_test_upward): Likewise.
13658         (fmax_test): Likewise.
13659         (fmin_test): Likewise.
13660         (fmod_test): Likewise.
13661         (fpclassify_test): Likewise.
13662         (frexp_test): Likewise.
13663         (hypot_test): Likewise.
13664         (ilogb_test): Likewise.
13665         (isfinite_test): Likewise.
13666         (finite_test): Likewise.
13667         (isgreater_test): Likewise.
13668         (isgreaterequal_test): Likewise.
13669         (isinf_test): Likewise.
13670         (isless_test): Likewise.
13671         (islessequal_test): Likewise.
13672         (islessgreater_test): Likewise.
13673         (isnan_test): Likewise.
13674         (isnormal_test): Likewise.
13675         (issignaling_test): Likewise.
13676         (isunordered_test): Likewise.
13677         (j0_test): Likewise.
13678         (j1_test): Likewise.
13679         (jn_test): Likewise.
13680         (ldexp_test): Likewise.
13681         (lgamma_test): Likewise.
13682         (gamma_test): Likewise.
13683         (lrint_test): Likewise.
13684         (lrint_test_tonearest): Likewise.
13685         (lrint_test_towardzero): Likewise.
13686         (lrint_test_downward): Likewise.
13687         (lrint_test_upward): Likewise.
13688         (llrint_test): Likewise.
13689         (llrint_test_tonearest): Likewise.
13690         (llrint_test_towardzero): Likewise.
13691         (llrint_test_downward): Likewise.
13692         (llrint_test_upward): Likewise.
13693         (log_test): Likewise.
13694         (log10_test): Likewise.
13695         (log1p_test): Likewise.
13696         (log2_test): Likewise.
13697         (logb_test): Likewise.
13698         (logb_test_downward): Likewise.
13699         (lround_test): Likewise.
13700         (llround_test): Likewise.
13701         (modf_test): Likewise.
13702         (nearbyint_test): Likewise.
13703         (nextafter_test): Likewise.
13704         (nexttoward_test): Likewise.
13705         (pow_test): Likewise.
13706         (pow_test_tonearest): Likewise.
13707         (pow_test_towardzero): Likewise.
13708         (pow_test_downward): Likewise.
13709         (pow_test_upward): Likewise.
13710         (remainder_test): Likewise.
13711         (drem_test): Likewise.
13712         (remainder_test_tonearest): Likewise.
13713         (drem_test_tonearest): Likewise.
13714         (remainder_test_towardzero): Likewise.
13715         (drem_test_towardzero): Likewise.
13716         (remainder_test_downward): Likewise.
13717         (drem_test_downward): Likewise.
13718         (remainder_test_upward): Likewise.
13719         (drem_test_upward): Likewise.
13720         (remquo_test): Likewise.
13721         (rint_test): Likewise.
13722         (rint_test_tonearest): Likewise.
13723         (rint_test_towardzero): Likewise.
13724         (rint_test_downward): Likewise.
13725         (rint_test_upward): Likewise.
13726         (round_test): Likewise.
13727         (scalb_test): Likewise.
13728         (scalbn_test): Likewise.
13729         (scalbln_test): Likewise.
13730         (signbit_test): Likewise.
13731         (sin_test): Likewise.
13732         (sin_test_tonearest): Likewise.
13733         (sin_test_towardzero): Likewise.
13734         (sin_test_downward): Likewise.
13735         (sin_test_upward): Likewise.
13736         (sincos_test): Likewise.
13737         (sinh_test): Likewise.
13738         (sinh_test_tonearest): Likewise.
13739         (sinh_test_towardzero): Likewise.
13740         (sinh_test_downward): Likewise.
13741         (sinh_test_upward): Likewise.
13742         (sqrt_test): Likewise.
13743         (sqrt_test_tonearest): Likewise.
13744         (sqrt_test_towardzero): Likewise.
13745         (sqrt_test_downward): Likewise.
13746         (sqrt_test_upward): Likewise.
13747         (tan_test): Likewise.
13748         (tan_test_tonearest): Likewise.
13749         (tan_test_towardzero): Likewise.
13750         (tan_test_downward): Likewise.
13751         (tan_test_upward): Likewise.
13752         (tanh_test): Likewise.
13753         (tgamma_test): Likewise.
13754         (trunc_test): Likewise.
13755         (y0_test): Likewise.
13756         (y1_test): Likewise.
13757         (yn_test): Likewise.
13758         (significand_test): Likewise.
13760         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
13761         individual tests in comment.
13762         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
13763         (prev_max_error): New variable.
13764         (prev_real_max_error): Likewise.
13765         (prev_imag_max_error): Likewise.
13766         (compare_ulp_data): Don't refer to test names in comment.
13767         (find_test_ulps): Remove function.
13768         (find_function_ulps): Likewise.
13769         (find_complex_function_ulps): Likewise.
13770         (init_max_error): Take function name as argument.  Look up ulps
13771         for that function.
13772         (print_ulps): Remove function.
13773         (print_max_error): Use prev_max_error instead of calling
13774         find_function_ulps.
13775         (print_complex_max_error): Use prev_real_max_error and
13776         prev_imag_max_error instead of calling find_complex_function_ulps.
13777         (check_float_internal): Take max_ulp parameter instead of calling
13778         find_test_ulps.  Don't call print_ulps.
13779         (check_float): Update call to check_float_internal.
13780         (check_complex): Update calls to check_float_internal.
13781         (START): Pass argument to init_max_error.
13782         * math/gen-libm-test.pl (%results): Don't include "kind"
13783         information.
13784         (parse_ulps): Don't handle ulps of individual tests.
13785         (print_ulps_file): Likewise.
13786         (output_ulps): Likewise.
13787         * math/README.libm-test: Update.
13788         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
13789         individual tests.
13790         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
13791         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
13792         * sysdeps/arm/libm-test-ulps: Likewise.
13793         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
13794         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
13795         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
13796         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
13797         * sysdeps/microblaze/libm-test-ulps: Likewise.
13798         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
13799         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
13800         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
13801         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
13802         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
13803         * sysdeps/sh/libm-test-ulps: Likewise.
13804         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
13805         * sysdeps/tile/libm-test-ulps: Likewise.
13806         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13808 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
13810         * math/libm-test.inc (print_complex_max_error): Check separately
13811         whether real and imaginary errors are within allowed range and
13812         pass 0 to print_complex_function_ulps instead of value within
13813         allowed range.
13815 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
13817         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
13818         formatting.
13819         (get_handles_fopen): Likewise.
13820         (do_write_test): Likewise.
13822         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
13824         * libio/fileops.c (do_ftell): Use cached offset when
13825         available.
13826         * libio/iofwide.c (do_ftell_wide): Likewise.
13827         * libio/iofdopen.c (_IO_new_fdopen): Don't use
13828         _IO_file_attach.
13829         * libio/wfileops.c (_IO_fwide): Don't cache offset.
13831         [BZ #16532]
13832         * libio/libioP.h (get_file_offset): New function.
13833         * libio/fileops.c (get_file_offset): Likewise.
13834         (do_ftell): Likewise.
13835         (_IO_new_file_seekoff): Split out ftell logic.
13836         * libio/wfileops.c (do_ftell_wide): Likewise.
13837         (_IO_wfile_seekoff): Split out ftell logic.
13838         * libio/tst-ftell-active-handler.c: New test case.
13839         * libio/Makefile (tests): Add it.
13841 2014-03-03  Roland McGrath  <roland@hack.frob.com>
13843         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
13844         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
13846 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
13848         [BZ #16639]
13849         * nscd/connections.c (nscd_init): Call do_exit.
13850         (start_threads): Call do_exit and notify_parent.
13851         (begin_drop_privileges): Call do_exit.
13852         (finish_drop_privileges): Likewise.
13853         * nscd/selinux.c (preserve_capabilities): Likewise.
13854         (install_real_capabilities): Likewise.
13855         (nscd_selinux_enabled): Likewise.
13856         (avc_create_thread): Likewise.
13857         (avc_alloc_lock): Likewise.
13858         (nscd_avc_init): Likewise.
13859         * nscd/nscd.c (parent_fd): New static variable.
13860         (main): Create a pipe between parent and child processes.
13861         Skip closing parent_fd.
13862         (monitor_child): New function.
13863         (do_exit): Likewise.
13864         (notify_parent): Likewise.
13865         * nscd/nscd.h (notify_parent): Likewise.
13866         (do_exit): Likewise.
13868 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
13870         * malloc/malloc.c (__libc_calloc): Revert last change.
13872 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13874         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13876 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
13878         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
13879         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
13880         implementation.
13881         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13882         (__libc_ifunc_impl_list): Likewise.
13883         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
13884         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
13885         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
13886         * string/strrchr.c: Define STRRCHR.
13888 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
13890         * benchtest/bench-strtok.c (simple_strtok): Delete.
13891         (strtok_string): Use as benchmark.
13892         * string/strtok (STRTOK): New macro.
13894 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
13896         * manual/threads.texi: Add header and standard comments to all
13897         functions.
13899         * elf/dl-lookup.c (check_match): New function.
13900         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
13901         (do_lookup_x): Remove nested function check_match. Use non-nested
13902         function check_match.
13904 2014-02-28  Roland McGrath  <roland@hack.frob.com>
13906         * csu/Makefile (generated, before-compile): Use += rather than =.
13907         * catgets/Makefile (generated, generated-dirs): Likewise.
13908         * debug/Makefile (generated): Likewise.
13909         * dlfcn/Makefile (generated): Likewise.
13910         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
13911         * iconvdata/Makefile (before-compile, generated): Likewise.
13912         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
13913         * libio/Makefile (generated): Likewise.
13914         * malloc/Makefile (generated): Likewise.
13915         * manual/Makefile (generated, generated-dirs): Likewise.
13916         * misc/Makefile (generated): Likewise.
13917         * posix/Makefile (generated): Likewise.
13918         * resolv/Makefile (generated): Likewise.
13919         * sunrpc/Makefile (generated, generated-dirs): Likewise.
13920         * timezone/Makefile (generated, generated-dirs): Likewise.
13922         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
13924 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13926         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
13927         power8 implementation.
13928         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
13929         file: POWER8 llround ifunc implementation.
13930         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
13931         (__lllround): Add POWER8 implementation.
13932         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
13933         POWER8 llround implementation.
13935         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
13936         power8 implementation.
13937         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
13938         file: POWER8 llrint ifunc implementation.
13939         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
13940         Add POWER8 implementation.
13941         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
13942         POWER8 llrint implementation.
13944         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
13945         power8 implementation.
13946         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
13947         file: POWER8 finite ifunc implementation.
13948         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
13949         Add POWER8 implementation.
13950         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
13951         Likewise.
13952         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
13953         POWER8 finite implementation.
13954         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
13956         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
13957         power8 implementation.
13958         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
13959         file: POWER8 isinf ifunc implementation.
13960         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
13961         POWER8 implementation.
13962         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
13963         Likewise.
13964         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
13965         isinf implementation.
13966         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
13968         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
13969         (INIT_ARCH): Add hwcap2 initialization.
13970         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
13971         power8 implementation.
13972         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
13973         file: POWER8 isnan ifunc implementation.
13974         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
13975         POWER8 implementation.
13976         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
13977         Likewise.
13978         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
13979         isnan implementation.
13980         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
13982 2014-02-27  Joey Ye  <joey.ye@arm.com>
13984         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
13985         (_FP_NANFRAC_Q): Set to zero.
13987 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
13989         [BZ #16623]
13990         * math/auto-libm-test-in: New test inputs.
13991         * math/auto-libm-test-out: Regenerate.
13992         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
13993         and DA.
13994         (__cos): Likewise.
13995         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
13997 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
13999         * scripts/evaluate-test.sh: Take new argument indicating whether
14000         failure is expected.
14001         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
14002         indicating whether failure is expected.
14003         * conform/Makefile (test-xfail-run-conformtest): New variable.
14004         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
14005         level.
14006         * posix/Makefile (test-xfail-annexc): New variable.
14007         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
14009 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
14011         * argp/Makefile: Include Makeconfig immediately after defining
14012         subdir.
14013         * assert/Makefile: Likewise.
14014         * benchtests/Makefile: Likewise.
14015         * catgets/Makefile: Likewise.
14016         * conform/Makefile: Likewise.
14017         * crypt/Makefile: Likewise.
14018         * csu/Makefile: Likewise.
14019         (all): Remove target.
14020         * ctype/Makefile: Include Makeconfig immediately after defining
14021         subdir.
14022         * debug/Makefile: Likewise.
14023         * dirent/Makefile: Likewise.
14024         * dlfcn/Makefile: Likewise.
14025         * gmon/Makefile: Likewise.
14026         * gnulib/Makefile: Likewise.
14027         * grp/Makefile: Likewise.
14028         * gshadow/Makefile: Likewise.
14029         * hesiod/Makefile: Likewise.
14030         * hurd/Makefile: Likewise.
14031         (all): Remove target.
14032         * iconvdata/Makefile: Include Makeconfig immediately after
14033         defining subdir.
14034         * inet/Makefile: Likewise.
14035         * intl/Makefile: Likewise.
14036         * io/Makefile: Likewise.
14037         * libio/Makefile: Likewise.
14038         (all): Remove target.
14039         * locale/Makefile: Include Makeconfig immediately after defining
14040         subdir.
14041         * login/Makefile: Likewise.
14042         * mach/Makefile: Likewise.
14043         (all): Remove target.
14044         * malloc/Makefile: Include Makeconfig immediately after defining
14045         subdir.
14046         (all): Remove target.
14047         * manual/Makefile: Include Makeconfig immediately after defining
14048         subdir.
14049         * math/Makefile: Likewise.
14050         * misc/Makefile: Likewise.
14051         * nis/Makefile: Likewise.
14052         * nss/Makefile: Likewise.
14053         * po/Makefile: Likewise.
14054         (all): Remove target.
14055         * posix/Makefile: Include Makeconfig immediately after defining
14056         subdir.
14057         * pwd/Makefile: Likewise.
14058         * resolv/Makefile: Likewise.
14059         * resource/Makefile: Likewise.
14060         * rt/Makefile: Likewise.
14061         * setjmp/Makefile: Likewise.
14062         * shadow/Makefile: Likewise.
14063         * signal/Makefile: Likewise.
14064         * socket/Makefile: Likewise.
14065         * soft-fp/Makefile: Likewise.
14066         * stdio-common/Makefile: Likewise.
14067         * stdlib/Makefile: Likewise.
14068         * streams/Makefile: Likewise.
14069         * string/Makefile: Likewise.
14070         * sunrpc/Makefile: Likewise.
14071         (all): Remove target.
14072         * sysvipc/Makefile: Include Makeconfig immediately after defining
14073         subdir.
14074         * termios/Makefile: Likewise.
14075         * time/Makefile: Likewise.
14076         * timezone/Makefile: Likewise.
14077         (all): Remove target.
14078         * wcsmbs/Makefile: Include Makeconfig immediately after defining
14079         subdir.
14080         * wctype/Makefile: Likewise.
14082 2014-02-26  Steve Ellcey  <sellcey@mips.com>
14084         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
14085         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
14086         (libc_feholdexcept_setround_mips): Ditto.
14087         (libc_feholdsetround): New.
14088         (libc_feholdsetroundf): New.
14089         (libc_feholdsetroundl): New.
14090         (libc_feupdateenv_test_mips): New.
14091         (libc_feupdateenv_test): New.
14092         (libc_feupdateenv_testf): New.
14093         (libc_feupdateenv_testl): New.
14094         (libc_feresetround): New.
14095         (libc_feresetroundf): New.
14096         (libc_feresetroundl): New.
14097         (libc_fetestexcept_mips): New.
14098         (libc_fetestexcept): New.
14099         (libc_fetestexceptf): New.
14100         (libc_fetestexceptl): New.
14101         (HAVE_RM_CTX): New.
14102         (libc_feholdexcept_setround_mips_ctx): New.
14103         (libc_feholdexcept_setround_ctx): New.
14104         (libc_feholdexcept_setroundf_ctx): New.
14105         (libc_feholdexcept_setroundl_ctx): New.
14106         (libc_fesetenv_mips_ctx): New.
14107         (libc_fesetenv_ctx): New.
14108         (libc_fesetenv_ctxf): New.
14109         (libc_fesetenv_ctxl): New.
14110         (libc_feupdateenv_mips_ctx): New.
14111         (libc_feupdateenv_ctx): New.
14112         (libc_feupdateenvf_ctx): New.
14113         (libc_feupdateenvl_ctx): New.
14114         (libc_feholdsetround_mips_ctx): New.
14115         (libc_feholdsetround_ctx): New.
14116         (libc_feholdsetroundf_ctx): New.
14117         (libc_feholdsetroundl_ctx): New.
14118         (libc_feresetround_mips_ctx): New.
14119         (libc_feresetround_ctx): New.
14120         (libc_feresetroundf_ctx): New.
14121         (libc_feresetroundl_ctx): New.
14123 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
14125         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
14127         * manual/ipc.texi: New file.
14128         * manual/Makefile (chapters): Add ipc.
14129         * manual/job.texi: Add "Inter-Process Communication" to next.
14130         * manual/process.texi: Add "Inter-Process Communication" to prev.
14132 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14134         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14136 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
14138         * malloc/malloc.c (__libc_calloc): Simplify implementation.
14140         * manual/arith.texi: Fix spaces after sentences.
14141         * manual/charset.texi: Likewise.
14142         * manual/errno.texi: Likewise.
14143         * manual/install.texi: Likewise.
14144         * manual/llio.texi: Likewise.
14145         * manual/locale.texi: Likewise.
14146         * manual/maint.texi: Likewise.
14147         * manual/math.texi: Likewise.
14148         * manual/memory.texi: Likewise.
14149         * manual/message.texi: Likewise.
14150         * manual/probes.texi: Likewise.
14151         * manual/resource.texi: Likewise.
14152         * manual/signal.texi: Likewise.
14153         * manual/socket.texi: Likewise.
14154         * manual/stdio.texi: Likewise.
14155         * manual/string.texi: Likewise.
14156         * manual/time.texi: Likewise.
14157         * manual/users.texi: Likewise.
14159 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
14161         [BZ #16632]
14162         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
14163         _DEFAULT_SOURCE is defined.
14165 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
14166             Carlos O'Donell  <carlos@redhat.com>
14168         [BZ #16613]
14169         * elf/dl-tls.c (_dl_count_modids): New function.
14170         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
14171         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
14172         audit library and increment generation counter.
14173         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
14174         * elf/tst-audit9.c: New file.
14175         * elf/tst-auditmod9a.c: New file.
14176         * elf/tst-auditmod9b.c: New file.
14177         * elf/Makefile: Add rules to build and run tst-audit9.
14179 2014-02-25  Florian Weimer  <fweimer@redhat.com>
14181         [BZ #15347]
14182         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
14184 2014-02-25  Will Newton  <will.newton@linaro.org>
14186         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
14187         (__longjmp): Restore sp and lr before restoring callee
14188         saved registers.  Add longjmp and longjmp_target
14189         SystemTap probe point.
14190         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
14191         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
14192         Define to zero to match jmpbuf layout.
14193         * sysdeps/arm/setjmp.S: Include stap-probe.h.
14194         (__sigsetjmp): Save sp and lr before saving callee
14195         saved registers.  Add setjmp SystemTap probe point.
14197 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
14199         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
14201 2014-02-24  Andreas Schwab  <schwab@suse.de>
14203         [BZ #15804]
14204         * elf/pldd.c (wait_for_ptrace_stop): New function.
14205         (main): Call it after attaching.
14207 2014-02-22  Roland McGrath  <roland@hack.frob.com>
14209         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
14210         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
14211         Versions files is now verboten.
14212         * hurd/Versions (libc: GLIBC_2.0):
14213         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
14214         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
14215         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
14216         * mach/Versions: Likewise.
14218         * csu/Versions: Remove unused %include.
14219         * resolv/Versions: Likewise.
14221 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
14223         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
14224         ($(objpfx)check-local-headers.out): Likewise.
14225         ($(objpfx)begin-end-check.out): Likewise.
14226         * Makerules (check-abi-%.out): Likewise.
14227         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
14228         ($(objpfx)test2.cat): Likewise.
14229         ($(objpfx)de/libc.cat): Likewise.
14230         ($(objpfx)test-gencat.out): Likewise.
14231         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
14232         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
14233         ($(objpfx)noload-mem): Likewise.
14234         ($(objpfx)tst-pathopt.out): Likewise.
14235         ($(objpfx)tst-rtld-load-self.out): Likewise.
14236         ($(objpfx)tst-array1-cmp.out): Likewise.
14237         ($(objpfx)tst-array1-static-cmp.out): Likewise.
14238         ($(objpfx)tst-array2-cmp.out): Likewise.
14239         ($(objpfx)tst-array3-cmp.out): Likewise.
14240         ($(objpfx)tst-array4-cmp.out): Likewise.
14241         ($(objpfx)tst-array5-cmp.out): Likewise.
14242         ($(objpfx)tst-array5-static-cmp.out): Likewise.
14243         ($(objpfx)check-textrel.out): Likewise.
14244         ($(objpfx)check-execstack.out): Likewise.
14245         ($(objpfx)check-localplt.out): Likewise.
14246         ($(objpfx)order2-cmp.out): Likewise.
14247         ($(objpfx)tst-leaks1-mem): Likewise.
14248         ($(objpfx)tst-leaks1-static-mem): Likewise.
14249         ($(objpfx)tst-initorder-cmp.out): Likewise.
14250         ($(objpfx)tst-initorder2-cmp.out): Likewise.
14251         ($(objpfx)tst-unused-dep.out): Likewise.
14252         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
14253         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
14254         * iconv/Makefile (test-iconvconfig): Likewise.
14255         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
14256         ($(objpfx)iconv-test.out): Likewise.
14257         ($(objpfx)tst-tables.out): Likewise.
14258         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
14259         ($(objpfx)tst-gettext.out): Likewise.
14260         ($(objpfx)tst-translit.out): Likewise.
14261         ($(objpfx)tst-gettext2.out): Likewise.
14262         ($(objpfx)tst-gettext4.out): Likewise.
14263         ($(objpfx)tst-gettext6.out): Likewise.
14264         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
14265         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
14266         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
14267         ($(objpfx)tst-fopenloc-mem.out): Likewise.
14268         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
14269         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
14270         * posix/Makefile ($(objpfx)globtest.out): Likewise.
14271         ($(objpfx)wordexp-tst.out): Likewise.
14272         ($(objpfx)annexc.out): Likewise.
14273         ($(objpfx)tst-fnmatch-mem): Likewise.
14274         ($(objpfx)bug-regex2-mem): Likewise.
14275         ($(objpfx)bug-regex14-mem): Likewise.
14276         ($(objpfx)bug-regex21-mem): Likewise.
14277         ($(objpfx)bug-regex31-mem): Likewise.
14278         ($(objpfx)tst-vfork3-mem): Likewise.
14279         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
14280         ($(objpfx)tst-pcre-mem): Likewise.
14281         ($(objpfx)tst-boost-mem): Likewise.
14282         ($(objpfx)tst-getconf.out): Likewise.
14283         ($(objpfx)bug-ga2-mem): Likewise.
14284         ($(objpfx)bug-glob2-mem): Likewise.
14285         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
14286         ($(objpfx)mtrace-tst-leaks2): Likewise.
14287         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
14288         ($(objpfx)tst-printf.out): Likewise.
14289         ($(objpfx)tst-setvbuf1.out): Likewise.
14290         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
14291         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
14292         ($(objpfx)tst-fmtmsg.out): Likewise.
14293         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
14294         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
14296         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
14297         * bits/sigaction.h [__USE_MISC]: Likewise.
14298         * bits/waitstatus.h: Update #endif comments.
14299         * ctype/ctype.h: Likewise.
14300         * dirent/dirent.h: Likewise.
14301         [__USE_MISC]: Remove redundant conditionals.
14302         * grp/grp.h: Update #endif comments.
14303         [__USE_GNU]: Remove redundant conditionals.
14304         [__USE_MISC]: Likewise.
14305         * inet/netinet/in.h [__USE_GNU]: Likewise.
14306         * io/sys/stat.h [__USE_MISC]: Likewise.
14307         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
14308         * libio/bits/stdio.h: Update #endif comments.
14309         [__USE_MISC]: Remove redundant conditionals.
14310         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
14311         * libio/stdio.h: Update #endif comments.
14312         [__USE_MISC]: Remove redundant conditionals.
14313         * math/bits/math-finite.h [__USE_MISC]: Likewise.
14314         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
14315         * math/math.h: Update #else and #endif comments.
14316         [__USE_MISC]: Remove redundant conditionals.
14317         * misc/sys/uio.h: Update #endif comments.
14318         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
14319         * posix/glob.h [__USE_MISC]: Likewise.
14320         * posix/sys/types.h: Update #endif comments.
14321         [__USE_MISC]: Remove redundant conditionals.
14322         * posix/sys/wait.h: Update #endif comments.
14323         [__USE_MISC]: Remove redundant conditionals.
14324         * posix/unistd.h: Update #endif comments.
14325         [__USE_MISC]: Remove redundant conditionals.
14326         * pwd/pwd.h [__USE_GNU]: Likewise.
14327         [__USE_MISC]: Likewise.
14328         * resolv/netdb.h [__USE_GNU]: Likewise.
14329         * signal/signal.h: Update #endif comments.
14330         [__USE_MISC]: Remove redundant conditionals.
14331         * stdlib/stdlib.h: Update #else and #endif comments.
14332         [__USE_MISC]: Remove redundant conditionals.
14333         [__USE_GNU]: Likewise.
14334         * string/bits/string2.h [__USE_MISC]: Likewise.
14335         * string/string.h: Update #endif comments.
14336         [__USE_MISC]: Remove redundant conditionals.
14337         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
14338         Likewise.
14339         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
14340         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
14341         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
14342         Likewise.
14343         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
14344         Likewise.
14345         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
14346         comments.
14347         [__USE_MISC]: Remove redundant conditionals.
14348         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
14349         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
14350         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
14351         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
14352         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
14353         Likewise.
14354         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
14355         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
14356         Likewise.
14357         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
14358         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
14359         Likewise.
14360         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
14361         Likewise.
14362         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
14363         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
14364         Likewise.
14365         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
14366         Likewise.
14367         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
14368         * sysdeps/x86/bits/string.h: Update #endif comments.
14369         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
14370         conditionals.
14371         * time/sys/time.h: Update #endif comments.
14372         * time/time.h: Likewise.
14373         [__USE_MISC]: Remove redundant conditionals.
14375 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
14377         [BZ #16600]
14378         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
14380 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
14382         * Versions.def (librt): Add GLIBC_2.17.
14384 2014-02-21  Adam Conrad  <adconrad@0c3.net>
14386         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
14387         synonym for _SYS_AUXV_H to allow direct inclusion.
14388         * sysdeps/sparc/bits/hwcap.h: Likewise.
14389         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
14390         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
14391         * sysdeps/sparc/sysdep.h: Likewise.
14393 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
14395         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
14397 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
14399         * benchtests/bench-strrchr.c: Print length instead of position.
14401 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
14403         [BZ #16611]
14404         * sysdeps/unix/sysv/linux/kernel-features.h
14405         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
14406         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
14407         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
14408         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
14409         Likewise.
14410         [__i386__ || __powerpc__ || __sh__ || __sparc__]
14411         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14412         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
14413         (__ASSUME_SENDMMSG): Define instead of using previous
14414         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
14415         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14416         (__ASSUME_SENDMMSG_SYSCALL): Define.
14417         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14418         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
14419         Likewise.
14420         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14421         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14422         Likewise.
14423         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14424         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14425         Likewise.
14426         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
14427         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14428         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14429         [__ASSUME_SENDMMSG]: Change conditionals to
14430         [__ASSUME_SENDMMSG_SOCKETCALL].
14431         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14432         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
14433         Define.
14434         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14435         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
14436         Likewise.
14437         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
14438         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14439         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14440         [!__ASSUME_SENDMMSG]: Change conditional to
14441         [!__ASSUME_SENDMMSG_SOCKETCALL].
14442         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14443         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14444         Define.
14446         [BZ #16610]
14447         * sysdeps/unix/sysv/linux/kernel-features.h
14448         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
14449         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
14450         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
14451         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
14452         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
14453         [__i386__ || __sparc__]
14454         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14455         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
14456         (__ASSUME_RECVMMSG): Define instead of using previous
14457         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
14458         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14459         (__ASSUME_RECVMMSG_SYSCALL): Define.
14460         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14461         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14462         Likewise.
14463         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14464         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14465         Likewise.
14466         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14467         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14468         Likewise.
14469         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
14470         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14471         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14472         [__ASSUME_RECVMMSG]: Change condition to
14473         [__ASSUME_RECVMMSG_SOCKETCALL].
14474         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14475         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14476         Define.
14477         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14478         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14479         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14480         Likewise.
14481         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
14482         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14483         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14484         [!__ASSUME_RECVMMSG]: Change condition to
14485         [!__ASSUME_RECVMMSG_SOCKETCALL].
14486         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14487         (__ASSUME_RECVMMSG_SYSCALL): Define.
14489         [BZ #16609]
14490         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
14491         __powerpc__ || __s390__ || __sh__ || __sparc__]
14492         (__ASSUME_SOCKETCALL): Define.
14493         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
14494         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
14495         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
14496         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
14497         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14498         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
14499         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
14500         (__ASSUME_ACCEPT4): Define instead of using previous
14501         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
14502         __powerpc__ || __sparc__ || __s390__)] condition.
14503         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14504         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14505         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
14506         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14507         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14508         [!__ASSUME_ACCEPT4]: Change condition to
14509         [!__ASSUME_ACCEPT4_SOCKETCALL].
14510         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14511         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
14512         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
14513         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14514         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
14515         __ASSUME_ACCEPT4_SYSCALL.
14516         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
14517         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
14518         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14519         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
14520         __ASSUME_ACCEPT4_SYSCALL.
14521         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
14522         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14523         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14524         [__ASSUME_ACCEPT4]: Change condition to
14525         [__ASSUME_ACCEPT4_SOCKETCALL].
14526         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14527         (__ASSUME_SOCKETCALL): Define.
14528         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
14529         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14530         (__ASSUME_SOCKETCALL): Define.
14531         (__ASSUME_ACCEPT4): Remove.
14532         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
14533         Define.
14534         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14535         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
14536         Likewise.
14537         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14538         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14540         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
14541         macro.
14542         (HWCAP_ARM_LPAE): Likewise.
14543         (HWCAP_ARM_EVTSTRM): Likewise.
14544         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
14545         Add vpfd32, lpae and evtstrm.
14546         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
14547         Increase to 22.
14549 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
14551         * math/auto-libm-test-in: Add tests of clog10.
14552         * math/auto-libm-test-out: Regenerated.
14553         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
14554         * sysdeps/i386/fpu/libm-test-ulps: Update.
14555         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14557 2014-02-18  Andreas Schwab  <schwab@suse.de>
14559         [BZ #16574]
14560         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
14561         Store non-zero if the second buffer was newly allocated.
14562         (send_dg): Likewise.
14563         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
14564         to send_vc and send_dg.
14565         (res_nsend): Pass NULL for ansp2_malloced.
14566         * resolv/res_query.c (__libc_res_nquery): Add parameter
14567         answerp2_malloced and pass it down to __libc_res_nsend.
14568         (res_nquery): Pass additional NULL to __libc_res_nquery.
14569         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
14570         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
14571         second answer buffer if answerp2_malloced was set.
14572         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
14573         (__libc_res_nquerydomain): Add parameter
14574         answerp2_malloced and pass it down to __libc_res_nquery.
14575         (res_nquerydomain): Pass additional NULL to
14576         __libc_res_nquerydomain.
14577         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
14578         additional NULL to __libc_res_nsend and __libc_res_nquery.
14579         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
14580         additional NULL to __libc_res_nsearch.
14581         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
14582         parameter of __libc_res_nsearch to check for separately allocated
14583         second buffer.
14584         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
14585         __libc_res_nquery.
14586         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
14587         additional NULL to __libc_res_nquery.
14588         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
14589         __libc_res_nsearch.
14590         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
14591         * include/resolv.h: Update prototypes of __libc_res_nquery,
14592         __libc_res_nsearch, __libc_res_nsend.
14594 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
14596         * math/auto-libm-test-in: Add tests of fma.
14597         * math/auto-libm-test-out: Regenerated.
14598         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
14599         (fma_towardzero_test_data): Likewise.
14600         (fma_downward_test_data): Likewise.
14601         (fma_upward_test_data): Likewise.
14602         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
14603         mpc_mode.
14604         (rounding_modes): Add values for new field.
14605         (func_calc_method): Add value mpfr_fff_f.
14606         (func_calc_desc): Add mpfr_fff_f union field.
14607         (test_function): Add field exact_args.
14608         (FUNC): Add macro argument EXACT_ARGS.
14609         (FUNC_mpfr_f_f): Update call to FUNC.
14610         (FUNC_mpfr_f_f): Likewise.
14611         (FUNC_mpfr_ff_f): Likewise.
14612         (FUNC_mpfr_if_f): Likewise.
14613         (FUNC_mpc_c_f): Likewise.
14614         (FUNC_mpc_c_c): Likewise.
14615         (test_functions): Add fma.  Update calls to FUNC.
14616         (handle_input_arg): Add argument exact_args.
14617         (add_test): Update call to handle_input_arg.
14618         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
14619         (output_for_one_input_case): Update call to calc_generic_results.
14620         Recalculate exact zero results in each rounding mode.
14622         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
14623         non-negative before setting low bit.
14624         * math/auto-libm-test-in: Mark one asin test possibly having
14625         spurious underflow.
14626         * math/auto-libm-test-out: Regenerated.
14627         * sysdeps/i386/fpu/libm-test-ulps: Update.
14628         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14630 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
14632         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
14633         * sysdeps/unix/sysv/linux/microblaze: Move directory from
14634         ports/sysdeps/unix/sysv/linux/microblaze.
14635         * README: Add missing listing for microblaze*-*-linux-gnu.
14637 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
14639         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
14640         duplicate code
14642 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
14644         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
14645         * sysdeps/unix/sysv/linux/ia64: Move directory from
14646         ports/sysdeps/unix/sysv/linux/ia64.
14647         * README: Update listing for ia64-*-linux-gnu.
14649 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
14650             Joseph Myers  <joseph@codesourcery.com>
14652         * Makeconfig (test-name): New variable.
14653         (evaluate-test): Likewise.
14654         * Makerules (do-test-clean): Remove .test-result files.
14655         (common-mostlyclean): Likewise.
14656         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
14657         * scripts/evaluate-test.sh: New file.
14659 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
14661         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
14662         separate $(objpfx)tst-fopenloc-cmp.out and
14663         $(objpfx)tst-fopenloc-mem.out targets.
14664         (tests): Update dependencies.
14665         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
14666         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
14667         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
14668         (tst-rxspencer-no-utf8-ARGS): New variable.
14669         (tst-rxspencer-no-utf8-ENV): Likewise.
14670         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
14671         instead of $(objpfx)tst-rxspencer-mem.
14672         ($(objpfx)tst-rxspencer-mem): Change target to
14673         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
14674         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
14675         * posix/tst-rxspencer-no-utf8.c: New file.
14677         * elf/Makefile ($(objpfx)order.out): Remove rule.
14678         [$(run-built-tests) = yes] (tests): Depend on
14679         $(objpfx)order-cmp.out.
14680         ($(objpfx)order-cmp.out): New rule.
14681         [$(run-built-tests) = yes] (tests): Depend on
14682         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
14683         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
14684         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
14685         $(objpfx)tst-array5-static-cmp.out.
14686         ($(objpfx)tst-array1.out): Remove rule.
14687         ($(objpfx)tst-array1-cmp.out): New rule.
14688         ($(objpfx)tst-array1-static.out): Remove rule.
14689         ($(objpfx)tst-array1-static-cmp.out): New rule.
14690         ($(objpfx)tst-array2.out): Remove rule.
14691         ($(objpfx)tst-array2-cmp.out): New rule.
14692         ($(objpfx)tst-array3.out): Remove rule.
14693         ($(objpfx)tst-array3-cmp.out): New rule.
14694         ($(objpfx)tst-array4.out): Remove rule.
14695         ($(objpfx)tst-array4-cmp.out): New rule.
14696         ($(objpfx)tst-array5.out): Remove rule.
14697         ($(objpfx)tst-array5-cmp.out): New rule.
14698         ($(objpfx)tst-array5-static.out): Remove rule.
14699         ($(objpfx)tst-array5-static-cmp.out): New rule.
14700         [$(run-built-tests) = yes] (tests): Depend on
14701         $(objpfx)order2-cmp.out.
14702         ($(objpfx)order2.out): Remove rule.
14703         ($(objpfx)order2-cmp.out): New rule.
14704         ($(objpfx)tst-initorder.out): Remove rule.
14705         [$(run-built-tests) = yes] (tests): Depend on
14706         $(objpfx)tst-initorder-cmp.out.
14707         ($(objpfx)tst-initorder-cmp.out): New rule.
14708         ($(objpfx)tst-initorder2.out): Remove rule.
14709         [$(run-built-tests) = yes] (tests): Depend on
14710         $(objpfx)tst-initorder2-cmp.out.
14711         ($(objpfx)tst-initorder2-cmp.out): New rule.
14712         [$(run-built-tests) = yes] (tests): Depend on
14713         $(objpfx)tst-unused-dep-cmp.out.
14714         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
14715         ($(objpfx)tst-unused-dep-cmp.out): New rule.
14716         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
14717         on $(objpfx)tst-setvbuf1-cmp.out.
14718         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
14719         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
14720         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
14721         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
14722         ($(objpfx)tst-svc.out): Remove rule.
14723         ($(objpfx)tst-svc-cmp.out): New rule.
14725 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
14727         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
14728         * ctype/ctype.h [__USE_MISC]: Likewise.
14729         * dirent/dirent.h [__USE_MISC]: Likewise.
14730         * grp/grp.h [__USE_MISC]: Likewise.
14731         * io/fcntl.h [__USE_MISC]: Likewise.
14732         * io/sys/stat.h [__USE_MISC]: Likewise.
14733         * libio/stdio.h [__USE_MISC]: Likewise.
14734         * posix/unistd.h [__USE_MISC]: Likewise.
14735         * pwd/pwd.h [__USE_MISC]: Likewise.
14736         * stdlib.h [__USE_MISC]: Likewise.
14737         * string/bits/string2.h [__USE_MISC]: Likewise.
14738         * string/string.h [__USE_MISC]: Likewise.
14739         * time/time.h [__USE_MISC]: Likewise.
14741 2014-02-13  Andreas Schwab  <schwab@suse.de>
14743         [BZ #16574]
14744         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
14745         second answer buffer if it was separately allocated.
14747 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
14749         * sysdeps/mips/math-tests.h: Include <features.h>.
14750         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
14751         (ROUNDING_TESTS_long_double): Do not define.
14752         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
14753         (EXCEPTION_TESTS_long_double): Likewise.
14754         * sysdeps/mips/mips64/libm-test-ulps: Update.
14756         * include/features.h (__USE_BSD): Remove macro definitions.
14757         (__USE_SVID): Likewise.
14758         (_BSD_SOURCE): Likewise.
14759         (_SVID_SOURCE): Likewise.
14760         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
14761         from definition of _DEFAULT_SOURCE.
14762         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
14763         [_DEFAULT_SOURCE].
14764         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
14765         * bits/mman.h [__USE_BSD]: Likewise.
14766         * bits/termios.h [__USE_BSD]: Likewise.
14767         * bits/waitstatus.h [__USE_BSD]: Likewise.
14768         * ctype/ctype.h [__USE_SVID]: Likewise.
14769         * dirent/dirent.h [__USE_BSD]: Likewise.
14770         * grp/grp.h [__USE_SVID]: Likewise.
14771         [__USE_BSD]: Likewise.
14772         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
14773         * io/fcntl.h [__USE_BSD]: Likewise.
14774         * io/ftw.h [__USE_BSD]: Likewise.
14775         * io/sys/stat.h [__USE_BSD]: Likewise.
14776         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
14777         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
14778         * libio/stdio.h [__USE_SVID]: Likewise.
14779         [__USE_BSD]: Likewise.
14780         * math/math.h [__USE_SVID]: Likewise.
14781         [__USE_BSD]: Likewise.
14782         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
14783         * misc/bits/syslog.h [__USE_BSD]: Likewise.
14784         * misc/search.h [__USE_SVID]: Likewise.
14785         * misc/sys/mman.h [__USE_BSD]: Likewise.
14786         * misc/sys/syslog.h [__USE_BSD]: Likewise.
14787         * misc/sys/uio.h [__USE_BSD]: Likewise.
14788         * posix/bits/unistd.h [__USE_BSD]: Likewise.
14789         * posix/glob.h [__USE_BSD]: Likewise.
14790         * posix/regex.h [__USE_BSD]: Likewise.
14791         * posix/sys/types.h [__USE_BSD]: Likewise.
14792         [__USE_SVID]: Likewise.
14793         * posix/sys/utsname.h [__USE_SVID]: Likewise.
14794         * posix/sys/wait.h [__USE_BSD]: Likewise.
14795         [__USE_SVID]: Likewise.
14796         * posix/unistd.h [__USE_BSD]: Likewise.
14797         [__USE_SVID]: Likewise.
14798         * pwd/pwd.h [__USE_SVID]: Likewise.
14799         * resolv/netdb.h [__USE_BSD]: Likewise.
14800         * setjmp/setjmp.h [__USE_BSD]: Likewise.
14801         * signal/signal.h [__USE_BSD]: Likewise.
14802         [__USE_SVID]: Likewise.
14803         * socket/sys/socket.h [__USE_BSD]: Likewise.
14804         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
14805         * stdlib/stdlib.h [__USE_BSD]: Likewise.
14806         [__USE_SVID]: Likewise.
14807         * string/bits/string2.h [__USE_BSD]: Likewise.
14808         [__USE_SVID]: Likewise.
14809         * string/bits/string3.h [__USE_BSD]: Likewise.
14810         * string/endian.h [__USE_BSD]: Likewise.
14811         * string/string.h [__USE_SVID]: Likewise.
14812         [__USE_BSD]: Likewise.
14813         * string/strings.h [__USE_BSD]: Likewise.
14814         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
14815         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
14816         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
14817         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
14818         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
14819         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
14820         Likewise.
14821         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
14822         Likewise.
14823         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
14824         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
14825         Likewise.
14826         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
14827         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
14828         Likewise.
14829         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
14830         Likewise.
14831         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
14832         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
14833         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
14834         Likewise.
14835         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
14836         Likewise.
14837         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
14838         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
14839         * termios/termios.h [__USE_BSD]: Likewise.
14840         * time/sys/time.h [__USE_BSD]: Likewise.
14841         * time/time.h [__USE_BSD]: Likewise.
14842         [__USE_SVID]: Likewise.
14844         * Makefile (subdir_targets): Remove subdir_lint.out.
14846         * stdio-common/Makefile (do-tst-unbputc): Remove target.
14847         (do-tst-printf): Likewise.
14848         (tests): Depend directly on $(objpfx)tst-unbputc.out and
14849         $(objpfx)tst-printf.out.
14851         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
14853         * Makerules (check-abi-%): Change target to
14854         $(objpfx)check-abi-%.out.
14855         (check-abi target): Update dependencies.
14856         (check-abi-pattern variable): Redirect output of diff to $@.
14857         (check-abi variable): Likewise.
14858         * elf/Makefile (check-abi): Update dependencies.
14860         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
14861         unused.
14862         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
14863         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
14864         subnormal range.
14865         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
14866         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
14867         value has largest subnormal exponent.
14868         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
14869         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
14870         * sysdeps/aarch64/soft-fp/sfp-machine.h
14871         (_FP_TININESS_AFTER_ROUNDING): New macro.
14872         * sysdeps/alpha/soft-fp/sfp-machine.h
14873         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14874         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14875         Likewise.
14876         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
14877         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14878         * sysdeps/mips/soft-fp/sfp-machine.h
14879         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14880         * sysdeps/powerpc/soft-fp/sfp-machine.h
14881         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14882         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14883         Likewise.
14884         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
14885         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14886         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
14887         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14888         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14889         Likewise.
14891 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
14893         [BZ #16545]
14894         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
14895         model 1.
14897 2014-02-12  Richard Henderson  <rth@redhat.com>
14899         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
14900         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
14901         * sysdeps/unix/sysv/linux/alpha: Move directory from
14902         ports/sysdeps/unix/sysv/linux/alpha.
14903         * README: Update listing for alpha-*-linux-gnu.
14905 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
14907         * include/features.h: Update comment documenting feature test
14908         macros.
14909         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
14910         _DEFAULT_SOURCE.
14911         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
14912         (_SVID_SOURCE): Likewise.
14913         (_DEFAULT_SOURCE): Update description of default features.
14914         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
14915         with _GNU_SOURCE.
14916         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
14917         (S_ISVTX): Likewise.
14918         * manual/math.texi (Mathematical Constants): Likewise.
14919         * manual/signal.texi (Interrupted Primitives): Likewise.
14920         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
14921         * math/test-matherr.c (_SVID_SOURCE): Do not define.
14922         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
14923         Don't refer to _SVID_SOURCE in warning text.
14925         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
14927         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
14928         already defined.
14929         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
14930         * sysdeps/mips/dl-lookup.c: Remove.
14931         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
14933 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
14935         [BZ #16447]
14936         * math/auto-libm-test-in: Add testcase for expl.
14937         * math/auto-libm-test-out: Regenerate.
14938         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
14939         calculation of unsafe.
14940         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
14942 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14944         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
14945         * sysdeps/unix/sysv/linux/aarch64: Move directory from
14946         ports/sysdeps/unix/sysv/linux/aarch64.
14947         * README: Update listing for aarch64*-*-linux-gnu.
14949 2014-02-11  Will Newton  <will.newton@linaro.org>
14951         * manual/probes.texi (Mathematical Function Probes): Use
14952         "triggered" instead of "hit".
14954         * manual/probes.texi (Internal Probes): Add documentation
14955         of setjmp, longjmp and longjmp_target probes.
14957         * include/stap-probe.h: Add comment about probe argument
14958         format.
14960         * malloc/mtrace.c (attribute_hidden): Remove unused macro
14961         definition.  (tr_where, tr_freehook, tr_mallochook,
14962         tr_reallochook, tr_memalignhook): Use ANSI protoype.
14964 2014-02-11  David S. Miller  <davem@davemloft.net>
14966         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
14967         processing int_tests.
14969 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
14971         * sysdeps/mips: Move directory from ports/sysdeps/mips.
14972         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
14973         * sysdeps/unix/sysv/linux/mips: Move directory from
14974         ports/sysdeps/unix/sysv/linux/mips.
14975         * README: Update listing for mips-*-linux-gnu and
14976         mips64-*-linux-gnu.
14978 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
14980         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
14981         * sysdeps/unix/sysv/linux/m68k: Move directory from
14982         ports/sysdeps/unix/sysv/linux/m68k.
14983         * README: Update listing for m68k-*-linux-gnu.
14985 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
14987         * sysdeps/tile: Move directory from ports/sysdeps/tile.
14988         * sysdeps/unix/sysv/linux/generic: Move directory from
14989         ports/sysdeps/unix/sysv/linux/generic.
14990         * sysdeps/unix/sysv/linux/tile: Move directory from
14991         ports/sysdeps/unix/sysv/linux/tile.
14992         * README: Update listing for tile*-*-linux-gnu.
14994 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
14996         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
14997         __builtin_expect.
14998         * benchtests/bench-memmem.c (simple_memmem): Likewise.
14999         * catgets/open_catalog.c (__open_catalog): Likewise.
15000         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
15001         * debug/confstr_chk.c: Likewise.
15002         * debug/fread_chk.c (__fread_chk): Likewise.
15003         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
15004         * debug/getgroups_chk.c: Likewise.
15005         * debug/mbsnrtowcs_chk.c: Likewise.
15006         * debug/mbsrtowcs_chk.c: Likewise.
15007         * debug/mbstowcs_chk.c: Likewise.
15008         * debug/memcpy_chk.c: Likewise.
15009         * debug/memmove_chk.c: Likewise.
15010         * debug/mempcpy_chk.c: Likewise.
15011         * debug/memset_chk.c: Likewise.
15012         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
15013         * debug/strcat_chk.c (__strcat_chk): Likewise.
15014         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
15015         * debug/strncat_chk.c (__strncat_chk): Likewise.
15016         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
15017         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
15018         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
15019         * debug/wcpncpy_chk.c: Likewise.
15020         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
15021         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
15022         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
15023         * debug/wcsncpy_chk.c: Likewise.
15024         * debug/wcsnrtombs_chk.c: Likewise.
15025         * debug/wcsrtombs_chk.c: Likewise.
15026         * debug/wcstombs_chk.c: Likewise.
15027         * debug/wmemcpy_chk.c: Likewise.
15028         * debug/wmemmove_chk.c: Likewise.
15029         * debug/wmempcpy_chk.c: Likewise.
15030         * debug/wmemset_chk.c: Likewise.
15031         * dirent/scandirat.c (SCANDIRAT): Likewise.
15032         * dlfcn/dladdr1.c (dladdr1): Likewise.
15033         * dlfcn/dladdr.c (dladdr): Likewise.
15034         * dlfcn/dlclose.c (dlclose_doit): Likewise.
15035         * dlfcn/dlerror.c (__dlerror): Likewise.
15036         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
15037         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
15038         * dlfcn/dlopen.c (dlopen_doit): Likewise.
15039         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
15040         * dlfcn/dlsym.c (dlsym_doit): Likewise.
15041         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
15042         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
15043         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
15044         Likewise.
15045         * elf/dl-conflict.c: Likewise.
15046         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
15047         * elf/dl-dst.h: Likewise.
15048         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
15049         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
15050         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
15051         * elf/dl-init.c (call_init, _dl_init): Likewise.
15052         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
15053         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
15054         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
15055         Likewise.
15056         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
15057         Likewise.
15058         * elf/dl-minimal.c (__libc_memalign): Likewise.
15059         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
15060         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
15061         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
15062         * elf/dl-sym.c (do_sym): Likewise.
15063         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
15064         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
15065         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
15066         * elf/dl-writev.h (_dl_writev): Likewise.
15067         * elf/ldconfig.c (search_dir): Likewise.
15068         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
15069         (dl_main): Likewise.
15070         * elf/setup-vdso.h (setup_vdso): Likewise.
15071         * grp/compat-initgroups.c (compat_call): Likewise.
15072         * grp/fgetgrent.c (fgetgrent): Likewise.
15073         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
15074         * grp/putgrent.c (putgrent): Likewise.
15075         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
15076         Likewise.
15077         * hurd/hurdinit.c: Likewise.
15078         * iconvdata/8bit-gap.c (struct): Likewise.
15079         * iconvdata/ansi_x3.110.c : Likewise.
15080         * iconvdata/big5.c : Likewise.
15081         * iconvdata/big5hkscs.c : Likewise.
15082         * iconvdata/cp1255.c: Likewise.
15083         * iconvdata/cp1258.c : Likewise.
15084         * iconvdata/cp932.c : Likewise.
15085         * iconvdata/euc-cn.c: Likewise.
15086         * iconvdata/euc-jisx0213.c : Likewise.
15087         * iconvdata/euc-jp.c: Likewise.
15088         * iconvdata/euc-jp-ms.c : Likewise.
15089         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
15090         * iconvdata/gb18030.c : Likewise.
15091         * iconvdata/gbbig5.c (const): Likewise.
15092         * iconvdata/gbgbk.c: Likewise.
15093         * iconvdata/gbk.c : Likewise.
15094         * iconvdata/ibm1364.c : Likewise.
15095         * iconvdata/ibm930.c : Likewise.
15096         * iconvdata/ibm932.c: Likewise.
15097         * iconvdata/ibm933.c : Likewise.
15098         * iconvdata/ibm935.c : Likewise.
15099         * iconvdata/ibm937.c : Likewise.
15100         * iconvdata/ibm939.c : Likewise.
15101         * iconvdata/ibm943.c: Likewise.
15102         * iconvdata/iso_11548-1.c: Likewise.
15103         * iconvdata/iso-2022-cn.c : Likewise.
15104         * iconvdata/iso-2022-cn-ext.c : Likewise.
15105         * iconvdata/iso-2022-jp-3.c: Likewise.
15106         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
15107         * iconvdata/iso-2022-kr.c : Likewise.
15108         * iconvdata/iso646.c (gconv_end): Likewise.
15109         * iconvdata/iso_6937-2.c : Likewise.
15110         * iconvdata/iso_6937.c : Likewise.
15111         * iconvdata/iso8859-1.c: Likewise.
15112         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
15113         * iconvdata/shift_jisx0213.c : Likewise.
15114         * iconvdata/sjis.c : Likewise.
15115         * iconvdata/t.61.c : Likewise.
15116         * iconvdata/tcvn5712-1.c : Likewise.
15117         * iconvdata/tscii.c: Likewise.
15118         * iconvdata/uhc.c : Likewise.
15119         * iconvdata/unicode.c (gconv_end): Likewise.
15120         * iconvdata/utf-16.c (gconv_end): Likewise.
15121         * iconvdata/utf-32.c (gconv_end): Likewise.
15122         * iconvdata/utf-7.c (base64): Likewise.
15123         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
15124         * iconv/gconv_close.c (__gconv_close): Likewise.
15125         * iconv/gconv_open.c (__gconv_open): Likewise.
15126         * iconv/gconv_simple.c (internal_ucs4_loop_single)
15127         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
15128         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
15129         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
15130         (ucs4le_internal_loop_single): Likewise.
15131         * iconv/iconv.c (iconv): Likewise.
15132         * iconv/iconv_close.c: Likewise.
15133         * iconv/loop.c (SINGLE): Likewise.
15134         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
15135         * include/atomic.h: Likewise.
15136         * inet/inet6_option.c (option_alloc): Likewise.
15137         * intl/bindtextdom.c (set_binding_values): Likewise.
15138         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
15139         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
15140         * intl/localealias.c (read_alias_file): Likewise.
15141         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
15142         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
15143         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
15144         * libio/fmemopen.c (fmemopen): Likewise.
15145         * libio/iofgets.c (_IO_fgets): Likewise.
15146         * libio/iofgets_u.c (fgets_unlocked): Likewise.
15147         * libio/iofgetws.c (fgetws): Likewise.
15148         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
15149         * libio/iogetdelim.c (_IO_getdelim): Likewise.
15150         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
15151         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
15152         * locale/findlocale.c (_nl_find_locale): Likewise.
15153         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
15154         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
15155         Likewise.
15156         * locale/setlocale.c (setlocale): Likewise.
15157         * login/programs/pt_chown.c (main): Likewise.
15158         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
15159         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
15160         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
15161         (mmap, mmap64, mremap, munmap): Likewise.
15162         * math/e_exp2l.c: Likewise.
15163         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
15164         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
15165         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
15166         * math/s_catan.c (__catan): Likewise.
15167         * math/s_catanf.c (__catanf): Likewise.
15168         * math/s_catanh.c (__catanh): Likewise.
15169         * math/s_catanhf.c (__catanhf): Likewise.
15170         * math/s_catanhl.c (__catanhl): Likewise.
15171         * math/s_catanl.c (__catanl): Likewise.
15172         * math/s_ccosh.c (__ccosh): Likewise.
15173         * math/s_ccoshf.c (__ccoshf): Likewise.
15174         * math/s_ccoshl.c (__ccoshl): Likewise.
15175         * math/s_cexp.c (__cexp): Likewise.
15176         * math/s_cexpf.c (__cexpf): Likewise.
15177         * math/s_cexpl.c (__cexpl): Likewise.
15178         * math/s_clog10.c (__clog10): Likewise.
15179         * math/s_clog10f.c (__clog10f): Likewise.
15180         * math/s_clog10l.c (__clog10l): Likewise.
15181         * math/s_clog.c (__clog): Likewise.
15182         * math/s_clogf.c (__clogf): Likewise.
15183         * math/s_clogl.c (__clogl): Likewise.
15184         * math/s_csin.c (__csin): Likewise.
15185         * math/s_csinf.c (__csinf): Likewise.
15186         * math/s_csinh.c (__csinh): Likewise.
15187         * math/s_csinhf.c (__csinhf): Likewise.
15188         * math/s_csinhl.c (__csinhl): Likewise.
15189         * math/s_csinl.c (__csinl): Likewise.
15190         * math/s_csqrt.c (__csqrt): Likewise.
15191         * math/s_csqrtf.c (__csqrtf): Likewise.
15192         * math/s_csqrtl.c (__csqrtl): Likewise.
15193         * math/s_ctan.c (__ctan): Likewise.
15194         * math/s_ctanf.c (__ctanf): Likewise.
15195         * math/s_ctanh.c (__ctanh): Likewise.
15196         * math/s_ctanhf.c (__ctanhf): Likewise.
15197         * math/s_ctanhl.c (__ctanhl): Likewise.
15198         * math/s_ctanl.c (__ctanl): Likewise.
15199         * math/w_pow.c: Likewise.
15200         * math/w_powf.c: Likewise.
15201         * math/w_powl.c: Likewise.
15202         * math/w_scalb.c (sysv_scalb): Likewise.
15203         * math/w_scalbf.c (sysv_scalbf): Likewise.
15204         * math/w_scalbl.c (sysv_scalbl): Likewise.
15205         * misc/error.c (error_tail): Likewise.
15206         * misc/pselect.c (__pselect): Likewise.
15207         * nis/nis_callback.c (__nis_create_callback): Likewise.
15208         * nis/nis_call.c (__nisfind_server): Likewise.
15209         * nis/nis_creategroup.c (nis_creategroup): Likewise.
15210         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
15211         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
15212         * nis/nis_getservlist.c (nis_getservlist): Likewise.
15213         * nis/nis_lookup.c (nis_lookup): Likewise.
15214         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
15215         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
15216         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
15217         * nis/nis_xdr.c (xdr_endpoint): Likewise.
15218         * nis/nss_compat/compat-grp.c (getgrent_next_file)
15219         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
15220         * nis/nss_compat/compat-initgroups.c (add_group)
15221         (internal_getgrent_r): Likewise.
15222         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
15223         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
15224         * nis/nss_compat/compat-spwd.c (getspent_next_file)
15225         (internal_getspnam_r): Likewise.
15226         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
15227         (_nss_nis_getaliasbyname_r): Likewise.
15228         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
15229         (_nss_nis_getntohost_r): Likewise.
15230         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
15231         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
15232         (_nss_nis_getgrgid_r): Likewise.
15233         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
15234         (internal_nis_gethostent_r, internal_gethostbyname2_r)
15235         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
15236         (_nss_nis_gethostbyname4_r): Likewise.
15237         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
15238         (initgroups_netid): Likewise.
15239         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
15240         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
15241         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
15242         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
15243         (_nss_nis_getprotobynumber_r): Likewise.
15244         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
15245         (_nss_nis_getsecretkey): Likewise.
15246         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
15247         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
15248         (_nss_nis_getpwuid_r): Likewise.
15249         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
15250         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
15251         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
15252         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
15253         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
15254         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
15255         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
15256         Likewise.
15257         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
15258         (_nss_nisplus_getntohost_r): Likewise.
15259         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
15260         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
15261         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
15262         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
15263         Likewise.
15264         * nis/nss_nisplus/nisplus-initgroups.c
15265         (_nss_nisplus_initgroups_dyn): Likewise.
15266         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
15267         (_nss_nisplus_getnetbyaddr_r): Likewise.
15268         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
15269         (_nss_nisplus_getprotobynumber_r): Likewise.
15270         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
15271         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
15272         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
15273         Likewise.
15274         * nis/nss_nisplus/nisplus-service.c
15275         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
15276         (_nss_nisplus_getservbyport_r): Likewise.
15277         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
15278         (_nss_nisplus_getspnam_r): Likewise.
15279         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
15280         Likewise.
15281         * nscd/aicache.c (addhstaiX): Likewise.
15282         * nscd/cache.c (cache_search, prune_cache): Likewise.
15283         * nscd/connections.c (register_traced_file, send_ro_fd)
15284         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
15285         (main_loop_epoll): Likewise.
15286         * nscd/grpcache.c (addgrbyX): Likewise.
15287         * nscd/hstcache.c (addhstbyX): Likewise.
15288         * nscd/initgrcache.c (addinitgroupsX): Likewise.
15289         * nscd/mem.c (gc, mempool_alloc): Likewise.
15290         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
15291         (addinnetgrX): Likewise.
15292         * nscd/nscd-client.h (__nscd_acquire_maplock)
15293         (__nscd_drop_map_ref): Likewise.
15294         * nscd/nscd_getai.c (__nscd_getai): Likewise.
15295         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
15296         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
15297         Likewise.
15298         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
15299         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
15300         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
15301         (__nscd_get_map_ref): Likewise.
15302         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
15303         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
15304         Likewise.
15305         * nscd/pwdcache.c (addpwbyX): Likewise.
15306         * nscd/selinux.c (preserve_capabilities): Likewise.
15307         * nscd/servicescache.c (addservbyX): Likewise.
15308         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
15309         * posix/fnmatch.c (fnmatch): Likewise.
15310         * posix/getopt.c (_getopt_internal_r): Likewise.
15311         * posix/glob.c (glob, glob_in_dir): Likewise.
15312         * posix/wordexp.c (exec_comm_child): Likewise.
15313         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
15314         (getanswer_r, gaih_getanswer_slice): Likewise.
15315         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
15316         * resolv/res_init.c: Likewise.
15317         * resolv/res_mkquery.c (res_nmkquery): Likewise.
15318         * resolv/res_query.c (__libc_res_nquery): Likewise.
15319         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
15320         Likewise.
15321         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
15322         * stdio-common/perror.c (perror): Likewise.
15323         * stdio-common/printf_fp.c (___printf_fp): Likewise.
15324         * stdio-common/tmpnam.c (tmpnam): Likewise.
15325         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
15326         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
15327         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
15328         Likewise.
15329         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
15330         * stdlib/putenv.c (putenv): Likewise.
15331         * stdlib/setenv.c (__add_to_environ): Likewise.
15332         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
15333         * stdlib/strtol_l.c (INTERNAL): Likewise.
15334         * string/memmem.c (memmem): Likewise.
15335         * string/strerror.c (strerror): Likewise.
15336         * string/strnlen.c (__strnlen): Likewise.
15337         * string/test-memmem.c (simple_memmem): Likewise.
15338         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
15339         * sunrpc/pm_getport.c (__get_socket): Likewise.
15340         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
15341         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
15342         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
15343         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
15344         Likewise.
15345         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
15346         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
15347         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
15348         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
15349         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
15350         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
15351         Likewise.
15352         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
15353         Likewise.
15354         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
15355         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
15356         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
15357         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
15358         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
15359         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
15360         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
15361         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
15362         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
15363         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
15364         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
15365         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
15366         Likewise.
15367         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
15368         Likewise.
15369         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
15370         Likewise.
15371         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
15372         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
15373         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
15374         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
15375         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
15376         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
15377         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
15378         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
15379         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
15380         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
15381         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
15382         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
15383         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
15384         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
15385         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
15386         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
15387         Likewise.
15388         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
15389         Likewise.
15390         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
15391         Likewise.
15392         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
15393         Likewise.
15394         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
15395         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
15396         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
15397         Likewise.
15398         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
15399         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
15400         * sysdeps/posix/opendir.c (__opendirat): Likewise.
15401         * sysdeps/posix/sleep.c: Likewise.
15402         * sysdeps/posix/tempname.c: Likewise.
15403         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
15404         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
15405         Likewise.
15406         * sysdeps/powerpc/powerpc32/dl-machine.h
15407         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
15408         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
15409         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
15410         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
15411         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
15412         Likewise.
15413         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
15414         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
15415         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15416         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
15417         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15418         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
15419         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
15420         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
15421         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
15422         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
15423         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
15424         (elf_machine_lazy_rel): Likewise.
15425         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
15426         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
15427         (elf_machine_lazy_rel): Likewise.
15428         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
15429         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
15430         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
15431         * sysdeps/unix/grantpt.c (grantpt): Likewise.
15432         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
15433         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
15434         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
15435         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
15436         Likewise.
15437         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
15438         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
15439         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
15440         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
15441         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
15442         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
15443         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
15444         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
15445         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
15446         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
15447         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
15448         Likewise.
15449         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
15450         (__posix_fallocate64_l64): Likewise.
15451         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
15452         (posix_fallocate): Likewise.
15453         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
15454         Likewise.
15455         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
15456         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
15457         (getifaddrs_internal): Likewise.
15458         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
15459         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
15460         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
15461         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
15462         * sysdeps/unix/sysv/linux/posix_fallocate64.c
15463         (__posix_fallocate64_l64): Likewise.
15464         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
15465         Likewise.
15466         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
15467         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
15468         (__get_clockfreq): Likewise.
15469         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
15470         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
15471         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
15472         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
15473         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
15474         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
15475         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
15476         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
15477         Likewise.
15478         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
15479         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
15480         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
15481         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
15482         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
15483         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
15484         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
15485         Likewise.
15486         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
15487         (posix_fallocate): Likewise.
15488         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
15489         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
15490         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
15491         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
15492         (elf_machine_rela, elf_machine_rela_relative)
15493         (elf_machine_lazy_rel): Likewise.
15494         * time/asctime.c (asctime_internal): Likewise.
15495         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
15496         * time/tzset.c (__tzset_parse_tz): Likewise.
15497         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
15498         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
15499         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
15500         * wcsmbs/wcsmbsload.h: Likewise.
15502         [BZ #15894]
15503         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
15505         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
15506         (arena_get2): Remove THREAD_STATS conditionals.
15507         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
15508         (__malloc_stats, int): Likewise.
15510 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
15512         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
15513         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
15515         * manual/setjmp.texi: Fix typos/grammar errors.
15517         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
15518         Only return early when n is <= 0.  Delete unused return statement.
15520         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
15521         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
15522         * debug/tst-longjmp_chk3.c: New file.
15524         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
15525         (test_main): Replace code with set_fortify_handler call.
15526         * debug/test-strcpy_chk.c: Likewise.
15527         * debug/tst-chk1.c: Likewise.
15528         * debug/tst-longjmp_chk.c: Likewise.
15529         * test-skeleton.c: Include fcntl.h & paths.h
15530         (set_fortify_handler): Define.
15532         * debug/tst-longjmp_chk.c: Add header comment and include
15533         ../test-skeleton.c.
15534         (do_test): Mark static.
15535         (TEST_FUNCTION): Define.
15537         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
15538         (IP_PMTUDISC_INTERFACE): Likewise.
15539         (IP_MULTICAST_IF): Likewise.
15540         (IP_MULTICAST_TTL): Likewise.
15541         (IP_MULTICAST_LOOP): Likewise.
15542         (IP_ADD_MEMBERSHIP): Likewise.
15543         (IP_DROP_MEMBERSHIP): Likewise.
15544         (IP_UNBLOCK_SOURCE): Likewise.
15545         (IP_BLOCK_SOURCE): Likewise.
15546         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
15547         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
15548         (IP_MSFILTER): Likewise.
15549         (MCAST_JOIN_GROUP): Likewise.
15550         (MCAST_BLOCK_SOURCE): Likewise.
15551         (MCAST_UNBLOCK_SOURCE): Likewise.
15552         (MCAST_LEAVE_GROUP): Likewise.
15553         (MCAST_JOIN_SOURCE_GROUP): Likewise.
15554         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
15555         (MCAST_MSFILTER): Likewise.
15556         (IP_MULTICAST_ALL): Likewise.
15557         (IP_UNICAST_IF): Likewise.
15559         * timezone/Makefile: Delete $(have-ksh) check.
15560         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
15561         * timezone/tzselect.ksh: Add +x mode bits.
15563         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
15564         (ANON_INODE_FS_MAGIC): Likewise.
15565         (BDEVFS_MAGIC): Likewise.
15566         (BINFMTFS_MAGIC): Likewise.
15567         (BTRFS_TEST_MAGIC): Likewise.
15568         (CRAMFS_MAGIC_WEND): Likewise.
15569         (DEBUGFS_MAGIC): Likewise.
15570         (ECRYPTFS_SUPER_MAGIC): Likewise.
15571         (EXT3_SUPER_MAGIC): Likewise.
15572         (EXT4_SUPER_MAGIC): Likewise.
15573         (FUTEXFS_SUPER_MAGIC): Likewise.
15574         (HOSTFS_SUPER_MAGIC): Likewise.
15575         (HUGETLBFS_MAGIC): Likewise.
15576         (MINIX3_SUPER_MAGIC): Likewise.
15577         (MTD_INODE_FS_MAGIC): Likewise.
15578         (NILFS_SUPER_MAGIC): Likewise.
15579         (OPENPROM_SUPER_MAGIC): Likewise.
15580         (PIPEFS_MAGIC): Likewise.
15581         (PSTOREFS_MAGIC): Likewise.
15582         (QNX6_SUPER_MAGIC): Likewise.
15583         (RAMFS_MAGIC): Likewise.
15584         (REISERFS_SUPER_MAGIC_STRING): Likewise.
15585         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
15586         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
15587         (SECURITYFS_MAGIC): Likewise.
15588         (SELINUX_MAGIC): Likewise.
15589         (SMACK_MAGIC): Likewise.
15590         (SOCKFS_MAGIC): Likewise.
15591         (SQUASHFS_MAGIC): Likewise.
15592         (STACK_END_MAGIC): Likewise.
15593         (TMPFS_MAGIC): Likewise.
15594         (USBDEVICE_SUPER_MAGIC): Likewise.
15595         (V9FS_MAGIC): Likewise.
15596         (XENFS_SUPER_MAGIC): Likewise.
15597         (CRAMFS_MAGIC): Fix typo in comment.
15598         (EXT2_SUPER_MAGIC): Update comment.
15599         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
15601 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
15603         * sysdeps/arm: Move directory from ports/sysdeps/arm.
15604         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
15605         * sysdeps/unix/sysv/linux/arm: Move directory from
15606         ports/sysdeps/unix/sysv/linux/arm.
15607         * README: Update listing for arm-*-linux-gnueabi.
15609         * README: Remove mention of am33.
15611 2014-02-07  Roland McGrath  <roland@hack.frob.com>
15613         * bits/sigset.h (__sigemptyset): Use a statement expression rather
15614         than the comma operator, to avoid "rhs of comma has no effect"
15615         compiler warnings.
15616         (__sigfillset, __sigandset, __sigorset): Likewise.
15617         * include/signal.h (__sigemptyset): Likewise.
15618         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
15620 2014-02-07  Allan McRae  <allan@archlinux.org>
15622         * version.h (RELEASE): Set to "development".
15623         (VERSION): Set to "2.19.90"
15624         * NEWS: Add 2.20 section.
15626 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
15628         [BZ #16529]
15629         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
15631 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
15633         * manual/contrib.texi: Update entry for Carlos O'Donell,
15634         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
15636 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
15638         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
15640         * sysdeps/unix/sysv/linux/kernel-features.h
15641         [__LINUX_KERNEL_VERSION >= 0x020621]
15642         (__ASSUME_PROC_PID_TASK_COMM): Define.
15644 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
15646         [BZ #16398]
15647         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
15648         conversion when destination buffer does not have enough space.
15649         * libio/tst-ftell-partial-wide.c: New test case.
15650         * libio/Makefile (tests): Add tst-ftell-partial-wide.
15652         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
15653         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
15654         Leonard and Allan McRae.
15656 2014-02-04  David S. Miller  <davem@davemloft.net>
15658         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
15659         32-bit.
15661 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15663         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
15664         New file
15665         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
15666         New file
15667         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
15668         New file.
15669         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
15670         New file.
15671         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
15672         New file.
15673         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
15674         New file.
15675         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
15676         New file.
15677         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
15678         New file.
15679         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
15680         New file.
15681         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
15682         New file.
15683         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
15684         New file.
15685         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
15686         New file.
15687         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
15688         New file.
15690 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15692         * nptl/shlib-versions: Change powerpc*le start to 2.17.
15693         * shlib-versions: Likewise.
15695 2014-02-04  Roland McGrath  <roland@hack.frob.com>
15696             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15698         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
15699         (abilist-pattern): New variable, set to %-le.abilist.
15701         * Makerules (abilist-pattern): New variable.
15702         (vpath): Use $(abilist-pattern) in place of %.abilist.
15703         (check-abi-% pattern rule): Likewise.
15704         (check-abi, update-abi): Likewise.
15706 2014-02-04  Eric Wong  <normalperson@yhbt.net>
15708         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
15710 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
15712         * manual/startup.texi: Add next, previous, and top entries for
15713         the `Program Arguments' and `Environment Variables' nodes.
15715 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
15717         * manual/macros.texi: Add comments before MTASC-safety macros.
15719         * manual/users.texi: Document MTASC-safety properties.
15721         * manual/threads.texi (pthread_key_create, pthread_key_delete)
15722         (pthread_getspecific, pthread_setspecific): Format with
15723         @deftypefun, and add @safety note.
15724         * manual/signal.texi: Move comments that analyze the above
15725         functions to their home place.
15727 2014-02-03  Allan McRae  <allan@archlinux.org>
15729         * po/sl.po: Update Slovenian translation from translation project.
15731 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
15733         * manual/time.texi (timegm): Add missing blank after @c.
15734         Reported by Joseph Myers <joseph@codesourcery.com>.
15736 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
15738         * manual/check-safety.sh: New.
15739         * manual/Makefile ($(objpfx)stamp-summary): Run it.
15741         * manual/terminal.texi: Document MTASC-safety properties.
15743         * manual/filesys.texi: Document MTASC-safety properties.
15745         * manual/errno.texi: Document MTASC-safety properties.
15747         * manual/intro.texi: Document safety identifiers and
15748         conditionals.
15750         * manual/string.texi (wcstok): Fix prototype.
15751         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
15753         * manual/time.texi: Document MTASC-safety properties.
15755         * manual/string.texi: Document MTASC-safety properties.
15757         * manual/threads.texi: Document MTASC-safety properties.
15759         * manual/stdio.texi: Document MTASC-safety properties.
15761         * manual/syslog.texi: Document MTASC-safety properties.
15763         * manual/sysinfo.texi: Document MTASC-safety properties.
15765         * manual/startup.texi: Document MTASC-safety properties.
15767         * manual/socket.texi: Document MTASC-safety properties.
15769         * manual/signal.texi: Document MTASC-safety properties.
15771 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
15773         * manual/setjmp.texi: Document MTASC-safety properties.
15775         * manual/search.texi: Document MTASC-safety properties.
15777         * manual/resource.texi: Document MTASC-safety properties.
15779         * manual/process.texi: Document MTASC-safety properties.
15781         * manual/platform.texi: Document MTASC-safety properties.
15783         * manual/pipe.texi: Document MTASC-safety properties.
15785         * manual/pattern.texi: Document MTASC-safety properties.
15787         * manual/message.texi: Document MTASC-safety properties.
15789         [BZ #12751]
15790         * manual/memory.texi: Document MTASC-safety properties.
15792         * manual/math.texi: Document MTASC-safety properties.
15794         * manual/locale.texi: Document MTASC-safety properties.
15796         * manual/llio.texi: Document MTASC-safety properties.
15798         * manual/libdl.texi: New.
15800         * manual/lang.texi: Document MTASC-safety properties.
15802         * manual/job.texi: Document MTASC-safety properties.
15804         * manual/getopt.texi: Document MTASC-safety properties.
15806         * manual/ctype.texi: Document MTASC-safety properties.
15808 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
15810         [BZ #16046]
15811         * csu/libc-tls.c (static_map): Remove variable.
15812         (__libc_setup_tls): Use main executable's link map for TLS data.
15813         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
15814         casing for LM_ID_BASE and GL(dl_nns).
15815         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
15816         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
15817         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
15818         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
15819         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
15820         member.
15821         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
15822         l_phnum members.
15824 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
15826         * manual/debug.texi: Document MTASC-safety properties.
15828 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
15830         [BZ #16510]
15831         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
15832         of __x86_64__ when disabling x87 inline functions.
15834 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
15836         * manual/charset.texi: Document MTASC-safety properties.
15838         * manual/crypt.texi: Document MTASC-safety properties.
15840         * manual/conf.texi: Document MTASC-safety properties.
15842         * manual/arith.texi: Document MTASC-safety properties.
15844         * manual/argp.texi: Document MTASC-safety properties.
15846         * manual/macros.texi: Introduce macros to document multi
15847         thread, asynchronous signal and asynchronous cancellation
15848         safety properties.
15849         * manual/intro.texi: Introduce the properties themselves.
15851 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15853         * sysdeps/sh/sh4/Makefile: New file.
15855 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
15857         * math/gen-libm-test.pl ($srcdir): New variable.
15858         ($auto_input): Use it.
15860 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
15862         [BZ #16506]
15863         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
15864         access beyond array bounds when parsing netgroups file.
15866         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
15867         the old buffer before realloc.
15869 2014-01-27  Allan McRae  <allan@archlinux.org>
15871         * po/fr.po: Update French translation from translation project.
15873 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15875         * sysdeps/sh/libm-test-ulps: Regenerate.
15877 2014-01-24  David S. Miller  <davem@davemloft.net>
15879         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
15881 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15883         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
15884         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
15886 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
15888         [BZ #16474]
15889         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
15890         string pointers after reallocation.
15892 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15894         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
15895         __SH4A__ instead of __SH_FPU_ANY__.
15897 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15899         * sysdeps/sh/fpu_control.h: New file.
15900         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
15901         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
15902         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
15903         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
15904         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
15905         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
15906         * sysdeps/sh/sys/ucontext.h: Remove.
15907         * sysdeps/sh/sys: Remove directory.
15909 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15911         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
15912         s390/sys/ucontext.h.
15913         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
15914         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
15916 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
15918         [BZ #15605]
15919         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
15921 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15923         [BZ#16431]
15924         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
15925         Adjust the vDSO correctly for internal calls.
15926         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
15928 2014-01-20  Allan McRae  <allan@archlinux.org>
15930         * po/ca.po: Update Catalan translation from translation project.
15932 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
15934         * sysdeps/s390/sotruss-lib.c: New file.
15936 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15938         [BZ#16430]
15939         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
15940         (__GI___gettimeofday): Alias for a different internal symbol to avoid
15941         local calls issues by not having a PLT stub required for IFUNC calls.
15942         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
15944 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
15946         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
15947         * math/test-fpucw-static.c: Likewise.
15949 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
15951         [BZ #16453]
15952         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
15954 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15956         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
15957         implementation for powerpc.
15959 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
15961         [BZ #14782]
15962         * sysdeps/posix/system.c (__libc_system): Do not enable
15963         asynchronous cancellation.
15965 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15967         [BZ #16427]
15968         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
15969         handling only for numbers special also in the IEEE case.
15971 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15973         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
15975 2014-01-11  Allan McRae  <allan@archlinux.org>
15977         * po/bg.po: Update Bulgarian translation from translation project.
15979         * po/de.po: Update German translation from translation project.
15981 2014-01-10  Roland McGrath  <roland@hack.frob.com>
15983         * sysdeps/generic/gcc-compat.h: New file.
15985 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
15987         * benchtests/asin-inputs: Correct slow inputs.
15988         * benchtests/acos-inputs: Likewise.
15990 2014-01-10  Allan McRae  <allan@archlinux.org>
15992         * po:sv.po: Update Swedish translation from translation project.
15994         * po/vi.po: Update Vietnamese translation from translation project.
15996         * po/eo.po: Update Esperanto translation from translation project.
15998         * po/cs.po: Update Czech translation from translation project.
16000         * po/nl.po: Update Dutch translation from translation project.
16002         * po/pl.po: Update Polish translation from translation project.
16004         * po/ru.po: Update Russian translation from translation project.
16006         * po/uk.po: Update Ukrainian translation from translation project.
16008 2014-01-08  Brooks Moses  <bmoses@google.com>
16010         * elf/dl-load.c: Fix comment typo.
16012 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
16014         * po/header.pot: Rename to...
16015         * po/pot.header: ... this.
16016         * po/Makefile: Use pot.header.
16018 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
16019             Maxim Kuvyrkov  <maxim@kugelworks.com>
16021         [BZ #16394]
16022         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
16023         SRC and DEST against LEN.
16025 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16027         [BZ #16414]
16028         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
16029         implementation.
16030         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
16032 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16034         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16036 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
16038         [BZ #16408]
16039         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
16040         for large positive arguments.
16042 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
16044         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
16046         * math/auto-libm-test-in: Mark various tests with
16047         xfail-rounding:ldbl-128ibm.
16048         * math/auto-libm-test-out: Regenerated.
16050         [BZ #16407]
16051         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
16052         Increase overflow threshold.
16054 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
16056         [BZ #14286]
16057         * stdio-common/vfprintf.c: Check for integer overflow.
16059 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16061         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
16062         the first argument and return value of __tls_get_addr_internal.
16064 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16066         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
16067         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
16069 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16071         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
16072         * sysdeps/s390/rtld-global-offsets.sym: New file.
16073         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
16074         GLIBC_2.19 symbol.
16075         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
16076         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
16077         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
16078         ... this.
16079         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
16080         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
16081         ... this.
16082         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
16083         Regenerate.
16084         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
16085         Regenerate.
16086         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
16087         halfs of GPRs for high_gprs contexts.
16088         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
16089         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
16090         field.
16091         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
16092         uc_flags field.
16093         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
16094         64 bit versions:
16095         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
16096         for high GPRs (uc_high_gprs) and for future extensions
16097         (__reserved).
16098         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
16099         for future extensions (__reserved).
16100         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
16101         64 bit versions:
16102         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
16103         SC_HIGHGPRS offset definition.
16104         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
16105         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
16107         * Versions.def: Add GLIBC_2.19 for libpthread.
16108         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
16109         siglongjmp for libpthread with GLIBC_2.19 symver.
16110         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
16111         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
16112         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
16113         * sysdeps/s390/__longjmp.c: New file.
16114         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
16115         * sysdeps/s390/longjmp.c: New file.
16116         * sysdeps/s390/setjmp.S: New file.
16117         * sysdeps/s390/sigjmp.S: New file.
16118         * sysdeps/s390/v1-longjmp.c: New file.
16119         * sysdeps/s390/v1-setjmp.h: New file.
16120         * sysdeps/s390/v1-sigjmp.c: New file.
16121         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
16122         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
16123         GLIBC_2.19 version.
16124         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
16125         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
16126         versioned symbols for ____longjmp_chk.
16127         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
16128         Likewise.
16129         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
16130         Regenerate.
16131         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
16132         Regenerate.
16133         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
16134         Regenerate.
16135         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
16136         Regenerate.
16137         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
16138         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
16139         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
16140         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
16141         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
16142         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
16143         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
16144         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
16145         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
16146         * sysdeps/s390/rtld-__longjmp.c: New file.
16147         * sysdeps/s390/rtld-setjmp.S: New file.
16149 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
16151         [BZ #16400]
16152         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16153         Return -__logl (x) for small positive arguments without evaluating
16154         a polynomial.
16156 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
16158         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
16159         Rename to ...
16160         (__ptrace_peeksiginfo_args): ... this.
16161         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
16162         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
16163         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
16165 2014-01-06  Allan McRae  <allan@archlinux.org>
16167         * inet/netinet/in.h: Fix typo in comment.
16169 2014-01-05  Andreas Jaeger  <aj@suse.de>
16171         * sysdeps/i386/fpu/libm-test-ulps: Update.
16173 2014-01-05  Allan McRae  <allan@archlinux.org>
16175         * po/libc.pot: Regenerated.
16177         * malloc/memusagestat.c: Fix gettext call formatting.
16179 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
16181         * nscd/nscd.c: Improve usage() output.
16183 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
16185         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
16186         * sysdeps/unix/sysv/linux/configure: Regenerated.
16187         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
16188         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
16190 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
16192         [BZ #16390]
16193         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
16194         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
16196 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16198         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
16199         extra tokens at end of #undef directive.
16200         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
16201         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
16202         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
16204 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
16206         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
16208         * math/auto-libm-test-in: Mark various tests with
16209         xfail-rounding:ldbl-128ibm.
16210         * math/auto-libm-test-out: Regenerated.
16212 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
16214         [BZ #16386]
16215         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
16216         numbers with subnormal high part when calculating exponent.
16218         [BZ #16385]
16219         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
16220         fabs.
16222         [BZ #16384]
16223         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
16224         M_LN2l.
16225         (__ieee754_acoshl): Use __log1pl not __log1p.
16227 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
16229         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
16230         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
16231         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
16232         (grow_heap, heap_trim, _int_new_arena, get_free_list)
16233         (reused_arena, arena_get2): Convert to GNU style.
16234         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
16235         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
16236         (memalign_check, __malloc_set_state): Likewise.
16237         * malloc/mallocbug.c (main): Likewise.
16238         * malloc/malloc.c (__malloc_assert, malloc_init_state)
16239         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
16240         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
16241         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
16242         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
16243         (__posix_memalign, malloc_info): Likewise.
16244         * malloc/malloc.h: Likewise.
16245         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
16246         (mallochook, memalignhook, reallochook, mabort): Likewise.
16247         * malloc/mcheck.h: Likewise.
16248         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
16249         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
16250         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
16251         * malloc/morecore.c (__default_morecore): Likewise.
16252         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
16253         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
16254         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
16255         (print_and_abort): Likewise.
16256         * malloc/obstack.h: Likewise.
16257         * malloc/set-freeres.c (__libc_freeres): Likewise.
16258         * malloc/tst-mallocstate.c (main): Likewise.
16259         * malloc/tst-mtrace.c (main): Likewise.
16260         * malloc/tst-realloc.c (do_test): Likewise.
16262 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
16264         [BZ #16366]
16265         * nscd/netgroupcache.c (do_notfound): New function.
16266         (addgetnetgrentX): Use it.
16268         [BZ # 16365]
16269         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
16270         NSS_STATUS_NOTFOUND.
16272 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
16274         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
16275         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16277 2014-01-01  Allan McRae  <allan@archlinux.org>
16279         * scripts/update-copyrights: Update configure input file suffix.
16281         * NEWS: Update copyright year.
16282         * catgets/gencat.c: Likewise.
16283         * csu/version.c: Likewise.
16284         * debug/catchsegv.sh: Likewise.
16285         * debug/pcprofiledump.c: Likewise.
16286         * debug/xtrace.sh: Likewise.
16287         * elf/ldconfig.c: Likewise.
16288         * elf/ldd.bash.in: Likewise.
16289         * elf/pldd.c: Likewise.
16290         * elf/sotruss.ksh: Likewise.
16291         * elf/sprof.c: Likewise.
16292         * iconv/iconv_prog.c: Likewise.
16293         * iconv/iconvconfig.c: Likewise.
16294         * locale/programs/locale.c: Likewise.
16295         * locale/programs/localedef.c: Likewise.
16296         * login/programs/pt_chown.c: Likewise.
16297         * malloc/memusage.sh: Likewise.
16298         * malloc/memusagestat.c: Likewise.
16299         * malloc/mtrace.pl: Likewise.
16300         * manual/libc.texinfo: Likewise.
16301         * nscd/nscd.c: Likewise.
16302         * nss/getent.c: Likewise.
16303         * nss/makedb.c: Likewise.
16304         * posix/getconf.c: Likewise.
16305         * scripts/test-installation.pl: Likewise.
16307         * All files with FSF copyright notices: Update copyright dates
16308         using scripts/update-copyrights.
16309         * intl/plural.c: Regenerated.
16310         * locale/programs/charmap-kw.h: Likewise.
16311         * locale/programs/locfile-kw.h: Likewise.
16313 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
16315         * sysdeps/unix/sysv/linux/configure: Regenerated.
16316         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
16317         the linux/fanotify.h header.
16318         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
16319         HAVE_LINUX_FANOTIFY_H is defined.
16321 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
16323         * benchtests/cos-inputs: New inputs.
16324         * benchtests/sin-inputs: Likewise.
16326         * benchtests/atan-inputs: New inputs. Fix name of multiple
16327         precision fallback inputs.
16329         * benchtests/atanh-inputs: New inputs.
16330         * benchtests/tanh-inputs: Likewise.
16332         * benchtests/acosh-inputs: New inputs.
16333         * benchtests/asinh-inputs: Likewise.
16335         * benchtests/cosh-inputs: New inputs.
16336         * benchtests/sinh-inputs: Likewise.
16338         * benchtests/acos-inputs: Add more inputs.
16339         * benchtests/asin-inputs: Likewise.
16341 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
16343         [BZ #16375]
16344         * manual/arith.texi: Fix spelling.
16345         * manual/charset.texi: Likewise.
16346         * manual/errno.texi: Likewise.
16347         * manual/filesys.texi: Likewise.
16348         * manual/lang.texi: Likewise.
16349         * manual/llio.texi: Likewise.
16350         * manual/locale.texi: Likewise.
16351         * manual/message.texi: Likewise.
16352         * manual/resource.texi: Likewise.
16353         * manual/search.texi: Likewise.
16354         * manual/setjmp.texi: Likewise.
16355         * manual/stdio.texi: Likewise.
16356         * manual/string.texi: Likewise.
16357         * manual/sysinfo.texi: Likewise.
16358         * manual/time.texi: Likewise.
16360 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
16362         * po/sl.po: New file.
16364 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
16366         * .gitignore: Add core/.gdbinit/.gdb_history.
16368 2013-12-27  Allan McRae  <allan@archlinux.org>
16370         [BZ #16369]
16371         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
16372         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
16374 2013-12-24  Brooks Moses  <bmoses@google.com>
16376         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
16377         all compilers that claim C++98 compliance, not just GCC.
16378         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
16379         Likewise.
16381 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16383         * NEWS: Restore accidentally deleted bug-fix entries.
16385 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16386             Ondřej Bílka  <neleai@seznam.cz>
16388         [BZ #15073]
16389         * malloc/malloc.c (_int_free): Perform sanity check only if we
16390         have_lock.
16392 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
16394         [BZ #12986]
16395         * manual/stdio.texi (String Input Conversions): Clarify that character
16396         classes are not supported.
16398 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16400         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16402 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
16404         [BZ #16337]
16405         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16406         Calculate results for small negative arguments directly rather
16407         than using reflection formula with special underflow handling.
16409         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
16410         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
16411         sysdeps/unix/bsd/bsd4.4/syscalls.list.
16412         (fchflags): Likewise.
16413         (revoke): Likewise.
16414         (setlogin): Likewise.
16415         (sigaltstack): Likewise.
16416         (wait4): Likewise.
16417         (sigblock): Remove.
16418         (sigsetmask): Likewise.
16419         (wait3): Likewise.
16420         (waitpid): Likewise.
16421         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
16422         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
16423         file.
16424         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
16425         * sysdeps/unix/bsd/Makefile: ... here.
16426         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
16427         * sysdeps/unix/bsd/Versions: ... here.
16428         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
16429         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
16430         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
16431         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
16432         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
16433         * sysdeps/unix/bsd/sigblock.c: ... here.
16434         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
16435         * sysdeps/unix/bsd/sigsetmask.c: ... here.
16436         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
16437         * sysdeps/unix/bsd/sigvec.c: ... here.
16438         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
16439         * sysdeps/unix/bsd/tcdrain.c: ... here.
16440         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
16441         * sysdeps/unix/bsd/tcgetattr.c: ... here.
16442         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
16443         * sysdeps/unix/bsd/tcsetattr.c: ... here.
16444         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
16445         * sysdeps/unix/bsd/wait.c: ... here.
16446         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
16447         * sysdeps/unix/bsd/wait3.c: ... here.
16448         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
16449         * sysdeps/unix/bsd/waitpid.c: ... here.
16451 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
16453         [BZ #16356]
16454         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
16455         round-to-nearest for [!USE_AS_EXPM1L].
16456         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
16457         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
16458         more tests of exp and exp10.  Expect some exp10 tests to miss
16459         exceptions or fail in directed rounding modes.
16460         * math/auto-libm-test-out: Regenerated.
16461         * math/libm-test.inc (exp10_tonearest_test_data): New array.
16462         (exp10_test_tonearest): New function.
16463         (exp10_towardzero_test_data): New array.
16464         (exp10_test_towardzero): New function.
16465         (exp10_downward_test_data): New array.
16466         (exp10_test_downward): New function.
16467         (exp10_upward_test_data): New array.
16468         (exp10_test_upward): New function.
16469         (main): Call the new functions.
16470         * sysdeps/i386/fpu/libm-test-ulps: Update.
16471         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16473 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
16475         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
16476         asinh, atan, atan2, atanh, cbrt, cos and cosh.
16477         * math/auto-libm-test-out: Regenerated.
16478         * math/libm-test.inc (acosh_test_data): Add more tests.
16479         (atanh_test_data): Likewise.
16480         (ceil_test_data): Likewise.
16481         (copysign_test_data): Likewise.
16482         * sysdeps/i386/fpu/libm-test-ulps: Update.
16483         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16485         * timezone/checktab.awk: Update from tzcode 2013i.
16486         * timezone/private.h: Likewise.
16487         * timezone/scheck.c: Likewise.
16488         * timezone/tzfile.h: Likewise.
16489         * timezone/tzselect.ksh: Likewise.
16490         * timezone/zdump.c: Likewise.
16491         * timezone/zic.c: Likewise.
16493         * math/auto-libm-test-in: Add tests of cpow.
16494         * math/auto-libm-test-out: Regenerated.
16495         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
16496         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16497         mpc_cc_c.
16498         (func_calc_desc): Add mpc_cc_c union field.
16499         (test_functions): Add cpow.
16500         (special_fill_2pi): New function.
16501         (special_real_inputs): Add 2pi.
16502         (calc_generic_results): Handle mpc_cc_c.
16503         * sysdeps/i386/fpu/libm-test-ulps: Update.
16504         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16506         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
16507         csqrt, ctan and ctanh.
16508         * math/auto-libm-test-out: Regenerated.
16509         * math/libm-test.inc (TEST_COND_x86_64): New macro.
16510         (TEST_COND_x86): Likewise.
16511         (ccos_test_data): Use AUTO_TESTS_c_c.
16512         (ccosh_test_data): Likewise.
16513         (cexp_test_data): Likewise.
16514         (clog_test_data): Likewise.
16515         (csqrt_test_data): Likewise.
16516         (ctan_test_data): Likewise.
16517         (ctan_tonearest_test_data): Likewise.
16518         (ctan_towardzero_test_data): Likewise.
16519         (ctan_downward_test_data): Likewise.
16520         (ctan_upward_test_data): Likewise.
16521         (ctanh_test_data): Likewise.
16522         (ctanh_tonearest_test_data): Likewise.
16523         (ctanh_towardzero_test_data): Likewise.
16524         (ctanh_downward_test_data): Likewise.
16525         (ctanh_upward_test_data): Likewise.
16526         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16527         mpc_c_c.
16528         (func_calc_desc): Add mpc_c_c union field.
16529         (FUNC_mpc_c_c): New macro.
16530         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
16531         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
16532         ctanh.
16533         (special_fill_min_subnorm_p120): New function.
16534         (special_real_inputs): Add min_subnorm_p120.
16535         (calc_generic_results): Handle mpc_c_c.
16536         * sysdeps/i386/fpu/libm-test-ulps: Update.
16537         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16539 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
16541         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
16542         (do_sin_slow): New functions.
16543         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
16544         (cslow2, csloww1, csloww2): Use the new functions.
16546         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
16547         Use M to change sign of result instead of X.  Assume X is
16548         positive.
16549         (csloww1): Likewise.
16550         (__sin): Adjust.
16551         (__cos): Adjust.
16553         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
16554         arguments A and DA.
16555         (__sin): Adjust.
16556         (__cos): Likewise.
16558         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
16559         (__cos): Likewise.
16560         (sloww1): Don't adjust sign of DX.
16561         (csloww1): Likewise.
16562         (sloww2): Use X directly and don't adjust sign of DX.
16563         (csloww2): Likewise.
16565 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16567         * math/auto-libm-test-in: Add tests of cabs and carg.
16568         * math/auto-libm-test-out: Regenerated.
16569         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
16570         (carg_test_data): Likewise.
16571         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16572         mpc_c_f.
16573         (func_calc_desc): Add mpc_c_f union field.
16574         (test_functions): Add cabs and carg.
16575         (calc_generic_results): Handle mpc_c_f.
16577         * sysdeps/powerpc/powerpc32/libgcc-compat.S
16578         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
16579         as a macro and a compat symbol.
16580         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
16581         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
16582         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
16583         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
16584         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
16585         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
16586         not use .hidden.
16587         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
16588         Likewise.
16589         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
16590         Likewise.
16591         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
16592         Likewise.
16593         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
16594         Likewise.
16595         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
16596         Likewise.
16597         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
16598         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
16599         from GLIBC_2.3.2.
16601 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16603         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16605 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16607         * manual/texinfo.tex: Update to version 2013-11-26.10 with
16608         trailing whitespace removed.
16609         * scripts/config.guess: Update to version 2013-11-29.
16610         * scripts/config.sub: Update to version 2013-10-01.
16612         * math/auto-libm-test-in: Add tests of sincos.
16613         * math/auto-libm-test-out: Regenerated.
16614         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
16615         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16616         mpfr_f_11.
16617         (func_calc_desc): Add mpfr_f_11 union field.
16618         (test_functions): Add sincos.
16619         (calc_generic_results): Handle mpfr_f_11.
16620         * sysdeps/i386/fpu/libm-test-ulps: Update.
16621         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16623 2013-12-19  Andreas Schwab  <schwab@suse.de>
16625         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
16626         CALL_MCOUNT.
16627         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
16628         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
16629         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
16631 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16633         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
16634         * sysdeps/i386/fpu/libm-test-ulps: Update.
16635         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16637         [BZ #16293]
16638         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
16639         round-to-nearest mode when using frndint.
16640         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
16641         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
16642         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
16643         Likewise.
16644         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
16645         sinh test to fail.
16646         * math/auto-libm-test-out: Regenerated.
16647         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
16648         (TEST_COND_x86): Likewise.
16649         (expm1_tonearest_test_data): New array.
16650         (expm1_test_tonearest): New function.
16651         (expm1_towardzero_test_data): New array.
16652         (expm1_test_towardzero): New function.
16653         (expm1_downward_test_data): New array.
16654         (expm1_test_downward): New function.
16655         (expm1_upward_test_data): New array.
16656         (expm1_test_upward): New function.
16657         (main): Run the new test functions.
16658         * sysdeps/i386/fpu/libm-test-ulps: Update.
16659         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16661         * include/features.h: Update comment documenting feature test
16662         macros.  Mention _DEFAULT_SOURCE in comment.
16663         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
16664         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
16665         _BSD_SOURCE and _SVID_SOURCE.
16666         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
16667         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
16668         !_SVID_SOURCE]: Likewise.
16669         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16670         (__USE_POSIX_IMPLICITLY): Define.
16671         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16672         (_POSIX_SOURCE): Undefine and redefine.
16673         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16674         (_POSIX_C_SOURCE): Likewise.
16675         * manual/creature.texi (_DEFAULT_SOURCE): Document.
16676         (Feature Test Macros): Update documentation of default features.
16678 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
16680         * benchtests/Makefile: Add bench-strtok.
16681         * benchtests/bench-strtok.c: New file: strtok benchtest.
16683 2013-12-19  Allan McRae  <allan@archlinux.org>
16685         * manual/install.texi: Suppress menu for plain text output.
16686         * INSTALL: Regenerated.
16688 2013-12-18  Brooks Moses  <bmoses@google.com>
16690         [BZ #15846]
16691         * misc/getauxval.c: Include errno.h.
16692         (__getauxval): Set errno to ENOENT if the requested type is not
16693         found.
16694         * misc/sys/auxv.h (getauxval): Document that it may set errno;
16695         don't declare with __attribute_const__.
16696         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
16697         * manual/startup.texi: Document that getauxval sets errno.
16699 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
16701         * math/auto-libm-test-in: Add tests of jn and yn.
16702         * math/auto-libm-test-out: Regenerated.
16703         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
16704         (yn_test_data): Likewise.
16705         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16706         mpfr_if_f.
16707         (func_calc_desc): Add mpfr_if_f union field.
16708         (FUNC_mpfr_if_f): New macro.
16709         (test_functions): Add jn and yn.
16710         (calc_generic_results): Assert type of second input for
16711         mpfr_ff_f.  Handle mpfr_if_f.
16712         (output_for_one_input_case): Disable all checking for arguments
16713         fitting floating-point types in case of an integer argument.
16714         * sysdeps/i386/fpu/libm-test-ulps: Update.
16715         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16717         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
16718         Don't expect fegetround reference in libm.so.
16720 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
16722         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
16723         $(config-cflags-nofma).
16725 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
16727         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
16728         * math/auto-libm-test-out: Regenerated.
16730         [BZ #16338]
16731         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
16732         to determine exponent and adjust argument to have exponent of -1.
16733         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
16734         log2.
16735         * math/auto-libm-test-out: Regenerated.
16736         * sysdeps/i386/fpu/libm-test-ulps: Update.
16737         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16739 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
16741         * manual/probes.texi: Remove cases when per-thread arenas are
16742         disabled.
16744 2013-12-18  Andreas Schwab  <schwab@suse.de>
16746         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
16747         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
16748         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
16749         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
16750         * sysdeps/i386/i686/multiarch/Makefile: Update.
16751         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
16753 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16755         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
16756         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
16758 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
16760         [BZ #15968]
16761         Support TZ transition times < 00:00:00.
16762         This is needed for version-3 tz-format files; it supports time
16763         stamps past 2037 for America/Godthab (the only entry in the tz
16764         database for which this change is relevant).
16765         * manual/time.texi (TZ Variable): Document transition times
16766         from -167:59:59 through -00:00:01.
16767         * time/tzset.c (tz_rule): Time of day is now signed.
16768         (__tzset_parse_tz): Parse negative time of day.
16770         Document TZ transition times >= 25:00:00.
16771         * manual/time.texi (TZ Variable): Document transition times from
16772         25:00:00 through 167:59:59.  These are already supported, and this
16773         support will help with version-3 tz-format files.
16775         * manual/time.texi (TZ Variable): Modernize North America example
16776         to reflect current (i.e., 2007-and-later) daylight saving rules.
16778         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
16780 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16782         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
16783         * sysdeps/unix/bsd/bits/stat.h: Likewise.
16784         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
16785         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
16786         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
16787         * sysdeps/unix/bsd/bsdstat.h: Likewise.
16788         * sysdeps/unix/bsd/clock.c: Likewise.
16789         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
16790         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
16791         * sysdeps/unix/bsd/init-posix.c: Likewise.
16792         * sysdeps/unix/bsd/poll.c: Likewise.
16793         * sysdeps/unix/bsd/ptsname.c: Likewise.
16794         * sysdeps/unix/bsd/seekdir.c: Likewise.
16795         * sysdeps/unix/bsd/setegid.c: Likewise.
16796         * sysdeps/unix/bsd/seteuid.c: Likewise.
16797         * sysdeps/unix/bsd/setgid.c: Likewise.
16798         * sysdeps/unix/bsd/setrgid.c: Likewise.
16799         * sysdeps/unix/bsd/setruid.c: Likewise.
16800         * sysdeps/unix/bsd/setsid.c: Likewise.
16801         * sysdeps/unix/bsd/setuid.c: Likewise.
16802         * sysdeps/unix/bsd/sigaction.c: Likewise.
16803         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
16804         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
16805         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
16806         * sysdeps/unix/bsd/telldir.c: Likewise.
16807         * sysdeps/unix/bsd/times.c: Likewise.
16808         * sysdeps/unix/bsd/usleep.c: Likewise.
16810         * misc/Makefile (install-lib): Remove libbsd-compat.a.
16811         ($(objpfx)libbsd-compat.a): Remove rule.
16813         * include/features.h (__FAVOR_BSD): Do not define.
16814         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
16815         features conflicting with POSIX.
16816         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
16817         (_BSD_SOURCE): Remove description of not being a subset of other
16818         feature test macros.
16819         * manual/job.texi (getpgrp): Do not document BSD version.
16820         (getpgid): Do not document by reference to BSD getpgrp.
16821         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
16822         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
16823         * signal/signal.h [__FAVOR_BSD]: Likewise.
16824         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
16825         instead of making contents conditional on [__FAVOR_BSD].
16826         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
16828 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16830         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16832 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16834         [BZ #16314]
16835         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
16836         values below 2**-450, not 2**-500.
16837         * math/auto-libm-test-in: Don't allow spurious underflow from
16838         hypot.
16839         * math/auto-libm-test-out: Regenerated.
16841         [BZ #16316]
16842         [BZ #16330]
16843         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
16844         values of ha and hb and sort them after adjusting subnormal
16845         arguments.
16846         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
16847         Likewise.
16848         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
16849         values of ea and eb and sort them after adjusting subnormal
16850         arguments.
16851         * math/auto-libm-test-in: Do not expect some hypot tests of
16852         subnormals to fail.  Add more hypot tests.
16853         * math/auto-libm-test-out: Regenerated.
16855 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16857         [BZ #13304]
16858         * sysdeps/sh/s_fma.c: New file.
16859         * sysdeps/sh/s_fmaf.c: New file.
16860         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
16861         version.
16862         * sysdeps/sh/Implies: Add sh/soft-fp.
16864 2013-12-16  Roland McGrath  <roland@hack.frob.com>
16866         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
16867         level of indirection to members `objname', `errstring', `malloced'.
16868         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
16869         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
16870         it as the __longjmp argument (just pass 1 instead).
16871         (_dl_catch_error): Initialize C with argument pointers and address of
16872         volatile local ERRCODE rather than copying values out of C at return.
16874 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
16876         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
16877         * math/auto-libm-test-out: Regenerated.
16878         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
16879         (hypot_test_data): Likewise.
16880         (pow_test_data): Likewise.
16881         (pow_tonearest_test_data): Likewise.
16882         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16883         mpfr_ff_f.
16884         (func_calc_desc): Add mpfr_ff_f union field.
16885         (FUNC_mpfr_ff_f): New macro.
16886         (test_functions): Add atan2, hypot and pow.
16887         (special_fill_min): New function.
16888         (special_fill_minus_min): Likewise.
16889         (special_fill_min_subnorm): Likewise.
16890         (special_fill_minus_min_subnorm): Likewise.
16891         (special_real_inputs): Add min, -min, min_subnorm and
16892         -min_subnorm.
16893         (calc_generic_results): Handle mpfr_ff_f.
16894         * sysdeps/i386/fpu/libm-test-ulps: Update.
16895         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16897 2013-12-16  Will Newton  <will.newton@linaro.org>
16899         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
16900         (Aligned Memory Blocks): Add documentation for aligned_alloc
16901         and suggest it as an alternative to posix_memalign.
16902         (Hooks for Malloc): Document __memalign_hook is also called
16903         for aligned_alloc.  (Summary of Malloc): Add summary for
16904         aligned alloc.  Document __memalign_hook is also called
16905         for aligned_alloc.
16907 2013-12-16  Will Newton  <will.newton@linaro.org>
16909         * manual/memory.texi (Malloc Examples): Clarify default
16910         alignment documentation.  Suggest posix_memalign rather
16911         than memalign or valloc.
16912         (Aligned Memory Blocks): Remove suggestion to use memalign
16913         or valloc.  Remove obsolete comment about BSD.
16914         Document memalign errno values and mark the function obsolete.
16915         Document posix_memalign returned error codes.  Mark valloc
16916         as obsolete.  (Hooks for Malloc): __memalign_hook is also
16917         called for posix_memalign and valloc.
16918         (Summary of Malloc): Add posix_memalign to function summary.
16919         __memalign_hook is also called for posix_memalign and valloc.
16921 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
16923         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
16924         TAYLOR_SIN.
16925         (__sin): Adjust.
16926         (__cos): Likewise.
16927         (sloww): Use mynumber union.  Expand ternary operator into
16928         if-else statements.
16929         (cslow): use mynumber union.
16931 2013-12-16  Allan McRae  <allan@archlinux.org>
16933         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
16934         * configure: Regenerated.
16936         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
16938         [BZ #14120]
16939         * configure.ac: Added --enable-maintainer-mode. Check for
16940         autoconf when enabled.
16941         * configure: Regenerated.
16943         * nscd/nscd.service: New file.
16944         * nscd/nscd.tmpfiles: New file.
16946 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
16948         [BZ #12100]
16949         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
16950         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
16951         * sysdeps/x86_64/multiarch/strstr.c: ... here.
16952         (strstr): Add __strstr_sse2_unaligned ifunc.
16953         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
16954         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
16955         (strcasestr): Remove __strcasestr_sse42 ifunc.
16956         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
16957         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
16958         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
16960 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16962         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
16963         * sysdeps/sh/bits/fenv.h: ... here.
16964         * sysdeps/sh/sh4/fpu/bits: Remove directory.
16966 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16968         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
16970         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
16971         hypotf multiarch implementations.
16972         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
16973         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
16974         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
16975         multiarch hypot for PPC64.
16976         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
16977         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
16978         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
16979         multiarch hypotf for PPC64.
16981         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
16982         modff multiarch implementations.
16983         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
16984         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
16985         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
16986         multiarch modf for PPC64.
16987         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
16988         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
16989         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
16990         multiarch modff for PPC64.
16992         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
16993         and logl multiarch implementations.
16994         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
16995         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
16996         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
16997         multiarch logb for PPC64.
16998         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
16999         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
17000         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
17001         multiarch logb for PPC64.
17002         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
17003         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
17004         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
17005         multiarch logb for PPC64.
17007         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
17008         isinff multiarch implementation.
17009         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
17010         file.
17011         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
17012         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
17013         multiarch isinf for PPC64.
17014         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
17015         file.
17016         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
17017         multiarch isinff for PPC64.
17019         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
17020         finitef multiarch implementation.
17021         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
17022         file.
17023         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
17024         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
17025         multiarch finite for PPC64.
17026         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
17027         file.
17028         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
17029         multiarch finitef for PPC64.
17031         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
17032         lrint multiarch implementation.
17033         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
17034         file.
17035         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
17036         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
17037         multiarch llrint for PPC64.
17038         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
17039         multiarch lrint for PPC64.
17041         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
17042         copysignf multiarch implementation.
17043         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
17044         file.
17045         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
17046         file.
17047         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
17048         multiarch copysign for PPC64.
17049         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
17050         multiarch copysignf for PPC64.
17052         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
17053         multiarch implementation.
17054         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
17055         file.
17056         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
17057         file.
17058         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
17059         file.
17060         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
17061         file.
17062         multiarch llround for PPC64.
17063         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
17064         multiarch trunc for PPC64.
17065         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
17066         multiarch truncf for PPC64.
17068         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
17069         multiarch implementation.
17070         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
17071         file.
17072         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
17073         file.
17074         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
17075         file.
17076         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
17077         file.
17078         multiarch llround for PPC64.
17079         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
17080         multiarch round for PPC64.
17081         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
17082         multiarch roundf for PPC64.
17084         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
17085         multiarch implementation.
17086         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
17087         file.
17088         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
17089         file.
17090         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
17091         file.
17092         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
17093         file.
17094         multiarch llround for PPC64.
17095         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
17096         multiarch floor for PPC64.
17097         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
17098         multiarch floorf for PPC64.
17100         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
17101         multiarch implementation.
17102         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
17103         file.
17104         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
17105         file.
17106         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
17107         file.
17108         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
17109         file.
17110         multiarch llround for PPC64.
17111         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
17112         multiarch ceil for PPC64.
17113         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
17114         multiarch ceilf for PPC64.
17116         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
17117         multiarch implementation.
17118         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
17119         file.
17120         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
17121         file.
17122         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
17123         file.
17124         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
17125         multiarch llround for PPC64.
17126         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
17127         multiarch lround for PPC64.
17129         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
17130         multiarch implementation.
17131         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
17132         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
17133         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
17134         file.
17135         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
17136         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
17137         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
17138         multiarch isnan for PPC64.
17139         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
17140         multiarch isnanf for PPC64.
17142         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
17143         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
17144         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
17145         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
17146         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
17147         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
17149         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
17150         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
17151         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
17152         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
17154         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
17155         multiarch implementations.
17156         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17157         (__libc_ifunc_impl_list): Likewise.
17158         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
17159         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
17160         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
17161         multiarch stpcpy for PPC64.
17163         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
17164         multiarch implementations.
17165         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17166         (__libc_ifunc_impl_list): Likewise.
17167         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
17168         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
17169         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
17170         multiarch strcpy for PPC64.
17172         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
17173         redefine function name.
17174         (_wordcopy_fwd_dest_aligned): Likewise.
17175         (_wordcopy_bwd_aligned): Likewise.
17176         (_wordcopy_bwd_dest_aligned): Likewise.
17177         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
17178         multiarch implementations.
17179         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17180         (__libc_ifunc_impl_list): Likewise.
17181         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
17182         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
17183         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
17184         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
17185         multiarch wcscpy for PPC64.
17187         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
17188         multiarch implementations.
17189         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17190         (__libc_ifunc_impl_list): Likewise.
17191         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
17192         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
17193         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
17194         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
17195         multiarch wcscpy for PPC64.
17197         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
17198         multiarch implementations.
17199         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17200         (__libc_ifunc_impl_list): Likewise.
17201         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
17202         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
17203         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
17204         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
17205         multiarch wcsrchr for PPC64.
17207         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
17208         multiarch implementations.
17209         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17210         (__libc_ifunc_impl_list): Likewise.
17211         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
17212         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
17213         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
17214         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
17215         multiarch wcschr for PPC64.
17217         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
17218         multiarch implementations.
17219         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17220         (__libc_ifunc_impl_list): Likewise.
17221         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
17222         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
17223         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
17224         multiarch strchrnul for PPC64.
17226         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
17227         implementations.
17228         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17229         (__libc_ifunc_impl_list): Likewise.
17230         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
17231         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
17232         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
17233         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
17234         strchr for PPC64.
17236         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
17237         implementations.
17238         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17239         (__libc_ifunc_impl_list): Likewise.
17240         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
17241         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
17242         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
17243         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
17244         strncmp for PPC64.
17246         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
17247         multiarch implementations.
17248         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17249         (__libc_ifunc_impl_list): Likewise.
17250         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
17251         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
17252         strncasecmp for PPC64.
17253         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
17254         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
17255         multiarch strncasecmp_l for PPC64.
17257         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
17258         multiarch implementations.
17259         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17260         (__libc_ifunc_impl_list): Likewise.
17261         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
17262         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
17263         multiarch strcasecmp for PPC64.
17264         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
17265         file.
17266         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
17267         multiarch strcasecmp_l for PPC64.
17269         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
17270         implementations.
17271         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17272         (__libc_ifunc_impl_list): Likewise.
17273         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
17274         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
17275         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
17276         strnlen for PPC64.
17278         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
17279         implementations.
17280         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17281         (__libc_ifunc_impl_list): Likewise.
17282         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
17283         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
17284         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
17285         strlen for PPC64.
17287         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
17288         implementations.
17289         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17290         (__libc_ifunc_impl_list): Likewise.
17291         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
17292         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
17293         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
17294         rawmemrchr for PPC64.
17296         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
17297         implementation.
17298         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17299         (__libc_ifunc_impl_list): Likewise.
17300         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
17301         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
17302         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
17303         memrchr for PPC64.
17305         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
17306         implementation.
17307         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17308         (__libc_ifunc_impl_list): Likewise.
17309         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
17310         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
17311         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
17312         memchr for PPC64.
17314         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
17315         implementation.
17316         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17317         (__libc_ifunc_impl_list): Likewise.
17318         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
17319         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
17320         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
17321         mempcpy for PPC64.
17323         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
17324         avoid cretion of __bzero symbol.
17325         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
17326         Likewise.
17327         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
17328         Likewise.
17329         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
17330         Likewise.
17331         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
17332         multiarch implementations.
17333         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17334         (__libc_ifunc_impl_list): Likewise.
17335         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
17336         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
17337         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
17338         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
17339         bzero for PPC32.
17340         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
17341         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
17342         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
17343         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
17344         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
17345         memset for PPC64.
17346         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
17348         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
17349         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
17350         implementations.
17351         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17352         (__libc_ifunc_impl_list): Likewise.
17353         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
17354         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
17355         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
17356         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
17357         memcmp for PPC64.
17359         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
17360         multiarch for POWER/PPC64.
17361         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
17362         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
17363         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
17364         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
17365         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
17366         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
17367         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
17368         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
17369         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
17370         memcpy for PPC64.
17372         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
17373         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
17374         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
17375         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
17376         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
17377         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
17378         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
17379         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
17380         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
17381         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
17382         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
17383         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
17384         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
17385         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
17386         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
17387         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
17388         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
17389         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
17390         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
17391         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
17392         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
17393         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
17395 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17397         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
17399 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
17401         * benchtests/Makefile (bench): Add exp2 and log2.
17402         (LDLIBS-bench-exp2): Add -lm.
17403         (LDLIBS-bench-log2): Likewise.
17404         * benchtests/exp2-inputs: New inputs file.
17405         * benchtests/log2-inputs: New inputs file.
17406         * benchtests/log-inputs: Add new inputs.
17407         * benchtests/tan-inputs: Likewise.
17409 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
17411         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
17412         definition...
17413         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
17414         (csloww2): ... from here.
17416         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
17417         instead of structures.
17418         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
17419         (POLYNOMIAL): Likewise.
17420         (TAYLOR_SLOW): Likewise.
17421         (__sin): Likewise.
17422         (__cos): Likewise.
17423         (slow1): Likewise.
17424         (slow2): Likewise.
17425         (sloww): Likewise.
17426         (sloww1); Likewise.
17427         (sloww2): Likewise.
17428         (bsloww1): Likewise.
17429         (bsloww2): Likewise.
17430         (cslow2): Likewise.
17431         (csloww): Likewise.
17432         (csloww1): Likewise.
17433         (csloww2): Likewise.
17435 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
17437         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
17438         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
17439         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
17440         * malloc/hooks.c (realloc_check): Likewise.
17442         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
17443         * malloc/arena.c: Remove PER_THREAD conditional.
17444         [!PER_THREAD]: Remove code.
17445         (ptmalloc_unlock_all2): Likewise.
17446         (ptmalloc_init): Likewise.
17447         (_int_new_arena): Likewise.
17448         (arena_get2): Likewise.
17449         * malloc/hooks.c (__malloc_get_state): Likewise.
17450         (__malloc_set_state): Likewise.
17451         * malloc/malloc.c: Likewise.
17452         (struct malloc_state): Likewise.
17453         (struct malloc_par): Likewise.
17454         (__libc_realloc): Likewise.
17455         (__libc_mallopt): Likewise.
17457 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17459         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
17461 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
17463         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
17464         macro to a function.  Check for zero perturb_byte.
17465         (_int_malloc, _int_free): Remove zero perturb_byte checks.
17467         * malloc/malloc.c: (force_reg): Remove.
17468         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
17469         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
17470         force_reg by atomic_forced_read.
17471         * malloc/arena.c (ptmalloc_init): Likewise.
17472         * malloc/hooks.c (top_check): Likewise.
17474 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17476         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17478 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
17480         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17482 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
17484         * math/auto-libm-test-in: Add tests of lgamma.
17485         * math/auto-libm-test-out: Regenerated.
17486         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
17487         (M_LOG_2_SQRT_PIl): Likewise.
17488         (lgamma_test_data): Use AUTO_TESTS_f_f1.
17489         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17490         mpfr_f_f1.
17491         (func_calc_desc): Add mpfr_f_f1 union field.
17492         (ARGS1): New macro.
17493         (ARGS2): Likewise.
17494         (ARGS3): Likewise.
17495         (ARGS4): Likewise.
17496         (RET1): Likewise.
17497         (RET2): Likewise.
17498         (CALC): Likewise.
17499         (FUNC): Likewise.
17500         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
17501         (test_functions): Add lgamma.
17502         (calc_generic_results): Handle mpfr_f_f1.
17503         * sysdeps/i386/fpu/libm-test-ulps: Update.
17504         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17506 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17508         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
17509         __mpn_add_n for PowerPC64/POWER7.
17510         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
17511         __mpn_sub_n for PowerPC64/POWER7.
17513         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
17514         __mpn_addmul_1 for PowerPC64.
17515         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
17516         __mpn_submul_1 for PowerPC64.
17517         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
17518         for PowerPC64.
17519         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
17520         for PowerPC64.
17522 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
17524         [BZ #15089]
17525         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
17527 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17529         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
17531         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
17532         add multiarch folders.
17533         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
17534         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
17535         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
17536         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
17537         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
17538         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
17539         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
17540         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
17541         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
17542         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
17543         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
17544         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
17545         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
17546         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
17547         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
17548         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
17549         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
17551         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17552         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
17553         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
17554         New file.
17555         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
17556         New file.
17557         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
17558         multiarch __ieee754_hypot for PowerPC32.
17559         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
17560         New file.
17561         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
17562         New file.
17563         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
17564         multiarch __ieee754_hypotf for PowerPC32.
17566         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
17567         long_double_symbol only if __logbl is defined.
17568         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
17569         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
17570         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
17571         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
17572         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
17573         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
17574         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
17575         path for implementation.
17576         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
17577         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
17578         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
17579         logb, and logbl multiarch implementations for PowerPC32.
17580         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
17581         file.
17582         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
17583         file.
17584         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
17585         multiarch logb for PowerPC32.
17586         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
17587         file.
17588         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
17589         file.
17590         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
17591         multiarch logbf for PowerPC32.
17592         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
17593         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
17594         file.
17595         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
17596         multiarch logbl implementation for PowerPC32.
17598         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
17599         and modff multiarch implementations.
17600         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
17601         New file.
17602         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
17603         New file.
17604         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
17605         multiarch modf for PowerPC32.
17606         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
17607         New file.
17608         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
17609         New file.
17610         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
17611         multiarch modff for PowerPC32.
17613         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
17614         and lrintf multiarch implementations.
17615         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
17616         New file.
17617         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
17618         New file.
17619         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
17620         multiarch lrint for PowerPC32.
17621         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
17622         file: multiarch lrintf for PowerPC32.
17624         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
17625         and lroundf multiarch implementations.
17626         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
17627         New file.
17628         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
17629         New file.
17630         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
17631         New file.
17632         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
17633         multiarch lround for PowerPC32.
17634         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
17635         file: multiarch lroundf for PowerPC32.
17637         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17638         copysign and copysignf multiarch implementations.
17639         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
17640         New file.
17641         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
17642         New file.
17643         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
17644         file: multiarch copysign for PowerPC32.
17645         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
17646         file: multiarch copysignf for PowerPC32.
17648         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
17649         and truncf multiarch implementations.
17650         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
17651         New file.
17652         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
17653         file.
17654         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
17655         multiarch trunc for PowerPC32.
17656         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
17657         New file.
17658         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
17659         New file.
17660         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
17661         multiarch truncf for PowerPC32.
17663         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
17664         and roundf multiarch implementations.
17665         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
17666         New file.
17667         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
17668         file.
17669         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
17670         multiarch round for PowerPC32.
17671         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
17672         New file.
17673         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
17674         New file.
17675         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
17676         multiarch roundf for PowerPC32.
17678         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
17679         and floorf multiarch implementations.
17680         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
17681         New file.
17682         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
17683         file.
17684         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
17685         multiarch floor for PowerPC32.
17686         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
17687         New file.
17688         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
17689         New file.
17690         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
17691         multiarch floorf for PowerPC32.
17693         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
17694         and ceilf multiarch implementations.
17695         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
17696         New file.
17697         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
17698         file.
17699         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
17700         multiarch ceil for PowerPC32.
17701         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
17702         New file.
17703         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
17704         file.
17705         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
17706         multiarch ceilf for PowerPC32.
17708         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
17709         is defined.
17710         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
17711         FINITEF is defined.
17712         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
17713         and finitef multiarch implementations.
17714         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
17715         New file.
17716         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
17717         file.
17718         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
17719         multiarch finite for PowerPC32.
17720         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
17721         New file.
17722         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
17723         file: multiarch finitef for PowerPC32.
17725         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
17726         and isinff multiarch implementations.
17727         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
17728         file.
17729         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
17730         file.
17731         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
17732         multiarch isinf for PowerPC32.
17733         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
17734         New file.
17735         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
17736         multiarch isinff for PowerPC32.
17738         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
17739         alias when __isnan is defined.
17740         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
17741         and isnanf multiarch implementations.
17742         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
17743         file.
17744         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
17745         file.
17746         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
17747         file.
17748         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
17749         file.
17750         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
17751         multiarch isnan for PowerPC32.
17752         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
17753         New file.
17754         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
17755         New file.
17756         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
17757         multiarch isnanf for PowerPC32.
17759         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
17760         and sqrtf multiarch implementations.
17761         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
17762         file.
17763         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
17764         file.
17765         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
17766         multiarch sqrt for PowerPC32.
17767         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
17768         file.
17769         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
17770         file.
17771         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
17772         multiarch sqrtf for PowerPC32.
17774         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
17775         and llroundf multiarch implementations.
17776         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
17777         New file.
17778         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
17779         New file.
17780         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
17781         New file.
17782         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
17783         file: multiarch llround for PowerPC32.
17784         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
17785         file: multiarch llroundf for PowerPC32.
17787         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
17788         multiarch PowerPC32 fpu implementations.
17789         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
17790         New file.
17791         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
17792         New file.
17793         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
17794         multiarch llrint for PowerPC32.
17795         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
17796         New file.
17797         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
17798         New file.
17799         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
17800         file.
17802         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
17804         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
17805         file.
17806         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
17807         file.
17808         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
17809         file.
17810         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
17811         multiarch wordcopy for PPC32.
17812         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
17813         wordcopy objects.
17814         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17815         (__libc_ifunc_impl_list): Likewise.
17816         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
17817         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
17818         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
17819         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
17820         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
17821         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
17823         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
17824         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
17825         file.
17826         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
17827         file.
17828         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
17829         file.
17830         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
17831         multiarch wcscpy for PPC32.
17832         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
17833         multiarch objects.
17834         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17835         (__libc_ifunc_impl_list): Likewise.
17836         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
17837         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
17838         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
17839         sysdeps/powerpc/power6/wcscpy.c.
17841         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
17842         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
17843         file.
17844         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
17845         file.
17846         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
17847         file.
17848         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
17849         multiarch wcsrchr for PPC32.
17850         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
17851         multiarch objects.
17852         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17853         (__libc_ifunc_impl_list): Likewise.
17854         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
17855         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
17856         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
17857         sysdeps/powerpc/power6/wcsrchr.c.
17859         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
17860         file.
17861         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
17862         file.
17863         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
17864         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
17865         multiarch wcschr for PPc32.
17866         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
17867         multiarch objects.
17868         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17869         (__libc_ifunc_impl_list): Likewise.
17870         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
17871         * sysdeps/powerpc/power6/wcschr.c: ... to here.
17872         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
17873         sysdeps/powerpc/power6/wcschr.c.
17875         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
17876         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
17877         file.
17878         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
17879         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
17880         file: multiarch strchr for PPC32.
17881         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
17882         multiarch objects.
17883         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17884         (__libc_ifunc_impl_list): Likewise.
17886         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
17887         name.
17888         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
17889         file.
17890         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
17891         file.
17892         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
17893         multiarch strchrnul for PPC32.
17894         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
17895         multiarch objects.
17896         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17897         (__libc_ifunc_impl_list): Likewise.
17899         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
17900         file.
17901         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
17902         multiarch strncasecmp for PPC32.
17903         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
17904         file.
17905         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
17906         multiarch strncasecmp_l for PPC32.
17907         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
17908         strncasecmp multiarch objects.
17909         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17910         (__libc_ifunc_impl_list): Likewise.
17912         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
17913         file.
17914         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
17915         multiarch strncasecmp for PPC32.
17916         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
17917         New file.
17918         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
17919         multiarch strcasecmp_l for PPC32.
17920         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
17921         multiarch objects.
17922         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17923         (__libc_ifunc_impl_list): Likewise.
17925         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
17926         file.
17927         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
17928         file.
17929         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
17930         multiarch strncmp for PPC32.
17931         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
17932         multiarch objects.
17933         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17934         (__libc_ifunc_impl_list): Likewise.
17936         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
17937         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
17938         file.
17939         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
17940         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
17941         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
17942         multiarch objects.
17943         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17944         (__libc_ifunc_impl_list): Likewise.
17946         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
17947         file.
17948         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
17949         file.
17950         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
17951         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
17952         multiarch objects.
17953         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17954         (__libc_ifunc_impl_list): Likewise.
17956         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
17957         file.
17958         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
17959         file.
17960         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
17961         multiarch rawmemchr for PPC32.
17962         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
17963         multiarch objects.
17964         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17965         (__libc_ifunc_impl_list): Likewise.
17967         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
17968         file.
17969         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
17970         file.
17971         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
17972         file: memrchr multiarch for PPC32.
17973         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
17974         multiarch objects.
17975         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17976         (__libc_ifunc_impl_list): Likewise.
17978         * string/memchr.c (__memchr): Using macro to redefine symbol name.
17979         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
17980         file.
17981         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
17982         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
17983         multiarch memchr for PPC32.
17984         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
17985         multiarch objects.
17986         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17987         (__libc_ifunc_impl_list): Likewise.
17989         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
17990         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
17991         file.
17992         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
17993         file.
17994         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
17995         file: multiarch mempcpy for PPC32.
17996         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
17997         multiarch objects.
17998         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17999         (__libc_ifunc_impl_list): Likewise.
18001         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
18002         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
18003         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
18004         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
18005         multiarch bzero for PPC32.
18006         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
18007         file.
18008         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
18009         file.
18010         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
18011         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
18012         file: multiarch memset for PPC32.
18013         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
18014         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
18015         memset multiarch objects.
18016         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18017         (__libc_ifunc_impl_list): Likewise.
18019         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
18020         file.
18021         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
18022         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
18023         memcmp for PPC32.
18024         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
18025         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
18026         multiarch objects.
18027         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18028         (__libc_ifunc_impl_list): Likewise.
18030         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
18031         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
18032         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
18033         file.
18034         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
18035         file.
18036         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
18037         file.
18038         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
18039         multiarch memcpy for PPC32.
18040         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
18041         multiarch objects.
18042         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18043         (__libc_ifunc_impl_list): Likewise.
18045         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
18046         support multiarch for POWER/PPC32.
18047         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
18048         Likewise.
18049         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
18050         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
18051         Implies file to make multiarch folder appers before the fpu and
18052         default folder for power4 configuration.
18054 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
18056         * scripts/bench.pl: Append volatile keyword to type.
18058 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18060         * sysdeps/sh/sotruss-lib.c: New file.
18061         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
18063 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18065         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18067 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
18069         [BZ #6810]
18070         * math/w_tgamma.c: Include <errno.h>.
18071         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
18072         * math/w_tgammaf.c: Include <errno.h>.
18073         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
18074         * math/w_tgammal.c: Include <errno.h>.
18075         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
18076         * math/auto-libm-test-in: Do not allow missing errno on tgamma
18077         underflow.  Add more tgamma tests.
18078         * math/auto-libm-test-out: Regenerated.
18079         * sysdeps/i386/fpu/libm-test-ulps: Update.
18080         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18082         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
18083         sin, sinh, tan, tanh, tgamma, y0 and y1.
18084         * math/auto-libm-test-out: Regenerated.
18085         * math/libm-test.inc (TEST_COND_x86_64): New macro.
18086         (TEST_COND_x86): Likewise.
18087         (M_E2l): Remove macro.
18088         (M_E3l): Likewise.
18089         (M_2_SQRT_PIl): Likewise.
18090         (M_SQRT_PIl): Likewise.
18091         (M_1_DIV_El): Likewise.
18092         (log_test_data): Use AUTO_TESTS_f_f.
18093         (log10_test_data): Likewise.
18094         (log1p_test_data): Likewise.
18095         (log2_test_data): Likewise.
18096         (sin_test_data): Likewise.
18097         (sin_tonearest_test_data): Likewise.
18098         (sin_towardzero_test_data): Likewise.
18099         (sin_downward_test_data): Likewise.
18100         (sin_upward_test_data): Likewise.
18101         (sinh_test_data): Likewise.
18102         (sinh_tonearest_test_data): Likewise.
18103         (sinh_towardzero_test_data): Likewise.
18104         (sinh_downward_test_data): Likewise.
18105         (sinh_upward_test_data): Likewise.
18106         (tan_test_data): Likewise.
18107         (tan_tonearest_test_data): Likewise.
18108         (tan_towardzero_test_data): Likewise.
18109         (tan_downward_test_data): Likewise.
18110         (tan_upward_test_data): Likewise.
18111         (tanh_test_data): Likewise.
18112         (tgamma_test_data): Likewise.
18113         (y0_test_data): Likewise.
18114         (y1_test_data): Likewise.
18115         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
18116         (special_real_inputs): Add pi/4.
18117         * sysdeps/i386/fpu/libm-test-ulps: Update.
18118         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18120 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18122         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
18123         "longjmp_target" static probes.
18124         (__longjmp): Rename to __longjmp_symbol.
18125         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
18126         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
18127         on which longjmp to generate.
18128         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
18129         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
18130         probe.
18131         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18132         (__sigjmp_save): Rename to __sigjmp_save_symbol.
18133         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
18134         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
18135         and __sigjmp_save_symbol based on which sigsetjmp to generated.
18136         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
18137         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
18138         __longjmp_symbol based on which __longjmp to generate.
18139         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
18140         probe.
18141         (setjmp): Rename to setjmp_symbol.
18142         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18143         (_setjmp): Rename to _setjmp_symbol.
18144         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18145         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
18146         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
18147         which setjmp to generate.
18148         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
18149         "longjmp_target" static probes.
18151 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
18153         * benchtests/README: Add note about output arguments.
18154         * benchtests/bench-sincos.c: Remove file.
18155         * benchtests/sincos-inputs: New file.
18156         * scripts/bench.pl: Identify output arguments and define
18157         static variables for them.
18159         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
18161         [BZ #15941]
18162         * Makefile (INSTALL): Add install-plain.texi as the primary
18163         dependency.
18164         * manual/install-plain.texi: New file.
18165         * manual/install.texi: Include node directive only for
18166         non-plaintext output.
18168 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
18170         * stdlib/longlong.h: Update from GCC.
18172         [BZ #6807]
18173         [BZ #15901]
18174         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
18175         * math/w_j0f.c (y0f): Likewise.
18176         * math/w_j0l.c (__y0l): Likewise.
18177         * math/w_j1.c (y1): Likewise.
18178         * math/w_j1f.c (y1f): Likewise.
18179         * math/w_j1l.c (__y1l): Likewise
18180         * math/w_jn.c (yn): Likewise.
18181         * math/w_jnf.c (ynf): Likewise.
18182         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
18183         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
18184         value for Bessel function domain errors outside _SVID_ mode.
18185         Adjust sign of return value for yn (negative integer, 0).
18186         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
18187         by zero in return for negative x and set sign appropriately for
18188         negative n.
18189         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
18190         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
18191         * math/libm-test.inc (y0_test_data): Add more tests and adjust
18192         expectations in error cases.
18193         (y1_test_data): Likewise.
18194         (yn_test_data): Likewise.
18195         * sysdeps/i386/fpu/libm-test-ulps: Update.
18196         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18198 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18200         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
18201         "64" to "64-v1".  Add "64-v2".
18202         (abi-64-options): Rename to ...
18203         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
18204         (abi-64-condition): Rename to ...
18205         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
18206         (abi-64-ld-soname): Rename to ...
18207         (abi-64-v1-ld-soname): ... this.
18208         (abi-64-v2-options): Define.
18209         (abi-64-v2-condition): Likewise.
18210         (abi-64-v2-ld-soname): Likewise.
18211         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
18212         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
18213         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
18214         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
18215         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
18217 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18218             Alan Modra  <amodra@gmail.com>
18220         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
18221         New versions for use with the ELFv2 ABI.
18222         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
18223         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
18224         declaration.
18225         (struct La_ppc64v2_retval): Likewise.
18226         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
18227         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
18228         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
18229         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
18230         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
18231         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
18232         Do not save or restore CR.
18233         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
18234         (_dl_profile_resolve): Do no save or restore CR.  Support extended
18235         return values for ELFv2 ABI.  Fix location of FPR return registers.
18236         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
18237         updated values for _CALL_ELF == 2.
18238         (La_regs, La_retval, int_retval): Likewise.
18240 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18242         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
18243         (FRAME_MIN_SIZE_PARM): Likewise.
18244         (FRAME_BACKCHAIN): Likewise.
18245         (FRAME_CR_SAVE): Likewise.
18246         (FRAME_LR_SAVE): Likewise.
18247         (FRAME_TOC_SAVE): Likewise.
18248         (FRAME_PARM_SAVE): Likewise.
18249         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
18250         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
18251         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
18252         (call_mcount_parm_offset): New macro.
18253         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
18254         (PROF): Use symbolic stack frame offsets.
18255         (TAIL_CALL_SYSCALL_ERROR): Likewise.
18256         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
18257         Redefine in terms of FRAME_MIN_SIZE.
18258         (_dl_runtime_resolve): Use symbolic stack frame offsets.
18259         (_dl_profile_resolve): Likewise.  Update comment.
18260         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
18261         symbols stack frame offsets.
18262         (__sigsetjmp): Likewise.
18263         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
18264         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
18265         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
18266         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
18268         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
18269         (FRAME_BACKCHAIN): Remove.
18270         (FRAME_CR_SAVE): Likewise.
18271         (FRAME_LR_SAVE): Likewise.
18272         (FRAME_COMPILER_DW): Likewise.
18273         (FRAME_LINKER_DW): Likewise.
18274         (FRAME_TOC_SAVE): Likewise.
18275         (FRAME_PARM_SAVE): Likewise.
18276         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
18277         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
18278         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
18279         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
18280         (CHECK_SP): Use symbolic stack frame offsets.
18281         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
18282         zone" instead of caller's parameter save area for temp storage.
18283         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
18284         Likewise.  Also, use symbolic stack frame offsets.
18285         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
18286         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
18287         our own stack frame instead of the caller's.
18288         (__socket): Use symbolic stack frame offsets.
18290 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18291             Alan Modra  <amodra@gmail.com>
18293         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
18294         Define.
18295         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
18296         (PPC64_LOCAL_ENTRY_OFFSET): Define.
18297         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
18298         New function.
18299         (elf_machine_fixup_plt): Call it.
18300         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
18301         reloc arguments.
18302         (elf_machine_rela): Update call to elf_machine_plt_conflict.
18303         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18304         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
18305         r2 before calling target.
18307 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18308             Alan Modra  <amodra@gmail.com>
18310         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
18311         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
18312         versions of macros to support ELFv2 ABI.
18313         (LOCALENTRY): New macro.
18314         (ENTRY, EALIGN): Use it.
18315         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
18316         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
18317         fall through into ENTRY entry point.
18318         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
18319         Only define if _CALL_ELF != 2.
18321         (elf_machine_matches_host): Verify ABI version matches.
18322         (RTLD_START): Use LOCALENTRY.
18323         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
18324         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
18325         (PLT_ENTRY_WORDS): New macro.
18326         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
18327         (elf_machine_runtime_setup): Support ELFv2 ABI.
18328         (elf_machine_fixup_plt): Likewise.
18329         (elf_machine_plt_conflict): Likewise.
18330         (resolve_ifunc): Likewise.
18331         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
18332         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
18333         Likewise.
18334         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
18335         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
18336         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18337         (makecontext): Support ELFv2 ABI.
18338         * elf/elf.h (EF_PPC64_ABI): Define.
18340 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18342         * sysdeps/powerpc/powerpc64/sysdep.h
18343         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
18344         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
18345         (ENTRY) [ASSEMBLER]: ... but instead here ...
18346         (EALIGN) [ASSEMBLER]: ... and here.
18347         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
18348         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
18349         (ENTRY_2) [!ASSEMBLER]: Use it.
18350         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
18351         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
18352         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18353         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
18354         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
18355         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
18356         Use PPC64_LOAD_FUNCPTR.
18358         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
18360 2013-12-04  Alan Modra  <amodra@gmail.com>
18362         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
18363         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
18364         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
18365         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
18367         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
18368         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
18369         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
18370         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
18371         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
18372         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
18374 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18376         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18377         (__makecontext): Fix incorrect CFI when backtracing out of
18378         context created via makecontext.
18379         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
18380         (__setcontext): Fix incorrect CFI during switch to new context.
18381         (__novec_setcontext): Likewise.
18383 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18385         [BZ #4772]
18386         * time/strptime_l.c (__strptime_internal): Allow modifiers
18387         in strptime.
18388         * time/tst-strptime.c (day_tests): Add testcase.
18390 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
18392         * scripts/bench.pl: Skip over blank lines.
18394 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18396         [BZ #926]
18397         * manual/time.texi (Calendar Time): Clarify what timezone functions
18398         use.
18400 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18402         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18404 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18406         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
18407         implementation.
18408         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
18409         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
18410         * debug/memset_chk.c (__memset_chk): Likewise.
18411         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
18412         * debug/strncpy_chk.c: Likewise.
18414 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18416         [BZ #15268]
18417         [BZ #15425]
18418         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
18419         (__ieee754_exp): For possibly underflowing results, check size of
18420         result and force underflow exception if required.
18421         * math/auto-libm-test-in: Add more tests of exp.
18422         * math/auto-libm-test-out: Regenerated.
18423         * sysdeps/i386/fpu/libm-test-ulps: Update.
18424         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18426         [BZ #16283]
18427         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
18428         * math/w_exp2f.c (__exp2f): Likewise.
18429         * math/w_exp2l.c (__exp2l): Likewise.
18430         * math/auto-libm-test-in: Do not allow missing errno on exp2
18431         underflow.
18432         * math/auto-libm-test-out: Regenerated.
18434 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
18436         [BZ #16274]
18437         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
18438         handle filename validation.
18439         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
18440         (do_open): Delete.
18442 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18444         [BZ #6786]
18445         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
18446         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
18447         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
18448         <float.h>.
18449         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
18450         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
18451         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18452         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
18453         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18454         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
18455         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18456         * math/auto-libm-test-in: Don't allow missing errno from erfc.
18457         Add more erfc tests.
18458         * math/auto-libm-test-out: Regenerated.
18459         * sysdeps/i386/fpu/libm-test-ulps: Update.
18460         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18462         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
18463         exp2, expm1, j0 and j1.
18464         * math/auto-libm-test-out: Regenerated.
18465         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
18466         (erfc_test_data): Likewise.
18467         (exp_test_data): Likewise.
18468         (exp_tonearest_test_data): Likewise.
18469         (exp_towardzero_test_data): Likewise.
18470         (exp_downward_test_data): Likewise.
18471         (exp_upward_test_data): Likewise.
18472         (exp10_test_data): Likewise.
18473         (exp2_test_data): Likewise.
18474         (expm1_test_data): Likewise.
18475         (j0_test_data): Likewise.
18476         (j1_test_data): Likewise.
18477         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
18478         (input_flag_type): Add flag_xfail_rounding.
18479         (input_flags): Add xfail-rounding.
18480         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
18481         (output_for_one_input_case): Handle flag_xfail_rounding.
18482         * sysdeps/i386/fpu/libm-test-ulps: Update.
18483         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18485 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
18487         [BZ #16289]
18488         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
18489         division by 0.
18491 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
18493         [BZ #16195]
18494         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
18495         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
18496         (STAP_PROBE0): New macro.
18497         (STAP_PROBE1): Likewise.
18498         (STAP_PROBE2): Likewise.
18499         (STAP_PROBE3): Likewise.
18500         (STAP_PROBE4): Likewise.
18502 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
18504         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
18506 2013-12-02  Steve Ellcey  <sellcey@mips.com>
18508         * benchtests/Makefile (bench): Add sqrt.
18509         (LDLIBS-bench-sqrt): New.
18510         * benchtests/sqrt-input: New.
18512 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
18514         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
18515         (GAIH_EAI): Likewise.
18516         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
18517         (gaih_inet): Likewise.
18518         (getaddrinfo): Don't use GAIH_EAI.
18520         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
18521         (struct gaih): Remove definition.
18523 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
18525         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
18526         Use HERRNOP directly.
18528 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18530         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18532 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
18534         * math/gen-auto-libm-tests.c (test_functions): Add more
18535         single-argument functions.
18536         (special_fill_pi_2): New function.
18537         (special_fill_minus_pi_2): Likewise.
18538         (special_fill_pi_6): Likewise.
18539         (special_fill_minus_pi_6): Likewise.
18540         (special_fill_pi_3): Likewise.
18541         (special_fill_2pi_3): Likewise.
18542         (special_fill_e): Likewise.
18543         (special_fill_1_e): Likewise.
18544         (special_fill_e_minus_1): Likewise.
18545         (special_real_inputs): Add more special inputs.
18546         (output_for_one_input_case): Do not require ERANGE on underflow to
18547         zero if round-to-nearest result does not underflow to zero, unless
18548         exact results required.
18549         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
18550         atan, atanh, cbrt, cos and cosh.
18551         * math/auto-libm-test-out: Regenerated.
18552         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
18553         (acos_tonearest_test_data): Likewise.
18554         (acos_towardzero_test_data): Likewise.
18555         (acos_downward_test_data): Likewise.
18556         (acos_upward_test_data): Likewise.
18557         (acosh_test_data): Likewise.
18558         (asin_test_data): Likewise.
18559         (asin_tonearest_test_data): Likewise.
18560         (asin_towardzero_test_data): Likewise.
18561         (asin_upward_test_data): Likewise.
18562         (asinh_test_data): Likewise.
18563         (atan_test_data): Likewise.
18564         (atanh_test_data): Likewise.
18565         (cbrt_test_data): Likewise.
18566         (cos_test_data): Likewise.
18567         (cos_tonearest_test_data): Likewise.
18568         (cos_towardzero_test_data): Likewise.
18569         (cos_downward_test_data): Likewise.
18570         (cos_upward_test_data): Likewise.
18571         (cosh_test_data): Likewise.
18572         (cosh_tonearest_test_data): Likewise.
18573         (cosh_towardzero_test_data): Likewise.
18574         (cosh_downward_test_data): Likewise.
18575         (cosh_upward_test_data): Likewise.
18576         * sysdeps/i386/fpu/libm-test-ulps: Update.
18577         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18579 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
18581         [BZ #6787]
18582         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
18583         * math/w_exp10f.c (__exp10f): Likewise.
18584         * math/w_exp10l.c (__exp10l): Likewise.
18585         * math/libm-test.inc (exp10_test_data): Add more tests and expect
18586         errno settings in existing tests.
18588         [BZ #14032]
18589         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
18590         precision control set to double precision.
18591         * sysdeps/i386/fpu/w_sqrt.c: New file.
18592         * math/auto-libm-test-in: Add more tests.
18593         * math/auto-libm-test-out: Update.
18595         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
18596         (sqrt_test_tonearest): New function.
18597         (sqrt_towardzero_test_data): New variable.
18598         (sqrt_test_towardzero): New function.
18599         (sqrt_downward_test_data): New variable.
18600         (sqrt_test_downward): New function.
18601         (sqrt_upward_test_data): New variable.
18602         (sqrt_test_upward): New function.
18603         (main): Call the new functions.
18605         * math/gen-auto-libm-tests.c: New file.
18606         * math/auto-libm-test-in: Likewise.
18607         * math/auto-libm-test-out: New generated file.
18608         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
18609         variables.
18610         (%beautify): Add generated representations of zero.
18611         (top level): Set $auto_input and call parse_auto_input.
18612         (beautify): Remove trailing "f" from hex float constants.
18613         (parse_args): Handle XFAIL_TEST.
18614         (convert_condition): New function.
18615         (or_value): Likewise.
18616         (or_cond_value): Likewise.
18617         (generate_testfile): Handle AUTO_TESTS_* lines.
18618         (parse_auto_input): New function.
18619         * math/libm-test.inc (XFAIL_TEST): New macro.
18620         (ERRNO_UNCHANGED): Update value.
18621         (ERRNO_EDOM): Likewise.
18622         (ERRNO_ERANGE): Likewise.
18623         (IGNORE_RESULT): Likewise.
18624         (TEST_COND_flt_32): New macro.
18625         (TEST_COND_dbl_64): Likewise.
18626         (TEST_COND_ldbl_96_intel): Likewise.
18627         (TEST_COND_ldbl_96_m68k): Likewise.
18628         (TEST_COND_ldbl_128): Likewise.
18629         (TEST_COND_ldbl_128ibm): Likewise.
18630         (TEST_COND_long32): Likewise.
18631         (TEST_COND_long64): Likewise.
18632         (TEST_COND_before_rounding): Likewise.
18633         (TEST_COND_after_rounding): Likewise.
18634         (enable_test): Handle XFAIL_TEST flag.
18635         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
18636         with finite results.
18637         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
18638         auto-libm-test-out.
18640 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
18641             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18643         [BZ #16214]
18644         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
18645         __tls_get_addr_internal instead of __tls_get_offset in order to
18646         avoid GOT pointer dependency.  Make rtld export
18647         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
18648         __tls_get_addr since we are a __tls_get_offset platform.
18649         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
18650         GOT pointer being set up before.
18651         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
18653 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
18655         * manual/math.texi (Errors in Math Functions): Document accuracy
18656         goals.
18658         [BZ #15004]
18659         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
18660         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
18661         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
18662         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
18663         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
18664         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
18665         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
18666         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
18667         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
18668         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
18669         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
18670         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
18671         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
18672         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
18673         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
18674         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
18676         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
18677         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
18678         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
18679         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
18680         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
18681         Likewise.
18682         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
18683         Likewise.
18684         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
18685         Likewise.
18686         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
18687         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
18688         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
18689         atomic-feupdateenv and flt-rounds.
18690         * sysdeps/powerpc/nofpu/Versions (libc): Add
18691         __atomic_feholdexcept, __atomic_feclearexcept,
18692         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
18693         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
18694         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
18695         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
18696         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
18697         here.
18698         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
18699         Update.
18701         * manual/arith.texi (FP Exceptions): Document that exceptions may
18702         not be raised when matherr is used.
18703         (Math Error Reporting): Document overflow in directed rounding
18704         modes.  Document that errno may not be set when finite values are
18705         returned on overflow.  Document intent to set errno on underflow
18706         only for underflow to zero.
18708         [BZ #16271]
18709         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
18710         round-to-nearest then adjust result for other rounding modes.
18711         * include/fenv.h (fegetround): Use libm_hidden_proto.
18712         * math/fegetround.c (fegetround): Use libm_hidden_def.
18713         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
18714         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
18715         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
18716         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
18717         Likewise.
18718         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
18719         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
18720         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
18721         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
18723 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
18725         [BZ #16077]
18726         * nss/Versions (libnss_files): Add
18727         _nss_files_gethostbyname3_r.
18728         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
18729         New function.
18730         (HOST_DB_LOOKUP): Remove macro.
18731         (_nss_files_gethostbyname_r): Implement function without the
18732         HOST_DB_LOOKUP macro.
18733         (_nss_files_gethostbyname2_r): Likewise.
18735 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
18737         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
18739 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
18741         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
18742         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
18743         warning.
18745 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18747         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
18748         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
18749         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
18750         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
18751         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
18752         __fe_nomask_env_priv and attribute_hidden.
18753         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
18754         (libc_feupdateenv_test_ppc): Likewise.
18755         (libc_feresetround_ppc): Likewise.
18756         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
18757         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
18758         compat_symbol macro.
18759         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
18760         (__fe_nomask_env): Likewise.
18761         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
18763 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18765         * string/Makefile: Remove ifunc tests.
18766         * string/test-string.h: Define TEST_IFUNC.
18767         * string/test-bcopy-ifunc.c: Remove.
18768         * string/test-bzero-ifunc.c: Likewise.
18769         * string/test-memccpy-ifunc.c: Likewise.
18770         * string/test-memchr-ifunc.c: Likewise.
18771         * string/test-memcmp-ifunc.c: Likewise.
18772         * string/test-memcpy-ifunc.c: Likewise.
18773         * string/test-memmem-ifunc.c: Likewise.
18774         * string/test-memmove-ifunc.c: Likewise.
18775         * string/test-mempcpy-ifunc.c: Likewise.
18776         * string/test-memrchr-ifunc.c: Likewise.
18777         * string/test-memset-ifunc.c: Likewise.
18778         * string/test-rawmemchr-ifunc.c: Likewise.
18779         * string/test-stpcpy-ifunc.c: Likewise.
18780         * string/test-stpncpy-ifunc.c: Likewise.
18781         * string/test-strcasecmp-ifunc.c: Likewise.
18782         * string/test-strcasestr-ifunc.c: Likewise.
18783         * string/test-strcat-ifunc.c: Likewise.
18784         * string/test-strchr-ifunc.c: Likewise.
18785         * string/test-strchrnul-ifunc.c: Likewise.
18786         * string/test-strcmp-ifunc.c: Likewise.
18787         * string/test-strcpy-ifunc.c: Likewise.
18788         * string/test-strcspn-ifunc.c: Likewise.
18789         * string/test-strlen-ifunc.c: Likewise.
18790         * string/test-strncasecmp-ifunc.c: Likewise.
18791         * string/test-strncat-ifunc.c: Likewise.
18792         * string/test-strncmp-ifunc.c: Likewise.
18793         * string/test-strncpy-ifunc.c: Likewise.
18794         * string/test-strnlen-ifunc.c: Likewise.
18795         * string/test-strpbrk-ifunc.c: Likewise.
18796         * string/test-strrchr-ifunc.c: Likewise.
18797         * string/test-strspn-ifunc.c: Likewise.
18798         * string/test-strstr-ifunc.c: Likewise.
18800 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18802         * benchtests/Makefile: Remove ifunc tests.
18803         * benchtests/bench-string.h: Define TEST_IFUNC.
18804         * benchtests/bench-bcopy-ifunc.c: Remove.
18805         * benchtests/bench-bzero-ifunc.c: Likewise.
18806         * benchtests/bench-memccpy-ifunc.c: Likewise.
18807         * benchtests/bench-memchr-ifunc.c: Likewise.
18808         * benchtests/bench-memcmp-ifunc.c: Likewise.
18809         * benchtests/bench-memcpy-ifunc.c: Likewise.
18810         * benchtests/bench-memmem-ifunc.c: Likewise.
18811         * benchtests/bench-memmove-ifunc.c: Likewise.
18812         * benchtests/bench-mempcpy-ifunc.c: Likewise.
18813         * benchtests/bench-memrchr-ifunc.c: Likewise.
18814         * benchtests/bench-memset-ifunc.c: Likewise.
18815         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
18816         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
18817         * benchtests/bench-stpcpy-ifunc.c: Likewise.
18818         * benchtests/bench-stpncpy-ifunc.c: Likewise.
18819         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
18820         * benchtests/bench-strcasestr-ifunc.c: Likewise.
18821         * benchtests/bench-strcat-ifunc.c: Likewise.
18822         * benchtests/bench-strchr-ifunc.c: Likewise.
18823         * benchtests/bench-strchrnul-ifunc.c: Likewise.
18824         * benchtests/bench-strcmp-ifunc.c: Likewise.
18825         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
18826         * benchtests/bench-strcpy-ifunc.c: Likewise.
18827         * benchtests/bench-strcspn-ifunc.c: Likewise.
18828         * benchtests/bench-strlen-ifunc.c: Likewise.
18829         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
18830         * benchtests/bench-strncat-ifunc.c: Likewise.
18831         * benchtests/bench-strncmp-ifunc.c: Likewise.
18832         * benchtests/bench-strncpy-ifunc.c: Likewise.
18833         * benchtests/bench-strnlen-ifunc.c: Likewise.
18834         * benchtests/bench-strpbrk-ifunc.c: Likewise.
18835         * benchtests/bench-strrchr-ifunc.c: Likewise.
18836         * benchtests/bench-strsep-ifunc.c: Likewise.
18837         * benchtests/bench-strspn-ifunc.c: Likewise.
18838         * benchtests/bench-strstr-ifunc.c: Likewise.
18840 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18842         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
18844 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18846         * resolv/netdb.h: Use __glibc_reserved instead __unused.
18847         * rt/aio.h: Likewise.
18848         * sysdeps/gnu/bits/utmp.h: Likewise.
18849         * sysdeps/gnu/bits/utmpx.h: Likewise.
18850         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
18851         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
18852         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
18853         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
18854         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
18855         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
18856         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
18857         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
18858         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
18859         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
18860         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
18861         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
18862         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
18863         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
18864         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
18865         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
18866         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
18867         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
18868         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
18869         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
18870         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
18871         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
18872         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
18873         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
18874         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
18875         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
18876         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
18877         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
18878         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
18879         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
18880         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
18881         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
18882         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
18883         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
18884         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
18885         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
18886         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
18887         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
18888         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
18889         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
18890         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
18891         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
18893 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
18895         [BZ #16245]
18896         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
18897         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
18899 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
18901         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
18902         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
18903         Likewise.
18905 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18907         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
18908         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
18909         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
18910         (__fesetround): Remove define.
18911         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
18912         rounding and exceptions handling.
18913         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
18914         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
18915         (__fe_nomask_env): Likewise.
18916         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
18917         __fegetround instead of fegetround.
18918         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
18919         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
18921 2013-11-21  Roland McGrath  <roland@hack.frob.com>
18923         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
18924         it's there.
18926         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
18928 2013-11-21  Meador Inge  <meadori@codesourcery.com>
18930         [BZ #11157]
18931         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
18932         (encrypt_r): Likewise.
18933         * malloc/obstack.h (obstack_free): Likewise.
18934         * posix/unistd.h (encrypt): Likewise.
18936 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
18938         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
18939         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
18940         DL_CALL_DT_FINI() that call the functions directly.
18941         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
18942         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
18943         * elf/dl-fini.c: Likewise.
18945 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
18947         * malloc/hooks.c (memalign_check): Add alignment rounding.
18948         * malloc/malloc.c (_mid_memalign): New function.
18949         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
18950         Implement by calling _mid_memalign.
18951         * manual/probes.texi (Memory Allocation Probes): Remove
18952         memory_valloc_retry and memory_pvalloc_retry.
18954 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
18956         * locale/programs/locarchive.c (open_archive): Add const
18957         qualifier to ARCHIVEFNAME and copy default fname to
18958         DEFAULT_FNAME.
18960         [BZ #15601]
18961         * libio/tst-widetext.input: Rename Oriya to Odia.
18962         * locale/iso-639.def: Likewise.
18964         * manual/probes.texi (Mathematical Function Probes): Add
18965         documentation for sin, cos, asin and acos probes.
18966         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
18967         (__sin32): Add slowasin probe.
18968         (__cos32): Add slowacos probe.
18969         (__mpsin): Add slowsin probe.
18970         (__mpcos): Add slowcos probe.
18972 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
18974         [BZ #15483]
18975         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
18976         thread-local __sim_exceptions_thread and global
18977         __sim_exceptions_global.
18978         (__sim_disabled_exceptions): Change to thread-local
18979         __sim_disabled_exceptions_thread and global
18980         __sim_disabled_exceptions_global.
18981         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
18982         and global __sim_round_mode_global.
18983         (__simulate_exceptions): Use thread-local floating-point state and
18984         set global state from it as needed.
18985         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
18986         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
18987         __sim_round_mode_thread.
18988         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
18989         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
18990         and global __sim_exceptions_global.
18991         (__sim_disabled_exceptions): Change to thread-local
18992         __sim_disabled_exceptions_thread and global
18993         __sim_disabled_exceptions_global.
18994         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
18995         and global __sim_round_mode_global.
18996         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
18997         (SIM_SET_GLOBAL): Likewise.
18998         * sysdeps/powerpc/soft-fp/sfp-machine.h
18999         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
19000         __sim_round_mode_thread.
19001         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
19002         __sim_disabled_exceptions_thread.
19003         (__sim_exceptions): Change to __sim_exceptions_thread.
19004         (__sim_disabled_exceptions): Change to
19005         __sim_disabled_exceptions_thread.
19006         (__sim_round_mode): Change to __sim_round_mode_thread.
19007         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
19008         thread-local floating-point state and set global state from it as
19009         needed.
19010         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
19011         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
19012         (__sim_disabled_exceptions): Remove extern declaration.
19013         (feenableexcept): Use thread-local floating-point state and set
19014         global state from it as needed.
19015         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
19016         extern declaration.
19017         (__sim_disabled_exceptions): Likewise.
19018         (__sim_round_mode): Likewise.
19019         (__fegetenv): Use thread-local floating-point state.
19020         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
19021         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
19022         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
19023         floating-point state and set global state from it as needed.
19024         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
19025         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
19026         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
19027         Likewise.
19028         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
19029         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
19030         Likewise.
19031         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
19032         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
19033         Use __sim_round_mode_thread.
19034         * math/test-fenv-tls.c: New file.
19035         * math/Makefile (tests): Add test-fenv-tls.
19036         ($(objpfx)test-fenv-tls): Depend on
19037         $(common-objpfx)nptl/libpthread.so.
19039 2013-11-19  Andreas Schwab  <schwab@suse.de>
19041         * locale/programs/locale.c (show_info): Decode wordarray elements.
19042         * locale/categories.def (LC_MONETARY): Add element for
19043         _NL_MONETARY_CRNCYSTR.
19044         * locale/C-monetary.c (conversion_rate): New variable.
19045         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
19046         element.
19048 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
19050         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
19051         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
19053 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
19055         * elf/Makefile (tst-auxv): New test.
19056         * elf/tst-auxv.c: New
19057         * elf/rtld.c (dl_main): Adjust AT_EXECFN
19059 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
19061         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
19062         (hidden_proto): Caller changed.
19063         (hidden_tls_proto): New macro.
19064         (libc_hidden_tls_proto): Likewise.
19065         (rtld_hidden_tls_proto): Likewise.
19066         (libm_hidden_tls_proto): Likewise.
19067         (libresolv_hidden_tls_proto): Likewise.
19068         (librt_hidden_tls_proto): Likewise.
19069         (libdl_hidden_tls_proto): Likewise.
19070         (libnss_files_hidden_tls_proto): Likewise.
19071         (libnsl_hidden_tls_proto): Likewise.
19072         (libnss_nisplus_hidden_tls_proto): Likewise.
19073         (libutil_hidden_tls_proto): Likewise.
19075 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
19077         [BZ #10253]
19078         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
19079         (decompose_rpath): Defer expansion to fillin_rpath.
19080         (_dl_init_paths): Pass linkmap to fillin_rpath.
19082 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
19084         * benchtests/Makefile: Add strsep.
19085         * benchtests/bench-strsep.c: New file: strsep benchtest.
19086         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
19088 2013-11-18  Andreas Schwab  <schwab@suse.de>
19090         * locale/programs/locale.c (show_info) [case byte]: Check for
19091         '\377' instead of '\177'.
19092         * locale/C-monetary.c (not_available): Always use "\377".
19093         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
19094         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
19095         detect unavailable sign_posn locale elements.
19096         * locale/localeconv.c (__localeconv): For grouping and
19097         mon_grouping handle "\177" and "\377" like no grouping.
19098         (INT_ELEM): New macro.  Use it to set all numeric members.
19099         * locale/programs/ld-monetary.c (monetary_read)
19100         <tok_mon_grouping>: Normalize single -1 to the empty string.
19101         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
19102         Likewise.
19104 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
19106         [BZ #16055]
19107         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
19108         when we match (nil).
19109         * stdio-common/tst-sscanf.c (struct test): Add testcase.
19111 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
19113         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
19114         (NO_TEST_INLINE): Update value.
19115         (ERRNO_UNCHANGED): Likewise.
19116         (ERRNO_EDOM): Likewise.
19117         (ERRNO_ERANGE): Likewise.
19118         (IGNORE_RESULT): Likewise.
19119         (check_float_internal): Check signs of NaN results if
19120         TEST_NAN_SIGN used.
19121         (check_complex): Pass TEST_NAN_SIGN flag through to second
19122         check_float_internal call.
19123         (copysign_test_data): Add tests with quiet NaNs as second
19124         argument.  Use TEST_NAN_SIGN.
19125         (fabs_test_data): Add test of negative quiet NaN argument.  Use
19126         TEST_NAN_SIGN.
19127         (signbit_test_data): Add tests of quiet NaN argument.
19128         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
19130         * math/gen-libm-test.pl (show_exceptions): Take extra argument
19131         $ignore_result.
19132         (parse_args): Handle function results specified as IGNORE.
19133         * math/libm-test.inc (IGNORE_RESULT): New macro.
19134         (check_float_internal): Do not check numerical result if flag
19135         IGNORE_RESULT set.
19136         (check_complex): Pass through IGNORE_RESULT to second
19137         check_float_internal call.
19138         (check_int): Do not check numerical result if flag IGNORE_RESULT
19139         set.
19140         (check_long): Likewise.
19141         (check_bool): Likewise.
19142         (check_longlong): Likewise.
19143         (lrint_test_data): Add tests of infinite and NaN arguments.
19144         (lrint_tonearest_test_data): Likewise.
19145         (lrint_towardzero_test_data): Likewise.
19146         (lrint_downward_test_data): Likewise.
19147         (lrint_upward_test_data): Likewise.
19148         (llrint_test_data): Likewise.
19149         (llrint_tonearest_test_data): Likewise.
19150         (llrint_towardzero_test_data): Likewise.
19151         (llrint_downward_test_data): Likewise.
19152         (llrint_upward_test_data): Likewise.
19153         (lround_test_data): Likewise.
19154         (llround_test_data): Likewise.
19156         * math/libm-test.inc (NO_TEST_INLINE): New macro.
19157         (ERRNO_UNCHANGED): Update value.
19158         (ERRNO_EDOM): Likewise.
19159         (ERRNO_ERANGE): Likewise.
19160         (NO_TEST_INLINE_FLOAT): New macro.
19161         (NO_TEST_INLINE_DOUBLE): Likewise.
19162         (enable_test): New function.
19163         (RUN_TEST_f_f): Check enable_test before running test.
19164         (RUN_TEST_2_f): Likewise.
19165         (RUN_TEST_fff_f): Likewise.
19166         (RUN_TEST_c_f): Likewise.
19167         (RUN_TEST_f_f1): Likewise.
19168         (RUN_TEST_fF_f1): Likewise.
19169         (RUN_TEST_fI_f1): Likewise.
19170         (RUN_TEST_ffI_f1): Likewise.
19171         (RUN_TEST_c_c): Likewise.
19172         (RUN_TEST_cc_c): Likewise.
19173         (RUN_TEST_f_i): Likewise.
19174         (RUN_TEST_f_i_tg): Likewise.
19175         (RUN_TEST_ff_i_tg): Likewise.
19176         (RUN_TEST_f_b): Likewise.
19177         (RUN_TEST_f_b_tg): Likewise.
19178         (RUN_TEST_f_l): Likewise.
19179         (RUN_TEST_f_L): Likewise.
19180         (RUN_TEST_fFF_11): Likewise.
19181         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
19182         conditionals.
19183         (cosh_test_data): Likewise.
19184         (exp_test_data): Likewise.
19185         (expm1_test_data): Likewise.
19186         (hypot_test_data): Likewise.
19187         (pow_test_data): Likewise.
19188         (sinh_test_data): Likewise.
19189         (tanh_test_data): Likewise.
19190         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
19191         flags argument.
19193         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
19194         tests with quiet NaN input and output.
19195         (acosh_test_data): Likewise.
19196         (asin_test_data): Likewise.
19197         (asinh_test_data): Likewise.
19198         (atan_test_data): Likewise.
19199         (atanh_test_data): Likewise.
19200         (atan2_test_data): Likewise.
19201         (cbrt_test_data): Likewise.
19202         (cos_test_data): Likewise.
19203         (cosh_test_data): Likewise.
19204         (erf_test_data): Likewise.
19205         (erfc_test_data): Likewise.
19206         (exp_test_data): Likewise.
19207         (exp10_test_data): Likewise.
19208         (exp2_test_data): Likewise.
19209         (expm1_test_data): Likewise.
19210         (hypot_test_data): Likewise.
19211         (j0_test_data): Likewise.
19212         (j1_test_data): Likewise.
19213         (jn_test_data): Likewise.
19214         (lgamma_test_data): Likewise.
19215         (log_test_data): Likewise.
19216         (log10_test_data): Likewise.
19217         (log1p_test_data): Likewise.
19218         (log2_test_data): Likewise.
19219         (pow_test_data): Likewise.
19220         (scalb_test_data): Likewise.
19221         (sin_test_data): Likewise.
19222         (sincos_test_data): Likewise.
19223         (sinh_test_data): Likewise.
19224         (tan_test_data): Likewise.
19225         (tanh_test_data): Likewise.
19226         (tgamma_test_data): Likewise.
19227         (y0_test_data): Likewise.
19228         (y1_test_data): Likewise.
19229         (yn_test_data): Likewise.
19231         [BZ #16167]
19232         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
19233         argument being NaN and avoid computations with second argument in
19234         that case.
19235         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
19236         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
19237         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
19239 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
19241         * locale/iso-639.def: Add Chitwani Tharu (the).
19243 2013-11-14  Andreas Schwab  <schwab@suse.de>
19245         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
19246         word instead of empty string.
19248 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19250         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19251         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
19252         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19253         (__fe_nomask_env): Likewise.
19255 2013-11-13  Steve Ellcey  <sellcey@mips.com>
19257         * benchtests/bench-timing.h: Include time.h.
19259 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
19261         [BZ #15997]
19262         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
19263         to 3.4.0 for x32.
19264         * sysdeps/unix/sysv/linux/configure: Regenerated.
19266 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
19268         [BZ #16151]
19269         * stdlib/strtod_l.c (round_and_return): Do not consider
19270         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
19271         exponent one less than half the least subnormal exponent.
19272         * stdlib/test-strtod-round-data: Add more tests.
19273         * stdlib/tst-strtod-round.c (tests): Regenerated.
19275 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19277         [BZ #14143]
19278         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
19279         (__fe_mask_env): Likewise.
19280         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
19281         libm_hidden_proto and add function prototype.
19282         (__fe_mask_env): Add function prototype.
19283         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19284         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
19285         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
19286         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
19287         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19288         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
19290 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19292         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
19293         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
19295 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19297         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
19298         of htab_find_slot().
19300 2013-11-11  David S. Miller  <davem@davemloft.net>
19302         [BZ #16150]
19303         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
19304         symbol in the non-vis3 case in static builds.
19305         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
19306         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
19307         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
19308         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
19310 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
19312         [BZ #387]
19313         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
19314         it is empty.
19316 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19318         * benchtests/Makefile: Add bench-strtod.
19319         * benchtests/bench-strtod.c: New file: strtod benchtest
19321 2013-11-11  Andreas Schwab  <schwab@suse.de>
19323         [BZ #16153]
19324         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
19325         terminating NUL in key length.
19327 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19329         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
19330         Add artificial ODP entry for vDSO symbol for PPC64.
19331         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
19332         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
19334 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
19336         [BZ #15374]
19337         * nss/getent.c (services_keys): Recognize services starting with digit.
19339 2013-11-06  David S. Miller  <davem@davemloft.net>
19341         [BZ #15985]
19342         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
19343         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
19345 2013-11-06  Will Newton  <will.newton@linaro.org>
19347         * manual/memory.texi (Malloc Examples): Remove register
19348         keyword from examples.
19350 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
19352         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
19354 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
19356         [BZ #6981]
19357         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
19358         depending on [__GCC_IEC_559 > 0].
19359         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
19360         depending on [__GCC_IEC_559_COMPLEX > 0].
19362 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
19364         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
19365         to iso-639.def.
19367 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
19369         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
19371 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
19373         [BZ #16112]
19374         * malloc/malloc (malloc_info): Do not handle first bin as
19375         special case.
19377 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
19379         * locale/iso-639.def: Add Central Nahuatl (nhn).
19381 2013-11-01  Bruno Haible  <bruno@clisp.org>
19383         [BZ #7003]
19384         * manual/math.texi (BSD Random): Specify range upper bound as
19385         in POSIX.
19387 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
19389         * locale/iso-639.def: Add Meadow Mari (mhr).
19391 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
19393         [BZ #14752], [BZ #15763]
19394         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
19395         Validate name.
19396         * rt/tst_shm.c: Add test for escaping directory.
19398 2013-10-31  Andreas Schwab  <schwab@suse.de>
19400         [BZ #15917]
19401         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
19402         followed by 'x' as part of digit sequence.
19403         * stdio-common/tst-sscanf.c (double_tests2): New tests.
19405 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
19407         [BZ #16037]
19408         * configure.ac: allow GNU Make 4.0 and greater.
19409         * configure: Regenerated.
19411 2013-10-30  Will Newton  <will.newton@linaro.org>
19413         [BZ #16038]
19414         * malloc/hooks.c (memalign_check): Limit alignment to the
19415         maximum representable power of two.
19416         * malloc/malloc.c (__libc_memalign): Likewise.
19417         * malloc/tst-memalign.c (do_test): Add test for very
19418         large alignment values.
19419         * malloc/tst-posix_memalign.c (do_test): Likewise.
19421 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19423         [BZ #11087]
19424         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
19425         (munmap_chunk): Likewise.
19426         (mremap_chunk): Likewise.
19428 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19430         [BZ #15799]
19431         * stdlib/div.c (div): Remove obsolete code.
19432         * stdlib/ldiv.c (ldiv): Likewise.
19433         * stdlib/lldiv.c (lldiv): Likewise.
19435 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
19437         [BZ #16071]
19438         * nss/nss_files/files-XXX.c (get_contents_ret): New
19439         enumerator.
19440         (get_contents): New function.
19441         (internal_getent): Use it.  Expand size of LINEBUFLEN.
19443 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
19445         * configure.in: Moved to ...
19446         * configure.ac: ... here. Change reference to configure.in
19447         to configure.ac.
19448         * sysdeps/arm/preconfigure.ac: ... here.
19449         configure.in to configure.ac.
19450         * sysdeps/gnu/configure.in: Moved to ...
19451         * sysdeps/gnu/configure.ac: ... here.
19452         * sysdeps/i386/configure.in: Moved to ...
19453         * sysdeps/i386/configure.ac: ... here.
19454         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
19455         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
19456         * sysdeps/mach/configure.in: Moved to ...
19457         * sysdeps/mach/configure.ac: ... here.
19458         * sysdeps/mach/hurd/configure.in: Moved to ...
19459         * sysdeps/mach/hurd/configure.ac: ... here.
19460         * sysdeps/powerpc/configure.in: Moved to ...
19461         * sysdeps/powerpc/configure.ac: ... here.
19462         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
19463         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
19464         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
19465         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
19466         * sysdeps/s390/s390-32/configure.in: Moved to ...
19467         * sysdeps/s390/s390-32/configure.ac: ... here.
19468         * sysdeps/s390/s390-64/configure.in: Moved to ...
19469         * sysdeps/s390/s390-64/configure.ac: ... here.
19470         * sysdeps/sh/configure.in: Moved to ...
19471         * sysdeps/sh/configure.ac: ... here.
19472         * sysdeps/sparc/configure.in: Moved to ...
19473         * sysdeps/sparc/configure.ac: ... here.
19474         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
19475         * sysdeps/unix/sysv/linux/configure.ac: ... here.
19476         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
19477         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
19478         * sysdeps/x86_64/configure.in: Moved to ...
19479         * sysdeps/x86_64/configure.ac: ... here.
19480         * sysdeps/x86_64/preconfigure.in: Moved to ...
19481         * sysdeps/x86_64/preconfigure.ac: ... here.
19482         * aclocal.m4: Change reference to configure.in to configure.ac.
19483         * config.h.in: Likewise.
19484         * manual/install.texi: Likewise.
19485         * manual/maint.texi: Likewise.
19486         * Makefile: Likewise.
19487         * malloc/Makefile: Likewise.
19488         * nscd/Makefile: Likewise.
19489         * Makeconfig: Change reference to configure.in and
19490         preconfigure.in to configure.ac and preconfigure.ac
19491         respectively.
19492         * INSTALL: Regenerated.
19493         * configure: Likewise.
19494         * sysdeps/gnu/configure: Likewise.
19495         * sysdeps/i386/configure: Likewise.
19496         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
19497         * sysdeps/mach/configure: Likewise.
19498         * sysdeps/mach/hurd/configure: Likewise.
19499         * sysdeps/powerpc/configure: Likewise.
19500         * sysdeps/powerpc/powerpc32/configure: Likewise.
19501         * sysdeps/powerpc/powerpc64/configure: Likewise.
19502         * sysdeps/s390/s390-32/configure: Likewise.
19503         * sysdeps/s390/s390-64/configure: Likewise.
19504         * sysdeps/sh/configure: Likewise.
19505         * sysdeps/sparc/configure: Likewise.
19506         * sysdeps/unix/sysv/linux/configure: Likewise.
19507         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
19508         * sysdeps/x86_64/configure: Likewise.
19509         * sysdeps/x86_64/preconfigure: Likewise.
19511 2013-10-29  Andreas Schwab  <schwab@suse.de>
19513         * stdio-common/Makefile (tst-swscanf-ENV): Define.
19515 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
19517         * benchtests/pow-inputs: Add new inputs.
19519         * benchtests/exp-inputs: Add new inputs.
19521         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
19522         conditional check for return value.
19523         (__cos32): Likewise.
19525 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19527         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
19528         to provide a boost for large inputs with word alignment.
19529         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
19530         implementation based on optimized PPC64 strcpy.
19531         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
19532         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
19533         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
19534         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
19536 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19538         [BZ #2801]
19539         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
19541 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19543         [BZ #14876]
19544         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
19545         * time/tst-strptime.c (day_tests): Add testcase.
19547 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19549         [BZ #14029]
19550         * manual/pattern.texi: Acknowledge that fnmatch can fail.
19552 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
19554         [BZ #16074]
19555         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
19556         MAP_FAILED on error.
19558 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
19560         [BZ #16072]
19561         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
19562         heap for large requests.
19564 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
19566         [BZ #9954]
19567         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
19568         result if the result has no associated interface.
19569         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
19570         interface for all 127.X.Y.Z addresses.
19572 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
19574         * locale/iso-639.def: Add Ligurian (lij)
19576 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
19578         [BZ #15825]
19579         * sunrpc/rpc_main.c: Document rpcgen -5.
19581 2013-10-19  Michael Stahl  <mstahl@redhat.com>
19583         * elf/rtld.c (do_preload): Print the reason why preloading failed.
19585 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19587         [BZ #10278]
19588         * posix/glob.c: Match only directories when trailing slash is present.
19589         * posix/tst-gnuglob.c (my_opendir): Do not open files.
19590         (main): Add testcase.
19592 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19594         [BZ #15670]
19595         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
19597 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
19599         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
19600         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
19601         AUTH_DES and cindex for FIPS 140-2.
19602         (DES Encryption): Add cindex FIPS 46-3.
19604         * locale/locarchive.h (struct locarhandle): Add fname.
19605         * locale/programs/localedef.c (main): Pass ARGV[remaining]
19606         if an optional argument was specified to --list-archive,
19607         otherwise NULL.
19608         * locale/programs/locarchive.c (show_archive_content): Take new
19609         argument fname and pass it via ah.fname to open_archive.
19610         * locale/programs/localedef.h: Update decl.
19611         (open_archive): If AH->fname is non-null, open that file
19612         rather than the default file name, and don't ignore ENOENT.
19613         (create_archive): Set AH.fname to NULL.
19614         (delete_locales_from_archive): Likewise.
19615         (add_locales_to_archive): Likewise.
19616         * locale/programs/locfile.c (write_all_categories): Likewise.
19618 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
19619             Aldy Hernandez  <aldyh@redhat.com>
19621         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
19622         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
19623         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
19624         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
19625         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
19626         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
19627         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
19628         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
19629         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
19630         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
19631         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
19632         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
19633         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
19634         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
19635         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
19636         Likewise.
19637         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
19638         Likewise.
19639         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
19640         Likewise.
19641         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
19642         Likewise.
19643         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
19644         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
19645         Likewise.
19646         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
19647         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
19648         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
19649         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
19650         Likewise.
19651         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
19652         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
19653         * sysdeps/powerpc/preconfigure: Likewise.
19654         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
19655         Likewise.
19656         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
19657         Replace contents of file by #include of <fenv_libc.h>.
19658         * sysdeps/powerpc/soft-fp/sfp-machine.h
19659         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
19660         and <sys/prctl.h>.
19661         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
19662         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
19663         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
19664         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
19665         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
19666         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
19667         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
19668         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
19669         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
19670         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
19671         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
19672         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
19673         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
19674         Allow copysignl PLT reference to be missing.
19676 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
19677             Joseph Myers  <joseph@codesourcery.com
19679         [BZ #15948]
19680         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
19681         single character.
19682         (add_to_tablewc): Assert sequence of wide characters is nonempty.
19684 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
19686         * elf/tst-tls-dlinfo.c: Don't include tls.h.
19687         * elf/tst-tls1.c: Likewise.
19688         * elf/tst-tls10.h: Likewise.
19689         * elf/tst-tls14.c: Likewise.
19690         * elf/tst-tls2.c: Likewise.
19691         * elf/tst-tls3.c: Likewise.
19692         * elf/tst-tls4.c: Likewise.
19693         * elf/tst-tls5.c: Likewise.
19694         * elf/tst-tls6.c: Likewise.
19695         * elf/tst-tls7.c: Likewise.
19696         * elf/tst-tls8.c: Likewise.
19697         * elf/tst-tls9.c: Likewise.
19698         * elf/tst-tlsmod1.c: Likewise.
19699         * elf/tst-tlsmod13.c: Likewise.
19700         * elf/tst-tlsmod13a.c: Likewise.
19701         * elf/tst-tlsmod14a.c: Likewise.
19702         * elf/tst-tlsmod16a.c: Likewise.
19703         * elf/tst-tlsmod16b.c: Likewise.
19704         * elf/tst-tlsmod2.c: Likewise.
19705         * elf/tst-tlsmod3.c: Likewise.
19706         * elf/tst-tlsmod4.c: Likewise.
19707         * elf/tst-tlsmod5.c: Likewise.
19708         * elf/tst-tlsmod6.c: Likewise.
19710 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
19712         [BZ #12486]
19713         * malloc/malloc.c: remove checks for statistics.
19715 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
19717         [BZ #15277]
19718         * inet/inet_net.c (inet_network): Detect additional invalid strings.
19719         * inet/tst-network.c: Add testcase.
19721 2013-10-17  Andreas Schwab  <schwab@suse.de>
19723         [BZ #15218]
19724         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
19725         to determine canonical name.
19727 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
19729         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
19730         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
19731         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
19732         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
19733         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
19734         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
19735         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
19736         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
19737         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
19738         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
19739         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
19740         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
19741         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
19742         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
19743         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
19744         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
19745         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
19746         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
19747         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
19748         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
19749         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
19750         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
19751         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
19752         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
19753         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
19754         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
19755         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
19756         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
19757         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
19758         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
19759         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
19760         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
19761         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
19762         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
19763         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
19764         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
19765         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
19766         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
19767         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
19768         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
19769         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
19770         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
19771         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
19772         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
19773         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
19774         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
19775         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
19776         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
19777         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
19778         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
19779         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
19780         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
19781         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
19782         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
19783         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
19784         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
19785         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
19786         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
19788 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
19790         [BZ #16041]
19791         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
19792         make result into a quiet NaN.
19794 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
19796         * soft-fp/adddf3.c: Fix horizontal whitespace.
19797         * soft-fp/addsf3.c: Likewise.
19798         * soft-fp/addtf3.c: Likewise.
19799         * soft-fp/divdf3.c: Likewise.
19800         * soft-fp/divsf3.c: Likewise.
19801         * soft-fp/divtf3.c: Likewise.
19802         * soft-fp/double.h: Likewise.
19803         * soft-fp/eqdf2.c: Likewise.
19804         * soft-fp/eqsf2.c: Likewise.
19805         * soft-fp/eqtf2.c: Likewise.
19806         * soft-fp/extenddftf2.c: Likewise.
19807         * soft-fp/extended.h: Likewise.
19808         * soft-fp/extendsfdf2.c: Likewise.
19809         * soft-fp/extendsftf2.c: Likewise.
19810         * soft-fp/extendxftf2.c: Likewise.
19811         * soft-fp/fixdfdi.c: Likewise.
19812         * soft-fp/fixdfsi.c: Likewise.
19813         * soft-fp/fixdfti.c: Likewise.
19814         * soft-fp/fixsfdi.c: Likewise.
19815         * soft-fp/fixsfsi.c: Likewise.
19816         * soft-fp/fixsfti.c: Likewise.
19817         * soft-fp/fixtfdi.c: Likewise.
19818         * soft-fp/fixtfsi.c: Likewise.
19819         * soft-fp/fixtfti.c: Likewise.
19820         * soft-fp/fixunsdfdi.c: Likewise.
19821         * soft-fp/fixunsdfsi.c: Likewise.
19822         * soft-fp/fixunsdfti.c: Likewise.
19823         * soft-fp/fixunssfdi.c: Likewise.
19824         * soft-fp/fixunssfsi.c: Likewise.
19825         * soft-fp/fixunssfti.c: Likewise.
19826         * soft-fp/fixunstfdi.c: Likewise.
19827         * soft-fp/fixunstfsi.c: Likewise.
19828         * soft-fp/fixunstfti.c: Likewise.
19829         * soft-fp/floatdidf.c: Likewise.
19830         * soft-fp/floatdisf.c: Likewise.
19831         * soft-fp/floatditf.c: Likewise.
19832         * soft-fp/floatsidf.c: Likewise.
19833         * soft-fp/floatsisf.c: Likewise.
19834         * soft-fp/floatsitf.c: Likewise.
19835         * soft-fp/floattidf.c: Likewise.
19836         * soft-fp/floattisf.c: Likewise.
19837         * soft-fp/floattitf.c: Likewise.
19838         * soft-fp/floatundidf.c: Likewise.
19839         * soft-fp/floatundisf.c: Likewise.
19840         * soft-fp/floatunditf.c: Likewise.
19841         * soft-fp/floatunsidf.c: Likewise.
19842         * soft-fp/floatunsisf.c: Likewise.
19843         * soft-fp/floatunsitf.c: Likewise.
19844         * soft-fp/floatuntidf.c: Likewise.
19845         * soft-fp/floatuntisf.c: Likewise.
19846         * soft-fp/floatuntitf.c: Likewise.
19847         * soft-fp/fmadf4.c: Likewise.
19848         * soft-fp/fmasf4.c: Likewise.
19849         * soft-fp/fmatf4.c: Likewise.
19850         * soft-fp/gedf2.c: Likewise.
19851         * soft-fp/gesf2.c: Likewise.
19852         * soft-fp/getf2.c: Likewise.
19853         * soft-fp/ledf2.c: Likewise.
19854         * soft-fp/lesf2.c: Likewise.
19855         * soft-fp/letf2.c: Likewise.
19856         * soft-fp/muldf3.c: Likewise.
19857         * soft-fp/mulsf3.c: Likewise.
19858         * soft-fp/multf3.c: Likewise.
19859         * soft-fp/negdf2.c: Likewise.
19860         * soft-fp/negsf2.c: Likewise.
19861         * soft-fp/negtf2.c: Likewise.
19862         * soft-fp/op-1.h: Likewise.
19863         * soft-fp/op-2.h: Likewise.
19864         * soft-fp/op-4.h: Likewise.
19865         * soft-fp/op-8.h: Likewise.
19866         * soft-fp/op-common.h: Likewise.
19867         * soft-fp/quad.h: Likewise.
19868         * soft-fp/single.h: Likewise.
19869         * soft-fp/soft-fp.h: Likewise.
19870         * soft-fp/sqrtdf2.c: Likewise.
19871         * soft-fp/sqrtsf2.c: Likewise.
19872         * soft-fp/sqrttf2.c: Likewise.
19873         * soft-fp/subdf3.c: Likewise.
19874         * soft-fp/subsf3.c: Likewise.
19875         * soft-fp/subtf3.c: Likewise.
19876         * soft-fp/truncdfsf2.c: Likewise.
19877         * soft-fp/trunctfdf2.c: Likewise.
19878         * soft-fp/trunctfsf2.c: Likewise.
19879         * soft-fp/trunctfxf2.c: Likewise.
19880         * soft-fp/unorddf2.c: Likewise.
19881         * soft-fp/unordsf2.c: Likewise.
19882         * soft-fp/unordtf2.c: Likewise.
19884 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
19886         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
19887         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
19889 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
19891         * elf/dl-libc.c: Clear initfini list after freeing.
19893 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
19895         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
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/floatunsidf.c: Likewise.
19940         * soft-fp/floatunsisf.c: Likewise.
19941         * soft-fp/floatuntidf.c: Likewise.
19942         * soft-fp/floatuntisf.c: Likewise.
19943         * soft-fp/floatuntitf.c: Likewise.
19944         * soft-fp/fmadf4.c: Likewise.
19945         * soft-fp/fmasf4.c: Likewise.
19946         * soft-fp/fmatf4.c: Likewise.
19947         * soft-fp/gedf2.c: Likewise.
19948         * soft-fp/gesf2.c: Likewise.
19949         * soft-fp/getf2.c: Likewise.
19950         * soft-fp/ledf2.c: Likewise.
19951         * soft-fp/lesf2.c: Likewise.
19952         * soft-fp/letf2.c: Likewise.
19953         * soft-fp/muldf3.c: Likewise.
19954         * soft-fp/mulsf3.c: Likewise.
19955         * soft-fp/multf3.c: Likewise.
19956         * soft-fp/negdf2.c: Likewise.
19957         * soft-fp/negsf2.c: Likewise.
19958         * soft-fp/negtf2.c: Likewise.
19959         * soft-fp/op-1.h: Likewise.
19960         * soft-fp/op-2.h: Likewise.
19961         * soft-fp/op-4.h: Likewise.
19962         * soft-fp/op-8.h: Likewise.
19963         * soft-fp/op-common.h: Likewise.
19964         * soft-fp/quad.h: Likewise.
19965         * soft-fp/single.h: Likewise.
19966         * soft-fp/soft-fp.h: Likewise.
19967         * soft-fp/sqrtdf2.c: Likewise.
19968         * soft-fp/sqrtsf2.c: Likewise.
19969         * soft-fp/sqrttf2.c: Likewise.
19970         * soft-fp/subdf3.c: Likewise.
19971         * soft-fp/subsf3.c: Likewise.
19972         * soft-fp/subtf3.c: Likewise.
19973         * soft-fp/truncdfsf2.c: Likewise.
19974         * soft-fp/trunctfdf2.c: Likewise.
19975         * soft-fp/trunctfsf2.c: Likewise.
19976         * soft-fp/trunctfxf2.c: Likewise.
19977         * soft-fp/unorddf2.c: Likewise.
19978         * soft-fp/unordsf2.c: Likewise.
19979         * soft-fp/unordtf2.c: Likewise.
19981 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
19983         [BZ #15672]
19984         * misc/error.c (error_tail): Fix possible buffer overflow.
19986 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
19988         [BZ #13028]
19989         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
19990         address.
19992 2013-10-14  P. J. McDermott  <pj@pehjota.net>
19994         [BZ #832]
19995         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
19996         testing pipefail option.
19998 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
20000         * soft-fp/double.h: Indent preprocessor directives inside #if.
20001         * soft-fp/extended.h: Likewise.
20002         * soft-fp/op-2.h: Likewise.
20003         * soft-fp/op-4.h: Likewise.
20004         * soft-fp/op-common.h: Likewise.
20005         * soft-fp/quad.h: Likewise.
20006         * soft-fp/single.h: Likewise.
20007         * soft-fp/soft-fp.h: Likewise.
20009 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
20011         * iconv/iconv_prog.c: Fix typos.
20012         * stdio-common/psiginfo-data.h: Likewise.
20014 2013-10-12   Reuben Thomas <rrt@sc3d.org>
20016         [BZ #15764]
20017         * locale/setlocale.c: Fix typo.
20019 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
20021         [BZ #16036]
20022         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
20023         signaling NaN arguments.
20024         * soft-fp/unordsf2.c (__unordsf2): Likewise.
20025         * soft-fp/unordtf2.c (__unordtf2): Likewise.
20027         [BZ #14910]
20028         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
20029         unordered operands.
20030         * soft-fp/gesf2.c (__gesf2): Likewise.
20031         * soft-fp/getf2.c (__getf2): Likewise.
20032         * soft-fp/ledf2.c (__ledf2): Likewise.
20033         * soft-fp/lesf2.c (__lesf2): Likewise.
20034         * soft-fp/letf2.c (__letf2): Likewise.
20036         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
20037         * soft-fp/eqsf2.c (__eqsf2): Likewise.
20038         * soft-fp/eqtf2.c (__eqtf2): Likewise.
20039         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
20040         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
20041         * soft-fp/fixdfti.c (__fixdfti): Likewise.
20042         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
20043         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
20044         * soft-fp/fixsfti.c (__fixsfti): Likewise.
20045         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
20046         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
20047         * soft-fp/fixtfti.c (__fixtfti): Likewise.
20048         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
20049         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
20050         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
20051         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
20052         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
20053         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
20054         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
20055         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
20056         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
20057         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
20058         * soft-fp/floatdisf.c (__floatdisf): Likewise.
20059         * soft-fp/floatsisf.c (__floatsisf): Likewise.
20060         * soft-fp/floattidf.c (__floattidf): Likewise.
20061         * soft-fp/floattisf.c (__floattisf): Likewise.
20062         * soft-fp/floattitf.c (__floattitf): Likewise.
20063         * soft-fp/floatundidf.c (__floatundidf): Likewise.
20064         * soft-fp/floatundisf.c (__floatundisf): Likewise.
20065         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
20066         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
20067         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
20068         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
20069         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
20070         * soft-fp/gesf2.c (__gesf2): Likewise.
20071         * soft-fp/getf2.c (__getf2): Likewise.
20072         * soft-fp/ledf2.c (__ledf2): Likewise.
20073         * soft-fp/lesf2.c (__lesf2): Likewise.
20074         * soft-fp/letf2.c (__letf2): Likewise.
20076         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
20077         Undefine and redefine.
20078         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
20079         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
20080         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
20081         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
20082         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20083         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
20084         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20085         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
20086         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20087         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
20088         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20089         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
20090         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20091         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
20092         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20094         [BZ #16032]
20095         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
20096         without decrementing exponent if mantissa >= that for the
20097         denominator, not >.
20098         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
20099         denominator, not >.  Decrement exponent in < case instead of
20100         incrementing in >= case.
20101         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
20102         without decrementing exponent if mantissa >= that for the
20103         denominator, not >.
20105         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
20106         computing saturated result for unsigned overflow.
20108 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
20109             Jeff Law  <law@redhat.com>
20111         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
20112         (atan2Mp): Add systemtap probe marker.
20113         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
20114         (__ieee754_log): Add systemtap probe marker.
20115         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
20116         (atanMp): Add systemtap probe marker.
20117         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
20118         (tanMp): Add systemtap probe marker.
20119         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
20120         (__slowexp): Add systemtap probe marker.
20121         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
20122         (__slowpow): Add systemtap probe marker.
20123         * manual/probes.texi: Document probes.
20125 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
20127         [BZ #15362]
20128         * libio/fileops.c (_IO_new_file_write): Return count of bytes
20129         written.
20130         (_IO_new_file_xsputn): Don't return EOF if nothing has been
20131         written.
20132         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
20133         written to buffer but not flushed.
20134         * libio/iofwrite_u.c:  Likewise.
20135         * libio/iopadn.c:  Return bytes returned even if EOF was
20136         encountered.
20137         * libio/iowpadn.c:  Likewise.
20138         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
20139         if _IO_padn does not write the whole buffer.
20140         [!COMPILE_WPRINTF] (PAD): Likewise.
20142 2013-10-10  David S. Miller  <davem@davemloft.net>
20144         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
20145         directory block.
20147 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
20149         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
20150         instead of FSF address.
20151         * soft-fp/fixdfti.c: Likewise.
20152         * soft-fp/fixsfti.c: Likewise.
20153         * soft-fp/fixtfti.c: Likewise.
20154         * soft-fp/fixunsdfti.c: Likewise.
20155         * soft-fp/fixunssfti.c: Likewise.
20156         * soft-fp/fixunstfti.c: Likewise.
20157         * soft-fp/floattidf.c: Likewise.
20158         * soft-fp/floattisf.c: Likewise.
20159         * soft-fp/floattitf.c: Likewise.
20160         * soft-fp/floatuntidf.c: Likewise.
20161         * soft-fp/floatuntisf.c: Likewise.
20162         * soft-fp/floatuntitf.c: Likewise.
20163         * soft-fp/trunctfxf2.c: Likewise.
20165         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
20166         * soft-fp/fixdfti.c: Likewise.
20167         * soft-fp/fixsfti.c: Likewise.
20168         * soft-fp/fixtfti.c: Likewise.
20169         * soft-fp/fixunsdfti.c: Likewise.
20170         * soft-fp/fixunssfti.c: Likewise.
20171         * soft-fp/fixunstfti.c: Likewise.
20172         * soft-fp/floattidf.c: Likewise.
20173         * soft-fp/floattisf.c: Likewise.
20174         * soft-fp/floattitf.c: Likewise.
20175         * soft-fp/floatuntidf.c: Likewise.
20176         * soft-fp/floatuntisf.c: Likewise.
20177         * soft-fp/floatuntitf.c: Likewise.
20178         * soft-fp/trunctfxf2.c: Likewise.
20180 2013-10-10  David S. Miller  <davem@davemloft.net>
20182         * sysdeps/sparc/fpu/libm-test-ulps: Update.
20184 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
20186         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
20187         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
20188         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
20189         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
20190         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
20191         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
20192         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
20194         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
20195         for NaNs before doing comparisons on argument.
20196         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
20197         Likewise.
20199 2013-10-10  Will Newton  <will.newton@linaro.org>
20201         * malloc/hooks.c (memalign_check): Ensure the value of bytes
20202         passed to _int_memalign does not overflow.
20204 2013-10-10  Torvald Riegel  <triegel@redhat.com>
20206         * scripts/bench.pl: Add include-sources directive.
20207         * benchtests/README: Update documentation.
20209 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
20211         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
20212         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
20213         instead of FP_INIT_ROUNDMODE.
20214         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
20215         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
20217         [BZ #16034]
20218         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
20219         copy class of input value.
20220         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
20221         not handle exceptions.
20222         * soft-fp/negsf2.c (__negsf2): Likewise.
20223         * soft-fp/negtf2.c (__negtf2): Likewise.
20224         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
20226 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
20228         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
20229         semicolon.  From Linux kernel.
20231 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
20233         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
20235 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
20237         [BZ #156]
20238         * manual/socket.texi: Added statement about buffer
20239         for gethostbyname2_r.
20241 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
20243         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
20244         Use .p2align directive instead, throughout.
20245         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
20246         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
20247         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
20248         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
20249         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
20250         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
20251         * sysdeps/x86_64/strchr.S: Likewise.
20252         * sysdeps/x86_64/strrchr.S: Likewise.
20254 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
20256         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
20258         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
20260         * sysdeps/generic/math_private.h (__mpsin1): Remove
20261         declaration.
20262         (__mpcos1): Likewise.
20263         (__mpsin): New argument __range_reduce.
20264         (__mpcos): Likewise.
20265         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
20266         (slow): Use __mpsin and __mpcos.
20267         (slow1): Likewise.
20268         (slow2): Likewise.
20269         (sloww): Likewise.
20270         (sloww1): Likewise.
20271         (sloww2): Likewise.
20272         (bsloww): Likewise.
20273         (bsloww1): Likewise.
20274         (bsloww2): Likewise.
20275         (cslow2): Likewise.
20276         (csloww): Likewise.
20277         (csloww1): Likewise.
20278         (csloww2): Likewise.
20279         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
20280         range_reduce.  Merge in __mpsin1.
20281         (__mpcos): Likewise.
20282         (__mpsin1): Remove.
20283         (__mpcos1): Likewise.
20285 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
20287         * locale/loadlocale.c (_nl_intern_locale_data): Use
20288         LOCFILE_ALIGNED_P.
20289         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
20290         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
20291         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
20292         obstack data is appropriately aligned.
20293         (obstack_int32_grow_fast): Likewise.
20294         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
20295         * locale/programs/locfile.c (add_locale_uint32): Likewise.
20296         (add_locale_uint32_array): Likewise.
20298 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
20300         * benchtests/Makefile: Remove ARGLIST and RET variables.
20301         ($(objpfx)bench-%.c): Pass only function name to the script.
20302         * benchtests/README: Update documentation.
20303         * benchtests/acos-inputs: Add new directives.
20304         * benchtests/acosh-inputs: Likewise.
20305         * benchtests/asin-inputs: Likewise.
20306         * benchtests/asinh-inputs: Likewise.
20307         * benchtests/atan-inputs: Likewise.
20308         * benchtests/atanh-inputs: Likewise.
20309         * benchtests/cos-inputs: Likewise.
20310         * benchtests/cosh-inputs: Likewise.
20311         * benchtests/exp-inputs: Likewise.
20312         * benchtests/log-inputs: Likewise.
20313         * benchtests/pow-inputs: Likewise.
20314         * benchtests/rint-inputs: Likewise.
20315         * benchtests/sin-inputs: Likewise.
20316         * benchtests/sinh-inputs: Likewise.
20317         * benchtests/tan-inputs: Likewise.
20318         * benchtests/tanh-inputs: Likewise.
20319         * scripts/bench.pl: Add support for new directives.
20321 2013-10-07  Alan Modra  <amodra@gmail.com>
20323         * README: Fix careless merge.
20325 2013-10-05  Alan Modra  <amodra@gmail.com>
20327         * NEWS: Mention powerpc64le support and bugs fixed.
20328         * README: Both big-endian and little-endian powerpc64 supported.
20330 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
20332         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
20333         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
20334         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
20335         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
20337 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
20339         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
20340         match prototype.
20342 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
20344         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
20345         Move -mhard-float appending from
20346         ports/sysdeps/powerpc/powerpc32/Makefile.
20347         [$(with-fp) = yes] (ASFLAGS): Likewise.
20348         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
20349         * sysdeps/powerpc/nofpu: Move directory from
20350         ports/sysdeps/powerpc/nofpu.
20351         * sysdeps/powerpc/soft-fp: Move directory from
20352         ports/sysdeps/powerpc/soft-fp.
20353         * sysdeps/powerpc/powerpc32/405: Move directory from
20354         ports/sysdeps/powerpc/powerpc32/405.
20355         * sysdeps/powerpc/powerpc32/440: Move directory from
20356         ports/sysdeps/powerpc/powerpc32/440.
20357         * sysdeps/powerpc/powerpc32/464: Move directory from
20358         ports/sysdeps/powerpc/powerpc32/464.
20359         * sysdeps/powerpc/powerpc32/476: Move directory from
20360         ports/sysdeps/powerpc/powerpc32/476.
20361         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
20362         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
20363         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
20364         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
20365         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
20366         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
20367         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
20368         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
20369         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
20370         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
20371         * README: Update for powerpc-*-linux-gnu software floating point
20372         support in libc.
20374         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
20375         case to powerpc/powerpc32*.
20376         * sysdeps/unix/sysv/linux/configure: Regenerated.
20378         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
20379         (_FPU_MASK_OM): Define as 0x04.
20380         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
20381         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
20382         0x00c10080.
20383         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
20384         0x0000003c.
20385         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
20387         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
20388         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20389         getcontext_e500.
20390         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
20391         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20392         setcontext_e500.
20393         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
20394         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
20395         and setcontext_e500.
20397 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
20399         * locale/iso-3166.def: Update iso-1366.def and related occurrences
20401 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
20403         * manual/threads.texi (Default Thread Attributes): Fix typo.
20405 2013-10-04  Will Newton  <will.newton@linaro.org>
20407         * malloc/Makefile: Add tst-memalign.
20408         * malloc/tst-memalign.c: New file.
20410         * malloc/tst-posix_memalign.c: Add comments.
20411         (do_test): Add comments and call free on all potentially
20412         allocated pointers. Add space after cast.
20414         * malloc/tst-pvalloc.c: Add comments.
20415         (do_test): Add comments and call free on all potentially
20416         allocated pointers. Remove duplicate check for NULL pointer.
20417         Add space after cast.
20419         * malloc/tst-valloc.c: Add comments.
20420         (do_test): Add comments and call free on all potentially
20421         allocated pointers. Remove duplicate check for NULL pointer.
20422         Add space after cast.
20424 2013-10-04  Alan Modra  <amodra@gmail.com>
20426         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20427         Use stdint types in rather than __attribute__((mode())).
20428         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20430 2013-10-04  Alan Modra  <amodra@gmail.com>
20432         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20433         Correct handling of unaligned relocs for little-endian.
20434         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20436 2013-10-04  Alan Modra  <amodra@gmail.com>
20438         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
20439         * configure: Regenerate.
20440         * nptl/shlib-versions: Powerpc*le starts at 2.18.
20441         * shlib-versions: Likewise.
20443 2013-10-04  Alan Modra  <amodra@gmail.com>
20445         * string/tester.c (test_memrchr): Increment reported test cycle.
20447 2013-10-04  Alan Modra  <amodra@gmail.com>
20449         * string/test-memcpy.c (do_one_test): When reporting errors, print
20450         string address and don't overrun end of string.
20452 2013-10-04  Alan Modra  <amodra@gmail.com>
20454         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
20455         insrdi.  Make better use of reg selection to speed exit slightly.
20456         Schedule entry path a little better.  Remove useless "are we done"
20457         checks on entry to main loop.  Handle wrapping around zero address.
20458         Correct main loop count.  Handle single left-over word from main
20459         loop inline rather than by using loop_small.  Remove extra word
20460         case in loop_small caused by wrong loop count.  Add little-endian
20461         support.
20462         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
20463         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
20464         cache hint.
20465         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
20466         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
20467         support.  Avoid rlwimi.
20468         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
20470 2013-10-04  Alan Modra  <amodra@gmail.com>
20472         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
20473         insrdi.  Formatting.
20474         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
20475         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
20476         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
20477         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
20478         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
20479         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
20481 2013-10-04  Alan Modra  <amodra@gmail.com>
20483         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
20484         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
20485         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
20486         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
20487         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
20488         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
20489         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
20490         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
20491         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
20492         use of regs.  Use power7 mtocrf.  Tidy function tails.
20494 2013-10-04  Alan Modra  <amodra@gmail.com>
20496         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
20497         Formatting.  Consistently use rXXX register defines or rN defines.
20498         Use early exit labels that avoid restoring unused non-volatile regs.
20499         Make cr field use more consistent with rWORDn compares.  Rename
20500         regs used as shift registers for unaligned loop, using rN defines
20501         for short lifetime/multiple use regs.
20502         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
20503         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
20504         addi 1,1,64 to pop stack frame.  Simplify return value code.
20505         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
20507 2013-10-04  Alan Modra  <amodra@gmail.com>
20509         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
20510         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
20511         rather than rlwimi.
20512         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
20513         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
20514         little-endian support.  Correct typos.
20515         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
20516         rather than rlwimi.
20517         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
20518         in loop and entry code to keep "and." results.
20519         (strchr): Add little-endian support.  Comment.  Move cntlzd
20520         earlier in tail.
20521         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
20523 2013-10-04  Alan Modra  <amodra@gmail.com>
20525         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
20526         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
20527         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
20528         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
20530 2013-10-04  Alan Modra  <amodra@gmail.com>
20532         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
20533         (rTMP): Define as r11.
20534         (strcmp): Add little-endian support.  Optimise tail.
20535         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
20536         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
20537         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
20538         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
20539         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
20540         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
20541         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
20543 2013-10-04  Alan Modra  <amodra@gmail.com>
20545         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
20546         little-endian support.  Remove unnecessary "are we done" tests.
20547         Handle "s" wrapping around zero and extremely large "size".
20548         Correct main loop count.  Handle single left-over word from main
20549         loop inline rather than by using small_loop.  Correct comments.
20550         Delete "zero" tail, use "end_max" instead.
20551         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
20553 2013-10-04  Alan Modra  <amodra@gmail.com>
20555         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
20556         support.  Don't branch over align.
20557         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
20558         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
20559         support.  Rearrange tmp reg use to suit.  Comment.
20560         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
20562 2013-10-04  Alan Modra  <amodra@gmail.com>
20564         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
20566 2013-10-04  Alan Modra  <amodra@gmail.com>
20568         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
20569         conditional form of branch and link when obtaining pc.
20570         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
20572 2013-10-04  Alan Modra  <amodra@gmail.com>
20574         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
20575         HIWORD/LOWORD.
20576         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
20577         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
20579 2013-10-04  Alan Modra  <amodra@gmail.com>
20581         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
20582         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
20583         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
20584         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
20585         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
20586         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
20587         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
20588         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
20589         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
20590         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
20592 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20593             Alistair Popple <alistair@ozlabs.au.ibm.com>
20594             Alan Modra <amodra@gmail.com>
20596         [BZ #15723]
20597         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
20598         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
20599         _dl_hwcap access for little-endian.
20600         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
20601         destroy vmx regs when saving unaligned.
20602         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
20603         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
20604         destroy vmx regs when saving unaligned.
20606 2013-10-04  Alan Modra  <amodra@gmail.com>
20608         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
20609         Don't use a union to pack hi/low value.
20611 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20613         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
20614         for little-endian.
20615         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
20616         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
20617         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
20618         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
20619         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
20621 2013-10-04  Alan Modra  <amodra@gmail.com>
20623         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
20624         constants to usual value for .cst8 section, and remove redundant
20625         high address load.
20626         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
20627         constant for 0x1p52.  Load little-endian words of double from
20628         correct stack offsets.
20630 2013-10-04  Alan Modra  <amodra@gmail.com>
20632         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
20633         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
20634         words of double from correct stack offsets.
20635         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
20636         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
20637         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
20638         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
20639         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
20640         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
20641         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
20642         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
20643         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
20644         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
20645         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
20646         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
20647         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
20648         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
20649         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
20650         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
20651         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
20653 2013-10-04  Alan Modra  <amodra@gmail.com>
20655         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
20656         64-bit int/double union.
20657         (_FPU_SETCW): Likewise.
20658         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
20659         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
20661 2013-10-04  Alan Modra  <amodra@gmail.com>
20663         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
20664         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
20666 2013-10-04  Alan Modra  <amodra@gmail.com>
20668         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
20669         use vector int constants.
20670         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
20672 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20674         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
20675         array with long long.
20676         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
20677         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
20678         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
20679         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
20680         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
20681         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
20682         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
20683         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
20684         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
20685         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
20686         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
20687         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
20688         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
20690 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20692         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
20693         (__signbit): Likewise.  Correct for little-endian.
20694         (__signbitl): Call __signbit.
20695         (lrint): Correct for little-endian.
20696         (lrintf): Call lrint.
20698 2013-10-04  Alan Modra  <amodra@gmail.com>
20700         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
20701         union 32-bit int array member with 64-bit int array.
20702         (t515, tm256): Double rather than long double.
20703         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
20705 2013-10-04  Alan Modra  <amodra@gmail.com>
20707         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
20708         Delete.
20709         (IEEE854_LONG_DOUBLE_BIAS): Delete.
20710         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
20711         version of math_ldbl.h.
20713 2013-10-04  Alan Modra  <amodra@gmail.com>
20715         [BZ #15734], [BZ #15735]
20716         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
20717         all uses of ieee875 long double macros and unions.  Simplify test
20718         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
20719         ldbl_extract_mantissa value for ix,iy exponents.  Properly
20720         normalize after ldbl_extract_mantissa, and don't add hidden bit
20721         already handled.  Don't treat low word of ieee854 mantissa like
20722         low word of IBM long double and mask off bit when testing for
20723         zero.
20724         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
20725         all uses of ieee875 long double macros and unions.  Simplify tests
20726         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
20727         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
20728         two1022, instead use their values.  Recognise that tests for large
20729         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
20730         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
20731         Rewrite all uses of ieee875 long double macros and unions.  Simplify
20732         test for 0.0L and nan.  Correct negation.
20733         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
20734         ieee875 long double macros and unions.  Correct output for large
20735         magnitude x.  Correct absolute value calculation.
20736         (__erfcl): Likewise.
20737         * math/libm-test.inc: Add tests for errors discovered in IBM long
20738         double versions of fmodl, remainderl, erfl and erfcl.
20740 2013-10-04  Alan Modra  <amodra@gmail.com>
20742         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
20743         all uses of ieee854 long double macros and unions.  Simplify tests
20744         for long doubles that are fully specified by the high double.
20745         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
20746         Likewise.
20747         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
20748         Remove dead code too.
20749         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
20750         (__ieee754_ynl): Likewise.
20751         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
20752         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
20753         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
20754         Remove dead code too.
20755         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
20756         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
20757         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
20758         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
20759         Simplify.
20760         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
20761         Simplify.
20762         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
20763         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
20764         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
20765         Comment on variable precision.
20766         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
20767         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
20768         Likewise.
20769         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
20770         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
20771         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
20772         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
20773         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
20775 2013-10-04  Alan Modra  <amodra@gmail.com>
20777         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
20778         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
20779         all uses of ieee854 long double macros and unions.
20780         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
20781         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
20782         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
20783         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
20784         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
20785         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
20786         Likewise.
20787         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
20788         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
20789         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
20790         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
20791         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
20792         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
20793         Simplify sign and nan test too.
20794         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
20795         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
20796         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
20797         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
20798         Likewise.
20799         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
20800         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
20801         Likewise.
20802         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
20803         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
20804         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
20805         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
20806         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
20807         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
20809 2013-10-04  Alan Modra  <amodra@gmail.com>
20811         * stdio-common/printf_size.c (__printf_size): Don't use
20812         union ieee854_long_double in fpnum union.
20813         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
20814         signbit macro to retrieve sign from long double.
20815         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
20816         retrieve sign from long double.
20817         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
20818         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
20819         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
20820         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
20821         * math/test-misc.c (main): Don't use union ieee854_long_double.
20823 2013-10-04  Alan Modra  <amodra@gmail.com>
20825         [BZ #15680]
20826         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
20827         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
20828         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
20829         calculation.  Remove unnecessary test for denormal exponent.
20830         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
20831         Correct handling of denormals.  Avoid undefined shift behaviour.
20832         Correct normalisation of low mantissa when low double is denormal.
20833         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
20834         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
20835         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
20836         Correct normalisation of low mantissa.  Test for overflow of high
20837         mantissa and normalise.
20838         (ldbl_nearbyint): Use more readable constant for two52.
20839         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
20840         (__mpn_construct_long_double): Fix test for overflow of high
20841         mantissa and correct normalisation.  Avoid undefined shift.
20843 2013-10-04  Alan Modra  <amodra@gmail.com>
20845         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
20846         (union ibm_extended_long_double): Define as an array of ieee754_double.
20847         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
20848         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
20849         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
20850         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
20851         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
20852         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
20853         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
20854         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
20855         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
20856         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
20857         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
20859 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
20861         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
20862         page size instead of calling getpagesize.
20864         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
20865         (LOCFILE_ALIGN_MASK): Likewise.
20866         (LOCFILE_ALIGN_UP): Likewise.
20867         (LOCFILE_ALIGNED_P): Likewise.
20868         * locale/programs/ld-collate.c (collate_output): Use the new
20869         macros instead of __alignof__ (int32_t).
20870         * locale/weight.h (findidx): Likewise.
20872 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
20874         [BZ #431]
20875         * manual/string.texi: Fix strncat and wcsncat.
20877 2013-10-03  Brooks Moses  <bmoses@google.com>
20879         [BZ #15915]
20880         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
20881         * Makerules: ...here, and adjust associated comments.
20883 2013-10-02  Will Newton  <will.newton@linaro.org>
20885         * malloc/Makefile: Add tst-pvalloc.
20886         * malloc/tst-pvalloc.c: New file.
20888 2013-10-02  Will Newton  <will.newton@linaro.org>
20890         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
20891         improve test coverage.
20893 2013-10-02  Will Newton  <will.newton@linaro.org>
20895         * malloc/Makefile: Add tst-posix_memalign.
20896         * malloc/tst-posix_memalign.c: New file.
20898 2013-10-01  Eric Blake  <eblake@redhat.com>
20900         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
20901         Use __THROWNL rather than __THROW on static functions.
20903 2013-09-30  Petr Machata  <pmachata@redhat.com>
20905         * elf/elf.h (R_AARCH64_ABS16): New macro.
20906         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
20907         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
20908         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
20909         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
20910         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
20911         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
20912         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
20913         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
20914         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
20915         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
20916         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
20917         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
20918         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
20919         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
20920         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
20921         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
20922         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
20923         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
20924         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
20925         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
20926         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
20927         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
20928         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
20929         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
20930         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
20931         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
20932         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
20933         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
20934         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
20935         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
20936         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
20937         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
20938         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
20939         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
20940         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
20941         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
20942         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
20943         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
20944         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
20945         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
20946         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
20947         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
20948         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
20949         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
20950         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
20951         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
20952         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
20953         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
20954         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
20955         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
20956         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
20957         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
20958         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
20959         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
20960         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
20961         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
20962         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
20963         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
20964         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
20965         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
20966         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
20967         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
20968         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
20969         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
20970         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
20971         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
20972         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
20973         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
20974         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
20975         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
20976         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
20977         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
20978         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
20979         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
20980         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
20981         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
20982         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
20983         (R_AARCH64_TLSDESC_LDR): Likewise.
20984         (R_AARCH64_TLSDESC_ADD): Likewise.
20985         (R_AARCH64_TLSDESC_CALL): Likewise.
20987 2013-09-30  Andreas Schwab  <schwab@suse.de>
20989         [BZ #15048]
20990         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
20991         the nss database lookup.
20992         * nscd/initgrcache.c (addinitgroupsX): Likewise.
20993         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
20995 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
20997         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
20999 2013-09-28  P. J. McDermott  <pj@pehjota.net>
21001         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
21002         ${Bash-specific parameter/pattern/string} parameter expansion.
21003         * sysdeps/unix/make-syscalls.sh: Likewise.
21005 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21007         * sysdeps/sh/stackguard-macros.h: New file.
21009 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
21011         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
21012         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
21013         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
21014         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
21015         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
21016         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
21018 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21020         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
21021         Fix thread ID register.
21023 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
21025         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
21026         [POSIX || UNIX98]: Require rather than permitting all symbols from
21027         <time.h>.
21028         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
21029         element of struct sched_param.
21030         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
21031         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
21032         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
21033         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
21034         constant.
21036 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
21038         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
21039         argument calculation.
21041 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
21043         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
21044         Expect macro.
21045         [POSIX] (pthread_attr_t): Do not require type.
21046         [POSIX] (pthread_cond_t): Likewise.
21047         [POSIX] (pthread_condattr_t): Likewise.
21048         [POSIX] (pthread_key_t): Likewise.
21049         [POSIX] (pthread_mutex_t): Likewise.
21050         [POSIX] (pthread_mutexattr_t): Likewise.
21051         [POSIX] (pthread_once_t): Likewise.
21052         [POSIX] (pthread_t): Likewise.
21053         [POSIX-based standards] (pthread_atfork): Expect function.
21055 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
21056             Richard Sandiford  <richard@codesourcery.com>
21058         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
21059         (swap_endianness_p): New extern variable.
21060         (set_big_endian): New inline function.
21061         (maybe_swap_uint32): Likewise.
21062         (maybe_swap_uint32_array): Likewise.
21063         (maybe_swap_uint32_obstack): Likewise.
21064         * locale/programs/locfile.c: Include <stdbool.h>.
21065         (swap_endianness_p): New variable.
21066         (add_locale_uint32): Call maybe_swap_uint32.
21067         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
21068         (write_locale_data): Call maybe_swap_uint32_array.
21069         * locale/programs/ld-collate.c (obstack_int32_grow): Call
21070         maybe_swap_uint32.
21071         (obstack_int32_grow_fast): Likewise.
21072         (output_weightwc): Call maybe_swap_uint32_obstack.
21073         (collate_output): Likewise.
21074         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
21075         (OPT_LITTLE_ENDIAN): Likewise.
21076         (options): Add --little-endian and --big-endian options.
21077         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
21078         * locale/programs/locarchive.c: Include "locfile.h".
21079         (GET): New macro.
21080         (SET): Likewise.
21081         (INC): Likewise.
21082         (create_archive): Use the new macros to access fields of
21083         structures directly mapped from or written to locale archives.
21084         (oldlocrecentcmp): Likewise.
21085         (enlarge_archive): Likewise.
21086         (insert_name): Likewise.
21087         (add_alias): Likewise.
21088         (add_locale): Likewise.
21089         (delete_locales_from_archive): Likewise.
21090         (show_archive_content): Likewise.
21091         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
21092         locale data.
21094 2013-09-24  Roland McGrath  <roland@hack.frob.com>
21096         * manual/freemanuals.texi: Updated from (newly) canonical copy at
21097         http://www.gnu.org/doc/freemanuals.texi.
21098         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
21100 2013-09-24  Will Newton  <will.newton@linaro.org>
21102         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
21103         macro.
21105 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
21107         * locale/hashval.h (compute_hashval): Interpret bytes of key as
21108         unsigned char.
21110 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
21112         * manual/threads.texi (POSIX Threads): Fix a typo.
21114 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
21116         [BZ #14547]
21117         * string/tst-strcoll-overflow.c: New test case.
21118         * string/Makefile (xtests): Add tst-strcoll-overflow.
21119         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
21120         cache if string sizes may cause integer overflow.
21122         [BZ #14547]
21123         * string/strcoll_l.c (coll_seq): New members rule, idx,
21124         save_idx and back_us.
21125         (get_next_seq_nocache): New function.
21126         (do_compare_nocache): New function.
21127         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
21128         when malloc fails.
21130 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
21132         [BZ #15754]
21133         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
21134         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
21135         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
21137         [BZ #15754]
21138         * elf/Makefile (tests): Add tst-ptrguard1.
21139         (tests-static): Add tst-ptrguard1-static.
21140         (tst-ptrguard1-ARGS): Define.
21141         (tst-ptrguard1-static-ARGS): Define.
21142         * elf/tst-ptrguard1.c: New file.
21143         * elf/tst-ptrguard1-static.c: New file.
21144         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
21145         * sysdeps/i386/stackguard-macros.h: Likewise.
21146         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
21147         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
21148         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
21149         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
21150         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
21151         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
21153 2013-09-23  Hector Marco  <hecmargi@upv.es>
21154             Ismael Ripoll  <iripoll@disca.upv.es>
21155             Carlos O'Donell  <carlos@redhat.com>
21157         [BZ #15754]
21158         * sysdeps/generic/stackguard-macros.h: Define
21159         __pointer_chk_guard_local and POINTER_CHK_GUARD.
21160         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
21161         Define __pointer_chk_guard_local.
21162         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
21163         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
21165 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
21167         [BZ #15859]
21168         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
21170 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
21172         * include/string.h (__ffs): Declare as hidden.
21173         * string/ffs.c (__ffs): Define as hidden.
21174         * sysdeps/i386/ffs.c (__ffs): Likewise.
21175         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
21176         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
21177         * sysdeps/s390/ffs.c (__ffs): Likewise.
21178         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
21180 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
21182         * NEWS: Mention malloc probes.
21184         * malloc/arena.c (new_heap): New memory_heap_new probe.
21185         (grow_heap): New memory_heap_more probe.
21186         (shrink_heap): New memory_heap_less probe.
21187         (heap_trim): New memory_heap_free probe.
21188         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
21189         (systrim): New memory_sbrk_less probe.
21190         * manual/probes.texi: Document them.
21192         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
21193         * manual/probes.texi: Document it.
21195         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
21196         (__libc_realloc): Add memory_realloc_retry probe.
21197         (__libc_memalign): Add memory_memalign_retry probe.
21198         (__libc_valloc): Add memory_valloc_retry probe.
21199         (__libc_pvalloc): Add memory_pvalloc_retry probe.
21200         (__libc_calloc): Add memory_calloc_retry probe.
21201         * manual/probes.texi: Document them.
21203         * malloc/arena.c (get_free_list): Add probe
21204         memory_arena_reuse_free_list.
21205         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
21206         and memory_arena_reuse.
21207         (arena_get2) [!PER_THREAD]: Likewise.
21208         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
21209         memory_arena_reuse_realloc.
21210         * manual/probes.texi: Document them.
21212         * malloc/malloc.c (__libc_free): Add
21213         memory_mallopt_free_dyn_thresholds probe.
21214         (__libc_mallopt): Add multiple memory_mallopt probes.
21215         * manual/probes.texi: Document them.
21217         * malloc/malloc.c: Include stap-probe.h.
21218         (__libc_mallopt): Add memory_mallopt probe.
21219         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
21220         * manual/probes.texi: New.
21221         * manual/Makefile (chapters): Add probes.
21222         * manual/threads.texi: Set next node.
21224 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
21226         [BZ #15963, #13985]
21227         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
21228         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
21229         Add `Chinese' to `nan' entry name.
21231 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
21233         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
21234         (POLYNOMIAL): Likewise.
21235         (TAYLOR_SINCOS): Likewise.
21236         (TAYLOR_SLOW): Likewise.
21237         (__sin): Use TAYLOR_SINCOS.
21238         (__cos): Likewise.
21239         (slow): Use TAYLOR_SLOW.
21240         (sloww): Likewise.
21241         (bsloww): Likewise.
21242         (csloww): Likewise.
21244 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21246         * stdlib/strtod_l.c: Fix buffer overrun.
21248 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
21250         * benchtests/Makefile (bench): Add sincos.
21251         * benchtests/bench-sincos.c: New file.
21253         * math/libm-test.inc (cos_test_data): New test inputs.
21254         (sin_test_data): Likewise.
21256         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
21257         macro.
21258         (__sin): Use it.
21259         (__cos): Likewise.
21260         (slow1): Likewise.
21261         (slow2): Likewise.
21262         (sloww1): Likewise.
21263         (sloww2): Likewise.
21264         (bsloww1): Likewise.
21265         (bsloww2): Likewise.
21266         (cslow2): Likewise.
21267         (csloww1): Likewise.
21268         (csloww2): Likewise.
21270         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
21271         function.
21272         (__sin): Use it.
21273         (__cos): Likewise.
21275         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
21276         gotos.
21277         (__cos): Likewise.
21279 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
21281         * config.h.in (HAVE_MIPS_NAN2008): New macro.
21282         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
21283         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
21284         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
21285         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
21286         * elf/cache.c (print_entry): Handle the new cache flags.
21288 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
21289             Aldy Hernandez  <aldyh@redhat.com>
21291         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
21292         Change condition to [_SOFT_FLOAT].
21293         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
21294         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
21295         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
21296         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
21297         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
21298         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
21299         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
21300         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
21301         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
21302         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
21303         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
21304         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
21305         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
21306         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
21307         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
21308         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
21309         declaration.
21311 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
21313         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
21314         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21315         (__longjmp): Use LOAD_GP to load saved GPRs.
21316         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
21317         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21318         (__sigsetjmp): Use SAVE_GP to save GPRs.
21320         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
21321         Do not append -msoft-float.
21322         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
21324 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
21326         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
21328 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
21330         [BZ #15966]
21331         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
21332         (_FPU_GETCW): Use initial "__" on variable and field names but not
21333         on macro parameter name.
21334         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
21335         parentheses around reference to macro parameter.
21337 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
21339         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
21340         prototype.
21341         (ctype_startup): Use uint32_t in cast and sizeof for
21342         ctype->charnames.
21344 2013-09-11  Jia Liu  <proljc@gmail.com>
21346         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
21347         __daddr_t_defined.
21348         [__FreeBSD__]: Likewise.
21350 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
21352         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
21353         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
21354         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
21355         (strchr): Remove __strchr_sse42 ifunc selection.
21356         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
21357         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
21359 2013-09-11  Will Newton  <will.newton@linaro.org>
21361         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
21362         parameter to RES. Remove hardcoded 1000 value.
21363         * benchtests/bench-skeleton.c (main): Pass RES parameter
21364         to TIMING_INIT and multiply result by 1000.
21366 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21368         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21370 2013-09-11  Andreas Schwab  <schwab@suse.de>
21372         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
21373         if not defined.
21374         (O_TMPFILE) [__USE_GNU]: Define.
21375         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
21376         Define.
21378 2013-09-11  Will Newton  <will.newton@linaro.org>
21380         [BZ #15857]
21381         * malloc/malloc.c (__libc_memalign): Check the value of bytes
21382         does not overflow.
21384 2013-09-11  Will Newton  <will.newton@linaro.org>
21386         [BZ #15856]
21387         * malloc/malloc.c (__libc_valloc): Check the value of bytes
21388         does not overflow.
21390 2013-09-11  Will Newton  <will.newton@linaro.org>
21392         [BZ #15855]
21393         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
21394         does not overflow.
21396 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
21398         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
21399         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
21400         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
21401         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
21402         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
21404 2013-09-10  Allan McRae  <allan@archlinux.org>
21406         [BZ #15748]
21407         * manual/arith.texi (Parsing of Floats): Clarify
21408         cross-reference.
21410         [BZ #15849]
21411         * manual/install.texi (Running make install): Mention
21412         --enable-pt-chown.
21413         * INSTALL: Regenerated.
21415 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
21417         * csu/init-first.c (_init): Remove the !SHARED condition around
21418         FPU control word initialization.
21419         * elf/dl-support.c (_dl_fpu_control): New variable.
21420         (_dl_aux_init) <AT_FPUCW>: Initialize it.
21421         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
21422         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
21423         * math/test-fpucw-static.c: New file.
21424         * math/test-fpucw-ieee.c: New file.
21425         * math/test-fpucw-ieee-static.c: New file.
21426         * math/Makefile (tests): Add `test-fpucw-ieee' and
21427         `$(tests-static)'.
21428         (tests-static): New variable.
21429         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
21430         dependency to...
21431         [($(build-shared),yes)]
21432         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
21433         ... this.
21434         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
21435         New dependency.
21437 2013-09-09  Allan McRae  <allan@archlinux.org>
21439         [BZ #15939]
21440         * manual/string.texi (Collation Functions): Fix typo in
21441         strcoll example.
21442         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
21444         [BZ #15893]
21445         * stdlib/isomac.c (get_null_defines): Fix memory leak.
21447         [BZ #15892]
21448         * libio/memstream.c (open_memstream): Fix memory leak.
21449         * libio/wmemstream.c (open_wmemstream): Likewise.
21451         [BZ #15895]
21452         * nscd/netgroupcache.c: Fix nesting of ifdefs.
21454 2013-09-09  Will Newton  <will.newton@linaro.org>
21456         * malloc/Makefile: Add tst-realloc to tests.
21457         * malloc/tst-realloc.c: New file.
21459 2013-09-09  Allan McRae  <allan@archlinux.org>
21461         [BZ #15844]
21462         * COPYING: Update from GNU website to fix FSF address.
21463         * COPYING.LIB: Likewise.
21465 2013-09-06  David S. Miller  <davem@davemloft.net>
21467         * po/zh_TW.po: Update Chinese (traditional) translation from
21468         translation project.
21470 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
21471             Joseph Myers  <joseph@codesourcery.com>
21473         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
21474         "localeinfo.h".
21475         (obstack_chunk_alloc): New macro.
21476         (obstack_chunk_free): Likewise.
21477         (record_offset): New function.
21478         (init_locale_data): Likewise.
21479         (align_locale_data): Likewise.
21480         (add_locale_empty): Likewise.
21481         (add_locale_raw_data): Likewise.
21482         (add_locale_raw_obstack): Likewise.
21483         (add_locale_string): Likewise.
21484         (add_locale_wstring): Likewise.
21485         (add_locale_uint32): Likewise.
21486         (add_locale_uint32_array): Likewise.
21487         (add_locale_char): Likewise.
21488         (start_locale_structure): Likewise.
21489         (end_locale_structure): Likewise.
21490         (start_locale_prelude): Likewise.
21491         (end_locale_prelude): Likewise.
21492         (write_locale_data): Take locale_file structure rather than an
21493         iovec.
21494         * locale/programs/locfile.h: Include "obstack.h".
21495         (struct locale_file): Change to store locale file contents instead
21496         of header.
21497         (init_locale_data): New prototype.
21498         (align_locale_data): Likewise.
21499         (add_locale_empty): Likewise.
21500         (add_locale_raw_data): Likewise.
21501         (add_locale_raw_obstack): Likewise.
21502         (add_locale_string): Likewise.
21503         (add_locale_wstring): Likewise.
21504         (add_locale_uint32): Likewise.
21505         (add_locale_uint32_array): Likewise.
21506         (add_locale_char): Likewise.
21507         (start_locale_structure): Likewise.
21508         (end_locale_structure): Likewise.
21509         (start_locale_prelude): Likewise.
21510         (end_locale_prelude): Likewise.
21511         (write_locale_data): Update prototype.
21512         * locale/programs/3level.h (struct TABLE): Remove result field.
21513         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
21514         Use new locale_file interface.
21515         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
21516         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
21517         * locale/programs/ld-address.c (address_output): Use new
21518         locale_file interface.
21519         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
21520         NO_ADD_LOCALE.
21521         (collate_finish): Don't call collseq_table_finalize.
21522         (collate_output): Use new locale_file interface.
21523         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
21524         in file.
21525         (NO_FINALIZE): Change to NO_ADD_LOCALE.
21526         (TABLE): Move defines earlier in file.
21527         (ELEMENT): Likewise.
21528         (DEFAULT): Likewise.
21529         (wctrans_table_add): Move macro and inline function earlier in
21530         file.
21531         (struct wctype_table): Move type earlier in file.
21532         (add_locale_wctype_table): New static prototype.
21533         (struct locale_ctype_t): Use logical types instead of struct iovec
21534         pointers for members.
21535         (ctype_output): Use new locale_file interface.
21536         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
21537         new locale_file interface.
21538         (allocate_arrays): Update for use of new locale_file interface.
21539         * locale/programs/ld-identification.c (identification_output): Use
21540         new locale_file interface.
21541         * locale/programs/ld-measurement.c (measurement_output): Likewise.
21542         * locale/programs/ld-messages.c (messages_output): Likewise.
21543         * locale/programs/ld-monetary.c (monetary_output): Likewise.
21544         * locale/programs/ld-name.c (name_output): Likewise.
21545         * locale/programs/ld-numeric.c (numeric_output): Likewise.
21546         * locale/programs/ld-paper.c (paper_output): Likewise.
21547         * locale/programs/ld-telephone.c (telephone_output): Likewise.
21548         * locale/programs/ld-time.c (time_output): Likewise.
21550 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21552         * benchtests/Makefile: Add memrchr benchmark.
21553         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
21554         benchmark as memrchr.
21555         * benchtests/bench-memrchr-ifunc.c: New file.
21556         * benchtests/bench-memrchr.c: New file.
21558 2013-09-06   Will Newton  <will.newton@linaro.org>
21560         * benchtests/Makefile (string-bench): Add memcpy.
21562 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
21563             Cong Wang  <amwang@redhat.com>
21565         [BZ #15850]
21566         * sysdeps/unix/sysv/linux/bits/in.h
21567         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
21568         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
21569         before __USE_KERNEL_IPV6_DEFS uses.
21570         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
21571         IPPROTO_BEETPH.
21572         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
21573         sockaddr_in6, or ipv6_mreq.
21575 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21577         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
21578         memory access for final bytes in some large inputs.
21579         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
21581 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21583         * string/test-memrchr.c: New file.
21584         * string/test-memrchr-ifunc.c: New file.
21585         * string/Makefile: Add new memrchr testcase.
21587 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
21589         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
21590         fanotify_init returns EPERM.
21592 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21594         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
21595         errors.
21596         (top level): Treat second token from macro or constant entries for
21597         allowed headers as allowed.
21598         * include/complex.h: Condition internal declarations on
21599         [!_ISOMAC].
21600         * include/fenv.h: Condition include of <stdbool.h> and internal
21601         declarations on [!_ISOMAC].
21603 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
21605         [BZ #15923]
21606         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
21608 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21610         * configure.in (--enable-versioning): Remove configure option.
21611         (libc_cv_asm_symver_directive): Remove configure test.
21612         (libc_cv_ld_version_script_option): Likewise.
21613         (VERSIONING): Remove variable and AC_SUBST.
21614         (DO_VERSIONING): Remove AC_DEFINE.
21615         * configure: Regenerated.
21616         * config.h.in (DO_VERSIONING): Remove macro.
21617         * Makerules [$(versioning) = yes]: Change conditionals to
21618         [$(build-shared) = yes].
21619         * config.make.in (versioning): Remove variable.
21620         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
21621         [$(build-shared) = yes].
21622         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
21623         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
21624         * elf/Makefile [$(versioning) = yes]: Change conditionals to
21625         [$(build-shared) = yes].
21626         * extra-lib.mk [$(versioning) = yes]: Likewise.
21627         * hurd/Makefile [$(versioning) = yes]: Likewise.
21628         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
21629         [SHARED].
21630         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
21631         [SHARED].
21632         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21633         [SHARED && !NO_HIDDEN].
21634         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
21635         [SHARED].
21636         [SHARED && DO_VERSIONING]: Likewise..
21637         * libio/Makefile [$(versioning) = yes]: Change conditionals to
21638         [$(build-shared) = yes].
21639         * manual/install.texi (--disable-versioning): Remove
21640         documentation.
21641         * INSTALL: Regenerated.
21642         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
21643         to [SHARED].
21644         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
21645         [$(build-shared) = yes].
21646         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
21647         * sysdeps/i386/i686/multiarch/strstr-c.c
21648         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21649         [SHARED && !NO_HIDDEN].
21650         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
21651         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
21652         * sysdeps/powerpc/powerpc32/dl-machine.c
21653         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
21654         * sysdeps/powerpc/powerpc32/sysdep.h
21655         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
21656         to [SHARED && PIC && !NO_HIDDEN].
21657         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
21658         conditional to [SHARED].
21660 2013-09-04   Will Newton  <will.newton@linaro.org>
21662         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
21663         * benchtests/bench-string.h: Include bench-timing.h instead
21664         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
21665         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
21666         call to HP_TIMING_DIFF_INIT.
21667         * benchtests/bench-memccpy.c: Use bench-timing.h macros
21668         instead of hp-timing.h macros.
21669         * benchtests/bench-memchr.c: Likewise.
21670         * benchtests/bench-memcmp.c: Likewise.
21671         * benchtests/bench-memcpy.c: Likewise.
21672         * benchtests/bench-memmem.c: Likewise.
21673         * benchtests/bench-memmove.c: Likewise.
21674         * benchtests/bench-memset.c: Likewise.
21675         * benchtests/bench-rawmemchr.c: Likewise.
21676         * benchtests/bench-strcasecmp.c: Likewise.
21677         * benchtests/bench-strcasestr.c: Likewise.
21678         * benchtests/bench-strcat.c: Likewise.
21679         * benchtests/bench-strchr.c: Likewise.
21680         * benchtests/bench-strcmp.c: Likewise.
21681         * benchtests/bench-strcpy.c: Likewise.
21682         * benchtests/bench-strcpy_chk.c: Likewise.
21683         * benchtests/bench-strlen.c: Likewise.
21684         * benchtests/bench-strncasecmp.c: Likewise.
21685         * benchtests/bench-strncat.c: Likewise.
21686         * benchtests/bench-strncmp.c: Likewise.
21687         * benchtests/bench-strncpy.c: Likewise.
21688         * benchtests/bench-strnlen.c: Likewise.
21689         * benchtests/bench-strpbrk.c: Likewise.
21690         * benchtests/bench-strrchr.c: Likewise.
21691         * benchtests/bench-strspn.c: Likewise.
21692         * benchtests/bench-strstr.c: Likewise.
21694 2013-09-04  Will Newton  <will.newton@linaro.org>
21696         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
21698 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
21700         [BZ #15427]
21701         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
21702         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
21703         * math/libm-test.inc (lgamma_test_data): Add more tests.
21704         * sysdeps/i386/fpu/libm-test-ulps: Update.
21705         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21707 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
21709         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
21710         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
21711         Add ifunc.
21712         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
21713         Add strcmp-sse2-unaligned
21714         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
21716 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
21718         * Versions.def (libc): Add GLIBC_2.19.
21720 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
21722         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
21723         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
21725 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
21727         [BZ #14155]
21728         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
21729         intermediate calculations in recurrence.
21730         (__ieee754_ynf): Likewise.
21731         * math/libm-test.inc (jn_test_data): Do not allow spurious
21732         underflow exception.  Add more tests.
21733         (yn_test_data): Add more tests.
21734         * sysdeps/i386/fpu/libm-test-ulps: Update.
21735         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21737 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
21739         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
21741 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
21743         * csu/init-first.c: Fix then/than typos.
21744         * locale/programs/ld-collate.c: Likewise.
21745         * locale/programs/linereader.h: Likewise.
21746         * manual/charset.texi: Likewise.
21747         * manual/filesys.texi: Likewise.
21748         * manual/stdio.texi: Likewise.
21749         * manual/string.texi: Likewise.
21750         * stdlib/fmtmsg.c: Likewise.
21751         * sysdeps/i386/stpncpy.S: Likewise.
21752         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
21753         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
21754         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
21755         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
21757 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
21759         * elf/dl-open.c: Fix typos.
21760         * iconvdata/gbbig5.c: Likewise.
21761         * iconvdata/iso-2022-jp.c: Likewise.
21762         * iconv/gconv_int.h: Likewise.
21763         * iconv/loop.c: Likewise.
21764         * nis/rpcsvc/nis.h: Likewise.
21765         * resolv/ns_name.c: Likewise.
21766         * stdio-common/vfscanf.c: Likewise.
21767         * streams/stropts.h: Likewise.
21768         * sunrpc/rpc_thread.c: Likewise.
21769         * sysdeps/i386/strpbrk.S: Likewise.
21770         * sysdeps/ieee754/k_standard.c: Likewise.
21771         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
21772         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
21773         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
21774         * sysdeps/mach/hurd/profil.c: Likewise.
21775         * sysdeps/s390/dl-procinfo.h: Likewise.
21776         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
21777         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
21778         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
21779         * sysdeps/x86_64/dl-trampoline.S: Likewise.
21780         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
21782 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
21784         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
21785         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
21787 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
21789         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
21790         aix specific files.
21791         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
21792         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
21793         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
21794         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
21795         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
21796         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
21797         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
21798         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
21800 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
21801             Roland McGrath  <roland@hack.frob.com>
21803         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
21804         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
21806 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
21808         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
21809         __executable_start symbol instead of _start.
21811 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
21813         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
21814         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
21815         Move macros to...
21816         * sysdeps/gnu/ldsodefs.h: ... this new file.
21818         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
21819         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
21820         instead of ELFOSABI_LINUX.
21822         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
21823         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
21824         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
21825         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
21826         Likewise.
21827         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
21828         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
21829         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
21830         Likewise.
21831         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
21832         (ibm_extended_long_double): Add ieee_nan member.
21833         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
21834         (do_test): New function.
21836         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
21837         TEST_TRUNC.
21838         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
21839         functions, renamed from truncdfsf_test, trunctfsf_test,
21840         trunctfdf_test.
21841         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
21842         functions.
21843         (do_test): Run all these.
21845 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
21847         * argp/argp-help.c: Fix typos.
21848         * argp/argp-parse.c: Likewise.
21849         * debug/backtracesyms.c: Likewise.
21850         * elf/elf.h: Likewise.
21851         * malloc/malloc.c: Likewise.
21852         * nis/nis_print.c: Likewise.
21853         * resolv/res_comp.c: Likewise.
21854         * stdlib/stdlib.h: Likewise.
21855         * sunrpc/clnt_tcp.c: Likewise.
21856         * sunrpc/clnt_udp.c: Likewise.
21857         * sunrpc/clnt_unix.c: Likewise.
21858         * sysdeps/unix/bsd/ptsname.c: Likewise.
21859         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
21860         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
21861         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
21862         Likewise.
21863         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
21864         Likewise.
21865         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
21866         Likewise.
21867         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
21869 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
21871         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
21872         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
21874 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
21876         [BZ #15897]
21877         * dlfcn/Makefile (tests): Add bug-dl-leaf.
21878         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
21879         ($(objpfx)bug-dl-leaf): New rule.
21880         ($(objpfx)bug-dl-leaf.so): Likewise.
21881         ($(objpfx)bug-dl-leaf.out): Likewise.
21882         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
21883         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
21884         * dlfcn/bug-dl-leaf.c: New test.
21885         * dlfcn/bug-dl-leaf-lib.c: Likewise.
21886         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
21887         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
21888         (dlclose): Likewise.
21889         (dlmopen): Likewise.
21891 2013-08-27  Roland McGrath  <roland@hack.frob.com>
21893         * include/netdb.h [!_ISOMAC]:
21894         Don't include <tls.h>.
21895         (h_errno, __libc_h_errno): Move declaration and macros out of
21896         [_LIBC_REENTRANT].
21898         * include/resolv.h [_RESOLV_H_]:
21899         Don't include <tls.h>.
21900         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
21901         * resolv/res_libc.c: Don't include <tls.h>.
21902         (_res): Use __attribute__ ((nocommon)) in place of
21903         __attribute__ ((section (".bss"))).
21905         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
21906         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
21908         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
21910         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
21911         only under [SIOCGIFCONF && SIOCGIFNETMASK].
21913         * resolv/res_mkquery.c: Include <sys/time.h>.
21915         * inet/ifreq.c: Moved to ...
21916         * sysdeps/unix/ifreq.c: ... here.
21917         * inet/ifreq.c: New file, true stub version.
21919         * socket/sa_len.c: New file.
21920         * socket/Makefile (aux): Add it.
21921         * sysdeps/unix/sysv/linux/Makefile
21922         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
21923         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
21924         and #include <socket/sa_len.c>.
21925         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
21926         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
21928         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
21929         * bits/socket.h: ... here.
21931         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
21932         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
21933         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
21935 2013-08-27  Andreas Schwab  <schwab@suse.de>
21937         [BZ #15736]
21938         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
21939         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
21940         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
21941         * string/test-strcasecmp.c (test_main): Run tests in several
21942         locales.
21943         * string/test-strncasecmp.c (test_main): Likewise.
21945         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
21946         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
21947         to __strcasecmp_nonascii and __strncasecmp_nonascii.
21948         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
21949         (__strncasecmp_ssse3) [PIC]: Likewise.
21951 2013-08-26  Roland McGrath  <roland@hack.frob.com>
21953         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
21955         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
21956         instead of explicitly declaring xdecrypt.
21957         * nis/nss_nis/nis-publickey.c: Likewise.
21959 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
21961         [BZ #15890]
21962         * nscd/aicache.c: Include res_hconf.h.
21963         (addhstaiX): Initialize res_hconf.
21965 2013-08-26  Andreas Schwab  <schwab@suse.de>
21967         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
21968         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
21970 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
21972         * nscd/aicache.c (addhstaiX): Fix indentation.
21974 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
21976         * configure.ac: Quote $build_pt_chown test.
21977         * configure: Regenerated.
21979 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
21981         [BZ #15532]
21982         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
21983         * math/s_cexpf.c (__cexpf): Likewise.
21984         * math/s_cexpl.c (__cexpl): Likewise.
21985         * math/libm-test.inc (cexp_test_data): Correct expected return
21986         value for NaN + i0.  Add another test.
21988 2013-08-22  David S. Miller  <davem@davemloft.net>
21990         * po/ca.po: Update Catalan translation from translation project.
21991         * po/uk.po: Add Ukrainian translations from translation project.
21993 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
21995         [BZ #15797]
21996         * math/s_fdim.c (__fdim): Check for infinite arguments if result
21997         is infinite, not alongside NaN test.
21998         * math/s_fdimf.c (__fdimf): Likewise.
21999         * math/s_fdiml.c (__fdiml): Likewise.
22000         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
22001         errno is unchanged.
22003 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
22005         * argp/argp-help.c: Fix typos.
22006         * crypt/speeds.c: Likewise.
22007         * csu/check_fds.c: Likewise.
22008         * elf/dl-load.c: Likewise.
22009         * elf/dl-open.c: Likewise.
22010         * elf/reldep3.c: Likewise.
22011         * elf/reldep.c: Likewise.
22012         * elf/sprof.c: Likewise.
22013         * iconv/iconv_charmap.c: Likewise.
22014         * iconv/skeleton.c: Likewise.
22015         * iconv/strtab.c: Likewise.
22016         * io/lockf64.c: Likewise.
22017         * libio/libioP.h: Likewise.
22018         * resolv/gai_notify.c: Likewise.
22019         * resolv/ns_name.c: Likewise.
22020         * resolv/ns_samedomain.c: Likewise.
22021         * resolv/res_send.c: Likewise.
22022         * stdlib/random.c: Likewise.
22023         * sunrpc/rpc/xdr.h: Likewise.
22024         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
22025         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
22026         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
22027         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
22028         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
22029         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
22030         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
22031         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
22032         * sysdeps/mach/hurd/check_fds.c: Likewise.
22033         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
22034         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
22035         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
22036         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
22037         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
22038         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
22039         * sysdeps/pthread/aio_notify.c: Likewise.
22040         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
22041         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
22042         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
22043         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
22044         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
22046 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22048         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
22049         version if bit_Slow_SSE4_2 is set.
22050         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
22051         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
22053 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22055         [BZ #15867]
22056         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
22057         trampoline stack frame information.
22058         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
22059         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
22060         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
22061         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
22062         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
22063         * sysdeps/unix/sysv/linux/powerpc/init-first.c
22064         (_libc_vdso_platform_setup): Initialize the signal trampolines.
22065         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
22066         sa_flags value.
22067         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
22068         interrupting a syscall and set with option SA_SIGINFO.
22070 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
22072         [BZ #15531]
22073         * math/s_cproj.c (__cproj): Only return an infinity if one part of
22074         argument is infinite.
22075         * math/s_cprojf.c (__cprojf): Likewise.
22076         * math/s_cprojl.c (__cprojl): Likewise.
22077         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
22078         * math/libm-test.inc (cproj_test_data): Add more tests.
22080         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
22082         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
22083         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
22084         size.  Use __ffs to determine corresponding shift.
22086 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
22087             Roland McGrath  <roland@hack.frob.com>
22089         * Makefile (INSTALL): Remove trailing blank lines from output of
22090         makeinfo.
22092 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22094         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
22095         Align 32 bit compat elf_greg to 8 bytes.
22097 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
22099         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
22101 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
22103         * string/strcoll_l.c (coll_seq): New structure.
22104         (get_next_seq_cached): New function.
22105         (get_next_seq): New function.
22106         (do_compare): New function.
22107         (STRCOLL): Use GNU style definition.  Simplify implementation
22108         by using get_next_seq, get_next_seq_cached and do_compare.
22110 2013-08-16  Florian Weimer  <fweimer@redhat.com>
22112         [BZ #14699]
22113         CVE-2013-4237
22114         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
22115         member.
22116         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
22117         member.
22118         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
22119         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
22120         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
22121         conditional.
22122         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
22123         GETDENTS_64BIT_ALIGNED.
22124         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
22125         * manual/filesys.texi (Reading/Closing Directory): Document
22126         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
22127         strongly.
22128         * manual/conf.texi (Limits for Files): Add portability note to
22129         NAME_MAX, PATH_MAX.
22130         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
22132 2013-08-13  Andreas Schwab  <schwab@suse.de>
22134         [BZ #15749]
22135         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
22136         of fabs.
22137         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
22138         LDBL_MAX_EXP >= 16384]: Add tests for it.
22140 2013-08-12  David S. Miller  <davem@davemloft.net>
22142         * version.h (RELEASE): Set to "development".
22143         (VERSION): Set to "2.18.90".
22144         * NEWS: Add 2.19 section.
22146 2013-08-03  David S. Miller  <davem@davemloft.net>
22148         * po/ko.po: Update Korean translation from translation project.
22150 2013-08-01  David S. Miller  <davem@davemloft.net>
22152         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
22153         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
22154         Bilka.
22156 2013-07-30  David S. Miller  <davem@davemloft.net>
22158         * po/fr.po: Update French translation from translation project.
22160 2013-07-28  David S. Miller  <davem@davemloft.net>
22162         * po/cs.po: Update Czech translation from translation project.
22164         * po/sv.po: Update Swedish translation from translation project.
22166 2013-07-27  David S. Miller  <davem@davemloft.net>
22168         * po/eo.po: Update Esperanto translation from translation project.
22170         * po/vi.po: Update Vietnamese translation from translation project.
22172         * po/de.po: Update German translation from translation project.
22174 2013-07-26  David S. Miller  <davem@davemloft.net>
22176         * po/bg.po: Update Bulgarian translation from translation project.
22178         * po/nl.po: Update Dutch translation from translation project.
22179         * po/pl.po: Update Polish translation from translation project.
22180         * po/ru.po: Update Russian translation from translation project.
22182 2013-07-24  David S. Miller  <davem@davemloft.net>
22184         * po/libc.pot: Update.
22186 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22188         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
22189         variable page size.
22190         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
22191         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
22192         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
22194 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22196         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
22198 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
22199             Andreas Schwab  <schwab@suse.de>
22200             Roland McGrath  <roland@hack.frob.com>
22201             Joseph Myers  <joseph@codesourcery.com>
22202             Carlos O'Donell  <carlos@redhat.com>
22204         [BZ #15755]
22205         * config.h.in: Define HAVE_PT_CHOWN.
22206         * config.make.in (build-pt-chown): New variable.
22207         * configure.in (--enable-pt_chown): New configure option.
22208         * configure: Regenerate.
22209         * login/Makefile: Include Makeconfig.  Build pt_chown only if
22210         build-pt-chown is enabled.
22211         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
22212         pt_chown to fix pty ownership.
22213         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
22214         CLOSE_ALL_FDS.
22215         * manual/install.texi (Configuring and compiling): Mention
22216         --enable-pt_chown. Add @findex for grantpt.
22217         * INSTALL: Regenerate.
22219 2013-07-20  David S. Miller  <davem@davemloft.net>
22221         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
22222         difference between 32-bit and 64-bit.
22224 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
22226         [BZ #15711]
22227         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
22228         Avoid system header dependency with -ffreestanding.
22229         ($(objpfx)bits/syscall%d): Likewise.
22231 2013-07-13  David S. Miller  <davem@davemloft.net>
22233         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
22234         underflows from atanl/atan2l due to bug 15319.
22235         (casinh_test_data): Likewise.
22237 2013-07-07  David S. Miller  <davem@davemloft.net>
22239         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
22241 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
22243         * sysdeps/i386/fpu/libm-test-ulps: Update.
22244         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22246 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
22248         * configure.in (--enable-lock-elision): Fix message text.
22249         * INSTALL: Regenerate.
22250         * configure: Regenerate.
22252 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22254         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22256 2013-07-03  Andreas Jaeger  <aj@suse.de>
22258         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
22259         define.
22260         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
22261         (ptrace_peeksiginfo_args): Add.
22262         (__ptrace_peeksiginfo_flags): Add.
22263         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
22264         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
22265         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
22267 2013-07-03  Allan McRae  <allan@archlinux.org>
22269         * sysdeps/i386/fpu/libm-test-ulps: Update.
22271 2013-07-02  David S. Miller  <davem@davemloft.net>
22273         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22275 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
22277         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
22279 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
22281         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
22282         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22284 2013-07-02  Andi Kleen <ak@linux.intel.com>
22286         * config.h.in (ENABLE_LOCK_ELISION): Add.
22287         * configure.in (--enable-lock-elision): Add option.
22288         * manual/install.texi: Document --enable lock elision.
22289         * configure: Regenerate
22290         * INSTALL: Regenerate.
22292 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
22294         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
22295         SSE4.2 strcasecmp for libc.a.
22296         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
22298 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
22300         [BZ #13304]
22301         * soft-fp/op-common.h (_FP_FMA): New macro.
22302         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
22303         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
22304         (_FP_MUL_MEAT_1_imm): ... here.
22305         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
22306         (_FP_MUL_MEAT_1_wide): ... here.
22307         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
22308         (_FP_MUL_MEAT_1_hard): ... here.
22309         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
22310         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
22311         (_FP_MUL_MEAT_2_wide): ... here.
22312         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
22313         (_FP_MUL_MEAT_2_wide_3mul): ... here.
22314         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
22315         (_FP_MUL_MEAT_2_gmp): ... here.
22316         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
22317         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
22318         (_FP_MUL_MEAT_4_wide): ... here.
22319         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
22320         (_FP_MUL_MEAT_4_gmp): ... here.
22321         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
22322         (_FP_WFRACBITS_DW_S): Likewise.
22323         (_FP_WFRACXBITS_DW_S): Likewise.
22324         (_FP_HIGHBIT_DW_S): Likewise.
22325         (FP_FMA_S): Likewise.
22326         (_FP_FRAC_HIGH_DW_S): Likewise.
22327         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
22328         (_FP_WFRACBITS_DW_D): Likewise.
22329         (_FP_WFRACXBITS_DW_D): Likewise.
22330         (_FP_HIGHBIT_DW_D): Likewise.
22331         (FP_FMA_D): Likewise.
22332         (_FP_FRAC_HIGH_DW_D): Likewise.
22333         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
22334         (_FP_WFRACBITS_DW_E): Likewise.
22335         (_FP_WFRACXBITS_DW_E): Likewise.
22336         (_FP_HIGHBIT_DW_E): Likewise.
22337         (FP_FMA_E): Likewise.
22338         (_FP_FRAC_HIGH_DW_E): Likewise.
22339         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
22340         (_FP_WFRACBITS_DW_Q): Likewise.
22341         (_FP_WFRACXBITS_DW_Q): Likewise.
22342         (_FP_HIGHBIT_DW_Q): Likewise.
22343         (FP_FMA_Q): Likewise.
22344         (_FP_FRAC_HIGH_DW_Q): Likewise.
22345         * soft-fp/fmasf4.c: New file.
22346         * soft-fp/fmadf4.c: Likewise.
22347         * soft-fp/fmatf4.c: Likewise.
22349 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22351         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
22352         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
22353         Silvermont.
22354         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
22355         macro.
22356         (index_Slow_SSE4_2): Likewise.
22357         (index_Prefer_PMINUB_for_stringop): Likewise.
22358         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
22359         bit_Slow_SSE4_2 is set.
22360         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
22361         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
22363 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22365         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
22366         rtld_global._dl_hwcap2.
22367         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
22368         POWER8.
22369         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
22370         POWER8 feature descriptions defined in _dl_hwcap2.
22371         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
22372         string handling for POWER8 feature bits.
22373         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
22374         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
22375         _dl_powerpc_cap_flags.
22376         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
22377         * sysdeps/powerpc/rtld-global-offsets.sym
22378         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
22379         _dl_hwcap2 in the rtld_global_ro structure.
22381 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22383         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
22384         hardware capabilities in support of AT_HWCAP2.
22385         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
22386         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
22387         GLRO(dl_hwcap2).
22388         (_dl_show_auxv): Add support for calling _dl_procinfo to display
22389         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
22390         explicitly the unknown a_type display mechanism is used.
22391         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
22392         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
22393         struct member.
22394         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
22395         to macro prototype for AT_HWCAP2 support.
22396         * sysdeps/i386/dl-procinfo.h: Likewise.
22397         * sysdeps/s390/dl-procinfo.h: Likewise.
22398         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
22399         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
22400         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
22401         return -1 for unknown a_type display fallback.
22402         * sysdeps/sparc/dl-procinfo.h: Likewise.
22403         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
22404         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
22406 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
22408         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
22409         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
22411 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
22413         [BZ #12492]
22414         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
22415         mprotect making __stack_prot writable.
22417 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
22418             Joseph Myers  <joseph@codesourcery.com>
22420         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
22421         as being properly aligned.
22423 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
22425         * dlfcn/modstatic5.c: New file.
22426         * dlfcn/tststatic5.c: New file.
22427         * dlfcn/Makefile (tests): Add tststatic5.
22428         (tests-static): Likewise.
22429         (modules-names): Add modstatic5.
22430         (tststatic5-ENV): New variable.
22431         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
22433         [BZ #15022]
22434         * elf/dl-support.c (_dl_main_map): New variable.
22435         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
22436         (_dl_nns, _dl_load_adds): Set to 1.
22437         (_dl_initial_searchlist): Refer to _dl_main_map.
22438         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
22439         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
22440         call to _dl_get_origin.
22441         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
22442         around call_map.
22443         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
22444         * dlfcn/modstatic3.c: New file.
22445         * dlfcn/tststatic3.c: New file.
22446         * dlfcn/tststatic4.c: New file.
22447         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
22448         (tests-static): Likewise.
22449         (modules-names): Add modstatic3.
22450         (tststatic3-ENV, tststatic4-ENV): New variables.
22451         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
22452         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
22454 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
22456         * configure.in (CC): Require GCC version 4.4 or later.
22457         * configure: Regenerated.
22458         * manual/install.texi (Tools for Compilation): Update GCC version
22459         requirement.
22460         * INSTALL: Regenerated.
22462 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22464         [BZ #15674]
22465         * string/test-memcmp.c (check2): New.
22466         (main): Call check2.
22468         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
22470 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
22472         [BZ #15022]
22473         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
22474         over to...
22475         (dl_open_worker) [!SHARED]: ... here.
22477 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22479         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
22481 2013-06-25  Richard Henderson  <rth@redhat.com>
22483         * locale/programs/locarchive.c: Include <libc-internal.h>
22485 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
22487         * manual/texinfo.tex: Update to version 2013-06-21.17, with
22488         trailing whitespace removed.
22490 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22492         [BZ #10283]
22493         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
22494         * locale/programs/locarchive.c: Include libc-mmap.h.
22495         (prepare_address_space): Take two new outputs (the mmap base and len).
22496         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
22497         values.
22498         (create_archive): Declare new mmap base and len values for
22499         prepare_address_space, and store the result in ah.
22500         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
22501         (enlarge_archive): If ah->mmap_base is not NULL, use that and
22502         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22503         Declare new mmap base and len values for
22504         prepare_address_space, and store the result in new_ah.
22505         (open_archive): Declare new mmap base and len values for
22506         prepare_address_space, and store the result in ah.
22507         (close_archive): If ah->mmap_base is not NULL, use that and
22508         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22509         * sysdeps/generic/libc-mmap.h: New file.
22511 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22513         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
22514         (ALIGN_UP): Likewise.
22515         (PTR_ALIGN_DOWN): Likewise.
22516         (PTR_ALIGN_UP): Likewise.
22518 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22520         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
22521         entry mapped to PPC_PLATFORM_POWER8.
22522         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
22523         POWER8.
22524         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
22525         (_dl_string_platform): Add case for exporting platform position for
22526         POWER8.
22527         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
22528         search path to sysdeps/powerpc/powerpc32/power8 directory.
22529         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
22530         search path to sysdeps/powerpc/powerpc64/power8 directory.
22531         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
22532         power7 directories.
22533         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
22534         power7 directories.
22536 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
22538         * INSTALL: Regenerate.
22540         * nscd/connections.c (nscd_init): Fix comment.
22542 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
22544         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
22546         [BZ #15667]
22547         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
22548         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
22550 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22552         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
22553         DL_DST_REQ_STATIC.
22554         (DL_DST_REQ_STATIC): Remove macro.
22556 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
22558         [BZ #7006]
22559         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
22560         with a shift of 0 bits.
22562 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22564         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
22565         $(tststatic-ENV).
22567 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22569         [BZ #15655]
22570         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
22572 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22574         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
22575         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
22576         accepts -fno-tree-loop-distribute-patterns.
22577         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
22578         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
22579         recursive call.
22580         * string/memset.c (memset): Likewise.
22581         * string/test-memmove.c (simple_memmove): Disable loop transformation
22582         to library calls.
22583         * string/test-memset.c (simple_memset): Likewise.
22584         * benchtests/bench-memmove.c (simple_memmove): Likewise.
22585         * benchtests/bench-memset.c (simple_memset): Likewise.
22586         * configure: Regenerated.
22588 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
22590         * math/test-misc.c (main): Ignore fesetround failure when failures
22591         of subsequent rounding tests would be ignored.
22593         [BZ #15654]
22594         * math/fedisblxcpt.c (fedisableexcept): Return 0.
22595         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
22596         * math/fegetenv.c (__fegetenv): Return 0.
22597         * math/fegetexcept.c (fegetexcept): Return 0.
22598         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
22599         FE_TONEAREST.
22600         * math/feholdexcpt.c (feholdexcept): Return 0.
22601         * math/fesetenv.c (__fesetenv): Return 0.
22602         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
22603         argument FE_TONEAREST.
22604         * math/feupdateenv.c (__feupdateenv): Return 0.
22605         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
22607 2013-06-18  Roland McGrath  <roland@hack.frob.com>
22609         * elf/rtld-Rules (rtld-compile-command.S): New variable.
22610         (rtld-compile-command.s, rtld-compile-command.c): New variables.
22611         ($(objpfx)rtld-%.os rules): Use them.
22613 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22615         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
22616         fields.
22618 2013-06-17  Roland McGrath  <roland@hack.frob.com>
22620         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
22621         length of target pattern, then descending length of dependency pattern.
22622         * configure.in (AWK): Require gawk 3.1.2 or newer.
22623         * manual/install.texi (Tools for Compilation): Say that we do.
22624         * configure: Regenerated.
22626         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
22627         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
22628         * scripts/sysd-rules.awk: ... this new script.
22629         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
22630         than a glob-style pattern.
22632 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
22634         * math/test-misc.c (main): Do not treat incorrectly rounded
22635         conversions as failure unless ROUNDING_TESTS passes.
22637 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
22639         [BZ #15631]
22640         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
22641         restore exception state around main square root computation, then
22642         check for inexactness explicitly.
22644         * math/libm-test.inc (fma_test_data): Add another test.
22646 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22648         * manual/threads.texi (Non-POSIX Extensions): New document
22649         node.  Document pthread_getattr_default_np and
22650         pthread_setattr_default_np.
22652         * Versions.def (libpthread): Add GLIBC_2.18.
22653         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
22654         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
22655         Likewise.
22656         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
22657         Likewise.
22658         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
22659         Likewise.
22660         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
22661         Likewise.
22662         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
22663         Likewise.
22664         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
22665         Likewise.
22666         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
22667         Likewise.
22668         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
22669         Likewise.
22670         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
22671         Likewise.
22673 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22675         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
22676         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
22678 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
22679             H.J. Lu  <hjl.tools@gmail.com>
22681         [BZ #15627]
22682         * sysdeps/x86_64/rtld-memset.c: Remove file.
22683         * sysdeps/x86_64/rtld-memset.S: New file.
22685 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
22687         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
22688         (test_in_one_mode): Take arguments for whether the rounding mode
22689         is supported for each floating-point type.
22690         (do_test): Pass new arguments to test_in_one_mode using
22691         ROUNDING_TESTS.
22693 2013-06-13  Roland McGrath  <roland@hack.frob.com>
22695         * posix/tst-waitid.c (do_test): Distinguish different instances of
22696         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
22697         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
22698         before entering the kernel for waitpid.
22700 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22702         * NEWS: Fix note on clock function precision.  Text by Roland
22703         McGrath.
22705 2013-06-13  Roland McGrath  <roland@hack.frob.com>
22707         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
22708         it into place only when and if the sanity check passes.
22710 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
22712         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
22713         output for whether conversion result is exact.  Take argument
22714         indicating whether type is IBM long double.
22715         (round_for_all): Change need_exact field to ibm_ld.
22716         * stdlib/tst-strtod-round.c (struct exactness): New type.
22717         (struct test): Change bool ld_ok field to struct exactness exact.
22718         (TEST): Update all definitions for change to field.
22719         (tests): Regenerate array contents.
22720         (test_in_one_mode): Take pointer to new field instead of old ld_ok
22721         field value.  Check for IBM long double here.
22722         (do_test): Update calls to test_in_one_mode.
22724 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22726         [BZ #12515]
22727         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
22728         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
22730 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22732         [BZ #15605]
22733         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
22734         generated by the compiler on loop optimizations.
22735         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
22736         general definitions.
22738 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
22740         * math/bug-nextafter.c: Include <math-tests.h>.
22741         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22742         the relevant type.
22743         * math/bug-nexttoward.c: Include <math-tests.h>.
22744         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22745         the relevant type.
22746         * math/test-misc.c: Include <math-tests.h>.
22747         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22748         the relevant type.
22750 2013-06-12  Andreas Jaeger  <aj@suse.de>
22752         * po/ia.po: Update Interlingua translation from translation
22753         project.
22755 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
22757         * include/fenv.h: Include stdbool.h.
22758         (struct rm_ctx): New structure.
22759         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
22760         Define macro.
22761         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
22762         (SET_RESTORE_ROUNDF): Likewise.
22763         (SET_RESTORE_ROUNDL): Likewise.
22764         (SET_RESTORE_ROUND_NOEX): Likewise.
22765         (SET_RESTORE_ROUND_NOEXF): Likewise.
22766         (SET_RESTORE_ROUND_NOEXL): Likewise.
22767         (SET_RESTORE_ROUND_53BIT): Likewise.
22768         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
22769         (libc_feresetround_noexf_ctx): Likewise.
22770         (libc_feresetround_noexl_ctx): Likewise.
22771         (libc_feholdsetround_53bit_ctx): Likewise.
22772         (libc_feresetround_53bit_ctx): Likewise.
22773         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
22774         (libc_feholdexcept_setround_sse_ctx): New function.
22775         (libc_fesetenv_sse_ctx): Likewise.
22776         (libc_feupdateenv_sse_ctx): Likewise.
22777         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
22778         (libc_feholdexcept_setround_387_ctx): Likewise.
22779         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
22780         (libc_feholdsetround_387_prec_ctx): Likewise.
22781         (libc_feholdsetround_387_ctx): Likewise.
22782         (libc_feholdsetround_387_53bit_ctx): Likewise.
22783         (libc_feholdsetround_sse_ctx): Likewise.
22784         (libc_feresetround_sse_ctx): Likewise.
22785         (libc_feresetround_387_ctx): Likewise.
22786         (libc_feupdateenv_387_ctx): Likewise.
22787         (libc_feholdexcept_setroundf_ctx): Define macro.
22788         (libc_fesetenvf_ctx): Likewise.
22789         (libc_feupdateenvf_ctx): Likewise.
22790         (libc_feholdsetroundf_ctx): Likewise.
22791         (libc_feresetroundf_ctx): Likewise.
22792         (libc_feholdexcept_setround_ctx): Likewise.
22793         (libc_fesetenv_ctx): Likewise.
22794         (libc_feupdateenv_ctx): Likewise.
22795         (libc_feholdsetround_ctx): Likewise.
22796         (libc_feresetround_ctx): Likewise.
22797         (libc_feholdexcept_setroundl_ctx): Likewise.
22798         (libc_feupdateenvl_ctx): Likewise.
22799         (libc_feholdsetroundl_ctx): Likewise.
22800         (libc_feresetroundl_ctx): Likewise.
22801         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
22802         (libc_feresetround_53bit_ctx): Likewise.
22804 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22806         * locale/iso-639.def: Convert to UTF-8.
22808 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
22810         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
22811         (EXCEPTION_TESTS_double): Likewise.
22812         (EXCEPTION_TESTS_long_double): Likewise.
22813         (EXCEPTION_TESTS): Likewise.
22814         * math/libm-test.inc (test_exceptions): Only test exceptions if
22815         EXCEPTION_TESTS (FLOAT).
22817 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22819         * benchtests/Makefile (string-bench): Add strcpy_chk and
22820         stpcpy_chk.
22821         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
22822         * benchtests/bench-stpcpy_chk.c: New file.
22823         * benchtests/bench-strcpy_chk-ifunc.c: New file.
22824         * benchtests/bench-strcpy_chk.c: New file.
22825         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
22826         code.
22827         (do_test): Likewise.
22829 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22831         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
22832         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
22833         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
22834         with tabs where appropriate.
22835         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
22836         dl-procinfo.h.
22837         [PPC_PLATFORM_PPC440]: Likewise.
22838         [PPC_PLATFORM_PPC464]: Likewise.
22839         [PPC_PLATFORM_PPC476]: Likewise.
22840         (_dl_string_platform): Add support for detecting ppc405, ppc440,
22841         ppc464, and ppc476 platform strings merging from ports/
22842         dl-procinfo.h.
22844 2013-06-11  Andreas Schwab  <schwab@suse.de>
22846         [BZ #14991]
22847         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
22848         (from_ucs4_idx): Regenerate.
22849         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
22850         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
22851         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
22852         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
22853         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
22854         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
22855         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
22856         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
22857         from FROM_LOOP and TO_LOOP specific macros.
22858         (BODY): Handle combining characters.
22859         * iconvdata/BIG5HKSCS.irreversible: Update.
22860         * iconvdata/BIG5HKSCS.precomposed: New file.
22861         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
22862         characters.
22863         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
22865 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22867         * include/sys/time.h: Fix indentation and add copyright header.
22869         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
22870         (do_test): Likewise.
22871         * string/test-memchr.c (do_one_test): Likewise.
22872         (do_test): Likewise.
22873         * string/test-memcmp.c (do_one_test): Likewise.
22874         (do_test): Likewise.
22875         * string/test-memcpy.c (do_one_test): Likewise.
22876         (do_test): Likewise.
22877         * string/test-memmem.c (do_one_test): Likewise.
22878         (do_test): Likewise.
22879         (do_random_tests): Likewise.
22880         * string/test-memmove.c (do_one_test): Likewise.
22881         (do_test): Likewise.
22882         * string/test-memset.c (do_one_test): Likewise.
22883         (do_test): Likewise.
22884         * string/test-rawmemchr.c (do_one_test): Likewise.
22885         (do_test): Likewise.
22886         * string/test-strcasecmp.c (do_one_test): Likewise.
22887         (do_test): Likewise.
22888         * string/test-strcasestr.c (do_one_test): Likewise.
22889         (do_test): Likewise.
22890         * string/test-strcat.c (do_one_test): Likewise.
22891         (do_test): Likewise.
22892         * string/test-strchr.c (do_one_test): Likewise.
22893         (do_test): Likewise.
22894         * string/test-strcmp.c (do_one_test): Likewise.
22895         (do_test): Likewise.
22896         * string/test-strcpy.c (do_one_test): Likewise.
22897         (do_test): Likewise.
22898         * string/test-string.h: Likewise.
22899         (test_init): Likewise.
22900         * string/test-strlen.c (do_one_test): Likewise.
22901         (do_test): Likewise.
22902         * string/test-strncasecmp.c (do_one_test): Likewise.
22903         (do_test): Likewise.
22904         * string/test-strncat.c (do_one_test): Likewise.
22905         (do_test): Likewise.
22906         * string/test-strncmp.c (do_one_test): Likewise.
22907         (do_test_limit): Likewise.
22908         (do_test): Likewise.
22909         * string/test-strncpy.c (do_one_test): Likewise.
22910         (do_test): Likewise.
22911         * string/test-strnlen.c (do_one_test): Likewise.
22912         (do_test): Likewise.
22913         * string/test-strpbrk.c (do_one_test): Likewise.
22914         (do_test): Likewise.
22915         * string/test-strrchr.c (do_one_test): Likewise.
22916         (do_test): Likewise.
22917         * string/test-strspn.c (do_one_test): Likewise.
22918         (do_test): Likewise.
22919         * string/test-strstr.c (do_one_test): Likewise.
22920         (do_test): Likewise.
22922         * benchtests/Makefile (string-bench): Add string benchmarks.
22923         * benchtests/bench-bcopy-ifunc.c: New file.
22924         * benchtests/bench-bcopy.c: New file.
22925         * benchtests/bench-bzero-ifunc.c: New file.
22926         * benchtests/bench-bzero.c: New file.
22927         * benchtests/bench-memccpy-ifunc.c: New file.
22928         * benchtests/bench-memccpy.c: New file.
22929         * benchtests/bench-memchr-ifunc.c: New file.
22930         * benchtests/bench-memchr.c: New file.
22931         * benchtests/bench-memcmp-ifunc.c: New file.
22932         * benchtests/bench-memcmp.c: New file.
22933         * benchtests/bench-memmem-ifunc.c: New file.
22934         * benchtests/bench-memmem.c: New file.
22935         * benchtests/bench-memmove-ifunc.c: New file.
22936         * benchtests/bench-memmove.c: New file.
22937         * benchtests/bench-mempcpy-ifunc.c: New file.
22938         * benchtests/bench-mempcpy.c: New file.
22939         * benchtests/bench-memset-ifunc.c: New file.
22940         * benchtests/bench-memset.c: New file.
22941         * benchtests/bench-rawmemchr-ifunc.c: New file.
22942         * benchtests/bench-rawmemchr.c: New file.
22943         * benchtests/bench-stpcpy-ifunc.c: New file.
22944         * benchtests/bench-stpcpy.c: New file.
22945         * benchtests/bench-stpncpy-ifunc.c: New file.
22946         * benchtests/bench-stpncpy.c: New file.
22947         * benchtests/bench-strcasecmp-ifunc.c: New file.
22948         * benchtests/bench-strcasecmp.c: New file.
22949         * benchtests/bench-strcasestr-ifunc.c: New file.
22950         * benchtests/bench-strcasestr.c: New file.
22951         * benchtests/bench-strcat-ifunc.c: New file.
22952         * benchtests/bench-strcat.c: New file.
22953         * benchtests/bench-strchr-ifunc.c: New file.
22954         * benchtests/bench-strchr.c: New file.
22955         * benchtests/bench-strchrnul-ifunc.c: New file.
22956         * benchtests/bench-strchrnul.c: New file.
22957         * benchtests/bench-strcmp-ifunc.c: New file.
22958         * benchtests/bench-strcmp.c: New file.
22959         * benchtests/bench-strcpy-ifunc.c: New file.
22960         * benchtests/bench-strcpy.c: New file.
22961         * benchtests/bench-strcspn-ifunc.c: New file.
22962         * benchtests/bench-strcspn.c: New file.
22963         * benchtests/bench-strlen-ifunc.c: New file.
22964         * benchtests/bench-strlen.c: New file.
22965         * benchtests/bench-strncasecmp-ifunc.c: New file.
22966         * benchtests/bench-strncasecmp.c: New file.
22967         * benchtests/bench-strncat-ifunc.c: New file.
22968         * benchtests/bench-strncat.c: New file.
22969         * benchtests/bench-strncmp-ifunc.c: New file.
22970         * benchtests/bench-strncmp.c: New file.
22971         * benchtests/bench-strncpy-ifunc.c: New file.
22972         * benchtests/bench-strncpy.c: New file.
22973         * benchtests/bench-strnlen-ifunc.c: New file.
22974         * benchtests/bench-strnlen.c: New file.
22975         * benchtests/bench-strpbrk-ifunc.c: New file.
22976         * benchtests/bench-strpbrk.c: New file.
22977         * benchtests/bench-strrchr-ifunc.c: New file.
22978         * benchtests/bench-strrchr.c: New file.
22979         * benchtests/bench-strspn-ifunc.c: New file.
22980         * benchtests/bench-strspn.c: New file.
22981         * benchtests/bench-strstr-ifunc.c: New file.
22982         * benchtests/bench-strstr.c: New file.
22984         * benchtests/Makefile: Disable parallel execution of targets.
22985         (string-bench): Add memcpy.
22986         (benchset): New variable to store a list of benchmark sets.
22987         (bench-func): Renamed from bench.
22988         (bench-set): New target.
22989         (bench): Depend on bench-func and bench-set.
22990         * benchtests/README: Add section on benchmark sets.
22991         * benchtests/bench-memcpy-ifunc.c: New file.
22992         * benchtests/bench-memcpy.c: New file.
22993         * benchtests/bench-string.h: New file.
22995 2013-06-11  Andreas Schwab  <schwab@suse.de>
22997         [BZ #15577]
22998         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
22999         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
23000         values in the triple.
23001         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
23002         terminator in the group key.
23004 2013-06-11  Andreas Jaeger  <aj@suse.de>
23006         * po/zh_TW.po: Update Chinese (traditional) translation from
23007         translation project.
23009 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23011         * include/time.h (__clock_gettime): Add libc_hidden_proto.
23012         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
23013         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
23014         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
23015         (clock_getcpuclockid): Likewise.
23016         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
23017         Add weak_alias and libc_hidden_def.
23018         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
23019         * rt/clock_gettime.c (clock_gettime): Rename to
23020         __clock_gettime.  Add weak_alias and libc_hidden_def.
23021         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
23022         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
23023         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
23024         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
23025         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
23026         Likewise.
23027         * rt/clock_settime.c (clock_settime): Rename to
23028         __clock_settime.  Add weak_alias and libc_hidden_def.
23029         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
23031 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
23033         * mach/err_boot.sub: Remove trailing whitespace.
23034         * mach/err_ipc.sub: Likewise.
23035         * mach/err_mach.sub: Likewise.
23037         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
23038         (ROUNDING_TESTS_double): Likewise.
23039         (ROUNDING_TESTS_long_double): Likewise.
23040         (ROUNDING_TESTS): Likewise.
23041         * math/libm-test.inc: Include <math-tests.h>.
23042         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
23043         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
23044         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
23045         (IF_ROUND_INIT_FE_UPWARD): Likewise.
23047 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
23049         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
23050         of assigning.
23052 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
23054         * sysdeps/gnu/errlist.awk: Do not generate space at end of
23055         otherwise empty TRANS lines.
23056         * sysdeps/gnu/errlist.c: Regenerated.
23058         * catgets/gencat.c (error_print): Use (void) in function
23059         definition.
23060         * crypt/crypt_util.c (__init_des): Likewise.
23061         * crypt/speeds.c (Stop): Likewise.
23062         (main): Likewise.
23063         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
23064         * inet/ruserpass.c (token): Likewise.
23065         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
23066         * intl/localealias.c (extend_alias_table): Likewise.
23067         * intl/plural-exp.c (init_germanic_plural): Likewise.
23068         * libio/fcloseall.c (__fcloseall): Likewise.
23069         * libio/genops.c (_IO_flush_all): Likewise.
23070         (_IO_flush_all_linebuffered): Likewise.
23071         (_IO_cleanup): Likewise.
23072         (_IO_iter_begin): Likewise.
23073         (_IO_iter_end): Likewise.
23074         (_IO_list_lock): Likewise.
23075         (_IO_list_unlock): Likewise.
23076         (_IO_list_resetlock): Likewise.
23077         * libio/getchar.c (getchar): Likewise.
23078         * libio/getchar_u.c (getchar_unlocked): Likewise.
23079         * libio/getwchar.c (getwchar): Likewise.
23080         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
23081         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
23082         * login/getpt.c (__getpt): Likewise.
23083         * login/tst-utmp.c (main): Likewise.
23084         * malloc/hooks.c (__malloc_check_init): Likewise.
23085         * malloc/malloc.c (__malloc_stats): Likewise.
23086         * malloc/mtrace.c (tr_break): Likewise.
23087         (mtrace): Likewise.
23088         (muntrace): Likewise.
23089         * misc/fstab.c (endfsent): Likewise.
23090         * misc/getclktck.c (__getclktck): Likewise.
23091         * misc/getdtsz.c (__getdtablesize): Likewise.
23092         * misc/gethostid.c (gethostid): Likewise.
23093         * misc/getpagesize.c (__getpagesize): Likewise.
23094         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
23095         (__get_nprocs): Likewise.
23096         (__get_phys_pages): Likewise.
23097         (__get_avphys_pages): Likewise.
23098         * misc/getttyent.c (getttyent): Likewise.
23099         (setttyent): Likewise.
23100         (endttyent): Likewise.
23101         * misc/getusershell.c (getusershell): Likewise.
23102         (endusershell): Likewise.
23103         (setusershell): Likewise.
23104         (initshells): Likewise.
23105         * misc/hsearch.c (__hdestroy): Likewise.
23106         * misc/sync.c (sync): Likewise.
23107         * misc/syslog.c (closelog_internal): Likewise.
23108         (closelog): Likewise.
23109         * misc/ttyslot.c (ttyslot): Likewise.
23110         * misc/vhangup.c (vhangup): Likewise.
23111         * posix/fork.c (__fork): Likewise.
23112         * posix/getegid.c (__getegid): Likewise.
23113         * posix/geteuid.c (__geteuid): Likewise.
23114         * posix/getgid.c (__getgid): Likewise.
23115         * posix/getpid.c (__getpid): Likewise.
23116         * posix/getppid.c (__getppid): Likewise.
23117         * posix/getuid.c (__getuid): Likewise.
23118         * posix/pause.c (pause): Likewise.
23119         * posix/setpgrp.c (setpgrp): Likewise.
23120         * posix/setsid.c (__setsid): Likewise.
23121         * posix/test-vfork.c (noop): Likewise.
23122         * resolv/gethnamaddr.c (_endhtent): Likewise.
23123         (_gethtent): Likewise.
23124         (ht_endhostent): Likewise.
23125         (gethostent): Likewise.
23126         (dns_service): Likewise.
23127         * stdlib/drand48.c (drand48): Likewise.
23128         * stdlib/lrand48.c (lrand48): Likewise.
23129         * stdlib/mrand48.c (mrand48): Likewise.
23130         * stdlib/rand.c (rand): Likewise.
23131         * stdlib/random.c (__random): Likewise.
23132         * stdlib/setenv.c (clearenv): Likewise.
23133         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
23134         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
23135         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
23136         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
23137         (__get_nprocs): Likewise.
23138         (__get_phys_pages): Likewise.
23139         (__get_avphys_pages): Likewise.
23140         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
23141         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
23142         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
23143         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
23144         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
23145         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
23146         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
23147         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
23148         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
23149         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
23150         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
23151         * sysdeps/mach/hurd/sync.c (sync): Likewise.
23152         * sysdeps/posix/clock.c (clock): Likewise.
23153         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
23154         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
23155         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
23156         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
23157         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
23158         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
23159         (__get_nprocs_conf): Likewise.
23160         (__get_phys_pages): Likewise.
23161         (__get_avphys_pages): Likewise.
23162         * time/clock.c (clock): Likewise.
23163         * time/tzset.c (__tzname_max): Likewise.
23165 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
23167         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
23168         (__bswap_32): Do not use "register".
23169         * crypt/crypt.c (_ufc_doit_r): Likewise.
23170         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
23171         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
23172         * gmon/gmon.c (__monstartup): Likewise.
23173         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
23174         * hurd/hurdmalloc.c (more_memory): Likewise.
23175         (malloc): Likewise.
23176         (free): Likewise.
23177         (realloc): Likewise.
23178         (malloc_fork_prepare): Likewise.
23179         (malloc_fork_parent): Likewise.
23180         (malloc_fork_child): Likewise.
23181         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
23182         (_svcauth_des): Likewise.
23183         * inet/inet_lnaof.c (inet_lnaof): Likewise.
23184         * inet/inet_net.c (inet_network): Likewise.
23185         * inet/inet_netof.c (inet_netof): Likewise.
23186         * inet/rcmd.c (__validuser2_sa): Likewise.
23187         * io/fts.c (fts_open): Likewise.
23188         (fts_load): Likewise.
23189         (fts_close): Likewise.
23190         (fts_read): Likewise.
23191         (fts_children): Likewise.
23192         (fts_build): Likewise.
23193         (fts_stat): Likewise.
23194         (fts_sort): Likewise.
23195         (fts_alloc): Likewise.
23196         (fts_lfree): Likewise.
23197         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
23198         (_IO_file_xsgetn): Likewise.
23199         (_IO_file_xsgetn_mmap): Likewise.
23200         * libio/iofopncook.c (_IO_cookie_read): Likewise.
23201         (_IO_cookie_write): Likewise.
23202         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
23203         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
23204         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
23205         * malloc/obstack.c (_obstack_begin): Likewise.
23206         (_obstack_begin_1): Likewise.
23207         (_obstack_newchunk): Likewise.
23208         (_obstack_allocated_p): Likewise.
23209         (obstack_free): Likewise.
23210         (_obstack_memory_used): Likewise.
23211         * misc/getttyent.c (getttynam): Likewise.
23212         (getttyent): Likewise.
23213         (skip): Likewise.
23214         (value): Likewise.
23215         * misc/getusershell.c (initshells): Likewise.
23216         * misc/syslog.c (__vsyslog_chk): Likewise.
23217         * misc/ttyslot.c (ttyslot): Likewise.
23218         * nis/nis_hash.c (__nis_hash): Likewise.
23219         * posix/fnmatch_loop.c (FCT): Likewise.
23220         * posix/getconf.c (print_all): Likewise.
23221         (main): Likewise.
23222         * posix/getopt.c (exchange): Likewise.
23223         * posix/glob.c (globfree): Likewise.
23224         (prefix_array): Likewise.
23225         (__glob_pattern_type): Likewise.
23226         * resolv/arpa/nameser.h (NS_GET16): Likewise.
23227         (NS_GET32): Likewise.
23228         (NS_PUT16): Likewise.
23229         (NS_PUT32): Likewise.
23230         * resolv/gethnamaddr.c (getanswer): Likewise.
23231         (gethostbyname2): Likewise.
23232         (gethostbyaddr): Likewise.
23233         (_gethtent): Likewise.
23234         (_gethtbyname2): Likewise.
23235         (_gethtbyaddr): Likewise.
23236         * resolv/ns_print.c (dst_s_get_int16): Likewise.
23237         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
23238         * resolv/res_init.c (__res_vinit): Likewise.
23239         (net_mask): Likewise.
23240         * resolv/res_mkquery.c (outchar): Likewise.
23241         (PRINT): Likewise.
23242         * stdio-common/printf_fp.c (outchar): Likewise.
23243         (PRINT): Likewise.
23244         * stdio-common/printf_fphex.c (outchar): Likewise.
23245         (PRINT): Likewise.
23246         * stdio-common/printf_size.c (outchar): Likewise.
23247         (PRINT): Likewise.
23248         * stdio-common/test_rdwr.c (main): Likewise.
23249         * stdio-common/tfformat.c (matches): Likewise.
23250         * stdio-common/vfprintf.c (outchar): Likewise.
23251         (printf_unknown): Likewise.
23252         (buffered_vfprintf): Likewise.
23253         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
23254         * stdio-common/xbug.c (AppendToBuffer): Likewise.
23255         (ReadFile): Likewise.
23256         * stdlib/qsort.c (SWAP): Likewise.
23257         (_quicksort): Likewise.
23258         * stdlib/setenv.c (__add_to_environ): Likewise.
23259         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
23260         * stdlib/strtol_l.c (__strtol_l): Likewise.
23261         * stdlib/tst-strtod.c (main): Likewise.
23262         * stdlib/tst-strtol.c (main): Likewise.
23263         * stdlib/tst-strtoll.c (main): Likewise.
23264         * string/bits/string2.h (__strcmp_cc): Likewise.
23265         (__strcmp_cg): Likewise.
23266         (__strcspn_c1): Likewise.
23267         (__strcspn_c2): Likewise.
23268         (__strcspn_c3): Likewise.
23269         (__strspn_c1): Likewise.
23270         (__strspn_c2): Likewise.
23271         (__strspn_c3): Likewise.
23272         (__strsep_1c): Likewise.
23273         (__strsep_2c): Likewise.
23274         (__strsep_3c): Likewise.
23275         * string/memccpy.c (__memccpy): Likewise.
23276         * string/stpcpy.c (__stpcpy): Likewise.
23277         * string/strcmp.c (strcmp): Likewise.
23278         * string/strrchr.c (strrchr): Likewise.
23279         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
23280         Likewise.
23281         * sysdeps/mach/hurd/getcwd.c
23282         (_hurd_canonicalize_directory_name_internal): Likewise.
23283         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
23284         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
23285         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
23286         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
23287         Likewise, in both definitions.
23288         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
23289         definitions.
23290         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
23291         64] (__bswap_64): Likewise.
23292         * time/test_time.c (main): Likewise.
23293         * time/tzfile.c (__tzfile_read): Likewise.
23294         (__tzfile_compute): Likewise.
23295         * time/tzset.c (__tzset_parse_tz): Likewise.
23296         (tzset_internal): Likewise.
23297         (compute_change): Likewise.
23298         * wcsmbs/wcscat.c (__wcscat): Likewise.
23299         * wcsmbs/wcschr.c (wcschr): Likewise.
23300         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
23301         * wcsmbs/wcscspn.c (wcscspn): Likewise.
23302         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
23303         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
23304         * wcsmbs/wcsspn.c (wcsspn): Likewise.
23305         * wcsmbs/wcsstr.c (wcsstr): Likewise.
23306         * wcsmbs/wmemchr.c (wmemchr): Likewise.
23307         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
23308         * wcsmbs/wmemset.c (wmemset): Likewise.
23310 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
23312         * scripts/config.guess: Update to version 2013-05-16.
23313         * scripts/config.sub: Update to version 2013-04-24.
23314         * scripts/install-sh: Update to version 2011-11-20.07.
23315         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
23316         * scripts/move-if-change: Update to version 2012-01-06 07:23.
23318 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
23320         * debug/fgetws_u_chk.c: Fix leading whitespaces.
23321         * elf/sln.c: Likewise.
23322         * hurd/hurd/ioctl.h: Likewise.
23323         * hurd/hurdmalloc.c: Likewise.
23324         * hurd/xattr.c: Likewise.
23325         * include/shlib-compat.h: Likewise.
23326         * inet/ruserpass.c: Likewise.
23327         * libio/iofgets_u.c: Likewise.
23328         * libio/iofgetws_u.c: Likewise.
23329         * locale/programs/ld-identification.c: Likewise.
23330         * locale/programs/ld-time.c: Likewise.
23331         * mach/msg-destroy.c: Likewise.
23332         * nss/nss_files/files-netgrp.c: Likewise.
23333         * resolv/res_data.c: Likewise.
23334         * soft-fp/op-1.h: Likewise.
23335         * soft-fp/op-2.h: Likewise.
23336         * soft-fp/op-4.h: Likewise.
23337         * soft-fp/op-common.h: Likewise.
23338         * stdio-common/printf_fphex.c: Likewise.
23339         * stdlib/strtod_l.c: Likewise.
23340         * sunrpc/rpc/clnt.h: Likewise.
23341         * sysdeps/generic/framestate.c: Likewise.
23342         * sysdeps/i386/bsd-_setjmp.S: Likewise.
23343         * sysdeps/i386/bsd-setjmp.S: Likewise.
23344         * sysdeps/i386/__longjmp.S: Likewise.
23345         * sysdeps/i386/setjmp.S: Likewise.
23346         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
23347         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
23348         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23349         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
23350         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
23351         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
23352         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
23353         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
23354         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
23355         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
23356         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
23357         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
23358         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
23359         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
23360         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
23361         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
23362         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
23363         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
23364         * sysdeps/ieee754/support.c: Likewise.
23365         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
23366         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
23367         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
23368         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
23369         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
23370         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
23371         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
23372         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
23373         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
23374         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
23375         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
23376         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
23377         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
23378         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
23379         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
23380         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
23381         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
23382         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
23384 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
23386         * posix/transbug.c: Remove executable mode.
23388 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
23390         * crypt/speeds.c: Remove trailing whitespace.
23391         * dlfcn/default.c: Likewise.
23392         * elf/ifuncdep2.c: Likewise.
23393         * elf/ifuncmain1.c: Likewise.
23394         * elf/ifuncmain1vis.c: Likewise.
23395         * elf/testobj.h: Likewise.
23396         * elf/tst-stackguard1.c: Likewise.
23397         * gmon/sys/gmon.h: Likewise.
23398         * hurd/hurdmsg.c: Likewise.
23399         * hurd/new-fd.c: Likewise.
23400         * hurd/ports-get.c: Likewise.
23401         * iconvdata/ibm1008_420.c: Likewise.
23402         * inet/tst-getni1.c: Likewise.
23403         * inet/tst-getni2.c: Likewise.
23404         * libio/ioungetc.c: Likewise.
23405         * libio/wfiledoalloc.c: Likewise.
23406         * manual/libm-err-tab.pl: Likewise.
23407         * math/w_dremf.c: Likewise.
23408         * misc/ftruncate.c: Likewise.
23409         * posix/bug-glob2.c: Likewise.
23410         * posix/tst-pcre.c: Likewise.
23411         * posix/wait4.c: Likewise.
23412         * resolv/README: Likewise.
23413         * resolv/res_debug.h: Likewise.
23414         * resolv/tst-inet_ntop.c: Likewise.
23415         * setjmp/bug269-setjmp.c: Likewise.
23416         * soft-fp/extended.h: Likewise.
23417         * soft-fp/op-1.h: Likewise.
23418         * soft-fp/op-2.h: Likewise.
23419         * soft-fp/op-4.h: Likewise.
23420         * soft-fp/op-8.h: Likewise.
23421         * soft-fp/testit.c: Likewise.
23422         * stdio-common/bug16.c: Likewise.
23423         * stdlib/random.c: Likewise.
23424         * sunrpc/rpcsvc/rquota.x: Likewise.
23425         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
23426         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
23427         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23428         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
23429         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
23430         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
23431         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
23432         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
23433         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
23434         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
23435         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
23436         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
23437         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
23438         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
23439         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
23440         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
23441         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
23442         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
23443         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
23444         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
23445         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
23446         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
23447         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
23448         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
23449         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
23450         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
23451         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
23452         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
23453         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
23454         * sysdeps/ieee754/s_lib_version.c: Likewise.
23455         * sysdeps/mach/hurd/check_fds.c: Likewise.
23456         * sysdeps/mach/hurd/getsockname.c: Likewise.
23457         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
23458         * sysdeps/mach/hurd/recvfrom.c: Likewise.
23459         * sysdeps/powerpc/bits/link.h: Likewise.
23460         * sysdeps/powerpc/dl-procinfo.c: Likewise.
23461         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
23462         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
23463         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
23464         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
23465         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
23466         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
23467         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
23468         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
23469         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
23470         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
23471         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
23472         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
23473         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
23474         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
23475         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
23476         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
23477         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
23478         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
23479         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
23480         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
23481         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
23482         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
23483         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
23484         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
23485         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
23486         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
23487         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
23488         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
23489         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
23490         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
23491         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
23492         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23493         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
23494         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
23495         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
23496         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
23497         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
23498         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
23499         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
23500         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
23501         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
23502         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
23503         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
23504         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
23505         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
23506         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
23507         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
23508         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
23509         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
23510         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
23511         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
23512         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
23513         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
23514         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
23515         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
23516         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
23517         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23518         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
23519         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
23520         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
23521         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
23522         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
23523         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
23524         * sysdeps/powerpc/sysdep.h: Likewise.
23525         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
23526         * sysdeps/s390/s390-64/sub_n.S: Likewise.
23527         * sysdeps/sh/dl-trampoline.S: Likewise.
23528         * sysdeps/sh/memset.S: Likewise.
23529         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
23530         * sysdeps/sh/strlen.S: Likewise.
23531         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
23532         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
23533         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
23534         * sysdeps/sparc/sparc32/rem.S: Likewise.
23535         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
23536         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
23537         * sysdeps/sparc/sparc32/strchr.S: Likewise.
23538         * sysdeps/sparc/sparc32/udiv.S: Likewise.
23539         * sysdeps/sparc/sparc32/urem.S: Likewise.
23540         * sysdeps/sparc/sparc64/add_n.S: Likewise.
23541         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
23542         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
23543         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
23544         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
23545         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
23546         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
23547         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
23548         * sysdeps/unix/bsd/times.c: Likewise.
23549         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
23550         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
23551         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
23552         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
23553         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
23554         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
23555         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
23556         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
23557         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
23558         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
23559         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
23560         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
23561         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
23562         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
23563         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
23564         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
23565         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
23566         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
23567         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
23568         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
23569         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
23570         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
23571         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
23572         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
23573         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
23574         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
23575         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
23576         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
23577         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
23578         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
23579         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
23580         * sysdeps/x86_64/strcspn.S: Likewise.
23582 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23584         * locale/C-translit.h: Revert #include <stdint.h> because this is a
23585         generated file.  Regenerate properly from gen-translit.pl.
23586         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
23587         locale/C-translit.h.
23589 2013-06-05  Andreas Schwab  <schwab@suse.de>
23591         [BZ #15100]
23592         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
23593         week as 6 instead of -1.
23594         * time/tst-strptime.c (day_tests): Add test case.
23596 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
23598         * sysdeps/generic/math_private.h
23599         (libc_feholdexcept_setround_53bit): Replace with
23600         libc_feholdsetround_53bit.
23601         (libc_feupdateenv_53bit): Replace with
23602         libc_feresetround_53bit.
23603         (SET_RESTORE_ROUND_53BIT): Adjust.
23605 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
23607         * string/test-strchrnul.c: Add copyright header.
23609         * posix/tst-getaddrinfo4.c: Increase test timeout.
23611 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
23613         [BZ #15536]
23614         * math/libm-test.inc (MAX_EXP): Remove
23615         (MIN_EXP): Define.
23616         (ulp): Use MIN_EXP - MANT_DIG.
23617         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
23619 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
23621         * po/be.po: Revert last change.
23622         * po/zh_CN.po: Likewise.
23623         * po/header.pot: Likewise.
23625 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
23627         * Makefile ($(common-objpfx)linkobj/libc.so): Define
23628         link-libc-deps to empty as target-specific variable.
23629         * Makerules (link-libc-args): New variable.
23630         (libc-for-link): Likewise.
23631         (link-libc-deps): Likewise.
23632         (lib%.so): Depend on $(link-libc-deps).  Link with
23633         $(link-libc-args).
23634         (build-module): Link with $(link-libc-args).
23635         (build-module-asneeded): Likewise.
23636         (build-module-helper-objlist): Filter out $(link-libc-deps) from
23637         list of objects.
23638         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
23639         target-specific variable.
23640         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
23641         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
23642         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
23643         libc.
23644         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
23645         libc and ld.so.
23646         ($(objpfx)libpcprofile.so): Likewise.
23647         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
23648         libc_nonshared.a.
23649         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
23650         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
23651         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
23652         $(link-libc-deps).
23653         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
23654         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
23655         * login/Makefile ($(objpfx)libutil.so): Likewise.
23656         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
23657         * math/Makefile ($(objpfx)libm.so): Likewise.
23658         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
23659         $(objpfx)libnsl.so): Define libc-for-link as target-specific
23660         variable instead of depending directly on libc.
23661         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
23662         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
23663         $(link-libc-deps).
23664         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
23665         libc.
23666         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
23667         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
23668         ($(objpfx)libanl.so): Likewise.
23669         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
23670         ld.so.
23671         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
23672         $(link-libc-deps).
23673         * sysdeps/i386/fpu/Makefile: Remove file.
23674         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
23675         ($(objpfx)libm.so): Remove dependency on ld.so.
23677 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
23679         [BZ # 15553]
23680         * nis/yp_xdr.c (XDRMAXNAME): Define.
23681         (XDRMAXRECORD): Define.
23682         (xdr_domainname): Use XDRMAXNAME.
23683         (xdr_mapname): Likewise.
23684         (xdr_peername): Likewise.
23685         (xdr_keydat): Use XDRMAXRECORD.
23686         (xdr_valdat): Likewise.
23688 2013-05-30  Jeff Law  <law@redhat.com>
23690         [BZ #14256]
23691         * manual/errno.texi (ESTALE): Update to account for more than
23692         just NFS file systems.
23693         * sysdeps/gnu/errlist.c: Regenerated.
23695 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
23697         [BZ #15465]
23698         * elf/Makefile (tests): Add tst-null-argv.
23699         (modules-names):  Add tst-null-argv-lib.
23700         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
23701         (tst-null-argv-ENV): Set environment for tst-null-argv.
23702         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
23703         (RTLD_PROGNAME): New macro.
23704         * elf/tst-null-argv.c: New test case.
23705         * elf/tst-null-argv-lib.c: Library for test case.
23706         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
23707         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
23708         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
23709         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
23710         * elf/dl-init.c (call_init): Likewise.
23711         (_dl_init): Likewise.
23712         * elf/dl-load.c (print_search_path): Likewise.
23713         (_dl_map_object): Likewise.
23714         * elf/dl-lookup.c (do_lookup_x): Likewise.
23715         (add_dependency): Likewise.
23716         (_dl_lookup_symbol_x): Likewise.
23717         (_dl_debug_bindings): Likewise.
23718         * elf/dl-open.c (_dl_show_scope): Likewise.
23719         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
23720         * elf/dl-version.c (match_symbol): Likewise.
23721         (_dl_check_map_versions): Likewise.
23722         * elf/rtld.c (dl_main): Likewise.
23723         (print_unresolved): Use RTLD_PROGNAME.
23724         (print_missing_version): Likewise.
23725         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
23726         (elf_machine_rela): Likewise.
23727         * sysdeps/powerpc/powerpc32/dl-machine.c
23728         (__process_machine_rela): Likewise.
23729         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
23730         Likewise.
23731         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
23732         Likewise.
23733         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
23734         Likewise.
23735         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
23736         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
23737         Likewise.
23738         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
23739         Likewise.
23740         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
23742 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
23744         * po/be.po: Add descriptive title.
23745         * po/zh_CN.po: Likewise.
23746         * po/header.pot: Likewise.
23748 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
23750         * locale/programs/locarchive.c (create_archive): Inlucde fname in
23751         error message.
23752         (enlarge_archive): Likewise.
23754 2013-05-28  Ben North  <ben@redfrontdoor.org>
23756         * manual/arith.texi (frexp): It is the magnitude of the return
23757         value which lies in [0.5, 1), not the return value itself.
23759 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23761         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23763 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
23765         * stdio-common/bug26.c (main): Correct fscanf template.
23767         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
23768         declare _dl_skip_args.
23770         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
23771         Don't declare.
23773         * manual/platform.texi: Add missing @end deftypefun.
23775 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
23777         [BZ #15529]
23778         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
23779         bit of mantissa of 2^16382.
23780         * math/libm-test.inc (hypot_test_data): Add more tests.
23782         * math/libm-test.inc: Add drem and pow10 to list of tested
23783         functions.
23784         (pow10_test): New function.
23785         (drem_test): Likewise.
23786         (drem_test_tonearest): Likewise.
23787         (drem_test_towardzero): Likewise.
23788         (drem_test_downward): Likewise.
23789         (drem_test_upward): Likewise.
23790         (main): Call the new functions.
23792         * math/libm-test.inc (finite_test_data): Remove.
23793         (finite_test): Run tests from isfinite_test_data.
23794         (gamma_test_data): Remove.
23795         (gamma_test): Run tests from lgamma_test_data.
23796         * sysdeps/i386/fpu/libm-test-ulps: Update.
23797         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23799 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23801         * manual/platform.texi: Add PowerPC PPR function set documentation.
23802         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
23803         implementation.
23805 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
23807         * math/libm-test.inc (MAX_EXP): Define.
23808         (ULPDIFF): Define.
23809         (ulp): New function.
23810         (check_float_internal): Use ULPDIFF.
23811         (cpow_test): Disable failing test.
23812         (check_ulp): Test ulp() implemetnation.
23813         (main): Call check_ulp before starting tests.
23815 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
23817         * math/gen-libm-test.pl (generate_testfile): Do not handle
23818         START_DATA and END_DATA.
23819         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
23820         END_DATA.
23821         (acos_tonearest_test_data): Likewise.
23822         (acos_towardzero_test_data): Likewise.
23823         (acos_downward_test_data): Likewise.
23824         (acos_upward_test_data): Likewise.
23825         (acosh_test_data): Likewise.
23826         (asin_test_data): Likewise.
23827         (asin_tonearest_test_data): Likewise.
23828         (asin_towardzero_test_data): Likewise.
23829         (asin_downward_test_data): Likewise.
23830         (asin_upward_test_data): Likewise.
23831         (asinh_test_data): Likewise.
23832         (atan_test_data): Likewise.
23833         (atanh_test_data): Likewise.
23834         (atan2_test_data): Likewise.
23835         (cabs_test_data): Likewise.
23836         (cacos_test_data): Likewise.
23837         (cacosh_test_data): Likewise.
23838         (carg_test_data): Likewise.
23839         (casin_test_data): Likewise.
23840         (casinh_test_data): Likewise.
23841         (catan_test_data): Likewise.
23842         (catanh_test_data): Likewise.
23843         (cbrt_test_data): Likewise.
23844         (ccos_test_data): Likewise.
23845         (ccosh_test_data): Likewise.
23846         (ceil_test_data): Likewise.
23847         (cexp_test_data): Likewise.
23848         (cimag_test_data): Likewise.
23849         (clog_test_data): Likewise.
23850         (clog10_test_data): Likewise.
23851         (conj_test_data): Likewise.
23852         (copysign_test_data): Likewise.
23853         (cos_test_data): Likewise.
23854         (cos_tonearest_test_data): Likewise.
23855         (cos_towardzero_test_data): Likewise.
23856         (cos_downward_test_data): Likewise.
23857         (cos_upward_test_data): Likewise.
23858         (cosh_test_data): Likewise.
23859         (cosh_tonearest_test_data): Likewise.
23860         (cosh_towardzero_test_data): Likewise.
23861         (cosh_downward_test_data): Likewise.
23862         (cosh_upward_test_data): Likewise.
23863         (cpow_test_data): Likewise.
23864         (cproj_test_data): Likewise.
23865         (creal_test_data): Likewise.
23866         (csin_test_data): Likewise.
23867         (csinh_test_data): Likewise.
23868         (csqrt_test_data): Likewise.
23869         (ctan_test_data): Likewise.
23870         (ctan_tonearest_test_data): Likewise.
23871         (ctan_towardzero_test_data): Likewise.
23872         (ctan_downward_test_data): Likewise.
23873         (ctan_upward_test_data): Likewise.
23874         (ctanh_test_data): Likewise.
23875         (ctanh_tonearest_test_data): Likewise.
23876         (ctanh_towardzero_test_data): Likewise.
23877         (ctanh_downward_test_data): Likewise.
23878         (ctanh_upward_test_data): Likewise.
23879         (erf_test_data): Likewise.
23880         (erfc_test_data): Likewise.
23881         (exp_test_data): Likewise.
23882         (exp_tonearest_test_data): Likewise.
23883         (exp_towardzero_test_data): Likewise.
23884         (exp_downward_test_data): Likewise.
23885         (exp_upward_test_data): Likewise.
23886         (exp10_test_data): Likewise.
23887         (exp2_test_data): Likewise.
23888         (expm1_test_data): Likewise.
23889         (fabs_test_data): Likewise.
23890         (fdim_test_data): Likewise.
23891         (finite_test_data): Likewise.
23892         (floor_test_data): Likewise.
23893         (fma_test_data): Likewise.
23894         (fma_towardzero_test_data): Likewise.
23895         (fma_downward_test_data): Likewise.
23896         (fma_upward_test_data): Likewise.
23897         (fmax_test_data): Likewise.
23898         (fmin_test_data): Likewise.
23899         (fmod_test_data): Likewise.
23900         (fpclassify_test_data): Likewise.
23901         (frexp_test_data): Likewise.
23902         (gamma_test_data): Likewise.
23903         (hypot_test_data): Likewise.
23904         (ilogb_test_data): Likewise.
23905         (isfinite_test_data): Likewise.
23906         (isgreater_test_data): Likewise.
23907         (isgreaterequal_test_data): Likewise.
23908         (isinf_test_data): Likewise.
23909         (isless_test_data): Likewise.
23910         (islessequal_test_data): Likewise.
23911         (islessgreater_test_data): Likewise.
23912         (isnan_test_data): Likewise.
23913         (isnormal_test_data): Likewise.
23914         (issignaling_test_data): Likewise.
23915         (isunordered_test_data): Likewise.
23916         (j0_test_data): Likewise.
23917         (j1_test_data): Likewise.
23918         (jn_test_data): Likewise.
23919         (ldexp_test_data): Likewise.
23920         (lgamma_test_data): Likewise.
23921         (lrint_test_data): Likewise.
23922         (lrint_tonearest_test_data): Likewise.
23923         (lrint_towardzero_test_data): Likewise.
23924         (lrint_downward_test_data): Likewise.
23925         (lrint_upward_test_data): Likewise.
23926         (llrint_test_data): Likewise.
23927         (llrint_tonearest_test_data): Likewise.
23928         (llrint_towardzero_test_data): Likewise.
23929         (llrint_downward_test_data): Likewise.
23930         (llrint_upward_test_data): Likewise.
23931         (log_test_data): Likewise.
23932         (log10_test_data): Likewise.
23933         (log1p_test_data): Likewise.
23934         (log2_test_data): Likewise.
23935         (logb_test_data): Likewise.
23936         (logb_downward_test_data): Likewise.
23937         (lround_test_data): Likewise.
23938         (llround_test_data): Likewise.
23939         (modf_test_data): Likewise.
23940         (nearbyint_test_data): Likewise.
23941         (nextafter_test_data): Likewise.
23942         (nexttoward_test_data): Likewise.
23943         (pow_test_data): Likewise.
23944         (pow_tonearest_test_data): Likewise.
23945         (pow_towardzero_test_data): Likewise.
23946         (pow_downward_test_data): Likewise.
23947         (pow_upward_test_data): Likewise.
23948         (remainder_test_data): Likewise.
23949         (remainder_tonearest_test_data): Likewise.
23950         (remainder_towardzero_test_data): Likewise.
23951         (remainder_downward_test_data): Likewise.
23952         (remainder_upward_test_data): Likewise.
23953         (remquo_test_data): Likewise.
23954         (rint_test_data): Likewise.
23955         (rint_tonearest_test_data): Likewise.
23956         (rint_towardzero_test_data): Likewise.
23957         (rint_downward_test_data): Likewise.
23958         (rint_upward_test_data): Likewise.
23959         (round_test_data): Likewise.
23960         (scalb_test_data): Likewise.
23961         (scalbn_test_data): Likewise.
23962         (scalbln_test_data): Likewise.
23963         (signbit_test_data): Likewise.
23964         (sin_test_data): Likewise.
23965         (sin_tonearest_test_data): Likewise.
23966         (sin_towardzero_test_data): Likewise.
23967         (sin_downward_test_data): Likewise.
23968         (sin_upward_test_data): Likewise.
23969         (sincos_test_data): Likewise.
23970         (sinh_test_data): Likewise.
23971         (sinh_tonearest_test_data): Likewise.
23972         (sinh_towardzero_test_data): Likewise.
23973         (sinh_downward_test_data): Likewise.
23974         (sinh_upward_test_data): Likewise.
23975         (sqrt_test_data): Likewise.
23976         (tan_test_data): Likewise.
23977         (tan_tonearest_test_data): Likewise.
23978         (tan_towardzero_test_data): Likewise.
23979         (tan_downward_test_data): Likewise.
23980         (tan_upward_test_data): Likewise.
23981         (tanh_test_data): Likewise.
23982         (tgamma_test_data): Likewise.
23983         (trunc_test_data): Likewise.
23984         (y0_test_data): Likewise.
23985         (y1_test_data): Likewise.
23986         (yn_test_data): Likewise.
23987         (significand_test_data): Likewise.
23989         * math/gen-libm-test.pl (@functions): Remove variable.
23990         (generate_testfile): Don't handle START and END lines.
23991         * math/libm-test.inc (START): New macro.
23992         (END): Likewise.
23993         (END_COMPLEX): Likewise.
23994         (acos_test): Use END macro without arguments.
23995         (acos_test_tonearest): Likewise.
23996         (acos_test_towardzero): Likewise.
23997         (acos_test_downward): Likewise.
23998         (acos_test_upward): Likewise.
23999         (acosh_test): Likewise.
24000         (asin_test): Likewise.
24001         (asin_test_tonearest): Likewise.
24002         (asin_test_towardzero): Likewise.
24003         (asin_test_downward): Likewise.
24004         (asin_test_upward): Likewise.
24005         (asinh_test): Likewise.
24006         (atan_test): Likewise.
24007         (atanh_test): Likewise.
24008         (atan2_test): Likewise.
24009         (cabs_test): Likewise.
24010         (cacos_test): Use END_COMPLEX macro without arguments.
24011         (cacosh_test): Likewise.
24012         (carg_test): Use END macro without arguments.
24013         (casin_test): Use END_COMPLEX macro without arguments.
24014         (casinh_test): Likewise.
24015         (catan_test): Likewise.
24016         (catanh_test): Likewise.
24017         (cbrt_test): Use END macro without arguments.
24018         (ccos_test): Use END_COMPLEX macro without arguments.
24019         (ccosh_test): Likewise.
24020         (ceil_test): Use END macro without arguments.
24021         (cexp_test): Use END_COMPLEX macro without arguments.
24022         (cimag_test): Use END macro without arguments.
24023         (clog_test): Use END_COMPLEX macro without arguments.
24024         (clog10_test): Likewise.
24025         (conj_test): Likewise.
24026         (copysign_test): Use END macro without arguments.
24027         (cos_test): Likewise.
24028         (cos_test_tonearest): Likewise.
24029         (cos_test_towardzero): Likewise.
24030         (cos_test_downward): Likewise.
24031         (cos_test_upward): Likewise.
24032         (cosh_test): Likewise.
24033         (cosh_test_tonearest): Likewise.
24034         (cosh_test_towardzero): Likewise.
24035         (cosh_test_downward): Likewise.
24036         (cosh_test_upward): Likewise.
24037         (cpow_test): Use END_COMPLEX macro without arguments.
24038         (cproj_test): Likewise.
24039         (creal_test): Use END macro without arguments.
24040         (csin_test): Use END_COMPLEX macro without arguments.
24041         (csinh_test): Likewise.
24042         (csqrt_test): Likewise.
24043         (ctan_test): Likewise.
24044         (ctan_test_tonearest): Likewise.
24045         (ctan_test_towardzero): Likewise.
24046         (ctan_test_downward): Likewise.
24047         (ctan_test_upward): Likewise.
24048         (ctanh_test): Likewise.
24049         (ctanh_test_tonearest): Likewise.
24050         (ctanh_test_towardzero): Likewise.
24051         (ctanh_test_downward): Likewise.
24052         (ctanh_test_upward): Likewise.
24053         (erf_test): Use END macro without arguments.
24054         (erfc_test): Likewise.
24055         (exp_test): Likewise.
24056         (exp_test_tonearest): Likewise.
24057         (exp_test_towardzero): Likewise.
24058         (exp_test_downward): Likewise.
24059         (exp_test_upward): Likewise.
24060         (exp10_test): Likewise.
24061         (exp2_test): Likewise.
24062         (expm1_test): Likewise.
24063         (fabs_test): Likewise.
24064         (fdim_test): Likewise.
24065         (finite_test): Likewise.
24066         (floor_test): Likewise.
24067         (fma_test): Likewise.
24068         (fma_test_towardzero): Likewise.
24069         (fma_test_downward): Likewise.
24070         (fma_test_upward): Likewise.
24071         (fmax_test): Likewise.
24072         (fmin_test): Likewise.
24073         (fmod_test): Likewise.
24074         (fpclassify_test): Likewise.
24075         (frexp_test): Likewise.
24076         (gamma_test): Likewise.
24077         (hypot_test): Likewise.
24078         (ilogb_test): Likewise.
24079         (isfinite_test): Likewise.
24080         (isgreater_test): Likewise.
24081         (isgreaterequal_test): Likewise.
24082         (isinf_test): Likewise.
24083         (isless_test): Likewise.
24084         (islessequal_test): Likewise.
24085         (islessgreater_test): Likewise.
24086         (isnan_test): Likewise.
24087         (isnormal_test): Likewise.
24088         (issignaling_test): Likewise.
24089         (isunordered_test): Likewise.
24090         (j0_test): Likewise.
24091         (j1_test): Likewise.
24092         (jn_test): Likewise.
24093         (ldexp_test): Likewise.
24094         (lgamma_test): Likewise.
24095         (lrint_test): Likewise.
24096         (lrint_test_tonearest): Likewise.
24097         (lrint_test_towardzero): Likewise.
24098         (lrint_test_downward): Likewise.
24099         (lrint_test_upward): Likewise.
24100         (llrint_test): Likewise.
24101         (llrint_test_tonearest): Likewise.
24102         (llrint_test_towardzero): Likewise.
24103         (llrint_test_downward): Likewise.
24104         (llrint_test_upward): Likewise.
24105         (log_test): Likewise.
24106         (log10_test): Likewise.
24107         (log1p_test): Likewise.
24108         (log2_test): Likewise.
24109         (logb_test): Likewise.
24110         (logb_test_downward): Likewise.
24111         (lround_test): Likewise.
24112         (llround_test): Likewise.
24113         (modf_test): Likewise.
24114         (nearbyint_test): Likewise.
24115         (nextafter_test): Likewise.
24116         (nexttoward_test): Likewise.
24117         (pow_test): Likewise.
24118         (pow_test_tonearest): Likewise.
24119         (pow_test_towardzero): Likewise.
24120         (pow_test_downward): Likewise.
24121         (pow_test_upward): Likewise.
24122         (remainder_test): Likewise.
24123         (remainder_test_tonearest): Likewise.
24124         (remainder_test_towardzero): Likewise.
24125         (remainder_test_downward): Likewise.
24126         (remainder_test_upward): Likewise.
24127         (remquo_test): Likewise.
24128         (rint_test): Likewise.
24129         (rint_test_tonearest): Likewise.
24130         (rint_test_towardzero): Likewise.
24131         (rint_test_downward): Likewise.
24132         (rint_test_upward): Likewise.
24133         (round_test): Likewise.
24134         (scalb_test): Likewise.
24135         (scalbn_test): Likewise.
24136         (scalbln_test): Likewise.
24137         (signbit_test): Likewise.
24138         (sin_test): Likewise.
24139         (sin_test_tonearest): Likewise.
24140         (sin_test_towardzero): Likewise.
24141         (sin_test_downward): Likewise.
24142         (sin_test_upward): Likewise.
24143         (sincos_test): Likewise.
24144         (sinh_test): Likewise.
24145         (sinh_test_tonearest): Likewise.
24146         (sinh_test_towardzero): Likewise.
24147         (sinh_test_downward): Likewise.
24148         (sinh_test_upward): Likewise.
24149         (sqrt_test): Likewise.
24150         (tan_test): Likewise.
24151         (tan_test_tonearest): Likewise.
24152         (tan_test_towardzero): Likewise.
24153         (tan_test_downward): Likewise.
24154         (tan_test_upward): Likewise.
24155         (tanh_test): Likewise.
24156         (tgamma_test): Likewise.
24157         (trunc_test): Likewise.
24158         (y0_test): Likewise.
24159         (y1_test): Likewise.
24160         (yn_test): Likewise.
24161         (significand_test): Likewise.
24163 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
24165         [BZ #15381]
24166         * libio/genops.c (_IO_no_init): Initialize wide struct info.
24168 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
24170         [BZ #14894]
24171         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
24172         __ppc_mdoio and __ppc_mdoom.
24173         * manual/platform.texi: Document new functions __ppc_yield,
24174         __ppc_mdoio and __ppc_mdoom.
24176 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
24178         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
24179         (main): Mention "tls" pseudo-hwcap is legacy.
24180         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
24182 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
24184         * math/gen-libm-test.pl (parse_args): Output only string of
24185         arguments as text for test name, not full call or descriptions of
24186         tests for extra outputs.
24187         (generate_testfile): Do not pass function name to parse_args.
24188         Generate this_func variable from START.
24189         * math/libm-test.inc (struct test_f_f_data): Rename test_name
24190         field to arg_str.
24191         (struct test_ff_f_data): Likewise.
24192         (test_ff_f_data_nexttoward): Likewise.
24193         (struct test_fi_f_data): Likewise.
24194         (struct test_fl_f_data): Likewise.
24195         (struct test_if_f_data): Likewise.
24196         (struct test_fff_f_data): Likewise.
24197         (struct test_c_f_data): Likewise.
24198         (struct test_f_f1_data): Likewise.  Remove field extra_name.
24199         (struct test_fF_f1_data): Likewise.
24200         (struct test_ffI_f1_data): Likewise.
24201         (struct test_c_c_data): Rename test_name field to arg_str.
24202         (struct test_cc_c_data): Likewise.
24203         (struct test_f_i_data): Likewise.
24204         (struct test_ff_i_data): Likewise.
24205         (struct test_f_l_data): Likewise.
24206         (struct test_f_L_data): Likewise.
24207         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
24208         and extra2_name.
24209         (COMMON_TEST_SETUP): New macro.
24210         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
24211         (COMMON_TEST_CLEANUP): Likewise.
24212         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
24213         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
24214         macros.
24215         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
24216         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
24217         macros.
24218         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
24219         (RUN_TEST_fff_f): Take argument string.  Call new setup and
24220         cleanup macros.
24221         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
24222         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
24223         macros.
24224         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
24225         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
24226         macros.
24227         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24228         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
24229         cleanup macros.
24230         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24231         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
24232         cleanup macros.
24233         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24234         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
24235         cleanup macros.
24236         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24237         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
24238         macros.
24239         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
24240         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
24241         macros.
24242         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
24243         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
24244         macros.
24245         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
24246         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
24247         cleanup macros.
24248         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
24249         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
24250         cleanup macros.
24251         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
24252         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
24253         macros.
24254         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
24255         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
24256         cleanup macros.
24257         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
24258         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
24259         macros.
24260         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
24261         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
24262         macros.
24263         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
24264         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
24265         cleanup macros.
24266         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
24268 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
24270         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
24271         to _sifields.sigfault.
24272         (si_addr_lsb): Define new macro.
24273         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
24274         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
24275         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
24277 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
24279         [BZ #15441]
24280         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
24281         returns -1.
24282         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
24283         null return -1.
24284         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
24285         loading the domain.
24287 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
24289         * math/gen-libm-test.pl (parse_args): Do not include expected
24290         result in test name.
24291         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
24292         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24293         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24294         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24295         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24296         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24298 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
24300         * benchtests/Makefile: Sort function entries.
24302         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
24303         tanh, asinh, acosh, atanh.
24304         * benchtests/acos-inputs: New file.
24305         * benchtests/acosh-inputs: New file.
24306         * benchtests/asin-inputs: New file.
24307         * benchtests/asinh-inputs: New file.
24308         * benchtests/atanh-inputs: New file.
24309         * benchtests/cosh-inputs: New file.
24310         * benchtests/log-inputs: New file.
24311         * benchtests/sinh-inputs: New file.
24312         * benchtests/tanh-inputs: New file.
24314 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
24316         [BZ #15339]
24317         * posix/tst-getaddrinfo4.c: New test.
24318         * posix/Makefile (tests): Add it.
24320 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24322         [BZ #15339]
24323         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
24324         when no services were used.
24325         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
24326         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
24328 2013-05-21  Andreas Schwab  <schwab@suse.de>
24330         [BZ #15014]
24331         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
24332         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
24333         successful.
24334         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
24335         redundant variable declarations and reallocation of buffer when
24336         parsing as IPv6 address.  Always set NSS status when called from
24337         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
24338         buffer too small.  Correct computation of needed size.
24339         * nss/Makefile (tests): Add test-digits-dots.
24340         * nss/test-digits-dots.c: New test.
24342 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24344         * benchtests/Makefile: Remove instructions for adding
24345         benchmark tests.
24346         * benchtests/README: New file to explain how to execute and
24347         enhance the benchmark tests.
24349 2013-05-21  Andreas Schwab  <schwab@suse.de>
24351         [BZ #15493]
24352         * setjmp/Makefile (tests): Add tst-sigsetjmp.
24353         * setjmp/tst-sigsetjmp.c: New test.
24355 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24357         * sysdeps/x86_64/memset.S (memset): New implementation.
24358         (__bzero): Likewise.
24359         (__memset_tail): New function.
24361 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24363         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
24364         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
24365         __memcpy_sse2_unaligned ifunc selection.
24366         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
24367         Add memcpy-sse2-unaligned.S.
24368         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
24369         Add: __memcpy_sse2_unaligned.
24371 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
24373         [BZ #15490]
24374         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
24375         math_force_eval before restoring floating-point envrionment.
24376         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
24377         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
24378         Likewise.
24379         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
24380         <math_private.h>.
24381         (__nearbyintl): Use math_force_eval before restoring
24382         floating-point environment.
24383         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
24385         * math/gen-libm-test.pl (special_functions): Remove.
24386         (parse_args): Don't handle TEST_extra.  Handle functions with no
24387         return value.
24388         * math/libm-test.inc (struct test_sincos_data): Replace with
24389         struct test_fFF_11_data.
24390         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
24391         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
24392         (sincos_test_data): Change element type to struct
24393         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
24394         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
24395         RUN_TEST_LOOP_sincos.
24396         * math/README.libm-test: Don't mention special handling of
24397         individual functions.
24398         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
24399         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24400         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24401         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24402         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24403         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24405         * math/gen-libm-test.pl (get_variable): Remove function.
24406         (parse_args): Don't show pointer parameters to call in test
24407         names.  Use "extra output N" in test names for extra outputs
24408         rather than naming variables.
24410 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
24412         [BZ #15488]
24413         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
24414         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
24415         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
24416         double tests.
24417         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
24418         disable.
24419         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
24420         check_long_double.
24422         * math/gen-libm-test.pl (@tests): Remove variable.
24423         ($count): Likewise.
24424         (new_test): Remove function.
24425         (show_exceptions): New function.
24426         (special_functions): Use show_exceptions instead of new_test.
24427         (parse_args): Likewise.
24428         (generate_testfile): Pass only function name in generated call to
24429         print_max_error or print_complex_max_error.
24430         (get_ulps): Do not handle complex tests specially.
24431         (output_test): Rename to ...
24432         (get_all_ulps_for_test): ... this.  Return a string rather than
24433         printing to a file.  Require ulps to be present.
24434         (output_ulps): Generate arrays rather than #defines.
24435         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
24436         (struct ulp_data): New type.
24437         (BUILD_COMPLEX_ULP): Remove macro.
24438         (compare_ulp_data): New function.
24439         (find_ulps): Likewise.
24440         (find_test_ulps): Likewise.
24441         (find_function_ulps): Likewise.
24442         (find_complex_function_ulps): Likewise.
24443         (print_max_error): Determine allowed ulps using
24444         find_function_ulps.
24445         (print_complex_max_error): Determine allowed ulps using
24446         find_complex_function_ulps.
24447         (check_float_internal): Determine max ulps using find_test_ulps.
24448         (check_float): Do not take max_ulp parameter.  Update call to
24449         check_float_internal.
24450         (check_complex): Likewise.
24451         (check_int): Do not take max_ulp parameter.
24452         (check_long): Likewise.
24453         (check_bool): Likewise.
24454         (check_longlong): Likewise.
24455         (struct test_f_f_data): Remove max_ulp field.
24456         (struct test_ff_f_data): Likewise.
24457         (struct test_ff_f_data_nexttoward): Likewise.
24458         (struct test_fi_f_data): Likewise.
24459         (struct test_fl_f_data): Likewise.
24460         (struct test_if_f_data): Likewise.
24461         (struct test_fff_f_data): Likewise.
24462         (struct test_c_f_data): Likewise.
24463         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
24464         (struct test_fF_f1_data): Likewise.
24465         (struct test_ffI_f1_data): Likewise.
24466         (struct test_c_c_data): Remove max_ulp field.
24467         (struct test_cc_c_data): Likewise.
24468         (struct test_f_i_data): Likewise.
24469         (struct test_ff_i_data): Likewise.
24470         (struct test_f_l_data): Likewise.
24471         (struct test_f_L_data): Likewise.
24472         (struct test_sincos_data): Likewise.
24473         (RUN_TEST_f_f): Do not handle ulps.
24474         (RUN_TEST_LOOP_f_f): Likewise.
24475         (RUN_TEST_2_f): Likewise.
24476         (RUN_TEST_LOOP_2_f): Likewise.
24477         (RUN_TEST_fff_f): Likewise.
24478         (RUN_TEST_LOOP_fff_f): Likewise.
24479         (RUN_TEST_c_f): Likewise.
24480         (RUN_TEST_LOOP_c_f): Likewise.
24481         (RUN_TEST_f_f1): Likewise.
24482         (RUN_TEST_LOOP_f_f1): Likewise.
24483         (RUN_TEST_fF_f1): Likewise.
24484         (RUN_TEST_LOOP_fF_f1): Likewise.
24485         (RUN_TEST_fI_f1): Likewise.
24486         (RUN_TEST_LOOP_fI_f1): Likewise.
24487         (RUN_TEST_ffI_f1): Likewise.
24488         (RUN_TEST_LOOP_ffI_f1): Likewise.
24489         (RUN_TEST_c_c): Likewise.
24490         (RUN_TEST_LOOP_c_c): Likewise.
24491         (RUN_TEST_cc_c): Likewise.
24492         (RUN_TEST_LOOP_cc_c): Likewise.
24493         (RUN_TEST_f_i): Likewise.
24494         (RUN_TEST_LOOP_f_i): Likewise.
24495         (RUN_TEST_f_i_tg): Likewise.
24496         (RUN_TEST_LOOP_f_i_tg): Likewise.
24497         (RUN_TEST_ff_i_tg): Likewise.
24498         (RUN_TEST_LOOP_ff_i_tg): Likewise.
24499         (RUN_TEST_f_b): Likewise.
24500         (RUN_TEST_LOOP_f_b): Likewise.
24501         (RUN_TEST_f_b_tg): Likewise.
24502         (RUN_TEST_LOOP_f_b_tg): Likewise.
24503         (RUN_TEST_f_l): Likewise.
24504         (RUN_TEST_LOOP_f_l): Likewise.
24505         (RUN_TEST_f_L): Likewise.
24506         (RUN_TEST_LOOP_f_L): Likewise.
24507         (RUN_TEST_sincos): Likewise.
24508         (RUN_TEST_LOOP_sincos): Likewise.
24510 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
24512         [BZ #15480]
24513         [BZ #15485]
24514         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
24515         main case of finite arguments, set rounding mode to FE_TONEAREST
24516         and discard exceptions.
24517         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
24518         exceptions.
24519         (remainder_tonearest_test_data): New variable.
24520         (remainder_test_tonearest): New function.
24521         (remainder_towardzero_test_data): New variable.
24522         (remainder_test_towardzero): New function.
24523         (remainder_downward_test_data): New variable.
24524         (remainder_test_downward): New function.
24525         (remainder_upward_test_data): New variable.
24526         (remainder_test_upward): New function.
24527         (main): Call the new test functions.
24529         * math/libm-test.inc (struct test_f_f1_data): Remove field
24530         extra_init.
24531         (struct test_fF_f1_data): Likewise.
24532         (struct test_ffI_f1_data): Likewise.
24533         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
24534         based on value of EXTRA_EXPECTED.
24535         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24536         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
24537         EXTRA_VAR based on value of EXTRA_EXPECTED.
24538         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24539         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
24540         EXTRA_VAR based on value of EXTRA_EXPECTED.
24541         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24542         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
24543         EXTRA_VAR based on value of EXTRA_EXPECTED.
24544         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24545         * math/gen-libm-test.pl (parse_args): Don't output initializers
24546         for extra output values.
24548         * math/libm-test.inc (check_int): Expect result to be exactly
24549         equal to expected value and do not handle ulps.
24550         (check_long): Likewise.
24551         (check_longlong): Likewise.
24553         * math/libm-test.inc (ceil_test_data): Test for "inexact"
24554         exceptions.
24555         (cimag_test_data): Likewise.
24556         (conj_test_data): Likewise.
24557         (copysign_test_data): Likewise.
24558         (cproj_test_data): Likewise.
24559         (creal_test_data): Likewise.
24560         (fabs_test_data): Likewise.
24561         (fdim_test_data): Likewise.
24562         (finite_test_data): Likewise.
24563         (floor_test_data): Likewise.
24564         (fmax_test_data): Likewise.
24565         (fmin_test_data): Likewise.
24566         (fmod_test_data): Likewise.
24567         (fpclassify_test_data): Likewise.
24568         (frexp_test_data): Likewise.
24569         (ilogb_test_data): Likewise.
24570         (isfinite_test_data): Likewise.
24571         (isgreater_test_data): Likewise.
24572         (isgreaterequal_test_data): Likewise.
24573         (isinf_test_data): Likewise.
24574         (isless_test_data): Likewise.
24575         (islessequal_test_data): Likewise.
24576         (islessgreater_test_data): Likewise.
24577         (isnan_test_data): Likewise.
24578         (isnormal_test_data): Likewise.
24579         (issignaling_test_data): Likewise.
24580         (isunordered_test_data): Likewise.
24581         (ldexp_test_data): Likewise.
24582         (lrint_test_data): Likewise.
24583         (lrint_test_data) [TEST_FLOAT]: Disable one test.
24584         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
24585         (lrint_tonearest_test_data): Test for "inexact" exceptions.
24586         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24587         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
24588         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24589         test input.
24590         (lrint_towardzero_test_data): Test for "inexact" exceptions.
24591         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24592         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
24593         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
24594         that test input.
24595         (lrint_downward_test_data): Test for "inexact" exceptions.
24596         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24597         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
24598         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24599         test input.
24600         (lrint_upward_test_data): Test for "inexact" exceptions.
24601         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
24602         test input.
24603         (llrint_test_data): Test for "inexact" exceptions.
24604         (llrint_test_data) [TEST_FLOAT]: Disable one test.
24605         (llrint_tonearest_test_data): Test for "inexact" exceptions.
24606         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24607         (llrint_towardzero_test_data): Test for "inexact" exceptions.
24608         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24609         (llrint_downward_test_data): Test for "inexact" exceptions.
24610         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24611         (llrint_upward_test_data): Test for "inexact" exceptions.
24612         (logb_test_data): Likewise.
24613         (logb_downward_test_data): Likewise.
24614         (nextafter_test_data): Likewise.
24615         (nexttoward_test_data): Likewise.
24616         (remainder_test_data): Likewise.
24617         (remquo_test_data): Likewise.
24618         (scalbn_test_data): Likewise.
24619         (scalbln_test_data): Likewise.
24620         (signbit_test_data): Likewise.
24621         (sqrt_test_data): Likewise.
24622         (significand_test_data): Likewise.
24624 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
24626         [BZ #15424]
24627         * benchtests/bench-modf.c (struct args): Mark arg0 as
24628         volatile.
24629         * scripts/bench.pl: Mark members of struct args as volatile.
24631 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24633         [BZ # 15497]
24634         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
24635         negative infinity on POWER6 or lower.
24636         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
24638 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
24640         [BZ #15442]
24641         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
24642         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
24643         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
24644         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
24645         (_FP_SETQNAN): New macro.
24646         (_FP_SETQNAN_SEMIRAW): Likewise.
24647         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
24648         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
24649         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
24650         (FP_EXTEND): Use _FP_FRAC_SNANP.
24651         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
24652         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
24653         into account.
24654         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24655         New macro.
24656         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24657         Likewise.
24659 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24661         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
24662         with DIVIDE_BY_ZERO_EXCEPTION.
24663         (gamma_test_data): Likewise.
24664         (lgamma_test_data): Likewise.
24665         (log_test_data): Likewise.
24666         (log10_test_data): Likewise.
24667         (log2_test_data): Likewise.
24668         (tgamma_test_data): Likewise.
24670         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
24671         (acos_test_tonearest): Likewise.
24672         (acos_test_towardzero): Likewise.
24673         (acos_test_downward): Likewise.
24674         (acos_test_upward): Likewise.
24675         (acosh_test): Likewise.
24676         (asin_test): Likewise.
24677         (asin_test_tonearest): Likewise.
24678         (asin_test_towardzero): Likewise.
24679         (asin_test_downward): Likewise.
24680         (asin_test_upward): Likewise.
24681         (asinh_test): Likewise.
24682         (atan_test): Likewise.
24683         (atanh_test): Likewise.
24684         (atan2_test): Likewise.
24685         (cabs_test): Likewise.
24686         (cacos_test): Likewise.
24687         (cacosh_test): Likewise.
24688         (casin_test): Likewise.
24689         (casinh_test): Likewise.
24690         (catan_test): Likewise.
24691         (catanh_test): Likewise.
24692         (cbrt_test): Likewise.
24693         (ccos_test): Likewise.
24694         (ccosh_test): Likewise.
24695         (cexp_test): Likewise.
24696         (clog_test): Likewise.
24697         (clog10_test): Likewise.
24698         (cos_test): Likewise.
24699         (cos_test_tonearest): Likewise.
24700         (cos_test_towardzero): Likewise.
24701         (cos_test_downward): Likewise.
24702         (cos_test_upward): Likewise.
24703         (cosh_test): Likewise.
24704         (cosh_test_tonearest): Likewise.
24705         (cosh_test_towardzero): Likewise.
24706         (cosh_test_downward): Likewise.
24707         (cosh_test_upward): Likewise.
24708         (cpow_test): Likewise.
24709         (csin_test): Likewise.
24710         (csinh_test): Likewise.
24711         (csqrt_test): Likewise.
24712         (ctan_test): Likewise.
24713         (ctan_test_tonearest): Likewise.
24714         (ctan_test_towardzero): Likewise.
24715         (ctan_test_downward): Likewise.
24716         (ctan_test_upward): Likewise.
24717         (ctanh_test): Likewise.
24718         (ctanh_test_tonearest): Likewise.
24719         (ctanh_test_towardzero): Likewise.
24720         (ctanh_test_downward): Likewise.
24721         (ctanh_test_upward): Likewise.
24722         (erf_test): Likewise.
24723         (erfc_test): Likewise.
24724         (exp_test): Likewise.
24725         (exp_test_tonearest): Likewise.
24726         (exp_test_towardzero): Likewise.
24727         (exp_test_downward): Likewise.
24728         (exp_test_upward): Likewise.
24729         (exp10_test): Likewise.
24730         (exp2_test): Likewise.
24731         (expm1_test): Likewise.
24732         (fmod_test): Likewise.
24733         (gamma_test): Likewise.
24734         (hypot_test): Likewise.
24735         (j0_test): Likewise.
24736         (j1_test): Likewise.
24737         (jn_test): Likewise.
24738         (lgamma_test): Likewise.
24739         (log_test): Likewise.
24740         (log10_test): Likewise.
24741         (log1p_test): Likewise.
24742         (log2_test): Likewise.
24743         (logb_test_downward): Likewise.
24744         (pow_test): Likewise.
24745         (pow_test_tonearest): Likewise.
24746         (pow_test_towardzero): Likewise.
24747         (pow_test_downward): Likewise.
24748         (pow_test_upward): Likewise.
24749         (remainder_test): Likewise.
24750         (remquo_test): Likewise.
24751         (sin_test): Likewise.
24752         (sin_test_tonearest): Likewise.
24753         (sin_test_towardzero): Likewise.
24754         (sin_test_downward): Likewise.
24755         (sin_test_upward): Likewise.
24756         (sincos_test): Likewise.
24757         (sinh_test): Likewise.
24758         (sinh_test_tonearest): Likewise.
24759         (sinh_test_towardzero): Likewise.
24760         (sinh_test_downward): Likewise.
24761         (sinh_test_upward): Likewise.
24762         (sqrt_test): Likewise.
24763         (tan_test): Likewise.
24764         (tan_test_tonearest): Likewise.
24765         (tan_test_towardzero): Likewise.
24766         (tan_test_downward): Likewise.
24767         (tan_test_upward): Likewise.
24768         (tanh_test): Likewise.
24769         (tgamma_test): Likewise.
24770         (y0_test): Likewise.
24771         (y1_test): Likewise.
24772         (yn_test): Likewise.
24774         * math/gen-libm-test.pl (adjust_arg): Remove function.
24775         (special_function): Remove argument $in_func.  Only handle
24776         generating output for tables of tests, not inside functions.
24777         (parse_args): Likewise.
24778         (generate_testfile): Remove variable $in_func.  Update call to
24779         parse_args.
24780         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
24781         (MINUS_ZERO_INIT): Rename macro to minus_zero.
24782         (PLUS_INFTY_INIT): Rename macro to plus_infty.
24783         (MINUS_INFTY_INIT): Rename macro to minus_infty.
24784         (QNAN_VALUE_INIT): Rename macro to qnan_value.
24785         (MAX_VALUE_INIT): Rename macro to max_value.
24786         (MIN_VALUE_INIT): Rename macro to min_value.
24787         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
24788         (plus_zero): Remove variable.
24789         (minus_zero): Likewise.
24790         (plus_infty): Likewise.
24791         (minus_infty): Likewise.
24792         (qnan_value): Likewise.
24793         (max_value): Likewise.
24794         (min_value): Likewise.
24795         (min_subnorm_value): Likewise.
24797 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24799         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
24800         uint64_t or uint32_t usage.
24801         * crypt/sha256-block.c: Likewise.
24802         * crypt/sha256-crypt.c: Likewise.
24803         * crypt/sha256.c: Likewise.
24804         * crypt/sha512-block.c: Likewise.
24805         * crypt/sha512-crypt.c: Likewise.
24806         * crypt/sha512.c: Likewise.
24807         * debug/backtrace-tst.c: Likewise.
24808         * debug/pcprofiledump.c: Likewise.
24809         * elf/cache.c: Likewise.
24810         * elf/dl-cache.c: Likewise.
24811         * elf/dl-misc.c: Likewise.
24812         * elf/dl-profile.c: Likewise.
24813         * elf/dl-support.c: Likewise.
24814         * elf/ldconfig.c: Likewise.
24815         * elf/sprof.c: Likewise.
24816         * iconv/dummy-repertoire.c: Likewise.
24817         * iconv/iconv_charmap.c: Likewise.
24818         * iconv/skeleton.c: Likewise.
24819         * iconvdata/8bit-generic.c: Likewise.
24820         * iconvdata/cp737.h: Likewise.
24821         * iconvdata/cp775.h: Likewise.
24822         * iconvdata/ibm1008.h: Likewise.
24823         * iconvdata/ibm1025.h: Likewise.
24824         * iconvdata/ibm1046.h: Likewise.
24825         * iconvdata/ibm1097.h: Likewise.
24826         * iconvdata/ibm1112.h: Likewise.
24827         * iconvdata/ibm1122.h: Likewise.
24828         * iconvdata/ibm1123.h: Likewise.
24829         * iconvdata/ibm1124.h: Likewise.
24830         * iconvdata/ibm1129.h: Likewise.
24831         * iconvdata/ibm1130.h: Likewise.
24832         * iconvdata/ibm1132.h: Likewise.
24833         * iconvdata/ibm1133.h: Likewise.
24834         * iconvdata/ibm1137.h: Likewise.
24835         * iconvdata/ibm1140.h: Likewise.
24836         * iconvdata/ibm1141.h: Likewise.
24837         * iconvdata/ibm1142.h: Likewise.
24838         * iconvdata/ibm1143.h: Likewise.
24839         * iconvdata/ibm1144.h: Likewise.
24840         * iconvdata/ibm1145.h: Likewise.
24841         * iconvdata/ibm1146.h: Likewise.
24842         * iconvdata/ibm1147.h: Likewise.
24843         * iconvdata/ibm1148.h: Likewise.
24844         * iconvdata/ibm1149.h: Likewise.
24845         * iconvdata/ibm1153.h: Likewise.
24846         * iconvdata/ibm1154.h: Likewise.
24847         * iconvdata/ibm1155.h: Likewise.
24848         * iconvdata/ibm1156.h: Likewise.
24849         * iconvdata/ibm1157.h: Likewise.
24850         * iconvdata/ibm1158.h: Likewise.
24851         * iconvdata/ibm1160.h: Likewise.
24852         * iconvdata/ibm1161.h: Likewise.
24853         * iconvdata/ibm1162.h: Likewise.
24854         * iconvdata/ibm1163.h: Likewise.
24855         * iconvdata/ibm1164.h: Likewise.
24856         * iconvdata/ibm1166.h: Likewise.
24857         * iconvdata/ibm1167.h: Likewise.
24858         * iconvdata/ibm12712.h: Likewise.
24859         * iconvdata/ibm1390.h: Likewise.
24860         * iconvdata/ibm1399.h: Likewise.
24861         * iconvdata/ibm16804.h: Likewise.
24862         * iconvdata/ibm4517.h: Likewise.
24863         * iconvdata/ibm4899.h: Likewise.
24864         * iconvdata/ibm4909.h: Likewise.
24865         * iconvdata/ibm4971.h: Likewise.
24866         * iconvdata/ibm5347.h: Likewise.
24867         * iconvdata/ibm803.h: Likewise.
24868         * iconvdata/ibm856.h: Likewise.
24869         * iconvdata/ibm901.h: Likewise.
24870         * iconvdata/ibm902.h: Likewise.
24871         * iconvdata/ibm9030.h: Likewise.
24872         * iconvdata/ibm9066.h: Likewise.
24873         * iconvdata/ibm921.h: Likewise.
24874         * iconvdata/ibm922.h: Likewise.
24875         * iconvdata/ibm9448.h: Likewise.
24876         * iconvdata/isiri-3342.h: Likewise.
24877         * iconvdata/jis0201.h: Likewise.
24878         * include/link.h: Likewise.
24879         * include/netdb.h: Likewise.
24880         * inet/check_native.c: Likewise.
24881         * inet/check_pf.c: Likewise.
24882         * inet/getipv4sourcefilter.c: Likewise.
24883         * inet/getnameinfo.c: Likewise.
24884         * inet/getsourcefilter.c: Likewise.
24885         * inet/htonl.c: Likewise.
24886         * inet/setipv4sourcefilter.c: Likewise.
24887         * inet/setsourcefilter.c: Likewise.
24888         * inet/test-inet6_opt.c: Likewise.
24889         * inet/tst-network.c: Likewise.
24890         * locale/C-collate.c: Likewise.
24891         * locale/C-ctype.c: Likewise.
24892         * locale/C-time.c: Likewise.
24893         * locale/C-translit.h: Likewise.
24894         * locale/loadarchive.c: Likewise.
24895         * locale/programs/3level.h: Likewise.
24896         * locale/programs/charmap.c: Likewise.
24897         * locale/programs/charmap.h: Likewise.
24898         * locale/programs/ld-address.c: Likewise.
24899         * locale/programs/ld-collate.c: Likewise.
24900         * locale/programs/ld-ctype.c: Likewise.
24901         * locale/programs/ld-identification.c: Likewise.
24902         * locale/programs/ld-measurement.c: Likewise.
24903         * locale/programs/ld-messages.c: Likewise.
24904         * locale/programs/ld-monetary.c: Likewise.
24905         * locale/programs/ld-name.c: Likewise.
24906         * locale/programs/ld-numeric.c: Likewise.
24907         * locale/programs/ld-paper.c: Likewise.
24908         * locale/programs/ld-telephone.c: Likewise.
24909         * locale/programs/ld-time.c: Likewise.
24910         * locale/programs/linereader.c: Likewise.
24911         * locale/programs/locale.c: Likewise.
24912         * locale/programs/locarchive.c: Likewise.
24913         * locale/programs/locfile.h: Likewise.
24914         * locale/programs/repertoire.c: Likewise.
24915         * locale/programs/simple-hash.c: Likewise.
24916         * locale/programs/simple-hash.h: Likewise.
24917         * malloc/memusage.c: Likewise.
24918         * malloc/memusagestat.c: Likewise.
24919         * nis/nis_defaults.c: Likewise.
24920         * nis/nis_hash.c: Likewise.
24921         * nis/nis_print.c: Likewise.
24922         * nis/nis_xdr.c: Likewise.
24923         * nscd/connections.c: Likewise.
24924         * nscd/hstcache.c: Likewise.
24925         * nscd/nscd_gethst_r.c: Likewise.
24926         * nscd/nscd_getserv_r.c: Likewise.
24927         * nscd/nscd_helper.c: Likewise.
24928         * nscd/servicescache.c: Likewise.
24929         * nss/makedb.c: Likewise.
24930         * nss/nss_db/db-XXX.c: Likewise.
24931         * nss/nss_db/db-initgroups.c: Likewise.
24932         * nss/nss_db/db-netgrp.c: Likewise.
24933         * nss/nss_files/files-network.c: Likewise.
24934         * nss/nss_files/files-parse.c: Likewise.
24935         * posix/bug-regex5.c: Likewise.
24936         * posix/fnmatch_loop.c: Likewise.
24937         * posix/regcomp.c: Likewise.
24938         * posix/regexec.c: Likewise.
24939         * posix/tst-rfc3484-2.c: Likewise.
24940         * posix/tst-rfc3484-3.c: Likewise.
24941         * posix/tst-rfc3484.c: Likewise.
24942         * resolv/nss_dns/dns-canon.c: Likewise.
24943         * resolv/nss_dns/dns-network.c: Likewise.
24944         * resolv/res_init.c: Likewise.
24945         * resolv/res_mkquery.c: Likewise.
24946         * resolv/tst-aton.c: Likewise.
24947         * stdlib/cxa_atexit.c: Likewise.
24948         * stdlib/cxa_finalize.c: Likewise.
24949         * stdlib/gen-fpioconst.c: Likewise.
24950         * stdlib/strtol_l.c: Likewise.
24951         * string/tst-endian.c: Likewise.
24952         * sunrpc/auth_des.c: Likewise.
24953         * sunrpc/clnt_udp.c: Likewise.
24954         * sunrpc/rtime.c: Likewise.
24955         * sunrpc/svcauth_des.c: Likewise.
24956         * sunrpc/xdr.c: Likewise.
24957         * sunrpc/xdr_intXX_t.c: Likewise.
24958         * sunrpc/xdr_rec.c: Likewise.
24959         * sysdeps/generic/ldconfig.h: Likewise.
24960         * sysdeps/generic/ldsodefs.h: Likewise.
24961         * sysdeps/generic/memusage.h: Likewise.
24962         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
24963         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
24964         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
24965         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
24966         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
24967         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
24968         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
24969         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
24970         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
24971         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
24972         * sysdeps/posix/getaddrinfo.c: Likewise.
24973         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
24974         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
24975         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
24976         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
24977         * sysdeps/powerpc/test-gettimebase.c: Likewise.
24978         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
24979         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
24980         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
24981         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
24982         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
24983         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
24984         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
24985         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
24986         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
24987         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
24988         * sysdeps/x86_64/dl-tls.h: Likewise.
24989         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
24990         * time/alt_digit.c: Likewise.
24991         * time/era.c: Likewise.
24992         * wcsmbs/tst-c16c32-1.c: Likewise.
24994 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24996         * math/libm-test.inc (struct test_sincos_data): New type.
24997         (RUN_TEST_LOOP_sincos): New macro.
24998         (sincos_test_data): New variable.
24999         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
25001 2013-05-16  Richard Henderson  <rth@redhat.com>
25003         * math/atest-exp2.c (LIMB64): New macro.
25004         (CONSTSZ): New macro.
25005         (mp_exp1, mp_exp_m1, mp_log2): New variables.
25006         (hexdig): Move ...
25007         (print_mpn_fp): ... to function scope.
25008         (read_mpn_hex): Remove.
25009         (get_log2): Remove.
25010         (exp2_mpn): Use mp_log2.
25011         (main): Use mp_exp1.
25013 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
25015         * math/libm-test.inc: Remove comment about not testing "inexact"
25016         exceptions.
25017         (INEXACT_EXCEPTION): New macro.
25018         (NO_INEXACT_EXCEPTION): Likewise.
25019         (INVALID_EXCEPTION_OK): Update value.
25020         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
25021         (OVERFLOW_EXCEPTION_OK): Likewise.
25022         (UNDERFLOW_EXCEPTION_OK): Likewise.
25023         (IGNORE_ZERO_INF_SIGN): Likewise.
25024         (ERRNO_UNCHANGED): Likewise.
25025         (ERRNO_EDOM): Likewise.
25026         (ERRNO_ERANGE): Likewise.
25027         (test_exceptions): Handle testing "inexact" exceptions.
25028         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
25029         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
25030         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
25031         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
25032         INEXACT_EXCEPTION.
25033         (rint_towardzero_test_data): Likewise.
25034         (rint_downward_test_data): Likewise.
25035         (rint_upward_test_data): Likewise.
25037         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
25038         with OVERFLOW_EXCEPTION.
25039         (exp10_test_data): Likewise.
25040         (exp2_test_data): Likewise.
25041         (expm1_test_data): Likewise.
25042         (lgamma_test_data): Likewise.
25043         (pow_test_data): Likewise.
25044         (tgamma_test_data): Likewise.
25045         (yn_test_data): Remove duplicate test of overflow.
25047         * math/libm-test.inc (struct test_cc_c_data): New type.
25048         (RUN_TEST_LOOP_cc_c): New macro.
25049         (cpow_test_data): New variable.
25050         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
25052         * math/libm-test.inc (struct test_f_L_data): New type.
25053         (RUN_TEST_LOOP_f_L): New macro.
25054         (llrint_test_data): New variable.
25055         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
25056         (llrint_tonearest_test_data): New variable.
25057         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
25058         (llrint_towardzero_test_data): New variable.
25059         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
25060         (llrint_downward_test_data): New variable.
25061         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
25062         (llrint_upward_test_data): New variable.
25063         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
25064         (llround_test_data): New variable.
25065         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
25067 2013-05-13  Peter Collingbourne  <pcc@google.com>
25069         * math/atest-exp2.c (get_log2): Remove const attribute.
25071 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
25073         * math/libm-test.inc (struct test_f_l_data): New type.
25074         (RUN_TEST_LOOP_f_l): New macro.
25075         (lrint_test_data): New variable.
25076         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
25077         (lrint_tonearest_test_data): New variable.
25078         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
25079         (lrint_towardzero_test_data): New variable.
25080         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
25081         (lrint_downward_test_data): New variable.
25082         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
25083         (lrint_upward_test_data): New variable.
25084         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
25085         (lround_test_data): New variable.
25086         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
25088 2013-05-15  Peter Collingbourne  <pcc@google.com>
25090         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
25091         (EXTRACT_WORDS64) Use where appropriate.
25092         (INSERT_WORDS64) Likewise.
25094         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
25095         constraints with x constraints.
25096         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
25098         * malloc/obstack.c (_obstack_compat): Add initializer.
25100 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
25102         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
25103         si_trapno and add si_addr_lsb to _sifields.sigfault.
25104         (si_trapno): Remove macro.
25105         (si_addr_lsb): Define new macro.
25106         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
25108 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
25110         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
25111         instead of TEST_f_l.
25112         (llrint_test_tonearest): Likewise.
25113         (llrint_test_towardzero): Likewise.
25114         (llrint_test_downward): Likewise.
25115         (llrint_test_upward): Likewise.
25116         (llround_test): Likewise.
25118         * math/libm-test.inc (struct test_f_i_data): Add comment.
25119         (RUN_TEST_LOOP_f_b): New macro.
25120         (RUN_TEST_LOOP_f_b_tg): Likewise.
25121         (finite_test_data): New variable.
25122         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
25123         (isfinite_test_data): New variable.
25124         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25125         (isinf_test_data): New variable.
25126         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25127         (isnan_test_data): New variable.
25128         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25129         (isnormal_test_data): New variable.
25130         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25131         (issignaling_test_data): New variable.
25132         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25133         (signbit_test_data): New variable.
25134         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25136         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
25137         with INVALID_EXCEPTION.
25138         (acosh_test_data): Likewise.
25139         (asin_test_data): Likewise.
25140         (atanh_test_data): Likewise.
25141         (fmod_test_data): Likewise.
25142         (log_test_data): Likewise.
25143         (log10_test_data): Likewise.
25144         (log2_test_data): Likewise.
25145         (pow_test_data): Likewise.
25146         (sqrt_test_data): Likewise.
25147         (y0_test_data): Likewise.
25148         (y1_test_data): Likewise.
25149         (yn_test_data): Likewise.
25151         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
25152         function contents.
25154         * math/libm-test.inc (struct test_ff_i_data): New type.
25155         (RUN_TEST_LOOP_ff_i_tg): New macro.
25156         (isgreater_test_data): New variable.
25157         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25158         (isgreaterequal_test_data): New variable.
25159         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25160         (isless_test_data): New variable.
25161         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25162         (islessequal_test_data): New variable.
25163         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25164         (islessgreater_test_data): New variable.
25165         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25166         (isunordered_test_data): New variable.
25167         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25169 2013-05-14  David S. Miller  <davem@davemloft.net>
25171         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25173 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
25175         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
25177         * math/libm-test.inc (struct test_fF_f1_data): Change type of
25178         extra_test to int.
25179         (struct test_f_i_data): Change type of max_ulp to int.
25181         * math/libm-test.inc (test_ffI_f1_data): New type.
25182         (RUN_TEST_LOOP_ffI_f1): New macro.
25183         (remquo_test_data): New variable.
25184         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
25186         * setjmp/tst-setjmp-fp.c: New file.
25187         * setjmp/Makefile (tests): Add tst-setjmp-fp.
25188         (link-libm): New variable.
25189         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
25191         * math/libm-test.inc (struct test_f_i_data): New type.
25192         (RUN_TEST_LOOP_f_i): New macro.
25193         (RUN_TEST_LOOP_f_i_tg): Likewise.
25194         (fpclassify_test_data): New variable.
25195         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
25196         (ilogb_test_data): New variable.
25197         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
25199         * math/libm-test.inc (scalbln_test): Correct function name in END
25200         call.
25202         * math/libm-test.inc (struct test_f_f1_data): Add comment.
25203         (RUN_TEST_LOOP_fI_f1): New macro.
25204         (frexp_test_data): New variable.
25205         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
25207         * math/libm-test.inc (struct test_fF_f1_data): New type.
25208         (RUN_TEST_LOOP_fF_f1): New macro.
25209         (modf_test_data): New variable.
25210         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
25212         * math/libm-test.inc (struct test_f_f1_data): New type.
25213         (RUN_TEST_LOOP_f_f1): New macro.
25214         (gamma_test_data): New variable.
25215         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25216         (lgamma_test_data): New variable.
25217         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25219 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
25221         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
25222         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
25223         (main): Comment "tls" pseudo-hwcap.
25225 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
25227         * math/libm-test.inc (struct test_fl_f_data): New type.
25228         (RUN_TEST_LOOP_fl_f): New variable.
25229         (scalbln_test_data): New variable.
25230         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
25232         * math/libm-test.inc (struct test_fi_f_data): New type.
25233         (RUN_TEST_LOOP_fi_f): New macro.
25234         (ldexp_test_data): New variable.
25235         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
25236         (scalbn_test_data): New variable.
25237         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
25239         * math/libm-test.inc (struct test_c_f_data): New type.
25240         (RUN_TEST_LOOP_c_f): New macro.
25241         (cabs_test_data): New variable.
25242         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
25243         (carg_test_data): New variable.
25244         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
25245         (cimag_test_data): New variable.
25246         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
25247         (creal_test_data): New variable.
25248         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
25250         * math/libm-test.inc (struct test_if_f_data): New type.
25251         (RUN_TEST_LOOP_if_f): New macro.
25252         (jn_test_data): New variable.
25253         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
25254         (yn_test_data): New variable.
25255         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
25257         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
25259 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25261         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
25262         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
25264 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25266         * benchtests/Makefile (CPPFLAGS-nonlib): Add
25267         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
25268         (bench-deps): Add bench-timing.h.
25269         * benchtests-bench-skeleton.c: Include bench-timing.h.
25270         (main): Use TIMING_* macros instead of clock_gettime.
25271         * benchtests/bench-timing.h: New file.
25273         [BZ #14582]
25274         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
25275         Renamed from _LIB_VERSION.
25276         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
25278 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
25280         * math/libm-test.inc (struct test_fff_f_data): New type.
25281         (RUN_TEST_LOOP_fff_f): New macro.
25282         (fma_test_data): New variable.
25283         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
25284         (fma_towardzero_test_data): New variable.
25285         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
25286         (fma_downward_test_data): New variable.
25287         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
25288         (fma_upward_test_data): New variable.
25289         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
25291         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
25292         (struct test_c_c_data): New type.
25293         (RUN_TEST_LOOP_c_c): New macro.
25294         (cacos_test_data): New variable.
25295         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
25296         (cacosh_test_data): New variable.
25297         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
25298         (casin_test_data): New variable.
25299         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
25300         (casinh_test_data): New variable.
25301         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
25302         (catan_test_data): New variable.
25303         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
25304         (catanh_test_data): New variable.
25305         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
25306         (ccos_test_data): New variable.
25307         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
25308         (ccosh_test_data): New variable.
25309         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
25310         (cexp_test_data): New variable.
25311         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
25312         (clog_test_data): New variable.
25313         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
25314         (clog10_test_data): New variable.
25315         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
25316         (conj_test_data): New variable.
25317         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
25318         (cproj_test_data): New variable.
25319         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
25320         (csin_test_data): New variable.
25321         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
25322         (csinh_test_data): New variable.
25323         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
25324         (csqrt_test_data): New variable.
25325         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
25326         (ctan_test_data): New variable.
25327         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
25328         (ctan_tonearest_test_data): New variable.
25329         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25330         (ctan_towardzero_test_data): New variable.
25331         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25332         (ctan_downward_test_data): New variable.
25333         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25334         (ctan_upward_test_data): New variable.
25335         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25336         (ctanh_test_data): New variable.
25337         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
25338         (ctanh_tonearest_test_data): New variable.
25339         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25340         (ctanh_towardzero_test_data): New variable.
25341         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25342         (ctanh_downward_test_data): New variable.
25343         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25344         (ctanh_upward_test_data): New variable.
25345         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25346         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
25347         of BUILD_COMPLEX.
25349         * math/libm-test.inc (struct test_ff_f_data): New type.
25350         (struct test_ff_f_data_nexttoward): Likewise.
25351         (RUN_TEST_LOOP_2_f): New macro.
25352         (RUN_TEST_LOOP_ff_f): Likewise.
25353         (atan2_test_data): New variable.
25354         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
25355         (copysign_test_data): New variable.
25356         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
25357         (fdim_test_data): New variable.
25358         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
25359         (fmax_test_data): New variable.
25360         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
25361         (fmin_test_data): New variable.
25362         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
25363         (fmod_test_data): New variable.
25364         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
25365         (hypot_test_data): New variable.
25366         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
25367         (nextafter_test_data): New variable.
25368         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
25369         (nexttoward_test_data): New variable.
25370         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
25371         (pow_test_data): New variable.
25372         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
25373         (pow_tonearest_test_data): New variable.
25374         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
25375         (pow_towardzero_test_data): New variable.
25376         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
25377         (pow_downward_test_data): New variable.
25378         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
25379         (pow_upward_test_data): New variable.
25380         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
25381         (remainder_test_data): New variable.
25382         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
25383         (scalb_test_data): New variable.
25384         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
25385         * sysdeps/i386/fpu/libm-test-ulps: Update.
25387 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
25389         * math/libm-test.inc (fma_test): Use max_value instead of local
25390         variable fltmax.
25391         (nextafter_test): Likewise.
25393         * math/libm-test.inc (acos_towardzero_test_data): New variable.
25394         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25395         (acos_downward_test_data): New variable.
25396         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25397         (acos_upward_test_data): New variable.
25398         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25399         (acosh_test_data): New variable.
25400         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
25401         (asin_test_data): New variable.
25402         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
25403         (asin_tonearest_test_data): New variable.
25404         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25405         (asin_towardzero_test_data): New variable.
25406         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25407         (asin_downward_test_data): New variable.
25408         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25409         (asin_upward_test_data): New variable.
25410         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25411         (asinh_test_data): New variable.
25412         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
25413         (atan_test_data): New variable.
25414         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
25415         (atanh_test_data): New variable.
25416         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
25417         (cbrt_test_data): New variable.
25418         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
25419         (ceil_test_data): New variable.
25420         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
25421         (cos_test_data): New variable.
25422         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
25423         (cos_tonearest_test_data): New variable.
25424         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25425         (cos_towardzero_test_data): New variable.
25426         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25427         (cos_downward_test_data): New variable.
25428         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25429         (cos_upward_test_data): New variable.
25430         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25431         (cosh_test_data): New variable.
25432         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
25433         (cosh_tonearest_test_data): New variable.
25434         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25435         (cosh_towardzero_test_data): New variable.
25436         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25437         (cosh_downward_test_data): New variable.
25438         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25439         (cosh_upward_test_data): New variable.
25440         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25441         (erf_test_data): New variable.
25442         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
25443         (erfc_test_data): New variable.
25444         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
25445         (exp_test_data): New variable.
25446         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
25447         (exp_tonearest_test_data): New variable.
25448         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25449         (exp_towardzero_test_data): New variable.
25450         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25451         (exp_downward_test_data): New variable.
25452         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25453         (exp_upward_test_data): New variable.
25454         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25455         (exp10_test_data): New variable.
25456         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
25457         (exp2_test_data): New variable.
25458         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
25459         (expm1_test_data): New variable.
25460         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
25461         (fabs_test_data): New variable.
25462         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
25463         (floor_test_data): New variable.
25464         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
25465         (j0_test_data): New variable.
25466         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
25467         (j1_test_data): New variable.
25468         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
25469         (log_test_data): New variable.
25470         (log_test): Run tests with RUN_TEST_LOOP_f_f.
25471         (log10_test_data): New variable.
25472         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
25473         (log1p_test_data): New variable.
25474         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
25475         (log2_test_data): New variable.
25476         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
25477         (logb_test_data): New variable.
25478         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
25479         (logb_downward_test_data): New variable.
25480         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25481         (nearbyint_test_data): New variable.
25482         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
25483         (rint_test_data): New variable.
25484         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
25485         (rint_tonearest_test_data): New variable.
25486         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25487         (rint_towardzero_test_data): New variable.
25488         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25489         (rint_downward_test_data): New variable.
25490         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25491         (rint_upward_test_data): New variable.
25492         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25493         (round_test_data): New variable.
25494         (round_test): Run tests with RUN_TEST_LOOP_f_f.
25495         (sin_test_data): New variable.
25496         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
25497         (sin_tonearest_test_data): New variable.
25498         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25499         (sin_towardzero_test_data): New variable.
25500         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25501         (sin_downward_test_data): New variable.
25502         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25503         (sin_upward_test_data): New variable.
25504         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25505         (sinh_test_data): New variable.
25506         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
25507         (sinh_tonearest_test_data): New variable.
25508         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25509         (sinh_towardzero_test_data): New variable.
25510         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25511         (sinh_downward_test_data): New variable.
25512         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25513         (sinh_upward_test_data): New variable.
25514         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25515         (sqrt_test_data): New variable.
25516         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
25517         (tan_test_data): New variable.
25518         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
25519         (tan_tonearest_test_data): New variable.
25520         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25521         (tan_towardzero_test_data): New variable.
25522         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25523         (tan_downward_test_data): New variable.
25524         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25525         (tan_upward_test_data): New variable.
25526         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25527         (tanh_test_data): New variable.
25528         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
25529         (tgamma_test_data): New variable.
25530         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
25531         (trunc_test_data): New variable.
25532         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
25533         (y0_test_data): New variable.
25534         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
25535         (y1_test_data): New variable.
25536         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
25537         (significand_test_data): New variable.
25538         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
25540 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
25542         [BZ #12387]
25543         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
25545 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
25547         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
25549 2013-05-10  Andreas Jaeger  <aj@suse.de>
25551         [BZ #15448]
25552         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
25553         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
25555 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25557         * math/gen-libm-test.pl (adjust_arg): New function.
25558         (special_functions): Handle generating output in both functions
25559         and arrays.
25560         (parse_args): Likewise.
25561         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
25562         $in_func argument to parse_args.
25563         * math/libm-test.inc (struct test_f_f_data): New type.
25564         (IF_ROUND_INIT_): New macro.
25565         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
25566         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
25567         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
25568         (IF_ROUND_INIT_FE_UPWARD): Likewise.
25569         (ROUND_RESTORE_): Likewise.
25570         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
25571         (ROUND_RESTORE_FE_TONEAREST): Likewise.
25572         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
25573         (ROUND_RESTORE_FE_UPWARD): Likewise.
25574         (RUN_TEST_LOOP_f_f): New macro.
25575         (acos_test_data): New variable.
25576         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
25577         (acos_tonearest_test_data): New variable.
25578         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25580 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
25582         * benchtests/bench-skeleton.c (startup): Fix coding style.
25584 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25586         [BZ #6809]
25587         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
25588         negative infinity argument.
25589         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
25590         negative infinity argument.
25591         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
25592         negative infinity argument.
25593         * math/libm-test.inc (tgamma_test): Expect errno to be set for
25594         domain errors.
25596 2013-05-10  Florian Weimer  <fweimer@redhat.com>
25598         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
25599         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
25600         * iconv/iconv_prog.c (main): Likewise.
25601         * locale/programs/charmap-dir.c (charmap_readdir)
25602         (fopen_uncompressed): Likewise.
25603         * locale/programs/locfile.c (siblings_uncached)
25604         (write_locale_data): Use lstat64 instead of lstat.
25605         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
25606         stat.
25608 2013-05-10  Andreas Jaeger  <aj@suse.de>
25610         [BZ #15395]
25611         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
25612         localization.
25613         Include <locale.h>.
25615 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
25617         * elf/dl-close.c (_dl_close_worker): Add comments.
25619 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
25621         [BZ #15359]
25622         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
25623         high part of pi/2.
25624         (__ieee754_rem_pio2l): Update comments.
25626         [BZ #15429]
25627         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
25628         high part of pi/2.
25629         (__ieee754_rem_pio2l): Update comments.
25631         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
25632         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
25634         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
25635         M_PI_4l.
25637         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
25638         (M_PI_34_LOG10El): Likewise.
25639         (M_PI2_LOG10El): Likewise.
25640         (M_PI4_LOG10El): Likewise.
25641         (M_PI_LOG10El): Likewise.
25643 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25645         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25647 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
25649         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
25650         (MINUS_ZERO_INIT): Likewise.
25651         (PLUS_INFTY_INIT): Likewise.
25652         (MINUS_INFTY_INIT): Likewise.
25653         (QNAN_VALUE_INIT): Likewise.
25654         (MAX_VALUE_INIT): Likewise.
25655         (MIN_VALUE_INIT): Likewise.
25656         (MIN_SUBNORM_VALUE_INIT): Likewise.
25657         (plus_zero): Initialize with PLUS_ZERO_INIT.
25658         (minus_zero): Initialize with MINUS_ZERO_INIT.
25659         (plus_infty): Initialize with PLUS_INFTY_INIT.
25660         (minus_infty): Initialize with MINUS_INFTY_INIT.
25661         (qnan_value): Initialize with QNAN_VALUE_INIT.
25662         (max_value): Initialize with MAX_VALUE_INIT.
25663         (min_value): Initialize with MIN_VALUE_INIT.
25664         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
25666         * math/libm-test.inc (RUN_TEST_if_f): New macro.
25667         (jn_test): Use TEST_if_f instead of TEST_ff_f.
25668         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
25669         (yn_test): Use TEST_if_f instead of TEST_ff_f.
25671         * math/libm-test.inc (RUN_TEST_f_f): New macro.
25672         (RUN_TEST_2_f): Likewise.
25673         (RUN_TEST_ff_f): Likewise.
25674         (RUN_TEST_fi_f): Likewise.
25675         (RUN_TEST_fl_f): Likewise.
25676         (RUN_TEST_fff_f): Likewise.
25677         (RUN_TEST_c_f): Likewise.
25678         (RUN_TEST_f_f1): Likewise.
25679         (RUN_TEST_fF_f1): Likewise.
25680         (RUN_TEST_fI_f1): Likewise.
25681         (RUN_TEST_ffI_f1): Likewise.
25682         (RUN_TEST_c_c): Likewise.
25683         (RUN_TEST_cc_c): Likewise.
25684         (RUN_TEST_f_i): Likewise.
25685         (RUN_TEST_f_i_tg): Likewise.
25686         (RUN_TEST_ff_i_tg): Likewise.
25687         (RUN_TEST_f_b): Likewise.
25688         (RUN_TEST_f_b_tg): Likewise.
25689         (RUN_TEST_f_l): Likewise.
25690         (RUN_TEST_f_L): Likewise.
25691         (RUN_TEST_sincos): Likewise.
25692         * math/gen-libm-test.pl (new_test): Take new argument to indicate
25693         whether to show exceptions.  Do not include ");\n" in return
25694         value.
25695         (special_functions): Output call to RUN_TEST_sincos instead of
25696         check_float calls.  Update calls to new_test.
25697         (parse_args): Output call to single RUN_TEST_* macro instead of
25698         check_* calls and other assignments.  Update calls to new_test.
25700         [BZ #2546]
25701         [BZ #2560]
25702         [BZ #5159]
25703         [BZ #15426]
25704         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
25705         input to result for tgamma overflow.
25706         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
25707         (gamma_coeff): New variable.
25708         (NCOEFF): New macro.
25709         (gamma_positive): New function.
25710         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
25711         underflow here.  Use gamma_positive instead of exp (lgamma) for
25712         other arguments.
25713         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
25714         (gamma_coeff): New variable.
25715         (NCOEFF): New macro.
25716         (gammaf_positive): New function.
25717         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
25718         underflow here.  Use gamma_positive instead of exp (lgamma) for
25719         other arguments.
25720         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
25721         (gamma_coeff): New variable.
25722         (NCOEFF): New macro.
25723         (gammal_positive): New function.
25724         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
25725         underflow here.  Use gamma_positive instead of exp (lgamma) for
25726         other arguments.
25727         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
25728         (gamma_coeff): New variable.
25729         (NCOEFF): New macro.
25730         (gammal_positive): New function.
25731         (__ieee754_gammal_r): Handle positive infinity, overflow and
25732         underflow here.  Handle NaN the same as positive infinity.  Remove
25733         check x < 0xffffffff for negative integers.  Use gamma_positive
25734         instead of exp (lgamma) for other arguments.
25735         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
25736         (gamma_coeff): New variable.
25737         (NCOEFF): New macro.
25738         (gammal_positive): New function.
25739         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
25740         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
25741         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
25742         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
25743         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
25744         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
25745         * sysdeps/generic/math_private.h (__gamma_productf): New
25746         prototype.
25747         (__gamma_product): Likewise.
25748         (__gamma_productl): Likewise.
25749         * math/Makefile (libm-calls): Add gamma_product.
25750         * math/libm-test.inc (tgamma_test): Add more tests.
25751         * sysdeps/i386/fpu/libm-test-ulps: Update.
25752         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25754 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
25756         * benchtests/bench-skeleton.c (main): Preheat CPU.
25758 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
25760         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
25762 2013-05-07  Roland McGrath  <roland@hack.frob.com>
25764         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
25765         and _dl_skip_args_internal.
25767 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
25769         * manual/message.texi (Message Translation): Talk about users.
25770         Message to key mapping impacts design.
25772 2013-05-06  Roland McGrath  <roland@hack.frob.com>
25774         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
25776         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
25778         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
25779         * sysdeps/wordsize-64/glob64.c: ... here.
25781         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
25782         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
25783         New macros.
25785         * debug/getlogin_r_chk.c: Moved to ...
25786         * login/getlogin_r_chk.c: ... here.
25787         * debug/Makefile (routines): Move getlogin_r_chk to ...
25788         * login/Makefile (routines): ... here.
25789         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
25790         * login/Versions (libc: GLIBC_2.4): ... here.
25792         * io/poll.c (__poll): Renamed from poll.
25793         Add libc_hidden_def.
25794         (poll): Define as weak alias.
25796         * debug/ptsname_r_chk.c: Moved to ...
25797         * login/ptsname_r_chk.c: ... here.
25798         * debug/Makefile (routines): Move ptsname_r_chk to ...
25799         * login/Makefile (routines): ... here.
25800         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
25801         * login/Versions (libc: GLIBC_2.4): ... here.
25803         * posix/getlogin.c: Moved to ...
25804         * login/getlogin.c: ... here.
25805         * posix/getlogin_r.c: Moved to ...
25806         * login/getlogin_r.c: ... here.
25807         * posix/getlogin_r.c: Moved to ...
25808         * login/getlogin_r.c: ... here.
25809         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
25810         * login/Makefile (routines): ... here.
25811         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
25812         * login/Versions (libc: GLIBC_2.0): ... here.
25814         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
25815         (setrlimit): Define as weak alias.
25817         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
25818         Call __ names for open, ftruncate, and close.
25819         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
25820         (truncate): Define as weak alias.
25822 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
25824         * math/gen-libm-test.pl (parse_args): Initialize x before each
25825         test of frexp, modf and remquo.
25827         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
25828         test signgam value.
25830 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25832         [BZ #15418]
25833         [BZ #15419]
25834         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
25835         internal tests.
25836         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
25838 2013-05-06  Roland McGrath  <roland@hack.frob.com>
25840         * elf/dl-writev.h: New file.
25841         * elf/dl-misc.c: Include it.
25842         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
25843         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
25845 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
25847         * math/libm-test.inc (noXFails): Remove variable.
25848         (noXPasses): Likewise.
25849         (BUILD_COMPLEX_INT): Remove macro.
25850         (print_screen): Remove xfail argument.
25851         (print_screen_max_error): Likewise.
25852         (update_stats): Likewise.
25853         (print_max_error): Likewise.  Update calls to other affected
25854         functions.
25855         (print_complex_max_error): Likewise.
25856         (test_single_exception): Update calls to print_screen.
25857         (test_single_errno): Likewise.
25858         (check_float_internal): Remove xfail argument.  Update calls to
25859         other affected functions.
25860         (check_float): Likewise.
25861         (check_complex): Likewise.
25862         (check_int): Likewise.
25863         (check_long): Likewise.
25864         (check_bool): Likewise.
25865         (check_longlong): Likewise.
25866         (main): Don't print noXFails and noXPasses.
25867         * math/gen-libm-test.pl (top level): Don't mention expected
25868         failure handling in comment.
25869         (new_test): Don't handle expected failures.
25870         (parse_args): Don't mention expected failure handling in comment.
25871         (generate_testfile): Don't handle expected failures.
25872         (parse_ulps): Likewise.
25873         (print_ulps_file): Likewise.
25874         (get_failure): Remove function.
25875         (output_test): Don't handle expected failures.
25876         * make/README.libm-test: Don't mention expected failure handling.
25878         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
25879         (minus_zero): Likewise.
25880         (plus_infty): Likewise.
25881         (minus_infty): Likewise.
25882         (qnan_value): Likewise.
25883         (max_value): Likewise.
25884         (min_value): Likewise.
25885         (min_subnorm_value): Likewise.
25886         (initialize): Do not initialize those variables dynamically.
25888 2013-05-03  Roland McGrath  <roland@hack.frob.com>
25890         * io/open.c (__open_2): Moved to ...
25891         * io/open_2.c: ... this new file.
25892         * io/open64.c (__open64_2): Moved to ...
25893         * io/open64_2.c: ... this new file.
25894         * io/openat.c (__openat_2): Moved to ...
25895         * io/openat_2.c: ... this new file.
25896         * io/openat64.c (__openat64_2): Moved to ...
25897         * io/openat64_2.c: ... this new file.
25898         * io/Makefile (routines): Add them.
25899         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
25900         * sysdeps/unix/sysv/linux/open_2.c: File removed.
25901         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
25902         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
25903         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
25904         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
25905         (__openat64): Add hidden_ver.
25906         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
25907         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
25909         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
25910         Separately conditionalize setting of GLRO(dl_sysinfo) so
25911         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
25912         as well, but the actual setting is only under [NEED_DL_SYSINFO].
25914 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25916         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
25917         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
25918         definition.
25919         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
25920         * sysdeps/unix/sysv/linux/powerpc/init-first.c
25921         (_libc_vdso_platform_setup): Add __vdso_time initialization.
25922         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
25923         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
25925 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
25927         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
25928         test signgam value.
25930         * math/libm-test.inc (hypot_test): Do not use
25931         IGNORE_ZERO_INF_SIGN.
25933 2013-05-03  Andreas Jaeger  <aj@suse.de>
25935         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
25936         Linux 3.9.
25937         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
25938         (PF_MAX): Adjust for VSOCK change.
25940 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25942         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25944 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
25946         [BZ #15264]
25947         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
25948         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
25949         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
25951 2013-05-02  David S. Miller  <davem@davemloft.net>
25953         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25955 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
25957         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
25959 2013-05-01  Roland McGrath  <roland@hack.frob.com>
25961         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
25963 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
25965         [BZ #14952]
25966         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
25967         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
25968         Use __attribute__ ((__gnu_inline__)).
25969         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
25970         Don't use __attribute__ ((__gnu_inline__)).
25972 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
25974         [BZ #15423]
25975         * math/s_catan.c (__catan): Handle small real or imaginary part of
25976         input specially to avoid spurious underflow.
25977         * math/s_catanf.c (__catanf): Likewise.
25978         * math/s_catanh.c (__catanh): Likewise.
25979         * math/s_catanhf.c (__catanhf): Likewise.
25980         * math/s_catanhl.c (__catanhl): Likewise.
25981         * math/s_catanl.c (__catanl): Likewise.
25982         * math/libm-test.inc (catan_test): Add more tests.
25983         (catanh_test): Likewise.
25984         * sysdeps/i386/fpu/libm-test-ulps: Update.
25985         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25987 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25989         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25991 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
25993         [BZ #15416]
25994         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
25995         accurately for denominator in atan2.
25996         * math/s_catanf.c (__catanf): Likewise.
25997         * math/s_catanh.c (__catanh): Likewise.
25998         * math/s_catanhf.c (__catanhf): Likewise.
25999         * math/s_catanhl.c (__catanhl): Likewise.
26000         * math/s_catanl.c (__catanl): Likewise.
26001         * math/libm-test.inc (catan_test): Add more tests.
26002         (catanh_test): Likewise.
26003         * sysdeps/i386/fpu/libm-test-ulps: Update.
26004         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26006 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
26008         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
26010         * benchtests/Makefile (bench): Remove slow benchmarks.
26011         * benchtests/atan-inputs: Add slow benchmark inputs.
26012         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
26013         (BENCH_FUNC): Accept variant offset.
26014         (VARIANT): Define.
26015         * benchtests/bench-skeleton.c (main): Run benchmark for each
26016         variant.
26017         * benchtests/cos-inputs: Add slow benchmark inputs.
26018         * benchtests/exp-inputs: Likewise.
26019         * benchtests/pow-inputs: Likewise.
26020         * benchtests/sin-inputs: Likewise.
26021         * benchtests/slowatan-inputs: Remove.
26022         * benchtests/slowatan.c: Remove.
26023         * benchtests/slowcos-inputs: Remove.
26024         * benchtests/slowcos.c: Remove.
26025         * benchtests/slowexp-inputs: Remove.
26026         * benchtests/slowexp.c: Remove.
26027         * benchtests/slowpow-inputs: Remove.
26028         * benchtests/slowpow.c: Remove.
26029         * benchtests/slowsin-inputs: Remove.
26030         * benchtests/slowsin.c: Remove.
26031         * benchtests/slowtan-inputs: Remove.
26032         * benchtests/slowtan.c: Remove.
26033         * benchtests/tan-inputs: Add slow benchmark inputs.
26034         * scripts/bench.pl: Parse comments and directives.
26036         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
26037         in CPPFLAGS.
26038         ($(objpfx)bench-%.c): Remove *-ITER.
26039         * benchtests/bench-modf.c: Remove definition of ITER.
26040         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
26041         (main): Loop for DURATION seconds instead of fixed number of
26042         iterations.
26043         * scripts/bench.pl: Don't expect iterations in parameters.
26045 2013-04-29  Roland McGrath  <roland@hack.frob.com>
26047         * io/fchdir.c (__fchdir): Renamed from fchdir.
26048         (fchdir): Define as weak alias.
26050 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
26052         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
26053         (ERRNO_EDOM): Likewise.
26054         (ERRNO_ERANGE): Likewise.
26055         (noErrnoTests): New variable.
26056         (init_max_error): Set errno to 0.
26057         (test_single_errno): New function.
26058         (test_errno): Likewise.
26059         (check_float_internal): Call test_errno.  Set errno to 0.
26060         (check_complex): Refer to errno tests in comment.
26061         (check_int): Call test_errno.  Set errno to 0.
26062         (check_long): Likewise.
26063         (check_bool): Likewise.
26064         (check_longlong): Likewise.
26065         (cos_test): Use ERRNO_* flags for errno tests instead of
26066         check_int.
26067         (expm1_test): Likewise.
26068         (fmod_test): Likewise.
26069         (ilogb_test): Likewise.
26070         (lgamma_test): Likewise.
26071         (pow_test): Likewise.
26072         (remainder_test): Likewise.
26073         (sin_test): Likewise.
26074         (tan_test): Likewise.
26075         (yn_test): Likewise.
26076         (initialize): Set errno to 0.
26077         (main): Print number of errno tests.
26078         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
26080 2013-04-29  Andreas Jaeger  <aj@suse.de>
26082         [BZ #15084]
26083         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
26084         and RES_USEVC.
26086         [BZ #15085]
26087         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
26088         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
26089         unimplemented.
26091         [BZ #15380]
26092         * stdlib/random.c (__initstate): Return NULL if
26093         __initstate fails.
26095         [BZ #15086]
26096         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
26097         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
26098         RES_SNGLKUPREOP.
26100 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26102         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26104 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
26106         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
26107         of individual tests.
26108         (casin_test): Likewise.
26109         (casinh_test): Likewise.
26111 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
26113         [BZ #15409]
26114         * math/s_catan.c (__catan): Handle arguments with large real or
26115         imaginary part separately without squaring.
26116         * math/s_catanf.c (__catanf): Likewise.
26117         * math/s_catanh.c (__catanh): Likewise.
26118         * math/s_catanhf.c (__catanhf): Likewise.
26119         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
26120         and redefine.
26121         (__catanhl): Handle arguments with large real or imaginary part
26122         separately without squaring.
26123         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
26124         and redefine.
26125         (__catanl): Handle arguments with large real or imaginary part
26126         separately without squaring.
26127         * math/libm-test.inc (catan_test): Add more tests.
26128         (catanh_test): Likewise.
26129         * sysdeps/i386/fpu/libm-test-ulps: Update.
26130         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26132 2013-04-27  Andreas Jaeger  <aj@suse.de>
26134         [BZ #15007]
26135         * stdlib/stdlib.h: Update guards for qecvt.
26136         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
26137         <stdlib.h>.
26139 2013-04-27  Allan McRae  <allan@archlinux.org>
26141         * sysdeps/i386/fpu/libm-test-ulps: Update.
26143 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
26145         [BZ #15406]
26146         * math/s_catan.c: Include <float.h>.
26147         (__catan): Ensure underflow exception occurs for underflowed
26148         result.
26149         * math/s_catanf.c: Include <float.h>.
26150         (__catanf): Ensure underflow exception occurs for underflowed
26151         result.
26152         * math/s_catanh.c: Include <float.h>.
26153         (__catanh): Ensure underflow exception occurs for underflowed
26154         result.
26155         * math/s_catanhf.c: Include <float.h>.
26156         (__catanhf): Ensure underflow exception occurs for underflowed
26157         result.
26158         * math/s_catanhl.c: Include <float.h>.
26159         (__catanhl): Ensure underflow exception occurs for underflowed
26160         result.
26161         * math/s_catanl.c: Include <float.h>.
26162         (__catanl): Ensure underflow exception occurs for underflowed
26163         result.
26164         * math/libm-test.inc (catan_test): Add more tests.
26165         (catanh_test): Likewise.
26167         [BZ #15405]
26168         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
26169         underflowed result.
26170         * math/s_ccoshf.c (__ccoshf): Likewise.
26171         * math/s_ccoshl.c (__ccoshl): Likewise.
26172         * math/s_csin.c (__csin): Likewise.
26173         * math/s_csinf.c (__csinf): Likewise.
26174         * math/s_csinh.c (__csinh): Likewise.
26175         * math/s_csinhf.c (__csinhf): Likewise.
26176         * math/s_csinhl.c (__csinhl): Likewise.
26177         * math/s_csinl.c (__csinl): Likewise.
26178         * math/libm-test.inc (ccos_test): Add more tests.
26179         (ccosh_test): Likewise.
26180         (csin_test): Likewise.
26181         (csinh_test): Likewise.
26183 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26185         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
26186         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
26187         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
26188         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
26189         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
26190         powerpc/power5+/fpu folders.
26191         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
26194 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
26196         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26198 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
26200         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
26201         additions to variable.
26202         [$(config-machine) = x86_64] (modules-names): Likewise.
26203         ($(objpfx)tst-audit3): Remove dependency.
26204         ($(objpfx)tst-audit3.out): Likewise.
26205         ($(objpfx)tst-audit4): Likewise.
26206         ($(objpfx)tst-audit4.out): Likewise.
26207         ($(objpfx)tst-audit5): Likewise.
26208         ($(objpfx)tst-audit5.out): Likewise.
26209         ($(objpfx)tst-audit6): Likewise.
26210         ($(objpfx)tst-audit6.out): Likewise.
26211         ($(objpfx)tst-audit7): Likewise.
26212         ($(objpfx)tst-audit7.out): Likewise.
26213         (tst-audit3-ENV): Remove variable.
26214         (tst-audit4-ENV): Likewise.
26215         (tst-audit5-ENV): Likewise.
26216         (tst-audit6-ENV): Likewise.
26217         (tst-audit7-ENV): Likewise.
26218         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
26219         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
26220         addition to variable.
26221         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
26222         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
26223         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
26224         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
26225         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
26226         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
26227         tst-audit3, tst-audit4 and tst-audit5.
26228         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
26229         tst-audit6 and tst-audit7.
26230         [$(subdir) = elf] (modules-names): Add audit modules for those
26231         tests.
26232         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
26233         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
26234         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
26235         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
26236         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
26237         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
26238         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
26239         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
26240         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
26241         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
26242         [$(subdir) = elf] (tst-audit3-ENV): New variable.
26243         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
26244         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
26245         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
26246         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
26247         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
26248         Likewise.
26249         [$(subdir) = elf && $(config-cflags-avx) = yes]
26250         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
26251         [$(subdir) = elf && $(config-cflags-avx) = yes]
26252         (CFLAGS-tst-auditmod4a.c): Likewise.
26253         [$(subdir) = elf && $(config-cflags-avx) = yes]
26254         (CFLAGS-tst-auditmod4b.c): Likewise.
26255         [$(subdir) = elf && $(config-cflags-avx) = yes]
26256         (CFLAGS-tst-auditmod6b.c): Likewise.
26257         [$(subdir) = elf && $(config-cflags-avx) = yes]
26258         (CFLAGS-tst-auditmod6c.c): Likewise.
26259         [$(subdir) = elf && $(config-cflags-avx) = yes]
26260         (CFLAGS-tst-auditmod7b.c): Likewise.
26261         * elf/tst-audit3.c: Move to ...
26262         * sysdeps/x86_64/tst-audit3.c: ... here.
26263         * elf/tst-audit4.c: Move to ...
26264         * sysdeps/x86_64/tst-audit4.c: ... here.
26265         * elf/tst-audit5.c: Move to ...
26266         * sysdeps/x86_64/tst-audit5.c: ... here.
26267         * elf/tst-audit6.c: Move to ...
26268         * sysdeps/x86_64/tst-audit6.c: ... here.
26269         * elf/tst-audit7.c: Move to ...
26270         * sysdeps/x86_64/tst-audit7.c: ... here.
26271         * elf/tst-auditmod3a.c: Move to ...
26272         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
26273         * elf/tst-auditmod3b.c: Move to ...
26274         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
26275         * elf/tst-auditmod4a.c: Move to ...
26276         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
26277         * elf/tst-auditmod4b.c: Move to ...
26278         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
26279         * elf/tst-auditmod5a.c: Move to ...
26280         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
26281         * elf/tst-auditmod5b.c: Move to ...
26282         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
26283         * elf/tst-auditmod6a.c: Move to ...
26284         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
26285         * elf/tst-auditmod6b.c: Move to ...
26286         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
26287         * elf/tst-auditmod6c.c: Move to ...
26288         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
26289         * elf/tst-auditmod7a.c: Move to ...
26290         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
26291         * elf/tst-auditmod7b.c: Move to ...
26292         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
26294 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
26296         [BZ #15366]
26297         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
26298         define unconditionally.
26299         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
26300         define unconditionally.
26301         (INT8_C, INT16_C, etc.): Likewise.
26303 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
26305         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
26306         __ehdr_start with hidden visibility.
26308         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
26310 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
26312         * math/libm-test.inc (cos_test): Use accurate hex constants.
26313         (sincost_test): Likewise.
26315 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
26317         * math/libm-test.inc (catan_test): Add more tests.
26318         (catanh_test): Likewise.
26320         * math/s_catanf.c (__catanf): Use suffixed floating-point
26321         constants.
26322         * math/s_catanhf.c (__catanhf): Likewise.
26323         * math/s_catanhl.c (__catanhl): Likewise.
26324         * math/s_catanl.c (__catanl): Likewise.
26326         [BZ #15394]
26327         * math/s_catan.c (__catan): Calculate imaginary part of result
26328         with log1p not log unless computing log of number close to 0.
26329         * math/s_catanf.c (__catanf): Likewise.
26330         * math/s_catanl.c (__catanl): Likewise.
26331         * math/s_catanh.c (__catanh): Calculate real part of result with
26332         log1p not log unless computing log of number close to 0.
26333         * math/s_catanhf.c (__catanhf): Likewise.
26334         * math/s_catanhl.c (__catanhl): Likewise.
26335         * math/libm-test.inc (catan_test): Add more tests.
26336         (catanh_test): Likewise.
26337         * sysdeps/i386/fpu/libm-test-ulps: Update.
26338         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26340 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
26342         * benchtests/Makefile: Mention files in which fast and slow
26343         paths of math functions are implemented.
26345 2013-04-23  Roland McGrath  <roland@hack.frob.com>
26347         * sysdeps/posix/timespec_get.c: New file.
26349 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26351         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
26352         POWER.
26353         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
26354         for POWER.
26355         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
26356         powerpc/power5/fpu folders.
26357         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
26358         * benchtests/Makefile: Add modf testcase.
26359         * benchtests/bench-modf.c: New file: Benchmark test for mo
26361 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
26363         [BZ #14888]
26364         * time/Makefile (tests): Add tst-strptime-whitespace.
26365         * time/strptime_l.c (get_number): Use ISSPACE.
26366         (__strptime_internal): Likewise.
26367         * time/tst-strptime-whitespace.c: New test case.
26369 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
26371         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
26372         member.
26373         (_nss_files_init): Set it here.
26375 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
26377         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
26378         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
26379         unsigned.
26381 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
26383         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
26385 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
26387         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
26388         size just once.
26390 2013-04-21  David S. Miller  <davem@davemloft.net>
26392         * po/ru.po: Update Russion translation from translation project.
26394 2013-04-17  Adam Conrad  <adconrad@0c3.net>
26396         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
26397         and setfsgid.
26399 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
26401         * configure.in: Remove i386 configure warning. Remove i386 case.
26402         * configure: Regenerate.
26403         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
26404         Add example to error message.
26405         * sysdeps/i386/configure: Regenerate.
26407 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
26409         * benchtests/Makefile (bench): Add cos, tan, slowcos and
26410         slowtan.
26411         * benchtests/cos-inputs: New file.
26412         * benchtests/slowcos-inputs: New file.
26413         * benchtests/slowcos.c: New file.
26414         * benchtests/slowtan-inputs: New file.
26415         * benchtests/slowtan.c: New file.
26416         * benchtests/tan-inputs: New file.
26418 2013-04-16  Roland McGrath  <roland@hack.frob.com>
26420         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
26421         considered kosher.
26423 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
26425         * benchtests/Makefile: Include cppflags-iterator.mk to add
26426         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
26428         * Makefile.in (bench-clean): New target.
26429         * benchtests/Makefile (bench-clean): Likewise.
26431 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
26433         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
26435 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
26437         * stdio-common/tstdiomisc.c: Fix coding-style violation.
26439 2013-04-15  Andreas Schwab  <schwab@suse.de>
26441         * nscd/grpcache.c (cache_addgr): Properly check for short write.
26442         * nscd/initgrcache.c (addinitgroupsX): Likewise.
26443         * nscd/pwdcache.c (cache_addpw): Likewise.
26444         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
26445         more than recsize.
26447 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26449         * benchtests/Makefile (bench): Write all output to
26450         bench-out.tmp together.
26452 2013-04-15  Andreas Schwab  <schwab@suse.de>
26454         * nscd/nscd.c (main): Don't fork again after closing files.
26456 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26458         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
26460         * benchtests/Rules (bench-deps): Collect dependencies into a
26461         single variable.  Add Makefile to dependencies.
26462         ($(objpfx)bench-%.c): Depend on bench-deps.
26464 2013-04-12  Roland McGrath  <roland@hack.frob.com>
26465             Xavier Roche  <roche+kml2@exalead.com>
26467         [BZ #15361]
26468         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
26469         just that it's a file descriptor.
26470         * manual/llio.texi (Synchronizing AIO Operations): Update description
26471         for EBADF error from aio_fsync.
26473 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
26475         * Rules (bench): Move target definition...
26476         * benchtests/Makefile: ... here.
26478 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
26480         * math/libm-test.inc (cos_test): Fix PI/2 test.
26481         (sincos_test): Likewise.
26482         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
26483         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
26485 2013-04-11  Andreas Schwab  <schwab@suse.de>
26487         [BZ #13988]
26488         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
26489         accept exponent character only when digits were seen.
26490         * stdio-common/Makefile (tests): Add bug26.
26491         * stdio-common/bug26.c: New file.
26493         [BZ #14293]
26494         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
26495         non-freeable.
26497 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26499         * Makeconfig (rtld-prefix): Define built linker prefix.
26500         * Rules (run-bench): Use it.
26501         * math/Makefile (run-regen-ulps): Likewise.
26503         * Rules (bench): Remove eval.
26505 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
26506             Roland McGrath  <roland@hack.frob.com>
26507             Ondrej Bilka  <neleai@seznam.cz>
26509         [BZ #15346]
26510         * time/getdate.c: Include ctype.h and alloca.h.
26511         (__getdate_r): Trim leading and trailing spaces of input.
26512         * time/tst-getdate.c (tests): Add tests with leading and
26513         trailing spaces.
26515 2013-04-08  Roland McGrath  <roland@hack.frob.com>
26517         [BZ #14280]
26518         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
26519         when computing value.
26521 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26523         * math/README.libm-test (How can I generate "libm-test-ulps"?):
26524         Use testrun.sh to run libm tests.
26526         [BZ #15309]
26527         * elf/dl-open.c (dl_open_worker): memset all of seen array.
26529 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
26531         [BZ #15264]
26532         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
26534 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26536         * Makefile.in (regen-ulps): New target.
26537         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
26538         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
26539         [ifneq (no,$(PERL)] (regen-ulps): New target.
26540         [ifeq (no,$(PERL)] (regen-ulps): New target.
26541         * math/libm-test.inc (ulps_file_name): Define.
26542         (output_dir): New variable.
26543         (options): Add "output-dir" option.
26544         (parse_opt): Handle 'o' case.
26545         (main): If output_dir is non-NULL use it as a prefix
26546         otherwise use "".
26547         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
26549 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26551         [BZ #10060, #10062]
26552         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
26553         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
26554         fail configure if __sync_val_compare_and_swap is not inlined.
26555         * sysdeps/i386/configure: Regenerate.
26556         * configure.in: Build for i686 when configured for i386.
26557         * configure: Regenerate.
26558         * README: Remove i386 reference.
26560 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26562         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
26563         * sysdeps/s390/s390-64/sysdep.h: Likewise.
26565 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
26567         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
26568         (lmsnanval): New variables.
26569         (F): Add conversion tests.
26570         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
26571         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
26573         * stdio-common/tstdiomisc.c (F): Properly collect individual
26574         tests' results.
26576         [BZ #14686, #15336]
26577         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
26578         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
26579         Instead, use input NaN values or generate a qNaN by arithmetic
26580         operation.  Also fix bugs to comply with the standard.
26581         * math/libm-test.inc (remainder_test): Add more tests.
26583         [BZ #15335, #15342]
26584         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
26585         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
26586         input NaN values or generate a qNaN by arithmetic operation.
26588         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
26589         unreachable code.
26591         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
26592         definitions.
26594 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
26596         [BZ #14478]
26597         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
26598         underflowed result.
26599         * math/s_cexpf.c (__cexpf): Likewise.
26600         * math/s_cexpl.c (__cexpl): Likewise.
26601         * math/libm-test.inc (cexp_test): Add more tests.
26603 2013-04-03  Andreas Schwab  <schwab@suse.de>
26605         [BZ #15330]
26606         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
26607         order arrays from heap if bigger than alloca cutoff.
26609 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
26611         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
26612         (SNAN_TESTS_double): Refer to GCC PR56831.
26613         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
26614         GCC PR56828.
26616 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
26618         * Rules (bench): Move bench.out after the run is complete.
26620         * Rules (bench): Echo currently running benchmark.
26622         * benchtests/Makefile (bench): Add atan and slowatan.
26623         * benchtests/atan-inputs: New file.
26624         * benchtests/slowatan-inputs: New file.
26625         * benchtests/slowatan.c: New file.
26627         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
26628         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
26629         its value.
26631         [BZ #15305]
26632         * sysdeps/unix/sysv/linux/kernel-features.h
26633         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
26634         __ASSUME_XFS_RESTRICTED_CHOWN.
26635         * sysdeps/unix/sysv/linux/pathconf.c
26636         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
26637         Save and restore errno.
26639 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
26641         [BZ #15327]
26642         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
26643         arguments using __kernel_casinh.
26644         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
26645         arguments using __kernel_casinhf.
26646         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
26647         arguments using __kernel_casinhl.
26648         * math/libm-test.inc (cacosh_test): Add more tests.
26649         * sysdeps/i386/fpu/libm-test-ulps: Update.
26650         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26652 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
26654         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
26655         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
26657         * bench/Makefile (bench): Add sin and slowsin.
26658         * benchtests/sin-inputs: New file.
26659         * benchtests/slowsin-inputs: New file.
26660         * benchtests/slowsin.c: New file.
26662         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
26663         (bench): Add slowexp and slowpow.
26664         (exp-ITER): Increase iterations.
26665         (pow-ITER): Likewise.
26666         * benchtests/exp-inputs: Change input.
26667         * benchtests/pow-inputs: Likewise.
26668         * benchtests/slowexp-inputs: New file.
26669         * benchtests/slowexp.c: New file.
26670         * benchtests/slowpow-inputs: New file.
26671         * benchtests/slowpow.c: New file.
26673 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26675         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
26676         instructions.
26677         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
26678         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
26679         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
26680         * benchtests/Makefile: Add rint benchtest.
26681         * benchtests/rint-inputs: Input for rint benchtest.
26683 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
26685         * Versions.def (libm): Add GLIBC_2.18.
26686         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
26687         hidden libm prototypes.
26688         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
26689         * math/Makefile (libm-calls): Add s_issignaling.
26690         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
26691         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
26692         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
26693         declaration.
26694         * math/math.h [__USE_GNU] (issignaling): New macro.
26695         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
26696         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
26697         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
26698         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
26699         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
26700         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
26701         * manual/arith.texi (issignaling): New section.
26702         * manual/libm-err-tab.pl (@all_functions): Update comment.
26703         * math/gen-libm-test.pl (parse_args): Apply special handling for
26704         issignaling.
26705         * math/libm-test.inc (print_float, issignaling_test): New
26706         functions.
26707         (check_float_internal): Add issignaling checks.
26708         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
26709         default definition.
26710         * sysdeps/powerpc/math-tests.h: New file.
26711         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
26712         tests.
26713         * math/test-snan.c (TEST_FUNC): Likewise.
26715 2013-03-30  David S. Miller  <davem@davemloft.net>
26717         * po/de.po: Update from translation team.
26719 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
26721         [BZ #10357]
26722         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26723         imaginary part less than 1.0 and real part less than 0.5
26724         specially.
26725         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26726         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26727         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
26728         (cacos_test): Add more tests.
26729         (casin_test): Likewise.
26730         (casinh_test): Likewise.
26731         * sysdeps/i386/fpu/libm-test-ulps: Update.
26732         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26734 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
26736         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
26737         ONE with its value.
26739         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
26740         (__pow_mp): Replace ONE and MONE with their values.
26741         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26742         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
26743         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26744         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
26745         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26746         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26748         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
26750         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
26751         (__pow_mp): Replace ZERO and MZERO with their values.
26752         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
26753         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26754         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26755         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
26756         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26757         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
26758         (__sqr): Likewise.
26760         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
26762         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
26764 2013-03-28  Roland McGrath  <roland@hack.frob.com>
26766         * include/stdlib.h [!SHARED] (__call_tls_dtors):
26767         Declare with __attribute__ ((weak)).
26768         * stdlib/exit.c (__libc_atexit) [!SHARED]:
26769         Call __call_tls_dtors only if it's not NULL.
26771 2013-03-28  Roland McGrath  <roland@hack.frob.com>
26773         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
26774         didn't do it already, then set _dl_phdr and _dl_phnum based on the
26775         magic __ehdr_start linker symbol if it's defined.
26776         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
26777         them up here if it was already done.
26779         * elf/dl-support.c (_dl_phdr): Make pointer to const.
26780         (_dl_aux_init): Use const in cast when setting it.
26781         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
26782         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
26783         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
26785         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
26786         Declare them here.
26787         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
26788         * csu/libc-tls.c: Nor here.
26789         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
26791         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
26792         (__libc_message): Never call vsyslog.
26794 2013-03-28  Alan Modra  <amodra@gmail.com>
26796         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
26797         Define as empty.
26798         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
26799         Likewise.
26801 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26803         [BZ #15214]
26804         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
26805         underflow.
26806         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26808 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26810         [BZ #15304]
26811         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
26812         Don't add gid passed as argument.
26814         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
26816 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
26818         [BZ #15307]
26819         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26820         imaginary part between 1.0 and 1.5 and real part less than 0.5
26821         specially.
26822         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26823         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26824         * math/libm-test.inc (cacos_test): Add more tests.
26825         (casin_test): Likewise.
26826         (casinh_test): Likewise.
26827         * sysdeps/i386/fpu/libm-test-ulps: Update.
26828         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26830 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
26832         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
26833         constants.
26834         (norm): Likewise.
26835         (denorm): Likewise.
26836         (__dbl_mp): Likewise.
26837         (add_magnitudes): Likewise.
26838         (sub_magnitudes): Likewise.
26839         (__add): Likewise.
26840         (__sub): Likewise.
26841         (__mul): Likewise.
26842         (__sqr): Likewise.
26843         (__inv): Likewise.
26844         (__dvd): Likewise.
26846         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
26847         commented code.
26848         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
26849         (__dubcos): Likewise.
26850         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
26851         (__ieee754_acos): Likewise.
26852         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
26853         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
26854         (__exp1): Likewise.
26855         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26856         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
26857         (log1): Likewise.
26858         (my_log2): Likewise.
26859         (checkint): Likewise.
26860         * sysdeps/ieee754/dbl-64/e_remainder.c
26861         (__ieee754_remainder): Likewise.
26862         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26863         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
26864         (bsloww): Likewise.
26865         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26867         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
26868         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
26869         MANTISSA_STORE_T to store computations on mantissa.  Use
26870         macros for rounding and division.
26871         (denorm): Likewise.
26872         (__dbl_mp): Likewise.
26873         (add_magnitudes): Likewise.
26874         (sub_magnitudes): Likewise.
26875         (__mul): Likewise.
26876         (__sqr): Likewise.
26877         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
26878         powers of two in terms of TWOPOW macro.
26879         (mp_no): Make type of mantissa as MANTISSA_T.
26880         [!RADIXI]: Define RADIXI.
26881         [!TWO52]: Define TWO52.
26882         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
26884 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26886         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
26887         llroundl symbol when building for PPC32.
26889 2013-03-24  Mark H Weaver  <mhw@netris.org>
26891         * manual/arith.texi (Normalization Functions): Fix prototypes for
26892         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
26894 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26896         [BZ #13889]
26897         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
26898         high value to check if expl overflow.
26899         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
26900         to check for underflow and overflow.
26901         * math/libm-test.inc: Add exp test.
26903 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
26905         [BZ #11120]
26906         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
26907         with NOT_IN_libc.
26909 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26911         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
26912         symbol.
26914 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
26916         * math/gen-libm-test.pl (parse_args, special_functions): Properly
26917         wrap blocks consisting of several statements.
26919         * sysdeps/generic/math-tests.h: New file.
26920         * sysdeps/i386/fpu/math-tests.h: Likewise.
26921         * math/test-snan.c: Include it.
26922         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
26924 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
26926         [BZ #15285]
26927         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
26928         (__ieee754_j0l): Do not improve calculations using cos of twice
26929         input for inputs above LDBL_MAX / 2.0L.
26930         (__ieee754_y0l): Likewise.
26931         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
26932         (__ieee754_j1l): Do not improve calculations using cos of twice
26933         input for inputs above LDBL_MAX / 2.0L.
26934         (__ieee754_y1l): Likewise.
26935         * math/libm-test.inc (j0_test): Add another test.
26936         (j1_test): Likewise.
26937         (y0_test): Likewise.
26938         (y1_test): Likewise.
26939         * sysdeps/i386/fpu/libm-test-ulps: Update.
26941 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26943         * Rules ($(objpfx)bench-%.c): Include code from a C source
26944         file.
26946 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
26948         [BZ #15287]
26949         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26950         imaginary part 1.0 and real part less than 0.5 specially.
26951         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26952         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26953         * math/libm-test.inc (cacos_test): Add more tests.
26954         (casin_test): Likewise.
26955         (casinh_test): Likewise.
26956         * sysdeps/i386/fpu/libm-test-ulps: Update.
26957         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26959 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26961         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
26962         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
26964 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
26966         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
26967         * config.make.in (config-cflags-sse4): Remove variable.
26968         (config-cflags-avx): Likewise.
26969         (config-cflags-sse2avx): Likewise.
26970         (config-cflags-novzeroupper): Likewise.
26971         (config-asflags-i686): Likewise.
26972         (have-mfma4): Likewise.
26973         (have-as-vis3): Likewise.
26974         (MIG): Likewise.
26975         * configure.in (MIG): Do not AC_SUBST.
26976         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
26977         (libc_cv_cc_sse4): Do not AC_SUBST.
26978         (libc_cv_cc_avx): Likewise.
26979         (libc_cv_cc_sse2avx): Likewise.
26980         (libc_cv_cc_novzeroupper): Likewise.
26981         (libc_cv_cc_fma4): Likewise.
26982         (libc_cv_as_i686): Likewise.
26983         (libc_cv_sparc_as_vis3): Likewise.
26984         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
26985         LIBC_CONFIG_VAR.
26986         (config-asflags-i686): Likewise.
26987         (config-cflags-avx): Likewise.
26988         (config-cflags-sse2avx): Likewise.
26989         (have-mfma4): Likewise.
26990         (config-cflags-novzeroupper): Likewise.
26991         * sysdeps/mach/configure.in (MIG): Likewise.
26992         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
26993         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
26994         LIBC_CONFIG_VAR.
26995         (config-cflags-avx): Likewise.
26996         (config-cflags-sse2avx): Likewise.
26997         (have-mfma4): Likewise.
26998         (config-cflags-novzeroupper): Likewise.
26999         * configure: Regenerated.
27000         * sysdeps/i386/configure: Likewise.
27001         * sysdeps/mach/configure: Likewise.
27002         * sysdeps/sparc/configure: Likewise.
27003         * sysdeps/x86_64/configure: Likewise.
27005 2013-03-20  Roland McGrath  <roland@hack.frob.com>
27007         [BZ #14812]
27008         * locale/programs/localedef.c (options): Put N_ translation marker
27009         on argument names, not just descriptions.
27011 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27013         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
27015 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
27017         [BZ #14176]
27018         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
27020 2013-03-19  Roland McGrath  <roland@hack.frob.com>
27022         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
27023         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
27024         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
27025         [!BEFORE_ABORT] (before_abort): New function.
27026         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
27027         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
27028         (writev_for_fatal): New function.
27029         (WRITEV_FOR_FATAL): New macro; call that.
27030         (backtrace_and_maps): New function.
27031         (BEFORE_ABORT): New macro; call that.
27032         (struct str_list): Type removed.
27033         (__libc_message, __libc_fatal): Functions removed.
27034         Include <sysdeps/posix/libc_fatal.c> instead.
27036 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
27038         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
27039         constants.
27040         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
27041         double constants.
27043 2013-03-19  Andreas Schwab  <schwab@suse.de>
27045         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
27046         * sysdeps/gnu/configure: Regenerate.
27048         * configure.in: Substitute libc_cv_rtlddir.
27049         * configure: Regenerate.
27050         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
27051         * Makeconfig (rtlddir, inst_rtlddir): New variables.
27052         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
27053         * elf/Makefile (install-others, CFLAGS-interp.c)
27054         (ldso_install, common-ldd-rewrite): Likewise.
27055         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
27056         $(inst_slibdir)/$(rtld-installed-name).
27057         * scripts/rellns-sh: Add -p option.
27058         * Makerules (make-shlib-link): Use rellns-sh to get relative name
27059         for source.
27061 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
27063         * manual/nptl.texi: Renamed to ...
27064         * manual/threads.texi: ... this.
27065         * manual/Makefile (chapters): Update.
27067 2013-03-18  Roland McGrath  <roland@hack.frob.com>
27069         [BZ #14812]
27070         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
27071         on argument names, not just descriptions.
27072         * malloc/memusagestat.c (options): Likewise.
27073         * nss/getent.c (options): Likewise.
27075 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
27077         [BZ #14812]
27078         * iconv/iconv_prog.c (options): Put N_ translation marker
27079         on argument names, not just descriptions.
27080         * iconv/iconvconfig.c (options): Likewise.
27082 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
27084         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
27085         implementation which is faster on all x86_64 architectures.
27086         Tested on AMD, Intel Nehalem, SNB, IVB.
27087         * sysdeps/x86_64/strnlen.S: Likewise.
27089         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
27090         Remove all multiarch strlen and strnlen versions.
27091         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
27092         Remove strlen and strnlen related parts.
27094         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
27095         Inline strlen part.
27096         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
27098         * sysdeps/x86_64/multiarch/strlen.S: Remove.
27099         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
27100         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
27101         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
27102         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
27103         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
27105 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
27107         * manual/memory.texi (Malloc Tunable Parameters):
27108         Sort parameters alphabetically. Add comments for missing entries.
27110 2013-03-17  David S. Miller  <davem@davemloft.net>
27112         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27114 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
27116         [BZ #15283]
27117         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
27118         for arguments at most half maximum finite value.
27119         * math/libm-test.inc (j0_test): Add more tests.
27120         (j1_test): Likewise.
27121         (y0_test): Likewise.
27122         (y1_test): Likewise.
27123         * sysdeps/i386/fpu/libm-test-ulps: Update.
27124         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27126         [BZ #14155]
27127         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
27128         1 / x and functions P and Q for arguments above 0x1p256L.
27129         (__ieee754_y0l): Likewise.
27130         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
27131         (__ieee754_y1l): Likewise.
27132         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
27133         (j1_test): Likewise.
27134         (y0_test): Likewise.
27135         (y1_test): Likewise.
27137 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
27139         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
27140         variable.
27142 2013-03-15  Roland McGrath  <roland@hack.frob.com>
27144         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
27145         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
27146         zero since it's initialized to EXEC_PAGESIZE.
27148         * sysdeps/unix/sysv/linux/ldsodefs.h
27149         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
27150         * sysdeps/generic/ldsodefs.h: ... here.
27152 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
27154         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
27156         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
27157         math/test-snan.c.
27158         * math/test-snan.c: Renamed from
27159         sysdeps/powerpc/fpu/test-powerpc-snan.c.
27160         * math/Makefile (tests): Add test-snan.
27161         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
27162         test-powerpc-snan.
27164         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
27165         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
27166         functions.
27167         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
27168         __builtin_nan family of functions.
27169         * math/libm-test.inc (initialize): Initialize qnan_value with
27170         __builtin_nan family of functions.
27171         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
27172         Remove variables.
27173         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
27174         Remove functions.
27175         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
27176         storage class.  Initialize qNaN_var and sNaN_var with
27177         __builtin_nan and __builtin_nans families of functions,
27178         respectively.
27180         * math/libm-test.inc (acosh_test): Also test with qNaN input.
27181         (sqrt_test): Remove duplicate test with qNaN input.
27182         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
27183         (round_test, signbit_test, significand_test): Note missing +/-Inf
27184         as well as qNaN tests.
27186         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
27187         qNaN_var.  Fix a few strings, too.
27188         * math/libm-test.inc (nan_value): Rename to qnan_value.
27189         * math/gen-libm-test.pl (%beautify): Adjust to that.
27190         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
27191         * math/test-misc.c (main): Likewise.
27192         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
27193         to __qnan_bytes, and __qnan_union, respectively.
27194         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
27195         Likewise.
27196         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
27197         and lqnanval, respectively.
27198         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
27199         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
27200         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
27201         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
27203         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
27204         * math/test-misc.c (main) [__x86_64__]: Enable test for long
27205         doubles.
27207         * math/test-misc.c (main): Fix copy'n'pastos.
27208         * misc/tst-efgcvt.c (special): Likewise.
27210         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
27211         Remove declarations.
27213 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27215         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
27216         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
27217         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
27218         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
27220 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27222         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
27223         macro to return vdso values correctly in IFUNC implementations.
27224         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
27225         Optimization by using IFUNC.
27227 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27228             Richard Henderson  <rth@redhat.com>
27229             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
27231         * Makefile.in (bench): New target.
27232         * NEWS: Mention the benchmark framework.
27233         * Rules (bench): Likewise.
27234         (binaries-bench): Generate binaries for functions to
27235         benchmark.
27236         * benchtests/Makefile: New makefile for benchmark tests.
27237         * benchtests/bench-skeleton.c: New skeleton file for benchmark
27238         programs.
27239         * benchtests/exp-inputs: New input file for EXP function.
27240         * benchtests/pow-inputs: New input file for POW function.
27241         * scripts/bench.pl: New script to generate source files for
27242         benchmark programs.
27244 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27246         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
27247         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
27248         computations on mantissa.  Use macros for rounding and
27249         division.
27250         (denorm): Likewise.
27251         (__dbl_mp): Likewise.
27252         (add_magnitudes): Likewise.
27253         (sub_magnitudes): Likewise.
27254         (__mul): Likewise.
27255         (__sqr): Likewise.
27256         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
27257         powers of two in terms of TWOPOW macro.
27258         (mp_no): Make type of mantissa as MANTISSA_T.
27259         [!RADIXI]: Define RADIXI.
27260         [!TWO52]: Define TWO52.
27261         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
27263         * manual/nptl.texi (cindex): Modify threads to pthreads.
27265 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
27267         * sysdeps/x86_64/preconfigure: Regenerated.
27269 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
27271         [BZ #14155]
27272         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
27273         0x1p28 and above.
27274         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
27275         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
27276         0x1p28 and above.
27277         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
27278         * math/libm-test.inc (j0_test): Do not allow one spurious
27279         underflow exception.
27280         (y1_test): Likewise.
27282 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
27284         * manual/Makefile (chapters): Add nptl.
27285         * manual/debug.texi (Debugging Support): Add link to Threads
27286         chapter.
27287         * manual/nptl.texi: New file.
27289         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
27291 2013-03-14  Petr Baudis  <pasky@ucw.cz>
27293         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
27294         for non-NULL pointer before the memory validity test. Pointed
27295         out by Holger Brunck <holger.brunck@keymile.com>.
27297 2013-03-13  Andreas Schwab  <schwab@suse.de>
27299         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
27300         instead of .os.
27302 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
27304         * timezone/zic.c: Update from tzcode 2013b.
27306 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
27308         * manual/install.texi (Configuring and compiling):
27309         Mention i686 and i586.
27310         * INSTALL: Regenerate.
27312 2013-03-12  Roland McGrath  <roland@hack.frob.com>
27314         * sysdeps/init_array/elf-init.c: New file.
27315         * csu/elf-init.c
27316         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
27317         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
27319         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
27320         __gmon_start__ as global, but as static with a .preinit_array pointer.
27321         * sysdeps/init_array/gmon-start.c: New file.  Use that.
27322         * sysdeps/init_array/crti.S: New file, empty except for comments.
27323         * sysdeps/init_array/crtn.S: Likewise.
27325 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
27327         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
27328         definining bcopy.
27329         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27330         Remove Prefer_SSE_for_memop.
27331         * sysdeps/x86_64/multiarch/init-arch.h: Remove
27332         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
27333         HAS_PREFER_SSE_FOR_MEMOP.
27334         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
27335         memset-x86-64.
27336         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
27337         Remove bzero, memset ifunc support.
27338         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
27339         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
27340         * sysdeps/x86_64/multiarch/memset.S: Likewise.
27341         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
27343 2013-03-11  Andreas Schwab  <schwab@suse.de>
27345         [BZ #15234]
27346         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
27347         by SHLIB_COMPAT.
27348         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
27349         (GLIBC_2.16): Remove pthread_atfork.
27351 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
27353         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
27354         (ptestcases.h): Likewise.
27356 2013-03-08  Roland McGrath  <roland@hack.frob.com>
27358         * Makeconfig ($(common-objpfx)config.status): Depend on
27359         sysdeps/*/preconfigure{,.in} too.
27361 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
27363         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
27364         (__free_hook): Use void * instead of __malloc_ptr_t.
27365         (__malloc_hook): Likewise.
27366         (__realloc_hook): Likewise.
27367         (__memalign_hook): Likewise.
27368         (__after_morecore_hook): Likewise.
27369         * malloc/arena.c (save_malloc_hook): Likewise.
27370         (save_free_hook): Likewise.
27371         * malloc/hooks.c (malloc_hook_ini): Likewise.
27372         (realloc_hook_ini): Likewise.
27373         (memalign_hook_ini): Likewise.
27374         * malloc/malloc.c (malloc_hook_ini): Likewise.
27375         (realloc_hook_ini): Likewise.
27376         (memalign_hook_ini): Likewise.
27377         (__free_hook): Likewise.
27378         (__malloc_hook): Likewise.
27379         (__realloc_hook): Likewise.
27380         (__memalign_hook): Likewise.
27381         (__libc_malloc): Likewise.
27382         (__libc_free): Likewise.
27383         (__libc_realloc): Likewise.
27384         (__libc_memalign): Likewise.
27385         (__libc_valloc): Likewise.
27386         (__libc_pvalloc): Likewise.
27387         (__libc_calloc): Likewise.
27388         (__posix_memalign): Likewise.
27389         * malloc/morecore.c (__sbrk): Likewise.
27390         (__default_morecore): Likewise.
27392         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
27394         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
27395         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
27396         __malloc_ptrdiff_t.
27398         * malloc/malloc.h (__malloc_size_t): Remove macro.
27399         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
27400         __malloc_size_t.
27401         (old_memalign_hook): Likewise.
27402         (old_realloc_hook): Likewise.
27403         (struct hdr): Likewise.
27404         (flood): Likewise.
27405         (mallochook): Likewise.
27406         (memalignhook): Likewise.
27407         (reallochook): Likewise.
27408         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
27409         (tr_old_realloc_hook): Likewise.
27410         (tr_old_memalign_hook): Likewise.
27411         (tr_mallochook): Likewise.
27412         (tr_reallochook): Likewise.
27413         (tr_memalignhook): Likewise.
27415 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27417         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
27418         default_ldbl_pack and using as default implementation.
27419         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
27420         implementation.
27421         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
27422         redundant definition.
27423         (ldbl_insert_mantissa): Likewise.
27424         (ldbl_canonicalize): Likewise.
27425         (ldbl_nearbyint): Likewise.
27426         (ldbl_pack): Rename to ldbl_pack_ppc.
27427         (ldbl_unpack): Rename to ldbl_unpack_ppc.
27428         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
27429         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
27431 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
27433         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
27434         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
27435         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
27436         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
27437         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
27438         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
27439         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
27440         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
27442 2013-03-07  Andreas Jaeger  <aj@suse.de>
27444         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
27445         bits/mman-linux.h.
27447 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
27449         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
27450         Include mpa.h and declare __MPEXP.
27451         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
27452         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27453         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27454         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
27455         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27456         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27457         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
27459         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
27460         (__slowpow): Use long double EXPL and LOGL functions to
27461         compute POW.
27462         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27463         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27464         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
27465         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27466         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27467         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
27469         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
27470         intermediate variable to calculate exponent.
27471         (__sqr): Likewise.
27472         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
27473         Likewise.
27474         (__sqr): Likewise.
27476         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
27477         [!NO__SQR]: Define __sqr.
27478         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
27479         and NO__SQR.  Remove all code except __mul and __sqr.  Include
27480         sysdeps/ieee754/dbl-64/mpa.c.
27481         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27483         [BZ #12723]
27484         * posix/Makefile (tests): Add tst-pathconf.
27485         * posix/tst-pathconf.c: New test case.
27486         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
27487         _PC_PIPE_BUF.
27488         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
27490 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
27492         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
27494 2013-03-06  Andreas Jaeger  <aj@suse.de>
27496         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
27497         definition via __MAP_ANONYMOUS.
27499         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
27500         it's not part of Linux headers.
27502         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
27503         (MAP_HUGE_MASK): Define.
27505         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27506         Define.
27507         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27508         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27509         Define.
27510         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27511         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27512         Define.
27513         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27514         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
27515         Define.
27516         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27518         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
27519         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
27520         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
27521         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
27522         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
27523         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
27525         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
27526         Handle f2fs.
27528         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
27529         Handle f2fs and efivarfs.
27531         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
27532         f2fs.
27534         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
27535         (EFIVARFS_MAGIC): Add.
27536         (F2FS_LINK_MAX): Add.
27538 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
27540         * stdio-common/vfprintf.c: Replace __builtin_expect with
27541         __glibc_unlikely.
27543 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
27545         [BZ #13550]
27546         * sysdeps/generic/bp-sym.h: Remove file.
27547         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
27548         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
27549         <bp-sym.h> and <bp-asm.h>.
27550         (__longjmp): Don't use BP_SYM.
27551         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
27552         and <bp-asm.h>.
27553         (memcpy): Don't use BP_SYM.
27554         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
27555         <bp-sym.h> and <bp-asm.h>.
27556         (memcpy): Don't use BP_SYM.
27557         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
27558         <bp-asm.h>.
27559         (memcpy): Don't use BP_SYM.
27560         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
27561         <bp-asm.h>.
27562         (memset): Don't use BP_SYM.
27563         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27564         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27565         (__bzero): Don't use BP_SYM.
27566         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27567         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27568         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
27569         <bp-sym.h> and <bp-asm.h>.
27570         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27571         pointers.
27572         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
27573         <bp-sym.h> and <bp-asm.h>.
27574         (memcpy): Don't use BP_SYM.
27575         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
27576         <bp-sym.h> and <bp-asm.h>.
27577         (memset): Don't use BP_SYM.
27578         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27579         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27580         (__bzero): Don't use BP_SYM.
27581         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27582         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27583         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
27584         <bp-sym.h> and <bp-asm.h>.
27585         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27586         pointers.
27587         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
27588         <bp-sym.h> and <bp-asm.h>.
27589         (memcpy): Don't use BP_SYM.
27590         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
27591         <bp-sym.h> and <bp-asm.h>.
27592         (memset): Don't use BP_SYM.
27593         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27594         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27595         (__bzero): Don't use BP_SYM.
27596         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27597         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27598         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
27599         <bp-sym.h> and <bp-asm.h>.
27600         (__memchr): Don't use BP_SYM.
27601         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
27602         <bp-sym.h> and <bp-asm.h>.
27603         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27604         pointers.
27605         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
27606         <bp-sym.h> and <bp-asm.h>.
27607         (memcpy): Don't use BP_SYM.
27608         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
27609         <bp-sym.h> and <bp-asm.h>.
27610         (__mempcpy): Don't use BP_SYM.
27611         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
27612         <bp-sym.h> and <bp-asm.h>.
27613         (__memrchr): Don't use BP_SYM.
27614         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
27615         <bp-sym.h> and <bp-asm.h>.
27616         (memset): Don't use BP_SYM.
27617         (__bzero): Likewise.
27618         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
27619         <bp-sym.h> and <bp-asm.h>.
27620         (__rawmemchr): Don't use BP_SYM.
27621         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
27622         <bp-sym.h> and <bp-asm.h>.
27623         (__STRCMP): Don't use BP_SYM.
27624         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
27625         <bp-sym.h> and <bp-asm.h>.
27626         (strchr): Don't use BP_SYM.
27627         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
27628         <bp-sym.h> and <bp-asm.h>.
27629         (__strchrnul): Don't use BP_SYM.
27630         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
27631         <bp-sym.h> and <bp-asm.h>.
27632         (strlen): Don't use BP_SYM.
27633         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
27634         <bp-sym.h> and <bp-asm.h>.
27635         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27636         pointers.
27637         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
27638         <bp-sym.h> and <bp-asm.h>.
27639         (__strnlen): Don't use BP_SYM.
27640         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
27641         <bp-sym.h> and <bp-asm.h>.
27642         (__GI__setjmp): Don't use BP_SYM.
27643         (_setjmp): Likewise.
27644         (__sigsetjmp): Likewise.
27645         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
27646         (L(start_addresses)): Don't use BP_SYM.
27647         (_start): Likewise.
27648         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
27649         <bp-asm.h>.
27650         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
27651         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
27652         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27653         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27654         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
27655         <bp-asm.h>.
27656         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
27657         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
27658         about bounded pointers.
27659         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27660         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27661         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
27662         <bp-asm.h>.
27663         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27664         about bounded pointers.  Remove GKM FIXME comments.
27665         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27666         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
27667         <bp-asm.h>.
27668         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
27669         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
27670         Remove GKM FIXME comments.
27671         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27672         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27673         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
27674         <bp-asm.h>.
27675         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27676         about bounded pointers.  Remove GKM FIXME comment.
27677         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
27678         and <bp-asm.h>.
27679         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27680         pointers.
27681         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
27682         <bp-sym.h> and <bp-asm.h>.
27683         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
27684         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
27685         <bp-sym.h> and <bp-asm.h>.
27686         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
27687         comment.
27689 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
27691         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
27692         call free(NULL).
27694 2013-03-05  David S. Miller  <davem@davemloft.net>
27696         * po/es.po: Update from translation team.
27698 2013-03-05  Andreas Jaeger  <aj@suse.de>
27700         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
27701         <bits/mman-linux.h>.
27702         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27703         is fine.
27704         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
27705         <bits/mman-linux.h> to end of file.
27706         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27707         is fine.
27708         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
27709         <bits/mman-linux.h> to end of file.
27710         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27711         is fine.
27712         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
27713         <bits/mman-linux.h> to end of file.
27715         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
27716         (MCL_CURRENT, MCL_FUTURE): Define here.
27718 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27720         [BZ #15232]
27721         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
27722         attribute_hidden.
27723         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
27725 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27727         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
27728         fourth parameter needed for rt_sigprocmask syscall.
27729         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
27730         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
27731         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
27732         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
27733         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
27734         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
27736 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
27738         [BZ #13550]
27739         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
27740         comment about bounded pointers.
27741         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
27742         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
27744 2013-03-04  Andreas Jaeger  <aj@suse.de>
27746         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
27747         common definitions.
27749         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
27750         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
27751         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
27752         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
27753         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
27754         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
27756 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27758         [BZ #15055]
27759         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
27760         __ieee754_sqrl instead of __sqrl.
27762 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
27764         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
27765         * sysdeps/powerpc/fpu_control.h: ... here.
27766         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
27767         * sysdeps/powerpc/bits/fenvinline.h: ... here.
27768         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
27769         * sysdeps/powerpc/bits/mathinline.h: ... here.
27771 2013-03-01  Roland McGrath  <roland@hack.frob.com>
27773         * elf/dl-hwcaps.c (_dl_important_hwcaps):
27774         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
27775         to just [NEED_DL_SYSINFO_DSO].
27776         * elf/dl-support.c: Likewise.
27777         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
27778         * elf/rtld.c (dl_main): Likewise.
27779         * elf/setup-vdso.h (setup_vdso): Likewise.
27780         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
27781         * sysdeps/unix/sysv/linux/dl-sysdep.c
27782         (_dl_discover_osversion): Likewise.
27784 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
27786         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
27787         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
27789 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
27791         * NEWS: Mention libm performance improvements and non-x86 PI
27792         futex support.
27794         * csu/libc-start.c (__pthread_initialize_minimal): Change
27795         function arguments.
27796         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
27798 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
27800         [BZ #13550]
27801         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
27802         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
27803         <bp-sym.h> and <bp-asm.h>.
27804         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27805         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
27806         and <bp-asm.h>.
27807         (memcpy): Don't use BP_SYM.
27808         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
27809         <bp-asm.h>.
27810         (__mpn_add_n): Don't use BP_SYM.
27811         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
27812         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
27813         and <bp-asm.h>.
27814         (__mpn_addmul_1): Don't use BP_SYM.
27815         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27816         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
27817         <bp-sym.h>.
27818         (_setjmp): Don't use BP_SYM.
27819         (__novmx_setjmp): Likewise.
27820         (__GI__setjmp): Likewise.
27821         (__vmx_setjmp): Likewise.
27822         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
27823         <bp-sym.h>.
27824         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
27825         (__bzero): Don't use BP_SYM.
27826         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27827         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27828         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
27829         <bp-sym.h> and <bp-asm.h>.
27830         (memcpy): Don't use BP_SYM.
27831         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
27832         <bp-sym.h> and <bp-asm.h>.
27833         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27834         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
27835         <bp-sym.h> and <bp-asm.h>.
27836         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27837         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
27838         <bp-asm.h>.
27839         (__mpn_lshift): Don't use BP_SYM.
27840         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27841         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
27842         <bp-asm.h>.
27843         (memset): Don't use BP_SYM.
27844         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27845         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27846         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
27847         <bp-asm.h>.
27848         (__mpn_mul_1): Don't use BP_SYM.
27849         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27850         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
27851         <bp-sym.h> and <bp-asm.h>.
27852         (memcmp): Don't use BP_SYM.
27853         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
27854         <bp-sym.h> and <bp-asm.h>.
27855         (memcpy): Don't use BP_SYM.
27856         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
27857         <bp-sym.h> and <bp-asm.h>.
27858         (memset): Don't use BP_SYM.
27859         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
27860         <bp-sym.h> and <bp-asm.h>.
27861         (strncmp): Don't use BP_SYM.
27862         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
27863         <bp-sym.h> and <bp-asm.h>.
27864         (memcpy): Don't use BP_SYM.
27865         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
27866         <bp-sym.h> and <bp-asm.h>.
27867         (memset): Don't use BP_SYM.
27868         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
27869         <bp-sym.h> and <bp-asm.h>.
27870         (__memchr): Don't use BP_SYM.
27871         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
27872         <bp-sym.h> and <bp-asm.h>.
27873         (memcmp): Don't use BP_SYM.
27874         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
27875         <bp-sym.h> and <bp-asm.h>.
27876         (memcpy): Don't use BP_SYM.
27877         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
27878         <bp-sym.h> and <bp-asm.h>.
27879         (__mempcpy): Don't use BP_SYM.
27880         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
27881         <bp-sym.h> and <bp-asm.h>.
27882         (__memrchr): Don't use BP_SYM.
27883         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
27884         <bp-sym.h> and <bp-asm.h>.
27885         (memset): Don't use BP_SYM.
27886         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
27887         <bp-sym.h> and <bp-asm.h>.
27888         (__rawmemchr): Don't use BP_SYM.
27889         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
27890         <bp-sym.h> and <bp-asm.h>.
27891         (__STRCMP): Don't use BP_SYM.
27892         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
27893         <bp-sym.h> and <bp-asm.h>.
27894         (strchr): Don't use BP_SYM.
27895         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
27896         <bp-sym.h> and <bp-asm.h>.
27897         (__strchrnul): Don't use BP_SYM.
27898         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
27899         <bp-sym.h> and <bp-asm.h>.
27900         (strlen): Don't use BP_SYM.
27901         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
27902         <bp-sym.h> and <bp-asm.h>.
27903         (strncmp): Don't use BP_SYM.
27904         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
27905         <bp-sym.h> and <bp-asm.h>.
27906         (__strnlen): Don't use BP_SYM.
27907         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
27908         <bp-asm.h>.
27909         (__mpn_rshift): Don't use BP_SYM.
27910         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27911         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
27912         <bp-sym.h> and <bp-asm.h>.
27913         (__sigsetjmp): Don't use BP_SYM.
27914         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
27915         (L(start_addresses)): Don't use BP_SYM.
27916         (_start): Likewise.
27917         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
27918         <bp-asm.h>.
27919         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
27920         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27921         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27922         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
27923         <bp-asm.h>.
27924         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
27925         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27926         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27927         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
27928         <bp-asm.h>.
27929         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
27930         comments.
27931         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27932         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
27933         <bp-asm.h>.
27934         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
27935         FIXME comments.
27936         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27937         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27938         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
27939         <bp-asm.h>.
27940         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
27941         comment.
27942         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
27943         and <bp-asm.h>.
27944         (strncmp): Don't use BP_SYM,
27945         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
27946         <bp-asm.h>.
27947         (__mpn_sub_n): Don't use BP_SYM.
27948         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
27949         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
27950         and <bp-asm.h>.
27951         (__mpn_submul_1): Don't use BP_SYM.
27952         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27953         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
27954         <bp-sym.h> and <bp-asm.h>.
27955         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
27956         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
27957         <bp-sym.h> and <bp-asm.h>.
27958         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
27959         comment.
27961 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27963         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
27964         Use ZK to minimize writes to Z.
27965         (sub_magnitudes): Simplify code a bit.
27966         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
27967         Use ZK to minimize writes to Z.
27968         (sub_magnitudes): Simplify code a bit.
27970 2013-02-27  Roland McGrath  <roland@hack.frob.com>
27972         * csu/gmon-start.c: Add special exception to license text.
27974 2013-02-27  Richard Henderson  <rth@redhat.com>
27976         * scripts/config.guess: Update from config.git.
27977         * scripts/config.sub: Likewise.
27979 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
27981         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
27983         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
27985         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
27987         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
27989         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
27991 2013-02-26  Roland McGrath  <roland@hack.frob.com>
27993         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
27994         [$(build-shared = yes].
27996 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
27998         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
27999         (__mul): Reduce iterations for calculating mantissa.
28001         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
28002         MPTWO.
28003         (__mpranred): Likewise.
28005         [BZ #15160]
28006         * malloc/memusagestat.c (main): Draw graphs for heap and stack
28007         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
28009 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
28011         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
28012         Define __attribute__.
28014 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
28016         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
28017         unused.
28018         * posix/regex_internal.h (__attribute): Remove.
28019         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
28020         (re_string_context_at): Likewise.
28021         (bitset_not): Use __attribute__ and mark function as possibly
28022         unused.
28023         (bitset_merge): Likewise.
28024         (bitset_mask): Likewise.
28025         (re_string_char_size_at): Likewise.
28026         (re_string_wchar_at): Likewise.
28027         (re_string_elem_size_at): Likewise.
28029 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
28031         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
28032         code.
28033         (cc32): Likewise.
28035         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
28036         (__acr): Likewise.
28037         (__cpy): Likewise.
28038         (norm): Likewise.
28039         (denorm): Likewise.
28040         (__dbl_mp): Likewise.
28041         (add_magnitudes): Likewise.
28042         (sub_magnitudes): Likewise.
28043         (__mul): Likewise.
28044         (__inv): Likewise.
28046         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
28047         style.
28049         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
28050         style.
28052         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
28053         code.
28055         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
28056         up changes with default code.
28057         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
28058         Likewise.
28060 2013-02-24  Allan McRae  <allan@archlinux.org>
28062         * manual/socket.texi (The Internet Namespace): Order menu items
28063         to match that in the file.
28065         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
28066         node listing of the info page menu.
28068 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
28070         [BZ #13550]
28071         * sysdeps/i386/bp-asm.h: Remove file.
28072         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28073         (PARMS): Do not use macros from bp-asm.h.
28074         (S1): Likewise.
28075         (S2): Likewise.
28076         (SIZE): Likewise.
28077         (__mpn_add_n): Do not use BP_SYM
28078         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
28079         "bp-asm.h".
28080         (PARMS): Do not use macros from bp-asm.h.
28081         (S1): Likewise.
28082         (SIZE): Likewise.
28083         (__mpn_addmul_1): Do not use BP_SYM
28084         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
28085         "bp-asm.h".
28086         (PARMS): Do not use macros from bp-asm.h.
28087         (SIGMSK): Likewise.
28088         (_setjmp): Likewise.  Do not use BP_SYM.
28089         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
28090         "bp-asm.h".
28091         (PARMS): Do not use macros from bp-asm.h.
28092         (SIGMSK): Likewise.
28093         (setjmp): Likewise.  Do not use BP_SYM.
28094         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
28095         "bp-asm.h".
28096         (PARMS): Do not use macros from bp-asm.h.
28097         (__frexp): Do not use BP_SYM.
28098         (frexp): Likewise.
28099         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
28100         "bp-asm.h".
28101         (PARMS): Do not use macros from bp-asm.h.
28102         (__frexpf): Do not use BP_SYM.
28103         (frexpf): Likewise.
28104         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
28105         "bp-asm.h".
28106         (PARMS): Do not use macros from bp-asm.h.
28107         (__frexpl): Do not use BP_SYM.
28108         (frexpl): Likewise.
28109         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
28110         "bp-asm.h".
28111         (PARMS): Do not use macros from bp-asm.h.
28112         (__remquo): Do not use BP_SYM.
28113         (remquo): Likewise.
28114         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
28115         "bp-asm.h".
28116         (PARMS): Do not use macros from bp-asm.h.
28117         (__remquof): Do not use BP_SYM.
28118         (remquof): Likewise.
28119         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
28120         "bp-asm.h".
28121         (PARMS): Do not use macros from bp-asm.h.
28122         (__remquol): Do not use BP_SYM.
28123         (remquol): Likewise.
28124         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
28125         "bp-asm.h".
28126         (PARMS): Do not use macros from bp-asm.h.
28127         (DEST): Likewise.
28128         (SRC): Likewise.
28129         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
28130         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
28131         "bp-asm.h".
28132         (PARMS): Do not use macros from bp-asm.h.
28133         (strlen): Do not use BP_SYM.
28134         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
28135         "bp-asm.h".
28136         (PARMS): Do not use macros from bp-asm.h.
28137         (S1): Likewise.
28138         (S2): Likewise.
28139         (SIZE): Likewise.
28140         (__mpn_add_n): Do not use BP_SYM.
28141         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
28142         "bp-asm.h".
28143         (PARMS): Do not use macros from bp-asm.h.
28144         (S1): Likewise.
28145         (SIZE): Likewise.
28146         (__mpn_addmul_1): Do not use BP_SYM.
28147         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
28148         weak_alias.
28149         (bzero): Likewise.
28150         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
28151         "bp-asm.h".
28152         (PARMS): Do not use macros from bp-asm.h.
28153         (S): Likewise.
28154         (SIZE): Likewise.
28155         (__mpn_lshift): Do not use BP_SYM.
28156         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
28157         "bp-asm.h".
28158         (PARMS): Do not use macros from bp-asm.h.
28159         (DEST): Likewise.
28160         (SRC): Likewise.
28161         (LEN): Likewise.
28162         (memcpy): Likewise.  Do not use BP_SYM.
28163         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
28164         libc_hidden_def and weak_alias.
28165         (mempcpy): Do not use BP_SYM in weak_alias.
28166         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
28167         "bp-asm.h".
28168         (PARMS): Do not use macros from bp-asm.h.
28169         (DEST): Likewise.
28170         (LEN): Likewise.
28171         [!BZERO_P] (CHR): Likewise.
28172         (memset): Likewise.  Do not use BP_SYM.
28173         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
28174         "bp-asm.h".
28175         (PARMS): Do not use macros from bp-asm.h.
28176         (S1): Likewise.
28177         (SIZE): Likewise.
28178         (__mpn_mul_1): Do not use BP_SYM.
28179         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
28180         "bp-asm.h".
28181         (PARMS): Do not use macros from bp-asm.h.
28182         (S): Likewise.
28183         (SIZE): Likewise.
28184         (__mpn_rshift): Do not use BP_SYM.
28185         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
28186         "bp-asm.h".
28187         (PARMS): Do not use macros from bp-asm.h.
28188         (STR): Likewise.
28189         (CHR): Likewise.
28190         (strchr): Likewise.  Do not use BP_SYM.
28191         (index): Do not use BP_SYM in weak_alias.
28192         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
28193         "bp-asm.h".
28194         (PARMS): Do not use macros from bp-asm.h.
28195         (DEST): Likewise.
28196         (SRC): Likewise.
28197         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
28198         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
28199         "bp-asm.h".
28200         (PARMS): Do not use macros from bp-asm.h.
28201         (strlen): Do not use BP_SYM.
28202         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
28203         "bp-asm.h".
28204         (PARMS): Do not use macros from bp-asm.h.
28205         (S1): Likewise.
28206         (S2): Likewise.
28207         (SIZE): Likewise.
28208         (__mpn_sub_n): Do not use BP_SYM.
28209         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
28210         "bp-asm.h".
28211         (PARMS): Do not use macros from bp-asm.h.
28212         (S1): Likewise.
28213         (SIZE): Likewise.
28214         (__mpn_submul_1): Do not use BP_SYM.
28215         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
28216         "bp-asm.h".
28217         (PARMS): Do not use macros from bp-asm.h.
28218         (S1): Likewise.
28219         (S2): Likewise.
28220         (SIZE): Likewise.
28221         (__mpn_add_n): Do not use BP_SYM.
28222         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
28223         weak_alias.
28224         (bzero): Likewise.
28225         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
28226         "bp-asm.h".
28227         (PARMS): Do not use macros from bp-asm.h.
28228         (BLK2): Likewise.
28229         (LEN): Likewise.
28230         (memcmp): Do not use BP_SYM.
28231         (bcmp): Do not use BP_SYM in weak_alias.
28232         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
28233         "bp-asm.h".
28234         (PARMS): Do not use macros from bp-asm.h.
28235         (DEST): Likewise.
28236         (SRC): Likewise.
28237         (LEN): Likewise.
28238         (memcpy): Likewise.  Do not use BP_SYM.
28239         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
28240         "bp-asm.h".
28241         (PARMS): Do not use macros from bp-asm.h.
28242         (DEST): Likewise.
28243         (SRC): Likewise.
28244         (LEN): Likewise.
28245         (memmove): Likewise.  Do not use BP_SYM.
28246         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
28247         "bp-asm.h".
28248         (PARMS): Do not use macros from bp-asm.h.
28249         (DEST): Likewise.
28250         (SRC): Likewise.
28251         (LEN): Likewise.
28252         (__mempcpy): Likewise.  Do not use BP_SYM.
28253         (mempcpy): Do not use BP_SYM in weak_alias.
28254         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
28255         "bp-asm.h".
28256         (PARMS): Do not use macros from bp-asm.h.
28257         (DEST): Likewise.
28258         (LEN): Likewise.
28259         [!BZERO_P] (CHR): Likewise.
28260         (memset): Likewise.  Do not use BP_SYM.
28261         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
28262         "bp-asm.h".
28263         (PARMS): Do not use macros from bp-asm.h.
28264         (STR2): Likewise.
28265         (strcmp): Do not use BP_SYM.
28266         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
28267         "bp-asm.h".
28268         (PARMS): Do not use macros from bp-asm.h.
28269         (STR): Likewise.
28270         (DELIM): Likewise.
28271         [USE_AS_STRTOK_R] (SAVE): Likewise.
28272         (FUNCTION): Likewise.  Do not use BP_SYM.
28273         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
28274         aliases.
28275         (strtok_r): Likewise.
28276         (__GI___strtok_r): Likewise.
28277         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28278         (PARMS): Do not use macros from bp-asm.h.
28279         (S): Likewise.
28280         (SIZE): Likewise.
28281         (__mpn_lshift): Do not use BP_SYM.
28282         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28283         (PARMS): Do not use macros from bp-asm.h.
28284         (STR): Likewise.
28285         (CHR): Likewise.
28286         (__memchr): Do not use BP_SYM.
28287         (memchr): Do not use BP_SYM in weak_alias.
28288         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28289         (PARMS): Do not use macros from bp-asm.h.
28290         (BLK2): Likewise.
28291         (LEN): Likewise.
28292         (memcmp): Do not use BP_SYM.
28293         (bcmp): Do not use BP_SYM in weak_alias.
28294         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
28295         (PARMS): Do not use macros from bp-asm.h.
28296         (S1): Likewise.
28297         (SIZE): Likewise.
28298         (__mpn_mul_1): Do not use BP_SYM.
28299         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
28300         "bp-asm.h".
28301         (PARMS): Do not use macros from bp-asm.h.
28302         (STR): Likewise.
28303         (CHR): Likewise.
28304         (__rawmemchr): Do not use BP_SYM.
28305         (rawmemchr): Do not use BP_SYM in weak_alias.
28306         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28307         (PARMS): Do not use macros from bp-asm.h.
28308         (S): Likewise.
28309         (SIZE): Likewise.
28310         (__mpn_rshift): Do not use BP_SYM.
28311         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28312         (PARMS): Do not use macros from bp-asm.h.
28313         (SIGMSK): Likewise.
28314         (__sigsetjmp): Likewise.  Do not use BP_SYM.
28315         * sysdeps/i386/start.S: Do not include "bp-sym.h".
28316         (_start): Do not use BP_SYM.
28317         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
28318         (PARMS): Do not use macros from bp-asm.h.
28319         (DEST): Likewise.
28320         (SRC): Likewise.
28321         (__stpcpy): Likewise.  Do not use BP_SYM.
28322         (stpcpy): Do not use BP_SYM in weak_alias.
28323         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
28324         "bp-asm.h".
28325         (PARMS): Do not use macros from bp-asm.h.
28326         (DEST): Likewise.
28327         (SRC): Likewise.
28328         (LEN): Likewise.
28329         (__stpncpy): Likewise.  Do not use BP_SYM.
28330         (stpncpy): Do not use BP_SYM in weak_alias.
28331         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28332         (PARMS): Do not use macros from bp-asm.h.
28333         (STR): Likewise.
28334         (CHR): Likewise.
28335         (strchr): Likewise.  Do not use BP_SYM.
28336         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
28337         "bp-asm.h".
28338         (PARMS): Do not use macros from bp-asm.h.
28339         (STR): Likewise.
28340         (CHR): Likewise.
28341         (__strchrnul): Likewise.  Do not use BP_SYM.
28342         (strchrnul): Do not use BP_SYM in weak_alias.
28343         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
28344         "bp-asm.h".
28345         (PARMS): Do not use macros from bp-asm.h.
28346         (STOP): Likewise.
28347         (strcspn): Do not use BP_SYM.
28348         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
28349         "bp-asm.h".
28350         (PARMS): Do not use macros from bp-asm.h.
28351         (STR): Likewise.
28352         (STOP): Likewise.
28353         (strpbrk): Likewise.  Do not use BP_SYM.
28354         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
28355         "bp-asm.h".
28356         (PARMS): Do not use macros from bp-asm.h.
28357         (STR): Likewise.
28358         (CHR): Likewise.
28359         (strrchr): Likewise.  Do not use BP_SYM.
28360         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
28361         (PARMS): Do not use macros from bp-asm.h.
28362         (SKIP): Likewise.
28363         (strspn): Do not use BP_SYM.
28364         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
28365         (PARMS): Do not use macros from bp-asm.h.
28366         (STR): Likewise.
28367         (DELIM): Likewise.
28368         (SAVE): Likewise.
28369         (FUNCTION): Likewise.  Do not use BP_SYM.
28370         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
28371         aliases.
28372         (strtok_r): Likewise.
28373         (__GI___strtok_r): Likewise.
28374         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28375         (PARMS): Do not use macros from bp-asm.h.
28376         (S1): Likewise.
28377         (S2): Likewise.
28378         (SIZE): Likewise.
28379         (__mpn_sub_n): Do not use BP_SYM.
28380         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
28381         "bp-asm.h".
28382         (PARMS): Do not use macros from bp-asm.h.
28383         (S1): Likewise.
28384         (SIZE): Likewise.
28385         (__mpn_submul_1): Do not use BP_SYM.
28386         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
28387         <bp-sym.h>.
28388         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
28389         and <bp-asm.h>.
28390         (PARMS): Do not use macros from bp-asm.h.
28391         (FLAGS): Likewise.
28392         (PTID): Likewise.
28393         (TLS): Likewise.
28394         (CTID): Likewise.
28395         (__clone): Do not use BP_SYM.
28396         (clone): Do not use BP_SYM in weak_alias.
28397         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
28398         and <bp-asm.h>.
28399         (PARMS): Do not use macros from bp-asm.h.
28400         (LEN): Likewise.
28401         (__mmap64): Do not use BP_SYM.
28402         (mmap64): Do not use BP_SYM in weak_alias.
28403         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
28404         <bp-sym.h> and <bp-asm.h>.
28405         (PARMS): Do not use macros from bp-asm.h.
28406         (__posix_fadvise64_l64): Do not use BP_SYM.
28407         * sysdeps/unix/sysv/linux/i386/semtimedop.S
28408         (PARMS): Do not use macros from bp-asm.h.
28409         (NSOPS): Likewise.
28410         (semtimedop): Do not use BP_SYM.
28411         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
28412         and <bp-asm.h>.
28414 2013-02-21  Allan McRae  <allan@archlinux.org>
28416         * manual/message.texi (Charset conversion in gettext):
28417         Move @end statement to beginning of line.
28419 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28421         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
28422         static.
28423         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
28424         Likewise.
28426         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
28427         (denorm): Likewise.
28428         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
28429         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
28431 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28433         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
28434         tail-call to the resolved function if pltexit isn't needed.
28436 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28438         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
28439         or Y being zero as being unlikely.
28440         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
28441         Likewise.
28443 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
28445         * manual/nss.texi (System Databases and Name Service Switch):
28446         Remove frobnicate @pxref.
28448 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28450         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28451         __attribute__ ((unused)) to __attribute__ ((__unused__)).
28453 2013-02-20  Petr Machata  <pmachata@redhat.com>
28455         * elf/elf.h (R_ARM_TARGET1): New macro.
28456         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
28457         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
28458         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
28459         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
28460         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
28461         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
28462         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
28463         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
28464         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
28465         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
28466         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
28467         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
28468         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
28469         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
28470         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
28471         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
28472         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
28473         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
28474         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
28475         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
28476         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
28477         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
28478         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
28479         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
28480         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
28481         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
28482         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
28483         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
28484         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
28485         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
28486         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
28487         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
28488         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
28489         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
28490         (R_ARM_THM_GOT_BREL12): Likewise.
28491         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
28492         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
28493         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
28494         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
28495         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
28496         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
28497         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
28498         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
28499         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
28501 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28503         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28504         __attribute_used__ to __attribute__ ((unused)).
28506 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
28508         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
28509         powerpc mpa.c.
28510         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
28511         comment formatting.
28512         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
28514 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
28516         [BZ #13550]
28517         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
28518         Remove macro.
28519         (ENTER): Remove both macro definitions.
28520         (LEAVE): Likewise.
28521         (CHECK_BOUNDS_LOW): Likewise.
28522         (CHECK_BOUNDS_HIGH): Likewise.
28523         (CHECK_BOUNDS_BOTH): Likewise.
28524         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
28525         (RETURN_BOUNDED_POINTER): Likewise.
28526         (RETURN_NULL_BOUNDED_POINTER): Likewise.
28527         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
28528         (POP_ERRNO_LOCATION_RETURN): Likewise.
28529         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
28530         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28531         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
28532         macros.
28533         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28534         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
28535         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
28536         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
28537         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
28538         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
28539         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
28540         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
28541         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
28542         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
28543         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
28544         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
28545         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28546         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
28547         removed macros.
28548         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28549         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
28550         macros.
28551         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28552         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
28553         * sysdeps/i386/i586/memset.S (memset): Likewise.
28554         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
28555         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28556         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
28557         macros.
28558         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28559         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
28560         Change uses of L(2) to L(out).
28561         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
28562         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
28563         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
28564         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28565         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
28566         removed macros.
28567         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28568         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
28569         macros.
28570         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28571         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
28572         (RETURN): Do not use macro LEAVE.
28573         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
28574         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
28575         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
28576         * sysdeps/i386/i686/memset.S (memset): Likewise.
28577         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
28578         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
28579         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28580         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
28581         Likewise.
28582         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28583         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
28584         L(1_2) and L(1_3) into L(1).
28585         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28586         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
28587         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28588         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
28589         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28590         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
28591         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
28592         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28593         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
28594         macros.
28595         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
28596         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28597         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
28598         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
28599         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
28600         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28601         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
28602         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
28603         * sysdeps/i386/strcspn.S (strcspn): Likewise.
28604         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
28605         * sysdeps/i386/strrchr.S (strrchr): Likewise.
28606         * sysdeps/i386/strspn.S (strspn): Likewise.
28607         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
28608         conditional code.
28609         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28610         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
28611         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28612         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
28613         L(1_3) into L(1_1).
28614         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
28615         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28616         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
28617         macros.
28618         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28620 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
28622         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
28623         macro.
28625 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
28627         * math/atest-exp.c (exp_mpn): Remove ROUND.
28628         * math/atest-exp2.c (exp_mpn): Likewise.
28629         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
28631         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
28632         * stdlib/tst-tls-atexit-lib.c: Likewise.
28633         * stdlib/tst-tls-atexit.c: Likewise.
28635 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28637         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
28638         and __attribute_alloc_size__.
28640 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28642         * include/programs/xmalloc.h: Change __attribute_alloc_size to
28643         __attribute_alloc_size__.
28644         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
28645         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
28647 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28649         * include/programs/xmalloc.h: New file.
28650         * catgets/gencat.c: Include it.
28651         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
28652         * elf/pldd.c: Likewise.
28653         * iconv/iconv_charmap.c: Likewise.
28654         * iconv/iconvconfig.c: Likewise.
28655         * iconv/strtab.c: Likewise.
28656         * locale/programs/locale.c: Likewise.
28657         * locale/programs/localedef.h: Likewise.
28658         * locale/programs/simple-hash.c: Likewise.
28659         * nscd/nscd.h: Likewise.
28660         * nss/makedb.c: Likewise.
28661         * sysdeps/generic/ldconfig.h: Likewise.
28663 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
28665         * Versions.def: Add GLIBC_2.18.
28666         * include/link.h (struct link_map): New member l_tls_dtor_count.
28667         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
28668         (__call_tls_dtors): Likewise.
28669         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
28670         __cxa_thread_atexit_impl.
28671         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
28672         Likewise.
28673         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
28674         Likewise.
28675         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
28676         Likewise.
28677         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
28678         Likewise.
28679         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
28680         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
28681         Likewise.
28682         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
28683         Likewise.
28684         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
28685         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
28686         Likewise.
28687         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
28688         (tests): Add test case tst-tls-atexit.
28689         (modules-names): Add shared library for tst-tls-atexit.
28690         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
28691         (GLIBC_PRIVATE): Add __call_tls_dtors.
28692         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
28693         for libstdc++.
28694         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
28695         * stdlib/tst-tls-atexit.c: New test case.
28696         * stdlib/tst-tls-atexit-lib.c: New test case.
28698         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
28700         * elf/Versions (ld): Add _dl_find_dso_for_object.
28701         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
28702         * elf/dl-open.c (_dl_find_dso_for_object): New function.
28703         (dl_open_worker): Use _dl_find_dso_for_object.
28704         * elf/dl-sym.c (do_sym): Likewise.
28705         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
28707 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28709         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
28710         Syntactic changes only.
28711         (_dl_runtime_profile): Do a tail-call to the resolved function.
28713 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
28715         [BZ #13550]
28716         * sysdeps/x86_64/bp-asm.h: Remove file.
28717         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
28718         <bp-sym.h> and <bp-asm.h>.
28719         (__clone): Do not use BP_SYM.
28720         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
28721         <bp-sym.h> and <bp-asm.h>.
28722         * sysdeps/unix/x86_64/sysdep.S: Likewise.
28723         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
28724         "bp-asm.h".
28725         (_setjmp): Do not use BP_SYM.
28726         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
28727         "bp-asm.h".
28728         (setjmp): Do not use BP_SYM.
28729         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
28730         libc_hidden_def.
28731         (mempcpy): Do not use BP_SYM in weak_alias.
28732         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
28733         "bp-asm.h".
28734         (strchr): Do not use BP_SYM.
28735         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
28736         "bp-asm.h".
28737         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
28738         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
28739         (_start): Do not use BP_SYM.
28740         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
28741         "bp-asm.h".
28742         (strcat): Do not use BP_SYM.
28743         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
28744         "bp-asm.h".
28745         (STRCMP): Do not use BP_SYM.
28746         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
28747         "bp-asm.h".
28748         (STRCPY): Do not use BP_SYM.
28749         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
28750         "bp-asm.h".
28751         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
28752         "bp-asm.h".
28753         (FUNCTION): Do not use BP_SYM.
28754         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
28755         weak_alias.
28756         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
28758 2013-02-17  Andreas Jaeger  <aj@suse.de>
28760         * time/Versions: Sort entries.
28761         * string/Versions: Likewise.
28762         * resolv/Versions: Likewise.
28763         * posix/Versions: Likewise.
28764         * iconv/Versions: Likewise.
28765         * elf/Versions: Likewise.
28766         * wcsmbs/Versions: Likewise.
28768 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
28770         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
28771         loop termination condition.
28773         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
28774         variable to calculate EZ.
28775         (__sqr): Likewise.
28777         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
28778         the lower precision input.
28780 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
28782         [BZ #13550]
28783         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
28784         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
28785         (run-via-rtld-prefix): Do not handle %-bp tests.
28786         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
28787         (all-object-suffixes): Remove .ob.
28788         (bppfx): Remove variable.
28789         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
28790         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
28791         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
28792         [$(build-bounded) = yes] (libtype.ob): Likewise.
28793         * Makerules (elide-routines.ob): Remove variable.
28794         (do-tests-clean): Do not handle *-bp.out.
28795         (common-mostlyclean): Do not handle *-bp and *-bp.out.
28796         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
28797         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
28798         (tests): Do not include $(tests-bp.out).
28799         (xtests): Do not include $(xtests-bp.out).
28800         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
28801         [$(build-bounded) = yes] ($(addprefix
28802         $(objpfx),$(binaries-bounded))): Remove rule.
28803         ($(objpfx)%-bp.out): Remove rule.
28804         * config.make.in (build-bounded): Remove variable.
28805         * crypt/Makefile [$(build-bounded) = yes]
28806         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
28807         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
28808         append to variable.
28809         [$(build-bounded) = yes] (install-lib): Likewise.
28810         [$(build-bounded) = yes] (generated): Likewise.
28811         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
28812         Remove rule.
28813         * intl/Makefile [$(build-bounded) = yes]
28814         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
28815         * math/Makefile [$(build-bounded) = yes]
28816         ($(tests:%=$(objpfx)%-bp): Likewise.
28817         * misc/Makefile [$(build-bounded) = yes]
28818         ($(objpfx)tst-tsearch-bp): Likewise.
28819         * nptl/Makeconfig (bounded-thread-library): Remove variable.
28820         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
28821         Remove dependency.
28822         * string/Makefile (o-objects.ob): Remove variable.
28823         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
28824         (CFLAGS-.ob): Remove variable.
28825         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
28826         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
28827         both definitions of variable.
28828         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
28829         (ASFLAGS-.ob): Remove variable.
28831 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
28833         [BZ #13550]
28834         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
28835         Remove __BOUNDED_POINTERS__ from condition.
28836         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
28837         * string/bits/string2.h [!__NO_STRING_INLINES &&
28838         !__BOUNDED_POINTERS__]: Likewise.
28839         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
28840         Likewise.
28841         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
28842         Remove conditional code.
28843         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
28844         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
28845         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
28846         condition.
28848         [BZ #13550]
28849         * csu/libc-start.c: Do not include <bp-sym.h>.
28850         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
28851         * elf/dl-open.c: Do not include <bp-sym.h>.
28852         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
28853         * math/fegetenv.c: Do not include <bp-sym.h>.
28854         (fegetenv): Do not use BP_SYM in versioned symbols.
28855         * nptl/sysdeps/pthread/bits/libc-lockP.h
28856         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
28857         <bp-sym.h>.
28858         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28859         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
28860         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28861         (__pthread_mutex_destroy): Likewise.
28862         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28863         (__pthread_mutex_lock): Likewise.
28864         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28865         (__pthread_mutex_trylock): Likewise.
28866         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28867         (__pthread_mutex_unlock): Likewise.
28868         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28869         (__pthread_mutexattr_init): Likewise.
28870         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28871         (__pthread_mutexattr_destroy): Likewise.
28872         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28873         (__pthread_mutexattr_settype): Likewise.
28874         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28875         (__pthread_rwlock_init): Likewise.
28876         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28877         (__pthread_rwlock_destroy): Likewise.
28878         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28879         (__pthread_rwlock_rdlock): Likewise.
28880         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28881         (__pthread_rwlock_tryrdlock): Likewise.
28882         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28883         (__pthread_rwlock_wrlock): Likewise.
28884         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28885         (__pthread_rwlock_trywrlock): Likewise.
28886         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28887         (__pthread_rwlock_unlock): Likewise.
28888         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28889         (__pthread_key_create): Likewise.
28890         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28891         (__pthread_setspecific): Likewise.
28892         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28893         (__pthread_getspecific): Likewise.
28894         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
28895         Likewise.
28896         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28897         (_pthread_cleanup_push_defer): Likewise.
28898         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28899         (_pthread_cleanup_pop_restore): Likewise.
28900         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28901         (pthread_setcancelstate): Likewise.
28902         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
28903         <bp-sym.h>.
28904         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
28905         (memchr): Do not use BP_SYM in weak_alias.
28906         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
28907         (fegetenv): Do not use BP_SYM in versioned symbols.
28908         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
28909         (fesetenv): Do not use BP_SYM in versioned symbols.
28910         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
28911         (feupdateenv): Do not use BP_SYM in versioned symbols.
28912         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
28913         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
28914         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
28915         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
28916         (open64): Do not use BP_SYM in weak_alias.
28917         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
28918         (fegetenv): Do not use BP_SYM in versioned symbols.
28919         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
28920         (fesetenv): Do not use BP_SYM in versioned symbols.
28921         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
28922         (feupdateenv): Do not use BP_SYM in versioned symbols.
28923         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
28924         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
28925         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
28926         (feraiseexcept): Do not use BP_SYM in versioned symbols.
28927         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
28928         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
28929         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
28930         <bp-sym.h>.
28931         (__libc_start_main): Do not use BP_SYM.
28933 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
28935         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
28936         redundant return line.
28937         (norm): Likewise.
28938         (denorm): Likewise.
28939         (dbl_mp): Likewise.
28940         (sub_magnitudes): Likewise.
28941         (__add): Likewise.
28942         (__sub): Likewise.
28943         (__mul): Likewise.
28944         (__inv): Likewise.
28945         (__dvd): Likewise.
28946         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
28947         (norm): Likewise.
28948         (denorm): Likewise.
28949         (dbl_mp): Likewise.
28950         (sub_magnitudes): Likewise.
28951         (__add): Likewise.
28952         (__sub): Likewise.
28953         (__mul): Likewise.
28954         (__inv): Likewise.
28955         (__dvd): Likewise.
28957         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
28958         instead of __mul.
28959         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
28960         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
28961         (cc32): Likewise.
28963         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
28964         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
28965         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
28966         of __mul for squares.
28967         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
28968         function
28969         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
28970         Likewise.
28971         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
28972         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
28974 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
28976         [BZ #13550]
28977         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
28978         code.
28979         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
28980         prototype or function definition.  Rename ubp_* variables and
28981         parameters.  Remove argv definitions conditional on
28982         [__BOUNDED_POINTERS__].
28983         * debug/backtrace.c (__backtrace): Do not use __unbounded.
28984         * elf/dl-runtime.c (_dl_fixup): Likewise.
28985         * include/set-hooks.h (RUN_HOOK): Likewise.
28986         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
28987         definition.
28988         * string/strcpy.c (strcpy): Do not use __unbounded.
28989         * sysdeps/generic/frame.h (struct layout): Likewise.
28990         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
28991         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
28992         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
28993         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
28994         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
28995         (__backtrace): Likewise.
28996         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
28997         use __ptrvalue.
28998         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
28999         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
29000         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
29001         Likewise.
29002         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
29003         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
29004         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
29005         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29006         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
29007         Do not use __unbounded.
29008         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
29009         Rename __unboundedrlimits parameter to rlimits in prototype.
29010         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
29011         Do not use __unbounded.
29012         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
29013         not use __ptrvalue.
29014         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29015         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
29016         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29017         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
29018         __ptrvalue or __unbounded.
29019         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
29020         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
29021         use __unbounded.
29022         (__new_msgctl): Do not use __ptrvalue.
29023         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
29024         __unbounded.
29025         (__libc_msgrcv): Do not use __ptrvalue.
29026         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
29027         startup_info): Do not use __unbounded.
29028         (__libc_start_main): Likewise.  Rename ubp_* variables and
29029         parameters.  Remove argv definitions conditional on
29030         [__BOUNDED_POINTERS__].
29031         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
29032         __ptrvalue.
29033         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
29034         use __unbounded.
29035         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
29036         or __ptrvalue.
29037         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
29038         use __unbounded.
29039         (__new_shmctl): Do not use __ptrvalue.
29040         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
29041         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
29042         Likewise.
29043         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
29044         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
29045         (__libc_sigaction): Likewise.
29046         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
29047         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
29048         Likewise.
29049         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29051 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
29053         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
29055         * string/mempcpy.c: Implement by calling memcpy.
29057 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
29059         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
29061         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
29062         evaluation.
29064         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
29065         values in the mantissa.
29067         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
29068         minimize writes to Z.
29069         (sub_magnitudes): Simplify code a bit.
29071 2013-02-12  Roland McGrath  <roland@hack.frob.com>
29073         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
29074         from the message.  The linker prefixes all warnings with that already.
29076 2013-02-12  Andreas Schwab  <schwab@suse.de>
29078         [BZ #15078]
29079         * posix/regexec.c (extend_buffers): Add parameter min_len.
29080         (check_matching): Pass minimum needed length.
29081         (clean_state_log_if_needed): Likewise.
29082         (get_subexp): Likewise.
29083         * posix/Makefile (tests): Add bug-regex34.
29084         (bug-regex34-ENV): Define.
29085         * posix/bug-regex34.c: New file.
29087         [BZ #11561]
29088         * posix/regcomp.c (parse_bracket_exp): When looking up collating
29089         elements compare against the byte sequence of it, not its name.
29090         * posix/Makefile (tests): Add bug-regex35.
29091         (bug-regex35-ENV): Define.
29092         * posix/bug-regex35.c: New file.
29094 2013-02-11  Tom de Vries  <tom@codesourcery.com>
29096         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
29097         comment.
29098         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
29099         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
29100         (CHECK_EOL): Add undef.
29102 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
29104         * bits/stdlib-bsearch.h: New file.
29105         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
29106         * stdlib/stdlib.h: Likewise.
29108 2013-02-11  Roland McGrath  <roland@hack.frob.com>
29110         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
29111         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
29112         declaration.
29113         * manual/search.texi (Array Search Function): Add missing const in
29114         lfind prototype.
29115         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
29116         declaration to use rlim_t.
29117         (Basic Scheduling Functions): Remove erroneous const from
29118         sched_getparam prototype.  Remove erroneous * from
29119         sched_get_priority_max and sched_get_priority_min prototypes.
29120         (Resource Usage): Fix summary @comment on vtimes to refer to
29121         sys/vtimes.h rather than vtimes.h.
29122         Add missing *s in vtimes prototype.
29123         (Limits on Resources): Fix ulimit prototype to return long int.
29124         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
29125         prototypes to use long int rather than double.
29126         (BSD Random): Fix initstate and setstate to use char *, not void *.
29127         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
29128         prototype to make second argument 'struct aiocb64 *const[]'.
29129         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
29130         (Status of AIO Operations): Remove erroneous const in aio_return and
29131         aio_return64 prototypes.
29132         (Synchronizing I/O): Fix sync prototype to return void.
29133         * manual/startup.texi (Suboptions): Remove an erroneous const in
29134         getsubopt prototype.
29135         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
29136         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
29137         use size_t rather than int.
29138         (Scanning All Users): Likewise for getpwent_r.
29139         (Setting Groups): Add missing const to setgroups prototype.
29140         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
29141         * manual/socket.texi (Host Names): Fix gethostbyaddr and
29142         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
29143         'const void *' rather than 'const char *'.
29144         (Host Address Functions): Likewise for inet_ntop.
29145         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
29146         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
29147         ssize_t for return value.
29148         (Sending Data): Likewise for send, sendto, sendmsg.
29149         (Socket Option Functions): Add a missing const in setsockopt prototype.
29150         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
29151         use wchar_t for the argument.
29152         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
29153         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
29154         take no arguments.
29155         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
29156         double/float/long double for second argument.
29157         Fix return types of significand, significandf, significandl.
29158         * manual/filesys.texi (Setting Permissions): Use mode_t for second
29159         argument in fchmod prototype.
29160         (File Owner): Use uid_t and gid_t in fchown prototype.
29161         (File Times): Add const to utimes, futimes, and lutimes prototypes.
29162         (Making Special Files): Use mode_t and dev_t in mknod prototype.
29163         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
29164         use 'const struct dirent **' as argument types to CMP function pointer
29165         argument.
29166         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
29167         (File Times): Fix summary magic @comment for struct utimbuf and utime
29168         to refer to utime.h, not time.h.
29169         * manual/string.texi (Argz Functions): Add missing const in
29170         argz_extract and argz_next prototypes.
29171         (Finding Tokens in a String): Likewise for basename.
29172         (String/Array Comparison): Fix typo in wcscasecmp prototype.
29173         (Copying and Concatenation): Fix typo in wmemmove prototype.
29174         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
29175         (Signal Stack): Remove erroneous const in sigstack prototype.
29176         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
29177         prototype.
29178         (Simple Calendar Time): Likewise for stime.
29179         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
29180         prototype.
29181         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
29182         say sys/sysctl.h instead.
29183         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
29184         and vsyslog prototypes.
29186 2013-02-11  Tom de Vries  <tom@codesourcery.com>
29188         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
29189         Remove.
29191 2013-02-11  Roland McGrath  <roland@hack.frob.com>
29193         * misc/sys/mman.h: Fix typo in mremap comment.
29195 2013-02-08  Roland McGrath  <roland@hack.frob.com>
29197         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
29198         the '\0' terminator.
29200 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
29202         [BZ #13550]
29203         * debug/segfault.c: Don't include <bp-checks.h>.
29204         * sysdeps/generic/bp-checks.h: Remove file.
29205         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
29206         (__GETDENTS): Don't use CHECK_N.
29207         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
29208         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
29209         (__getgroups): Don't use CHECK_N.
29210         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
29211         (setgroups): Don't use CHECK_N.
29212         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
29213         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
29214         (__libc_msgrcv): Don't use CHECK_N.
29215         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
29216         (__libc_msgsnd): Don't use CHECK_N.
29217         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
29218         <bp-checks.h>.
29219         (__libc_pread): Don't use CHECK_N.
29220         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
29221         include <bp-checks.h>.
29222         (__libc_pread64): Don't use CHECK_N.
29223         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
29224         include <bp-checks.h>.
29225         (__libc_pwrite): Don't use CHECK_N.
29226         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
29227         include <bp-checks.h>.
29228         (__libc_pwrite64): Don't use CHECK_N.
29229         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
29230         <bp-checks.h>.
29231         (__libc_pread): Don't use CHECK_N.
29232         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
29233         include <bp-checks.h>.
29234         (__libc_pread64): Don't use CHECK_N.
29235         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
29236         include <bp-checks.h>.
29237         (__libc_pwrite): Don't use CHECK_N.
29238         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
29239         include <bp-checks.h>.
29240         (__libc_pwrite64): Don't use CHECK_N.
29241         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
29242         (do_pread): Don't use CHECK_N.
29243         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
29244         (do_pread64): Don't use CHECK_N.
29245         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
29246         (do_pwrite): Don't use CHECK_N.
29247         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
29248         (do_pwrite64): Don't use CHECK_N.
29249         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
29250         (__libc_readv): Don't use CHECK_N.
29251         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
29252         (semop): Don't use CHECK_N.
29253         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
29254         <bp-checks.h>.
29255         (semtimedop): Don't use CHECK_N.
29256         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
29257         (__libc_pread): Don't use CHECK_N.
29258         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
29259         <bp-checks.h>.
29260         (__libc_pread64): Don't use CHECK_N.
29261         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
29262         <bp-checks.h>.
29263         (__libc_pwrite): Don't use CHECK_N.
29264         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
29265         <bp-checks.h>.
29266         (__libc_pwrite64): Don't use CHECK_N.
29267         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
29268         <bp-checks.h>.
29269         (__libc_msgrcv): Don't use CHECK_N.
29270         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
29271         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
29272         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
29273         (__libc_writev): Don't use CHECK_N.
29275 2013-02-08  Roland McGrath  <roland@hack.frob.com>
29277         * string/strcpy.c: Removed unused variable.
29279         * Makeconfig (+sysdep-includes): Define with := rather than =.
29280         Use an existing include/ subdir of each sysdeps dir before it.
29282 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29284         * nscd/connection.c (register_traced_file): Comment function.
29285         [HAVE_INOTIFY] (union __inev): Define.
29286         [HAVE_INOTIFY] (inotify_check_files): New function.
29287         [HAVE_INOTIFY] (clear_db_cache): Likewise.
29288         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
29289         clear_db_cache.
29290         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
29292 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29294         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
29295         loaded if not already and that a failure is permanent.
29297 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29299         [BZ #15006]
29300         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
29301         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
29303 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
29305         [BZ #13550]
29306         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
29307         (CHECK_1_NULL_OK): Likewise.
29308         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
29309         (__fxstat): Do not use CHECK_1.
29310         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
29311         <bp-checks.h>.
29312         (___fxstat64): Do not use CHECK_1.
29313         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
29314         <bp-checks.h>.
29315         (__fxstatat): Do not use CHECK_1.
29316         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
29317         <bp-checks.h>.
29318         (__fxstatat64): Do not use CHECK_1.
29319         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
29320         <bp-checks.h>.
29321         (__fxstat): Do not use CHECK_1.
29322         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
29323         <bp-checks.h>.
29324         (__fxstatat): Do not use CHECK_1.
29325         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
29326         <bp-checks.h>.
29327         (__getresgid): Do not use CHECK_1.
29328         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
29329         <bp-checks.h>.
29330         (__getresuid): Do not use CHECK_1.
29331         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
29332         <bp-checks.h>.
29333         (__lxstat): Do not use CHECK_1.
29334         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
29335         <bp-checks.h>.
29336         (__old_msgctl): Do not use CHECK_1.
29337         (__new_msgctl): Likewise.
29338         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
29339         <bp-checks.h>.
29340         (__new_setrlimit): Do not use CHECK_1.
29341         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
29342         <bp-checks.h>.
29343         (__old_shmctl): Do not use CHECK_1.
29344         (__new_shmctl): Likewise.
29345         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
29346         <bp-checks.h>.
29347         (__xstat): Do not use CHECK_1.
29348         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
29349         (__lxstat): Do not use CHECK_1.
29350         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
29351         <bp-checks.h>.
29352         (___lxstat64): Do not use CHECK_1.
29353         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
29354         (__old_msgctl): Do not use CHECK_1.
29355         (__new_msgctl): Likewise.
29356         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
29357         <bp-checks.h>.
29358         (__gettimeofday): Do not use CHECK_1.
29359         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
29360         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
29361         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
29362         <bp-checks.h>.
29363         (__gettimeofday): Do not use CHECK_1.
29364         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
29365         (__old_shmctl): Do not use CHECK_1_NULL_OK.
29366         (__new_shmctl): Do not use CHECK_1.
29367         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
29368         <bp-checks.h>.
29369         (do_sigtimedwait): Do not use CHECK_1.
29370         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
29371         <bp-checks.h>.
29372         (do_sigwaitinfo): Do not use CHECK_1.
29373         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
29374         <bp-checks.h>.
29375         (msgctl): Do not use CHECK_1.
29376         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
29377         <bp-checks.h>.
29378         (shmctl): Do not use CHECK_1.
29379         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
29380         (ustat): Do not use CHECK_1.
29381         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
29382         <bp-checks.h>.
29383         (__fxstat): Do not use CHECK_1.
29384         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
29385         <bp-checks.h>.
29386         (__fxstatat): Do not use CHECK_1.
29387         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
29388         <bp-checks.h>.
29389         (__lxstat): Do not use CHECK_1.
29390         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
29391         <bp-checks.h>.
29392         (__xstat): Do not use CHECK_1.
29393         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
29394         (__xstat): Do not use CHECK_1.
29395         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
29396         (___xstat64): Do not use CHECK_1.
29398         [BZ #13550]
29399         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
29400         definitions.
29401         (CHECK_BOUNDS_HIGH): Likewise.
29402         * string/strcpy.c: Do not include <bp-checks.h>.
29403         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
29405 2013-02-07  Roland McGrath  <roland@hack.frob.com>
29407         * nscd/nscd-client.h (__nscd_drop_map_ref):
29408         Add __attribute__ ((unused)).
29409         * nis/nss-nisplus.h (niserr2nss): Likewise.
29411         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
29412         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
29414         * csu/libc-tls.c (init_static_tls, init_slotinfo):
29415         Remove inline keyword.
29416         * include/rounding-mode.h (round_away): Likewise.
29417         * libio/wfileops.c (adjust_wide_data): Likewise.
29418         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
29419         (__m128i_strloadu_tolower): Likewise.
29420         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
29421         (__m128i_strloadu_tolower): Likewise.
29422         * time/mktime.c (ydhms_diff): Likewise.
29423         * locale/elem-hash.h (elem_hash): Likewise.
29424         * locale/setlocale.c (setdata): Likewise.
29425         * posix/regex_internal.h (re_string_char_size_at): Likewise.
29426         (re_string_wchar_at): Likewise.
29427         (bitset_not, bitset_merge, bitset_mask): Likewise.
29428         [!(__GNUC__ > 3)] (inline): Remove macro.
29429         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
29430         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
29431         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
29432         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
29433         * string/memcmp.c (memcmp_bytes): Likewise.
29434         * locale/programs/locarchive.c (compute_hashval): Likewise.
29435         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
29436         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
29437         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
29438         * nss/getent.c (print_rpc, print_protocols): Likewise.
29439         (print_passwd, print_group, print_aliases): Likewise.
29440         * nis/nss-nisplus.h (niserr2nss): Likewise.
29441         * nscd/connections.c (restart_p): Likewise.
29442         Change return type to bool.
29444 2013-02-05  Roland McGrath  <roland@hack.frob.com>
29446         * Makeconfig (all-Depend-files): Add existing
29447         $(sorted-subdirs:=/Depend) files.
29448         (all-subdirs): Remove nss.
29449         * sysdeps/unix/inet/Subdirs: Add it here instead.
29450         * hesiod/Depend: New file.
29452         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
29453         instead of calling alloca.
29455         * io/lseek.c (__lseek): Rename to __libc_lseek.
29456         Define __lseek as an alias.
29458         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
29460 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
29462         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
29463         else clause and remove check for non-standard endianness.
29465 2013-02-04  David S. Miller  <davem@davemloft.net>
29467         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29469 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
29471         [BZ #13550]
29472         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
29473         (__ubp_memchr): Remove prototype.
29474         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
29475         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29476         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
29477         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29478         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
29479         Remove alias.
29480         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
29481         (__ubp_memchr): Likewise.
29482         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
29483         (__ubp_memchr): Likewise.
29484         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
29485         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
29486         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
29487         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
29488         CHECK_STRING.
29489         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
29490         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
29491         (__getcwd): Do not use CHECK_STRING.
29492         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
29493         <bp-checks.h>.
29494         (__real_chown): Do not use CHECK_STRING.
29495         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
29496         <bp-checks.h>.
29497         (fchownat): Do not use CHECK_STRING.
29498         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
29499         CHECK_STRING.
29500         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
29501         <bp-checks.h>.
29502         (__lchown): Do not use CHECK_STRING.
29503         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29504         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29505         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29506         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
29507         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
29508         include <bp-checks.h>.
29509         (truncate64): Do not use CHECK_STRING.
29510         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
29511         <bp-checks.h>.
29512         (__real_chown): Do not use CHECK_STRING.
29513         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
29514         <bp-checks.h>.
29515         (__lchown): Do not use CHECK_STRING.
29516         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
29517         <bp-checks.h>.
29518         (__chown): Do not use CHECK_STRING.
29519         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
29520         <bp-checks.h>.
29521         (truncate64): Do not use CHECK_STRING.
29522         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
29523         Likewise.
29524         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
29525         (__xmknod): Do not use CHECK_STRING.
29526         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
29527         <bp-checks.h>.
29528         (__xmknodat): Do not use CHECK_STRING.
29529         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29530         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
29532 2013-02-04  Andreas Schwab  <schwab@suse.de>
29534         [BZ #14142]
29535         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
29536         * include/netdb.h: Likewise for h_errno.
29537         * elf/tst-stackguard1.c: Include <tls.h>.
29539 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
29541         * elf/link.h (struct link_map): Extend the l_addr comment.
29542         * include/link.h (struct link_map): Likewise.
29544 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
29546         [BZ #13550]
29547         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
29548         (BOUNDED_1): Remove macro.
29549         * debug/backtrace.c: Don't include <bp-checks.h>.
29550         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
29551         (__backtrace): Likewise.
29552         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
29553         <bp-checks.h>.
29554         (__backtrace): Don't use BOUNDED_1.
29555         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
29556         <bp-checks.h>.
29557         (__backtrace): Don't use BOUNDED_1.
29558         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
29559         (__backtrace): Don't use BOUNDED_1.
29560         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
29561         (shmat): Don't use BOUNDED_N.
29563 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
29565         [BZ #13550]
29566         * sysdeps/generic/bp-start.h: Remove file.
29567         * csu/libc-start.c: Don't include <bp-start.h>.
29568         (LIBC_START_MAIN): Set up __environ directly instead of using
29569         INIT_ARGV_and_ENVIRON.
29570         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
29571         <bp-start.h>.
29573         [BZ #13550]
29574         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
29575         definitions.
29576         (CHECK_FCNTL): Likewise.
29577         (CHECK_N_PAGES): Likewise.
29579         [BZ #13550]
29580         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
29581         definitions.
29582         (CHECK_SIGSET_NULL_OK): Likewise.
29583         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
29584         <bp-checks.h>.
29585         (sigpending): Don't use CHECK_SIGSET.
29586         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
29587         <bp-checks.h>.
29588         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29589         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
29590         <bp-checks.h>.
29591         (do_sigsuspend): Don't use CHECK_SIGSET.
29592         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
29593         use CHECK_SIGSET.
29594         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
29595         (do_sigwait): Don't use CHECK_SIGSET.
29596         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
29597         use CHECK_SIGSET.
29598         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
29599         include <bp-checks.h>.
29600         (sigpending): Don't use CHECK_SIGSET.
29601         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
29602         include <bp-checks.h>.
29603         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29604         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
29605         <bp-checks.h>.
29606         (sigpending): Don't use CHECK_SIGSET.
29607         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
29608         <bp-checks.h>.
29609         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29611         [BZ #13550]
29612         * sysdeps/generic/bp-semctl.h: Remove file.
29613         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
29614         <bp-checks.h> and <bp-semctl.h>.
29615         (__old_semctl): Don't use CHECK_SEMCTL.
29616         (__new_semctl): Likewise.
29617         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
29618         and <bp-semctl.h>.
29619         (__old_semctl): Don't use CHECK_SEMCTL.
29620         (__new_semctl): Likewise.
29621         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
29622         <bp-checks.h> and <bp-semctl.h>.
29623         (__old_semctl): Don't use CHECK_SEMCTL.
29624         (__new_semctl): Likewise.
29625         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
29626         <bp-checks.h> and <bp-semctl.h>.
29627         (semctl): Don't use CHECK_SEMCTL.
29629         [BZ #13550]
29630         * Makerules (elide-bp-thunks): Remove variable.
29631         (elide-routines.oS): Don't use $(elide-bp-thunks).
29632         (elide-routines.os): Likewise.
29633         (elide-routines.o): Likewise.
29634         (elide-routines.op): Likewise.
29635         (elide-routines.og): Likewise.
29636         (objects): Don't use $(bp-thunks).
29637         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
29638         include.
29639         (common-generated): Do not add s-proto-bp.d.
29640         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
29641         (int): Likewise.
29642         (typ): Likewise.
29643         Do not generate makefile rules for bounded-pointer thunks.
29644         * sysdeps/generic/bp-thunks.h: Remove file.
29645         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
29646         * sysdeps/unix/s-proto-bp.S: Likewise.
29648         [BZ #15062]
29649         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
29650         parts of result separately when argument is not close to line from
29651         -i to i and one part of argument is small.
29652         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29653         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29654         * math/libm-test.inc (cacos_test): Add more tests.
29655         (casin_test): Likewise.
29656         (casinh_test): Likewise.
29657         * sysdeps/i386/fpu/libm-test-ulps: Update.
29658         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29660 2013-01-31  David S. Miller  <davem@davemloft.net>
29662         * po/de.po: Update from translation team.
29664 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
29666         * time/tzfile.c: Include stdint.h for SIZE_MAX.
29668 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
29670         * configure.in (_AC_PROG_CC_C89): New definition.
29671         * configure: Regenerate.
29673         * configure.in (AC_PROG_CPP): New definition.
29674         * configure: Regenerate.
29676 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
29678         * debug/tst-backtrace.h: New file.
29679         * debug/tst-backtrace2.c: Include tst-backtrace.h.
29680         (ret): Remove variable.
29681         (x): Likewise.
29682         (FAIL): Remove macro.
29683         (NO_INLINE): Likewise.
29684         (fn1): Use match function instead of strstr.
29685         * debug/tst-backtrace3.c: Include tst-backtrace.h.
29686         (ret): Remove variable.
29687         (x): Likewise.
29688         (FAIL): Remove macro.
29689         (NO_INLINE): Likewise.
29690         (fn): Use match function instead of strstr.
29691         * debug/tst-backtrace4.c: Include tst-backtrace.h.
29692         (ret): Remove variable.
29693         (x): Likewise.
29694         (FAIL): Remove macro.
29695         (NO_INLINE): Likewise.
29696         (handle_signal): Use match function instead of strstr.
29697         * debug/tst-backtrace5.c: Include tst-backtrace.h.
29698         (ret): Remove variable.
29699         (x): Likewise.
29700         (FAIL): Remove macro.
29701         (NO_INLINE): Likewise.
29702         (handle_signal): Use match function instead of strstr.
29704 2013-01-23  Roland McGrath  <roland@hack.frob.com>
29706         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
29708 2013-01-23  David S. Miller  <davem@davemloft.net>
29710         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
29711         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
29712         argument of CAS if possible.
29713         * sysdeps/sparc/sparc64/bits/atomic.h
29714         (__arch_compare_and_exchange_val_32_acq): Likewise.
29715         (__arch_compare_and_exchange_val_64_acq): Likewise.
29717 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
29719         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
29720         * sysdeps/posix/ulimit.c: ... this.
29721         Include <limits.h>.
29722         * sysdeps/unix/bsd/ulimit.c: Remove file.
29724 2013-01-23  Adam Conrad  <adconrad@0c3.net>
29726         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
29727         (LDFLAGS-tst-array5): Likewise.
29729 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
29731         [BZ #15036]
29732         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
29733         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
29734         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
29735         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
29737 2013-01-21  David S. Miller  <davem@davemloft.net>
29739         * sysdeps/sparc/backtrace.c: New file.
29740         * sysdeps/sparc/sparc32/backtrace.h: New file.
29741         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
29742         * sysdeps/sparc/sparc64/backtrace.h: New file.
29743         * sysdeps/sparc/sparc64/backtrace.c: Delete.
29744         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
29745         -funwind-tables.
29747 2013-01-21  Andreas Schwab  <schwab@suse.de>
29749         [BZ #15020]
29750         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
29751         closed its stdout.
29753 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
29755         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
29756         "mpa2.h".
29757         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29759 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
29760             Mark Mitchell  <mark@codesourcery.com>
29761             Tom de Vries  <tom@codesourcery.com>
29762             Paul Pluzhnikov  <ppluzhnikov@google.com>
29764         * debug/tst-backtrace2.c: New file.
29765         * debug/tst-backtrace3.c: Likewise.
29766         * debug/tst-backtrace4.c: Likewise.
29767         * debug/tst-backtrace5.c: Likewise.
29768         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
29769         (CFLAGS-tst-backtrace3.c): Likewise.
29770         (CFLAGS-tst-backtrace4.c): Likewise.
29771         (CFLAGS-tst-backtrace5.c): Likewise.
29772         (LDFLAGS-tst-backtrace2): Likewise.
29773         (LDFLAGS-tst-backtrace3): Likewise.
29774         (LDFLAGS-tst-backtrace4): Likewise.
29775         (LDFLAGS-tst-backtrace5): Likewise.
29776         (tests): Add new tests tst-backtrace2, tst-backtrace3,
29777         tst-backtrace4 and tst-backtrace5.
29779 2013-01-18  Anton Blanchard  <anton@samba.org>
29780             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
29782         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
29783         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
29784         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
29785         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
29786         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
29787         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
29788         "+r" and remove output regs list as redundant.  Add explicit inline
29789         asm to specify register of return val to work around compiler codegen
29790         bug.  Remove (int) cast on return value.  Add return type parameter to
29791         use in macro so that this macro does not truncate return value for
29792         64-bit values.
29793         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
29794         pass to INTERNAL_VSYSCALL_NCS.
29795         (INLINE_VSYSCALL): Add 'long int' as return type to
29796         INTERNAL_VSYSCALL_NCS macro invocation.
29797         (INTERNAL_VSYSCALL): Add 'long int' as return type to
29798         INTERNAL_VSYSCALL_NCS macro invocation.
29799         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
29801 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
29803         [BZ #14496]
29804         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
29805         Fix application of SIMD FP exception mask.
29807         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
29808         mp_no from a power of two.
29809         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
29810         __mpexp_twomm1.  Use __pow_mp.
29812         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
29813         multiplication.
29815 2013-01-17  David S. Miller  <davem@davemloft.net>
29817         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29819 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
29821         [BZ #15023]
29822         * include/complex.h: Condition contents on [!_COMPLEX_H].
29823         (__kernel_casinhf): New prototype.
29824         (__kernel_casinh): Likewise.
29825         (__kernel_casinhl): Likewise.
29826         * math/Makefile (libm_calls): Add k_casinh.
29827         * math/k_casinh.c: New file.
29828         * math/k_casinhf.c: Likewise.
29829         * math/k_casinhl.c: Likewise.
29830         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
29831         finite nonzero arguments.
29832         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
29833         finite nonzero arguments.
29834         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
29835         finite nonzero arguments.
29836         * math/s_casinh.c: Do not include <float.h>.
29837         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
29838         * math/s_casinhf.c: Do not include <float.h>.
29839         (__casinhf): Move code for finite nonzero arguments to
29840         k_casinhf.c.
29841         * math/s_casinhl.c: Do not include <float.h>.
29842         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
29843         redefine.
29844         (__casinhl): Move code for finite nonzero arguments to
29845         k_casinhl.c.
29846         * math/libm-test.inc (cacos_test): Add more tests.
29847         * sysdeps/i386/fpu/libm-test-ulps: Update.
29848         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29850 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
29852         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
29853         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
29854         [!HAVE_MREMAP]: Remove [defined linux] case.
29855         * malloc/arena.c: Do not include <malloc-sysdep.h>.
29857 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
29859         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
29861 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
29863         * elf/elf.h (R_386_SIZE32): New relocation.
29864         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
29865         R_386_SIZE32.
29866         (elf_machine_rela): Likewise.
29867         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
29868         R_X86_64_SIZE64 and R_X86_64_SIZE32.
29870 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
29872         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
29873         (FP_FAST_FMA): Do not define.
29874         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
29875         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
29876         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
29877         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
29878         !_SOFT_FLOAT]: Likewise.
29879         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
29880         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
29881         value.
29882         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
29883         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
29884         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
29885         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
29886         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
29887         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
29888         file.
29890 2013-01-16  Andreas Schwab  <schwab@suse.de>
29892         [BZ #14327]
29893         * include/stdlib.h (__mktemp): Add declaration.
29894         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
29895         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
29897 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
29899         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
29900         definitions.
29901         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
29902         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
29903         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
29904         definitions here.
29905         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
29906         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
29907         definitions.
29908         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
29909         and ONE.
29910         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
29911         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
29912         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
29913         definitions.
29914         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
29915         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
29916         definitions.
29917         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
29919         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
29921 2013-01-15  David S. Miller  <davem@davemloft.net>
29923         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29924         trunc{,f} to libm-sysdep_routes.
29925         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
29926         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
29927         file.
29928         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
29929         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
29930         file.
29931         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
29932         file.
29933         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
29934         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
29935         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
29936         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
29937         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
29938         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
29939         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
29940         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
29942         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29943         nearbyint{,f} to libm-sysdep_routes.
29944         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
29945         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
29946         New file.
29947         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
29948         file.
29949         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
29950         New file.
29951         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
29952         file.
29953         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
29954         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
29955         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
29956         file.
29957         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
29958         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
29959         file.
29960         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
29961         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
29962         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
29964         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
29965         libc_feholdexcept and libc_fesetenv.
29967 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
29969         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
29971 2013-01-14  David S. Miller  <davem@davemloft.net>
29973         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
29974         (SPARC_ASM_VIS2_IFUNC): Likewise.
29975         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
29976         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
29977         use of 'siam' instruction.
29978         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
29979         Likewise.
29980         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
29981         Likewise.
29982         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
29983         Likewise.
29984         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
29985         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
29986         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
29987         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
29988         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
29989         file.
29990         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
29991         file.
29992         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
29993         file.
29994         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
29995         file.
29996         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
29997         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
29998         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
29999         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
30000         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
30001         new VIS2 routines.
30002         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
30003         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
30004         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
30005         Likewise.
30006         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
30007         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
30008         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
30009         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
30010         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
30011         routines to libm-sysdep_routines.
30012         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30014         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30015         fdim/fdimf to libm-sysdep_routines.
30016         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
30017         file.
30018         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
30019         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
30020         file.
30021         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
30022         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
30023         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
30024         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
30025         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
30026         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
30027         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
30029 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
30031         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
30032         to optimize copies.
30034         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
30035         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30036         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30038         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
30039         local variable MPTWO.
30040         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
30041         Likewise.
30043 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30045         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
30046         GLOB_NOESCAPE.
30048 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30050         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
30052 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30054         * manual/pattern.texi (glob_t): Document gl_flags.
30055         (glob64_t): Likewise.
30057 2013-01-11  David S. Miller  <davem@davemloft.net>
30059         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
30060         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
30061         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
30062         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
30063         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
30064         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
30065         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
30066         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
30067         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
30068         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
30069         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
30070         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
30071         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
30073         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
30074         sparc V9 rather than using V8 code.
30075         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30076         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30078         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
30079         Move to...
30080         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
30081         Here.
30083 2013-01-11  Roland McGrath  <roland@hack.frob.com>
30085         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
30086         not in the main loop.
30087         * configure: Regenerated.
30089 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
30091         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
30092         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
30093         to just #else.
30094         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
30095         [!__GLIBC_HAVE_LONG_LONG] case.
30096         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
30097         condition to just #else.
30098         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
30099         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
30100         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
30101         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
30102         unconditional.
30103         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
30104         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
30105         #elif condition to just #else.
30106         * sysdeps/unix/sysv/linux/sys/sysmacros.h
30107         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
30108         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
30109         #elif condition to just #else.
30111 2013-01-11  Steve Ellcey  <sellcey@mips.com>
30113         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
30114         (EF_MIPS_ARCH_64): Fix value.
30115         (EF_MIPS_ARCH_32R2): New.
30116         (EF_MIPS_ARCH_64R2): New.
30118 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
30120         * Makeconfig (+link-pie-before-libc): New.
30121         (+link-pie-after-libc): Likewise.
30122         (+link-pie-tests): Likewise.
30123         (+link-pie): Rewritten.
30124         (link-before-libc): Remove $(config-LDFLAGS).
30125         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
30126         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
30127         (config-LDFLAGS): Renamed to ...
30128         (rtld-LDFLAGS): This.
30129         (rtld-tests-LDFLAGS): New macro.
30130         (link-libc-rpath-link): Likewise.
30131         (link-libc-tests-rpath-link): Likewise.
30132         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
30133         (link-libc): Prepand $(link-libc-rpath-link).
30134         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
30135         (test-program-prefix): New macro.
30136         (test-via-rtld-prefix): Likewise.
30137         (test-program-cmd): Likewise.
30138         (host-test-program-cmd): Likewise.
30139         * Makefile ($(common-objpfx)testrun.sh): Replace
30140         $(run-program-prefix) with $(test-program-prefix).
30141         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
30142         $(rtld-LDFLAGS).
30143         ($(common-objpfx)shlib.lds): Likewise.
30144         (build-module-helper): Likewise.
30145         ($(common-objpfx)format.lds): Likewise.
30146         * Rules (binaries-pie-tests): New.
30147         (binaries-pie-notests): Likewise.
30148         (binaries-pie): Rewritten.
30149         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
30150         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
30151         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
30152         (make-test-out): Replace $(host-built-program-cmd) with
30153         $(host-test-program-cmd).
30154         * config.make.in (build-hardcoded-path-in-tests): New variable.
30155         * configure.in (--enable-hardcoded-path-in-tests): New configure
30156         option.
30157         (hardcoded_path_in_tests): New AC_SUBST.
30158         * configure: Regenerated.
30159         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
30160         $(built-program-cmd) with $(test-program-cmd).
30161         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
30162         (test_program_cmd): This.
30163         * elf/Makefile ($(objpfx)order.out): Run test with
30164         $(test-program-prefix).
30165         ($(objpfx)order2.out): Likewise.
30166         ($(objpfx)tst-initorder.out): Likewise.
30167         ($(objpfx)tst-initorder2.out): Likewise.
30168         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
30169         $(test-program-cmd).
30170         ($(objpfx)tst-array1-static.out): Likewise.
30171         ($(objpfx)tst-array2.out): Likewise.
30172         ($(objpfx)tst-array3.out): Likewise.
30173         ($(objpfx)tst-array4.out): Likewise.
30174         ($(objpfx)tst-array5.out): Likewise.
30175         ($(objpfx)tst-array5-static.out): Likewise.
30176         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
30177         $(test-program-cmd).
30178         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
30179         $(run-program-prefix) with $(test-program-prefix).
30180         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
30181         (test_program_prefix): This.
30182         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
30183         $(run-program-prefix) with $(test-program-prefix).
30184         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
30185         (test_program_prefix): This.
30186         * iconvdata/tst-tables.sh: Likewise.
30187         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
30188         $(run-program-prefix) with $(test-program-prefix).
30189         ($(objpfx)tst-translit.out): Likewise.
30190         ($(objpfx)tst-gettext2.out): Likewise.
30191         ($(objpfx)tst-gettext4.out): Likewise.
30192         ($(objpfx)tst-gettext6.out): Likewise.
30193         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
30194         (test_program_prefix): This.
30195         * intl/tst-gettext2.sh: Likewise.
30196         * intl/tst-gettext4.sh  Likewise.
30197         * intl/tst-gettext6.sh: Likewise.
30198         * intl/tst-translit.sh: Likewise.
30199         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
30200         with $(test-program-cmd).
30201         * libio/Makefile ($(objpfx)test-freopen.out): Replace
30202         $(run-program-prefix) with $(test-program-prefix).
30203         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
30204         (test_program_prefix): This.
30205         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
30206         $(run-program-prefix) with $(test-program-prefix).
30207         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
30208         (test_program_prefix): This.
30209         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
30210         * posix/Makefile ($(objpfx)globtest.out): Replace
30211         $(run-via-rtld-prefix) and $(test-wrapper) with
30212         $(test-program-prefix) and $(test-via-rtld-prefix).
30213         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
30214         $(test-program-prefix).
30215         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
30216         $(host-test-program-cmd).
30217         (tst-spawn-ARGS): Likewise.
30218         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
30219         $(test-program-prefix).
30220         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
30221         (test_via_rtld_prefix): This.
30222         (test_wrapper): Renamed to ...
30223         (test_program_prefix): This.
30224         (run_program_prefix): Replaced by test_program_prefix.
30225         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
30226         (test_program_prefix): This.
30227         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
30228         with $(host-test-program-cmd).
30229         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
30230         $(run-program-prefix) with $(test-program-prefix).
30231         ($(objpfx)tst-printf.out): Likewise.
30232         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
30233         $(test-program-cmd).
30234         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
30235         (test_program_prefix): This.
30236         * stdio-common/tst-unbputc.sh: Likewise.
30237         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
30238         $(run-program-prefix) with $(test-program-prefix).
30239         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
30240         (test_program_prefix): This.
30241         * string/Makefile ($(objpfx)tst-svc.out):  Replace
30242         $(built-program-cmd) with $(test-program-cmd).
30244 2013-01-11  Andreas Jaeger  <aj@suse.de>
30246         [BZ #15003]
30247         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
30248         value. Sync with Linux 3.7.
30250 2013-01-10  David S. Miller  <davem@davemloft.net>
30252         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
30253         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30254         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30256 2013-01-10  Roland McGrath  <roland@hack.frob.com>
30258         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
30259         never set.
30260         * configure: Regenerated.
30262 2013-01-10  David S. Miller  <davem@davemloft.net>
30264         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
30265         sparc V9 rather than using V8 code.
30266         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30267         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30269 2013-01-10  Roland McGrath  <roland@hack.frob.com>
30271         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
30272         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
30273         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
30274         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
30275         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
30276         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
30277         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
30278         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
30279         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
30280         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
30281         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
30282         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
30283         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
30284         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
30285         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
30286         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
30287         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
30288         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
30289         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
30290         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
30291         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
30292         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
30293         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
30294         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
30295         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
30296         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
30297         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
30299 2013-01-10  David S. Miller  <davem@davemloft.net>
30301         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30303 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
30305         * posix/Makefile (tests-static): New variable.
30306         (tests): Add $(tests-static).
30307         (tst-exec-static-ARGS): New variable.
30308         (tst-spawn-static-ARGS): Likewise.
30309         * posix/tst-exec-static.c: New file.
30310         * posix/tst-spawn-static.c: Likewise.
30311         * posix/tst-exec.c: Support run directly.
30312         * posix/tst-spawn.c: Likewise.
30314 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
30316         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
30317         long.
30318         * math/bits/mathcalls.h (llrint): Likewise.
30319         (llround): Likewise.
30320         * stdlib/stdlib.h (struct drand48_data): Likewise.
30321         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
30322         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
30323         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
30324         Likewise.
30325         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
30326         Likewise.
30327         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
30328         (elf_greg_t): Likewise.
30329         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
30330         (__jmp_buf): Likewise.
30331         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
30332         definitions.
30333         (llrint): Likewise, for all definitions.
30334         (llrintl): Likewise.
30336         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
30337         Remove [__GNUC__] condition.
30338         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
30339         condition to just [__USE_ISOC99].
30340         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
30342 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
30344         [BZ #14200]
30345         * sysdeps/unix/sysv/linux/x86/bits/environments.h
30346         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
30347         defined.
30348         (_POSIX_V6_ILP32_OFF32): Likewise.
30349         (_XBS5_ILP32_OFF32): Likewise.
30350         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
30351         (__ILP32_OFFBIG_LDFLAGS): Likewise.
30353 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
30355         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
30357         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
30358         doubles __mpexp_twomm1.  Adjust usage.
30359         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
30360         Remove.
30362 2013-01-10  Andreas Schwab  <schwab@suse.de>
30364         [BZ #14964]
30365         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
30366         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
30368 2013-01-09  David S. Miller  <davem@davemloft.net>
30370         [BZ #15003]
30371         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
30372         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
30373         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
30374         (TCP_FASTOPEN): Define.
30375         (tcp_repair_opt): New structure.
30376         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
30377         enum values.
30378         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
30379         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
30380         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
30381         (tcp_cookie_transactions): New structure.
30383 2013-01-09  Anton Blanchard  <anton@samba.org>
30385         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
30386         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
30387         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
30388         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
30390 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
30392         * include/features.h (__USE_ANSI): Remove.
30394 2013-01-09  Roland McGrath  <roland@hack.frob.com>
30396         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
30398         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
30400 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
30402         * sysdeps/s390/fpu/libm-test-ulps: Update.
30404         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30406         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
30407         (__acr): Likewise.
30408         (__cpy): Likewise.
30409         (norm): Likewise.
30410         (denorm): Likewise.
30411         (__mp_dbl): Likewise.
30412         (__dbl_mp): Likewise.
30413         (add_magnitudes): Likewise.
30414         (sub_magnitudes): Likewise.
30415         (__add): Likewise.
30416         (__sub): Likewise.
30417         (__mul): Likewise.
30418         (__inv): Likewise.
30419         (__dvd): Likewise.
30420         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
30421         (__acr): Likewise.
30422         (__cpy): Likewise.
30423         (norm): Likewise.
30424         (denorm): Likewise.
30425         (__mp_dbl): Likewise.
30426         (__dbl_mp): Likewise.
30427         (add_magnitudes): Likewise.
30428         (sub_magnitudes): Likewise.
30429         (__add): Likewise.
30430         (__sub): Likewise.
30431         (__mul): Likewise.
30432         (__inv): Likewise.
30433         (__dvd): Likewise.
30434         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
30435         (__acr): Likewise.
30436         (__cpy): Likewise.
30437         (norm): Likewise.
30438         (denorm): Likewise.
30439         (__mp_dbl): Likewise.
30440         (__dbl_mp): Likewise.
30441         (add_magnitudes): Likewise.
30442         (sub_magnitudes): Likewise.
30443         (__add): Likewise.
30444         (__sub): Likewise.
30445         (__mul): Likewise.
30446         (__inv): Likewise.
30447         (__dvd): Likewise.
30449 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
30451         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
30452         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
30453         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
30454         2 && __USE_EXTERN_INLINES]: Likewise.
30456 2013-01-08  Andreas Jaeger  <aj@suse.de>
30458         [BZ# 14985]
30459         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
30460         Remove.
30461         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30462         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30464 2013-01-07  Anton Blanchard  <anton@samba.org>
30466         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
30467         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
30468         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
30469         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
30470         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
30471         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
30472         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
30473         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
30474         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30475         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
30476         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
30477         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
30478         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
30479         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
30480         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
30481         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
30482         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
30483         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
30484         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
30485         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
30486         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
30487         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
30488         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
30489         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
30490         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
30491         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
30492         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
30493         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
30494         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
30495         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
30496         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
30497         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30498         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
30499         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
30500         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
30501         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
30502         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
30503         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
30504         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
30505         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
30506         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
30507         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
30508         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
30510 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
30512         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
30513         (__MALLOC_PMT): Likewise.
30514         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
30515         [__GNUC__], only on [_LIBC].
30516         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30517         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
30518         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30519         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
30520         forward declaration.
30521         (realloc_hook_ini): Likewise.
30522         (memalign_hook_ini): Likewise.
30523         (__libc_memalign): Do not use __MALLOC_PMT in variable
30524         declaration.
30525         (__libc_valloc): Likewise.
30526         (__libc_pvalloc): Likewise.
30527         (__libc_calloc): Likewise.
30528         (__posix_memalign): Likewise.
30530         [BZ #14996]
30531         * math/s_casinh.c: Include <float.h>.
30532         (__casinh): Do not do computation with squaring and square root
30533         for large arguments.
30534         * math/s_casinhf.c: Include <float.h>.
30535         (__casinhf): Do not do computation with squaring and square root
30536         for large arguments.
30537         * math/s_casinhl.c: Include <float.h>.
30538         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
30539         (__casinhl): Do not do computation with squaring and square root
30540         for large arguments.
30541         * math/libm-test.inc (casin_test): Add more tests.
30542         (casinh_test): Likewise.
30543         * sysdeps/i386/fpu/libm-test-ulps: Update.
30544         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30546 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
30548         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
30549         (__x86_64_raw_data_cache_size): Likewise.
30550         (__x86_64_data_cache_size_half): Likewise.
30551         (__x86_64_raw_data_cache_size_half): Likewise.
30552         (__x86_64_shared_cache_size): Likewise.
30553         (__x86_64_raw_shared_cache_size): Likewise.
30554         (__x86_64_shared_cache_size_half): Likewise.
30555         (__x86_64_raw_shared_cache_size_half): Likewise.
30556         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
30557         to ...
30558         (__x86_data_cache_size): This.
30559         (__x86_64_raw_data_cache_size): Renamed to ...
30560         (__x86_raw_data_cache_size): This.
30561         (__x86_64_data_cache_size_half): Renamed to ...
30562         (__x86_data_cache_size_half): This.
30563         (__x86_64_raw_data_cache_size_half): Renamed to ...
30564         (__x86_raw_data_cache_size_half): This.
30565         (__x86_64_shared_cache_size): Renamed to ...
30566         (__x86_shared_cache_size): This.
30567         (__x86_64_raw_shared_cache_size): Renamed to ...
30568         (__x86_raw_shared_cache_size): This.
30569         (__x86_64_shared_cache_size_half): Renamed to ...
30570         (__x86_shared_cache_size_half): This.
30571         (__x86_64_raw_shared_cache_size_half): Renamed to ...
30572         (__x86_raw_shared_cache_size_half): This.
30573         * sysdeps/x86_64/memcpy.S: Updated.
30574         * sysdeps/x86_64/memset.S: Likewise.
30575         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
30576         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
30577         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
30579 2013-01-04  David S. Miller  <davem@davemloft.net>
30581         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30583 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
30585         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
30586         1 to avoid redefinition warning.
30587         (__USE_GNU): Don't define.
30588         (init_signaling_nan): Protoize.
30590         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30592 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30594         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
30595         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
30596         (__cpymn): Likewise.
30597         (norm): Remove commented code.
30598         (denorm): Likewise.
30599         (__mp_dbl): Likewise.
30600         (__inv): Likewise.
30601         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
30602         (__cpymn): Likewise.
30603         (norm): Remove commented code.
30604         (denorm): Likewise.
30605         (__mp_dbl): Likewise.
30606         (__inv): Likewise.
30608         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
30609         mp_no value for 1.0 and 2.0.
30610         (norm): Use RADIXI instead of radixi.d.
30611         (denorm): Likewise.
30612         (__mul): Use 0.0 instead of zero.d.
30613         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
30614         mp_no value for 1.0 and 2.0.
30615         (norm): Use RADIXI instead of radixi.d.
30616         (denorm): Likewise.
30617         (__mul): Use 0.0 instead of zero.d.
30619 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
30621         [BZ #14994]
30622         * math/s_casinh.c (__casinh): Reduce finite argument to first
30623         quadrant then set signs of results at the end.
30624         * math/s_casinhf.c (__casinhf): Likewise.
30625         * math/s_casinhl.c (__casinhl): Likewise.
30626         * math/libm-test.inc (casin_test): Add more tests.
30627         (casinh_test): Likewise.
30628         * sysdeps/i386/fpu/libm-test-ulps: Update.
30629         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30631 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30633         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
30635         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
30637         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
30638         declarations.
30639         (denorm): Likewise.
30640         (__mp_dbl): Likewise.
30641         (__inv): Likewise.
30643         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
30644         and adjust the header comment.
30646         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
30647         variable name from declaration.
30649 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
30651         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30652         Initialize COMMON_CPUID_INDEX_7 element.
30653         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
30654         (CPUID_RTM): Likewise.
30655         (HAS_RTM): Likewise.
30656         (COMMON_CPUID_INDEX_7): New enum.
30658 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
30660         [BZ #14981]
30661         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
30662         size is zero, record memory as freed.
30664 2013-01-03  Andreas Jaeger  <aj@suse.de>
30666         * po/ia.po: Add new Interlingua translation.
30668 2012-01-03  Allan McRae  <allan@archlinux.org>
30670         * locale/programs/localedef.c: Fix description of '--posix' flag.
30672 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
30674         * NEWS: Update dates in second copyright notice.
30675         * README: Update copyright dates in example.
30676         * manual/libc.texinfo: Update copyright dates.
30677         * scripts/test-installation.pl: Update copyright date in --version
30678         output.
30680         * hurd/ctty-input.c: Fix copyright notice formatting.
30681         * hurd/ctty-output.c: Likewise.
30682         * hurd/dtable.c: Likewise.
30683         * hurd/hurd-raise.c: Likewise.
30684         * hurd/hurdprio.c: Likewise.
30685         * hurd/msgportdemux.c: Likewise.
30686         * misc/sys/file.h: Likewise.
30687         * misc/sys/ioctl.h: Likewise.
30688         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
30689         * sysdeps/mach/hurd/chdir.c: Likewise.
30690         * sysdeps/mach/hurd/fchdir.c: Likewise.
30691         * sysdeps/mach/hurd/rename.c: Likewise.
30692         * sysdeps/mach/hurd/rmdir.c: Likewise.
30693         * sysdeps/mach/hurd/seekdir.c: Likewise.
30694         * sysdeps/mach/hurd/setsid.c: Likewise.
30695         * sysdeps/posix/wait3.c: Likewise.
30697         * All files with FSF copyright notices: Update copyright dates
30698         using scripts/update-copyrights.
30699         * intl/plural.c: Regenerated.
30700         * locale/programs/charmap-kw.h: Likewise.
30701         * locale/programs/locfile-kw.h: Likewise.
30703 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
30705         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
30706         four values.
30708         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
30709         calculation loop and add branch prediction.
30711         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
30712         check access beyond bounds of m1np.
30714         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
30715         MPTWO.
30716         (__inv): Remove local variable MPTWO to use the global
30717         constant.
30718         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
30719         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
30720         variable MPTWO.
30721         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
30722         MP3HALFS static const.
30724 2013-01-01  David S. Miller  <davem@davemloft.net>
30726         * po/ca.po: Update from translation team.
30728 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
30730         * scripts/update-copyrights: New file.
30731         * Makeconfig: Reformat copyright notice.
30732         * ctype/ctype.h: Likewise.
30733         * debug/swprintf_chk.c: Likewise.
30734         * elf/dl-cache.c: Likewise.
30735         * elf/dl-debug.c: Likewise.
30736         * elf/dl-object.c: Likewise.
30737         * grp/initgroups.c: Likewise.
30738         * hurd/Makefile: Likewise.
30739         * hurd/hurd/signal.h: Likewise.
30740         * hurd/hurdfault.c: Likewise.
30741         * hurd/hurdioctl.c: Likewise.
30742         * hurd/hurdlookup.c: Likewise.
30743         * hurd/intr-msg.c: Likewise.
30744         * iconv/gconv_open.c: Likewise.
30745         * libio/swprintf.c: Likewise.
30746         * locale/lc-ctype.c: Likewise.
30747         * locale/nl_langinfo.c: Likewise.
30748         * mach/Machrules: Likewise.
30749         * mach/Makefile: Likewise.
30750         * malloc/obstack.h: Likewise.
30751         * manual/Makefile: Likewise.
30752         * manual/tsort.awk: Likewise.
30753         * misc/bits/stab.def: Likewise.
30754         * nis/nis_print_group_entry.c: Likewise.
30755         * nis/nis_table.c: Likewise.
30756         * nis/nss_compat/compat-pwd.c: Likewise.
30757         * nis/nss_compat/compat-spwd.c: Likewise.
30758         * po/Makefile: Likewise.
30759         * posix/fnmatch.c: Likewise.
30760         * posix/regex.h: Likewise.
30761         * resolv/Makefile: Likewise.
30762         * resolv/nss_dns/dns-network.c: Likewise.
30763         * resolv/res_hconf.c: Likewise.
30764         * scripts/gen-sorted.awk: Likewise.
30765         * soft-fp/soft-fp.h: Likewise.
30766         * stdio-common/printf.h: Likewise.
30767         * stdlib/monetary.h: Likewise.
30768         * stdlib/random.c: Likewise.
30769         * stdlib/random_r.c: Likewise.
30770         * sysdeps/generic/Makefile: Likewise.
30771         * sysdeps/gnu/Makefile: Likewise.
30772         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
30773         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
30774         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
30775         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
30776         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
30777         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
30778         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
30779         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
30780         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
30781         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
30782         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
30783         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
30784         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
30785         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
30786         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
30787         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
30788         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
30789         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
30790         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
30791         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
30792         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
30793         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
30794         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
30795         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
30796         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
30797         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
30798         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
30799         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
30800         * sysdeps/mach/hurd/errnos.awk: Likewise.
30801         * sysdeps/mach/hurd/fork.c: Likewise.
30802         * sysdeps/mach/hurd/getcwd.c: Likewise.
30803         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
30804         * sysdeps/mach/hurd/mmap.c: Likewise.
30805         * sysdeps/mach/hurd/utimes.c: Likewise.
30806         * sysdeps/mach/hurd/xmknod.c: Likewise.
30807         * sysdeps/posix/profil.c: Likewise.
30808         * sysdeps/posix/readdir_r.c: Likewise.
30809         * sysdeps/powerpc/bits/mathdef.h: Likewise.
30810         * sysdeps/powerpc/bits/setjmp.h: Likewise.
30811         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
30812         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
30813         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30814         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
30815         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
30816         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
30817         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30818         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
30819         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
30820         * sysdeps/pthread/lio_listio.c: Likewise.
30821         * sysdeps/sparc/dl-procinfo.h: Likewise.
30822         * sysdeps/unix/i386/sysdep.S: Likewise.
30823         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
30824         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
30825         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
30826         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
30827         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
30828         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
30829         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
30830         * sysdeps/unix/sysv/linux/speed.c: Likewise.
30831         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
30832         * sysdeps/wordsize-32/divdi3.c: Likewise.
30833         * time/sys/time.h: Likewise.
30834         * wcsmbs/Makefile: Likewise.
30836 2013-01-01  David S. Miller  <davem@davemloft.net>
30838         * po/fr.po: Update from translation team.
30840         * catgets/gencat.c: Update copyright year.
30841         * csu/version.c: Likewise.
30842         * debug/catchsegv.sh: Likewise.
30843         * debug/pcprofiledump.c: Likewise.
30844         * debug/xtrace.sh: Likewise.
30845         * elf/ldconfig.c: Likewise.
30846         * elf/ldd.bash.in: Likewise.
30847         * elf/pldd.c: Likewise.
30848         * elf/sotruss.ksh: Likewise.
30849         * elf/sprof.c: Likewise.
30850         * iconv/iconv_prog.c: Likewise.
30851         * iconv/iconvconfig.c: Likewise.
30852         * locale/programs/locale.c: Likewise.
30853         * locale/programs/localedef.c: Likewise.
30854         * login/programs/pt_chown.c: Likewise.
30855         * malloc/memusage.sh: Likewise.
30856         * malloc/memusagestat.c: Likewise.
30857         * malloc/mtrace.pl: Likewise.
30858         * nscd/nscd.c: Likewise.
30859         * nss/getent.c: Likewise.
30860         * nss/makedb.c: Likewise.
30861         * posix/getconf.c: Likewise.
30863 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
30865         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
30866         numbers.
30868 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
30870         * math/bits/mathcalls.h (modf): Use __nonnull.
30872 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
30874         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
30875         (split): Use macro CN instead of the bare value.
30876         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
30877         could be used.
30878         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
30879         instead of the bare value.
30880         (power1): Likewise.
30882 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30884         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
30885         __ATAN_TWOM.
30886         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
30888         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
30889         their values.
30890         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
30891         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
30892         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
30893         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
30895 2012-12-28  Andreas Jaeger  <aj@suse.de>
30897         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
30898         values are from Linux 3.7.
30900         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
30901         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
30903 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30905         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
30906         TRUE case.
30908         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
30909         (norm): Likewise.
30910         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
30911         variables with preprocessor constants.
30912         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
30913         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
30914         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
30916 2012-12-27  Bruno Haible  <bruno@clisp.org>
30918         [BZ #14317]
30919         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
30920         only if needed.
30922 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
30924         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
30925         and use variable directly.
30926         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
30928         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
30929         MPONE.
30930         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
30931         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
30932         variable MPONE.
30933         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
30934         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
30935         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
30936         include directive.  Remove local variable MPONE.
30937         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
30938         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
30939         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
30941 2012-12-25  David S. Miller  <davem@davemloft.net>
30943         * version.h (RELEASE): Set to "development".
30944         (VERSION): Set to "2.17.90".
30945         * NEWS: Add 2.18 section.
30947 2012-12-21  David S. Miller  <davem@davemloft.net>
30949         * po/hr.po: Update from translation team.
30951 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30953         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
30955 2012-12-19  Steve Ellcey  <sellcey@mips.com>
30957         * NEWS:  Mention new memcpy for MIPS.
30959 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
30961         * manual/contrib.texi (Contributors): Spelling correction.
30963 2012-12-15  David S. Miller  <davem@davemloft.net>
30965         * po/ru.po: Update from translation team.
30967 2012-12-13  David S. Miller  <davem@davemloft.net>
30969         * NEWS: Mention IFUNC testsuite enhancements.
30971         * po/pl.po: Update from translation team.
30972         * po/bg.po: Likewise.
30974         * manual/contrib.texi (Contributors): Update entries for Hongjiu
30975         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
30977 2012-12-11  David S. Miller  <davem@davemloft.net>
30979         * po/sv.po: Update from translation team.
30981         * po/vi.po: Update from translation team.
30983         * po/cs.po: Update from translation team.
30985         * po/de.po: Update from translation team.
30986         * po/eo.po: Likewise.
30987         * po/nl.po: Likewise.
30989 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
30991         [BZ #14246]
30992         * manual/argp.texi (Argp Helper Functions): Move node to follow
30993         Argp Parsing State.
30995         [BZ #14872]
30996         * manual/conf.texi (Limits on File System Capacity): Mention if
30997         terminating null is included in the max size.
30999 2012-12-10  Andreas Jaeger  <aj@suse.de>
31001         * po/cs.po: Update from translation team.
31003 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
31005         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
31006         void pointer and cast to uintptr_t.
31007         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
31008         path.
31009         * sysdeps/s390/s390-64/memcpy.S: Likewise.
31010         * sysdeps/s390/s390-64/memset.S: Likewise.
31012 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
31014         [BZ #14833]
31015         * menual/message.texi (Message Translation): Fix typos.
31016         (Helper programs for gettext): Likewise.
31018 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
31020         [BZ #14898]
31021         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
31022         Change to -1.
31024 2012-12-07  David S. Miller  <davem@davemloft.net>
31026         * po/libc.pot: Update.
31028 2012-12-07  Richard Henderson  <rth@redhat.com>
31030         [BZ #10114]
31031         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
31032         normal/normal case to before the switch.
31033         (_FP_DIV): Likewise.
31035 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
31036             Mike Frysinger  <vapier@gentoo.org>
31038         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
31039         check for __NR_fadvise64_64.
31041 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
31043         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
31044         0, not just to plain "0" as a statement.
31045         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
31046         with cw.
31048 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
31050         * NEWS: Use sourceware.org in Bugzilla URL.
31052 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
31054         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
31055         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
31057         * stdio-common/tst-put-error.c (do_test): Add newline to the
31058         padded test to ensure flush.
31060 2012-12-05  Jeff Law  <law@redhat.com>
31062         * sunrpc/etc.rpc (fedfs_admin): Add entry.
31064 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
31066         * README: Don't refer to ports add-on as distributed separately.
31067         Mention AArch64 in list of systems supported in the ports add-on.
31069         * LICENSES: Add more non-FSF copyright and license notices.
31071         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
31072         ((unused)).
31074         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
31076         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
31077         10000 as width of padded output.
31079 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
31081         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
31083         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
31084         variable LX with __attribute__ ((unused)).
31085         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
31086         Likewise.
31087         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
31088         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
31089         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
31090         with __attribute__ ((unused)).
31092 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
31094         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
31096 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
31098         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
31099         (CFLAGS-nldbl-acos.c): New variable.
31100         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
31101         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
31102         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
31103         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
31104         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
31105         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
31106         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
31107         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
31108         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
31109         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
31110         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
31111         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
31112         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
31113         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
31114         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
31115         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
31116         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
31117         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
31118         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
31119         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
31120         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
31121         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
31122         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
31123         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
31124         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
31125         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
31126         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
31127         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
31128         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
31129         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
31130         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
31131         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
31132         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
31133         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
31134         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
31135         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
31136         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
31137         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
31138         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
31139         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
31140         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
31141         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
31142         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
31143         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
31144         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
31145         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
31146         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
31147         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
31148         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
31149         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
31150         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
31151         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
31152         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
31153         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
31154         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
31155         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
31156         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
31157         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
31158         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
31159         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
31160         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
31161         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
31162         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
31163         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
31164         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
31165         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
31166         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
31167         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
31168         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
31169         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
31170         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
31171         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
31172         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
31173         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
31174         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
31175         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
31176         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
31177         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
31178         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
31179         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
31180         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
31181         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
31182         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
31183         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
31184         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
31185         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
31186         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
31187         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
31188         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
31189         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
31190         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
31191         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
31192         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
31193         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
31194         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
31195         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
31196         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
31198         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
31199         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
31201         [BZ #14914]
31202         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
31203         whole low double instead of just low 47 bits when splitting values
31204         into two parts.
31206 2012-12-03  Allan McRae  <allan@archlinux.org>
31208         * manual/stdio.texi (Predefined Printf Handlers): Remove
31209         @hsep and @vsep usage.
31211 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
31213         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
31214         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
31216 2012-12-03  Jeff Law  <law@redhat.com>
31218         * time/sys/time.h (settimeofday): Do not mark TV argument
31219         as __nonnull.
31221 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
31223         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
31224         when currently writing and seek to current position when not.
31225         * libio/Makefile (tests): Remove bug-fclose1.
31226         * libio/bug-fclose1.c: Delete.
31228 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
31230         * manual/arith.texi (feenableexcept): Fix typo.
31231         (fedisableexcept): Likewise.
31233 2012-11-30  Roland McGrath  <roland@hack.frob.com>
31235         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
31236         second, differently-typed declaration, rather than a cast.
31238 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
31240         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
31241         * include/rpc/svc.h: ... here.
31243 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
31245         [BZ #13013]
31246         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
31247         depending n and resplen2 to catch cases where answer
31248         equals answerp2.
31250 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
31252         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
31253         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
31255 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
31257         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
31259 2012-11-29  Roland McGrath  <roland@hack.frob.com>
31261         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
31263 2012-11-28  Jeff Law  <law@redhat.com>
31265         [BZ #13761]
31266         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
31267         dataset_temporary.  Track alloca usage into alloca_used.
31268         If dataset is large allocate and release it via malloc/free.
31270 2012-06-04  Florian Weimer  <fweimer@redhat.com>
31272         [BZ #14197]
31273         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
31275 2012-11-28  David S. Miller  <davem@davemloft.net>
31277         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31279 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
31281         [BZ #14803]
31282         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
31283         of pi/2 rounded to nearest to 64 bits.
31284         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
31285         nearest to 64 bits.
31286         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
31287         bits.
31289 2012-11-28  Jeff Law <law@redhat.com>
31290             Martin Osvald <mosvald@redhat.com>
31292         [BZ #14889]
31293         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
31294         * sunrpc/svc.c: Include time.h.
31295         (__svc_accept_failed): New function.
31296         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
31297         any reason other than EINTR, call __svc_accept_failed.
31298         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
31299         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
31301 2012-11-28  Andreas Schwab  <schwab@suse.de>
31303         * scripts/abilist.awk: Also handle indirect functions in .opd
31304         section.
31306 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
31308         [BZ #13881]
31309         * sysdeps/x86/fpu/powl_helper.c: New file.
31310         * sysdeps/x86/fpu/Makefile: Likewise.
31311         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
31312         (p3): New object.
31313         (__ieee754_powl): Use __powl_helper for finite arguments except
31314         integer exponents below 8.
31315         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
31316         (p3): New object.
31317         (__ieee754_powl): Use __powl_helper for finite arguments except
31318         integer exponents below 8.
31319         * math/libm-test.inc (pow_test): Add more tests and enable some
31320         previously disabled tests.
31321         * sysdeps/i386/fpu/libm-test-ulps: Update.
31322         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31324 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31325             Carlos O'Donell  <carlos_odonell@mentor.com>
31327         * nss/makedb.c (is_prime): Assert that input is odd and greater
31328         than 4.  Note that fact in a comment too.
31329         (next_prime): Add 4 to input.
31331 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31333         [BZ #11741]
31334         * libio/Makefile (tests): Add test case tst-fwrite-error.
31335         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
31336         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
31337         * libio/tst-fwrite-error.c: New test case.
31339 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
31341         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
31342         before casting to void *.
31343         * include/libc-internal.h (__pointer_type): New macro.
31344         (__integer_if_pointer_type_sub): Likewise.
31345         (__integer_if_pointer_type): Likewise.
31346         (cast_to_integer): Likewise.
31347         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
31348         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
31349         before casting to atomic64_t.
31350         (atomic_exchange_acq): Likewise.
31351         (__arch_exchange_and_add_body): Likewise.
31352         (__arch_add_body): Likewise.
31353         (atomic_add_negative): Likewise.
31354         (atomic_add_zero): Likewise.
31356 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
31358         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
31359         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
31360         (add_fdes): Likewise.
31361         (linear_search_fdes): Likewise.
31362         (binary_search_unencoded_fdes): Likewise.
31364 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
31366         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
31368 2012-11-24  Adam Conrad  <adconrad@0c3.net>
31370         * configure.in: Autodetect C++ header directories.
31371         * configure: Regenerated.
31373 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
31375         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
31377 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
31379         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31381 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
31383         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
31384         LDBL_MANT_DIG == 106]: Disable some tests.
31385         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31386         Likewise.
31387         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31388         Likewise.
31390         [BZ #14871]
31391         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
31392         input for small inputs.  Return +/- pi/2 for large inputs.
31393         * math/libm-test.inc (atan_test): Add more tests.
31395         * sysdeps/generic/unwind-dw2-fde-glibc.c
31396         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
31397         __attribute__ ((unused)).
31399         [BZ #14645]
31400         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
31401         x * y if x and y are nonzero and z is zero.
31403         [BZ #14811]
31404         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
31405         nonzero exponents with absolute value below 0x1p-117 to +/-
31406         0x1p-117.
31408         [BZ #14869]
31409         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
31410         up arguments below 2**-450, not just those below 2**-500.
31411         * math/libm-test.inc (hypot_test): Add another test.
31413         [BZ #14868]
31414         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
31415         Return a+b for ratio over 2**120, not 2**60.
31416         * math/libm-test.inc (hypot_test): Add another test.
31418         * math/libm-test.inc (clog_test): Use
31419         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
31420         (clog10_test): Likewise.
31422         [BZ #6778]
31423         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
31425 2012-11-22  Andreas Schwab  <schwab@suse.de>
31427         * sysdeps/i386/fpu/libm-test-ulps: Update.
31429 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
31431         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
31432         printf output with newline.
31434 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
31436         [BZ #14865]
31437         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
31438         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
31439         -z nodlopen, -z initfirst and -z execstack support.
31440         * configure: Regenerated.
31442         * elf/elf.h (DF_1_NODIRECT): New macro.
31443         (DF_1_IGNMULDEF): Likewise.
31444         (DF_1_NOKSYMS): Likewise.
31445         (DF_1_NOHDR): Likewise.
31446         (DF_1_EDITED): Likewise.
31447         (DF_1_NORELOC): Likewise.
31448         (DF_1_SYMINTPOSE): Likewise.
31449         (DF_1_GLOBAUDIT): Likewise.
31450         (DF_1_SINGLETON): Likewise.
31451         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
31452         DT_1_SUPPORTED_MASK bits.
31453         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
31455 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
31457         * sysdeps/unix/make-syscalls.sh: Document prefixes.
31459 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
31461         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
31462         macro.
31464         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
31465         (sendmmsg): Move declarations...
31466         * socket/sys/socket.h: ... here.
31467         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
31468         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
31469         include it from...
31470         * socket/recvmmsg.c: ... this new file.
31471         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
31472         (sendmmsg): Rename to __sendmmsg, create weak alias and make
31473         definition of __sendmmsg hidden.
31474         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
31475         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
31476         Move ENOSYS stub into and include it from...
31477         * socket/sendmmsg.c: ... this new file.
31478         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
31479         (sysdep_routines): Move recvmmsg and sendmmsg...
31480         * socket/Makefile (routines): ... here.
31481         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
31482         (GLIBC_PRIVATE): Add __sendmmsg.
31483         * include/sys/socket.h (__sendmmsg): Add declarations.
31484         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
31485         sendmmsg.
31487 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
31489         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
31490         variable I1 with __attribute__ ((unused)).
31491         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
31493 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31495         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
31496         DUMMY variables with __attribute__ ((unused)).
31498         * bits/byteswap.h: Include <bits/types.h>.
31499         (__bswap_64): Use __uint64_t instead of unsigned long long int.
31501 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
31503         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
31504         string_t.  Do not manually set errno.
31505         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
31506         length with __strnlen.  Make sure to both set errno and return it on
31507         failure.
31509 2012-11-19  David S. Miller  <davem@davemloft.net>
31511         With help from Joseph Myers.
31512         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
31513         very large arguments properly.
31514         * math/libm-test.inc (atan_test): New tests.
31515         (atan2_test): New tests.
31516         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31517         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31519 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31521         [BZ #14856]
31522         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
31523         Define to 3.
31525         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
31526         [POSIX] (EADDRNOTAVAIL): Likewise.
31527         [POSIX] (EAFNOSUPPORT): Likewise.
31528         [POSIX] (EALREADY): Likewise.
31529         [POSIX] (ECONNABORTED): Likewise.
31530         [POSIX] (ECONNREFUSED): Likewise.
31531         [POSIX] (ECONNRESET): Likewise.
31532         [POSIX] (EDESTADDRREQ): Likewise.
31533         [POSIX] (EDQUOT): Likewise.
31534         [POSIX] (EHOSTUNREACH): Likewise.
31535         [POSIX] (EIDRM): Likewise.
31536         [POSIX] (EISCONN): Likewise.
31537         [POSIX] (ELOOP): Likewise.
31538         [POSIX] (EMULTIHOP): Likewise.
31539         [POSIX] (ENETDOWN): Likewise.
31540         [POSIX] (ENETUNREACH): Likewise.
31541         [POSIX] (ENOBUFS): Likewise.
31542         [POSIX] (ENODATA): Likewise.
31543         [POSIX] (ENOLINK): Likewise.
31544         [POSIX] (ENOMSG): Likewise.
31545         [POSIX] (ENOPROTOOPT): Likewise.
31546         [POSIX] (ENOSR): Likewise.
31547         [POSIX] (ENOSTR): Likewise.
31548         [POSIX] (ENOTCONN): Likewise.
31549         [POSIX] (ENOTSOCK): Likewise.
31550         [POSIX] (EOPNOTSUPP): Likewise.
31551         [POSIX] (EOVERFLOW): Likewise.
31552         [POSIX] (EPROTO): Likewise.
31553         [POSIX] (EPROTONOSUPPORT): Likewise.
31554         [POSIX] (EPROTOTYPE): Likewise.
31555         [POSIX] (ESTALE): Likewise.
31556         [POSIX] (ETIME): Likewise.
31557         [POSIX] (ETXTBSY): Likewise.
31558         [POSIX] (EWOULDBLOCK): Likewise.
31559         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
31560         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
31561         [POSIX] (SEEK_CUR): Likewise.
31562         [POSIX] (SEEK_END): Likewise.
31563         [POSIX || UNIX98] (mode_t): Do not require.
31564         [POSIX] (off_t): Likewise.
31565         [POSIX] (pid_t): Likewise.
31566         [POSIX] (sys/stat.h): Do not allow header.
31567         [POSIX] (unistd.h): Likewise.
31568         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
31569         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
31570         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
31571         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
31572         require.
31573         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
31574         sigevent): Specify elements.
31575         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
31576         entry.
31577         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
31578         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
31580         * conform/data/cpio.h-data [POSIX]: Disable whole file.
31581         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
31582         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
31583         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
31584         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
31585         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
31586         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
31587         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
31588         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
31589         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
31590         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
31591         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
31592         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
31593         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
31594         Likewise.
31595         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
31596         Likewise.
31597         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
31598         Likewise.
31599         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
31600         Likewise.
31601         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
31602         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
31603         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
31604         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
31605         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
31606         Specify lower bound on value.
31607         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
31608         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
31609         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
31610         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
31611         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
31612         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
31613         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
31614         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
31615         value.
31616         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
31617         as optional.
31618         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
31619         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
31620         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
31621         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
31622         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
31623         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
31624         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
31625         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
31626         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
31627         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
31628         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
31629         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
31630         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
31631         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
31632         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
31633         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
31634         entry.
31635         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
31636         optional.
31637         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
31638         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
31639         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
31640         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
31641         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
31642         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
31643         Likewise.
31644         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
31645         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
31646         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
31647         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
31648         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
31649         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
31650         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
31651         as optional.
31652         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
31653         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
31654         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
31655         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
31656         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
31657         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
31658         specify as optional.
31659         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
31660         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
31661         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
31662         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
31663         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
31664         [XPG3] (NL_LANGMAX): Likewise.
31665         [POSIX || XPG3] (NL_MSGMAX): Likewise.
31666         [POSIX || XPG3] (NL_NMAX): Likewise.
31667         [POSIX || XPG3] (NL_SETMAX): Likewise.
31668         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
31669         [XPG3] (NZERO): Likewise.
31670         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
31671         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
31672         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
31673         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
31674         (REG_ERANGE): Expect.
31675         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
31676         optional-constant.
31677         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
31678         Use (void) in prototype.
31679         [POSIX] (*_t): Allow.
31680         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
31681         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
31682         (WRDE_BADVAL): Expect.
31684         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
31685         expect.
31686         [XPG3 || XPG4] (O_RSYNC): Likewise.
31687         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
31688         Likewise.
31689         [XPG3 || XPG4] (pthread_sigmask): Likewise.
31690         [XPG3 || XPG4] (sigqueue): Likewise.
31691         [XPG3 || XPG4] (sigtimedwait): Likewise.
31692         [XPG3 || XPG4] (sigwaitinfo): Likewise.
31693         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
31694         [XPG3 || XPG4] (vsnprintf): Likewise.
31695         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
31696         Likewise.
31697         [XPG3 || XPG4] (blksize_t): Likewise.
31698         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
31699         Likewise.
31700         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
31701         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
31702         [XPG3 || XPG4] (struct itimerspec): Likewise.
31703         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
31704         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
31705         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
31706         [XPG3 || XPG4] (clockid_t): Likewise.
31707         [XPG3 || XPG4] (timer_t): Likewise.
31708         [XPG3 || XPG4] (clock_getres): Likewise.
31709         [XPG3 || XPG4] (clock_gettime): Likewise.
31710         [XPG3 || XPG4] (clock_settime): Likewise.
31711         [XPG3 || XPG4] (nanosleep): Likewise.
31712         [XPG3 || XPG4] (timer_create): Likewise.
31713         [XPG3 || XPG4] (timer_delete): Likewise.
31714         [XPG3 || XPG4] (timer_gettime): Likewise.
31715         [XPG3 || XPG4] (timer_getoverrun): Likewise.
31716         [XPG3 || XPG4] (timer_settime): Likewise.
31717         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
31718         [XPG3 || XPG4] (getlogin_r): Likewise.
31719         [XPG3 || XPG4] (pread): Likewise.
31720         [XPG3 || XPG4] (pthread_atfork): Likewise.
31721         [XPG3 || XPG4] (pwrite): Likewise.
31723         [BZ #14835]
31724         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
31725         <bits/siginfo.h>.
31727 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
31729         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
31730         finalizing MALLSTREAM.
31732         * sysdeps/mach/hurd/syncfs.c: New file.
31734 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
31736         [BZ #14719]
31737         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
31738         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
31739         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
31740         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
31741         (_nss_dns_gethostbyname4_r): Likewise.
31742         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
31743         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
31745 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
31747         [BZ #13763]
31748         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
31750 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
31752         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
31753         * elf/cache.c (print_entry): Print ",AArch64" for
31754         FLAG_AARCH64_LIB64
31756         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
31757         * elf/cache.c (print_entry): Print ",hard-float" for
31758         FLAG_ARM_LIBHF.
31760 2012-11-18  David S. Miller  <davem@davemloft.net>
31762         With help from Joseph Myers.
31763         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
31764         cutoff to 2**-13.
31765         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
31766         cutoff to 2**-25.
31767         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
31768         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
31769         small.
31770         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
31771         * math/libm-test.inc (y0_test): New tests.
31772         (y1_test): New tests.
31773         * sysdeps/i386/fpu/libm-test-ulps: Update.
31774         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31775         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31777 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
31779         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
31780         64-bit targets.
31781         * configure: Regenerated.
31783 2012-11-17  David S. Miller  <davem@davemloft.net>
31785         [BZ #14811]
31786         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
31787         nonzero exponents with absolute value below 0x1p-128 to +/-
31788         0x1p-128.
31790 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
31792         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
31794         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
31796         * posix/getconf-speclist.c: New file.
31797         * posix/posix-envs.def: Likewise.
31798         * posix/confstr.c (START_ENV_GROUP): New macro.
31799         (END_ENV_GROUP): Likewise.
31800         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
31801         (KNOWN_PRESENT_ENV_STRING): Likewise.
31802         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
31803         (UNKNOWN_ENVIRONMENT): Likewise.
31804         (confstr): Include posix-envs.def instead of handling
31805         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
31806         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
31807         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
31808         (END_ENV_GROUP): Likewise.
31809         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
31810         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
31811         (UNKNOWN_ENVIRONMENT): Likewise.
31812         (__sysconf): Include posix-envs.def instead of handling associated
31813         cases directly here.
31814         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
31815         preprocessing getconf-speclist.c rather than running getconf or
31816         generating empty file.
31818 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
31820         * scripts/check-local-headers.sh: Ignore 'mach' headers.
31822 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
31824         [BZ #14672]
31825         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
31827 2012-11-16  David S. Miller  <davem@davemloft.net>
31829         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
31830         smaller than LDBL_EPSILON/2.0L, just return xm1.
31832 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
31834         * elf/tst-array1.c (init): Set constructor priority to 1000.
31835         (fini): Set destructor priority to 1000.
31836         * elf/tst-array2dep.c: Likewise.
31838 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
31840         [BZ #11741]
31841         * libio/fileops.c (_IO_new_file_write): Correctly return error.
31842         (_IO_new_file_xsputn): Also return EOF if none of the input
31843         data was written when overflow failed.
31844         * libio/iopadn.c (_IO_padn): Likewise.
31845         * libio/iowpadn.c (_IO_wpadn): Likewise.
31846         * stdio-common/tst-put-error.c: Add copyright notice.
31847         (do_test): Add case for printing padded string.
31848         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
31849         _IO_padn returned error.
31850         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
31851         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
31852         return EOF.
31854 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
31856         * libio/libioP.h: Add comment note that the references to C++
31857         bits are now obsolete.
31859 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31861         * math/libm-test.inc (check_complex): Use asprintf.
31863 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
31865         * debug/pcprofiledump.c (print_version): Update copyright year.
31866         * malloc/memusagestat.c (print_version): Likewise.
31868 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
31870         [BZ #14831]
31871         * elf/Makefile (tests): Add tst-audit8.
31872         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
31873         ($(objpfx)tst-audit8.out): New target.
31874         (tst-audit8-ENV): New variable.
31875         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
31876         audit if l_reloc_result is NULL.
31877         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
31878         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
31879         * elf/tst-audit8.c: New file.
31881 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31883         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
31884         * misc/Makefile (CFLAGS-select.c): Define.
31885         * posix/Makefile (CFLAGS-pause.c): Define.
31887 2012-11-13  David S. Miller  <davem@davemloft.net>
31889         * crypt/Makefile: Move test targets after toplevel Rules
31890         inclusion.  Grab any necessary sysdep routines when linking.
31891         * crypt/md5.c (md5_process_block): Remove define, we will always
31892         name it __md5_process_block.
31893         (md5_finish_ctx): Update md5_process_block call.
31894         (md5_stream): Likewise.
31895         (md5_process_bytes): Likewise.
31896         (md5_process_block): Rename to __md5_process_block and move to ...
31897         * crypt/md5-block.c: ... here.
31898         * crypt/sha256.c (sha256_process_block): Move to ...
31899         * crypt/sha256-block.c: ... here.
31900         * crypt/sha512.c (sha512_process_block): Move to ...
31901         * crypt/sha512-block.c: ... here.
31902         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
31903         path.
31904         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
31905         * sysdeps/sparc/sparc64/multiarch/Makefile
31906         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
31907         crypt subdir.
31908         (localedef-aux): Add md5 crypto assembler when in locale subdir.
31909         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
31910         multiarch changes.
31911         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
31912         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
31913         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
31914         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
31915         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
31916         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
31917         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
31918         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
31919         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
31920         file.
31921         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
31922         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
31923         file.
31924         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
31926 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
31928         * timezone/tzselect.ksh: Update from tzcode git revision
31929         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
31930         * timezone/zdump.c: Likewise.
31931         * timezone/zic.c: Likewise.
31932         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
31933         in TZVERSION setting, not $(PKGVERSION).
31934         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
31935         REPORT_BUGS_TO settings.
31937         [BZ #14838]
31938         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
31939         macro.
31941 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31943         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
31944         detection to immediately after _FP_ROUND().
31945         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
31946         bits are 0.
31948 2012-11-11  David S. Miller  <davem@davemloft.net>
31950         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
31951         inttypes.h
31952         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
31953         __close rather than their public counterparts.
31955 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
31957         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
31958         file.
31959         [UNIX98] (sem_timedwait): Do not expect.
31960         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
31961         [XPG4 || UNIX98] (sockatmark): Do not expect.
31962         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
31963         (clock_getcpuclockid): Do not expect.
31964         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
31965         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
31966         Do not expect.
31967         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
31968         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
31969         [UNIX98] (vwscanf): Likewise.
31970         [UNIX98] (vswscanf): Likewise.
31972 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
31974         * timezone/version.h: Remove file.
31975         * timezone/README: Do not refer to version.h.
31976         * timezone/Makefile ($(objpfx)zic.o): New dependency on
31977         $(objpfx)version.h.
31978         ($(objpfx)zdump.o): Likewise.
31979         ($(objpfx)version.h): New target.
31981         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
31982         2012i.
31983         * timezone/README: Don't mention modification to tzselect.ksh.
31984         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
31985         work on unmodified tzselect.ksh.  Substitute version numbers in
31986         tzselect.ksh.
31988         * Makefile (format-me): Remove.
31989         (INSTALL): Adjust indentation.  Use commands directly instead of
31990         using $(format-me).
31992         * aclocal.m4 (ACX_PKGVERSION): New macro.
31993         (ACX_BUGURL): Likewise.
31994         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
31995         (PKGVERSION): New AC_DEFINE_UNQUOTED.
31996         (REPORT_BUGS_TO): Likewise.
31997         * configure: Regenerated.
31998         * config.h.in (PKGVERSION): New macro.
31999         (REPORT_BUGS_TO): Likewise.
32000         * config.make.in (PKGVERSION): New variable.
32001         (PKGVERSION_TEXI): Likewise.
32002         (REPORT_BUGS_TO): Likewise.
32003         (REPORT_BUGS_TEXI): Likewise.
32004         * Makefile (format-me): Use -I$(common-objpfx)manual.
32005         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
32006         ($(common-objpfx)manual/%): New target.
32007         (manual/%): Remove target.
32008         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
32009         (print_version): Use PKGVERSION.
32010         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
32011         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
32012         and REPORT_BUGS_TO.
32013         ($(objpfx)xtrace): Likewise.
32014         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
32015         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
32016         (print_version): Use PKGVERSION.
32017         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
32018         (do_version): Use PKGVERSION.
32019         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
32020         REPORT_BUGS_TO.
32021         (common-ldd-rewrite): Likewise.
32022         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
32023         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
32024         (print_version): Use PKGVERSION.
32025         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
32026         * elf/pldd.c (argp_program_bug_address): Remove variable.
32027         (more_help): New function.
32028         (argp): Use more_help.
32029         (print_version): Use PKGVERSION.
32030         * elf/sln.c (main): Use PKGVERSION.
32031         (usage): Use REPORT_BUGS_TO.
32032         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
32033         (top level): Use PKGVERSION.
32034         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
32035         (print_version): Use PKGVERSION.
32036         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
32037         (print_version): Use PKGVERSION.
32038         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
32039         (print_version): Use PKGVERSION.
32040         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
32041         (print_version): Use PKGVERSION.
32042         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
32043         (print_version): Use PKGVERSION.
32044         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
32045         (print_version): Use PKGVERSION.
32046         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
32047         and BUGURL.
32048         ($(objpfx)memusage): Likewise.
32049         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
32050         (do_version): Use PKGVERSION.
32051         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
32052         (print_version): Use PKGVERSION.
32053         * malloc/mtrace.pl ($PACKAGE): Remove variable.
32054         ($PKGVERSION): New variable.
32055         ($REPORT_BUGS_TO): Likewise.
32056         (usage): Use $REPORT_BUGS_TO.
32057         (top level): Use $PKGVERSION.
32058         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
32059         ($(objpfx)pkgvers.texi): New rule.
32060         ($(objpfx)stamp-pkgvers): Likewise.
32061         * manual/install.texi: Include pkgvers.texi.
32062         (--with-pkgversion): Document new configure option.
32063         (--with-bugurl): Likewise.
32064         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
32065         than necessarily for this particular distribution.  Use
32066         REPORT_BUGS_TO for where to report bugs.
32067         * INSTALL: Regenerated.
32068         * manual/libc.texinfo: Include pkgvers.texi.
32069         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
32070         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
32071         (print_version): Use PKGVERSION.
32072         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
32073         (print_version): Use PKGVERSION.
32074         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
32075         (print_version): Use PKGVERSION.
32076         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
32077         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
32078         macro.
32079         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
32080         (print_version): Use PKGVERSION.
32081         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
32082         (print_version): Use PKGVERSION.
32083         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
32084         and PKGVERSION.
32086         * timezone/checktab.awk: Update from tzcode 2012i.
32087         * timezone/ialloc.c: Likewise.
32088         * timezone/private.h: Likewise.
32089         * timezone/scheck.c: Likewise.
32090         * timezone/tzfile.h: Likewise.
32091         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
32092         (TZVERSION): Hardcode tzcode version number.
32093         * timezone/zdump.c: Update from tzcode 2012i.
32094         * timezone/zic.c: Likewise.
32095         * timezone/version.h: New file.
32096         * timezone/README: Describe version.h.  Update upstream location.
32098         [BZ #14824]
32099         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
32100         (mktemp): Enable declaration.
32101         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
32102         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
32103         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
32104         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
32105         Likewise.
32106         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
32107         Likewise.
32108         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
32109         Likewise.
32110         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
32111         Likewise.
32112         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
32113         Likewise.
32114         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
32115         Likewise.
32117         [BZ #14821]
32118         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
32119         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
32120         for copies of such integer values.
32121         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
32122         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
32124 2012-11-09  Andreas Jaeger  <aj@suse.de>
32126         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
32127         definitions and declarations that are provided by
32128         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
32130 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32132         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
32133         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
32134         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
32135         definition.
32137 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32139         * elf/elf.h: Update comment before AArch64 relocations.
32141 2012-11-07  David S. Miller  <davem@davemloft.net>
32143         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
32144         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
32145         (__start_context): Declare.
32146         (__makecontext_ret): Delete.
32147         (__makecontext): Hook up __start_context instead of
32148         __makecontext_ret.
32149         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
32150         (sysdep_routines): Add __start_context when in stdlib.
32152 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32154         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
32155         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
32156         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
32157         hardcoded "nm".
32158         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
32159         (READELF): New variable.  Use it instead of hardcoded "readelf".
32161 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
32163         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
32164         * sysdeps/x86/Makefile: Here.
32165         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
32166         * sysdeps/x86/tst-xmmymm.sh: This.
32168 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32170         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
32171         expectations.
32172         [UNIX98] (pthread_barrier_t): Do not expect.
32173         [UNIX98] (pthread_barrierattr_t): Likewise.
32174         [UNIX98] (pthread_spinlock_t): Likewise.
32175         [UNIX98] (pthread_barrier_destroy): Likewise.
32176         [UNIX98] (pthread_barrier_init): Likewise.
32177         [UNIX98] (pthread_barrier_wait): Likewise.
32178         [UNIX98] (pthread_barrierattr_destroy): Likewise.
32179         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
32180         [UNIX98] (pthread_barrierattr_init): Likewise.
32181         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
32182         [UNIX98] (pthread_getcpuclockid): Likewise.
32183         [UNIX98] (pthread_mutex_timedlock): Likewise.
32184         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
32185         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
32186         [UNIX98] (pthread_sigmask): Likewise.
32187         [UNIX98] (pthread_spin_destroy): Likewise.
32188         [UNIX98] (pthread_spin_init): Likewise.
32189         [UNIX98] (pthread_spin_lock): Likewise.
32190         [UNIX98] (pthread_spin_trylock): Likewise.
32191         [UNIX98] (pthread_spin_unlock): Likewise.
32192         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
32193         Do not expect.
32194         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
32195         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
32196         [XPG3 || XPG4] (pthread_cond_t): Likewise.
32197         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
32198         [XPG3 || XPG4] (pthread_key_t): Likewise.
32199         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
32200         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
32201         [XPG3 || XPG4] (pthread_once_t): Likewise.
32202         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
32203         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
32204         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
32205         [XPG3 || XPG4] (pthread_t): Likewise.
32207         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
32208         not expect.
32209         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
32211         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
32212         Change function return type to int.
32214         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
32215         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
32216         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
32217         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
32218         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
32219         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
32220         [!POSIX] (posix_madvise): Likewise.
32221         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
32222         && !UNIX98].
32223         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
32224         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
32225         (mode_t): Likewise.
32226         (posix_mem_offset): Likewise.
32227         (posix_typed_mem_get_info): Likewise.
32228         (posix_typed_mem_open): Likewise.
32230         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
32231         Change condition to [XOPEN2K8].
32233         * conform/conformtest.pl: Preprocess allow-header data with -x c
32234         instead of from stdin.
32235         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
32236         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
32237         [C99-based standards] (cerfc): Likewise.
32238         [C99-based standards] (cexp2): Likewise.
32239         [C99-based standards] (cexpm1): Likewise.
32240         [C99-based standards] (clog10): Likewise.
32241         [C99-based standards] (clog1p): Likewise.
32242         [C99-based standards] (clog2): Likewise.
32243         [C99-based standards] (clgamma): Likewise.
32244         [C99-based standards] (ctgamma): Likewise.
32245         [C99-based standards] (cerff): Likewise.
32246         [C99-based standards] (cerfcf): Likewise.
32247         [C99-based standards] (cexp2f): Likewise.
32248         [C99-based standards] (cexpm1f): Likewise.
32249         [C99-based standards] (clog10f): Likewise.
32250         [C99-based standards] (clog1pf): Likewise.
32251         [C99-based standards] (clog2f): Likewise.
32252         [C99-based standards] (clgammaf): Likewise.
32253         [C99-based standards] (ctgammaf): Likewise.
32254         [C99-based standards] (cerfl): Likewise.
32255         [C99-based standards] (cerfcl): Likewise.
32256         [C99-based standards] (cexp2l): Likewise.
32257         [C99-based standards] (cexpm1l): Likewise.
32258         [C99-based standards] (clog10l): Likewise.
32259         [C99-based standards] (clog1pl): Likewise.
32260         [C99-based standards] (clog2l): Likewise.
32261         [C99-based standards] (clgammal): Likewise.
32262         [C99-based standards] (ctgammal): Likewise.
32263         * conform/data/inttypes.h-data [C99-based standards]: Include
32264         stdint.h-data.  Remove all expectations for stdint.h contents.
32265         [C99-based standards] (PRI*): Do not allow.
32266         [C99-based standards] (SCN*): Likewise.
32267         [C99-based standards] (*_t): Likewise.
32268         [C99-based-standards] (PRId8): Expect macro.
32269         [C99-based-standards] (PRIi8): Likewise.
32270         [C99-based-standards] (PRIo8): Likewise.
32271         [C99-based-standards] (PRIu8): Likewise.
32272         [C99-based-standards] (PRIx8): Likewise.
32273         [C99-based-standards] (PRIX8): Likewise.
32274         [C99-based-standards] (SCNd8): Likewise.
32275         [C99-based-standards] (SCNi8): Likewise.
32276         [C99-based-standards] (SCNo8): Likewise.
32277         [C99-based-standards] (SCNu8): Likewise.
32278         [C99-based-standards] (SCNx8): Likewise.
32279         [C99-based-standards] (PRIdLEAST8): Likewise.
32280         [C99-based-standards] (PRIiLEAST8): Likewise.
32281         [C99-based-standards] (PRIoLEAST8): Likewise.
32282         [C99-based-standards] (PRIuLEAST8): Likewise.
32283         [C99-based-standards] (PRIxLEAST8): Likewise.
32284         [C99-based-standards] (PRIXLEAST8): Likewise.
32285         [C99-based-standards] (SCNdLEAST8): Likewise.
32286         [C99-based-standards] (SCNiLEAST8): Likewise.
32287         [C99-based-standards] (SCNoLEAST8): Likewise.
32288         [C99-based-standards] (SCNuLEAST8): Likewise.
32289         [C99-based-standards] (SCNxLEAST8): Likewise.
32290         [C99-based-standards] (PRIdFAST8): Likewise.
32291         [C99-based-standards] (PRIiFAST8): Likewise.
32292         [C99-based-standards] (PRIoFAST8): Likewise.
32293         [C99-based-standards] (PRIuFAST8): Likewise.
32294         [C99-based-standards] (PRIxFAST8): Likewise.
32295         [C99-based-standards] (PRIXFAST8): Likewise.
32296         [C99-based-standards] (SCNdFAST8): Likewise.
32297         [C99-based-standards] (SCNiFAST8): Likewise.
32298         [C99-based-standards] (SCNoFAST8): Likewise.
32299         [C99-based-standards] (SCNuFAST8): Likewise.
32300         [C99-based-standards] (SCNxFAST8): Likewise.
32301         [C99-based-standards] (PRId16): Likewise.
32302         [C99-based-standards] (PRIi16): Likewise.
32303         [C99-based-standards] (PRIo16): Likewise.
32304         [C99-based-standards] (PRIu16): Likewise.
32305         [C99-based-standards] (PRIx16): Likewise.
32306         [C99-based-standards] (PRIX16): Likewise.
32307         [C99-based-standards] (SCNd16): Likewise.
32308         [C99-based-standards] (SCNi16): Likewise.
32309         [C99-based-standards] (SCNo16): Likewise.
32310         [C99-based-standards] (SCNu16): Likewise.
32311         [C99-based-standards] (SCNx16): Likewise.
32312         [C99-based-standards] (PRIdLEAST16): Likewise.
32313         [C99-based-standards] (PRIiLEAST16): Likewise.
32314         [C99-based-standards] (PRIoLEAST16): Likewise.
32315         [C99-based-standards] (PRIuLEAST16): Likewise.
32316         [C99-based-standards] (PRIxLEAST16): Likewise.
32317         [C99-based-standards] (PRIXLEAST16): Likewise.
32318         [C99-based-standards] (SCNdLEAST16): Likewise.
32319         [C99-based-standards] (SCNiLEAST16): Likewise.
32320         [C99-based-standards] (SCNoLEAST16): Likewise.
32321         [C99-based-standards] (SCNuLEAST16): Likewise.
32322         [C99-based-standards] (SCNxLEAST16): Likewise.
32323         [C99-based-standards] (PRIdFAST16): Likewise.
32324         [C99-based-standards] (PRIiFAST16): Likewise.
32325         [C99-based-standards] (PRIoFAST16): Likewise.
32326         [C99-based-standards] (PRIuFAST16): Likewise.
32327         [C99-based-standards] (PRIxFAST16): Likewise.
32328         [C99-based-standards] (PRIXFAST16): Likewise.
32329         [C99-based-standards] (SCNdFAST16): Likewise.
32330         [C99-based-standards] (SCNiFAST16): Likewise.
32331         [C99-based-standards] (SCNoFAST16): Likewise.
32332         [C99-based-standards] (SCNuFAST16): Likewise.
32333         [C99-based-standards] (SCNxFAST16): Likewise.
32334         [C99-based-standards] (PRId32): Likewise.
32335         [C99-based-standards] (PRIi32): Likewise.
32336         [C99-based-standards] (PRIo32): Likewise.
32337         [C99-based-standards] (PRIu32): Likewise.
32338         [C99-based-standards] (PRIx32): Likewise.
32339         [C99-based-standards] (PRIX32): Likewise.
32340         [C99-based-standards] (SCNd32): Likewise.
32341         [C99-based-standards] (SCNi32): Likewise.
32342         [C99-based-standards] (SCNo32): Likewise.
32343         [C99-based-standards] (SCNu32): Likewise.
32344         [C99-based-standards] (SCNx32): Likewise.
32345         [C99-based-standards] (PRIdLEAST32): Likewise.
32346         [C99-based-standards] (PRIiLEAST32): Likewise.
32347         [C99-based-standards] (PRIoLEAST32): Likewise.
32348         [C99-based-standards] (PRIuLEAST32): Likewise.
32349         [C99-based-standards] (PRIxLEAST32): Likewise.
32350         [C99-based-standards] (PRIXLEAST32): Likewise.
32351         [C99-based-standards] (SCNdLEAST32): Likewise.
32352         [C99-based-standards] (SCNiLEAST32): Likewise.
32353         [C99-based-standards] (SCNoLEAST32): Likewise.
32354         [C99-based-standards] (SCNuLEAST32): Likewise.
32355         [C99-based-standards] (SCNxLEAST32): Likewise.
32356         [C99-based-standards] (PRIdFAST32): Likewise.
32357         [C99-based-standards] (PRIiFAST32): Likewise.
32358         [C99-based-standards] (PRIoFAST32): Likewise.
32359         [C99-based-standards] (PRIuFAST32): Likewise.
32360         [C99-based-standards] (PRIxFAST32): Likewise.
32361         [C99-based-standards] (PRIXFAST32): Likewise.
32362         [C99-based-standards] (SCNdFAST32): Likewise.
32363         [C99-based-standards] (SCNiFAST32): Likewise.
32364         [C99-based-standards] (SCNoFAST32): Likewise.
32365         [C99-based-standards] (SCNuFAST32): Likewise.
32366         [C99-based-standards] (SCNxFAST32): Likewise.
32367         [C99-based-standards] (PRId64): Likewise.
32368         [C99-based-standards] (PRIi64): Likewise.
32369         [C99-based-standards] (PRIo64): Likewise.
32370         [C99-based-standards] (PRIu64): Likewise.
32371         [C99-based-standards] (PRIx64): Likewise.
32372         [C99-based-standards] (PRIX64): Likewise.
32373         [C99-based-standards] (SCNd64): Likewise.
32374         [C99-based-standards] (SCNi64): Likewise.
32375         [C99-based-standards] (SCNo64): Likewise.
32376         [C99-based-standards] (SCNu64): Likewise.
32377         [C99-based-standards] (SCNx64): Likewise.
32378         [C99-based-standards] (PRIdLEAST64): Likewise.
32379         [C99-based-standards] (PRIiLEAST64): Likewise.
32380         [C99-based-standards] (PRIoLEAST64): Likewise.
32381         [C99-based-standards] (PRIuLEAST64): Likewise.
32382         [C99-based-standards] (PRIxLEAST64): Likewise.
32383         [C99-based-standards] (PRIXLEAST64): Likewise.
32384         [C99-based-standards] (SCNdLEAST64): Likewise.
32385         [C99-based-standards] (SCNiLEAST64): Likewise.
32386         [C99-based-standards] (SCNoLEAST64): Likewise.
32387         [C99-based-standards] (SCNuLEAST64): Likewise.
32388         [C99-based-standards] (SCNxLEAST64): Likewise.
32389         [C99-based-standards] (PRIdFAST64): Likewise.
32390         [C99-based-standards] (PRIiFAST64): Likewise.
32391         [C99-based-standards] (PRIoFAST64): Likewise.
32392         [C99-based-standards] (PRIuFAST64): Likewise.
32393         [C99-based-standards] (PRIxFAST64): Likewise.
32394         [C99-based-standards] (PRIXFAST64): Likewise.
32395         [C99-based-standards] (SCNdFAST64): Likewise.
32396         [C99-based-standards] (SCNiFAST64): Likewise.
32397         [C99-based-standards] (SCNoFAST64): Likewise.
32398         [C99-based-standards] (SCNuFAST64): Likewise.
32399         [C99-based-standards] (SCNxFAST64): Likewise.
32400         [C99-based-standards] (PRIdMAX): Likewise.
32401         [C99-based-standards] (PRIiMAX): Likewise.
32402         [C99-based-standards] (PRIoMAX): Likewise.
32403         [C99-based-standards] (PRIuMAX): Likewise.
32404         [C99-based-standards] (PRIxMAX): Likewise.
32405         [C99-based-standards] (PRIXMAX): Likewise.
32406         [C99-based-standards] (SCNdMAX): Likewise.
32407         [C99-based-standards] (SCNiMAX): Likewise.
32408         [C99-based-standards] (SCNoMAX): Likewise.
32409         [C99-based-standards] (SCNuMAX): Likewise.
32410         [C99-based-standards] (SCNxMAX): Likewise.
32411         [C99-based-standards] (PRIdPTR): Likewise.
32412         [C99-based-standards] (PRIiPTR): Likewise.
32413         [C99-based-standards] (PRIoPTR): Likewise.
32414         [C99-based-standards] (PRIuPTR): Likewise.
32415         [C99-based-standards] (PRIxPTR): Likewise.
32416         [C99-based-standards] (PRIXPTR): Likewise.
32417         [C99-based-standards] (SCNdPTR): Likewise.
32418         [C99-based-standards] (SCNiPTR): Likewise.
32419         [C99-based-standards] (SCNoPTR): Likewise.
32420         [C99-based-standards] (SCNuPTR): Likewise.
32421         [C99-based-standards] (SCNxPTR): Likewise.
32422         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
32423         allow.
32424         * conform/data/stdint.h-data: Update comments to clarify
32425         requirements.
32426         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
32427         type.
32428         [C99-based standards] (INT8_MAX): Likewise.
32429         [C99-based standards] (INT16_MIN): Likewise.
32430         [C99-based standards] (INT16_MAX): Likewise.
32431         [C99-based standards] (INT32_MIN): Likewise.
32432         [C99-based standards] (INT32_MAX): Likewise.
32433         [C99-based standards] (INT64_MIN): Likewise.
32434         [C99-based standards] (INT64_MAX): Likewise.
32435         [C99-based standards] (UINT8_MAX): Likewise.
32436         [C99-based standards] (UINT16_MAX): Likewise.
32437         [C99-based standards] (UINT32_MAX): Likewise.
32438         [C99-based standards] (UINT64_MAX): Likewise.
32439         [C99-based standards] (INT_LEAST8_MIN): Likewise.
32440         [C99-based standards] (INT_LEAST8_MAX): Likewise.
32441         [C99-based standards] (INT_LEAST16_MIN): Likewise.
32442         [C99-based standards] (INT_LEAST16_MAX): Likewise.
32443         [C99-based standards] (INT_LEAST32_MIN): Likewise.
32444         [C99-based standards] (INT_LEAST32_MAX): Likewise.
32445         [C99-based standards] (INT_LEAST64_MIN): Likewise.
32446         [C99-based standards] (INT_LEAST64_MAX): Likewise.
32447         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
32448         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
32449         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
32450         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
32451         [C99-based standards] (INT_FAST8_MIN): Likewise.
32452         [C99-based standards] (INT_FAST8_MAX): Likewise.
32453         [C99-based standards] (INT_FAST16_MIN): Likewise.
32454         [C99-based standards] (INT_FAST16_MAX): Likewise.
32455         [C99-based standards] (INT_FAST32_MIN): Likewise.
32456         [C99-based standards] (INT_FAST32_MAX): Likewise.
32457         [C99-based standards] (INT_FAST64_MIN): Likewise.
32458         [C99-based standards] (INT_FAST64_MAX): Likewise.
32459         [C99-based standards] (UINT_FAST8_MAX): Likewise.
32460         [C99-based standards] (UINT_FAST16_MAX): Likewise.
32461         [C99-based standards] (UINT_FAST32_MAX): Likewise.
32462         [C99-based standards] (UINT_FAST64_MAX): Likewise.
32463         [C99-based standards] (INTPTR_MIN): Likewise.
32464         [C99-based standards] (INTPTR_MAX): Likewise.
32465         [C99-based standards] (UINTPTR_MAX): Likewise.
32466         [C99-based standards] (INTMAX_MIN): Likewise.
32467         [C99-based standards] (INTMAX_MAX): Likewise.
32468         [C99-based standards] (UINTMAX_MAX): Likewise.
32469         [C99-based standards] (PTRDIFF_MIN): Likewise.
32470         [C99-based standards] (PTRDIFF_MAX): Likewise.
32471         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
32472         [C99-based standards] (SIZE_MAX): Likewise.
32473         [C99-based standards] (WCHAR_MAX): Likewise.
32474         [C99-based standards] (WINT_MAX): Likewise.
32475         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
32476         constraint on value.
32477         [C99-based standards] (WCHAR_MIN): Likewise.
32478         [C99-based standards] (WINT_MIN): Likewise.
32479         [C99-based standards] (*_t): Allow.
32480         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
32481         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
32482         Include math.h-data and complex.h-data.  Remove all expectations
32483         of math.h and complex.h contents.
32484         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
32485         at end of line.
32486         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
32487         (struct tm): Expect tag.
32488         [C99-based-standards] (wcstof): Expect function.
32489         [C99-based-standards] (wcstold): Likewise.
32490         [C99-based-standards] (wcstoll): Likewise.
32491         [C99-based-standards] (wcstoull): Likewise.
32492         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
32493         macro-int-constant.  Specify type.
32494         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
32495         constraint on value.
32496         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32497         Specify type.
32498         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
32499         Specify value.
32500         [ISO C standards]: Do not allow headers.
32501         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
32502         wcs[abcdefghijklmnopqrstuvwxyz]*.
32503         [ISO C standards] (*_t): Do not allow.
32504         * conform/data/wctype.h-data [C99-based standards] (iswblank):
32505         Expect function.
32506         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
32507         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32508         Specify type.
32509         [ISO C standards]: Do not allow headers.
32510         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
32511         is[abcdefghijklmnopqrstuvwxyz]*.
32512         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
32513         to[abcdefghijklmnopqrstuvwxyz]*.
32514         [ISO C standards] (*_t): Do not allow.
32515         * conform/data/stdalign.h-data: New file.
32516         * conform/data/stdbool.h-data: Likewise.
32517         * conform/data/stdnoreturn.h-data: Likewise.
32519 2012-11-07  Roland McGrath  <roland@hack.frob.com>
32521         [BZ #14815]
32522         * manual/filesys.texi (Directory Entries): Typo fix.
32523         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
32525 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32527         * elf/elf.h (EM_AARCH64): New macro.
32528         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
32529         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
32530         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
32531         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
32532         (R_AARCH64_TLSDESC): Likewise.
32533         (NT_ARM_TLS): Likewise.
32534         (NT_ARM_HW_BREAK): Likewise.
32535         (NT_ARM_HW_WATCH): Likewise.
32537 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32539         [BZ #14811]
32540         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
32541         (__ieee754_powl): Saturate nonzero exponents with absolute value
32542         below 0x1p-79 to +/- 0x1p-79.
32543         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
32544         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
32545         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
32546         nonzero exponents with absolute value below 0x1p-32 to +/-
32547         0x1p-32.
32548         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
32549         (__ieee754_powl): Saturate nonzero exponents with absolute value
32550         below 0x1p-79 to +/- 0x1p-79.
32551         * math/libm-test.inc (pow_test): Add more tests.
32553 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32555         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
32556         _dl_s390_cap_flags with kernel. Increase string length.
32557         (_dl_s390_platforms): Add z196 and zEC12.
32559 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32561         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
32562         Change XOPEN21K to XOPEN2K.
32564 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
32566         * string/memmove.c: Use memcpy when possible.
32568 2012-11-06  Andreas Jaeger  <aj@suse.de>
32570         * po/eo.po: Update from translation team.
32572 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
32574         [BZ #14793]
32575         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
32576         exponent and small x and y exponents, scale x or y up.  Increase
32577         by 2 the exponent used in scaling up.
32578         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32579         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32580         * math/libm-test.inc (fma_test): Add more tests.
32581         (fma_test_towardzero): Likewise.
32582         (fma_test_downward): Likewise.
32583         (fma_test_upward): Likewise.
32585 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
32587         [BZ #14805]
32588         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
32589         fenv_t *.
32591         [BZ #14801]
32592         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
32593         namespace for names of struct fields.
32594         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
32595         fenv_t fields.
32596         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
32597         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
32599 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
32601         [BZ #3665]
32602         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
32604 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32606         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
32607         PTR_DEMANGLE.
32609         [BZ #5246]
32610         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
32611         PTR_DEMANGLE.
32613 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
32615         [BZ #14797]
32616         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
32617         definitely overflow as x * y not x * y + z.
32618         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32619         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32620         * math/libm-test.inc (fma_test): Add more tests.
32621         (fma_test_towardzero): Likewise.
32622         (fma_test_downward): Likewise.
32623         (fma_test_upward): Likewise.
32625 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32627         [BZ #157]
32629         * include/stub-tag.h: Remove file.
32630         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
32631         '#include' of it.
32632         * manual/maint.texi (Porting): Don't reference it.
32633         * Makerules ($(objpfx)stubs): Likewise.
32634         * dirent/closedir.c: Don't include <stub-tag.h>.
32635         * dirent/dirfd.c: Likewise.
32636         * dirent/fdopendir.c: Likewise.
32637         * dirent/getdents.c: Likewise.
32638         * dirent/getdents64.c: Likewise.
32639         * dirent/opendir.c: Likewise.
32640         * dirent/readdir.c: Likewise.
32641         * dirent/readdir64.c: Likewise.
32642         * dirent/readdir64_r.c: Likewise.
32643         * dirent/readdir_r.c: Likewise.
32644         * dirent/rewinddir.c: Likewise.
32645         * dirent/seekdir.c: Likewise.
32646         * dirent/telldir.c: Likewise.
32647         * gmon/profil.c: Likewise.
32648         * grp/setgroups.c: Likewise.
32649         * inet/if_index.c: Likewise.
32650         * io/access.c: Likewise.
32651         * io/chdir.c: Likewise.
32652         * io/chmod.c: Likewise.
32653         * io/chown.c: Likewise.
32654         * io/close.c: Likewise.
32655         * io/dup.c: Likewise.
32656         * io/dup2.c: Likewise.
32657         * io/dup3.c: Likewise.
32658         * io/euidaccess.c: Likewise.
32659         * io/faccessat.c: Likewise.
32660         * io/fchdir.c: Likewise.
32661         * io/fchmod.c: Likewise.
32662         * io/fchmodat.c: Likewise.
32663         * io/fchown.c: Likewise.
32664         * io/fchownat.c: Likewise.
32665         * io/fcntl.c: Likewise.
32666         * io/flock.c: Likewise.
32667         * io/fstatfs.c: Likewise.
32668         * io/fstatfs64.c: Likewise.
32669         * io/fstatvfs.c: Likewise.
32670         * io/fstatvfs64.c: Likewise.
32671         * io/futimens.c: Likewise.
32672         * io/fxstat.c: Likewise.
32673         * io/fxstat64.c: Likewise.
32674         * io/fxstatat.c: Likewise.
32675         * io/fxstatat64.c: Likewise.
32676         * io/getcwd.c: Likewise.
32677         * io/isatty.c: Likewise.
32678         * io/lchmod.c: Likewise.
32679         * io/lchown.c: Likewise.
32680         * io/link.c: Likewise.
32681         * io/linkat.c: Likewise.
32682         * io/lseek.c: Likewise.
32683         * io/lseek64.c: Likewise.
32684         * io/lxstat64.c: Likewise.
32685         * io/mkdir.c: Likewise.
32686         * io/mkdirat.c: Likewise.
32687         * io/mkfifo.c: Likewise.
32688         * io/mkfifoat.c: Likewise.
32689         * io/open.c: Likewise.
32690         * io/open64.c: Likewise.
32691         * io/openat.c: Likewise.
32692         * io/openat64.c: Likewise.
32693         * io/pipe.c: Likewise.
32694         * io/pipe2.c: Likewise.
32695         * io/poll.c: Likewise.
32696         * io/posix_fadvise.c: Likewise.
32697         * io/posix_fadvise64.c: Likewise.
32698         * io/posix_fallocate.c: Likewise.
32699         * io/posix_fallocate64.c: Likewise.
32700         * io/read.c: Likewise.
32701         * io/readlink.c: Likewise.
32702         * io/readlinkat.c: Likewise.
32703         * io/rmdir.c: Likewise.
32704         * io/sendfile.c: Likewise.
32705         * io/sendfile64.c: Likewise.
32706         * io/statfs.c: Likewise.
32707         * io/statfs64.c: Likewise.
32708         * io/statvfs.c: Likewise.
32709         * io/statvfs64.c: Likewise.
32710         * io/symlink.c: Likewise.
32711         * io/symlinkat.c: Likewise.
32712         * io/ttyname.c: Likewise.
32713         * io/ttyname_r.c: Likewise.
32714         * io/umask.c: Likewise.
32715         * io/unlink.c: Likewise.
32716         * io/unlinkat.c: Likewise.
32717         * io/utime.c: Likewise.
32718         * io/utimensat.c: Likewise.
32719         * io/write.c: Likewise.
32720         * io/xmknod.c: Likewise.
32721         * io/xmknodat.c: Likewise.
32722         * io/xstat.c: Likewise.
32723         * io/xstat64.c: Likewise.
32724         * login/getpt.c: Likewise.
32725         * login/grantpt.c: Likewise.
32726         * login/unlockpt.c: Likewise.
32727         * math/e_acoshl.c: Likewise.
32728         * math/e_acosl.c: Likewise.
32729         * math/e_asinl.c: Likewise.
32730         * math/e_atan2l.c: Likewise.
32731         * math/e_atanhl.c: Likewise.
32732         * math/e_coshl.c: Likewise.
32733         * math/e_expl.c: Likewise.
32734         * math/e_fmodl.c: Likewise.
32735         * math/e_gammal_r.c: Likewise.
32736         * math/e_hypotl.c: Likewise.
32737         * math/e_j0l.c: Likewise.
32738         * math/e_j1l.c: Likewise.
32739         * math/e_jnl.c: Likewise.
32740         * math/e_lgammal_r.c: Likewise.
32741         * math/e_log10l.c: Likewise.
32742         * math/e_log2l.c: Likewise.
32743         * math/e_logl.c: Likewise.
32744         * math/e_powl.c: Likewise.
32745         * math/e_rem_pio2l.c: Likewise.
32746         * math/e_sinhl.c: Likewise.
32747         * math/e_sqrtl.c: Likewise.
32748         * math/fclrexcpt.c: Likewise.
32749         * math/fedisblxcpt.c: Likewise.
32750         * math/feenablxcpt.c: Likewise.
32751         * math/fegetenv.c: Likewise.
32752         * math/fegetexcept.c: Likewise.
32753         * math/fegetround.c: Likewise.
32754         * math/feholdexcpt.c: Likewise.
32755         * math/fesetenv.c: Likewise.
32756         * math/fesetround.c: Likewise.
32757         * math/feupdateenv.c: Likewise.
32758         * math/fgetexcptflg.c: Likewise.
32759         * math/fraiseexcpt.c: Likewise.
32760         * math/fsetexcptflg.c: Likewise.
32761         * math/ftestexcept.c: Likewise.
32762         * math/k_cosl.c: Likewise.
32763         * math/k_rem_pio2l.c: Likewise.
32764         * math/k_sinl.c: Likewise.
32765         * math/k_tanl.c: Likewise.
32766         * math/s_asinhl.c: Likewise.
32767         * math/s_atanl.c: Likewise.
32768         * math/s_cbrtl.c: Likewise.
32769         * math/s_erfl.c: Likewise.
32770         * math/s_expm1l.c: Likewise.
32771         * math/s_log1pl.c: Likewise.
32772         * math/s_tanhl.c: Likewise.
32773         * misc/acct.c: Likewise.
32774         * misc/brk.c: Likewise.
32775         * misc/chflags.c: Likewise.
32776         * misc/chroot.c: Likewise.
32777         * misc/fchflags.c: Likewise.
32778         * misc/fgetxattr.c: Likewise.
32779         * misc/flistxattr.c: Likewise.
32780         * misc/fremovexattr.c: Likewise.
32781         * misc/fsetxattr.c: Likewise.
32782         * misc/fsync.c: Likewise.
32783         * misc/ftruncate.c: Likewise.
32784         * misc/futimes.c: Likewise.
32785         * misc/futimesat.c: Likewise.
32786         * misc/getdomain.c: Likewise.
32787         * misc/getdtsz.c: Likewise.
32788         * misc/gethostid.c: Likewise.
32789         * misc/gethostname.c: Likewise.
32790         * misc/getloadavg.c: Likewise.
32791         * misc/getpagesize.c: Likewise.
32792         * misc/getsysstats.c: Likewise.
32793         * misc/getxattr.c: Likewise.
32794         * misc/gtty.c: Likewise.
32795         * misc/ioctl.c: Likewise.
32796         * misc/lgetxattr.c: Likewise.
32797         * misc/listxattr.c: Likewise.
32798         * misc/llistxattr.c: Likewise.
32799         * misc/lremovexattr.c: Likewise.
32800         * misc/lsetxattr.c: Likewise.
32801         * misc/lutimes.c: Likewise.
32802         * misc/madvise.c: Likewise.
32803         * misc/mincore.c: Likewise.
32804         * misc/mlock.c: Likewise.
32805         * misc/mlockall.c: Likewise.
32806         * misc/mmap.c: Likewise.
32807         * misc/mprotect.c: Likewise.
32808         * misc/msync.c: Likewise.
32809         * misc/munlock.c: Likewise.
32810         * misc/munlockall.c: Likewise.
32811         * misc/munmap.c: Likewise.
32812         * misc/preadv.c: Likewise.
32813         * misc/preadv64.c: Likewise.
32814         * misc/ptrace.c: Likewise.
32815         * misc/pwritev.c: Likewise.
32816         * misc/pwritev64.c: Likewise.
32817         * misc/readv.c: Likewise.
32818         * misc/reboot.c: Likewise.
32819         * misc/remap_file_pages.c: Likewise.
32820         * misc/removexattr.c: Likewise.
32821         * misc/revoke.c: Likewise.
32822         * misc/select.c: Likewise.
32823         * misc/setdomain.c: Likewise.
32824         * misc/setegid.c: Likewise.
32825         * misc/seteuid.c: Likewise.
32826         * misc/sethostid.c: Likewise.
32827         * misc/sethostname.c: Likewise.
32828         * misc/setregid.c: Likewise.
32829         * misc/setreuid.c: Likewise.
32830         * misc/setxattr.c: Likewise.
32831         * misc/sstk.c: Likewise.
32832         * misc/stty.c: Likewise.
32833         * misc/swapoff.c: Likewise.
32834         * misc/swapon.c: Likewise.
32835         * misc/sync.c: Likewise.
32836         * misc/syncfs.c: Likewise.
32837         * misc/syscall.c: Likewise.
32838         * misc/truncate.c: Likewise.
32839         * misc/ualarm.c: Likewise.
32840         * misc/usleep.c: Likewise.
32841         * misc/ustat.c: Likewise.
32842         * misc/utimes.c: Likewise.
32843         * misc/vhangup.c: Likewise.
32844         * misc/writev.c: Likewise.
32845         * posix/_exit.c: Likewise.
32846         * posix/alarm.c: Likewise.
32847         * posix/execve.c: Likewise.
32848         * posix/fexecve.c: Likewise.
32849         * posix/fork.c: Likewise.
32850         * posix/fpathconf.c: Likewise.
32851         * posix/getaddrinfo.c: Likewise.
32852         * posix/getegid.c: Likewise.
32853         * posix/geteuid.c: Likewise.
32854         * posix/getgid.c: Likewise.
32855         * posix/getgroups.c: Likewise.
32856         * posix/getlogin.c: Likewise.
32857         * posix/getlogin_r.c: Likewise.
32858         * posix/getpgid.c: Likewise.
32859         * posix/getpid.c: Likewise.
32860         * posix/getppid.c: Likewise.
32861         * posix/getresgid.c: Likewise.
32862         * posix/getresuid.c: Likewise.
32863         * posix/getsid.c: Likewise.
32864         * posix/getuid.c: Likewise.
32865         * posix/glob64.c: Likewise.
32866         * posix/nanosleep.c: Likewise.
32867         * posix/pathconf.c: Likewise.
32868         * posix/pause.c: Likewise.
32869         * posix/posix_madvise.c: Likewise.
32870         * posix/pread.c: Likewise.
32871         * posix/pread64.c: Likewise.
32872         * posix/pwrite.c: Likewise.
32873         * posix/pwrite64.c: Likewise.
32874         * posix/sched_getaffinity.c: Likewise.
32875         * posix/sched_getp.c: Likewise.
32876         * posix/sched_gets.c: Likewise.
32877         * posix/sched_primax.c: Likewise.
32878         * posix/sched_primin.c: Likewise.
32879         * posix/sched_rr_gi.c: Likewise.
32880         * posix/sched_setaffinity.c: Likewise.
32881         * posix/sched_setp.c: Likewise.
32882         * posix/sched_sets.c: Likewise.
32883         * posix/sched_yield.c: Likewise.
32884         * posix/setgid.c: Likewise.
32885         * posix/setlogin.c: Likewise.
32886         * posix/setpgid.c: Likewise.
32887         * posix/setresgid.c: Likewise.
32888         * posix/setresuid.c: Likewise.
32889         * posix/setsid.c: Likewise.
32890         * posix/setuid.c: Likewise.
32891         * posix/sleep.c: Likewise.
32892         * posix/spawni.c: Likewise.
32893         * posix/sysconf.c: Likewise.
32894         * posix/times.c: Likewise.
32895         * posix/wait.c: Likewise.
32896         * posix/wait3.c: Likewise.
32897         * posix/wait4.c: Likewise.
32898         * posix/waitpid.c: Likewise.
32899         * resolv/gai_sigqueue.c: Likewise.
32900         * resource/getpriority.c: Likewise.
32901         * resource/getrlimit.c: Likewise.
32902         * resource/getrusage.c: Likewise.
32903         * resource/nice.c: Likewise.
32904         * resource/setpriority.c: Likewise.
32905         * resource/setrlimit.c: Likewise.
32906         * resource/ulimit.c: Likewise.
32907         * rt/aio_cancel.c: Likewise.
32908         * rt/aio_fsync.c: Likewise.
32909         * rt/aio_read.c: Likewise.
32910         * rt/aio_sigqueue.c: Likewise.
32911         * rt/aio_suspend.c: Likewise.
32912         * rt/aio_write.c: Likewise.
32913         * rt/clock_getres.c: Likewise.
32914         * rt/clock_gettime.c: Likewise.
32915         * rt/clock_nanosleep.c: Likewise.
32916         * rt/clock_settime.c: Likewise.
32917         * rt/lio_listio.c: Likewise.
32918         * rt/mq_close.c: Likewise.
32919         * rt/mq_getattr.c: Likewise.
32920         * rt/mq_notify.c: Likewise.
32921         * rt/mq_open.c: Likewise.
32922         * rt/mq_receive.c: Likewise.
32923         * rt/mq_send.c: Likewise.
32924         * rt/mq_setattr.c: Likewise.
32925         * rt/mq_timedreceive.c: Likewise.
32926         * rt/mq_timedsend.c: Likewise.
32927         * rt/mq_unlink.c: Likewise.
32928         * rt/shm_open.c: Likewise.
32929         * rt/shm_unlink.c: Likewise.
32930         * rt/timer_create.c: Likewise.
32931         * rt/timer_delete.c: Likewise.
32932         * rt/timer_getoverr.c: Likewise.
32933         * rt/timer_gettime.c: Likewise.
32934         * rt/timer_settime.c: Likewise.
32935         * setjmp/__longjmp.c: Likewise.
32936         * setjmp/setjmp.c: Likewise.
32937         * signal/kill.c: Likewise.
32938         * signal/killpg.c: Likewise.
32939         * signal/raise.c: Likewise.
32940         * signal/sigaction.c: Likewise.
32941         * signal/sigaltstack.c: Likewise.
32942         * signal/sigblock.c: Likewise.
32943         * signal/sigignore.c: Likewise.
32944         * signal/sigintr.c: Likewise.
32945         * signal/signal.c: Likewise.
32946         * signal/sigpause.c: Likewise.
32947         * signal/sigpending.c: Likewise.
32948         * signal/sigqueue.c: Likewise.
32949         * signal/sigreturn.c: Likewise.
32950         * signal/sigset.c: Likewise.
32951         * signal/sigsetmask.c: Likewise.
32952         * signal/sigstack.c: Likewise.
32953         * signal/sigsuspend.c: Likewise.
32954         * signal/sigtimedwait.c: Likewise.
32955         * signal/sigvec.c: Likewise.
32956         * signal/sigwait.c: Likewise.
32957         * signal/sigwaitinfo.c: Likewise.
32958         * signal/sysv_signal.c: Likewise.
32959         * socket/accept.c: Likewise.
32960         * socket/accept4.c: Likewise.
32961         * socket/bind.c: Likewise.
32962         * socket/connect.c: Likewise.
32963         * socket/getpeername.c: Likewise.
32964         * socket/getsockname.c: Likewise.
32965         * socket/getsockopt.c: Likewise.
32966         * socket/isfdtype.c: Likewise.
32967         * socket/listen.c: Likewise.
32968         * socket/recv.c: Likewise.
32969         * socket/recvfrom.c: Likewise.
32970         * socket/recvmsg.c: Likewise.
32971         * socket/send.c: Likewise.
32972         * socket/sendmsg.c: Likewise.
32973         * socket/sendto.c: Likewise.
32974         * socket/setsockopt.c: Likewise.
32975         * socket/shutdown.c: Likewise.
32976         * socket/sockatmark.c: Likewise.
32977         * socket/socket.c: Likewise.
32978         * socket/socketpair.c: Likewise.
32979         * stdio-common/ctermid.c: Likewise.
32980         * stdio-common/cuserid.c: Likewise.
32981         * stdio-common/remove.c: Likewise.
32982         * stdio-common/rename.c: Likewise.
32983         * stdio-common/renameat.c: Likewise.
32984         * stdio-common/tempname.c: Likewise.
32985         * stdlib/getcontext.c: Likewise.
32986         * stdlib/makecontext.c: Likewise.
32987         * stdlib/setcontext.c: Likewise.
32988         * stdlib/swapcontext.c: Likewise.
32989         * stdlib/system.c: Likewise.
32990         * streams/fattach.c: Likewise.
32991         * streams/fdetach.c: Likewise.
32992         * streams/getmsg.c: Likewise.
32993         * streams/getpmsg.c: Likewise.
32994         * streams/putmsg.c: Likewise.
32995         * streams/putpmsg.c: Likewise.
32996         * sysdeps/unix/bsd/getpt.c: Likewise.
32997         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
32998         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
32999         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
33000         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
33001         Likewise.
33002         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
33003         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
33004         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
33005         * sysvipc/msgctl.c: Likewise.
33006         * sysvipc/msgget.c: Likewise.
33007         * sysvipc/msgrcv.c: Likewise.
33008         * sysvipc/msgsnd.c: Likewise.
33009         * sysvipc/semctl.c: Likewise.
33010         * sysvipc/semget.c: Likewise.
33011         * sysvipc/semop.c: Likewise.
33012         * sysvipc/semtimedop.c: Likewise.
33013         * sysvipc/shmat.c: Likewise.
33014         * sysvipc/shmctl.c: Likewise.
33015         * sysvipc/shmdt.c: Likewise.
33016         * sysvipc/shmget.c: Likewise.
33017         * termios/tcdrain.c: Likewise.
33018         * termios/tcflow.c: Likewise.
33019         * termios/tcflush.c: Likewise.
33020         * termios/tcgetattr.c: Likewise.
33021         * termios/tcgetpgrp.c: Likewise.
33022         * termios/tcsendbrk.c: Likewise.
33023         * termios/tcsetattr.c: Likewise.
33024         * termios/tcsetpgrp.c: Likewise.
33025         * time/adjtime.c: Likewise.
33026         * time/clock.c: Likewise.
33027         * time/getitimer.c: Likewise.
33028         * time/gettimeofday.c: Likewise.
33029         * time/setitimer.c: Likewise.
33030         * time/settimeofday.c: Likewise.
33031         * time/stime.c: Likewise.
33032         * time/time.c: Likewise.
33034 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
33036         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
33037         /usr/old/bin.
33039         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
33040         instead of spaces.
33041         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
33043 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
33045         [BZ #14796]
33046         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
33047         FE_TONEAREST before applying Dekker multiplication and Knuth
33048         addition.  Clear inexact exceptions and check for exact zero
33049         results afterwards.
33050         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33051         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
33052         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33053         * math/libm-test.inc (fma_test): Add more tests.
33054         (fma_test_towardzero): Likewise.
33055         (fma_test_downward): Likewise.
33056         (fma_test_upward): Likewise.
33057         * sysdeps/generic/math_private.h (default_libc_fesetround): New
33058         function.
33059         (libc_fesetround): New macro.
33060         (libc_fesetroundf): Likewise.
33061         (libc_fesetroundl): Likewise.
33062         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
33063         function.
33064         (libc_fesetround_387): Likewise.
33065         (libc_fesetroundf): New macro.
33066         (libc_fesetround): Likewise.
33067         (libc_fesetroundl): Likewise.
33068         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
33069         function.
33070         (libc_fesetroundf): New macro.
33071         (libc_fesetround): Likewise.
33072         (libc_fesetroundl): Likewise.
33073         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
33074         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
33075         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
33076         libm_hidden_ver.
33077         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
33078         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
33079         libm_hidden_def.
33080         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
33081         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
33082         libm_hidden_ver.
33083         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
33084         libm_hidden_def.
33086         [BZ #3439]
33087         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
33088         integer constant usable in #if and use that to give value to enum
33089         constant.
33090         (FE_DIVBYZERO): Likewise.
33091         (FE_UNDERFLOW): Likewise.
33092         (FE_OVERFLOW): Likewise.
33093         (FE_INVALID): Likewise.
33094         (FE_INVALID_SNAN): Likewise.
33095         (FE_INVALID_ISI): Likewise.
33096         (FE_INVALID_IDI): Likewise.
33097         (FE_INVALID_ZDZ): Likewise.
33098         (FE_INVALID_IMZ): Likewise.
33099         (FE_INVALID_COMPARE): Likewise.
33100         (FE_INVALID_SOFTWARE): Likewise.
33101         (FE_INVALID_SQRT): Likewise.
33102         (FE_INVALID_INTEGER_CONVERSION): Likewise.
33103         (FE_TONEAREST): Likewise.
33104         (FE_TOWARDZERO): Likewise.
33105         (FE_UPWARD): Likewise.
33106         (FE_DOWNWARD): Likewise.
33107         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
33108         (FE_DIVBYZERO): Likewise.
33109         (FE_OVERFLOW): Likewise.
33110         (FE_UNDERFLOW): Likewise.
33111         (FE_INEXACT): Likewise.
33112         (FE_TONEAREST): Likewise.
33113         (FE_DOWNWARD): Likewise.
33114         (FE_UPWARD): Likewise.
33115         (FE_TOWARDZERO): Likewise.
33116         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
33117         (FE_UNDERFLOW): Likewise.
33118         (FE_OVERFLOW): Likewise.
33119         (FE_DIVBYZERO): Likewise.
33120         (FE_INVALID): Likewise.
33121         (FE_TONEAREST): Likewise.
33122         (FE_TOWARDZERO): Likewise.
33123         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
33124         (FE_OVERFLOW): Likewise.
33125         (FE_UNDERFLOW): Likewise.
33126         (FE_DIVBYZERO): Likewise.
33127         (FE_INEXACT): Likewise.
33128         (FE_TONEAREST): Likewise.
33129         (FE_TOWARDZERO): Likewise.
33130         (FE_UPWARD): Likewise.
33131         (FE_DOWNWARD): Likewise.
33132         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
33133         (FE_DIVBYZERO): Likewise.
33134         (FE_OVERFLOW): Likewise.
33135         (FE_UNDERFLOW): Likewise.
33136         (FE_INEXACT): Likewise.
33137         (FE_TONEAREST): Likewise.
33138         (FE_DOWNWARD): Likewise.
33139         (FE_UPWARD): Likewise.
33140         (FE_TOWARDZERO): Likewise.
33142 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
33144         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
33146 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
33148         * scripts/cross-test-ssh.sh (command): Use newlines to separate
33149         commands.  Quote $PWD.
33150         (blacklist_exports): Don't use remove_newlines.  Replace "declare
33151         -x" by "export".
33152         (remove_newlines): Remove.
33154 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
33156         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
33157         * stdlib/stdlib.h (atof): Moved to ...
33158         * include/bits/stdlib-float.h: Here.  New file.
33159         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
33160         * stdlib/bits/stdlib-float.h: New file.
33161         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
33162         -mno-sse -mno-mmx.
33163         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
33164         <xmmintrin.h>.
33166 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
33168         * conform/conformtest.pl (@headers): Add fenv.h.
33169         * conform/data/fenv.h-data: New file.
33170         * include/fenv.h [_ISOMAC]: Disable all contents of file except
33171         include of <math/fenv.h>.
33173         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
33174         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
33175         && !UNIX98].  Enables tests for XOPEN2K8.
33176         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
33177         POSIX2008]: Likewise.
33179         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
33180         (struct rusage): Do not expect type or its members.
33182         [BZ #3439]
33183         * math/math.h (FP_NAN): Define macro to integer constant usable in
33184         #if and use that to give value to enum constant.
33185         (FP_INFINITE): Likewise.
33186         (FP_ZERO): Likewise.
33187         (FP_SUBNORMAL): Likewise.
33188         (FP_NORMAL): Likewise.
33190 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
33192         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
33193         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
33194         arguments.
33196 2012-11-02  Roland McGrath  <roland@hack.frob.com>
33198         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
33199         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
33200         autoconf-time if not.
33201         * configure.in: Remove AC_PREREQ.
33203 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33205         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
33206         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
33207         of the internal implementation.
33209 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
33211         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
33212         except include of <misc/sys/syslog.h>.
33214 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
33216         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
33217         function returns with a NULL context exit with zero.
33219 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33221         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
33223 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
33225         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
33226         (run_program_cmd): This.
33227         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
33228         (tst_langinfo): New variable.  Use it.
33230 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
33232         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
33233         floating point opcodes.
33235 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33237         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
33238         variable.
33240         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
33242         * sysdeps/mach/hurd/powerpc: Remove directory.
33243         * sysdeps/mach/powerpc: Likewise.
33245 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
33247         * scripts/check-local-headers.sh: Ignore c++ headers.
33249 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33251         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
33252         __libc_cleanup_region_start argument.
33254 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
33256         [BZ #14784]
33257         [BZ #14785]
33258         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
33259         x * y using scaling, not as x * y + z.
33260         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33261         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33262         * math/libm-test.inc (fma_test): Add more tests.
33263         (fma_test_towardzero): Likewise.
33264         (fma_test_downward): Likewise.
33265         (fma_test_upward): Likewise.
33267 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33269         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
33271 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
33273         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
33274         New variable.
33276 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
33278         * rt/tst-shm.c (worker): Correct checking for mmap failure.
33280 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
33282         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33283         Fix sort order.
33284         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33285         Likewise.
33287 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33289         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33290         Fix the order of the list for glibc 2.17.
33291         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33292         Likewise.
33294 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
33296         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33298 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
33300         [BZ #14610]
33301         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
33302         for low part of x being zero before using __atanl (y).
33303         * math/libm-test.inc (atan2_test): Add another test.
33305         * manual/install.texi (Configuring and compiling): Document
33306         general use of test-wrapper and test-wrapper-env.
33307         * INSTALL: Regenerated.
33309         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
33310         (__fma): Do not extract and scale down low bits on after-rounding
33311         systems when result rounded to normal precision would have normal
33312         exponent.
33313         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
33314         (__fmal): Do not extract and scale down low bits on after-rounding
33315         systems when result rounded to normal precision would have normal
33316         exponent.
33317         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
33318         (__fmal): Do not extract and scale down low bits on after-rounding
33319         systems when result rounded to normal precision would have normal
33320         exponent.
33321         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
33322         macro.
33323         (fma_test): Add more tests.
33324         (fma_test_towardzero): Likewise.
33325         (fma_test_downward): Likewise.
33326         (fma_test_upward): Likewise.
33328 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
33330         * sysdeps/i386/tininess.h: Renamed to ...
33331         * sysdeps/x86/tininess.h: This.
33332         * sysdeps/x86_64/tininess.h: Removed.
33334 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
33336         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
33337         input.  Use $(build-program-cmd).
33338         ($(objpfx)tst-array1-static.out): Likewise.
33339         ($(objpfx)tst-array2.out): Likewise.
33340         ($(objpfx)tst-array3.out): Likewise.
33341         ($(objpfx)tst-array4.out): Likewise.
33342         ($(objpfx)tst-array5.out): Likewise.
33343         ($(objpfx)tst-array5-static.out): Likewise.
33345 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
33347         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
33348         if defined.
33350         * nss/nsswitch.h (nss_interface_function): Provide new
33351         macro for use with NSS functions.
33352         * grp/initgroups.c: Use new macro.
33353         * nss/getXXbyYY.c: Likewise.
33354         * nss/getXXbyYY_r.c: Likewise.
33355         * nss/getXXent.c: Likewise.
33356         * nss/getXXent_r.c: Likewise.
33357         * sysdeps/posix/getaddrinfo.c: Likewise.
33359 2012-10-30  Andreas Jaeger  <aj@suse.de>
33361         * po/ru.po: Update Russion translation from translation project.
33363 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
33365         [BZ #14152]
33366         [BZ #14783]
33367         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
33368         result and shift together with sticky bit instead of replicating
33369         round-to-nearest rounding.
33370         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33371         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33372         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
33373         missing underflow exceptions.
33374         (fma_test_towardzero): Add more tests.
33375         (fma_test_downward): Likewise.
33376         (fma_test_upward): Likewise.
33378         [BZ #14047]
33379         * sysdeps/generic/tininess.h: New file.
33380         * sysdeps/i386/tininess.h: Likewise.
33381         * sysdeps/sh/tininess.h: Likewise.
33382         * sysdeps/x86_64/tininess.h: Likewise.
33383         * stdlib/tst-strtod-underflow.c: Likewise.
33384         * stdlib/tst-tininess.c: Likewise.
33385         * stdlib/strtod_l.c: Include <tininess.h>.
33386         (round_and_return): Do not set errno for exact underflow cases.
33387         Force an underflow exception when setting errno for underflow.
33388         Determine underflow based on rounding to normal precision if
33389         TININESS_AFTER_ROUNDING.
33390         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
33391         ERANGE for exact underflow cases.
33392         * stdlib/Makefile (tests): Add tst-tininess and
33393         tst-strtod-underflow.
33394         ($(objpfx)tst-tininess): Use $(link-libm).
33395         ($(objpfx)tst-strtod-underflow): Likewise.
33397 2012-10-30  Andreas Jaeger  <aj@suse.de>
33399         [BZ#14767]
33400         * elf/Makefile (tests): Remove conditional for have-initfini-array
33401         since this is now always required and the variable does not exist
33402         anymore.
33403         (tests-static): Likewise.
33404         (modules-names): Likewise.
33406         * po/eo.po: Add Esperanto translation from translation project.
33408         * elf/tst-array1.c (fini_array): Make writeable so that it can be
33409         merged with constructor/destructor.
33410         (init_array): Likewise.
33411         * elf/tst-array2dep.c (fini_array): Likewise.
33412         (init_array): Likewise.
33414 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
33416         * manual/message.texi: Delete @cartouche tags.
33418 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
33420         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
33421         EOPNOTSUPP.
33422         * sysdeps/mach/hurd/fsync.c: Likewise.
33424         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
33425         [_POSIX_REALTIME_SIGNALS]: Change condition to
33426         [_POSIX_REALTIME_SIGNALS > 0].
33428 2012-10-27  Andreas Jaeger  <aj@suse.de>
33430         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
33431         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
33432         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
33433         [__WORDSIZE != 64]: Likewise.
33435 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
33437         *  iconvdata/tst-table.sh: Remove ${SHELL}.
33438         *  iconvdata/tst-tables.sh: Likewise.
33440 2012-10-25  David S. Miller  <davem@davemloft.net>
33442         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33443         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
33444         of strtoull.
33446         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
33447         ifunc-impl-list.c
33448         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
33449         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
33450         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
33451         file.
33453 2012-10-25  Roland McGrath  <roland@hack.frob.com>
33455         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33456         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
33457         __getdirentries.
33459 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33460             Jim Blandy  <jimb@codesourcery.com>
33462         * scripts/cross-test-ssh.sh: New file.
33463         * manual/install.texi (Configuring and compiling): Document use of
33464         cross-test-ssh.sh.
33465         * INSTALL: Regenerated.
33467 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
33469         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
33470         EOPNOTSUPP.
33472 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33474         * Makeconfig (run-program-prefix): Fix comment.
33476 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33477             Jim Blandy  <jimb@codesourcery.com>
33479         * Makeconfig (test-wrapper): New variable,
33480         (test-wrapper-env): Likewise.
33481         [$(cross-compiling) = yes && $(test-wrapper) != ""]
33482         (run-built-tests): Define to yes.
33483         (run-program-prefix): Use $(test-wrapper).
33484         (built-program-cmd): Likewise.
33485         * Rules (make-test-out): Use $(test-wrapper-env) and
33486         $(host-built-program-cmd).
33487         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
33488         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
33489         tst-pathopt.sh.
33490         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
33491         $(test-wrapper-env) to tst-rtld-load-self.sh.
33492         ($(objpfx)order2.out): Use $(test-wrapper).
33493         ($(objpfx)tst-initorder.out): Likewise.
33494         ($(objpfx)tst-initorder2.out): Likewise.
33495         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
33496         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
33497         (test_wrapper_env): New variable.  Use it to run ld.so.
33498         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
33499         Use it to run ld.so.
33500         (test_wrapper_env): Likewise.
33501         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
33502         $(test-wrapper) to run-iconv-test.sh.
33503         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
33504         (ICONV): Use $test_wrapper.
33505         * posix/Makefile ($(objpfx)globtest.out): Pass
33506         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
33507         globtest.sh, not $(run-program-prefix).
33508         * posix/globtest.sh (run_via_rtld_prefix): New variable.
33509         (test_wrapper): Likewise.
33510         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
33511         set together with run_via_rtld_prefix.
33512         (run_program_prefix): Define in terms of test_wrapper and
33513         run_via_rtld_prefix.
33515 2012-10-24  Roland McGrath  <roland@hack.frob.com>
33517         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
33518         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
33519         Targets removed.
33521         [BZ #14743]
33522         * include/time.h: Remove librt_hidden_proto (clock_gettime).
33523         Declare __clock_getres, __clock_gettime, __clock_settime,
33524         __clock_nanosleep, and __clock_getcpuclockid.
33525         * rt/clock_gettime.c: Define __clock_gettime as an alias.
33526         Remove librt_hidden_def (clock_gettime).
33527         * sysdeps/unix/clock_gettime.c: Likewise.
33528         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
33529         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
33530         * rt/clock_getres.c: Define __clock_getres as an alias.
33531         * sysdeps/posix/clock_getres.c: Likewise.
33532         * rt/clock_settime.c: Define __clock_settime as an alias.
33533         * sysdeps/unix/clock_settime.c: Likewise.
33534         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
33535         * sysdeps/unix/clock_nanosleep.c: Likewise.
33536         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
33537         * rt/clock-compat.c: New file.
33538         * rt/Makefile (librt-routines): Add clock-compat and move
33539         $(clock-routines) to ...
33540         (routines): ... here, new variable.
33541         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
33542         Don't add get_clockfreq here.
33543         * rt/Versions (libc: GLIBC_2.17): New version set.
33544         Add clock_* symbols here.
33545         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
33546         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
33547         (GLIBC_2.17): Add clock_* symbols.
33548         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
33549         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
33550         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
33551         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33552         Likewise.
33553         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33554         Likewise.
33555         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
33556         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
33557         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
33558         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
33559         * NEWS: Mention the move.
33561         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
33562         Use __open, __read, __close rather than their public counterparts.
33563         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33564         (__get_clockfreq_via_cpuinfo): Likewise.
33565         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
33566         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
33568         * config.h.in (HAVE_IFUNC): New #undef.
33569         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
33570         was successful.
33571         * configure: Regenerated.
33573 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33575         * configure.in: Move READELF check to start of file.
33576         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
33577         libc_cv_asm_gnu_indirect_function in the process.
33578         * configure: Regenerated.
33580 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33582         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
33583         send the output to /dev/null.
33584         (libc_cv_cc_with_libunwind): Likewise.
33585         (libc_cv_as_noexecstack): Likewise.
33586         * configure: Regenerate.
33588 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33590         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
33592         * posix/globtest.sh (TMPDIR): Do not set.
33593         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
33594         (testout): Likewise.
33596 2012-10-24  Andreas Jaeger  <aj@suse.de>
33598         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
33599         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
33600         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
33601         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
33602         posix_fadvise64, posix_fallocate64.
33604         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
33605         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
33606         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
33607         Likewise.
33608         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
33609         Likewise.
33610         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
33612         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
33613         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
33614         <bits/fcntl-linux.h>.
33615         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
33617         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
33618         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
33619         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
33620         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
33621         [__WORDSIZE != 64]: Likewise.
33623 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33625         * Makeconfig (run-built-tests): New variable.
33626         * Rules [$(cross-compiling) = yes]: Change condition to
33627         [$(run-built-tests) = no].
33628         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
33629         to [$(run-built-tests) = yes].
33630         * elf/Makefile [$(cross-compiling) = no]: Likewise
33631         * grp/Makefile [$(cross-compiling) = no]: Likewise.
33632         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
33633         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
33634         * intl/Makefile [$(cross-compiling) = no]: Likewise.
33635         * io/Makefile [$(cross-compiling) = no]: Likewise.
33636         * libio/Makefile [$(cross-compiling) = no]: Likewise.
33637         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
33638         * misc/Makefile [$(cross-compiling) = no]: Likewise.
33639         * posix/Makefile [$(cross-compiling) = no]: Likewise.
33640         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
33641         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
33642         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
33643         * string/Makefile [$(cross-compiling) = no]: Likewise.
33645         * posix/Makefile ($(objpfx)globtest.out): Pass
33646         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
33647         $(rtld-installed-name).
33648         * posix/globtest.sh (elf_objpfx): Remove variable.
33649         (rtld_installed_name): Likewise.
33650         (library_path): Likewise.
33651         (run_program_prefix): New variable.  Use for running globtest
33652         binary.
33654 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
33655             Joseph Myers  <joseph@codesourcery.com>
33657         * Makeconfig (host-built-program-cmd): New variable.
33658         * elf/Makefile (tst-stackguard1-ARGS): Use
33659         $(host-built-program-cmd).
33660         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
33661         (tst-spawn-ARGS): Likewise.
33662         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
33664 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33665             Jim Blandy  <jimb@codesourcery.com>
33667         * Makeconfig (run-via-rtld-prefix): New variable.
33668         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
33669         (built-program-cmd): Likewise.
33671 2012-10-22  Andreas Jaeger  <aj@suse.de>
33673         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
33674         __O_RSYNC if it exists, otherwise to O_SYNC.
33676 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
33677             Joseph Myers  <joseph@codesourcery.com>
33679         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
33680         /dev/null.
33681         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
33682         from /dev/null
33683         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
33684         /dev/null.
33686 2012-10-22  Andreas Jaeger  <aj@suse.de>
33688         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
33689         Define always.
33690         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
33692         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
33693         bits/fcntl-linux.h.
33695         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
33696         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
33698         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
33699         to __O_LARGEFILE.
33700         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
33701         to __O_LARGEFILE.
33703 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
33704             Joseph Myers  <joseph@codesourcery.com>
33706         * config.make.in (NM): New variable.
33708 2012-10-21  Andreas Jaeger  <aj@suse.de>
33710         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
33711         definitions and declarations that are provided by
33712         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
33714 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
33716         [BZ #14683]
33717         * elf/Makefile (tests-static): Add tst-leaks1-static.
33718         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
33719         ($(objpfx)tst-leaks1-static): New rule.
33720         ($(objpfx)tst-leaks1-static-mem): Likewise.
33721         (tst-leaks1-static-ENV): New macro.
33722         * elf/dl-open.c (dl_open_worker): Check the main application
33723         only if SHARED is defined.
33724         * elf/tst-leaks1-static.c: New file.
33726 2012-10-20  Andreas Jaeger  <aj@suse.de>
33728         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
33729         generic values for Linux.
33730         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
33731         and declarations that are provided by <bits/fcntl-linux.h> and
33732         include <bits/fcntl-linux.h>.
33733         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
33734         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
33736 2012-10-20  Roland McGrath  <roland@hack.frob.com>
33738         * io/fcntl.h: Move include of <bits/types.h> to the top and
33739         include it unconditionally.
33741 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
33743         * wcsmbs/Makefile (tests-ifunc): New variable.
33744         (tests): Add $(tests-ifunc).
33745         * wcsmbs/test-wcschr-ifunc.c: New file.
33746         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
33747         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
33748         * wcsmbs/test-wcslen-ifunc.c: Likewise.
33749         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
33750         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
33752         * string/Makefile (tests-ifunc): New variable.
33753         (tests): Add $(tests-ifunc).
33754         * string/test-memccpy.c (TEST_NAME): New macro.
33755         * string/test-memchr.c (TEST_NAME): Likewise.
33756         * string/test-memcmp.c (TEST_NAME): Likewise.
33757         * string/test-memcpy.c (TEST_NAME): Likewise.
33758         * string/test-memmem.c (TEST_NAME): Likewise.
33759         * string/test-memmove.c (TEST_NAME): Likewise.
33760         * string/test-memset.c (TEST_NAME): Likewise.
33761         * string/test-rawmemchr.c (TEST_NAME): Likewise.
33762         * string/test-stpcpy.c (TEST_NAME): Likewise.
33763         * string/test-stpncpy.c (TEST_NAME): Likewise.
33764         * string/test-strcasecmp.c (TEST_NAME): Likewise.
33765         * string/test-strcasestr.c (TEST_NAME): Likewise.
33766         * string/test-strcat.c (TEST_NAME): Likewise.
33767         * string/test-strchr.c (TEST_NAME): Likewise.
33768         * string/test-strcmp.c(TEST_NAME): Likewise.
33769         * string/test-strcpy.c (TEST_NAME): Likewise.
33770         * string/test-strcspn.c (TEST_NAME): Likewise.
33771         * string/test-strlen.c (TEST_NAME): Likewise.
33772         * string/test-strncasecmp.c (TEST_NAME): Likewise.
33773         * string/test-strncmp.c (TEST_NAME): Likewise.
33774         * string/test-strncpy.c (TEST_NAME): Likewise.
33775         * string/test-strnlen.c (TEST_NAME): Likewise.
33776         * string/test-strpbrk.c (TEST_NAME): Likewise.
33777         * string/test-strrchr.c (TEST_NAME): Likewise.
33778         * string/test-strspn.c (TEST_NAME): Likewise.
33779         * string/test-strstr.c (TEST_NAME): Likewise.
33780         * string/test-bcopy-ifunc.c: New file.
33781         * string/test-bzero-ifunc.c: Likewise.
33782         * string/test-memccpy-ifunc.c: Likewise.
33783         * string/test-memchr-ifunc.c: Likewise.
33784         * string/test-memcmp-ifunc.c: Likewise.
33785         * string/test-memcpy-ifunc.c: Likewise.
33786         * string/test-memmem-ifunc.c: Likewise.
33787         * string/test-memmove-ifunc.c: Likewise.
33788         * string/test-mempcpy-ifunc.c: Likewise.
33789         * string/test-memset-ifunc.c: Likewise.
33790         * string/test-rawmemchr-ifunc.c: Likewise.
33791         * string/test-stpcpy-ifunc.c: Likewise.
33792         * string/test-stpncpy-ifunc.c: Likewise.
33793         * string/test-strcasecmp-ifunc.c: Likewise.
33794         * string/test-strcasestr-ifunc.c: Likewise.
33795         * string/test-strcat-ifunc.c: Likewise.
33796         * string/test-strchr-ifunc.c: Likewise.
33797         * string/test-strchrnul-ifunc.c: Likewise.
33798         * string/test-strcmp-ifunc.c: Likewise.
33799         * string/test-strcpy-ifunc.c: Likewise.
33800         * string/test-strcspn-ifunc.c: Likewise.
33801         * string/test-strlen-ifunc.c: Likewise.
33802         * string/test-strncasecmp-ifunc.c: Likewise.
33803         * string/test-strncat-ifunc.c: Likewise.
33804         * string/test-strncmp-ifunc.c: Likewise.
33805         * string/test-strncpy-ifunc.c: Likewise.
33806         * string/test-strnlen-ifunc.c: Likewise.
33807         * string/test-strpbrk-ifunc.c: Likewise.
33808         * string/test-strrchr-ifunc.c: Likewise.
33809         * string/test-strspn-ifunc.c: Likewise.
33810         * string/test-strstr-ifunc.c: Likewise.
33812         * debug/Makefile (tests-ifunc): New variable.
33813         (tests): Add $(tests-ifunc).
33814         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
33815         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
33816         * debug/test-stpcpy_chk-ifunc.c: New file.
33817         * debug/test-strcpy_chk-ifunc.c: Likewise.
33819 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
33821         [BZ #13601]
33822         * elf/dl-load.c (open_verify): Retry read if the entire ELF
33823         header is not read in.
33825 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
33827         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
33828         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
33829         directly.  Pass built executable to script as
33830         $(built-program-cmd).
33831         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
33832         $testprogram without using LD_LIBRARY_PATH and $ldso.
33834         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
33835         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
33836         $(rtld-installed-name).
33837         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
33838         (rtld_installed_name): Likewise.
33839         (library_path): Likewise.
33840         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
33841         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
33842         $(run-program-prefix) to tst-tables.sh.
33843         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
33844         it to run tst-table-from and tst-table-to.
33845         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
33846         Pass it to tst-table.sh.
33847         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
33848         $(run-program-prefix) to tst-gettext.sh.
33849         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
33850         tst-translit.sh.
33851         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
33852         tst-gettext2.sh.
33853         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
33854         to run tst-gettext.
33855         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
33856         to run tst-gettext2.
33857         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
33858         to run tst-translit.
33859         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
33860         $(run-program-prefix) to tst-mtrace.sh.
33861         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
33862         to run tst-mtrace.
33863         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
33864         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
33865         $(rtld-installed-name).
33866         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
33867         (rtld_installed_name): Likewise.
33868         (run_program_prefix): New variable.  Use it to run wordexp-test.
33870         * Makeconfig (ARCH): Remove all definitions.
33871         (machine): Likewise.
33872         [ARCH]: Remove conditional code.
33873         [!objdir]: Give error.
33874         [!objdir] (objpfx): Remove.
33875         [!objdir] (common-objpfx): Likewise.
33876         [!objdir] (common-objdir): Likewise.
33877         * configure.in (config_makefile): Remove.  Hardcode Makefile in
33878         AC_CONFIG_FILES call.
33879         * configure: Regenerated.
33881         [BZ #13888]
33882         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
33883         or TMPDIR.
33884         (testout): Likewise.
33886         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
33887         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
33888         $(rtld-installed-name).
33889         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
33890         (rtld_installed_name): Likwise.
33891         (runit): Remove function.
33892         (run_getconf): New variable,  Use it for running getconf binary.
33894 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
33896         [BZ #14716]
33897         * string/test-memmem.c (check_result): New function.
33898         (do_one_test): Use it.
33899         (check1): New function.
33900         (test_main): Use it.
33902 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
33904         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
33906 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
33908         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
33909         (_G_LSEEK64): Likewise.
33910         (_G_MMAP64): Likewise.
33911         (_G_FSTAT64): Likewise.
33912         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
33913         (_G_LSEEK64): Likewise.
33914         (_G_MMAP64): Likewise.
33915         (_G_FSTAT64): Likewise.
33916         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
33917         unconditional.  Call __mmap64 directly.
33918         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
33919         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
33920         __lseek64 directly.
33921         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
33922         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
33923         __mmap64 directly.
33924         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
33925         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
33926         __lseek64 directly.
33927         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
33928         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
33929         __lseek64 directly.
33930         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
33931         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
33932         __lseek64 directly.
33933         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
33934         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
33935         __fxstat64 directly.
33936         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
33937         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
33938         unconditional.
33939         (freopen64) [!_G_OPEN64]: Remove conditional code.
33940         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
33941         unconditional.
33942         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
33943         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
33944         unconditional.
33945         (ftello64) [!_G_LSEEK64]: Remove conditional code.
33946         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
33947         unconditional.
33948         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
33949         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
33950         unconditional.
33951         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
33952         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
33953         unconditional.
33954         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
33955         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
33956         unconditional.
33957         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
33958         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
33959         unconditional.
33960         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
33962 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
33964         [BZ #12140]
33965         * manual/memory.texi (Malloc Tunable Parameters): Add note
33966         about free list pointers overwriting some perturb bytes.
33967         Wording suggested by Roland McGrath.
33969 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
33971         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
33972         (lgamma_test): Likewise.
33973         (tgamma_test): Likewise.
33975 2012-10-16  Florian Weimer  <fweimer@redhat.com>
33977         [BZ #14700]
33978         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
33979         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
33981 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
33983         * NEWS: Mention BZ #14716.
33984         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
33985         when removing AVAILABLE1_USES_J macro.
33987 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
33989         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
33990         (__bswap_64): __uint64_t for unsigned 64-bit int.
33992 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
33994         * include/string.h (memmem): Declare libc hidden alias.
33995         * string/memmem.c (memmem): Define libc hidden alias.
33996         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
33997         __read, __close instead of open, read, close.
33999 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
34001         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
34002         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
34003         global and hidden.
34004         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
34005         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
34006         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
34007         Likewise.
34008         (__rawmemchr_sse2): Likewise.
34009         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
34010         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
34011         (__strchr_sse2): Likewise.
34012         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
34013         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
34014         (__strcasecmp_sse2): Likewise.
34015         (__strncasecmp_sse2): Likewise.
34016         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
34017         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
34018         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
34019         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
34020         (__strrchr_sse2): Likewise.
34021         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
34022         ifunc-impl-list.c.
34023         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
34024         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
34025         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
34026         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
34027         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
34028         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
34029         * sysdeps/x86_64/multiarch/memset.S: Likewise.
34030         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
34031         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
34032         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
34033         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
34034         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
34035         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
34036         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
34037         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
34038         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
34039         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
34040         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
34041         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
34042         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
34043         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
34044         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
34045         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
34046         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
34047         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
34048         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
34049         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
34050         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
34051         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
34052         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
34054         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
34055         global and hidden.
34056         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
34057         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
34058         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
34059         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
34060         Likewise.
34061         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
34062         Likewise.
34063         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
34064         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
34065         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
34066         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
34067         ifunc-impl-list.c.
34068         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
34069         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
34070         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
34071         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
34072         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
34073         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
34074         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
34075         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
34076         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
34077         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
34078         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
34079         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
34080         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
34081         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
34082         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
34083         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
34084         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
34085         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
34086         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
34087         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
34088         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
34089         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
34090         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
34091         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
34092         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
34093         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
34094         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
34095         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
34096         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
34097         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
34098         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
34099         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
34100         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
34101         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
34102         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
34103         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
34104         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
34105         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
34106         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
34107         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
34108         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
34110         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
34111         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
34112         * include/ifunc-impl-list.h: New file.
34113         * misc/ifunc-impl-list.c: Likewise.
34114         * misc/Makefile (routines): Add ifunc-impl-list.
34115         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
34116         * string/test-string.h: Include <ifunc-impl-list.h>.
34117         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
34118         TEST_NAME]: New variables.
34119         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
34120         are defined.
34121         (test_init): Call __libc_ifunc_impl_list to initialize
34122         func_list if TEST_IFUNC and TEST_NAME are defined.
34124         * string/Makefile (strop-tests): Add bcopy and bzero.
34125         * string/test-bcopy.c: New file.
34126         * string/test-bzero.c: Likewise.
34127         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
34128         defined.
34129         * string/test-memset.c: Support bzero test if TEST_BZERO is
34130         defined.
34131         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
34132         __libc_memmove.
34133         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
34134         __libc_memset.
34135         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
34136         of memset.
34138 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
34140         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
34141         * configure: Regenerated.
34143         * Makeconfig (+link-static-before-libc): Don't include
34144         $(link-static-libc).
34146         * libio/libio.h (_IO_pos_t): Remove.
34148 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34150         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
34151         McGrath.
34153 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34155         * crypt/crypt-entry.c: Include fips-private.h.
34156         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
34157         * crypt/md5c-test.c (main): Tolerate disabled MD5.
34158         * sysdeps/unix/sysv/linux/fips-private.h: New file.
34159         * sysdeps/generic/fips-private.h: New file, dummy fallback.
34161 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34163         * crypt/crypt-private.h: Include stdbool.h.
34164         (_ufc_setup_salt_r): Return bool.
34165         * crypt/crypt-entry.c: Include errno.h.
34166         (__crypt_r): Return NULL with EINVAL for bad salt.
34167         * crypt/crypt_util.c (bad_for_salt): New.
34168         (_ufc_setup_salt_r): Check that salt is long enough and within
34169         the specified alphabet.
34170         * crypt/badsalttest.c: New file.
34171         * crypt/Makefile (tests): Add it.
34172         ($(objpfx)badsalttest): New.
34174 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
34176         * NEWS: Add entry for BZ #14602.
34178 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
34180         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
34181         type-generic.
34182         * math/libm-test.inc: Update comment listing what functions and
34183         macros are tested.
34184         (isgreater_test): New function.
34185         (isgreaterequal_test): Likewise.
34186         (isless_test): Likewise.
34187         (islessequal_test): Likewise.
34188         (islessgreater_test): Likewise.
34189         (isunordered_test): Likewise.
34190         (main): Call the new functions.
34192 2012-10-09  Roland McGrath  <roland@hack.frob.com>
34194         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
34195         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
34196         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
34197         * sysdeps/i386/configure: Regenerated.
34198         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
34199         * sysdeps/mach/configure: Regenerated.
34200         * sysdeps/mach/hurd/configure: Regenerated.
34201         * sysdeps/powerpc/configure: Regenerated.
34202         * sysdeps/powerpc/powerpc32/configure: Regenerated.
34203         * sysdeps/powerpc/powerpc64/configure: Regenerated.
34204         * sysdeps/s390/s390-32/configure: Regenerated.
34205         * sysdeps/s390/s390-64/configure: Regenerated.
34206         * sysdeps/sh/configure: Regenerated.
34207         * sysdeps/sparc/configure: Regenerated.
34208         * sysdeps/unix/sysv/linux/configure: Regenerated.
34209         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
34210         * sysdeps/x86_64/configure: Regenerated.
34212         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
34213         defined.  Don't check if MAP is NULL.
34215 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
34217         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
34218         (_G_stat64): Likewise.
34219         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
34220         (_G_stat64): Likewise.
34221         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
34222         instead of struct _G_stat64.
34223         * libio/fileops.c (mmap_remap_check): Likewise.
34224         (decide_maybe_mmap): Likewise.
34225         (_IO_new_file_seekoff): Likewise.
34226         (_IO_file_stat): Likewise.
34227         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
34228         _G_off64_t.
34229         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
34230         instead of struct _G_stat64.
34231         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34233 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
34235         [BZ #14602]
34236         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34237         Replace with ...
34238         (CHECK_EOL): New macro.
34239         (two_way_short_needle): Check beginning of haystack for EOL.  Use
34240         CHECK_EOL.
34241         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34242         Replace with CHECK_EOL.
34243         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34244         Replace with CHECK_EOL.
34246 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
34248         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
34249         type-generic.
34250         * math/libm-test.inc: Update comment listing what functions and
34251         macros are tested.
34252         (finite_test): New function.
34253         (isinf_test): Likewise.
34254         (isnan_test): Likewise.
34255         (fpclassify_test): Test subnormal input.
34256         (isfinite_test): Likewise.
34257         (isnormal_test): Likewise.
34258         (main): Call the new functions.
34260 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
34262         [BZ #14660]
34263         * Makerules (%.dynsym): Force C locale when running
34264         $(OBJDUMP) --dynamic-syms.
34266 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
34268         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
34269         <stdint.h>.
34271 2012-10-06  David S. Miller  <davem@davemloft.net>
34273         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
34274         upper 32-bits of the length value in %o2 since we use branch-on-register
34275         tests which consider the entire 64-bit register.
34277 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
34279         * string/test-strstr.c (check2): Add a test for page boundary.
34281 2012-10-05  David S. Miller  <davem@davemloft.net>
34283         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
34284         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
34285         file.
34286         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34287         sysdep_routines.
34288         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34289         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
34290         and bzero when HWCAP_SPARC_CRYPTO is present.
34292 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
34294         [BZ #14602]
34295         * string/test-strstr.c (check2): New function.
34296         (test_main): Call check2.
34298         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
34299         and bug-strchr1.
34300         * string/bug-strcasestr1.c (do_test): Moved to ...
34301         * string/test-strcasestr.c (check1): Here.  New function.
34302         (do_one_test): Break out result checking code into ...
34303         (check_result): This.  New function.
34304         (do_one_test): Call check_result.
34305         (test_main): Call check1.
34306         * string/bug-strchr1.c (do_test): Moved to ...
34307         * string/test-strchr.c (check1): Here.  New function.
34308         (do_one_test): Break out result checking code into ...
34309         (check_result): This.  New function.
34310         (do_one_test): Call check_result.
34311         (test_main): Call check1.
34312         * string/bug-strstr1.c (main): Moved to ...
34313         * string/test-strstr.c (check1): Here.  New function.
34314         (do_one_test): Break out result checking code into ...
34315         (check_result): This.  New function.
34316         (do_one_test): Call check_result.
34317         (test_main): Call check1.
34318         * string/bug-strcasestr1.c: Removed.
34319         * string/bug-strchr1.c: Likewise.
34320         * string/bug-strstr1.c: Likewise.
34322         * elf/Makefile (dl-routines): Add hwcaps.
34323         * elf/dl-support.c (_dl_important_hwcaps): Removed.
34324         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
34325         (_dl_important_hwcaps): Moved to ...
34326         * elf/dl-hwcaps.c: Here.  New file.
34327         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
34329         [BZ #14557]
34330         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
34331         if IS_IN_rtld isn't defined.
34333         * elf/dl-support.c (_dl_sysinfo_map): New.
34334         Include "get-dynamic-info.h" and "setup-vdso.h".
34335         (_dl_non_dynamic_init): Call setup_vdso.
34336         * elf/dynamic-link.h: Don't include <assert.h>.
34337         (elf_get_dynamic_info): Moved to ...
34338         * elf/get-dynamic-info.h: Here.  New file.
34339         * elf/dynamic-link.h: Include "get-dynamic-info.h".
34340         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
34341         * elf/setup-vdso.h: Here.  New file.
34342         * elf/rtld.c: Include "setup-vdso.h".
34343         (dl_main): Call setup_vdso.
34345 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
34347         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
34348         creal in comment listing functions tested.  List finite, isinf,
34349         isnan, isless, islessequal, isgreater, isgreaterequal,
34350         islessgreater, isunordered, lgamma_r and pow10 as functions and
34351         macros not tested.  Mention which functions not tested are aliases
34352         for other functions.  Fix typo.  Note that signs of NaNs are not
34353         tested.
34355         * scripts/config.guess: Update from config.git.
34356         * scripts/config.sub: Likewise.
34358 2012-10-04  Roland McGrath  <roland@hack.frob.com>
34360         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
34361         * misc/madvise.c (madvise): Renamed to __madvise.
34362         Make madvise a weak alias.
34363         * include/sys/mman.h: Declare __madvise.
34364         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
34365         * sysdeps/unix/syscalls.list
34366         (madvise): Make __madvise the strong name, and madvise a weak alias.
34367         * sysdeps/unix/sysv/linux/syscalls.list
34368         (madvise, mmap): Remove redundant entries.
34369         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
34370         * malloc/malloc.c (mtrim): Likewise.
34371         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
34373 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34375         * sysdeps/mach/hurd/dl-cache.c: File removed.
34376         * config.h.in (USE_LDCONFIG): New #undef.
34377         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
34378         * configure: Regenerated.
34379         * elf/Makefile (dl-routines): Add dl-cache only under
34380         [$(use-ldconfig) = yes].
34381         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
34382         cache on [USE_LDCONFIG].
34383         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
34384         [USE_LDCONFIG].
34385         * elf/rtld.c (dl_main): Likewise.
34387 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
34389         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
34390         _SC_LEVEL4_CACHE_LINESIZE.
34392 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34394         * sysdeps/unix/bsd/confstr.h: File removed.
34396 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
34398         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
34399         sys/sdt-config.h.
34401 2012-10-02  Roland McGrath  <roland@hack.frob.com>
34403         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
34404         Make 'mapoff' field ElfW(Off) rather than off_t.
34406 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
34408         * nscd/Makefile: Remove nscd-cflags and all its users.
34409         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
34410         (CFLAGS-nonlib): Add compiler flags for nscd modules.
34412         [BZ #10631]
34413         * malloc.c (malloc_printerr): Clarify error message.
34415 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
34417         [BZ #14648]
34418         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34419         Set bit_FMA_Usable if FMA is supported.
34420         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
34421         macro.
34422         (bit_FMA4_Usable): Updated.
34423         (index_FMA_Usable): New macro.
34424         (CPUID_FMA): Likewise
34425         (HAS_FMA): Defined with bit_FMA_Usable.
34427 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34429         * bits/types.h (__swblk_t): Type removed.
34430         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
34431         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
34432         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
34433         (__SWBLK_T_TYPE): Likewise.
34434         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
34435         (__SWBLK_T_TYPE): Likewise.
34436         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
34437         (__SWBLK_T_TYPE): Likewise.
34438         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
34439         (__SWBLK_T_TYPE): Likewise.
34441 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
34442             Honza Horak <hhorak@redhat.com>
34444         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
34445         (xdr_mapname): Use YPMAXMAP as maxsize.
34446         (xdr_peername): Use YPMAXPEER as maxsize.
34447         (xdr_keydat): Use YPAXRECORD as maxsize.
34448         (xdr_valdat): Use YPMAXRECORD as maxsize.
34450 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34452         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
34454         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
34455         * csu/init-first.c: ... here.
34456         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
34457         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
34458         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
34459         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
34460         * sysdeps/i386/init-first.c: File removed.
34461         * sysdeps/sh/init-first.c: File removed.
34463 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
34465         [BZ #14645]
34466         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
34467         if x * y might underflow to zero and z is zero.
34468         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34469         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34470         * math/libm-test.inc (min_subnorm_value): New variable.
34471         (fma_test): Add more tests.
34472         (fma_test_towardzero): Likewise.
34473         (fma_test_downward): Likewise
34474         (fma_test_upward): Likewise.
34475         (initialize): Set min_subnorm_value.
34477 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
34479         [BZ #14638]
34480         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
34481         0 + 0.
34482         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
34483         mode for addition resulting in exact zero.
34484         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
34485         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
34486         exact 0 + 0.
34487         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
34488         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34489         * math/libm-test.inc (fma_test): Add more tests.
34490         (fma_test_towardzero): New function.
34491         (fma_test_downward): Likewise.
34492         (fma_test_upward): Likewise.
34493         (main): Call the new functions.
34495 2012-09-28  David S. Miller  <davem@davemloft.net>
34497         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
34499 2012-09-28  Roland McGrath  <roland@hack.frob.com>
34501         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
34502         instead of SIGALRM.
34504         * sysdeps/gnu/_G_config.h: Moved to ...
34505         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
34506         * sysdeps/mach/hurd/_G_config.h: Moved to ...
34507         * sysdeps/generic/_G_config.h: ... here.
34509         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
34511         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
34513         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
34514         Conditionalize target on [libnss_test1.so-version].
34516         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
34518         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
34519         (elfobjdir): Move out of conditionals.
34521         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
34522         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
34523         (__nss_lookup_function): Conditionalize label remove_from_tree on
34524         [!DO_STATIC_NSS || SHARED], matching its only use.
34526 2012-09-28  David S. Miller  <davem@davemloft.net>
34528         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
34529         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
34530         file.
34531         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34532         sysdep_routines.
34533         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34534         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
34535         when HWCAP_SPARC_CRYPTO is present.
34537 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34539         * io/tst-mknodat.c: Create a FIFO instead of a socket.
34541 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
34543         [BZ #6530]
34544         * stdio-common/vfprintf.c (process_string_arg): Revert
34545         2000-07-22 change.
34547 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
34549         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
34550         for testcase.
34551         * stdio-common/tst-sprintf.c: Include <locale.h>
34552         (main): Test sprintf's handling of incomplete multibyte
34553         characters.
34555 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
34557         * elf/dl-runtime.c (VERSYMIDX): Removed.
34558         * elf/dl-version.c (VERSYMIDX): Likewise.
34559         * elf/do-rel.h (VERSYMIDX): Likewise.
34560         (VALIDX): Likewise.
34561         * elf/dynamic-link.h (VERSYMIDX): Likewise.
34562         * elf/rtld.c (VALIDX): Likewise.
34563         (ADDRIDX): Likewise.
34564         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
34565         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
34566         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
34567         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
34568         (VALIDX): Likewise.
34569         (ADDRIDX): Likewise.
34571 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34573         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
34575 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
34577         [BZ #11438]
34578         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
34579         to global scope.
34580         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
34581         addresses are in the same scope as 192.0.2/24.
34582         * posix/gai.conf: Document new scope table defaults.
34584 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34586         [BZ #5298]
34587         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
34588         for ftell.  Compute offsets from write pointers instead.
34589         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34591 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34593         [BZ #14543]
34594         * libio/Makefile (tests): New test case tst-fseek.
34595         * libio/tst-fseek.c: New test case to verify that fseek/ftell
34596         combination works in wide mode.
34597         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
34598         state when the external buffer state changes.
34600 2012-09-27  David S. Miller  <davem@davemloft.net>
34602         [BZ #14376]
34603         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
34604         pass reloc->r_addend in as the 'high' argument to
34605         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
34607         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34609 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34611         * rt/tst-aio2.c: Include <pthread.h>.
34612         * rt/tst-aio3.c: Likewise.
34614 2012-09-27  Steve Ellcey  <sellcey@mips.com>
34616         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
34618 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
34620         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
34621         contents on [SHARED].
34623 2012-09-26  Marek Polacek  <polacek@redhat.com>
34625         [BZ #14530]
34626         [BZ #13741]
34627         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
34628         for C++ and GCC <4.3 as well as for non GCC compilers.
34630 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
34632         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34634 2012-09-25  Roland McGrath  <roland@hack.frob.com>
34636         * Makefile.in (all, install): Declare with .PHONY.
34637         Reported by Michael Hope <michael.hope@linaro.org>.
34639 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
34641         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
34642         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
34643         system header.
34644         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
34645         Likewise.
34646         (sydep_routines): Add the new and the internal functions.
34647         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
34648         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
34649         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
34650         (GLIBC_2.17): Add the new function.
34651         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
34652         (GLIBC_2.17): Likewise.
34653         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
34654         (GLIBC_2.17): Likewise.
34655         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
34656         (GLIBC_2.17): Likewise.
34657         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
34659 2012-09-25  Alan Modra  <amodra@gmail.com>
34661         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
34662         Add release barrier before setting once_control to say
34663         initialisation is done.  Add hints on lwarx.  Use macro in
34664         place of isync.
34665         (clear_once_control): Add release barrier.
34667 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
34669         [BZ #13629]
34670         * math/s_clog.c (__clog): Handle more values close to |z| = 1
34671         specially.
34672         * math/s_clog10.c (__clog10): Likewise.
34673         * math/s_clog10f.c (__clog10f): Likewise.
34674         * math/s_clog10l.c (__clog10l): Likewise.
34675         * math/s_clogf.c (__clogf): Likewise.
34676         * math/s_clogl.c (__clogl): Likewise.
34677         * math/Makefile (libm-calls): Add x2y2m1.
34678         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
34679         (__x2y2m1): Likewise.
34680         (__x2y2m1l): Likewise.
34681         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
34682         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
34683         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
34684         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
34685         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
34686         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
34687         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
34688         * sysdeps/i386/fpu/libm-test-ulps: Update.
34689         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34691         [BZ #14621]
34692         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
34693         int as type of variable DEPTH.
34694         (glob): Use size_t instead of int as type of variables NEWCOUNT
34695         and OLD_PATHC.
34697 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34699         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
34700         Add s_sincosf-sse2.
34701         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
34702         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
34703         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
34704         macros for using routine as __sincosf_ia32.
34705         Use macro for function declaration and weak_alias.
34706         * sysdeps/i386/fpu/libm-test-ulps: Update.
34708         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
34709         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34711         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
34712         subnormal argument.
34713         * math/s_cexpf.c (__cexpf): Likewise.
34714         * math/s_csinf.c (__csinf): Likewise.
34715         * math/s_csinhf.c (__csinhf): Likewise.
34716         * math/s_ctanf.c (__ctanf): Likewise.
34717         * math/s_ctanhf.c (__ctanhf): Likewise.
34718         * math/s_ccosh.c (__ccoshf): Likewise.
34719         * math/s_cexp.c (__cexpl): Likewise.
34720         * math/s_csin.c (__csin): Likewise.
34721         * math/s_csinh.c (__csinh): Likewise.
34722         * math/s_ctan.c (__ctan): Likewise.
34723         * math/s_ctanh.c (ctanh): Likewise.
34724         * math/s_ccoshl.c (__ccoshl): Likewise.
34725         * math/s_cexpl.c (__cexpl): Likewise.
34726         * math/s_csinl.c (__csinl): Likewise.
34727         * math/s_csinhl.c (__csinhl): Likewise.
34728         * math/s_ctanl.c (__ctanl): Likewise.
34729         * math/s_ctanhl.c (__ctanhl): Likewise.
34731 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
34733         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
34734         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
34735         (_IO_off_t): Define to __off_t, not _G_off_t.
34736         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
34737         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
34738         (_IO_wint_t): Define to wint_t, not _G_wint_t.
34739         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
34740         type of __dummy and __dummy2 fields.
34741         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
34742         (_G_ssize_t): Likewise.
34743         (_G_off_t): Likewise.
34744         (_G_pid_t): Likewise.
34745         (_G_uid_t): Likewise.
34746         (_G_wchar_t): Likewise.
34747         (_G_wint_t): Likewise.
34748         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
34749         (_G_ssize_t): Likewise.
34750         (_G_off_t): Likewise.
34751         (_G_pid_t): Likewise.
34752         (_G_uid_t): Likewise.
34753         (_G_wchar_t): Likewise.
34754         (_G_wint_t): Likewise.
34755         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
34756         (_G_ssize_t): Likewise.
34757         (_G_off_t): Likewise.
34758         (_G_pid_t): Likewise.
34759         (_G_uid_t): Likewise.
34760         (_G_wchar_t): Likewise.
34761         (_G_wint_t): Likewise.
34763 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
34765         * malloc/arena.c: Include malloc-sysdep.h.
34766         (shrink_heap): Use check_may_shrink_heap to decide if madvise
34767         is sufficient to shrink the heap or an unmap is needed.
34768         * sysdeps/generic/malloc-sysdep.h: New file.  Define
34769         new function check_may_shrink_heap.
34770         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
34771         new function check_may_shrink_heap.
34773 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
34775         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
34776         comments.
34778 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
34780         * catgets/test-gencat.sh: Add "set -e".
34781         * elf/tst-pathopt.sh: Likewise.
34782         * grp/tst_fgetgrent.sh: Likewise.
34783         * iconvdata/run-iconv-test.sh: Likewise.
34784         * intl/tst-gettext.sh: Likewise.
34785         * intl/tst-gettext2.sh: Likewise.
34786         * intl/tst-gettext4.sh: Likewise.
34787         * intl/tst-gettext6.sh: Likewise.
34788         * intl/tst-translit.sh: Likewise.
34789         * io/ftwtest-sh: Likewise.
34790         * libio/test-freopen.sh: Likewise.
34791         * malloc/tst-mtrace.sh: Likewise.
34792         * posix/globtest.sh: Likewise.
34793         * posix/tst-getconf.sh: Likewise.
34794         * posix/wordexp-tst.sh: Likewise.
34795         * stdio-common/tst-printf.sh: Likewise.
34796         * stdio-common/tst-unbputc.sh: Likewise.
34797         * stdlib/tst-fmtmsg.sh: Likewise.
34798         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
34799         * catgets/Makefile: Do not specify -e option when running
34800         testsuite shell scripts.
34801         * elf/Makefile: Likewise.
34802         * grp/Makefile: Likewise.
34803         * iconvdata/Makefile: Likewise.
34804         * intl/Makefile: Likewise.
34805         * io/Makefile: Likewise.
34806         * libio/Makefile: Likewise.
34807         * malloc/Makefile: Likewise.
34808         * posix/Makefile: Likewise.
34809         * stdio-common/Makefile: Likewise.
34810         * stdlib/Makefile: Likewise.
34811         * sysdeps/x86_64/Makefile: Likewise.
34813         * io/ftwtest-sh: Add copyright header.
34814         * posix/globtest.sh: Likewise.
34815         * posix/tst-getconf.sh: Likewise.
34816         * posix/wordexp-tst.sh: Likewise.
34817         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
34819 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
34821         [BZ #13679]
34822         * Makeconfig (+link): Defined as $(+link-static) if
34823         $(build-shared) isn't yes.
34824         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
34825         isn't yes.
34826         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
34828         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
34830         [BZ #14562]
34831         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
34832         new chunk size with MALLOC_ALIGN_MASK.
34834 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
34836         [BZ #5044]
34837         * stdio-common/printf_fphex.c: Include <stdbool.h> and
34838         <rounding-mode.h>.
34839         (__printf_fphex): Determine rounding using get_rounding_mode and
34840         round_away.
34841         * stdio-common/tst-printf-round.c (struct hex_test): New
34842         structure.
34843         (hex_tests): New variable.
34844         (test_hex_in_one_mode): New function.
34845         (do_test): Also run tests for hex float output.
34847 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
34849         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
34850         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
34851         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
34852         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
34853         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
34854         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
34855         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
34856         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
34858 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
34860         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
34861         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
34862         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
34863         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
34865 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
34867         [BZ #14579]
34868         * elf/rtld.c (dl_main): Limit the check for self loading to normal
34869         mode only.
34870         * elf/tst-rtld-load-self.sh: New test.
34871         * elf/Makefile: Run it.
34873 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
34875         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
34876         (tst-writev-ENV): Remove.
34877         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
34879 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
34881         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
34883 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
34885         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
34886         unconditional.
34887         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
34888         Likewise.
34889         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
34890         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
34891         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
34892         Likewise.
34894 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
34896         [BZ #14587]
34897         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
34898         * config.make.in (have-cpp-asm-debuginfo): Removed.
34899         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
34900         * configure: Regenerated.
34902 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
34904         [BZ #5044]
34905         * stdio-common/printf_fp.c: Include <stdbool.h> and
34906         <rounding-mode.h>.
34907         (___printf_fp): Determine rounding using get_rounding_mode and
34908         round_away.
34909         * stdio-common/tst-printf-round.c: New file.
34910         * stdio-common/Makefile (tests): Add tst-printf-round.
34911         (link-libm): New variable.
34912         ($(objpfx)tst-printf-round): Depend in $(link-libm).
34914 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
34916         [BZ #14576]
34917         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
34918         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
34919         Likewise.
34920         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
34921         Likewise.
34923 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
34925         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
34926         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34927         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34928         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34930 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
34932         [BZ #14518]
34933         * include/rounding-mode.h: New file.
34934         * sysdeps/generic/get-rounding-mode.h: Likewise.
34935         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
34936         * stdlib/strtod_l.c: Include <rounding-mode.h>.
34937         (MAX_VALUE): New macro.
34938         (MIN_VALUE): Likewise.
34939         (overflow_value): New function.
34940         (underflow_value): Likewise.
34941         (round_and_return): Use overflow_value and underflow_value to
34942         determine return values in overflow and underflow cases.  Use
34943         round_away to determine rounding depending on rounding mode.
34944         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
34945         determine return values in overflow and underflow cases.
34946         * stdlib/tst-strtod-round.c: Include <fenv.h>.
34947         (struct test_results): New structure.
34948         (struct test): Use struct test_results to store expected results
34949         for all rounding modes.
34950         (TEST): Include expected results for all rounding modes.
34951         (test_in_one_mode): New function.
34952         (do_test): Use test_in_one_mode to compute and check results.
34953         Check results for all rounding modes.
34954         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
34955         $(link-libm).
34957 2012-12-09  Allan McRae  <allan@archlinux.org>
34959         * sysdeps/i386/fpu/libm-test-ulps: Update
34961 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
34963         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
34964         (_G_int32_t): Likewise.
34965         (_G_uint16_t): Likewise.
34966         (_G_uint32_t): Likewise.
34967         (_G_HAVE_BOOL): Likewise.
34968         (_G_HAVE_ATEXIT): Likewise.
34969         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34970         (_G_HAVE_IO_FILE_OPEN): Likewise.
34971         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
34972         (_G_int32_t): Likewise.
34973         (_G_uint16_t): Likewise.
34974         (_G_uint32_t): Likewise.
34975         (_G_HAVE_BOOL): Likewise.
34976         (_G_HAVE_ATEXIT): Likewise.
34977         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34978         (_G_HAVE_IO_FILE_OPEN): Likewise.
34979         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
34980         (_G_int32_t): Likewise.
34981         (_G_uint16_t): Likewise.
34982         (_G_uint32_t): Likewise.
34983         (_G_HAVE_BOOL): Likewise.
34984         (_G_HAVE_ATEXIT): Likewise.
34985         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34986         (_G_HAVE_IO_FILE_OPEN): Likewise.
34988 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
34990         * csu/libc-tls.c: Update copyright years.
34992 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
34994         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
34995         [!_G_USING_THUNKS]: Remove conditional code.
34996         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
34997         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
34999         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
35000         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
35001         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35002         (_G_VTABLE_LABEL_PREFIX): Likewise.
35003         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35004         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35005         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35006         (_G_VTABLE_LABEL_PREFIX): Likewise.
35007         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
35008         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35009         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35010         (_G_VTABLE_LABEL_PREFIX): Likewise.
35011         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
35013 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
35015         * libio/Makefile: Include ../Makeconfig before tests.
35016         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
35017         only if $(build-shared) is yes.
35019         * iconv/gconv_db.c: Update copyright years.
35021 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35023         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
35024         unwind info if defined PIC. Fix special cases description.
35025         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
35027         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
35028         DP_HI_MASK entry.
35029         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
35031 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
35033         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
35035         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
35036         is NULL.
35038         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
35039         (LDLIBS-tst-chk4): This.
35040         (LDFLAGS-tst-chk5): Renamed to ...
35041         (LDLIBS-tst-chk5): This.
35042         (LDFLAGS-tst-chk6): Renamed to ...
35043         (LDLIBS-tst-chk6): This.
35044         (LDFLAGS-tst-lfschk4): Renamed to ...
35045         (LDLIBS-tst-lfschk4): This.
35046         (LDFLAGS-tst-lfschk5): Renamed to ...
35047         (LDLIBS-tst-lfschk5): This.
35048         (LDFLAGS-tst-lfschk6): Renamed to ...
35049         (LDLIBS-tst-lfschk6): This.
35051         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
35052         on $(common-objpfx)soversions.mk.
35054 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
35056         [BZ #10014]
35057         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
35058         example host name.
35060 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
35062         * malloc/arena.c (arena_get_retry): New function that gets
35063         another arena for the caller to try its request on.
35064         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
35065         current arena cannot fulfill the request.
35066         (__libc_memalign): Likewise.
35067         (__libc_memalign): Likewise.
35068         (__libc_pvalloc): Likewise.
35069         (__libc_calloc): Likewise.
35071 2012-09-05  John Tobey  <john.tobey@gmail.com>
35073         [BZ #13542]
35074         * manual/arith.texi (Operations on Complex): Fix description
35075         of carg branch cut.
35077 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
35079         [BZ #10014]
35080         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
35081         host name.
35083         [BZ #10038]
35084         * manual/memory.texi (Memory): Make order of menu items match
35085         order of sections.
35087 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35089         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
35090         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
35091         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
35093 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35095         * csu/libc-tls.c (static_dtv): Renamed to ...
35096         (_dl_static_dtv): This.  Make it global.
35097         (_dl_initial_dtv): Removed.
35098         (__libc_setup_tls): Updated.
35099         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
35100         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
35101         DL_INITIAL_DTV.
35103 2012-09-06  Petr Machata  <pmachata@redhat.com>
35105         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
35106         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
35107         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
35108         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
35110 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35112         [BZ #14545]
35113         * csu/libc-tls.c (_dl_initial_dtv): New variable.
35114         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
35115         freeing dtv[-1].
35117 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35119         [BZ #14544]
35120         * Makeconfig (link-static-before-libc): Replace $(+prector)
35121         with $(+prectorT).
35122         (link-static-after-libc): Replace $(+postctor) with
35123         $(+postctorT).
35124         (link-bounded): Replace $(+prector)/$(+postctor) with
35125         $(+prectorT)/$(+postctorT).
35126         (+prectorT): New macro.
35127         (+postctorT): Likewise.
35129 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
35131         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
35132         (round_str): Handle values above the maximum for IBM long double
35133         as inexact.
35134         * stdlib/tst-strtod-round.c (tests): Regenerated.
35136 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35138         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
35139         assembler flag.
35140         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
35141         zarch_nohighgprs around the zarch optimized routines.
35142         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
35143         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
35144         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
35145         for zarch.
35147 2012-09-05  David S. Miller  <davem@davemloft.net>
35149         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35151         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
35152         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
35153         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
35154         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
35155         entries.
35157 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35159         * malloc/arena.c: Fold copyright years.
35160         * malloc/mcheck.c, malloc/memusage.c: Likewise.
35162 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35164         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
35166 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35168         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
35170 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35172         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
35173         change internal state upon failure.
35175 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35177         * malloc/mcheck.c (mcheck_check_all): Fix typo.
35178         * malloc/memusage.c (mmap): Likewise.
35179         (mmap64, mremap): Likewise.  Adjust name in comment.
35181 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
35183         * libio/fileops.c: Fix typos in comments.
35184         * libio/oldfileops.c: Likewise.
35185         * libio/wfileops.c: Likewise.
35187 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
35189         [BZ #1349]
35190         * malloc/Makefile (tests): Add tst-malloc-usable test case.
35191         (tst-malloc-usable-ENV): Set environment for test case.
35192         * malloc/hooks.c (malloc_check_get_size): New function to get
35193         requested size.
35194         * malloc/malloc.c (musable): Use malloc_check_get_size.
35195         * malloc/tst-malloc-usable.c: New test case.
35197 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
35199         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
35201 2012-09-05  Allan McRae  <allan@archlinux.org>
35203         [BZ #13966]
35204         * configure.in (CXX_SYSINCLUDES): Use compiler output to
35205         determine header location.
35206         * configure: Regenerated.
35208 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
35210         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
35211         float format.
35212         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
35213         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
35214         format.
35215         (test): Regenerate.
35217 2012-09-04  David S. Miller  <davem@davemloft.net>
35219         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
35220         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
35221         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
35223 2012-09-04  Florian Weimer  <fweimer@redhat.com>
35225         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
35226         failures.
35228         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
35230 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
35232         [BZ #9914]
35233         * libio/iogetdelim.c: Include <limits.h>.
35234         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
35235         + len + 1 would overflow.
35237 2012-09-03  Andreas Jaeger  <aj@suse.de>
35239         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35240         * sysdeps/i386/fpu/libm-test-ulps: Update.
35242 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35244         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
35245         Add s_sinf-sse2, s_conf-sse2.
35247         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
35248         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
35249         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
35250         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
35252         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
35253         for using routine as __sinf_ia32.
35254         Use macro for function declaration and weak_alias.
35255         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
35256         for using routine as __cosf_ia32.
35257         Use macro for function declaration and weak_alias.
35259         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
35260         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
35262         * sysdeps/x86_64/fpu/s_sinf.S: New file.
35263         * sysdeps/x86_64/fpu/s_cosf.S: New file.
35264         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35266         * math/libm-test.inc (cos_test): Add more test cases.
35267         (sin_test): Likewise.
35268         (sincos_test): Likewise.
35270 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35272         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
35273         (IFUNC_RESOLVE): Make pointers to the specialized implementations
35274         hidden.
35275         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
35277 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
35279         [BZ #14538]
35280         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
35281         first element of the GOT.
35282         (elf_machine_load_address): Return the difference between
35283         the runtime address of _DYNAMIC and elf_machine_dynamic ().
35285 2012-09-01  Allan McRae  <allan@archlinux.org>
35287         [BZ #13412]
35288         * configure.in (AWK): Require gawk version 3.0 or later.
35289         * configure: Regenerated.
35291 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
35293         * sysdeps/unix/sysv/linux/kernel-features.h
35294         (__ASSUME_POSIX_CPU_TIMERS): Remove.
35295         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
35296         [__NR_clock_getres]: Make code unconditional.
35297         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
35298         (clock_getcpuclockid): Remove code left unreachable by removal of
35299         conditionals.
35300         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
35301         code unconditional.
35302         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35303         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35304         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
35305         Make code unconditional.
35306         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35307         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35308         * sysdeps/unix/sysv/linux/clock_settime.c
35309         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
35310         conditional code.
35311         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
35312         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35314 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
35316         [BZ #14476]
35317         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
35318         scripts/test-installation.pl.
35320         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
35321         and $ld_so_version if it is set.
35323 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
35325         [BZ #14516]
35326         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
35327         failure if reading from procfs failed.
35328         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
35330 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
35332         * sysdeps/unix/sysv/linux/kernel-features.h
35333         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
35334         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35335         Remove conditional code.
35336         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35337         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
35338         Remove conditional code.
35339         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35340         * sysdeps/unix/sysv/linux/i386/fxstat.c
35341         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35342         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35343         * sysdeps/unix/sysv/linux/i386/fxstatat.c
35344         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35345         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35346         * sysdeps/unix/sysv/linux/i386/lxstat.c
35347         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35348         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35349         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
35350         Remove conditional code.
35351         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35352         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35353         Remove conditional code.
35354         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35355         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
35356         <kernel-features.h>.
35357         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
35358         Remove.
35359         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
35360         Remove conditional code.
35361         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35362         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
35363         Remove conditional.
35365 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
35367         [BZ #5400]
35368         * NEWS: Add fixed bug number.
35370 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
35372         [BZ #14519]
35373         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
35374         underflowing exponent in case of negative sign.
35375         * stdlib/tst-strtod-round-data: Add more tests.
35376         * stdlib/tst-strtod-round.c (tests): Regenerated.
35378         [BZ #3479]
35379         * stdlib/strtod_l.c (NDIG): Remove.
35380         (HEXNDIG): Likewise.
35381         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
35382         smallest representable value.
35383         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
35384         lie within an exact representation of 1/2 ulp of the result.
35385         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
35386         unconditionally.
35387         (TENS_P9_IDX): Define unconditionally.
35388         (TENS_P9_SIZE): Likewise.
35389         (TENS_P10_IDX): Likewise.
35390         (TENS_P10_SIZE): Likewise.
35391         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
35392         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
35393         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
35394         entries for 10^2^13 and 10^2^14.
35395         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
35396         (TENS_P13_IDX): Define.
35397         (TENS_P13_SIZE): Likewise.
35398         (TENS_P14_IDX): Likewise.
35399         (TENS_P14_SIZE): Likewise.
35400         (_fpioconst_pow10): Change array size to
35401         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
35402         unconditional.
35403         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
35404         1024]: Add entries for 10^2^13 and 10^2^14.
35405         [LAST_POW10 > _LAST_POW10]: Remove #error.
35406         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
35407         (_fpioconst_pow10): Change array size to
35408         FPIOCONST_POW10_ARRAY_SIZE.
35409         * stdlib/gen-fpioconst.c: New file.
35410         * stdlib/gen-tst-strtod-round.c: Likewise.
35411         * stdlib/tst-strtod-round-data: Likewise.
35412         * stdlib/tst-strtod-round.c: Likewise.
35413         * stdlib/Makefile (tests): Add tst-strtod-round.
35415         [BZ #14459]
35416         * stdlib/strtod_l.c: Include <stdint.h>.
35417         (NDEBUG): Do not define.
35418         (round_and_return): Change EXPONENT parameter to type intmax_t.
35419         Rearrange calculations to avoid internal overflow possibilities.
35420         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
35421         Rearrange calculations to avoid internal overflow possibilities.
35422         Assert that number fits inside MPNSIZE limbs.
35423         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
35424         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
35425         calculations and add assertions to avoid internal overflow
35426         possibilities.  Add casts to avoid signed/unsigned operations.
35427         * stdlib/tst-strtod-overflow.c: New file.
35428         * stdlib/Makefile (tests): Add tst-strtod-overflow.
35430 2012-08-25  Marek Polacek  <polacek@redhat.com>
35432         * time/time.h: Fix some typos in comments.
35434 2012-08-23  Roland McGrath  <roland@hack.frob.com>
35436         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
35437         * posix/tst-rfc3484-2.c: Likewise.
35438         * posix/tst-rfc3484-3.c: Likewise.
35440 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
35442         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
35443         (EF_ARM_ABI_FLOAT_HARD): Likewise.
35445 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
35447         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
35448         #include of fxstatat64.c.
35450 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35452         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
35453         * shadow/getspent_r.c: Likewise.
35454         * shadow/getspnam.c: Likewise.
35455         * shadow/getspnam_r.c: Likewise.
35456         * gshadow/getsgent.c: Likewise.
35457         * gshadow/getsgent_r.c: Likewise.
35458         * gshadow/getsgnam.c: Likewise.
35459         * gshadow/getsgnam_r.c: Likewise.
35460         * inet/getnetbyad.c: Likewise.
35461         * inet/getnetbyad_r.c: Likewise.
35462         * inet/getnetbynm.c: Likewise.
35463         * inet/getnetbynm_r.c: Likewise.
35464         * inet/getnetent.c: Likewise.
35465         * inet/getnetent_r.c: Likewise.
35466         * inet/getproto.c: Likewise.
35467         * inet/getproto_r.c: Likewise.
35468         * inet/getprtent.c: Likewise.
35469         * inet/getprtent_r.c: Likewise.
35470         * inet/getprtname.c: Likewise.
35471         * inet/getprtname_r.c: Likewise.
35472         * inet/getrpcbyname.c: Likewise.
35473         * inet/getrpcbyname_r.c: Likewise.
35474         * inet/getrpcbynumber.c: Likewise.
35475         * inet/getrpcbynumber_r.c: Likewise.
35476         * inet/getrpcent.c: Likewise.
35477         * inet/getrpcent_r.c: Likewise.
35478         * inet/getaliasent.c: Likewise.
35479         * inet/getaliasent_r.c: Likewise.
35480         * inet/getaliasname.c: Likewise.
35481         * inet/getaliasname_r.c: Likewise.
35482         * nscd/getgrgid_r.c: Likewise.
35483         * nscd/getgrnam_r.c: Likewise.
35484         * nscd/gethstbyad_r.c: Likewise.
35485         * nscd/gethstbynm3_r.c: Likewise.
35486         * nscd/getpwnam_r.c: Likewise.
35487         * nscd/getpwuid_r.c: Likewise.
35488         * nscd/getsrvbynm_r.c: Likewise.
35489         * nscd/getsrvbypt_r.c: Likewise.
35490         * nscd/gai.c: Likewise.
35492         * configure.in (build_nscd): New substituted variable, set
35493         by --disable-build-nscd and defaults to $use_nscd.
35494         * configure: Regenerated.
35495         * config.make.in (build-nscd): New substituted variable.
35496         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
35497         Change conditional to require [$(build-nscd) = yes] as well.
35498         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
35500         [BZ# 13696]
35501         * configure.in (use_nscd): New substituted variable, set by
35502         --disable-nscd.  If enabled, define USE_NSCD.
35503         * configure: Regenerated.
35504         * config.h.in: Add USE_NSCD.
35505         * config.make.in (use-nscd): New substituted variable.
35506         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
35507         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
35508         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
35509         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
35510         (CFLAGS-getgrnam_r.c): Likewise.
35511         (CFLAGS-initgroups.c): Likewise.
35512         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
35513         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
35514         Variables removed.
35515         * inet/getnetgrent_r.c
35516         (nscd_setnetgrent): New function, broken out of ...
35517         (setnetgrent): ... here.  Call it.
35518         (innetgr): Conditionalize nscd bits on [USE_NSCD].
35519         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
35520         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
35521         * nscd/Makefile (routines, aux): Move definitions after include of
35522         Makeconfig.  Conditionalize on [$(use-nscd) != no].
35523         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
35524         Conditionalize on [USE_NSCD].
35525         (is_nscd, nscd_init_cb): Likewise.
35526         (nss_load_library): Conditionalize init callback on [USE_NSCD].
35527         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
35528         * nss/nss_db/db-init.c: Likewise.
35529         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
35530         [USE_NSCD].
35531         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
35532         (make_request): Use it.
35533         (cache_valid_p): New function.
35534         (__check_pf): Use it.
35535         * NEWS: Add item for --disable-nscd.
35537 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
35539         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
35540         to support sed >= 4.2.1-20-ga9bf076.
35541         * configure: Regenerated.
35543 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35545         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
35546         Conditionalize whole body on [IREL].
35548 2012-08-22  Jeff Law <law@redhat.com>
35550         [BZ #14505]
35551         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
35552         if the family is PF_UNSPEC.
35554 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
35556         * Makerules (lib-version): Rename from V.
35557         (install-lib-nosubdir): Change V to lib-version.
35559 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
35561         [BZ #14252]
35562         * powerpc32/power6/wcschr.c: New file.
35563         * powerpc32/power6/wcscpy.c: New file.
35564         * powerpc32/power6/wcsrchr.c: New file.
35565         * powerpc64/power6/wcschr.c: New file.
35566         * powerpc64/power6/wcscpy.c: New file.
35567         * powerpc64/power6/wcsrchr.c: New file.
35569 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35571         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
35572         (two_way_short_needle): Use it.
35573         * string/strstr.c (AVAILABLE1_USES_J): Define.
35574         * string/strcasestr.c: Likewise.
35576         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
35577         array references.
35578         * string/strcasestr.c (TOLOWER): Make side-effect safe.
35580         [BZ #11607]
35581         * NEWS: Add an entry.
35582         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
35583         define their defaults.
35584         (two_way_short_needle): Detect end-of-string on-the-fly.
35585         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
35586         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
35587         * string/bug-strcasestr1.c: New test.
35588         * string/Makefile: Run it.
35590 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35592         [BZ #11607]
35593         * string/str-two-way.h (two_way_short_needle): Optimize matching of
35594         the first character.
35596 2012-08-21  Roland McGrath  <roland@hack.frob.com>
35598         * csu/elf-init.c (__libc_csu_irel): Function removed.
35599         * csu/libc-start.c (apply_irel): New function.
35600         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
35602 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
35604         * sysdeps/unix/sysv/linux/kernel-features.h
35605         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
35606         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
35607         <kernel-features.h>.
35608         [__NR_fadvise64_64]: Make code unconditional.
35609         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
35610         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35611         !__NR_fadvise64_64)]: Likewise.
35612         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35613         !__NR_fadvise64_64))]: Likewise.
35614         [__NR_fadvise64]: Make code unconditional.
35615         [!__NR_fadvise64]: Remove conditional code.
35616         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
35617         <kernel-features.h>.
35618         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35619         unconditional.
35620         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35621         conditional code.
35622         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
35623         not include <kernel-features.h>.
35624         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35625         unconditional.
35626         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35627         conditional code.
35628         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
35629         include <kernel-features.h>.
35630         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35631         unconditional.
35632         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35633         conditional code.
35635 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
35637         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
35638         slight instruction rearrangements per scrollpipe analysis.
35639         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
35641 2012-08-20  Roland McGrath  <roland@hack.frob.com>
35643         * manual/syslog.texi (syslog; vsyslog, closelog):
35644         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
35645         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
35647         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
35648         DSOCAPS to match condition on defining it.
35650 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
35652         * sysdeps/unix/sysv/linux/kernel-features.h
35653         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
35654         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
35655         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35656         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35657         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
35658         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35659         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35660         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
35661         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35662         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35664         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
35665         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
35667         * sysdeps/unix/sysv/linux/kernel-features.h
35668         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
35669         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
35670         unconditional.
35671         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35672         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
35673         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35674         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35675         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
35676         Make code unconditional.
35677         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35678         (__mmap64) [!__NR_mmap2]: Likewise.
35679         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
35680         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35681         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35682         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
35683         [__NR_mmap2]: Make code unconditional.
35684         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35685         (__mmap64) [!__NR_mmap2]: Likewise.
35687 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35689         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
35691 2012-08-18  Andreas Jaeger  <aj@suse.de>
35693         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
35695 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
35697         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
35698         * include/unistd.h (__have_sock_cloexec): Likewise.
35699         (__have_pipe2): Likewise.
35700         (__have_dup3): Likewise.
35702 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
35704         [BZ #9685]
35705         * include/unistd.h (__have_pipe2): Change define into an extern int.
35706         (__have_dup3): Likewise.
35707         * socket/have_sock_cloexec.c: Include fcntl.h.
35708         (__have_pipe2): New variable.
35709         (__have_dup3): Likewise.
35711 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
35713         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
35715 2012-08-17  Marek Polacek  <polacek@redhat.com>
35717         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
35718         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
35720 2012-08-17  Roland McGrath  <roland@hack.frob.com>
35722         * configure.in: Add AC_SUBST for sysheaders.
35723         * configure: Regenerated.
35724         * config.make.in (sysheaders): New substituted variable.
35726         * sysdeps/unix/mkfifo.c: Moved ...
35727         * sysdeps/posix/mkfifo.c: ... here.
35728         * sysdeps/unix/mkfifoat.c: Moved ...
35729         * sysdeps/posix/mkfifoat.c: ... here.
35731         * sysdeps/unix/utime.c: Moved ...
35732         * sysdeps/posix/utime.c: ... here.
35734         * sysdeps/unix/time.c: Moved ...
35735         * sysdeps/posix/time.c: ... here.
35736         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
35737         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
35739         * sysdeps/unix/nice.c: Moved ...
35740         * sysdeps/posix/nice.c: ... here.
35742         * sysdeps/unix/alarm.c: Moved ...
35743         * sysdeps/posix/alarm.c: ... here.
35745         * intl/Makefile ($(codeset_mo)): Depend on the input file.
35747 2012-08-17  Jeff Law <law@redhat.com>
35749         * intl/Makefile (codeset_mo): New variable.
35750         ($(codeset_mo)): New target.
35751         (tst-codeset.out): Depend on that.  Remove explicit rule.
35752         (tst-gettext3.out, tst-gettext5.out): Likewise.
35753         (LOCPATH-ENV, tst-codeset-ENV): New variables.
35754         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
35755         * intl/tst-codeset.sh: Remove.
35756         * intl/tst-gettext3.sh: Likewise.
35757         * intl/tst-gettext5.sh: Likewise.
35759 2012-08-17  Roland McGrath  <roland@hack.frob.com>
35761         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
35762         * sysdeps/unix/syscalls.list: ... here.
35764         * sysdeps/posix/getaddrinfo.c
35765         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
35766         (gaiconf_init, gaiconf_reload): Use them.
35767         [!_STATBUF_ST_NSEC]
35768         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
35769         Define using time_t rather than struct timespec.
35771         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
35772         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
35773         Macros removed.
35774         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
35775         [!NO_THREADS].
35776         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
35777         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
35778         Likewise.
35780         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
35781         __libc_cleanup_push argument.
35783         * bits/param.h: New file.
35784         * misc/sys/param.h: New file.
35785         * include/sys/param.h: New file.
35786         * misc/Makefile (headers): Add bits/param.h.
35787         * sysdeps/generic/sys/param.h: File removed.
35788         * sysdeps/unix/sysv/linux/bits/param.h: New file.
35789         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
35790         * sysdeps/mach/hurd/bits/param.h: New file.
35791         * sysdeps/mach/hurd/sys/param.h: File removed.
35793         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
35794         last change.
35796         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
35797         [_IO_MTSAFE_IO].
35798         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
35799         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
35800         New macros.
35802         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
35803         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
35804         rather than -D_IO_MTSAFE_IO conditionally.
35805         * stdio-common/Makefile (CPPFLAGS): Likewise.
35806         * wcsmbs/Makefile (CPPFLAGS): Likewise.
35807         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
35808         Use $(libio-mtsafe).
35809         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
35810         of -D_IO_MTSAFE_IO.
35811         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
35812         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
35813         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
35814         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
35815         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
35816         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
35817         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
35818         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
35819         (CFLAGS-fread_u_chk.c): Likewise.
35820         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
35821         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
35822         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
35823         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
35824         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
35825         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
35826         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
35827         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
35828         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
35830         * libio/Makefile: Test [$(libc-reentrant) = yes]
35831         instead of [$(filter %REENTRANT, $(defines)) nonempty].
35833         * Makeconfig
35834         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
35835         * sysdeps/pthread/configure: File removed.
35836         * sysdeps/pthread/Makeconfig: New file.
35837         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
35838         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
35840 2012-08-16  Gary Benson  <gbenson@redhat.com>
35842         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
35843         unmapping the first object in a namespace.
35845 2012-08-16  Roland McGrath  <roland@hack.frob.com>
35847         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
35848         (__internal_setnetgrent): ... this.  Add internal_function to
35849         definition.  Add libc_hidden_def.
35850         (setnetgrent): Update caller.
35851         (internal_endnetgrent): Renamed to ...
35852         (__internal_endnetgrent): ... this.  Add internal_function to
35853         definition.  Add libc_hidden_def.
35854         (endnetgrent): Update caller.
35855         (internal_getnetgrent_r): Renamed to ...
35856         (__internal_getnetgrent_r): ... this.  Add internal_function to
35857         definition.  Add libc_hidden_def.
35858         (__getnetgrent_r): Update caller.
35859         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
35861 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
35863         * stdlib/longlong.h: Update from GCC.
35865 2012-08-16  Roland McGrath  <roland@hack.frob.com>
35867         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
35868         on _QL, which is set by umul_ppmm but never used.
35869         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
35870         variables, which are set by GMP macros but never used.
35871         * stdio-common/_itowa.c (_itowa): Likewise.
35872         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
35873         * stdlib/mod_1.c (mpn_mod_1): Likewise.
35875 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
35877         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
35878         struct La_sh_regs is not constant.
35879         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
35880         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
35881         and struct La_sparc64_regs are not constant.
35883 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
35885         * sysdeps/unix/sysv/linux/kernel-features.h
35886         (__ASSUME_POSIX_TIMERS): Remove.
35887         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
35888         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35889         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
35890         Make code unconditional.
35891         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35892         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
35893         Make code unconditional.
35894         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35895         * sysdeps/unix/sysv/linux/clock_nanosleep.c
35896         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
35897         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35898         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
35899         Make code unconditional.
35900         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35901         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
35902         (__libc_missing_posix_timers): Remove.
35904 2012-08-15  Roland McGrath  <roland@hack.frob.com>
35906         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
35907         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
35909         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
35911         * elf/dl-sym.c: Include <stdlib.h>.
35913         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
35914         constants, which avoids warnings in 32-bit builds.
35916         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
35917         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
35919         * misc/lseek.c: File moved to ...
35920         * io/lseek.c: ... here.
35922         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
35924         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
35925         shifting LEN more than 31 bits at once.
35927 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35929         [BZ #14195]
35930         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
35931         segmentation fault for a case of two empty input strings.
35932         * string/test-strncasecmp.c (check1): Renamed to...
35933         (bz12205): ...this.
35934         (bz14195): Add new testcase for two empty input strings and N > 0.
35935         (test_main): Call new testcase, adapt for renamed function.
35937 2012-08-15  Andreas Jaeger  <aj@suse.de>
35939         [BZ #14090]
35940         * crypt/md5test2.c: New test, based on test supplied by Serge
35941         Belyshev <belyshev@depni.sinp.msu.ru>.
35942         * crypt/Makefile (xtests): Add md5test-giant..
35943         * crypt/Makefile ($(objpfx)md5test-giant): Add.
35945 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
35947         [BZ #14090]
35948         * crypt/md5.c (md5_process_block): Don't assume the buffer
35949         length is less than 2**32.
35950         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
35951         length is less than 2**64.
35953 2012-08-15  Roland McGrath  <roland@hack.frob.com>
35955         * string/str-two-way.h: Include <sys/param.h>.
35956         (MAX): Macro removed.
35958         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
35959         Move #define and #undef of memmove to just before and after
35960         including <string.h>.
35962         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
35963         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
35964         and after including <string.h>.  Move declarations of
35965         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
35966         to before #include "string/memmove.c".
35968         * include/dirent.h: Declare __getdirentries.
35970         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
35971         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
35973 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
35975         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
35976         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
35977         * sysdeps/i386/configure: Regenerated.
35978         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
35979         STABS_CURRENT_FILE, and STABS_FUN.
35980         (END): Remove call to STABS_FUN_END.
35981         (STABS_CURRENT_FILE1): Delete.
35982         (STABS_CURRENT_FILE): Likewise.
35983         (STABS_FUN): Likewise.
35984         (STABS_FUN_END): Likewise.
35985         (STABS_FUN2): Likewise.
35986         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
35987         * sysdeps/x86_64/configure: Regenerated.
35989 2012-08-14  Roland McGrath  <roland@hack.frob.com>
35991         * elf/dl-open.c: Include <atomic.h>.
35992         * elf/dl-lookup.c: Likewise.
35994 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
35996         * sysdeps/unix/sysv/linux/kernel-features.h
35997         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
35998         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
35999         unconditionally.
36000         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
36001         unconditionally.
36002         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
36003         condition on __ASSUME_CLONE_THREAD_FLAGS.
36005 2012-08-14  Andreas Jaeger  <aj@suse.de>
36007         * sysdeps/i386/fpu/libm-test-ulps: Update.
36009 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
36011         * include/atomic.h (atomic_exchange_and_add): Split into ...
36012         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
36013         New atomic macros.
36015 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
36017         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36019 2012-08-13  Jeff Law <law@redhat.com>
36021         * manual/stdio.texi (snprintf): Clarify handling of the trailing
36022         null byte in the output string.
36024 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
36026         * sysdeps/unix/sysv/linux/kernel-features.h
36027         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
36028         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
36029         (__ASSUME_ARG_MAX_STACK_BASED): Define.
36030         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
36031         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
36032         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
36033         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
36035 2012-08-09  Jeff Law <law@redhat.com>
36037         [BZ #13939]
36038         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
36039         When avoid_arena is set, don't retry in the that arena.  Pick the
36040         next one, whatever it might be.
36041         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
36042         (arena_lock): Pass in new parameter to arena_get2.
36043         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
36044         arena_get2.
36045         (__libc_malloc): Unify retrying after main arena failure with
36046         __libc_memalign version.
36047         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
36049 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
36051         [BZ #14166]
36052         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
36053         to __redirect_strstr.
36054         (__strstr_sse42): Use typeof __redirect_strstr.
36055         (__strstr_ia32): Likewise.
36056         (__libc_strstr): New prototype.
36057         (strstr): Renamed to ...
36058         (__libc_strstr): This.
36059         (strstr): New strong alias of __libc_strstr.
36060         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
36061         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
36062         __redirect_time.
36063         Include <time.h>.
36064         (__libc_time): New prototype.
36065         (time_ifunc): Replace time with __libc_time.
36066         (time): New strong alias and hidden definition of __libc_time.
36067         (__GI_time): Remove strong alias.
36068         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
36069         Include <stddef.h>.
36070         (memmove): Redefined to __redirect_memmove.
36071         (__memmove_sse2): Use typeof __redirect_memmove.
36072         (__memmove_ssse3): Likewise.
36073         (__memmove_ssse3_back): Likewise.
36074         (__libc_memmove): New prototype.
36075         (memmove): Renamed to ...
36076         (__libc_memmove): This.
36077         (memmove): New strong alias of __libc_memmove.
36079 2012-08-08  Mark Salter  <msalter@redhat.com>
36081         * elf/elf.h
36082         (R_MN10300_TLS_GD): Define.
36083         (R_MN10300_TLS_LD): Likewise.
36084         (R_MN10300_TLS_LDO): Likewise.
36085         (R_MN10300_TLS_GOTIE): Likewise.
36086         (R_MN10300_TLS_IE): Likewise.
36087         (R_MN10300_TLS_LE): Likewise.
36088         (R_MN10300_TLS_DTPMOD): Likewise.
36089         (R_MN10300_TLS_DTPOFF): Likewise.
36090         (R_MN10300_TLS_TPOFF): Likewise.
36091         (R_MN10300_SYM_DIFF): Likewise.
36092         (R_MN10300_ALIGN): Likewise.
36093         (R_MN10300_NUM): Update.
36095 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
36097         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
36098         Remove.
36100 2012-08-08  Roland McGrath  <roland@hack.frob.com>
36102         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
36104         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
36105         sysdeps/unix -> sysdeps/posix move.
36106         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
36108 2012-08-07      Allan McRae     <allan@archlinux.org>
36110         [BZ #14303]
36111         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
36112         (SUNOS_CPP): Likewise.
36113         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
36114         not found.
36115         (open_input): Call CPP using execvp.
36117 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
36119         * sysdeps/unix/sysv/linux/kernel-features.h
36120         (__ASSUME_PROT_GROWSUPDOWN): Remove.
36121         (__ASSUME_NO_CLONE_DETACHED): Likewise.
36122         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36123         (__ASSUME_WAITID_SYSCALL): Likewise.
36124         * sysdeps/unix/sysv/linux/dl-execstack.c
36125         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
36126         code unconditional.
36127         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
36128         conditional code.
36129         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
36130         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
36131         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
36132         code.
36133         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
36134         unconditional.
36135         [__ASSUME_WAITID_SYSCALL]: Likewise.
36136         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
36138 2012-08-07  Roland McGrath  <roland@hack.frob.com>
36140         * sysdeps/unix/closedir.c: Renamed to ...
36141         * sysdeps/posix/closedir.c: ... here.
36142         * sysdeps/unix/dirfd.c: Renamed to ...
36143         * sysdeps/posix/dirfd.c: ... here.
36144         * sysdeps/unix/dirstream.h: Renamed to ...
36145         * sysdeps/posix/dirstream.h: ... here.
36146         * sysdeps/unix/fdopendir.c: Renamed to ...
36147         * sysdeps/posix/fdopendir.c: ... here.
36148         * sysdeps/unix/opendir.c: Renamed to ...
36149         * sysdeps/posix/opendir.c: ... here.
36150         * sysdeps/unix/readdir.c: Renamed to ...
36151         * sysdeps/posix/readdir.c: ... here.
36152         * sysdeps/unix/readdir_r.c: Renamed to ...
36153         * sysdeps/posix/readdir_r.c: ... here.
36154         * sysdeps/unix/rewinddir.c: Renamed to ...
36155         * sysdeps/posix/rewinddir.c: ... here.
36156         * sysdeps/unix/seekdir.c: Renamed to ...
36157         * sysdeps/posix/seekdir.c: ... here.
36158         * sysdeps/unix/telldir.c: Renamed to ...
36159         * sysdeps/posix/telldir.c: ... here.
36160         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
36161         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
36162         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
36163         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
36165         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
36166         * bits/fcntl.h: ... here.
36168         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
36169         not 0.
36170         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
36171         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
36172         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
36173         (struct flock): Move l_start, l_len to the beginning.
36174         Use __pid_t for l_pid.
36175         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
36176         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
36177         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
36178         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
36179         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
36180         [__USE_LARGEFILE64] (struct flock64): New type.
36181         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
36183         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
36184         * bits/dirent.h: ... here.
36186         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
36187         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
36189 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
36191         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36192         Change from 2.6.0 to 2.6.16.
36193         * sysdeps/unix/sysv/linux/configure: Regenerated.
36194         * sysdeps/unix/sysv/linux/kernel-features.h
36195         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
36196         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
36197         version.
36198         (__ASSUME_UTIMES): Likewise.
36199         (__ASSUME_CLONE_STOPPED): Remove.
36200         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
36201         architectures, not kernel version.
36202         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
36203         (__ASSUME_NO_CLONE_DETACHED): Likewise.
36204         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36205         (__ASSUME_WAITID_SYSCALL): Likewise.
36206         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
36207         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
36208         * README: State 2.6.16 as minimum Linux kernel version.  Do not
36209         refer to older versions.
36211 2012-08-06  Roland McGrath  <roland@hack.frob.com>
36213         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
36214         Define alphasort64 as an alias.
36215         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
36216         Define versionsort64 as an alias.
36217         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
36218         Define scandir64 as an alias.
36219         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
36220         Define scandirat64 as an alias.
36221         * dirent/alphasort64.c (alphasort64):
36222         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
36223         * dirent/versionsort64.c: Likewise.
36224         * dirent/scandir64.c: Likewise.
36225         * dirent/scandirat64.c: Likewise.
36226         * sysdeps/wordsize-64/alphasort.c: File removed.
36227         * sysdeps/wordsize-64/alphasort64.c: File removed.
36228         * sysdeps/wordsize-64/scandir.c: File removed.
36229         * sysdeps/wordsize-64/scandir64.c: File removed.
36230         * sysdeps/wordsize-64/scandirat.c: File removed.
36231         * sysdeps/wordsize-64/scandirat64.c: File removed.
36232         * sysdeps/wordsize-64/versionsort.c: File removed.
36233         * sysdeps/wordsize-64/versionsort64.c: File removed.
36234         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
36235         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
36236         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
36237         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
36238         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
36239         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
36240         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
36241         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
36243         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
36244         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36245         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
36246         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36247         [defined __arch64__ || defined __sparcv9]
36248         (__INO_T_MATCHES_INO64_T): New macro.
36249         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36250         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
36251         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
36252         * sysdeps/unix/sysv/linux/bits/dirent.h
36253         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
36254         (_DIRENT_MATCHES_DIRENT64): New macro.
36256         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
36257         Define lockf64 as an alias.
36258         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
36259         Define fseeko64 as an alias.
36260         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
36261         Define ftello64 as an alias.
36262         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
36263         Define _IO_fgetpos64 and fgetpos64 as aliases.
36264         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
36265         Define _IO_fsetpos64 and fsetpos64 as aliases.
36266         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
36267         Conditionalize body on this.
36268         * libio/fseeko64.c: Likewise.
36269         * libio/ftello64.c: Likewise.
36270         * libio/iofgetpos64.c: Likewise.
36271         * libio/iofsetpos64.c: Likewise.
36272         * sysdeps/wordsize-64/lockf.c: File removed.
36273         * sysdeps/wordsize-64/lockf64.c: File removed.
36274         * sysdeps/wordsize-64/fseeko.c: File removed.
36275         * sysdeps/wordsize-64/fseeko64.c: File removed.
36276         * sysdeps/wordsize-64/ftello.c: File removed.
36277         * sysdeps/wordsize-64/ftello64.c: File removed.
36278         * sysdeps/wordsize-64/iofgetpos.c: File removed.
36279         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
36280         * sysdeps/wordsize-64/iofsetpos.c: File removed.
36281         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
36282         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
36283         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
36284         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
36285         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
36286         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
36287         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
36288         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
36289         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
36290         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
36291         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
36293         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36294         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36295         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
36296         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36297         [defined __arch64__ || defined __sparcv9]
36298         (__OFF_T_MATCHES_OFF64_T): New macro.
36299         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36300         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36301         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36302         (__OFF_T_MATCHES_OFF64_T): New macro.
36304 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
36306         * stdlib/secure-getenv.c (__secure_getenv): Replace
36307         GLIBC_2_16 with GLIBC_2_17.
36309 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
36311         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
36312         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
36314 2012-08-03  David S. Miller  <davem@davemloft.net>
36316         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36318 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
36320         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
36321         Remove.
36322         (__ASSUME_CORRECT_SI_PID): Likewise.
36323         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
36324         (__ASSUME_TMPFS_NAME): Likewise.
36325         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
36326         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
36327         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
36328         (HAVE_AUX_SECURE): Make definition unconditional.
36329         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
36330         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
36332 2012-08-03  Roland McGrath  <roland@hack.frob.com>
36334         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
36335         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
36336         * sysdeps/mach/hurd/eloop-threshold.h: New file.
36337         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
36338         __eloop_threshold instead of SYMLOOP_MAX.
36340         * sysdeps/generic/eloop-threshold.h: New file.
36341         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
36342         of MAXSYMLINKS.
36343         * elf/chroot_canon.c (chroot_canon): Likewise.
36345 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
36347         [BZ #13717]
36348         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36349         Change to 2.6.0 everywhere.
36350         * sysdeps/unix/sysv/linux/configure: Regenerated.
36351         * sysdeps/unix/sysv/linux/kernel-features.h
36352         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
36353         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
36354         kernel versions.
36355         (__ASSUME_POSIX_TIMERS): Define unconditionally.
36356         (__ASSUME_FUTEX_REQUEUE): Remove.
36357         (__ASSUME_STATFS64): Define unconditionally.
36358         (__ASSUME_AT_SECURE): Likewise.
36359         (__ASSUME_CORRECT_SI_PID): Likewise.
36360         (__ASSUME_TGKILL): Define without depending on kernel version for
36361         i386.
36362         (__ASSUME_UTIMES): Likewise.
36363         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
36364         kernel version.
36365         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
36366         (__ASSUME_TMPFS_NAME): Likewise.
36367         * README: Update reference to Linux kernel versions.
36369 2012-08-02  Marek Polacek  <polacek@redhat.com>
36371         [BZ# 14150]
36372         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
36373         libc_cv_asm_type_prefix with %.
36374         * configure: Regenerated.
36375         * include/libc-symbols.h: Remove comment about
36376         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36377         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
36378         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
36379         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
36380         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
36381         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36382         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
36383         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
36384         * elf/tst-unique2mod1.c: Likewise.
36385         * elf/tst-unique1mod2.c: Likewise.
36386         * elf/tst-unique1mod1.c: Likewise.
36387         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
36388         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
36389         Replace ASM_TYPE_DIRECTIVE with .type.
36390         * sysdeps/s390/s390-64/sysdep.h: Likewise.
36391         * sysdeps/i386/sysdep.h: Likewise.
36392         * sysdeps/x86_64/sysdep.h: Likewise.
36393         * sysdeps/sh/sysdep.h: Likewise.
36394         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
36395         Do not define ASM_TYPE_DIRECTIVE.
36396         * sysdeps/powerpc/sysdep.h: Likewise.
36397         * sysdeps/powerpc/powerpc32/sysdep.h:
36398         Replace ASM_TYPE_DIRECTIVE with .type.
36399         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
36400         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
36401         * sysdeps/i386/fpu/e_powf.S: Likewise.
36402         * sysdeps/i386/fpu/e_expl.S: Likewise.
36403         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
36404         * sysdeps/i386/fpu/e_acosh.S: Likewise.
36405         * sysdeps/i386/fpu/e_pow.S: Likewise.
36406         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
36407         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
36408         * sysdeps/i386/fpu/s_expm1.S: Likewise.
36409         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
36410         * sysdeps/i386/fpu/e_log2.S: Likewise.
36411         * sysdeps/i386/fpu/e_log2l.S: Likewise.
36412         * sysdeps/i386/fpu/e_scalb.S: Likewise.
36413         * sysdeps/i386/fpu/e_powl.S: Likewise.
36414         * sysdeps/i386/fpu/e_log10f.S: Likewise.
36415         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
36416         * sysdeps/i386/fpu/e_logl.S: Likewise.
36417         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
36418         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
36419         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
36420         * sysdeps/i386/fpu/e_log2f.S: Likewise.
36421         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
36422         * sysdeps/i386/fpu/e_log.S: Likewise.
36423         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
36424         * sysdeps/i386/fpu/e_logf.S: Likewise.
36425         * sysdeps/i386/fpu/e_log10l.S: Likewise.
36426         * sysdeps/i386/fpu/e_atanh.S: Likewise.
36427         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
36428         * sysdeps/i386/fpu/e_log10.S: Likewise.
36429         * sysdeps/i386/fpu/s_frexp.S: Likewise.
36430         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
36431         * sysdeps/i386/fpu/s_asinh.S: Likewise.
36432         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
36433         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
36434         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
36435         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
36436         * sysdeps/i386/i686/strtok.S: Likewise.
36437         * sysdeps/i386/i386-mcount.S: Likewise.
36438         * sysdeps/i386/strtok.S: Likewise.
36439         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
36440         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
36441         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
36442         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
36443         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
36444         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
36445         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
36446         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
36447         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
36448         * sysdeps/x86_64/_mcount.S: Likewise.
36449         * sysdeps/x86_64/strtok.S: Likewise.
36450         * sysdeps/sh/_mcount.S: Likewise.
36452 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36454         * libio/iofopen.c: Include <fcntl.h>.
36455         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
36456         (_IO_fopen64, fopen64): Define as aliases.
36457         * libio/iofopen64.c: Include <fcntl.h>.
36458         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
36459         Conditionalize body on this.
36460         * sysdeps/wordsize-64/iofopen.c: File removed.
36461         * sysdeps/wordsize-64/iofopen64.c: File removed.
36463 2012-08-01  Marek Polacek  <polacek@redhat.com>
36465         * libc/Makeconfig: Use elf in place of binfmt-subdir.
36466         Use dlfcn directly instead of a variable.
36467         (binfmt-subdir): Do not define.
36468         (dlfcn): Likewise.
36470 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
36472         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
36473         Remove all definitions.
36474         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
36475         <kernel-features.h>.
36476         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36477         (miss_F_GETOWN_EX): Remove all definitions.
36478         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
36479         macro definition.
36480         [!__ASSUME_FCNTL64]: Remove conditional code.
36481         [__ASSUME_FCNTL64]: Make code unconditional.
36482         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
36483         <kernel-features.h>.
36484         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36485         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
36486         (lockf64) [__NR_fcntl64]: Make code unconditional.
36487         (lockf64) [__ASSUME_FCNTL64]: Likewise.
36489         * sysdeps/unix/sysv/linux/kernel-features.h
36490         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
36491         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
36492         Make code unconditional.
36493         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36494         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36495         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
36496         [__NR_vfork]: Make code unconditional.
36497         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36498         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36499         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
36500         [__NR_vfork]: Make code unconditional.
36501         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36502         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36504 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36506         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
36507         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
36509         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36510         Define mkstemp64 as an alias.
36511         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36512         Define mkstemps64 as an alias.
36513         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36514         Define mkostemp64 as an alias.
36515         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36516         Define mkostemps64 as an alias.
36517         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
36518         Conditionalize body on this.
36519         * misc/mkostemp64.c: Likewise.
36520         * misc/mkostemps64.c: Likewise.
36521         * misc/mkstemps64.c: Likewise.
36522         * sysdeps/wordsize-64/mkstemp64.c: File removed.
36523         * sysdeps/wordsize-64/mkostemp64.c: File removed.
36524         * sysdeps/wordsize-64/mkostemp.c: File removed.
36525         * sysdeps/wordsize-64/mkstemp.c: File removed.
36526         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
36527         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
36528         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
36529         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
36531         [BZ #14138]
36532         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
36533         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
36534         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
36535         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
36537         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
36538         compat_symbol macros from <shlib-compat.h> rather than the underlying
36539         default_symbol_version and symbol_version macros, so that DEFAULT
36540         lines in shlib-versions are respected.
36541         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
36543 2012-08-01  Florian Weimer  <fweimer@redhat.com>
36545         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
36546         Declare with warn_unused_result.
36547         (setgid, setregid, setegid, setresgid): Likewise.
36548         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
36549         Likewise.
36550         * WUR-REPORT: Remove set*id functions.
36552 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
36554         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
36556 2012-07-31  Roland McGrath  <roland@hack.frob.com>
36558         [BZ #10191]
36559         * include/sys/socket.h (__libc_accept, __libc_accept4):
36560         Add attribute_hidden.
36561         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
36563         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
36564         use of PTR_MANGLE.
36565         * inet/getnetgrent_r.c (setup): Likewise.
36567         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
36569 2012-07-31  David S. Miller  <davem@davemloft.net>
36571         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36573 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
36575         [BZ #13629]
36576         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
36577         value between 1.0 and 2.0 and smaller part has absolute value less
36578         than 1.0.
36579         * math/s_clog10.c (__clog10): Likewise.
36580         * math/s_clog10f.c (__clog10f): Likewise.
36581         * math/s_clog10l.c (__clog10l): Likewise.
36582         * math/s_clogf.c (__clogf): Likewise.
36583         * math/s_clogl.c (__clogl): Likewise.
36584         * math/libm-test.inc (clog_test): Add more tests.
36585         (clog10_test): Likewise.
36586         * sysdeps/i386/fpu/libm-test-ulps: Update.
36587         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36589 2012-07-31  Florian Weimer  <fweimer@redhat.com>
36591         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
36592         Exit with zero in case no suitable GID is found, and write a
36593         message to standard error.
36595 2012-07-30  Roland McGrath  <roland@hack.frob.com>
36597         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
36598         rather than to 1.
36599         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
36600         (MAXPATHLEN): Removed.
36601         (NOGROUP, NODEV): New macros.
36602         (setbit, clrbit, isset, isclr): New macros.
36603         (howmany, roundup, powerof2): New macros.
36604         (DEV_BSIZE): New macro.
36606         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
36607         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
36609         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
36610         definition on [!__NO_LONG_DOUBLE_MATH].
36612         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
36613         PTR_MANGLE and PTR_DEMANGLE.
36615         * socket/accept4.c (accept4): Rename to __libc_accept4.
36616         Define accept4 as a weak alias.
36618         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
36619         on [_DIRENT_HAVE_D_TYPE].
36620         * io/ftw.c (ftw_dir): Likewise.
36622         * io/xmknod.c (__xmknod): Don't check PATH for being null.
36624         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
36626         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
36627         Use the BSD numbers rather than the arbitrary ones we had.
36628         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
36629         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
36630         (SIGXCPU, SIGXFSZ): New macros.
36631         (_NSIG): Now 32.
36633         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
36634         initializer on [_LIBC_REENTRANT].
36636         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
36637         definitions inside [_POSIX_MAPPED_FILES].
36639         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
36641         * dirent/opendir.c: Include <fcntl.h>.
36643         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
36644         (__libc_getspecific): Likewise.
36645         (__libc_key_create): Likewise.
36647         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
36648         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
36649         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
36650         (tmpfile64): Define as alias.
36651         * sysdeps/wordsize-64/tmpfile.c: File removed.
36652         * sysdeps/wordsize-64/tmpfile64.c: File removed.
36653         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
36654         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
36656         * stdio-common/vfscanf.c: Include <stdbool.h>.
36657         * nss/makedb.c: Likewise.
36658         * stdio-common/_i18n_number.h: Likewise.
36659         * argp/argp-help.c: Likewise.
36660         * posix/wordexp.c: Likewise.
36661         * sysdeps/posix/spawni.c: Likewise.
36662         * nss/nss_files/files-initgroups.c: Likewise.
36663         * stdio-common/reg-modifier.c: Include <stdlib.h>.
36664         * nss/nss_files/files-initgroups.c: Likewise.
36665         * nss/nss_db/db-netgrp.c: Likewise.
36666         * nss/nss_db/db-initgroups.c: Likewise.
36667         * io/fchmodat.c: Include <sys/stat.h>.
36669         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
36670         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
36672         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
36673         [HAVE_MMAP].
36675         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
36676         Add multiple inclusion protection.
36678 2012-07-27  David S. Miller  <davem@davemloft.net>
36680         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36682 2012-07-27  Gary Benson  <gbenson@redhat.com>
36684         [BZ #14298]
36685         * elf/rtld.c: Include <stap-probe.h>.
36686         (dl_main): Added static probes "init_start" and "init_complete".
36687         * elf/dl-load.c: Include <stap-probe.h>.
36688         (lose): Take new parameter "nsid".
36689         Added static probe "map_failed".
36690         (_dl_map_object_from_fd): Pass namespace id to lose.
36691         Added static probe "map_start".
36692         (open_verify): Pass namespace id to lose.
36693         * elf/dl-open.c: Include <stap-probe.h>.
36694         (dl_open_worker) Added static probes "map_complete", "reloc_start"
36695         and "reloc_complete".
36696         * elf/dl-close.c: Include <stap-probe.h>.
36697         (_dl_close_worker): Added static probes "unmap_start" and
36698         "unmap_complete".
36699         * elf/rtld-debugger-interface.txt: New file documenting the above.
36701 2012-07-26  Roland McGrath  <roland@hack.frob.com>
36703         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
36704         rather than a string variable.
36705         * sunrpc/rpc_main.c (h_output): Likewise.
36706         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
36708 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
36710         * inet/check_native.c: New file.
36712 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
36714         [BZ #13629]
36715         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
36716         if larger part has absolute value 1.0.
36717         * math/s_clog10.c (__clog10): Likewise.
36718         * math/s_clog10f.c (__clog10f): Likewise.
36719         * math/s_clog10l.c (__clog10l): Likewise.
36720         * math/s_clogf.c (__clogf): Likewise.
36721         * math/s_clogl.c (__clogl): Likewise.
36722         * math/libm-test.inc (clog_test): Add more tests.
36723         (clog10_test): Likewise.
36724         * sysdeps/i386/fpu/libm-test-ulps: Update.
36725         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36727         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
36728         (pltexit): Likewise.
36729         (La_regs): Likewise.
36730         (La_retval): Likewise.
36731         (int_retval): Likewise.
36732         Update #error for removed macros to refer only to definitions in
36733         tst-audit.h.
36734         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
36735         macro.
36736         (pltexit): Likewise.
36737         (La_regs): Likewise.
36738         (La_retval): Likewise.
36739         (int_retval): Likewise.
36740         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
36741         macro.
36742         (pltexit): Likewise.
36743         (La_regs): Likewise.
36744         (La_retval): Likewise.
36745         (int_retval): Likewise.
36746         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
36747         macro.
36748         (pltexit): Likewise.
36749         (La_regs): Likewise.
36750         (La_retval): Likewise.
36751         (int_retval): Likewise.
36752         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
36753         macro.
36754         (pltexit): Likewise.
36755         (La_regs): Likewise.
36756         (La_retval): Likewise.
36757         (int_retval): Likewise.
36758         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
36759         macro.
36760         (pltexit): Likewise.
36761         (La_regs): Likewise.
36762         (La_retval): Likewise.
36763         (int_retval): Likewise.
36764         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
36765         macro.
36766         (pltexit): Likewise.
36767         (La_regs): Likewise.
36768         (La_retval): Likewise.
36769         (int_retval): Likewise.
36770         * sysdeps/generic/tst-audit.h: Update comment to refer only to
36771         macro definitions in tst-audit.h.
36772         * sysdeps/i386/tst-audit.h: New file.
36773         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
36774         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
36775         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
36776         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
36777         * sysdeps/sh/tst-audit.h: Likewise.
36778         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
36779         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
36780         * sysdeps/x86_64/tst-audit.h: Likewise.
36782 2012-07-26  Andreas Jaeger  <aj@suse.de>
36784         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
36785         ptrace.
36787         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
36788         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
36789         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
36790         PTRACE_O_MASK.
36791         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
36792         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
36793         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
36795         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
36796         value.
36798         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
36799         _sigsys.
36800         (si_call_addr, si_syscall, si_arch): Define new macro.
36801         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
36802         _sigsys.
36803         (si_call_addr, si_syscall, si_arch): Define new marcro.
36804         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
36805         _sigsys.
36806         (si_call_addr, si_syscall, si_arch): Define new macro.
36807         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
36808         _sigsys.
36809         (si_call_addr, si_syscall, si_arch): Define new macro.
36811 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
36813         [BZ #13717]
36814         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36815         Change to 2.4.21 where previously 2.4.1.
36816         * sysdeps/unix/sysv/linux/configure: Regenerated.
36817         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
36818         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
36819         Linux kernel version.
36820         (__ASSUME_STD_AUXV): Remove.
36821         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
36822         kernel version.
36823         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
36824         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
36825         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
36826         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
36827         (__ASSUME_NETLINK_SUPPORT): Likewise.
36828         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
36829         (__no_netlink_support): Remove conditional definition.
36830         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
36831         Remove.
36832         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
36833         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
36834         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
36835         (if_nameindex_ioctl): Remove.
36836         (if_nameindex_netlink): Do not handle __no_netlink_support.
36837         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
36838         code.
36839         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
36840         Remove conditional code.
36841         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
36842         code.
36843         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
36844         unconditional.
36845         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
36846         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
36847         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
36848         Remove.
36849         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
36850         [!__ASSUME_STD_AUXV]: Remove conditional code.
36851         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
36852         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
36853         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
36854         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
36855         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
36856         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
36857         code.
36858         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
36859         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
36860         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
36861         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
36862         conditional code.
36863         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
36864         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
36865         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
36866         code.
36867         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
36868         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
36869         conditional code.
36870         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
36871         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36872         code unconditional.
36873         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36874         conditional code.
36875         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36876         unconditional.
36877         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36878         conditional code.
36879         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
36880         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36881         unconditional.
36882         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36883         conditional code.
36884         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
36885         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36886         code unconditional.
36887         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36888         conditional code.
36889         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36890         unconditional.
36891         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36892         conditional code.
36893         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
36894         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36895         code unconditional.
36896         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36897         conditional code.
36898         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36899         unconditional.
36900         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36901         conditional code.
36903 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
36905         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
36906         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
36907         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
36908         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
36909         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
36910         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
36911         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
36912         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
36913         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
36914         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
36915         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
36916         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
36917         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
36918         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
36919         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
36920         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
36921         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
36922         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
36923         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
36924         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
36925         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
36926         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
36927         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
36929 2012-07-25  Florian Weimer  <fweimer@redhat.com>
36931         * Versions.def: Add GLIBC_2.17.
36932         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
36933         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
36934         Introduce __libc_secure_getenv.
36935         * stdlib/Versions (2.17): Add secure_getenv
36936         (GLIBC_PRIVATE): Add __libc_secure_getenv.
36937         * stdlib/secure-getenv.c: Rename __secure_getenv to
36938         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
36939         symbol __secure_getenv for GLIBC_2.0.
36940         * stdlib/tst-secure-getenv.c: New.
36941         * stdlib/Makefile (tests): Add testcase.
36942         * manual/startup.texi (Environment Access): Document
36943         secure_getenv.
36944         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
36945         __libc_secure_getenv.
36946         * inet/ruserpass.c (ruserpass): Likewise.
36947         * malloc/mtrace.c (mtrace): Likewise.
36948         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
36949         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
36950         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
36951         * sysdeps/posix/tempname.c: Likewise.  Evaluate
36952         HAVE_SECURE_GETENV.
36953         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
36954         __secure_getenv to __libc_secure_getenv.
36955         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
36956         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36957         Likewise.
36958         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36959         Likewise.
36960         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
36961         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
36962         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
36963         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
36964         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
36965         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
36966         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
36968 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
36970         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
36971         (struct La_i86_retval): Likewise.
36972         (struct La_x86_64_regs): Likewise.
36973         (struct La_x86_64_retval): Likewise.
36974         (struct La_x32_regs): Likewise.
36975         (struct La_x32_retval): Likewise.
36976         (struct La_ppc32_regs): Likewise.
36977         (struct La_ppc32_retval): Likewise.
36978         (struct La_ppc64_regs): Likewise.
36979         (struct La_ppc64_retval): Likewise.
36980         (struct La_sh_regs): Likewise.
36981         (struct La_sh_retval): Likewise.
36982         (struct La_s390_32_regs): Likewise.
36983         (struct La_s390_32_retval): Likewise.
36984         (struct La_s390_64_regs): Likewise.
36985         (struct La_s390_64_retval): Likewise.
36986         (struct La_sparc32_regs): Likewise.
36987         (struct La_sparc32_retval): Likewise.
36988         (struct La_sparc64_regs): Likewise.
36989         (struct La_sparc64_retval): Likewise.
36990         (struct audit_ifaces): Remove architecture-specific pltenter and
36991         pltexit members.
36992         * sysdeps/i386/ldsodefs.h: New file.
36993         * sysdeps/powerpc/ldsodefs.h: Likewise.
36994         * sysdeps/s390/ldsodefs.h: Likewise.
36995         * sysdeps/sh/ldsodefs.h: Likewise.
36996         * sysdeps/sparc/ldsodefs.h: Likewise.
36997         * sysdeps/x86_64/ldsodefs.h: Likewise.
36999 2012-07-25  Marek Polacek  <polacek@redhat.com>
37001         [BZ #6808]
37002         * math/libm-test.inc (yn_test): Add another test.
37003         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
37004         to ERANGE when the result is +-Inf.
37005         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
37006         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
37007         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
37008         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
37010 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
37012         * conform/data/time.h-data (NULL): Use macro-constant.  Require
37013         equal to 0.
37014         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
37015         clock_t.
37016         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
37018 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
37020         * configure.in <sysdeps resolving>: Correct printing
37021         Implies_before.
37022         * configure: Regenerate.
37024 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
37026         * math/w_ilogb.c: Include <limits.h>.
37027         * math/w_ilogbl.c: Likewise.
37029 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
37031         * manual/lang.texi (__va_copy): Document primarily as ISO C99
37032         va_copy.  Document allowing for unavailable va_copy only as
37033         pre-C99 compatibility.
37034         * manual/string.texi (Copying and Concatenation): Use va_copy
37035         instead of __va_copy in concat example.
37037 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
37039         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
37040         (__sendto): Use create_address_port.  Initialize APORT and deallocate
37041         it if not null.
37043         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
37044         with O_NOLINK passed to __file_name_lookup.
37046         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
37047         with O_NOLINK passed to __file_name_lookup.
37049         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
37050         negative N or less than NGIDS.
37052         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
37053         type to string_t.  Set ERANGE as errno and return it if NAME is not big
37054         enough.  Use memcpy instead of strncpy.
37056 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
37058         * elf/Makefile (check-data): Remove.
37059         (localplt.data): New vpath directive.
37060         ($(objpfx)check-localplt.out): Use localplt.data from vpath
37061         instead of $(check-data).
37062         * scripts/data/localplt-generic.data: Move to ...
37063         * sysdeps/generic/localplt.data: ... here.
37064         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
37065         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
37066         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
37067         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
37068         ... here.
37069         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
37070         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
37071         ... here.
37072         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
37073         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
37074         ... here.
37075         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
37076         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
37077         ... here.
37078         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
37079         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
37080         ... here.
37081         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
37082         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
37083         ... here.
37085 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37087         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
37088         PPC32 and PPC64 files.
37089         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
37090         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
37092 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37094         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
37095         __makecontext_ret to ...
37096         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
37097         ... here and call exit if uc_link is NULL.  New file.
37098         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
37099         __makecontext_ret.S.
37100         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
37101         __makecontext_ret to ...
37102         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
37103         ... here and call exit if uc_link is NULL.  New file.
37104         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
37105         __makecontext_ret.S.
37107 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37109         * elf/elf.h (R_390_IRELATIVE): New definition.
37110         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
37111         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
37112         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
37113         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
37114         (elf_machine_lazy_rel): Likewise.
37115         * sysdeps/s390/dl-irel.h: New file.
37116         * sysdeps/s390/s390-64/memcpy.S: New asm code.
37117         * sysdeps/s390/s390-64/memset.S: New asm code.
37118         * sysdeps/s390/s390-64/memcmp.S: New asm code.
37119         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
37120         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
37121         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
37122         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
37123         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
37124         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
37125         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
37126         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
37127         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
37128         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
37129         * sysdeps/s390/s390-32/memcpy.S: New asm code.
37130         * sysdeps/s390/s390-32/memset.S: New asm code.
37131         * sysdeps/s390/s390-32/memcmp.S: New asm code.
37133 2012-07-17  Marek Polacek  <polacek@redhat.com>
37135         [BZ #14349]
37136         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
37137         * sysdeps/s390/s390-64/configure.in: Likewise.
37138         * sysdeps/sparc/configure.in: Likewise.
37139         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
37140         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
37141         * sysdeps/i386/configure.in: Likewise.
37142         * sysdeps/x86_64/configure.in: Likewise.
37143         * sysdeps/sh/configure.in: Likewise.
37144         * sysdeps/s390/s390-32/configure: Regenerated.
37145         * sysdeps/s390/s390-64/configure: Likewise.
37146         * sysdeps/x86_64/configure: Likewise.
37147         * sysdeps/sh/configure: Likewise.
37148         * sysdeps/powerpc/powerpc64/configure: Likewise.
37149         * sysdeps/powerpc/powerpc32/configure: Likewise.
37150         * sysdeps/sparc/configure: Likwise.
37151         * sysdeps/i386/configure: Likewise.
37153         * elf/dl-open.c: Comment fixes.
37155 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
37157         * Makefile [CXX] (check-data): Remove.
37158         [CXX] (c++-types.data): New vpath directive.
37159         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
37160         vpath.  Do not allow for C++ type data being missing.
37161         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
37162         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
37163         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
37164         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
37165         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
37166         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
37167         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
37168         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
37169         ... here.
37170         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
37171         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
37172         ... here.
37173         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
37174         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
37175         ... here.
37176         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
37177         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
37178         ... here.
37179         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
37180         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
37181         ... here.
37182         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
37183         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
37184         ... here.
37185         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
37186         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
37187         ... here.
37188         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
37189         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
37191         * elf/tls-macros.h (TLS_LE): Move architecture-specific
37192         definitions to architecture-specific files.
37193         (TLS_IE): Likewise.
37194         (TLS_LD): Likewise.
37195         (TLS_GD): Likewise.
37196         * sysdeps/i386/tls-macros.h: New file.
37197         * sysdeps/powerpc/tls-macros.h: Likewise.
37198         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
37199         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
37200         * sysdeps/sh/tls-macros.h: Likewise.
37201         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
37202         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
37203         * sysdeps/x86_64/tls-macros.h: Likewise.
37205 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
37207         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
37208         zero value for regular exit case.
37210         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
37211         (__start_context): Preserve zero value for regular exit case.
37213 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
37214             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37216         * manual/setjmp.texi (setcontext): Clarify normal process
37217         termination when uc_link is the null pointer.
37218         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
37219         exit call.
37221 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
37223         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
37224         preprocessor.  Test for each exception mask separately.
37226 2012-07-16  Andreas Jaeger  <aj@suse.de>
37228         * po/ru.po: Update from translation team.
37230 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
37232         * conform/data/string.h-data (NULL): Use macro-constant.  Require
37233         equal to 0.
37234         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
37235         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
37236         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
37237         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
37238         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37240 2012-07-13  Andreas Jaeger  <aj@suse.de>
37242         * po/fr.po: Update from translation team.
37244 2012-07-12  Marek Polacek  <polacek@redhat.com>
37246         [BZ #14173]
37247         * math/libm-test.inc (yn_test): Add test for BZ #14173.
37248         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
37249         loop condition.
37251 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
37253         [BZ #13717]
37254         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
37255         Change to 2.4.1 where previously 2.4.0.
37256         * sysdeps/unix/sysv/linux/configure: Regenerated.
37257         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
37258         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
37259         version.
37260         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
37261         (__ASSUME_AT_CLKTCK): Remove.
37262         (__ASSUME_AT_PAGESIZE): Likewise.
37263         (__ASSUME_AT_XID): Likewise.
37264         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
37265         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
37266         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
37267         unconditionally.
37268         (HAVE_AUX_PAGESIZE): Likewise.
37269         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
37270         [__ASSUME_AT_CLKTCK]: Make code unconditional.
37271         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
37273 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
37275         [BZ #14307]
37276         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
37277         the temporary buffer used to invoke __gethostbyname2_r,
37278         __gethostbyaddr_r and gethostbyname4_r to make room for struct
37279         host_data / struct gaih_addrtuple.
37280         * resolv/nss_dns/dns-host.c (global scope): Move definition of
37281         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
37282         header file nss/nsswitch.h.
37283         * nss/nsswitch.h (global scope): Add definition of implementation
37284         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
37285         resolv/nss_dns/dns-host.c).
37287 2012-07-11  Andreas Jaeger  <aj@suse.de>
37289         * po/fr.po: Update from translation team.
37291         * po/sv.po: Update from translation team
37292         * po/fr.po: Another update from translation team.
37294 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37296         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
37297         for subnormals or multiply small sinh result by itself.
37298         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
37299         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37301 2012-07-11  David S. Miller  <davem@davemloft.net>
37303         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37305 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
37307         [BZ #14347]
37308         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
37309         (INTERNAL_MARK): Shift it here.
37311 2012-07-10  Marek Polacek  <polacek@redhat.com>
37313         [BZ #14151]
37314         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
37315         libc_cv_asm_global_directive with .globl.
37316         * configure: Regenerated.
37317         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
37318         with .globl.
37319         * sysdeps/i386/configure: Regenerated.
37320         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
37321         with .globl.
37322         * sysdeps/x86_64/configure: Regenerated.
37323         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
37324         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
37325         * elf/tst-unique2mod2.c: Likewise.
37326         * elf/tst-unique2mod1.c: Likewise.
37327         * elf/tst-unique1mod2.c: Likewise.
37328         * elf/tst-unique1mod1.c: Likewise.
37329         * sysdeps/s390/s390-32/sysdep.h: Likewise.
37330         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
37331         * sysdeps/s390/s390-64/sysdep.h: Likewise.
37332         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
37333         * sysdeps/mach/sysdep.h: Likewise.
37334         * sysdeps/i386/sysdep.h: Likewise.
37335         * sysdeps/i386/i386-mcount.S: Likewise.
37336         * sysdeps/x86_64/_mcount.S: Likewise.
37337         * sysdeps/x86_64/sysdep.h: Likewise.
37338         * sysdeps/sh/_mcount.S: Likewise.
37339         * sysdeps/sh/sysdep.h: Likewise.
37340         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
37341         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
37342         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
37343         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
37344         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
37345         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
37346         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
37347         * locale/localeinfo.h: Likewise.
37348         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
37349         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
37351 2012-07-09  Roland McGrath  <roland@hack.frob.com>
37353         [BZ #14336]
37354         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
37355         system".
37356         * manual/message.texi (The Uniforum approach): Likewise.
37357         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
37358         (glibc iconv Implementation): Likewise.
37360 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
37362         [BZ #14337]
37363         * math/s_clog.c (__clog): Avoid scaling a value down where that
37364         could result in underflow.
37365         * math/s_clog10.c (__clog10): Likewise.
37366         * math/s_clog10f.c (__clog10f): Likewise.
37367         * math/s_clog10l.c (__clog10l): Likewise.
37368         * math/s_clogf.c (__clogf): Likewise.
37369         * math/s_clogl.c (__clogl): Likewise.
37370         * math/libm-test.inc (clog_test): Add more tests.
37371         (clog10_test): Likewise.
37372         * sysdeps/i386/fpu/libm-test-ulps: Update.
37373         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37375 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
37377         [BZ #14283]
37378         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
37379         by 7 not 8 to examine high bit of fractional part.
37381         [BZ #14042]
37382         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
37383         for call to __mcount_internal.
37384         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
37385         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
37386         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
37388 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
37390         [BZ #14154]
37391         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
37392         approximation for values within 0x1p-13f of an odd multiple of
37393         pi/4.
37394         * math/libm-test.inc (tan_test): Do not allow spurious underflow
37395         exception.  Add more tests.
37396         * sysdeps/i386/fpu/libm-test-ulps: Update.
37398         [BZ #6778]
37399         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
37400         inputs and return -1 for them.  Do not check for +Inf in case not
37401         reachable for +Inf.
37402         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
37403         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
37404         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37405         and return -1 for them.  Do not check for +Inf in case not
37406         reachable for +Inf.
37407         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
37408         define.
37409         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37410         and return -1 for them.  Do not check for +Inf in case not
37411         reachable for +Inf.
37412         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
37413         spurious underflow.
37414         * sysdeps/i386/fpu/libm-test-ulps: Update.
37415         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37417 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
37419         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
37421 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
37423         [BZ #14157]
37424         [BZ #14331]
37425         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
37426         could result in spurious underflow.  Scale down values above
37427         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
37428         * math/s_csqrtf.c (__csqrtf): Likewise.
37429         * math/s_csqrtl.c (__csqrtl): Likewise.
37430         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
37431         spurious underflow.
37432         * sysdeps/i386/fpu/libm-test-ulps: Update.
37433         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37435 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
37437         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
37438         xopen-msg.sed.
37439         * catgets/xopen-msg.awk: New file.
37440         * catgets/xopen-msg.sed: Removed.
37442         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
37443         po2text.sed.
37444         * intl/po2test.awk: New file.
37445         * intl/po2test.sed: Removed.
37447 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
37449         [BZ #14328]
37450         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
37451         or multiply small sinh result by itself.
37452         * math/s_ctanf.c (__ctanf): Likewise.
37453         * math/s_ctanh.c (__ctanh): Likewise.
37454         * math/s_ctanhf.c (__ctanhf): Likewise.
37455         * math/s_ctanhl.c (__ctanhl): Likewise.
37456         * math/s_ctanl.c (__ctanl): Likewise.
37457         * math/libm-test.inc (ctan_test_tonearest): New function.
37458         (ctan_test_towardzero): Likewise.
37459         (ctan_test_downward): Likewise.
37460         (ctan_test_upward): Likewise.
37461         (ctanh_test_tonearest): Likewise.
37462         (ctanh_test_towardzero): Likewise.
37463         (ctanh_test_downward): Likewise.
37464         (ctanh_test_upward): Likewise.
37465         (main): Call these new functions.
37466         * sysdeps/i386/fpu/libm-test-ulps: Update.
37467         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37469 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
37471         * .gitignore: Delete /ports entry.
37473 2012-07-03  Andreas Jaeger  <aj@suse.de>
37475         * po/bg.po: Update from translation team.
37476         * po/cs.po: Likewise.
37477         * po/de.po: Likewise.
37478         * po/hr.po: Likewise.
37479         * po/nl.pl: Likewise.
37480         * po/pl.po: Likewise.
37481         * po/vi.po: Likewise.
37483 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
37485         * Makeconfig [!+link] (+link-before-libc): New variable.
37486         [!+link] (+link-after-libc): Likewise.
37487         [!+link] (+link-tests): Likewise.
37488         [!+link] (+link): Define in terms of $(+link-before-libc) and
37489         $(+link-after-libc).
37490         [!+link-static] (+link-static-before-libc): New variable.
37491         [!+link-static] (+link-static-after-libc): Likewise.
37492         [!+link-static] (+link-static-tests): Likewise.
37493         [!+link-static] (+link-static): Define in terms of
37494         $(+link-static-before-libc) and $(+link-static-after-libc).
37495         [build-shared] (link-libc-before-gnulib): New variable.
37496         [build-shared] (link-libc-tests): Likewise.
37497         [build-shared] (link-libc): Define in terms of
37498         $(link-libc-before-gnulib).
37499         [!build-shared] (link-libc-tests): New variable.
37500         (link-libc-static-tests): New variable.
37501         [!gnulib] (gnulib-arch): New variable.
37502         [!gnulib] (gnulib-tests): Likewise.
37503         [!gnulib] (static-gnulib-arch): Likewise.
37504         [!gnulib] (static-gnulib-tests): Likewise.
37505         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
37506         Define with "=" instead of ":=".
37507         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
37508         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
37509         * Rules (binaries-all-notests): New variable.
37510         (binaries-all-tests): Likewise.
37511         (binaries-static-notests): Likewise.
37512         (binaries-static-tests): Likewise.
37513         (binaries-all): Define using $(binaries-all-notests) and
37514         $(binaries-all-tests).
37515         (binaries-static): Define using $(binaries-static-notests) and
37516         $(binaries-static-tests).
37517         (binaries-shared-tests): New variable.
37518         (binaries-shared-notests): Likewise.
37519         (binaries-shared): Remove variable.
37520         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
37521         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
37522         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
37523         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
37524         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
37525         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
37526         * elf/Makefile (sln-modules): New variable.
37527         (extra-objs): Add $(sln-modules:=.o).
37528         (ldconfig-modules): Add static-stubs.
37529         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
37530         * elf/static-stubs.c: New file.
37532         [BZ #14283]
37533         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
37534         by 7 not 8 to examine high bit of fractional part.  Use volatile
37535         variables when splitting into final array of floats if
37536         __FLT_EVAL_METHOD__ != 0.
37537         * math/libm-test.inc (cos_test): Add another test.
37538         (sin_test): Likewise.
37539         * sysdeps/i386/fpu/libm-test-ulps: Update.
37541         [BZ #14273]
37542         * math/libm-test.inc (cosh_test): Add more tests.
37544         * version.h (RELEASE): Set to "development".
37545         (VERSION): Set to "2.16.90".
37547 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
37549         * NEWS: Update copyright. Remove last-updated date.
37550         Mention math library bug fixes and timezone data changes.
37551         * README: Mention GNU/Hurd, x32, and HPPA support status.
37553 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
37555         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
37557 2012-06-27  Andreas Jaeger  <aj@suse.de>
37559         * manual/contrib.texi (Contributors): Add Samuel Thibault.
37561 2012-06-25  Andreas Jaeger  <aj@suse.de>
37563         * sysdeps/s390/fpu/libm-test-ulps: Update.
37565 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
37566             Thomas Schwinge  <thomas@codesourcery.com>
37568         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
37569         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
37570         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
37571         fanotify_mark.
37573 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
37575         * sysdeps/mach/start.c: Remove file.
37576         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
37577         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
37578         * sysdeps/sh/init-first.c: Likewise.
37580         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
37581         registers for frame unwinding purposes, add CFI directives.
37582         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37583         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
37584         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
37585         Likewise.
37587         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
37588         __fortify_fail returning.
37589         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37591         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
37592         sysdeps/sh/____longjmp_chk.S.
37593         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
37594         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
37595         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
37596         (gen-as-const-headers): Append sigaltstack-offsets.sym.
37598         * sysdeps/sh/abort-instr.h: New file.
37599         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
37600         process in case exit returns.
37602         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
37603         initialize the GOT register before use.
37605         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
37606         calculation of ARGC > 4.
37608         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
37609         meaningful names to some local labels.
37611 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
37612             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37614         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
37615         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
37616         (__arch_compare_and_exchange_val_16_acq): Likewise.
37617         (__arch_compare_and_exchange_val_32_acq): Likewise.
37618         (atomic_exchange_and_add): Fix gUSA sequence.
37619         (atomic_add): Likewise.
37620         (atomic_add_negative): Likewise.
37621         (atomic_add_zero): Likewise.
37622         (atomic_bit_test_set): Likewise.
37624 2012-06-22  Andreas Schwab  <schwab@redhat.com>
37626         [BZ #13579]
37627         * include/link.h (struct link_map): Add l_free_initfini.
37628         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
37629         l_initfini.
37630         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
37631         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
37632         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
37633         set.
37635 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
37637         * configure.in: Use AC_LANG_SOURCE.
37638         * configure: Regenerate.
37640 2012-06-22  Roland McGrath  <roland@hack.frob.com>
37642         * configure.in (libc_cv_localstatedir): New substituted variable.
37643         * configure: Regenerated.
37644         * config.make.in (localstatedir): New variable, substituted from
37645         libc_cv_localstatedir.
37646         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
37647         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
37648         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
37649         * sysdeps/gnu/configure: Regenerated.
37651 2012-06-21  Jeff Law  <law@redhat.com>
37653         [BZ #14277]
37654         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
37655         free.  Simplify list management for _LIBC case.
37657 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
37659         [BZ #14273]
37660         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
37661         Clear sign bit of 64-bit integer value before comparing against
37662         overflow value.
37664         * sysdeps/mach/configure: Regenerated.
37666 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
37668         [BZ #14278]
37669         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
37671 2012-06-21  Jeff Law  <law@redhat.com>
37673         [BZ #13882]
37674         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
37675         uint16_t for elements in the "seen" array to avoid char overflows.
37676         * elf/dl-fini.c (_dl_sort_fini): Likewise.
37677         * elf/dl-open.c (dl_open_worker): Likewise.
37679 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
37681         * scripts/list-sources.sh: Scan PORTS for translations.
37682         * po/libc.pot: Regenerated.
37684 2012-06-21  Andreas Jaeger  <aj@suse.de>
37686         [BZ #12194]
37687         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
37688         warning.
37689         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
37690         * bits/byteswap-16.h (__bswap_16): Likewise.
37691         * bits/byteswap.h (__bswap_constant_16): Likewise.
37693 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
37695         [BZ #14117]
37696         * sysdeps/i386/fpu_control.h: Removed.
37697         * sysdeps/x86_64/fpu_control.h: Moved to ...
37698         * sysdeps/x86/fpu_control.h: Here.
37700         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
37701         (_FPU_SETCW): Likewise.
37703 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
37705         [BZ #14117]
37706         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
37707         * sysdeps/x86/fpu/bits/mathinline.h: This.
37708         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
37710         [BZ #14050]
37711         [BZ #14117]
37712         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
37713         functions if __x86_64__ is defined.
37715 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
37717         * string/endian.h: Add !__ASSEMBLER__ condition for including
37718         conversion interfaces.
37720 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
37722         [BZ #14241]
37723         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
37724         of ABS(x) in calculating zero to negative powers other than odd
37725         integers.
37726         * math/libm-test.inc (pow_test): Add more tests.
37728 2012-06-15  Andreas Jaeger  <aj@suse.de>
37730         * manual/contrib.texi (Contributors): Update entry of Liubov
37731         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
37732         Machado Filho.
37734 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
37736         * string/string.h: Add __wur to GNU version of strerror_r.
37738 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
37740         [BZ #14229]
37741         * string/Makefile (tests): Add tst-strtok_r.
37742         * string/tst-strtok_r.c: New file.
37743         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
37744         RAX_LP/RDX_LP on SAVE_PTR.
37746 2012-06-14  Roland McGrath  <roland@hack.frob.com>
37748         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
37750 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
37752         * libm_test.inc (csqrt_test): Allow more spurious underflow
37753         exceptions.
37754         (j0_test): Likewise.
37755         (j1_test): Likewise.
37756         (y0_test): Likewise.
37757         (y1_test): Likewise.
37759 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
37761         * po/Makefile (libc.pot): Use UTF-8 charset.
37763 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
37765         [BZ #14210]
37766         Suppress sign-conversion warning from FD_SET.
37767         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
37768         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
37769         not unsigned long int.
37770         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
37772 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
37774         [BZ #14050]
37775         [BZ #14117]
37776         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
37777         __extern_always_inline instead of __extern_inline.
37778         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
37779         (__signbit): Likewise.
37780         (__signbitl): Support C++ namespace.
37781         (lrintf): New inline function.
37782         (lrint): Likewise.
37783         (llrintf): Likewise.
37784         (llrint): Likewise.
37785         (fmaxf): Likewise.
37786         (fmax): Likewise.
37787         (fminf): Likewise.
37788         (fmin): Likewise.
37789         (rint): Likewise.
37790         (rintf): Likewise.
37791         (ceil): Likewise.
37792         (ceilf): Likewise.
37793         (floor): Likewise.
37794         (floorf): Likewise.
37795         (nearbyint): Likewise.
37796         (nearbyintf): Likewise.
37798 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
37800         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
37801         non-default versions.
37803 2012-06-11  Roland McGrath  <roland@hack.frob.com>
37805         [BZ #14218]
37806         * manual/argp.texi (Argp): Reword argp_parse description slightly.
37808 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
37810         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
37811         (FE_UPWARD, FE_DOWNWARD): Don't define.
37812         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
37813         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
37815         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
37816         reading it.
37817         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
37818         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
37820 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37822         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
37823         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
37824         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
37825         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
37827 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
37829         [BZ #14117]
37830         * sysdeps/i386/fpu/bits/fenv.h: Removed.
37831         * sysdeps/i386/fpu/Implies: New file.
37832         * sysdeps/x86_64/fpu/Implies: Likewise.
37833         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
37834         * sysdeps/x86/fpu/bits/fenv.h: This.
37836         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
37837         __SSE_MATH__.
37839 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
37841         [BZ #14134]
37842         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
37843         character 0xffff that matches the last element of the
37844         conversion table.
37846 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37848         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
37849         fmodl commit.
37851 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37853         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
37854         values higher than 25.6283.
37856 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37858         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
37859         subnormal exponent extraction and add some __builtin_expect.
37860         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
37861         Fix for subnormal mantissa calculation.
37863 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
37865         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
37866         cpu2 is -1 and errno is not ENOSYS.
37868 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
37870         [BZ #14117]
37871         * sysdeps/i386/i486/bits/string.h: Renamed to ...
37872         * sysdeps/x86/bits/string.h: This.
37873         * sysdeps/x86_64/bits/string.h: Removed.
37875         * sysdeps/i386/i486/bits/string.h: Define inline functions only
37876         if not compiling for x86-64, but compiling for >= i486.
37878         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
37879         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
37881         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
37882         New macro from Linux kernel 3.4.0.
37883         (FP_XSTATE_MAGIC2): Likewise.
37884         (FP_XSTATE_MAGIC2_SIZE): Likewise.
37885         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
37886         (struct _fpx_sw_bytes): New struct.
37887         (struct _xsave_hdr): Likewise.
37888         (struct _ymmh_state): Likewise.
37889         (struct _xstate): Likewise.
37891         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
37892         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
37893         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
37894         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
37895         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
37896         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
37898         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
37899         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
37900         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
37901         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
37902         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
37903         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
37905 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37907         [BZ #13743]
37908         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
37909         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
37910         (sysdep_headers): Include sys/platform/ppc.h.
37911         * sysdeps/powerpc/test-gettimebase.c: Test for
37912         __ppc_get_timebase() to catch future ISA opcode/insn changes.
37913         * manual/Makefile (appendices): Include platform.texi.
37914         * manual/contrib.texi (Contributors): Update @node pointers.
37915         * manual/maint.texi (Maintenance): Likewise.
37916         (Platform): New node.
37917         * manual/platform.texi: New file.  Document the new features.
37919 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
37920             Jakub Jelinek  <jakub@redhat.com>
37922         [BZ #14188]
37923         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
37924         where __builtin_expect is unavailable.
37926 2012-06-03  David S. Miller  <davem@davemloft.net>
37928         * stdlib/longlong.h: Updated from GCC.
37930 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
37932         [BZ #14042]
37933         * sysdeps/powerpc/powerpc32/mcount.c: New file.
37934         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
37935         __mcount_internal.
37936         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
37937         (GLIBC_2.16): Likewise.
37939 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
37941         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
37943 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
37945         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
37946         (default-abi): New variable.
37947         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
37948         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
37949         variable.
37950         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
37951         Likewise.
37952         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
37953         Likewise.
37954         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
37955         Likewise.
37957         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
37958         definition.  Document in comment.
37960 2012-06-01  David S. Miller  <davem@davemloft.net>
37962         * stdlib/longlong.h: Updated from GCC.
37964 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
37966         [BZ #14117]
37967         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
37968         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
37969         sys/debugreg.h sys/io.h here.
37970         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
37971         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
37972         sys/io.h.
37973         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
37974         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
37975         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
37976         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
37977         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
37978         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
37980         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
37981         Define only if __x86_64__ is defined.
37983 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
37985         [BZ #14048]
37986         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
37987         Use int64_t for variable i.
37988         * math/libm-test.inc (fmod_test): Add more tests.
37990         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
37991         z computation is not scheduled after fetestexcept.
37992         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
37993         Use math_force_eval instead of asm to ensure calculation scheduled
37994         before exception test.
37995         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
37996         Ensure a1 + u.d computation is not scheduled after fetestexcept.
37998 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
38000         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
38001         computation is not scheduled after fetestexcept.
38003 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38005         [BZ #14117]
38006         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
38007         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
38009 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38011         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
38012         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
38014 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
38016         [BZ #14117]
38017         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
38018         <bits/wordsize.h>.
38019         (__WCHAR_MIN): Support __WORDSIZE == 64.
38020         (__WCHAR_MAX): Likewise.
38022         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
38023         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
38025         [BZ #14183]
38026         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
38027         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
38029         [BZ #14117]
38030         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
38031         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
38033         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
38034         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
38036         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
38037         Defined to 1 if __x86_64__ isn't defined.
38038         (_STAT_VER_LINUX_OLD): New.
38039         (st_atime): Remove duplicate.
38040         (st_mtime): Likewise.
38041         (st_ctime): Likewise.
38043 2012-05-31  David S. Miller  <davem@davemloft.net>
38045         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
38046         entries.
38048 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
38050         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
38051         gen-libm-test.pl.
38053         [BZ #14132]
38054         * elf/dl-reloc.c: Include <_itoa.h>.
38055         (_dl_reloc_bad_type): Remove use of INTUSE.
38056         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
38057         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
38058         * stdio-common/psiginfo.c (psiginfo): Likewise.
38059         * stdio-common/psignal.c (psignal): Likewise.
38060         * string/strsignal.c (strsignal): Likewise.
38061         * include/signal.h (_sys_siglist): Declare hidden proto.
38062         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
38063         INTVARDEF with libc_hidden_data_def.
38064         * stdio-common/itoa-udigits.c: Likewise.
38065         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
38066         (_itoa_lower_digits_internal): Remove declaration.
38067         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
38068         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
38069         (_sys_sigabbrev_internal): Remove aliases.
38070         (_sys_siglist): Define hidden alias.
38072 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
38074         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
38075         bits/sysctl.h.
38077 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
38079         [BZ #14117]
38080         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
38081         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
38083         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
38084         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
38085         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
38086         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
38087         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
38088         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
38090         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
38091         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
38092         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
38094         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
38095         with __addr.
38096         (insw): Likewise.
38097         (insl): Likewise.
38098         (outsb): Likewise.
38099         (outsw): Likewise.
38100         (outsl): Likewise.
38102         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
38103         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
38104         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
38106         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
38107         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
38108         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
38109         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
38110         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
38111         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
38113         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
38114         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
38116         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
38117         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
38119         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
38120         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
38121         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
38123         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
38124         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
38125         to ...
38126         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
38128         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
38129         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
38130         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
38132         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
38133         for x86-64.
38134         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
38136 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
38138         * math/math.h (M_El): Use two more decimal places.
38139         (M_LOG2El): Likewise.
38140         (M_LOG10El): Likewise.
38141         (M_LN2l): Likewise.
38142         (M_LN10l): Likewise.
38143         (M_PIl): Likewise.
38144         (M_PI_2l): Likewise.
38145         (M_PI_4l): Likewise.
38146         (M_1_PIl): Likewise.
38147         (M_2_PIl): Likewise.
38148         (M_2_SQRTPIl): Likewise.
38149         (M_SQRT2l): Likewise.
38150         (M_SQRT1_2l): Likewise.
38152 2012-05-31  David S. Miller  <davem@davemloft.net>
38154         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
38155         values between float registers.
38156         * sysdeps/sparc/sparc64/memset.S: Likewise.
38157         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
38159 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
38161         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
38162         -D_FORTIFY_SOURCE=1.
38163         (CPPFLAGS-tst-longjmp_chk.c): Define.
38164         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
38165         (CPPFLAGS-tst-longjmp_chk2.c): Define.
38166         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
38167         CFLAGS-tst-wchar-h.c.
38169 2012-05-31  Marek Polacek  <polacek@redhat.com>
38171         [BZ #14132]
38172         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
38173         __endmntent_internal): Remove declaration.
38174         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
38175         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
38176         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
38178 2012-05-30  David S. Miller  <davem@davemloft.net>
38180         * sysdeps/sparc/sparc32/soft-fp/q_util.c
38181         (___Q_simulate_exceptions): Use real FP ops rather than writing
38182         into the %fsr.
38183         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
38184         Likewise.
38186 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38188         [BZ #14117]
38189         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
38190         * sysdeps/x86/bits/xtitypes.h: This.
38192         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
38193         * sysdeps/x86/bits/wordsize.h: This.
38195         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
38196         * sysdeps/x86/bits/huge_vall.h: This.
38198         * sysdeps/i386/bits/select.h: Removed.
38199         * sysdeps/x86_64/bits/select.h: Renamed to ...
38200         * sysdeps/x86/bits/select.h: This.
38202         * sysdeps/i386/bits/setjmp.h: Removed.
38203         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
38204         * sysdeps/x86/bits/setjmp.h: This.
38206         * sysdeps/i386/bits/mathdef.h: Removed.
38207         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
38208         * sysdeps/x86/bits/mathdef.h: This.
38210 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
38212         [BZ #14132]
38213         * include/sys/socket.h (__connect_internal)
38214         (__libc_sa_len_internal): Remove declaration.
38215         (__connect, __libc_sa_len): Declare hidden_proto.
38216         (SA_LEN): Remove use of INTUSE.
38217         * socket/connect.c: Add libc_hidden_def.
38218         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
38219         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
38220         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
38221         alias.
38222         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
38223         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
38224         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
38225         of adding _internal alias.
38227 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38229         [BZ #14117]
38230         * sysdeps/i386/bits/link.h: Removed.
38231         * sysdeps/i386/bits/linkmap.h: Likewise.
38232         * sysdeps/x86_64/bits/link.h: Renamed to ...
38233         * sysdeps/x86/bits/link.h: This.
38234         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
38235         * sysdeps/x86/bits/linkmap.h: This.
38237         * sysdeps/i386/bits/endian.h: Removed.
38238         * sysdeps/x86_64/bits/endian.h: Renamed to ...
38239         * sysdeps/x86/bits/endian.h: This.
38241         * sysdeps/i386/bits/byteswap.h: Removed.
38242         * sysdeps/i386/bits/byteswap-16.h: Likewise.
38243         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
38244         * sysdeps/x86/bits/byteswap.h: This.
38245         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
38246         * sysdeps/x86/bits/byteswap-16.h: This.
38247         * sysdeps/i386/Implies: Add x86.
38248         * sysdeps/x86_64/Implies: Likewise.
38250 2012-05-30  David S. Miller  <davem@davemloft.net>
38252         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
38253         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
38254         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
38255         (FP_TRAPPING_EXCEPTIONS): Define.
38256         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
38257         (FP_TRAPPING_EXCEPTIONS): Define.
38258         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
38259         subnormals only when inexact has been signalled or underflow
38260         exceptions are enabled.
38261         (_FP_PACK_CANONICAL): Likewise.
38263 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38265         [BZ #14183]
38266         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
38267         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
38269 2012-05-30  Richard Henderson  <rth@twiddle.net>
38271         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
38272         with #ifndef NOT_IN_libc.
38274         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
38275         marked to avoid plt entry.
38277 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38279         [BZ #14112]
38280         * Makeconfig (default-abi): New macro.
38281         (abi-includes): Likewise.
38282         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
38283         $(abi-$(default-abi)-lib-soname) for soname if defined.
38284         ($(common-objpfx)gnu/lib-names.stmp): Generate from
38285         abi-variants.
38286         * Makefile (installed-stubs): Likewise.
38287         * include/stubs-biarch.h: Removed.
38288         * scripts/lib-names.awk: Only handle one library at a time.
38289         * scripts/soversions.awk: Remove WORDSIZE support.
38290         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
38291         entries.
38292         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
38293         Removed.
38294         (syscall-list-default-condition): Likewise.
38295         (syscall-list-default-condition): Likewise.
38296         (syscall-list-includes): Likewise.
38297         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
38298         syscall-list-* with abi-*.  Handle undefined abi-variants.
38299         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
38300         * sysdeps/unix/sysv/linux/i386/Implies: New file.
38301         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
38302         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
38303         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
38304         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
38305         Removed.
38306         (syscall-list-32-options): Likewise.
38307         (syscall-list-32-condition): Likewise.
38308         (syscall-list-64-options): Likewise.
38309         (syscall-list-64-condition): Likewise.
38310         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
38311         macro.
38312         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
38313         Renamed to ...
38314         (abi-*): This.
38315         (abi-64-ld-soname): New macro.
38316         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
38317         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
38318         Renamed to ...
38319         (abi-*): This.
38320         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
38321         * sysdeps/x86_64/x32/shlib-versions: Likewise.
38323 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
38325         * sysdeps/unix/sysv/linux/kernel-features.h
38326         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
38327         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
38328         include <kernel-features.h>.
38329         [!__NR_ftruncate64]: Remove conditional code.
38330         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38331         [__NR_ftruncate64]: Make code unconditional.
38332         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38333         * sysdeps/unix/sysv/linux/truncate64.c: Do not
38334         include <kernel-features.h>.
38335         [!__NR_ftruncate64]: Remove conditional code.
38336         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38337         [__NR_ftruncate64]: Make code unconditional.
38338         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38339         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
38340         include <kernel-features.h>.
38341         [!__NR_ftruncate64]: Remove conditional code.
38342         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38343         [__NR_ftruncate64]: Make code unconditional.
38344         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38345         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
38346         include <kernel-features.h>.
38347         [!__NR_ftruncate64]: Remove conditional code.
38348         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38349         [__NR_ftruncate64]: Make code unconditional.
38350         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38352         * configure.in (libc_cv_fpie): Weaken to a compile test using
38353         LIBC_TRY_CC_OPTION.
38354         * configure: Regenerated.
38356 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38358         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
38359         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
38360         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
38361         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
38362         Refreshed.
38363         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
38364         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
38365         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
38366         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
38367         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
38368         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
38369         Refreshed.
38371 2012-05-27  David S. Miller  <davem@davemloft.net>
38373         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
38374         (___Q_zero): New.
38375         (__Q_simulate_exceptions): Return void.  Change to simulate
38376         exceptions by writing into the %fsr.
38377         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
38378         (__Qp_handle_exceptions): Likewise.
38379         (numbers): Delete.
38380         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
38381         __Qp_handle_exceptions.
38382         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
38383         __Qp_handle_exceptions.
38384         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38385         as unused and give dummy FP_RND_NEAREST initializer.
38386         (FP_INHIBIT_RESULTS): Define.
38387         (___Q_simulate_exceptions): Update declaration.
38388         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
38389         formatting.
38390         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38391         as unused and give dummy FP_RND_NEAREST initializer.
38392         (__Qp_handle_exceptions): Update declaration.
38393         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
38394         formatting.
38396 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
38398         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
38399         the temporary FPU control word.
38400         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
38401         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
38402         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
38403         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
38404         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
38405         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
38406         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
38407         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
38408         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
38409         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
38410         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
38412 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
38414         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
38415         fields.
38417 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
38419         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
38420         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
38421         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
38422         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
38423         Likewise.
38424         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
38425         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
38426         Likewise.
38428 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
38430         * po/h.po: Update from translation team.
38432 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
38434         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
38436         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
38437         handling of denormals.
38438         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
38439         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
38440         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
38441         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
38442         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
38443         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
38444         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
38445         Likewise.
38447 2012-05-26  Marek Polacek  <polacek@redhat.com>
38449         [BZ #14152]
38450         * math/libm-test.inc (fma_test): Don't always expect underflow
38451         exception.
38453 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
38455         [BZ #12416]
38456         * elf/tst-execstack.c: Include stackinfo.h.
38457         (do_test): Adjust test case to ensure that pthread_getattr_np
38458         behaviour remains the same after marking stack executable.
38460 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38462         * sysdeps/unix/sysv/linux/kernel-features.h
38463         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
38464         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
38465         kernel-features.h.
38466         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38467         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38468         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
38469         kernel-features.h.
38470         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38471         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38473 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
38475         * configure.in: Define the default includes to being none.
38476         * configure: Regenerated.
38478 2012-05-25  Roland McGrath  <roland@hack.frob.com>
38480         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
38481         * sysdeps/x86_64/setjmp.S: Likewise.
38482         * sysdeps/i386/bsd-setjmp.S: Likewise.
38483         * sysdeps/i386/bsd-_setjmp.S: Likewise.
38484         * sysdeps/i386/setjmp.S: Likewise.
38485         * sysdeps/i386/__longjmp.S: Likewise.
38486         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
38487         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
38489         * include/stap-probe.h: New file.
38490         * configure.in: Handle --enable-systemtap.
38491         * configure: Regenerated.
38492         * config.h.in (USE_STAP_PROBE): New #undef.
38493         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
38494         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
38495         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
38497 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38499         [BZ #13717]
38500         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
38501         to 2.4.0 where earlier.
38502         * sysdeps/unix/sysv/linux/configure: Regenerated.
38503         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
38504         <kernel-features.h>.
38505         [__ASSUME_32BITUIDS]: Make code unconditional.
38506         [!__ASSUME_32BITUIDS]: Remove conditional code.
38507         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
38508         <kernel-features.h>.
38509         [__ASSUME_32BITUIDS]: Make code unconditional.
38510         [!__ASSUME_32BITUIDS]: Remove conditional code.
38511         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
38512         [__ASSUME_32BITUIDS]: Make code unconditional.
38513         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
38514         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
38515         <kernel-features.h>.
38516         [__ASSUME_32BITUIDS]: Make code unconditional.
38517         [!__ASSUME_32BITUIDS]: Remove conditional code.
38518         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
38519         <kernel-features.h>.
38520         [__ASSUME_32BITUIDS]: Make code unconditional.
38521         [!__ASSUME_32BITUIDS]: Remove conditional code.
38522         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
38523         <kernel-features.h>.
38524         [__ASSUME_32BITUIDS]: Make code unconditional.
38525         [!__ASSUME_32BITUIDS]: Remove conditional code.
38526         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
38527         <kernel-features.h>.
38528         [__ASSUME_32BITUIDS]: Make code unconditional.
38529         [!__ASSUME_32BITUIDS]: Remove conditional code.
38530         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
38531         <kernel-features.h>.
38532         [__ASSUME_32BITUIDS]: Make code unconditional.
38533         [!__ASSUME_32BITUIDS]: Remove conditional code.
38534         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
38535         <kernel-features.h>.
38536         [__ASSUME_32BITUIDS]: Make code unconditional.
38537         [!__ASSUME_32BITUIDS]: Remove conditional code.
38538         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
38539         <kernel-features.h>.
38540         [__ASSUME_32BITUIDS]: Make code unconditional.
38541         [!__ASSUME_32BITUIDS]: Remove conditional code.
38542         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
38543         <kernel-features.h>.
38544         [__ASSUME_32BITUIDS]: Make code unconditional.
38545         [!__ASSUME_32BITUIDS]: Remove conditional code.
38546         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
38547         <kernel-features.h>.
38548         [__ASSUME_32BITUIDS]: Make code unconditional.
38549         [!__ASSUME_32BITUIDS]: Remove conditional code.
38550         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
38551         <kernel-features.h>.
38552         [__ASSUME_32BITUIDS]: Make code unconditional.
38553         [!__ASSUME_32BITUIDS]: Remove conditional code.
38554         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
38555         <kernel-features.h>.
38556         [__NR_setresgid] (__setresgid): Do not declare.
38557         [__ASSUME_32BITUIDS]: Make code unconditional.
38558         [!__ASSUME_32BITUIDS]: Remove conditional code.
38559         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
38560         <kernel-features.h>.
38561         [__NR_setresuid] (__setresuid): Do not declare.
38562         [__ASSUME_32BITUIDS]: Make code unconditional.
38563         [!__ASSUME_32BITUIDS]: Remove conditional code.
38564         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
38565         <kernel-features.h>.
38566         [__ASSUME_32BITUIDS]: Make code unconditional.
38567         [!__ASSUME_32BITUIDS]: Remove conditional code.
38568         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
38569         <kernel-features.h>.
38570         [__ASSUME_32BITUIDS]: Make code unconditional.
38571         [!__ASSUME_32BITUIDS]: Remove conditional code.
38572         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
38573         <kernel-features.h>.
38574         [__ASSUME_32BITUIDS]: Make code unconditional.
38575         [!__ASSUME_32BITUIDS]: Remove conditional code.
38576         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
38577         <kernel-features.h>.
38578         [__ASSUME_32BITUIDS]: Make code unconditional.
38579         [!__ASSUME_32BITUIDS]: Remove conditional code.
38580         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
38581         <kernel-features.h>.
38582         [__ASSUME_32BITUIDS]: Make code unconditional.
38583         [!__ASSUME_32BITUIDS]: Remove conditional code.
38584         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
38585         <kernel-features.h>.
38586         [__ASSUME_32BITUIDS]: Make code unconditional.
38587         [!__ASSUME_32BITUIDS]: Remove conditional code.
38588         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
38589         <kernel-features.h>.
38590         [__ASSUME_32BITUIDS]: Make code unconditional.
38591         [!__ASSUME_32BITUIDS]: Remove conditional code.
38592         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
38593         <kernel-features.h>.
38594         [__ASSUME_32BITUIDS]: Make code unconditional.
38595         [!__ASSUME_32BITUIDS]: Remove conditional code.
38596         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
38597         <kernel-features.h>.
38598         [__ASSUME_32BITUIDS]: Make code unconditional.
38599         [!__ASSUME_32BITUIDS]: Remove conditional code.
38600         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
38601         <kernel-features.h>.
38602         [__ASSUME_32BITUIDS]: Make code unconditional.
38603         [!__ASSUME_32BITUIDS]: Remove conditional code.
38604         * sysdeps/unix/sysv/linux/kernel-features.h
38605         (__ASSUME_SETRESUID_SYSCALL): Remove.
38606         (__ASSUME_SETRESGID_SYSCALL): Likewise.
38607         (__ASSUME_32BITUIDS): Likewise.
38608         (__ASSUME_LDT_WORKS): Likewise.
38609         (__ASSUME_O_DIRECTORY): Likewise.
38610         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
38611         architecture but not kernel version.
38612         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
38613         (__ASSUME_MMAP2_SYSCALL): Likewise.
38614         (__ASSUME_STAT64_SYSCALL): Likewise.
38615         (__ASSUME_IPC64): Likewise.
38616         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
38617         <kernel-features.h>.
38618         [__ASSUME_32BITUIDS]: Make code unconditional.
38619         [!__ASSUME_32BITUIDS]: Remove conditional code.
38620         * sysdeps/unix/sysv/linux/opendir.c: Do not include
38621         <kernel-features.h>.
38622         [__ASSUME_O_DIRECTORY]: Make code unconditional.
38623         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
38624         132096]: Remove conditional code.
38625         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
38626         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
38627         <kernel-features.h>.
38628         [__ASSUME_32BITUIDS]: Make code unconditional.
38629         [!__ASSUME_32BITUIDS]: Remove conditional code.
38630         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
38631         <kernel-features.h>.
38632         [__ASSUME_32BITUIDS]: Make code unconditional.
38633         [!__ASSUME_32BITUIDS]: Remove conditional code.
38634         * sysdeps/unix/sysv/linux/setegid.c: Do not include
38635         <kernel-features.h>.
38636         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
38637         unconditional.
38638         (__setresgid): Do not declare.
38639         [__ASSUME_32BITUIDS]: Make code unconditional.
38640         [!__ASSUME_32BITUIDS]: Remove conditional code.
38641         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
38642         <kernel-features.h>.
38643         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
38644         unconditional.
38645         (__setresuid): Do not declare.
38646         [__ASSUME_32BITUIDS]: Make code unconditional.
38647         [!__ASSUME_32BITUIDS]: Remove conditional code.
38648         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
38649         <kernel-features.h>.
38650         [__ASSUME_32BITUIDS]: Make code unconditional.
38651         [!__ASSUME_32BITUIDS]: Remove conditional code.
38652         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
38653         <kernel-features.h>.
38654         [__ASSUME_32BITUIDS]: Make code unconditional.
38655         [!__ASSUME_32BITUIDS]: Remove conditional code.
38657 2012-05-25  Richard Henderson  <rth@twiddle.net>
38659         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
38660         dl_hwcap to ifunc resolver.
38661         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
38662         elf_ifunc_invoke.
38663         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
38664         dl_hwcap to ifunc resolver.
38665         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
38667 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38669         [BZ #14153]
38670         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
38671         for |x| <= 2**-26, not 2**-57.
38672         * math/libm-test.inc (acos_test): Do not allow spurious underflow
38673         exception.
38675 2012-05-24  Jeff Law  <law@redhat.com>
38677         * stdio-common/Makefile (tests): Add bug25.
38678         * stdio-common/bug25.c: New test.
38680 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
38682         [BZ #13576]
38683         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
38684         multiple of MALLOC_ALIGNMENT in size.
38685         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
38687 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38689         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
38690         Require >= 256.
38691         (FILENAME_MAX): Use macro-int-constant.
38692         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
38693         (_IOFBF): Use macro-int-constant.
38694         (_IOLBF): Likewise.
38695         (_IONBF): Likewise.
38696         (SEEK_CUR): Likewise.
38697         (SEEK_END): Likewise.
38698         (SEEK_SET): Likewise.
38699         (TMP_MAX): Likewise.
38700         (EOF): Use macro-int-constant.  Require < 0.
38701         (NULL): Use macro-constant.  Require == 0.
38702         (stdin): Require type to be FILE *.
38703         (stdout): Likewise.
38704         (stderr): Likewise.
38705         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
38706         macro-int-constant.
38707         (EXIT_SUCCESS): Likewise.
38708         (NULL): Use macro-constant.  Require == 0.
38709         (RAND_MAX): Use macro-int-constant.
38710         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
38711         [C99-based standards] (strtof): Require function.
38712         [C99-based standards] (strtold): Likewise.
38713         [C99-based standards] (strtoll): Likewise.
38714         [C99-based standards] (strtoull): Likewise.
38715         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
38716         [ISO || ISO99 || ISO11] (limits.h): Likewise.
38717         [ISO || ISO99 || ISO11] (math.h): Likewise.
38718         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
38719         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
38720         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38722 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
38724         [BZ #14132]
38725         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
38726         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
38727         * intl/dgettext.c (DCGETTEXT): Likewise.
38728         * intl/gettext.c (DCGETTEXT): Likewise.
38729         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
38730         * posix/regex_internal.h (gettext): Likewise.
38731         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
38732         Remove declaration.
38733         * include/argz.h (__argz_count_internal)
38734         (__argz_stringify_internal): Remove declaration.
38735         (__argz_count, __argz_stringify): Declare hidden proto.
38736         * intl/dcgettext.c: Remove use of INTDEF.
38737         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
38738         * string/argz-stringify.c: Likewise.
38739         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
38740         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
38741         Declare hidden proto.
38742         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
38743         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
38744         Declare hidden proto.
38745         * include/stdio.h (__asprintf_internal): Don't declare.
38746         (__asprintf): Don't define as macro.  Declare hidden proto.
38747         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
38748         (__fsetlocking): Declare hidden proto.
38749         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
38750         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
38751         hidden proto.
38752         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
38753         (_IO_setlinebuf): Remove use of INTUSE.
38754         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
38755         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
38756         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
38757         Remove declaration.
38758         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
38759         (_IO_do_flush): Remove use of INTUSE.
38760         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
38761         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
38762         (_IO_adjust_column, _IO_least_wmarker)
38763         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
38764         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
38765         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
38766         (_IO_default_doallocate, _IO_wdefault_doallocate)
38767         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
38768         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
38769         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
38770         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
38771         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
38772         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
38773         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
38774         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
38775         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
38776         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
38777         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
38778         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
38779         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
38780         proto.
38781         (_IO_flush_all_internal, _IO_adjust_column_internal)
38782         (_IO_default_uflow_internal, _IO_default_finish_internal)
38783         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
38784         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
38785         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
38786         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
38787         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
38788         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
38789         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
38790         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
38791         (_IO_file_close_internal, _IO_file_close_it_internal)
38792         (_IO_file_underflow_internal, _IO_file_overflow_internal)
38793         (_IO_file_init_internal, _IO_file_attach_internal)
38794         (_IO_file_fopen_internal, _IO_file_read_internal)
38795         (_IO_file_sync_internal, _IO_file_seek_internal)
38796         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
38797         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
38798         (_IO_str_underflow_internal, _IO_str_overflow_internal)
38799         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
38800         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
38801         (_IO_list_all_internal, _IO_link_in_internal)
38802         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
38803         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
38804         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
38805         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
38806         (_IO_do_write_internal, _IO_padn_internal)
38807         (_IO_getline_info_internal, _IO_getline_internal)
38808         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
38809         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
38810         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
38811         (_IO_vfscanf_internal, _IO_vfprintf_internal)
38812         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
38813         (_IO_init_internal, _IO_un_link_internal): Don't declare.
38814         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
38815         with libc_hidden_ver, remove use of INTUSE.
38816         * libio/genops.c: Likewise.
38817         * libio/freopen.c: Likewise.
38818         * libio/freopen64.c: Likewise.
38819         * libio/iofclose.c: Likewise.
38820         * libio/iofdopen.c: Likewise.
38821         * libio/iofflush.c: Likewise.
38822         * libio/iofflush_u.c: Likewise.
38823         * libio/iofgets.c: Likewise.
38824         * libio/iofgets_u.c: Likewise.
38825         * libio/iofopen.c: Likewise.
38826         * libio/iofopncook.c: Likewise.
38827         * libio/iofread.c: Likewise.
38828         * libio/iofread_u.c: Likewise.
38829         * libio/ioftell.c: Likewise.
38830         * libio/iofwrite.c: Likewise.
38831         * libio/iogetline.c: Likewise.
38832         * libio/iogets.c: Likewise.
38833         * libio/iogetwline.c: Likewise.
38834         * libio/iopadn.c: Likewise.
38835         * libio/iopopen.c: Likewise.
38836         * libio/ioseekoff.c: Likewise.
38837         * libio/ioseekpos.c: Likewise.
38838         * libio/iosetbuffer.c: Likewise.
38839         * libio/iosetvbuf.c: Likewise.
38840         * libio/ioungetc.c: Likewise.
38841         * libio/ioungetwc.c: Likewise.
38842         * libio/iovdprintf.c: Likewise.
38843         * libio/iovsprintf.c: Likewise.
38844         * libio/iovsscanf.c: Likewise.
38845         * libio/memstream.c: Likewise.
38846         * libio/obprintf.c: Likewise.
38847         * libio/oldfileops.c: Likewise.
38848         * libio/oldiofclose.c: Likewise.
38849         * libio/oldiofdopen.c: Likewise.
38850         * libio/oldiofopen.c: Likewise.
38851         * libio/oldiopopen.c: Likewise.
38852         * libio/oldstdfiles.c: Likewise.
38853         * libio/putc.c: Likewise.
38854         * libio/setbuf.c: Likewise.
38855         * libio/setlinebuf.c: Likewise.
38856         * libio/stdfiles.c: Likewise.
38857         * libio/strops.c: Likewise.
38858         * libio/vasprintf.c: Likewise.
38859         * libio/vscanf.c: Likewise.
38860         * libio/vsnprintf.c: Likewise.
38861         * libio/vswprintf.c: Likewise.
38862         * libio/wfiledoalloc.c: Likewise.
38863         * libio/wfileops.c: Likewise.
38864         * libio/wgenops.c: Likewise.
38865         * libio/wmemstream.c: Likewise.
38866         * libio/wstrops.c: Likewise.
38867         * libio/__fpurge.c: Likewise.
38868         * libio/__fsetlocking.c: Likewise.
38869         * assert/assert.c: Likewise.
38870         * debug/fgets_chk.c: Likewise.
38871         * debug/fgets_u_chk.c: Likewise.
38872         * debug/fread_chk.c: Likewise.
38873         * debug/fread_u_chk.c: Likewise.
38874         * debug/gets_chk.c: Likewise.
38875         * debug/obprintf_chk.c: Likewise.
38876         * debug/vasprintf_chk.c: Likewise.
38877         * debug/vdprintf_chk.c: Likewise.
38878         * debug/vsnprintf_chk.c: Likewise.
38879         * debug/vsprintf_chk.c: Likewise.
38880         * malloc/mtrace.c: Likewise.
38881         * misc/error.c: Likewise.
38882         * misc/syslog.c: Likewise.
38883         * stdio-common/asprintf.c: Likewise.
38884         * stdio-common/fxprintf.c: Likewise.
38885         * stdio-common/getw.c: Likewise.
38886         * stdio-common/isoc99_fscanf.c: Likewise.
38887         * stdio-common/isoc99_scanf.c: Likewise.
38888         * stdio-common/isoc99_vfscanf.c: Likewise.
38889         * stdio-common/isoc99_vscanf.c: Likewise.
38890         * stdio-common/isoc99_vsscanf.c: Likewise.
38891         * stdio-common/printf-prs.c: Likewise.
38892         * stdio-common/printf_fp.c: Likewise.
38893         * stdio-common/printf_fphex.c: Likewise.
38894         * stdio-common/printf_size.c: Likewise.
38895         * stdio-common/putw.c: Likewise.
38896         * stdio-common/scanf.c: Likewise.
38897         * stdio-common/sprintf.c: Likewise.
38898         * stdio-common/tmpfile.c: Likewise.
38899         * stdio-common/vfprintf.c: Likewise.
38900         * stdio-common/vfscanf.c: Likewise.
38901         * stdlib/strfmon_l.c: Likewise.
38902         * sunrpc/openchild.c: Likewise.
38903         * sunrpc/xdr_stdio.c: Likewise.
38904         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
38905         * sysdeps/mach/hurd/tmpfile.c: Likewise.
38907 2012-05-24  Roland McGrath  <roland@hack.frob.com>
38909         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
38911         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
38912         in the third column, to generate for the shared library an IFUNC
38913         that uses _dl_vdso_vsym.
38914         * Makerules (COMPILE.c, compile-stdin.c): New variables.
38915         * Makeconfig (object-suffixes-noshared): New variable.
38917         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
38918         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
38919         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
38920         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
38922         [BZ #14132]
38923         * include/sys/time.h (__gettimeofday): Remove macro.
38924         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
38925         * time/gettimeofday.c (__gettimeofday): Remove #undef.
38926         Remove INTDEF.
38927         (__gettimeofday): Add libc_hidden_def.
38928         (gettimeofday): Add libc_hidden_weak.
38929         * sysdeps/mach/gettimeofday.c: Likewise.
38930         * sysdeps/posix/gettimeofday.c: Likewise.
38931         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
38932         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
38933         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
38934         (__gettimeofday_internal): Remove strong_alias.
38935         (__gettimeofday): Add libc_hidden_def.
38936         (gettimeofday): Add libc_hidden_weak.
38937         * sysdeps/unix/syscalls.list (gettimeofday):
38938         Remove __gettimeofday_internal alias.
38940 2012-05-24  Daniel Jacobowitz  <drow@false.org>
38941             H.J. Lu  <hongjiu.lu@intel.com>
38943         [BZ #12495]
38944         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
38945         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
38946         (largebin_index_32_big): New.
38947         (largebin_index): Use it for 16-byte alignment.
38948         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
38949         correction with front_misalign.
38951 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
38953         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
38954         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
38955         Likewise.
38956         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
38957         Likewise.
38958         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
38959         Likewise.
38960         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
38961         Likewise.
38962         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
38963         Likewise.
38964         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
38965         Likewise.
38966         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
38967         Likewise.
38968         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
38969         Likewise.
38970         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
38971         Likewise.
38972         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
38973         Likewise.
38974         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
38975         Likewise.
38976         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
38977         Likewise.
38979         * scripts/data/c++-types-x32-linux-gnu.data: New file.
38980         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
38982 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38984         [BZ #10846]
38985         [BZ #14036]
38986         * math/libm-test.inc (exp_test): Add test from bug 14036.
38987         (pow_test): Add test from bug 10846.
38989         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
38990         and other flags.
38991         (special_function): Do not include flags in test name.
38992         (parse_args): Likewise.
38993         * sysdeps/i386/fpu/libm-test-ulps: Update.
38994         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
38995         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
38996         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
38997         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38999         * math/gen-libm-test.pl (%beautify): Add entries for underflow
39000         exceptions.
39001         * math/libm-test.inc ("Philosophy"): Update comment about
39002         exception testing.
39003         (UNDERFLOW_EXCEPTION): New macro.
39004         (UNDERFLOW_EXCEPTION_OK): Likewise.
39005         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
39006         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
39007         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
39008         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
39009         (INVALID_EXCEPTION_OK): Update value.
39010         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
39011         (OVERFLOW_EXCEPTION_OK): Likewise.
39012         (IGNORE_ZERO_INF_SIGN): Likewise.
39013         (test_exceptions): Handle underflow exceptions.
39014         (acos_test): Update for underflow exception expectations.
39015         (cexp_test): Likewise.
39016         (clog_test): Likewise.
39017         (clog10_test): Likewise.
39018         (csqrt_test): Likewise.
39019         (ctan_test): Likewise.
39020         (ctanh_test): Likewise.
39021         (exp_test): Likewise.
39022         (exp10_test): Likewise.
39023         (exp2_test): Likewise.
39024         (expm1_test): Likewise.
39025         (fma_test): Likewise.
39026         (j0_test): Likewise.
39027         (jn_test): Likewise.
39028         (nexttoward_test): Likewise.
39029         (pow_test): Likewise.
39030         (scalbn_test): Likewise.
39031         (scalbln_test): Likewise.
39032         (tan_test): Likewise.
39033         (y1_test): Likewise.
39034         * sysdeps/i386/fpu/libm-test-ulps: Update.
39035         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39037 2012-05-23  David S. Miller  <davem@davemloft.net>
39039         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
39040         (__libc_sigaction): Remove unused local variables.
39042 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39044         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
39046 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
39048         mktime: avoid signed integer overflow
39049         * time/mktime.c (__mktime_internal): Do not mishandle the case
39050         where diff == INT_MIN.
39052         mktime: simplify computation of average
39053         * time/mktime.c (ranged_convert): Use new time_t_avg function
39054         instead of rolling our own (probably-slower) code.
39056         mktime: do not assume signed right shift propagates sign bit
39057         * time/mktime.c (isdst_differ): New static function.
39058         (__mktime_internal): No need to normalize tm_isdst now.
39059         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
39060         tm_isdst values.
39062         mktime: merge another wrapv change from gnulib
39063         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
39064         from some compilers.
39066         mktime: remove incorrect attempt at unusual arithmetics
39067         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
39068         The code didn't really work on such machines anyway.
39069         (TYPE_MINIMUM): Assume two's complement.
39070         (twos_complement_arithmetic): Verify that long_int and time_t
39071         are two's complement (or unsigned, in the latter case).
39073         mktime: check signed shifts on long_int and time_t, too
39074         * time/mktime.c (SHR): Check that shifts work as desired
39075         on the types long_int and time_t too, as SHR is used on
39076         such types.
39078         mktime: do not assume 'long' is wide enough
39079         * time/mktime.c (verify): Move decl up.
39080         (long_int): New type.
39081         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
39082         to remove assumption in the code that 'long' is wide enough to
39083         store year values.  This assumption is not true on x32 and on
39084         some non-glibc platforms.
39086         mktime: merge wrapv change from gnulib
39087         * time/mktime.c (WRAPV): New macro.
39088         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
39089         (guess_time_tm, __mktime_internal): Do not assume that signed
39090         integer overflow wraps around; modern compilers generate code
39091         where this assumption is no longer valid.
39093 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39095         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
39096         Replace "jmp L(pseudo_end)" with "ret".
39097         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
39098         Likewise.
39100 2012-05-23  Andreas Jaeger  <aj@suse.de>
39102         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
39103         * sysdeps/unix/sysv/linux/poll.c: Remove file.
39105 2012-05-23  Andreas Jaeger  <aj@suse.de>
39106             Maximilian Attems  <max@stro.at>
39108         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
39109         New macros.
39111 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39113         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
39114         code so that pseudo_end is just ret and the stack pointer is
39115         correct also for static library in error case.
39117 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
39119         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
39120         move to syscalls.list.
39121         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
39122         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
39123         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
39124         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
39126         * manual/install.texi (Running make install): Do not mention Linux
39127         kernel version for which pt_chown is not needed.
39128         (Linux): Do not mention problems with nscd with 2.0 kernels.
39129         * INSTALL: Regenerated.
39131 2012-05-23  Andreas Jaeger  <aj@suse.de>
39133         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
39134         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
39135         macro.
39136         * sysdeps/unix/sysv/linux/s390/bits/mman.h
39137         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39138         * sysdeps/unix/sysv/linux/sh/bits/mman.h
39139         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39140         * sysdeps/unix/sysv/linux/i386/bits/mman.h
39141         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39142         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
39143         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39144         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
39145         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39146         * sysdeps/unix/sysv/linux/bits/in.h
39147         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
39149 2012-05-22  Roland McGrath  <roland@hack.frob.com>
39151         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
39152         (PREPARE_VERSION): Just use assert instead, it will be elided
39153         under [NDEBUG] anyway.
39155 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39157         * sysdeps/unix/sysv/linux/Makefile: Include
39158         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
39159         (sysdep_routines): Remove sysctl.
39160         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
39161         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
39162         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
39163         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
39164         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
39166 2012-05-22  Andreas Jaeger  <aj@suse.de>
39168         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
39169         that pseudo_end is just ret and the stack pointer is correct also
39170         for static library in error case.
39172 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
39174         [BZ #14122]
39175         * nss/nsswitch.c (defconfig_entries): New variable.
39176         (__nss_database_lookup): Don't leak defconfig entries.
39177         (nss_parse_service_list): Don't leak on error paths.
39178         (free_database_entries): New function.
39179         (free_defconfig): New function.
39180         (free_mem): Move common code to free_database_entries.
39182 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39184         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
39185         Add arch_prctl.
39186         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
39188         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
39189         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
39190         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
39191         New macro.
39192         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
39193         (INTERNAL_SYSCALL_TYPES): Likewise.
39194         (LOAD_ARGS_TYPES_[1-6]): Likewise.
39195         (LOAD_REGS_TYPES_[1-6]): Likewise.
39196         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
39197         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
39199 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39201         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
39202         copysignl for GLIBC_2_0.
39203         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
39204         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
39205         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
39206         logbl for GLIBC_2_0.
39207         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
39208         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
39210 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39212         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
39213         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39215         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
39216         Use "neg %eax".
39218         * time/mktime.c: Update copyright years.
39220 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
39222         mktime: merge comment-quoting-style change from gnulib
39223         * time/mktime.c: Quote 'like this' in comments.
39224         The GNU coding standards suggest that we no longer quote `like this',
39225         as "`" and "'" are typically rendered asymmetrically nowadays.
39226         The typical gnulib style is to quote 'like this' when quoting
39227         code, and "like this" when quoting English.
39229         * time/mktime.c (compile-command): Add "-I.".
39231         mktime: merge mktime-internal.h change from gnulib
39232         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
39234         mktime: merge time_r change from gnulib
39235         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
39237         mktime: merge DEBUG change from gnulib
39238         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
39239         case system <time.h> has a #define.
39241         mktime: merge <sys/types.h> change from gnulib
39242         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
39243         since <time.t> is now guaranteed to define time_t.
39245         mktime: merge HAVE_CONFIG_H change from gnulib
39246         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
39248 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39250         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39251         Use "neg %eax".
39253         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
39254         __rlim_t cast.
39255         (struct rusage): Use anonymous union to pad each field to
39256         __syscall_slong_t.
39258 2012-05-21  David S. Miller  <davem@davemloft.net>
39260         * Makefules (o-iterator): Remove .s cases.
39261         (compile-command.s): Delete.
39262         (COMPILE.s): Delete.
39263         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
39265 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
39267         * configure.in (libc_cv_predef_stack_protector): Only consider
39268         "foobar" and "__stack_chk_fail" lines in libc_undefs.
39269         * configure: Regenerated.
39271 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39273         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39274         New macro.  Use R*LP on int and pointer.
39275         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
39276         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
39277         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
39278         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
39280         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
39281         [__WORDSIZE_TIME64_COMPAT32] instead of
39282         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
39283         (struct utmp): Likewise.
39284         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
39285         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
39286         Renamed to ...
39287         (__WORDSIZE_TIME64_COMPAT32): This.
39288         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
39289         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
39290         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
39291         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
39292         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
39293         (__WORDSIZE_TIME64_COMPAT32): New macro.
39295 2012-05-21  Andreas Jaeger  <aj@suse.de>
39297         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
39298         only if [SHARED]. Add prototype for __wcschr_ia32.
39300 2012-05-21  Roland McGrath  <roland@hack.frob.com>
39302         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
39303         of %rbp unmolested in the jmp_buf while mangling the low bits.
39304         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
39305         unmolested high bits of %rbp while demangling the low bits.
39306         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
39308 2012-05-21  Andreas Jaeger  <aj@suse.de>
39310         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
39311         * sunrpc/svc_simple.c: Use it for registerrpc.
39312         * sunrpc/xcrypt.c: Use it for passwd2des.
39314         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
39316 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39318         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
39319         Don't define if [__SYSCALL_WORDSIZE != 32].
39320         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
39321         New macro.
39323 2012-05-21  Bruno Haible  <bruno@clisp.org>
39324             Andreas Jaeger  <aj@suse.de>
39326         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
39327         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
39328         inptr and inend for must_buffer_ch.
39329         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
39330         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
39331         * stdio-common/Makefile (tests): Remove bug15.
39332         (bug15-ENV): Remove macro.
39333         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
39334         anymore.
39336 2012-05-19  Andreas Jaeger  <aj@suse.de>
39337             Roland McGrath  <roland@hack.frob.com>
39339         * manual/contrib.texi: Completely rewritten. It contains now an
39340         alphabetical list of contributors and their contributions.
39342 2012-05-21  Richard Henderson  <rth@twiddle.net>
39344         * misc/getauxval.c (__getauxval): Use unsigned long int.
39345         * misc/sys/auxv.h: Include <sys/cdefs.h>.
39346         (getauxval): Use unsigned long int.
39348 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39350         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
39352 2012-05-21  Roland McGrath  <roland@hack.frob.com>
39354         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
39355         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
39356         __alignof__ (long double).
39358 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39360         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39362 2012-05-20  Richard Henderson  <rth@twiddle.net>
39364         * misc/getauxval.c: New file.
39365         * misc/sys/auxv.h: New file.
39366         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
39367         (routines): Add getauxval.
39368         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
39369         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
39370         * elf/dl-sysdep.c (_dl_auxv): Remove.
39371         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
39372         * elf/dl-support.c (_dl_auxv): New variable.
39373         (_dl_aux_init): Initialize it.
39374         * manual/startup.texi (Auxiliary Vector): New node.
39375         * sysdeps/generic/bits/hwcap.h: New file.
39376         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
39377         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
39378         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
39379         * sysdeps/sparc/sysdep.h: ... here.  Include it.
39380         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
39381         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
39382         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
39383         Update.
39384         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
39385         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
39386         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
39387         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
39388         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39389         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39390         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
39391         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
39393 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39395         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39397 2012-05-19  David S. Miller  <davem@davemloft.net>
39399         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39401 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39403         [BZ #14123]
39404         * math/s_ccosh.c: Include <float.h>
39405         (__ccosh): Avoid internal overflow calculating sinh and cosh
39406         values before multiplying by sin and cos values.
39407         * math/s_ccoshf.c: Likewise.
39408         * math/s_ccoshl.c: Likewise.
39409         * math/s_csin.c: Likewise.
39410         * math/s_csinf.c: Likewise.
39411         * math/s_csinl.c: Likewise.
39412         * math/s_csinh.c: Likewise.
39413         * math/s_csinhf.c: Likewise.
39414         * math/s_csinhl.c: Likewise.
39415         * math/libm-test.inc (ccos_test): Add more tests.
39416         (ccosh_test): Likewise.
39417         (csin_test): Likewise.
39418         (csinh_test): Likewise.
39419         * sysdeps/i386/fpu/libm-test-ulps: Update.
39420         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39422 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
39424         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
39425         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
39427         * sysdeps/x86_64/x32/_itoa.h: Add comment.
39429 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39431         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
39432         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
39433         * sysdeps/powerpc/soft-fp/Versions: Likewise.
39434         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
39435         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
39436         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
39437         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
39438         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
39439         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
39440         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
39441         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
39442         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
39443         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
39444         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
39445         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
39446         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
39447         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
39448         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
39449         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
39450         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
39451         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
39452         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
39453         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
39454         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
39455         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
39456         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
39457         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
39458         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
39459         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
39460         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
39461         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
39463 2012-05-18  Andreas Jaeger  <aj@suse.de>
39465         * csu/.gitignore: Delete.
39467 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39469         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
39470         (timex): Use __syscall_slong_t.
39472 2012-05-18  Andreas Jaeger  <aj@suse.de>
39473             Carlos O'Donell  <carlos_odonell@mentor.com>
39475         * manual/install.texi (Configuring and compiling): Update
39476         description about files modified in the source directory.
39477         * INSTALL: Regenerated.
39479 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39481         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
39482         value.  Use "or" to set return value to -1.
39483         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
39484         negate return value.
39486 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
39488         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
39489         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
39490         failure if the compiler has Graphite support disabled.
39491         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
39492         Likewise.
39493         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
39494         (CFLAGS-memmove.c): Likewise.
39495         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
39496         Likewise.
39498 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39500         * sysdeps/x86_64/x32/_itoa.h: New file.
39502         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
39503         getdents system call only if kernel and user dirents have the
39504         same d_ino and d_off.
39506         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
39507         LLONG_MAX != LONG_MAX.
39508         (_itoa_word): Use _ITOA_WORD_TYPE on value.
39509         (_fitoa_word): Likewise.
39511         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
39512         years.
39513         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
39514         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
39515         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
39517         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
39518         include <bits/wordsize.h>.  Check __x86_64__ instead of
39519         __WORDSIZE.
39520         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
39521         if __x86_64__ is defined.  Use anonymous union on fpstate.
39523         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
39524         anonymous union.
39526 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
39528         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
39529         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
39530         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
39531         Refer to _rtld_local_ro instead of _rtld_global_ro.
39532         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
39533         Likewise.
39534         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
39535         Likewise.
39536         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
39537         Likewise.
39538         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
39539         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
39540         of _rtld_global, and rtld_progname instead of _dl_argv[0].
39542         * sysdeps/powerpc/powerpc32/dl-machine.c
39543         (__elf_machine_runtime_setup) [PROF]: Don't reference
39544         _dl_prof_resolve.
39546 2012-05-18  Andreas Jaeger  <aj@suse.de>
39548         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
39549         function only available for GCCs before 3.4 since GCC 3.4
39550         introduced a builtin.
39551         (lrint): Likewise.
39552         (llrintf): Likewise.
39553         (llrint): Likewise.
39554         (fmaxf): Likewise.
39555         (fmax): Likewise.
39556         (fminf): Likewise.
39557         (fmin): Likewise.
39558         (rint): Likewise.
39559         (rintf): Likewise.
39560         (nearbyint): Likewise.
39561         (nearbyintf): Likewise.
39562         (ceil): Likewise.
39563         (ceilf): Likewise.
39564         (floor): Likewise.
39565         (floorf): Likewise.
39567 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39569         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
39570         on both fields and cast pointer to __syscall_ulong_t.
39572         * bits/types.h (__fsword_t): New type.
39573         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
39574         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
39575         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39576         (__FSWORD_T_TYPE): Likewise.
39577         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39578         (__FSWORD_T_TYPE): Likewise.
39579         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39580         (__FSWORD_T_TYPE): Likewise.
39581         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
39582         (__FSWORD_T_TYPE): Likewise.
39583         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
39584         __SWORD_TYPE with __fsword_t.
39585         (statfs64): Likewise.
39587 2012-05-17  David S. Miller  <davem@davemloft.net>
39589         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
39591 2012-05-17  Andreas Jaeger  <aj@suse.de>
39593         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
39594         warning.
39596 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39598         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
39600 2012-05-17  Andreas Jaeger  <aj@suse.de>
39602         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
39603         when it is used.
39605 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39607         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
39609 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39611         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
39612         * sysdeps/x86_64/tst-mallocalign1.c: New file.
39614 2012-05-17  Andreas Jaeger  <aj@suse.de>
39615             Carlos O'Donell  <carlos_odonell@mentor.com>
39617         [BZ #14059]
39618         * sysdeps/x86_64/multiarch/init-arch.h
39619         (bit_YMM_Usable): Rename to...
39620         (bit_AVX_Usable): ... this.
39621         (bit_FMA4_Usable): New macro.
39622         (bit_XMM_state): New macro.
39623         (bit_YMM_state): New macro.
39624         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
39625         [__ASSEMBLER__] (index_AVX_Usable): ... this.
39626         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
39627         (CPUID_OSXSAVE): New macro.
39628         (CPUID_AVX): New macro.
39629         (CPUID_FMA4): New macro.
39630         (index_YMM_Usable): Rename to...
39631         (index_AVX_Usable): ... this.
39632         (HAS_AVX): Use HAS_ARCH_FEATURE.
39633         (HAS_FMA4): Likewise.
39634         (HAS_YMM_USABLE): Remove.
39635         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
39636         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
39637         are present.
39638         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
39639         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
39640         * sysdeps/x86_64/multiarch/Makefile: Likewise.
39641         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
39642         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
39644 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39646         * math/libm-test.c: Support platforms without multiple rounding modes.
39647         * math/bug-nextafter.c: Support platforms without FP exceptions.
39648         * math/bug-nexttoward.c: Likewise.
39649         * math/test-fenv.c: Likewise.
39650         * math/test-misc.c: Likewise.
39651         * stdlib/bug-getcontext.c: Likewise.
39653 2012-05-17  Andreas Jaeger  <aj@suse.de>
39655         * manual/examples/search.c (critter_cmp): Change signature to
39656         avoid warnings.
39657         * manual/string.texi (Collation Functions): Likewise.
39659 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39661         * bits/types.h: Fold copyright years.
39662         * bits/typesizes.h: Likewise.
39663         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
39664         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
39665         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
39666         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
39667         * time/time.h: Likewise.
39669 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
39671         [BZ #208]
39672         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
39673         in instead of returning them.  Return void.
39674         (__libc_mallinfo): Accumulate over all arenas.
39675         (__malloc_stats): Adjust for change in int_mallinfo interface.
39677 2012-05-16  Roland McGrath  <roland@hack.frob.com>
39679         [BZ #10375]
39680         * configure.in (NM): Add AC_CHECK_TOOL for it.
39681         (libc_extra_cflags): New substituted variable.
39682         Check for -fstack-protector being used implicitly.
39683         * configure: Regenerated.
39684         * config.make.in (config-extra-cflags): New variable,
39685         gets @libc_extra_cflags@.
39686         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
39688         [BZ #10375]
39689         * configure.in: Check for _FORTIFY_SOURCE being predefined.
39690         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
39691         * configure: Regenerated.
39692         * config.make.in (CPPUNDEFS): New substituted variable.
39693         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
39694         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
39695         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
39697 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39699         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
39700         (mq_attr): Use __syscall_slong_t.
39702 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39704         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
39705         Check __x86_64__ instead of __WORDSIZE.
39706         (_STAT_VER_LINUX): Likewise.
39707         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
39708         __syscall_ulong_t and __syscall_slong_t.
39709         (stat64): Likewise.
39711 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39713         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
39715 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39717         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
39719 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39721         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
39722         __syscall_ulong_t.
39724         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
39725         include <bits/wordsize.h>.  Check __x86_64__ instead of
39726         __WORDSIZE.
39727         (greg_t): Use "__extension__ long long int" if __x86_64__ is
39728         defined.
39729         (mcontext_t): Replace "unsigned long" with "unsigned long long".
39731         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
39732         include <bits/wordsize.h>.  Check __x86_64__ instead of
39733         __WORDSIZE.
39734         (user_regs_struct): Use "__extension__ unsigned long long"
39735         instead of "unsigned long" if __x86_64__ is defined.
39736         (user): Likewise.  Pad after pointer field if __ILP32__ is
39737         defined.
39739 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
39741         * configure.in (makeinfo): Require version 4.5 or later.  Allow
39742         versions 5 to 9.
39743         * configure: Regenerated.
39744         * manual/install.texi (texinfo): Increase version requirement to
39745         4.5 or later.
39746         * INSTALL: Regenerated.
39748         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
39750 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39752         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
39754         * sysdeps/x86_64/x32/ffs.c: New file.
39756         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
39757         __syscall_ulong_t.
39758         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
39759         defined.  Use __syscall_ulong_t.
39760         (shminfo): Use __syscall_ulong_t.
39761         (shm_info): Likewise.
39763         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
39764         __syscall_ulong_t.
39766         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
39767         <bits/wordsize.h>.
39768         (msgqnum_t): Use __syscall_ulong_t.
39769         (msglen_t): Likewise.
39770         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
39771         __syscall_ulong_t.
39773         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
39774         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39776         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
39778         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
39779         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
39781         * sysvipc/sys/msg.h (msgbuf): Replace long int with
39782         __syscall_slong_t.
39784         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
39785         include <bits/wordsize.h>.  Check __x86_64__ instead of
39786         __WORDSIZE.
39788         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
39789         "unsigned long long int" if __x86_64__ is defined.
39790         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
39792         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
39793         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39794         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
39796         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
39797         <stdint.h>.
39798         (GET_PC): Cast to uintptr_t first.
39799         (GET_FRAME): Likewise.
39800         (GET_STACK): Likewise.
39802         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
39803         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
39804         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
39805         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
39806         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
39807         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
39808         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
39809         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
39810         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
39811         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
39812         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
39813         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
39814         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
39815         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
39816         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
39817         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
39818         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
39819         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
39820         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
39821         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
39822         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
39823         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
39824         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
39825         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
39826         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
39827         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
39828         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
39829         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
39830         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
39832 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
39834         * Makerules (+depfiles): Also collect depfiles from .oS in
39835         $(extra-objs).
39836         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
39837         .oS, $(libnldbl-routines)).
39839         * Makerules (native-compile-mkdep-flags): Define.
39840         * sunrpc/Makefile (extra-objs): Add $(addprefix
39841         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
39842         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
39843         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
39844         calling $(make-target-directory).
39846 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39848         * bits/types.h (__snseconds_t): Removed.
39849         * time/time.h (struct timespec): Replace __snseconds_t with
39850         __syscall_slong_t.
39851         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
39852         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
39853         Likewise.
39854         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39855         (__SNSECONDS_T_TYPE): Likewise.
39856         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39857         (__SNSECONDS_T_TYPE): Likewise.
39858         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39859         (__SNSECONDS_T_TYPE): Likewise.
39861 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39863         * sysdeps/mach/hurd/bits/typesizes.h
39864         (__SYSCALL_SLONG_TYPE): New macro.
39865         (__SYSCALL_ULONG_TYPE): Likewise.
39867 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39869         * bits/types.h (__syscall_slong_t): New type.
39870         (__syscall_ulong_t): Likewise.
39872         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
39873         (__SYSCALL_ULONG_TYPE): Likewise.
39874         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39875         (__SYSCALL_SLONG_TYPE): Likewise.
39876         (__SYSCALL_ULONG_TYPE): Likewise.
39877         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39878         (__SYSCALL_SLONG_TYPE): Likewise.
39879         (__SYSCALL_ULONG_TYPE): Likewise.
39880         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39881         (__SYSCALL_SLONG_TYPE): Likewise.
39882         (__SYSCALL_ULONG_TYPE): Likewise.
39884 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39886         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
39887         Add sigaltstack-offsets.sym.
39888         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
39889         <sigaltstack-offsets.h>.
39890         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
39891         longjmp_msg pointer.
39892         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
39893         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
39894         signal stack.
39895         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
39897 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
39899         * elf/stackguard-macros.h: Remove file.
39900         * sysdeps/generic/stackguard-macros.h: New file.
39901         * sysdeps/i386/stackguard-macros.h: Likewise.
39902         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
39903         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
39904         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
39905         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
39906         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
39907         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
39908         * sysdeps/x86_64/stackguard-macros.h: Likewise.
39909         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
39910         <elf/stackguard-macros.h>.
39912         [BZ #14109]
39913         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
39914         __aligned__ in attribute.
39915         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
39916         (gregset_t): Likewise.
39918 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39920         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
39921         * sysdeps/x86_64/64/Implies-after: Here.  New file.
39922         * sysdeps/x86_64/x32/Implies-after: New file.
39924 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39926         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
39927         and access return value for _dl_profile_fixup.  Use R10_LP to
39928         load frame size.
39930 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39932         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
39934 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39936         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
39937         * sysdeps/x86_64/x32/sysdep.h: New file.
39939 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39941         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
39942         * sysdeps/x86_64/setjmp.S: Likewise.
39944 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39946         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
39947         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
39948         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
39949         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
39950         remove unused global constant.
39952 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
39954         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
39955         include of <not-cancel.h>.
39957 2012-05-15  Roland McGrath  <roland@hack.frob.com>
39959         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
39961 2012-05-15  Jeff Law  <law@redhat.com>
39962             Andreas Jaeger  <aj@suse.de>
39964         [BZ #13594]
39965         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
39966         out from...
39967         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
39968         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
39969         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
39970         code changing __hst_map_handle.map.
39972 2012-05-15  Roland McGrath  <roland@hack.frob.com>
39974         * configure.in (sysnames): Look for Implies-before and Implies-after
39975         files.
39976         * configure: Regenerated.
39978 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39980         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
39981         8-byte data alignment with LP_SIZE alignment.
39983 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39985         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
39986         into R10_LP.
39988 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39990         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
39992 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39994         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
39995         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
39996         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
39997         Likewise.
39998         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
40000 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40002         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
40003         (stackinfo_sub_sp): Likewise.
40005 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40007         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
40008         RAX_LP.
40010 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40012         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
40013         into R*_LP.
40015 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40017         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
40018         sizes into R*_LP.
40020 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40022         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
40024 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40026         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
40027         into R11_LP and load __x86_64_shared_cache_size_half into
40028         R8_LP.
40030 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40032         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
40033         R8_LP.
40035 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40037         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
40038         logb for POWER7.
40039         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
40040         logbf for POWER7.
40041         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
40042         logbl for POWER7.
40043         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
40044         powerpc32/power7/fpu/s_logb.c via #include.
40045         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
40046         powerpc32/power7/fpu/s_logbf.c via #include.
40047         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
40048         powerpc32/power7/fpu/s_logbl.c via #include.
40050 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
40052         * README.libm: Remove file.
40054 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40056         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
40057         count for x32.  Use R*_LP and omit operand-size suffix.
40059 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40061         * shlib-versions: Move x86_64-.*-linux.* entries to ...
40062         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
40063         * sysdeps/x86_64/x32/shlib-versions: New file.
40065 2012-05-14  Roland McGrath  <roland@hack.frob.com>
40067         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
40068         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
40069         Use _dl_fatal_printf instead.
40071 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
40073         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
40074         set if not set by the user.  Do not allow for being unset.
40075         * sysdeps/unix/sysv/linux/configure: Regenerated.
40077 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40079         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
40080         the `q' suffix from lea and replace .quad with ASM_ADDR.
40082 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40084         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
40085         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
40086         instead of $17.
40087         (PTR_DEMANGLE): Likewise.
40089 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40091         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
40092         (LP_OP): Likewise.
40093         (ASM_ADDR): Likewise.
40094         (RAX_LP): Likewise.
40095         (RBP_LP): Likewise.
40096         (RBX_LP): Likewise.
40097         (RCX_LP): Likewise.
40098         (RDI_LP): Likewise.
40099         (RSI_LP): Likewise.
40100         (RSP_LP): Likewise.
40101         (R8_LP): Likewise.
40102         (R9_LP): Likewise.
40103         (R10_LP): Likewise.
40104         (R10_LP): Likewise.
40105         (R11_LP): Likewise.
40106         (R12_LP): Likewise.
40107         (R13_LP): Likewise.
40108         (R14_LP): Likewise.
40109         (R15_LP): Likewise.
40111 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40113         * sysdeps/x86_64/x32/dl-machine.h: New file.
40115 2012-05-14  Andreas Jaeger  <aj@suse.de>
40117         * manual/Makefile (subdir): Remove export of subdir.
40118         (all): Remove target.
40119         (.PHONY): Remove all from list.
40120         (mkinstalldirs): Remove.
40121         (.PHONY): Remove installdirs from list.
40122         ($(inst_infodir)/libc.info): Use make-target-directory.
40123         (installdirs): Remove.
40124         (subdir_%): Remove.
40125         (glibc-targets): Remove.
40126         (lib): Remove.
40127         (stubs): Remove.
40128         ($(objpfx)stubs ../po/manual.pot): Remove.
40129         ($(objpfx)stamp%): Remove.
40130         (make-target-directory): Remove.
40131         (subdir_install): Remove.
40132         (routines): Remove.
40133         (aux): Remove.
40134         (sources): Remove.
40135         (objects): Remove.
40136         (headers): Remove.
40138         [BZ #13750]
40139         * manual/.gitignore: Remove, it's not needed anymore.
40140         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
40141         all files in it.
40142         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
40143         directory.
40144         (texis): Renamed to $(objpfx)texis.
40145         (texis-path): New, contains path to generated files.
40146         (chapters.%): Use texis-path for complete path, add extra argument
40147         libc-texinfo.sh.
40148         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
40149         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
40150         (summary,texi, stamp-summary): Use complete path of
40151         files. Generate files in build dir.
40152         (dir-add.texi): Build in build dir.
40153         (libm-err.texi,stamp-libm-err): Likewise.
40154         (version.texi, stamp-version): Likewise.
40155         (.%c.texi): Likewise.
40156         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
40157         (mostlyclean): Remove target.
40158         (realclean): Remove target.
40159         (generated): Add new variable with contents from mostlyclean and
40160         realclean, remove entries duplicated in common-mostlyclean, add
40161         stamp-libm-err and stamp-version.
40162         (generated-dirs): Add libc directory.
40163         ($(inst_infodir)/libc.info): Install files from build dir.
40165         * manual/install.texi (Configuring and compiling): Adjust since
40166         the info files are not part of the tar ball anymore.
40168 2012-05-14  Andreas Jaeger  <aj@suse.de>
40170         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
40171         variable.
40173 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
40175         [BZ #13717]
40176         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
40177         to 2.2.0 where earlier.
40178         * sysdeps/unix/sysv/linux/configure: Regenerated.
40179         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
40180         Remove conditional code.
40181         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
40182         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
40183         Remove conditional code.
40184         [!__NR_lchown]: Likewise.
40185         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40186         [__NR_lchown]: Likewise.
40187         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
40188         comment referencing __ASSUME_LCHOWN_SYSCALL.
40189         * sysdeps/unix/sysv/linux/i386/sigaction.c
40190         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40191         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40192         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
40193         Remove conditional code.
40194         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
40195         (__protocol_available): Remove #if 0 code.
40196         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
40197         conditional code.
40198         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
40199         * sysdeps/unix/sysv/linux/kernel-features.h
40200         (__ASSUME_GETCWD_SYSCALL): Don't define.
40201         (__ASSUME_REALTIME_SIGNALS): Likewise.
40202         (__ASSUME_PREAD_SYSCALL): Likewise.
40203         (__ASSUME_PWRITE_SYSCALL): Likewise.
40204         (__ASSUME_POLL_SYSCALL): Likewise.
40205         (__ASSUME_LCHOWN_SYSCALL): Likewise.
40206         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
40207         non-SPARC.
40208         (__ASSUME_SIOCGIFNAME): Don't define.
40209         (__ASSUME_MSG_NOSIGNAL): Likewise.
40210         (__ASSUME_SENDFILE): Define unconditionally.
40211         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
40212         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
40213         conditional code.
40214         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
40215         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
40216         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40217         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40218         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
40219         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40220         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40221         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
40222         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40223         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40224         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
40225         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40226         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40227         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
40228         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40229         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40230         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
40231         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40232         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40233         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
40234         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40235         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40236         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
40237         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40238         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40239         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
40240         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40241         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40242         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
40243         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40244         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40245         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
40246         Remove conditional code.
40247         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40248         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40249         Remove conditional code.
40250         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40251         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
40252         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
40253         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40254         Remove conditional code.
40255         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40256         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
40257         Remove conditional code.
40258         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40259         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
40260         Remove conditional code.
40261         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40262         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40263         Remove conditional code.
40264         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40265         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40266         Remove conditional code.
40267         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40268         * sysdeps/unix/sysv/linux/sh/pwrite64.c
40269         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40270         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40271         * sysdeps/unix/sysv/linux/sigaction.c
40272         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40273         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40274         * sysdeps/unix/sysv/linux/sigpending.c
40275         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40276         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40277         * sysdeps/unix/sysv/linux/sigprocmask.c
40278         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40279         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40280         * sysdeps/unix/sysv/linux/sigsuspend.c
40281         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40282         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40283         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
40284         (__libc_missing_rt_sigs): Remove.
40285         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
40286         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
40287         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
40288         Remove conditional code.
40289         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
40290         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
40291         return 1.
40292         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
40293         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
40294         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
40295         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
40297 2012-05-14  Andreas Jaeger  <aj@suse.de>
40299         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
40300         it's not used in glibc.
40301         (__coshm1): Likewise.
40302         (__acosh1p): Likewise.
40303         (__sgn): Likewise.
40305         * manual/string.texi (Copying and Concatenation): Add missing
40306         variable in concat example.
40307         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
40309 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40311         [BZ #14103]
40312         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
40313         __builtin_clzl with __builtin_clzll.
40315 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40317         [BZ #14104]
40318         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
40319         libc_freeres_ptr.
40321 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
40323         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
40324         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
40325         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
40326         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
40328 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
40330         * NEWS: Update ia64 info.
40332 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
40334         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
40335         used as bcopy.
40337 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
40339         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
40340         * sysdeps/unix/syscalls.list (dup3): Likewise.
40341         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
40342         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
40344 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
40346         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
40347         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
40349 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
40351         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
40352         thread pointer.
40353         (TLS_IE): Use mov/add instead of movq/addq to load thread
40354         pointer.
40355         (TLS_GD_PREFIX): New.
40356         (TLS_GD): Use it.
40358 2012-05-11  David S. Miller  <davem@davemloft.net>
40360         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
40361         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
40362         (_FPU_SETCW): Likewise.
40364 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40366         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
40367         is 32-byte aligned.
40369 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
40371         [BZ #11837]
40372         * iconvdata/gb18030.c: Update tables.
40373         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
40374         characters specially.
40375         (BODY for TO_LOOP): Add encoding of missing ranges.
40377 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
40379         [BZ #13673]
40380         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
40381         * sysdeps/mach/hurd/dup3.c: Likewise.
40382         * sysdeps/mach/hurd/readlinkat.c: Likewise.
40383         * sysdeps/powerpc/memmove.c:: Likewise.
40385 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40387         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
40388         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
40390 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40392         * elf/elf.h (R_X86_64_RELATIVE64): New.
40393         (R_X86_64_NUM): Updated.
40394         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
40395         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
40396         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
40397         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
40398         tst-quad1pie tst-quad2pie
40399         (modules-names): Add tst-quadmod1 tst-quadmod2.
40400         ($(objpfx)tst-quad1): New dependency.
40401         ($(objpfx)tst-quad2): Likewise.
40402         ($(objpfx)tst-quad1pie): Likewise.
40403         ($(objpfx)tst-quad2pie): Likewise.
40404         * sysdeps/x86_64/tst-quad1.c: New file.
40405         * sysdeps/x86_64/tst-quad1pie.c: New file.
40406         * sysdeps/x86_64/tst-quad2.c: Likewise.
40407         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
40408         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
40409         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
40410         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
40411         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
40413 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40415         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
40416         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
40417         * streams/stropts.h (t_scalar_t): Define type.
40419         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
40420         (_PATH_PRESERVE): Set to "/var/lib".
40421         (_PATH_RWHODIR): Set to "/var/spool/rwho".
40423         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
40424         instead of int.
40426         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
40427         if __dir_mkfile succeeded.
40429         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
40430         checking for _hurd_dtablesize.  Unlock it right after having
40431         finished _hurd_dtable allocation.
40433 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40435         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
40436         * sysdeps/mach/hurd/configure: Regenerated.
40437         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
40438         special-casing to...
40439         * sysdeps/gnu/configure.in: ... this new file.
40440         * sysdeps/unix/sysv/linux/configure: Regenerated.
40441         * sysdeps/gnu/configure: New generated file.
40443         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
40444         for Linux: use nsec instead of usec, as well as:
40445         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
40446         members of type struct timespec.
40447         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
40448         New macros.
40449         (struct stat64): Likewise.
40450         (_STATBUF_ST_NSEC): New macro.
40451         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
40453         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
40454         __strtoul_internal rather than strtoul.
40456 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40458         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
40459         and reject them.
40461 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40463         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
40464         which preserves existing values.
40465         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
40467 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40469         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
40470         TIMEOUT values.  Return EINVAL for NFDS values either negative or
40471         greater than FD_SETSIZE.
40473 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40475         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
40476         allocated, call __vm_protect to finish enabling the existing space, and
40477         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
40478         allocate the remainder.
40480 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40482         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
40483         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
40485 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40487         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
40488         sysdeps/mach/hurd/readlink.c.
40490         * posix/tst-sysconf.c (posix_options): Only use
40491         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
40492         _POSIX_SYNCHRONIZED_IO when they are defined
40493         * sysdeps/mach/hurd/bits/posix_opt.h:
40494         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
40495         (_XOPEN_REALTIME): Undefine macro.
40496         (_XOPEN_REALTIME_THREADS): Undefine macro.
40497         (_XOPEN_SHM): Undefine macro.
40498         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
40499         macro to -1.
40500         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
40501         macro to -1.
40502         (_POSIX_ASYNC_IO): Undefine macro.
40503         (_POSIX_PRIORITIZED_IO): Undefine macro.
40504         (_POSIX_SPIN_LOCKS): Define macro to -1.
40506         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
40507         SA_NODEFER, SA_RESETHAND.
40508         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
40509         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
40510         F_DUPFD_CLOEXEC.
40512 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40514         * elf/Makefile (pldd-modules): Define unconditionally.
40516 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40518         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
40520 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40522         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
40523         Return ENOENT when name is empty.
40524         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
40526 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40528         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
40530         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
40532 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40534         Fix mlock in all cases except non-readable pages.
40535         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
40536         instead of VM_PROT_ALL as parameter to __vm_wire function.
40538         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
40539         (__mkdir): When path is `/', just fail with EEXIST.
40540         * sysdeps/mach/hurd/mkdirat.c: Likewise.
40542 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40544         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
40545         <sys/uio.h> (for writev).
40546         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
40547         and <sys/param.h> (for MIN).
40549 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40551         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
40552         REQUESTED_TIME.  Properly set the remaining time and return EINTR
40553         if interrupted.
40555 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40557         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
40558         Depend on against $(link-rpcuserlibs).
40560 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40562         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
40563         (__libc_stack_end): Do not use attribute_relro.
40564         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
40565         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
40566         to libthread-provided value.
40567         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
40568         attribute_relro.
40570 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40572         [BZ #3748]
40573         * bits/libc-lock.h (__libc_once_get): New macro.
40574         * sysdeps/mach/bits/libc-lock.h: Likewise.
40575         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
40576         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
40577         instead of using implementation details.
40579         * libio/fileops.c: Unconditionally include <kernel-features.h>.
40580         * libio/freopen.c: Likewise.
40581         * libio/freopen64.c: Likewise.
40582         * misc/syslog.c: Likewise.
40583         * nscd/connections.c: Likewise.
40584         * nscd/netgroupcache.c: Likewise.
40585         * sysdeps/posix/getcwd.c: Likewise.
40587 2012-05-10  Roland McGrath  <roland@hack.frob.com>
40589         * math/w_ilogbf.c: Add #include <limits.h>.
40591 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40593         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
40594         path instead of returning without unlocking.
40596         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
40597         immediate-write ioctls.
40598         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
40600 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40602         * sysdeps/mach/hurd/i386/init-first.c (init): Use
40603         __builtin_frame_address instead of making assumptions about the
40604         location of the return address relative to DATA.  Force early load of
40605         the return address.
40606         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
40607         __builtin_frame_address.
40609         dup3 for GNU Hurd.
40610         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
40611         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
40612         implement dup3 and do some further code clean-ups.
40613         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
40614         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
40616 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40618         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
40620         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
40621         HURD_CRITICAL_END around holding _hurd_dtable_lock.
40622         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
40623         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
40624         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
40625         d->port.lock.
40627         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
40628         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
40629         when handler == SIG_ERR, not when handler != SIG_ERR.
40631 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40633         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
40634         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
40635         definitions.
40637         accept4 for GNU Hurd.
40638         * include/sys/socket.h (__libc_accept4): New prototype.
40639         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
40640         to implement __libc_accept4.
40641         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
40642         __libc_accept4.
40643         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
40645         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
40646         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
40647         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
40648         signal-defines.sym.
40650 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40652         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
40654 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40656         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
40657         assertion on O_CLOEXEC flag.
40658         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
40659         * hurd/intern-fd.c: Likewise.
40660         * hurd/port2fd.c: Likewise.
40662 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40664         [BZ #3906]
40665         * bits/in.h (IPV6_PKTINFO): Define new macro.
40666         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
40668 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40670         [BZ #13954]
40671         [BZ #13955]
40672         [BZ #13956]
40673         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
40674         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
40675         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
40676         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
40677         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
40678         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
40679         * math/libm-test.inc (logb_test) : Additional logb tests.
40681 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
40682             Andreas Jaeger  <aj@suse.de>
40684         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
40685         * configure: Regenerated.
40686         * config.h.in (LINK_OBSOLETE_RPC): New macro.
40687         * config.make.in (link-obsolete-rpc): New substituted variable.
40688         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
40689         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
40690         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40691         (shared-only-routines): Don't set it under [link-obsolete-rpc],
40692         so that libc.a contains the symbols.
40693         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40694         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
40695         * sunrpc/auth_none.c: Likewise.
40696         * sunrpc/auth_unix.c: Likewise.
40697         * sunrpc/authdes_prot.c: Likewise.
40698         * sunrpc/authuxprot.c: Likewise.
40699         * sunrpc/clnt_gen.c: Likewise.
40700         * sunrpc/clnt_perr.c: Likewise.
40701         * sunrpc/clnt_raw.c: Likewise.
40702         * sunrpc/clnt_simp.c: Likewise.
40703         * sunrpc/clnt_tcp.c: Likewise.
40704         * sunrpc/clnt_udp.c: Likewise.
40705         * sunrpc/clnt_unix.c: Likewise.
40706         * sunrpc/des_crypt.c: Likewise.
40707         * sunrpc/des_soft.c: Likewise.
40708         * sunrpc/get_myaddr.c: Likewise.
40709         * sunrpc/key_call.c: Likewise.
40710         * sunrpc/key_prot.c: Likewise.
40711         * sunrpc/netname.c: Likewise.
40712         * sunrpc/pm_getmaps.c: Likewise.
40713         * sunrpc/pm_getport.c: Likewise.
40714         * sunrpc/pmap_clnt.c: Likewise.
40715         * sunrpc/pmap_prot.c: Likewise.
40716         * sunrpc/pmap_prot2.c: Likewise.
40717         * sunrpc/pmap_rmt.c: Likewise.
40718         * sunrpc/publickey.c: Likewise.
40719         * sunrpc/rpc_cmsg.c: Likewise.
40720         * sunrpc/rpc_common.c: Likewise.
40721         * sunrpc/rpc_dtable.c: Likewise.
40722         * sunrpc/rpc_prot.c: Likewise.
40723         * sunrpc/rpc_thread.c: Likewise.
40724         * sunrpc/rtime.c: Likewise.
40725         * sunrpc/svc.c: Likewise.
40726         * sunrpc/svc_auth.c: Likewise.
40727         * sunrpc/svc_raw.c: Likewise.
40728         * sunrpc/svc_run.c: Likewise.
40729         * sunrpc/svc_tcp.c: Likewise.
40730         * sunrpc/svc_udp.c: Likewise.
40731         * sunrpc/svc_unix.c: Likewise.
40732         * sunrpc/svcauth_des.c: Likewise.
40733         * sunrpc/xcrypt.c: Likewise.
40734         * sunrpc/xdr.c: Likewise.
40735         * sunrpc/xdr_array.c: Likewise.
40736         * sunrpc/xdr_float.c: Likewise.
40737         * sunrpc/xdr_intXX_t.c: Likewise.
40738         * sunrpc/xdr_mem.c: Likewise.
40739         * sunrpc/xdr_rec.c: Likewise.
40740         * sunrpc/xdr_ref.c: Likewise.
40741         * sunrpc/xdr_sizeof.c: Likewise.
40742         * sunrpc/xdr_stdio.c: Likewise.
40744 2012-05-10  Roland McGrath  <roland@hack.frob.com>
40746         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
40747         change.  Update copyright years.
40749 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
40751         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
40753 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
40754             Joseph Myers  <joseph@codesourcery.com>
40755             Paul Pluzhnikov  <ppluzhnikov@google.com>
40757         [BZ #14012]
40758         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
40759         requiring rpcgen.
40760         [cross-compiling] (extra-libs): Likewise.
40761         [cross-compiling] (extra-libs-others): Likewise.
40762         [cross-compiling] (librpcsvc-routines): Likewise.
40763         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
40764         [cross-compiling] (omit-deps): Likewise.
40765         (sunrpc-CPPFLAGS): New variable.
40766         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
40767         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
40768         (cross-rpcgen-objs): New variable.
40769         (extra-objs): Append $(cross-rpcgen-objs).
40770         ($(cross-rpcgen-objs)): New rule.
40771         ($(objpfx)cross-rpcgen): Likewise.
40772         (rpcgen-cmd): Define to use $(built-program-file).  Expand
40773         comment.
40774         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
40775         ($(objpfx)x%.stmp): Likewise.
40776         * sunrpc/proto.h [IS_IN_build] (_): Define.
40777         [IS_IN_build] (_libc_intl_domainname): Likewise.
40779 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40781         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
40782         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
40783         and R_X86_64_TPOFF64.
40785 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
40787         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
40788         sysdeps/unix/sysv/syscalls.list.
40789         (stime): Likewise.
40790         (utime): Likewise.
40791         * sysdeps/unix/sysv/syscalls.list: Remove file.
40793 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
40795         [BZ #3440]
40796         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
40797         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
40798         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
40799         (__LC_IDENTIFICATION): Make these macros useful in #if
40800         expressions, as required by C99.
40802 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
40804         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
40805         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
40806         after this.
40808 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
40810         * stdlib/longlong.h: Updated from GCC.
40812 2012-05-09  Andreas Jaeger  <aj@suse.de>
40814         * nscd/nscd.c (run_modes): Make named enum, reorder so that
40815         default is first entry.
40816         (run_mode): Set type.
40817         (main): Remove informal message about syslog.
40818         (options): Fix typo.
40820         [BZ #14053]
40821         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
40822         to asm.
40823         (lrint): Likewise.
40824         (llrintf): Likewise.
40825         (llrint): Likewise.
40826         (rint): Likewise.
40827         (rintf): Likewise.
40828         (nearbyint): Likewise.
40829         (nearbyintf): Likewise.
40831 2012-05-09  Andreas Jaeger  <aj@suse.de>
40832             Pedro Alves  <palves@redhat.com>
40834         * nscd/nscd.c (run_mode): Use enum.
40835         (main): Cleanup coding style issue.
40837 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
40838             Andreas Jaeger  <aj@suse.de>
40840         * nscd/nscd.c (go_background): Replaced with...
40841         (run_mode): ... this.
40842         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
40843         (options): Add -F --foreground.
40844         (main): Implement it.
40845         (parse_opt): Parse it.
40847 2012-05-09  Andreas Jaeger  <aj@suse.de>
40849         [BZ #14083]
40850         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
40851         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
40852         -Wconversion warning.
40853         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
40854         Likewise.
40856 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
40858         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
40859         == 0.
40860         (LC_ALL): Use macro-int-constant.
40861         (LC_COLLATE): Likewise.
40862         (LC_CTYPE): Likewise.
40863         (LC_MESSAGES): Likewise.
40864         (LC_MONETARY): Likewise.
40865         (LC_NUMERIC): Likewise.
40866         (LC_TIME): Likewise.
40867         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
40868         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
40869         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40870         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
40871         Specify type.
40872         [C99-based standards] (float_t): Expect type.
40873         [C99-based standards] (double_t): Expect type.
40874         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
40875         type.
40876         [C99-based standards] (HUGE_VALL): Likewise.
40877         [C99-based standards] (INFINITY): Likewise.
40878         [C99-based standards] (NAN): Likewise.
40879         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
40880         [C99-based standards] (FP_NAN): Likewise.
40881         [C99-based standards] (FP_NORMAL): Likewise.
40882         [C99-based standards] (FP_SUBNORMAL): Likewise.
40883         [C99-based standards] (FP_ZERO): Likewise.
40884         [C99-based standards] (FP_FAST_FMA): Use
40885         optional-macro-int-constant.  Specify type.  Require == 1.
40886         [C99-based standards] (FP_FAST_FMAF): Likewise.
40887         [C99-based standards] (FP_FAST_FMAL): Likewise.
40888         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
40889         [C99-based standards] (FP_ILOGBNAN): Likewise.
40890         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
40891         Specify type.
40892         [C99-based standards] (MATH_ERREXCEPT): Likewise.
40893         [C99-based standards] (math_errhandling): Specify type.
40894         [ISO99 || ISO11] (signgam): Do not allow.
40895         [non-C99-based standards] (copysignf): Do not allow.
40896         [non-C99-based standards] (exp2f): Likewise.
40897         [non-C99-based standards] (log2f): Likewise.
40898         [non-C99-based standards] (modff): Allow.
40899         [non-C99-based standards] (erff): Do not allow.
40900         [non-C99-based standards] (erfcf): Likewise.
40901         [non-C99-based standards] (gammaf): Likewise.
40902         [non-C99-based standards] (hypotf): Likewise.
40903         [non-C99-based standards] (j0f): Likewise.
40904         [non-C99-based standards] (j1f): Likewise.
40905         [non-C99-based standards] (jnf): Likewise.
40906         [non-C99-based standards] (lgammaf): Likewise.
40907         [non-C99-based standards] (tgammaf): Likewise.
40908         [non-C99-based standards] (y0f): Likewise.
40909         [non-C99-based standards] (y1f): Likewise.
40910         [non-C99-based standards] (ynf): Likewise.
40911         [non-C99-based standards] (isnanf): Likewise.
40912         [non-C99-based standards] (acoshf): Likewise.
40913         [non-C99-based standards] (asinhf): Likewise.
40914         [non-C99-based standards] (atanhf): Likewise.
40915         [non-C99-based standards] (cbrtf): Likewise.
40916         [non-C99-based standards] (expm1f): Likewise.
40917         [non-C99-based standards] (ilogbf): Likewise.
40918         [non-C99-based standards] (log1pf): Likewise.
40919         [non-C99-based standards] (logbf): Likewise.
40920         [non-C99-based standards] (nextafterf): Likewise.
40921         [non-C99-based standards] (remainderf): Likewise.
40922         [non-C99-based standards] (rintf): Likewise.
40923         [non-C99-based standards] (scalbf): Likewise.
40924         [non-C99-based standards] (copysignl): Likewise.
40925         [non-C99-based standards] (exp2l): Likewise.
40926         [non-C99-based standards] (log2l): Likewise.
40927         [non-C99-based standards] (modfl): Allow.
40928         [non-C99-based standards] (erfl): Do not allow.
40929         [non-C99-based standards] (erfcl): Likewise.
40930         [non-C99-based standards] (gammal): Likewise.
40931         [non-C99-based standards] (hypotl): Likewise.
40932         [non-C99-based standards] (j0l): Likewise.
40933         [non-C99-based standards] (j1l): Likewise.
40934         [non-C99-based standards] (jnl): Likewise.
40935         [non-C99-based standards] (lgammal): Likewise.
40936         [non-C99-based standards] (tgammal): Likewise.
40937         [non-C99-based standards] (y0l): Likewise.
40938         [non-C99-based standards] (y1l): Likewise.
40939         [non-C99-based standards] (ynl): Likewise.
40940         [non-C99-based standards] (isnanl): Likewise.
40941         [non-C99-based standards] (acoshl): Likewise.
40942         [non-C99-based standards] (asinhl): Likewise.
40943         [non-C99-based standards] (atanhl): Likewise.
40944         [non-C99-based standards] (cbrtl): Likewise.
40945         [non-C99-based standards] (expm1l): Likewise.
40946         [non-C99-based standards] (ilogbl): Likewise.
40947         [non-C99-based standards] (log1pl): Likewise.
40948         [non-C99-based standards] (logbl): Likewise.
40949         [non-C99-based standards] (nextafterl): Likewise.
40950         [non-C99-based standards] (remainderl): Likewise.
40951         [non-C99-based standards] (rintl): Likewise.
40952         [non-C99-based standards] (scalbl): Likewise.
40953         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40954         [non-C99-based standards] (FP_*): Do not allow.
40955         [C99-based standards] (FP_*): Change to
40956         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
40957         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
40958         allow.
40959         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
40960         (SIG_ERR): Likewise.
40961         [X/Open-based standards] (SIG_HOLD): Likewise.
40962         (SIG_IGN): Likewise.
40963         (SIGABRT): Use macro-int-constant.  Specify type.  Require
40964         positive value.
40965         (SIGFPE): Likewise.
40966         (SIGILL): Likewise.
40967         (SIGINT): Likewise.
40968         (SIGSEGV): Likewise.
40969         (SIGTER): Likewise.
40970         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
40971         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
40972         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
40973         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
40974         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
40975         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
40976         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
40977         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
40978         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
40979         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
40980         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
40981         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
40982         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
40983         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
40984         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
40985         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
40986         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
40987         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
40988         [X/Open-based standards] (SIGTRAP): Likewise.
40989         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
40990         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
40991         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
40992         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
40993         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
40994         allow.
40996 2012-05-08  Ian Wienand  <ianw@vmware.com>
40998         [BZ #14080]
40999         * time/tzset.c (__tzset_parse_tz): Update default rules for
41000         daylight time changes in the Energy Policy Act of 2005.
41002 2012-05-09  Andreas Jaeger  <aj@suse.de>
41004         [BZ #13983]
41005         * elf/ldconfig.c (parse_conf): Change string to make clear that
41006         ldconfig only issued a warning if ld.so.conf does not exist.
41008 2012-05-08  David S. Miller  <davem@davemloft.net>
41010         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
41011         movxtod instead of popping the value on the stack.
41013         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41015 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
41017         * config.h.in: Add HAVE_ARM_PCS_VFP.
41019 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
41021         [BZ #13979]
41022         * include/features.h: Warn if user requests __FORTIFY_SOURCE
41023         checking but the checks are disabled for any reason.
41025 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
41027         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
41028         and ELF64_R_TYPE with ELFW(R_TYPE).
41030 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
41032         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
41033         (ulimit): Likewise.
41035         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
41036         (settimeofday): Likewise.
41038 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
41040         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
41041         a struct th_u2 inside the union, and move tu_block/tu_code into
41042         a new th_u3 union of tu_block/tu_code inside of that.  Move
41043         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
41044         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
41045         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
41046         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
41047         (th_stuff): Change to th_u1.tu_stuff.
41048         (th_data): Define.
41049         (th_msg): Change to th_u1.th_u2.tu_data.
41051 2012-05-07  David S. Miller  <davem@davemloft.net>
41053         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41055         [BZ #14074]
41056         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
41057         (SETUP_PIC_REG): Use it.
41058         (SETUP_PIC_REG_LEAF): Use it.
41060 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
41062         [BZ #13885]
41063         [BZ #13923]
41064         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41065         USE_AS_EXPM1L.
41066         (EXPL_FINITE): Likewise.
41067         (FLDLOG): Likewise.
41068         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
41069         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
41070         e_expl.S.
41071         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41072         USE_AS_EXPM1L.
41073         (EXPL_FINITE): Likewise.
41074         (FLDLOG): Likewise.
41075         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
41076         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
41077         e_expl.S.
41078         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
41079         test of -max_value argument for long double.
41080         * sysdeps/i386/fpu/libm-test-ulps: Update.
41081         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41083 2012-05-06  David S. Miller  <davem@davemloft.net>
41085         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
41086         quad soft-float symbols whose references which are compiler
41087         generated.
41088         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
41090 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
41092         [BZ #13884]
41093         [BZ #13914]
41094         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41095         USE_AS_EXP10L.
41096         (EXPL_FINITE): Likewise.
41097         (FLDLOG): Likewise.
41098         (c0): Likewise.
41099         (c1): Likewise.
41100         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
41101         Adjust comments for base varying.
41102         (__expl_finite): Change alias to EXPL_FINITE.
41103         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
41104         e_expl.S.
41105         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
41106         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
41107         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
41108         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
41109         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41110         USE_AS_EXP10L.
41111         (EXPL_FINITE): Likewise.
41112         (FLDLOG): Likewise.
41113         (c0): Likewise.
41114         (c1): Likewise.
41115         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
41116         Adjust comments for base varying.
41117         (__expl_finite): Change alias to EXPL_FINITE.
41118         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
41119         tests for bugs.
41120         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41122         [BZ #14064]
41123         * math/libm-test.inc (check_float_internal): Correct ulp
41124         calculation for subnormal expected results.
41126 2012-05-06  Andreas Jaeger  <aj@suse.de>
41128         * Makeconfig (+math-flags): New, set to -frounding-math.
41129         (+cflags): Add +math-flags so that all of glibc gets compiled with
41130         it.
41132         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
41134 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
41136         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
41137         Disable one test.
41139         [BZ #13787]
41140         [BZ #13922]
41141         [BZ #14036]
41142         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
41143         (__ieee754_expl): Allow for and saturate large arguments.
41144         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
41145         (u_threshold): Likewise.
41146         (__exp): Call __ieee754_exp before checking for overflow and
41147         underflow.
41148         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
41149         (u_threshold): Likewise.
41150         (__expf): Call __ieee754_expf before checking for overflow and
41151         underflow.
41152         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
41153         (u_threshold): Likewise.
41154         (__expl): Call __ieee754_expl before checking for overflow and
41155         underflow.
41156         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
41157         (__ieee754_expl): Allow for and saturate large arguments.
41158         * math/libm-test.inc (exp_test): Add another test.  Do not allow
41159         missing overflow exception on overflow.
41160         (expm1_test): Do not allow missing overflow exception on overflow.
41162         * sysdeps/i386/fpu/e_expl.c: Move to ...
41163         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
41164         rather than using inline asm.
41165         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
41166         * sysdeps/x86_64/fpu/e_expl.S: Copy from
41167         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
41169         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
41170         (nice): Likewise.
41171         (poll): Likewise.
41172         (signal): Likewise.
41173         (time): Likewise.
41174         (times): Likewise.
41176 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41178         * sysdeps/unix/syscalls.list (adjtime): Add entry from
41179         sysdeps/unix/common/syscalls.list.
41180         (fchmod): Likewise.
41181         (fchown): Likewise.
41182         (ftruncate): Likewise.
41183         (getrusage): Likewise.
41184         (gettimeofday): Likewise.
41185         (setpgid): Likewise.
41186         (setregid): Likewise.
41187         (setreuid): Likewise.
41188         (sigaction): Likewise.
41189         (truncate): Likewise.
41190         (vhangup): Likewise.
41191         * sysdeps/unix/common/syscalls.list: Remove file.
41192         * sysdeps/unix/bsd/Implies: Don't include unix/common.
41193         * sysdeps/unix/sysv/linux/Implies: Likewise.
41195 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
41197         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
41198         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
41199         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
41200         Moved to ...
41201         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
41202         Here.
41203         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
41204         to ...
41205         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
41206         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
41207         to ...
41208         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
41209         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
41210         to ...
41211         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
41212         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
41213         to ...
41214         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
41215         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
41216         to ...
41217         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
41218         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
41219         to ...
41220         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
41221         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
41222         to ...
41223         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
41224         Here.
41225         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
41226         to ...
41227         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
41228         Here.
41229         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
41230         to ...
41231         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
41232         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
41233         Moved to ...
41234         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
41235         Here.
41236         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
41237         to ...
41238         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
41240 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41242         * sysdeps/unix/common/bits/dirent.h: Remove file.
41243         * sysdeps/unix/common/bits/fcntl.h: Likewise.
41245         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
41246         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
41247         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
41248         * sysdeps/unix/bsd/isatty.c: Likewise.
41249         * sysdeps/unix/bsd/tcdrain.c: Likewise.
41250         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
41251         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
41253 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41255         [BZ #13563]
41256         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
41257         long double comparison inaccuracies.
41258         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
41259         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41261 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
41263         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
41264         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
41266 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41268         [BZ #14049]
41269         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
41270         nonzero digits before rounding a hex value.
41271         * stdlib/tst-strtod.c (tests): Add another test.
41273 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41275         * sysdeps/s390/fpu/libm-test-ulps: Update.
41277 2012-05-03  Andreas Jaeger  <aj@suse.de>
41279         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
41280         does not get optimized out.
41281         (malloc_opt_barrier): New.
41283 2012-05-03  Andreas Jaeger  <aj@suse.de>
41284             Roland McGrath  <roland@hack.frob.com>
41286         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
41287         intermediate file deletion.
41288         (generated): Add .symlist files.
41290 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
41292         [BZ #13775]
41293         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
41294         Redirect under this condition.
41295         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41296         [__USE_GNU] (__dprintf_chk): Not under this condition.
41297         [__USE_GNU] (__vdprintf_chk): Likewise.
41298         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
41299         under this condition.
41300         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41301         [__USE_XOPEN2K8] (dprintf): Define under this condition.
41302         [__USE_XOPEN2K8] (vdprintf): Likewise.
41303         [__USE_GNU] (__dprintf_chk): Not under this condition.
41304         [__USE_GNU] (__vdprintf_chk): Likewise.
41305         [__USE_GNU] (dprintf): Likewise.
41306         [__USE_GNU] (vdprintf): Likewise.
41308 2012-05-03  Roland McGrath  <roland@hack.frob.com>
41310         * elf/Makefile (common-generated): Set this instead of generated for
41311         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
41312         $(all-built-dso)-derived lists.
41314 2012-05-03  Andreas Jaeger  <aj@suse.de>
41316         * sysdeps/i386/fpu/libm-test-ulps: Update.
41318         * FAQ: Removed.
41319         * FAQ.in: Likewise.
41320         * scripts/gen-FAQ.pl: Likewise.
41321         * manual/install.texi (Installation): Point to online location of
41322         FAQ.
41323         * Makefile (files-for-dist): Remove FAQ.
41324         (FAQ): Remove.
41326 2012-05-02  Allan McRae  <allan@archlinux.org>
41328         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
41329         (LDFLAGS-reldepmod5.so): Likewise.
41330         (LDFLAGS-reldep6mod1.so): Likewise.
41331         (LDFLAGS-reldep6mod4.so): Likewise.
41332         (LDFLAGS-reldep8mod3.so): Likewise.
41333         (LDFLAGS-unload4mod1.so): Likewise.
41334         (LDFLAGS-unload4mod2.so): Likewise.
41335         (LDFLAGS-tst-initorder): Likewise.
41336         (LDFLAGS-tst-initordera2.so): Likewise.
41337         (LDFLAGS-tst-initordera3.so): Likewise.
41338         (LDFLAGS-tst-initordera4.so): Likewise.
41339         (LDFLAGS-tst-initorderb2.so): Likewise.
41340         (LDFLAGS-noload): Likewise.
41341         (LDFLAGS-next): Likewise.
41342         (LDFLAGS-order2mod1.so): Likewise.
41343         (LDFLAGS-order2mod2.so): Likewise.
41344         (LDFLAGS-tst-initorder2): Likewise.
41345         (LDFLAGS-tst-initorder2a.so): Likewise.
41346         (LDFLAGS-tst-initorder2b.so): Likewise.
41347         (LDFLAGS-tst-initorder2c.so): Likewise.
41348         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
41350 2012-05-02  David S. Miller  <davem@davemloft.net>
41352         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41354 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
41356         [BZ #14055]
41357         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
41359 2012-05-02  Andreas Jaeger  <aj@suse.de>
41361         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
41362         since we manipulate rounding mode.
41363         (CPPFLAGS-test-idouble.c): Likewise.
41364         (CPPFLAGS-test-ifloat.c): Likewise.
41365         (CFLAGS-test-ldouble.c): Likewise.
41366         (CFLAGS-test-double.c): Likewise.
41367         (CFLAGS-test-float.c): Likewise.
41368         (CFLAGS-test-misc.c): Likewise.
41369         (CFLAGS-test-test-fenv.c): Likewise.
41371 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41373         [BZ #2550]
41374         [BZ #2570]
41375         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
41376         comparisons to determine direction to adjust input.
41378 2012-05-01  Roland McGrath  <roland@hack.frob.com>
41380         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
41381         output to the target.
41383         * scripts/localplt.awk: New file.
41384         * elf/Makefile ($(objpfx)check-localplt): Target removed.
41385         (check-localplt-CFLAGS): Variable removed.
41386         ($(all-built-dso:=.jmprel)): New static pattern rule.
41387         (generated): Add those targets.
41388         (localplt-built-dso): New variable.
41389         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
41391         * elf/check-localplt.c: File removed.
41393         * scripts/check-execstack.awk: New file.
41394         * elf/Makefile ($(objpfx)check-execstack): Target removed.
41395         (check-execstack-CFLAGS): Variable removed.
41396         ($(objpfx)check-execstack.h): Target removed.
41397         ($(objpfx)execstack-default): New target.
41398         (generated): Add that instead of check-execstack.h.
41399         ($(all-built-dso:=.phdr)): New static pattern rule.
41400         (generated): Add those targets.
41401         * elf/check-execstack.c: File removed.
41403         * scripts/check-textrel.awk: New file.
41404         * elf/Makefile ($(objpfx)check-textrel): Target removed.
41405         (check-textrel-CFLAGS): Variable removed.
41406         (all-built-dso): Use := to define.o
41407         ($(all-built-dso:=.dyn)): New static pattern rule.
41408         (generated): Add those targets.
41409         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
41410         * config.make.in (READELF): New substituted variable.
41411         * elf/check-textrel.c: File removed.
41413 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
41415         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41416         allow.
41417         * conform/data/ctype.h-data [C99-based standards] (isblank):
41418         Expect function.
41419         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
41420         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
41421         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41422         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
41423         Specify type.  Require positive value.
41424         (EILSEQ): Likewise.
41425         (ERANGE): Likewise.
41426         [ISO || POSIX] (EILSEQ): Do not expect.
41427         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
41428         Specify type.  Require positive value.
41429         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
41430         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
41431         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
41432         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
41433         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
41434         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
41435         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
41436         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
41437         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
41438         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
41439         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
41440         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
41441         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
41442         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
41443         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
41444         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
41445         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
41446         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
41447         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
41448         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
41449         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
41450         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
41451         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
41452         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
41453         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
41454         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
41455         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
41456         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
41457         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
41458         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
41459         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
41460         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
41461         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
41462         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
41463         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
41464         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
41465         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
41466         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
41467         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
41468         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
41469         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
41470         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
41471         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
41472         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
41473         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
41474         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
41475         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
41476         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
41477         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
41478         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
41479         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
41480         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
41481         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
41482         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
41483         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
41484         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
41485         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
41486         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
41487         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
41488         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
41489         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
41490         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
41491         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
41492         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
41493         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
41494         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
41495         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
41496         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
41497         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
41498         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
41499         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
41500         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
41501         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
41502         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
41503         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
41504         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
41505         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
41506         Require >= 2.
41507         (FLT_ROUNDS): Expect as macro, not constant.
41508         (FLT_MANT_DIG): Use macro-int-constant.
41509         (DBL_MANT_DIG): Likewise.
41510         (LDBL_MANT_DIG): Likewise.
41511         (FLT_DIG): Likewise.
41512         (DBL_DIG): Likewise.
41513         (LDBL_DIG): Likewise.
41514         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
41515         (DBL_MIN_EXP): Likewise.
41516         (LDBL_MIN_EXP): Likewise.
41517         (FLT_MAX_EXP): Use macro-int-constant.
41518         (DBL_MAX_EXP): Likewise.
41519         (LDBL_MAX_EXP): Likewise.
41520         (FLT_MAX_10_EXP): Likewise.
41521         (DBL_MAX_10_EXP): Likewise.
41522         (LDBL_MAX_10_EXP): Likewise.
41523         (FLT_MAX): Use macro-constant.
41524         (DBL_MAX): Likewise.
41525         (LDBL_MAX): Likewise.
41526         (FLT_EPSILON): Use macro-constant.  Give upper bound.
41527         (DBL_EPSILON): Likewise.
41528         (LDBL_EPSILON): Likewise.
41529         (FLT_MIN): Likewise.
41530         (DBL_MIN): Likewise.
41531         (LDBL_MIN): Likewise.
41532         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
41533         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
41534         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
41535         [ISO11] (FLT_HAS_SUBNORM): Likewise.
41536         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
41537         [ISO11] (DBL_DECIMAL_DIG): Likewise.
41538         [ISO11] (FLT_DECIMAL_DIG): Likewise.
41539         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
41540         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
41541         [ISO11] (FLT_TRUE_MIN): Likewise.
41542         [ISO11] (LDBL_TRUE_MIN): Likewise.
41543         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41544         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
41545         (SCHAR_MIN): Use macro-int-constant.  Specify type.
41546         (SCHAR_MAX): Likewise.
41547         (UCHAR_MAX): Likewise.
41548         (CHAR_MIN): Likewise.
41549         (CHAR_MAX): Likewise.
41550         (MB_LEN_MAX): Use macro-int-constant.
41551         (SHRT_MIN): Use macro-int-constant.  Specify type.
41552         (SHRT_MAX): Likewise.
41553         (USHRT_MAX): Likewise.
41554         (INT_MAX): Likewise.
41555         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
41556         bound negative.
41557         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41558         bound with "U".
41559         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41560         bound with "L".
41561         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
41562         bound negative.  Suffix upper bound with "L".
41563         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41564         bound with "UL".
41565         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
41566         Specify type.
41567         [C99-based standards] (LLONG_MAX): Likewise.
41568         [C99-based standards] (ULLONG_MAX): Likewise.
41569         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
41570         == 0.
41571         [ISO11] (max_align_t): Require type.
41572         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41574         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
41575         from $CFLAGS, without defining away __attribute__ calls.
41576         (checknamespace): Use $CFLAGS_namespace.
41578         * conform/conformtest.pl (@keywords): Only include C99 keywords
41579         for standards based on C99 or C11.
41581         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
41582         Disable tests.
41583         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
41584         UNIX98]: Likewise.
41586         * conform/conformtest.pl: Handle "macro-int-constant" and test for
41587         usability of symbols in #if.
41589         * conform/conformtest.pl: If macro or constant types start
41590         "promoted:", expect the symbol to be of the following type
41591         promoted by the integer promotions.
41593         * conform/conformtest.pl: Parse all "constant" and "macro" lines
41594         in one place.  Also handle "macro-constant".
41596         * conform/conformtest.pl: Only accept expected macro values with
41597         "==".  Parse all "macro" lines in one place.
41598         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
41600         * conform/conformtest.pl: Handle braced types on "constant" lines
41601         instead of handling "typed-constant".
41602         * conform/data/signal.h-data: Use "constant" instead of
41603         "typed-constant".
41605         * conform/conformtest.pl: Handle "optional-" at start of lines in
41606         one place rather than duplicating several cases.  Handle each
41607         format of "macro" line with initial "optional-".
41609         * conform/conformtest.pl: Only accept expected constant or
41610         optional-constant values with "==".  Parse all "constant" lines in
41611         one place.  Parse all "optional-constant" lines in one place.
41612         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
41613         * conform/data/fmtmsg.h-data: Likewise.
41614         * conform/data/netinet/in.h-data: Likewise.
41615         * conform/data/tar.h-data: Likewise.
41616         * conform/data/limits.h-data: Use "==" form on "constant" and
41617         "optional-constant" lines.
41619         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
41620         Use -std=c99 for XOPEN2K.
41621         (@knownproblems): Remove.
41622         (newtoken): Don't check %isknown.
41624         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
41625         Do not expect macro.
41626         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
41627         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
41628         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
41629         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
41630         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
41631         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
41632         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
41633         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
41634         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
41635         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
41636         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
41637         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
41638         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
41639         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
41640         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
41641         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
41642         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
41643         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
41644         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
41645         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
41646         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
41647         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
41648         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
41649         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
41650         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
41651         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
41652         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
41653         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
41654         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
41655         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
41656         [XPG3] (acosh): Likewise.
41657         [XPG3] (asinh): Likewise.
41658         [XPG3] (atanh): Likewise.
41659         [XPG3] (cbrt): Likewise.
41660         [XPG3] (expm1): Likewise.
41661         [XPG3] (ilogb): Likewise.
41662         [XPG3] (log1p): Likewise.
41663         [XPG3] (logb): Likewise.
41664         [XPG3] (nextafter): Likewise.
41665         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
41666         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
41667         [XPG3] (remainder): Likewise.
41668         [XPG3] (rint): Likewise.
41669         [XPG3 || XPG4 || UNIX98] (round): Likewise.
41670         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
41671         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
41672         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
41673         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
41674         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
41675         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
41676         [UNIX98 || XOPEN2K] (scalb): Expect.
41677         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
41678         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
41679         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
41680         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
41681         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
41682         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
41683         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
41684         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
41685         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
41686         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
41687         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
41688         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
41689         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
41690         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
41691         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
41692         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
41693         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
41694         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
41695         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
41696         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
41697         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
41698         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
41699         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
41700         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
41701         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
41702         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
41703         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
41704         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
41705         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
41706         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
41707         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
41708         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
41709         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
41710         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
41711         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
41712         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
41713         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
41714         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
41715         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
41716         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
41717         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
41718         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
41719         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
41720         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
41721         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
41722         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
41723         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
41724         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
41725         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
41726         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
41727         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
41728         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
41729         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
41730         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
41731         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
41732         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
41733         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
41734         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
41735         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
41736         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
41737         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
41738         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
41739         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
41740         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
41741         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
41742         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
41743         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
41744         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
41745         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
41746         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
41747         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
41748         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
41749         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
41750         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
41751         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
41752         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
41753         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
41754         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
41755         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
41756         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
41757         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
41758         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
41759         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
41760         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
41761         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
41762         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
41763         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
41764         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
41765         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
41766         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
41767         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
41768         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
41769         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
41770         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
41771         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
41772         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
41773         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
41774         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
41775         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
41776         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
41777         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
41778         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
41779         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
41780         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
41781         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
41782         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
41783         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
41784         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
41785         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
41786         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
41787         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
41788         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
41789         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
41790         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
41791         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
41792         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
41793         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
41794         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
41795         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
41796         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
41797         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
41798         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
41799         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
41800         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
41801         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
41802         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
41803         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
41804         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
41805         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
41806         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
41807         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
41808         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
41809         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
41810         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
41811         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
41812         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
41813         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
41815         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
41816         _XOPEN_SOURCE_EXTENDED for XPG4.
41818         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
41820         * Makeconfig (localtime): Remove variable.
41821         (inst_localtime-file): Likewise.
41823 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
41825         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
41826         Update.
41827         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
41828         Update.
41829         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
41830         Update.
41831         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
41832         Update.
41833         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
41834         Update.
41835         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
41836         Update.
41837         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
41838         Update.
41839         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
41840         Update.
41841         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
41842         Update.
41844 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
41846         [BZ #2550]
41847         [BZ #2570]
41848         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
41849         comparisons to determine direction to adjust input.
41850         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
41851         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
41852         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
41853         Likewise.
41854         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
41855         Likewise.
41856         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
41857         Likewise.
41858         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
41859         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
41860         Likewise.
41861         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
41862         Likewise.
41863         * math/libm-test.inc (nexttoward_test): Add more tests.
41865 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
41867         [BZ #14040]
41868         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
41869         in version GLIBC_2.1, not GLIBC_2.0.
41870         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
41871         Likewise.
41873 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
41875         [BZ #13942]
41876         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
41877         (1 - x) * (1 + x).
41878         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
41879         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
41880         * math/libm-test.inc (acos_test): Add more tests.
41881         (asin_test): Likewise.
41882         * sysdeps/i386/fpu/libm-test-ulps: Update.
41883         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41885         [BZ #14034]
41886         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
41887         of square root.
41888         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
41889         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
41890         * math/libm-test.inc (acos_test_tonearest): New function.
41891         (acos_test_towardzero): Likewise.
41892         (acos_test_downward): Likewise.
41893         (acos_test_upward): Likewise.
41894         (asin_test_tonearest): Likewise.
41895         (asin_test_towardzero): Likewise.
41896         (asin_test_downward): Likewise.
41897         (asin_test_upward): Likewise.
41898         (main): Call the new functions.
41899         * sysdeps/i386/fpu/libm-test-ulps: Update.
41900         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41902         [BZ #13884]
41903         [BZ #13924]
41904         * math/e_exp10.c: Include <float.h>.
41905         (__ieee754_exp10): Handle underflow here rather than multiplying
41906         large negative argument by M_LN10.
41907         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
41908         of __ieee754_expf.
41909         * math/e_exp10l.c: Include <float.h>.
41910         (__ieee754_exp10l): Handle underflow here rather than multiplying
41911         large negative argument by M_LN10l.
41912         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
41913         spurious overflow exception on underflow.
41915 2012-04-29  Marek Polacek  <polacek@redhat.com>
41917         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
41918         (__fortify_function): New macro.
41919         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
41920         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
41921         __extern_always_inline.
41922         * libio/bits/stdio2.h: Likewise.
41923         * libio/bits/stdio.h: Likewise.
41924         * string/string.h: Likewise.
41925         * string/bits/string3.h: Likewise.
41926         * include/stdio.h: Likewise.
41927         * stdlib/bits/stdlib.h: Likewise.
41928         * stdlib/stdlib.h: Likewise.
41929         * rt/bits/mqueue2.h: Likewise.
41930         * rt/mqueue.h: Likewise.
41931         * posix/bits/unistd.h: Likewise.
41932         * posix/unistd.h: Likewise.
41933         * io/bits/poll2.h: Likewise.
41934         * io/bits/fcntl2.h: Likewise.
41935         * io/fcntl.h: Likewise.
41936         * io/sys/poll.h: Likewise.
41937         * misc/bits/syslog.h: Likewise.
41938         * misc/bits/syslog-ldbl.h: Likewise.
41939         * misc/sys/syslog.h: Likewise.
41940         * socket/bits/socket2.h: Likewise.
41941         * socket/sys/socket.h: Likewise.
41942         * debug/tst-chk1.c: Likewise.
41943         * wcsmbs/bits/wchar2.h: Likewise.
41944         * wcsmbs/bits/wchar-ldbl.h: Likewise.
41945         * wcsmbs/wchar.h: Likewise.
41947 2012-04-29  Andreas Jaeger  <aj@suse.de>
41949         * Makerules (tests): Remove enable-check-abi protection.
41950         (check-abi-warn): Remove.
41951         (check-abi-%): Remove check-abi-warn usage.
41953         * configure.in: Remove check-abi configure option.
41954         * configure: Regenerated.
41955         * config.make.in (enable-check-abi): Remove.
41957 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
41959         [BZ #14033]
41960         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
41961         double functions to double *_finite functions.
41963         [BZ #13941]
41964         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
41965         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
41966         LDBL_MIN_EXP.
41967         * stdio-common/Makefile (tests): Add tst-sprintf3.
41968         * stdio-common/tst-sprintf3.c: New file.
41970         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
41971         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
41973 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
41975         * conform/conformtest.pl: Remove duplicate typed-constant
41976         handling.
41978 2012-04-28  David S. Miller  <davem@davemloft.net>
41980         * Makerules (%.abilist): Add vpath on sysdep_dirs.
41981         (check-abi-%): Remove AWK script prerequisite and explicit
41982         abilist directory.
41983         (check-abi): Rewrite to just diff the symlist with the abilist.
41984         (config-tls, config-abi-config): Delete, no longer used.
41985         (update-abi-%): Remove AWK script and explicit abilist directory.
41986         (update-abi): Rewrite to simply compare and conditionally copy the
41987         symlist and the sysdep abilist file.  Remove update-abi-config
41988         checks.
41989         * abilist/ld.abilist: Remove.
41990         * abilist/libBrokenLocale.abilist: Remove.
41991         * abilist/libanl.abilist: Remove.
41992         * abilist/libcrypt.abilist: Remove.
41993         * abilist/libdl.abilist: Remove.
41994         * abilist/librt.abilist: Remove.
41995         * abilist/libthread_db.abilist: Remove.
41996         * abilist/libutil.abilist: Remove.
41997         * scripts/extract-abilist.awk: Remove.
41998         * scripts/merge-abilist.awk: Remove.
41999         * sysdeps/generic/libcidn.abilist: New file.
42000         * sysdeps/generic/libnss_compat.abilist: New file.
42001         * sysdeps/generic/libnss_db.abilist: New file.
42002         * sysdeps/generic/libnss_dns.abilist: New file.
42003         * sysdeps/generic/libnss_files.abilist: New file.
42004         * sysdeps/generic/libnss_hesiod.abilist: New file.
42005         * sysdeps/generic/libnss_nis.abilist: New file.
42006         * sysdeps/generic/libnss_nisplus.abilist: New file.
42007         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
42008         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
42009         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
42010         file.
42011         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
42012         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
42013         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
42014         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
42015         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
42016         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
42017         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
42018         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
42019         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
42020         file.
42021         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
42022         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
42023         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
42024         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
42025         file.
42026         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
42027         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
42028         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
42029         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
42030         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
42031         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
42032         file.
42033         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
42034         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
42035         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
42036         file.
42037         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
42038         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
42039         New file.
42040         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
42041         New file.
42042         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
42043         New file.
42044         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
42045         New file.
42046         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
42047         New file.
42048         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
42049         New file.
42050         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
42051         New file.
42052         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
42053         New file.
42054         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
42055         New file.
42056         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
42057         New file.
42058         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
42059         New file.
42060         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
42061         New file.
42062         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
42063         New file.
42064         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
42065         file.
42066         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
42067         New file.
42068         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
42069         New file.
42070         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
42071         file.
42072         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
42073         New file.
42074         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
42075         New file.
42076         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
42077         file.
42078         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
42079         New file.
42080         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
42081         New file.
42082         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
42083         New file.
42084         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
42085         New file.
42086         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
42087         New file.
42088         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
42089         New file.
42090         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
42091         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
42092         file.
42093         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
42094         New file.
42095         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
42096         file.
42097         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
42098         file.
42099         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
42100         file.
42101         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
42102         file.
42103         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
42104         file.
42105         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
42106         New file.
42107         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
42108         file.
42109         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
42110         file.
42111         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
42112         New file.
42113         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
42114         file.
42115         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
42116         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
42117         file.
42118         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
42119         New file.
42120         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
42121         file.
42122         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
42123         file.
42124         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
42125         file.
42126         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
42127         file.
42128         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
42129         file.
42130         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
42131         New file.
42132         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
42133         file.
42134         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
42135         file.
42136         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
42137         New file.
42138         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
42139         file.
42140         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
42141         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
42142         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
42143         file.
42144         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
42145         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
42146         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
42147         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
42148         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
42149         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
42150         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
42151         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
42152         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
42153         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
42154         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
42155         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
42156         file.
42157         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
42158         New file.
42159         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
42160         file.
42161         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
42162         file.
42163         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
42164         file.
42165         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
42166         file.
42167         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
42168         file.
42169         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
42170         New file.
42171         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
42172         New file.
42173         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
42174         file.
42175         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
42176         New file.
42177         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
42178         file.
42179         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
42180         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
42181         file.
42182         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
42183         New file.
42184         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
42185         file.
42186         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
42187         file.
42188         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
42189         file.
42190         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
42191         file.
42192         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
42193         file.
42194         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
42195         New file.
42196         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
42197         New file.
42198         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
42199         file.
42200         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
42201         New file.
42202         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
42203         file.
42205 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
42207         * conform/conformtest.pl: Fix typo in handling typed-constant from
42208         allow-header.
42210 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
42212         * README: Cut down references to pre-2.6 Linux kernels and
42213         Linuxthreads.  Update lists of configurations in libc and ports
42214         and sort alphabetically.  Say "or newer" with Linux kernel version
42215         requirements.
42217         * config.h.in [IS_IN_build]: Allow compiling without optimization.
42219 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
42221         [BZ #887]
42222         * math/libm-test.inc (logb_test_downward): New test to expose
42223         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
42224         rounding mode.
42226 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
42228         [BZ #14027]
42229         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
42230         to be done.
42231         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
42232         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
42234 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
42236         * sysdeps/unix/i386/brk.S: Remove file.
42237         * sysdeps/unix/i386/dl-brk.S: Likewise.
42238         * sysdeps/unix/i386/pipe.S: Likewise.
42239         * sysdeps/unix/i386/sigreturn.S: Likewise.
42240         * sysdeps/unix/i386/syscall.S: Likewise.
42241         * sysdeps/unix/i386/vfork.S: Likewise.
42242         * sysdeps/unix/i386/wait.S: Likewise.
42244         * sysdeps/unix/common/tcsendbrk.c: Move to ...
42245         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
42247         * configure.in (arm*-none*): Do not allow without
42248         --enable-hacker-mode.
42249         (netbsd*): Remove case setting base_os.
42250         (386bsd*): Likewise.
42251         (freebsd*): Likewise.
42252         (bsdi*): Likewise.
42253         (osf*): Likewise.
42254         (sunos*): Likewise.
42255         (ultrix*): Likewise.
42256         (newsos*): Likewise.
42257         (dynix*): Likewise.
42258         (*bsd*): Likewise.
42259         (sysv*): Likewise.
42260         (isc*): Likewise.
42261         (esix*): Likewise.
42262         (sco*): Likewise.
42263         (minix*): Likewise.
42264         (irix4*): Likewise.
42265         (irix6*): Likewise.
42266         (solaris[2-9]*): Likewise.
42267         (none): Likewise.
42268         * configure: Regenerated.
42270 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42272         [BZ #11521]
42273         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
42274         overflow or cancellation in calculating denominator.
42275         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
42276         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
42277         down expression to avoid unexpected rounding in newer GCCs.
42278         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
42280 2012-04-26  David S. Miller  <davem@davemloft.net>
42282         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
42283         long-double compat symbols.
42284         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
42285         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
42286         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
42287         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
42288         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
42289         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
42290         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
42291         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
42292         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
42293         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
42294         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
42295         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
42296         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
42298 2012-04-25  David S. Miller  <davem@davemloft.net>
42300         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
42301         HWCAP_* values only after the memory barriers have been defined.
42302         (atomic_full_barrier): Define.
42303         (atomic_read_barrier): Define.
42304         (atomic_write_barrier): Define.
42306 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
42308         * shlib-versions: Add libgcc_s version information.
42309         * sysdeps/generic/libgcc_s.h: Remove.
42310         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
42311         libgcc_s.h.
42312         * sysdeps/gnu/unwind-resume.c: Likewise.
42313         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
42315 2012-04-25  David S. Miller  <davem@davemloft.net>
42317         * sysdeps/unix/sparc/brk.S: Delete.
42318         * sysdeps/unix/sparc/dl-brk.S: Delete.
42319         * sysdeps/unix/sparc/pipe.S: Delete.
42320         * sysdeps/unix/sparc/sysdep.S: Delete.
42321         * sysdeps/unix/sparc/sysdep.h: Delete.
42322         * sysdeps/unix/sparc/vfork.S: Delete.
42323         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
42324         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
42325         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
42326         (ret_ERRVAL, r0, r1, MOVE): Define.
42327         (JUMPTARGET): Remove.
42328         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
42329         sysdeps/unix/sparc/sysdep.h
42330         (ENTRY, END): Remove.
42331         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42333 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
42335         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
42336         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
42337         -DIS_IN_build.
42339         * timezone/README: Update upstream location and email address for
42340         tzcode and tzdata.
42341         * timezone/zdump.c: Update from tzcode 2012b.
42342         * timezone/zic.c: Likewise.
42344         * configure.in (libc_cv_as_needed): Remove test.
42345         * configure: Regenerated.
42346         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
42347         conditional definition.
42348         [$(have-as-needed) != yes] (no-as-needed): Likewise.
42349         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
42350         * config.make.in (have-as-needed): Remove variable.
42352 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
42353             Paul Pluzhnikov  <ppluzhnikov@google.com>
42355         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
42356         strings correctly.
42358 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
42360         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
42361         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
42362         * sysdeps/sh/strlen.S: Likewise.
42364 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42366         * sysdeps/unix/fork.S: Remove file.
42367         * sysdeps/unix/i386/fork.S: Likewise.
42368         * sysdeps/unix/sparc/fork.S: Likewise.
42370         * sysdeps/unix/system.c: Remove file.
42371         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
42373         * sysdeps/unix/getegid.S: Remove file.
42374         * sysdeps/unix/geteuid.S: Likewise.
42376 2012-04-24  Roland McGrath  <roland@hack.frob.com>
42378         * scripts/check-localplt.awk: New file.
42379         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
42380         of diff.
42381         * scripts/data/localplt-generic.data: Add a comment.
42383         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
42384         NODE when __dir_mkfile failed.
42385         * sysdeps/mach/hurd/symlinkat.c: Likewise.
42386         Reported by Ludovic Courtès <ludo@gnu.org>.
42388 2012-04-24  Andreas Jaeger  <aj@suse.de>
42390         * Makerules (common-clean): Also remove gen-as-const-headers
42391         files.
42393 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42395         * Makerules (native-compile): Do not change working directory for
42396         build.  Use $(OUTPUT_OPTION) in command.
42397         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
42399 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42401         [BZ #13886]
42402         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
42403         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
42404         * math/libm-test.inc (floor_test): Add more tests.
42405         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
42407 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42409         * sysdeps/unix/getdents.c: Remove file.
42410         * sysdeps/unix/sysv/getdents.c: Likewise.
42411         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
42413         * sysdeps/unix/syscalls.list (madvise): Add syscall from
42414         sysdeps/unix/mman/syscalls.list.
42415         (mmap): Likewise.
42416         (mprotect): Likewise.
42417         (msync): Likewise.
42418         (munmap): Likewise.
42419         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
42420         * sysdeps/unix/mman/syscalls.list: Remove.
42421         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
42423         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
42424         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
42425         * configure: Regenerated.
42426         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
42427         $(libgcc_s_suffix).
42428         * config.make.in (libgcc_s_suffix): Remove variable.
42430 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
42432         * sysdeps/unix/sysv/gethostname.c: Move to ...
42433         * sysdeps/posix/gethostname.c: ... here.
42435         * sysdeps/unix/execve.S: Remove file.
42437         * sysdeps/unix/_exit.S: Remove file.
42439 2012-04-23  Andreas Jaeger  <aj@suse.de>
42441         [BZ #13739]
42442         * manual/Makefile: Remove make dist support, there's no
42443         need for a stand-alone documentation tar ball.
42444         (TEXI2DVI): Define always, it's not in Makeconfig.
42445         (dist): Removed.
42446         (tar-it): Removed.
42447         (edition): Removed.
42448         (glibc-doc-$(edition).tar): Removed
42449         (%.Z): Removed.
42450         (%.gz): Removed.
42451         (%.uu): Removed.
42452         (ETAGS): Remove, it's in Makeconfig.
42453         (move-if-change): Remove, it's in Makeconfig.
42455 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
42457         [BZ #13970]
42458         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
42459         (strtod, strtof, strtold, strtol, strtoul, strtoq)
42460         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
42461         (strtod_l, strtof_l, strtold_l): Remove __wur.
42462         It is not necessarily an error to ignore strtol's return value.
42463         One can reliably look at the stored endptr to decide whether
42464         the number had valid syntax.
42466 2012-04-21  Andreas Jaeger  <aj@suse.de>
42468         [BZ #13739]
42469         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
42471 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
42473         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
42474         * sysdeps/unix/sysv/Versions: Remove file.
42476 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
42478         [BZ #13927]
42479         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42481 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
42483         [BZ #7064]
42484         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
42485         version from __vm86.
42487 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
42489         * sysdeps/unix/common/lxstat.c: Remove file.
42490         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
42492         * sysdeps/unix/sysv/Makefile: Remove file.
42494         * sysdeps/unix/sysv/direct.h: Remove file.
42496         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
42497         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
42498         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
42499         * sysdeps/unix/sysv/bits/signum.h: Likewise.
42500         * sysdeps/unix/sysv/bits/stat.h: Likewise.
42501         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
42502         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
42504         * sysdeps/unix/sysv/setrlimit.c: Remove file.
42506         * sysdeps/unix/xmknod.c: Remove file.
42507         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
42509         * sysdeps/unix/sysv/settimeofday.c: Remove file.
42511         * sysdeps/unix/sysv/i386/time.S: Remove file.
42513         * sysdeps/unix/fxstat.c: Remove file.
42514         * sysdeps/unix/xstat.c: Likewise.
42515         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
42517         * sysdeps/unix/sysv/sigaction.c: Remove file.
42519         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
42520         (sysdep_headers): Remove variable.
42521         [termio.h not in sysdep_headers] (generated): Likewise.
42522         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
42523         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
42524         * sysdeps/unix/sysv/tcdrain.c: Likewise.
42525         * sysdeps/unix/sysv/tcflow.c: Likewise.
42526         * sysdeps/unix/sysv/tcflush.c: Likewise.
42527         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
42528         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
42529         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
42530         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
42531         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
42533         * sysdeps/unix/siglist.c: Remove file.
42535         * sysdeps/unix/getppid.S: Remove file.
42537         * sysdeps/unix/mkdir.c: Remove file.
42538         * sysdeps/unix/rmdir.c: Likewise.
42540 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
42542         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
42543         ERR_MAX value.
42544         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
42545         errlist-compat value.
42547 2012-04-18  David S. Miller  <davem@davemloft.net>
42549         * sysdeps/generic/memcopy.h (reg_char): Delete.
42550         * debug/strcat_chk.c: Use char, not reg_char.
42551         * debug/strcpy_chk.c: Likewise.
42552         * debug/strncat_chk.c: Likewise.
42553         * debug/strncpy_chk.c: Likewise.
42554         * string/memchr.c: Likewise.
42555         * string/memrchr.c: Likewise.
42556         * string/rawmemchr.c: Likewise.
42557         * string/strcat.c: Likewise.
42558         * string/strchr.c: Likewise.
42559         * string/strchrnul.c: Likewise.
42560         * string/strcmp.c: Likewise.
42561         * string/strcpy.c: Likewise.
42562         * string/strncat.c: Likewise.
42563         * string/strncmp.c: Likewise.
42564         * string/strncpy.c: Likewise.
42566 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42568         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
42569         __builtin_memcopy is called when src and dest ranges are known to not
42570         overlap.
42572 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42574         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
42575         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
42576         fwd_align_merge macro call.
42577         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
42578         bwd_align_merge macro call.
42579         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42581 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42583         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
42584         bwd_align_merge macros.
42585         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
42586         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
42587         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42589 2012-04-18  David S. Miller  <davem@davemloft.net>
42591         * sysdeps/sparc/sparc64/memcopy.h: Delete.
42593 2012-04-18  Andreas Jaeger  <aj@suse.de>
42595         [BZ# 6794]
42596         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
42597         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
42598         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42600         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
42601         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
42602         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42604         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
42605         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
42606         Adjust for changed ldbl-128 files.
42608         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
42609         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
42610         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42612 2012-04-17  David S. Miller  <davem@davemloft.net>
42614         * sysdeps/sparc/sparc32/memcopy.h: Delete.
42616 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
42618         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
42619         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
42620         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
42621         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
42622         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
42623         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
42625 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42627         [BZ #6794]
42628         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
42629         * math/libm-test.inc: Add ilogb errno and exception tests.
42630         * math/w_ilogb.c: New file: ilogb wrapper.
42631         * math/w_ilogbf.c: New file: ilogbf wrapper.
42632         * math/w_ilogbl.c: New file: ilogbl wrapper.
42633         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
42634         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
42635         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
42636         exception being thrown with 0.0 as argument.
42637         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
42638         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
42639         exception being thrown with 0.0 as argument.
42640         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
42641         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42642         exception being thrown with 0.0 as argument.
42643         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
42644         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42645         exception being thrown with 0.0 as argument.
42646         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
42647         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
42648         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
42649         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
42650         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
42651         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
42652         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
42653         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
42654         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
42656 2012-04-17  Petr Baudis  <pasky@ucw.cz>
42658         * include/sys/uio.h: Change __vector to __iovec to avoid clash
42659         with altivec.
42661 2012-04-16  Marek Polacek  <polacek@redhat.com>
42663         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
42665 2012-04-16  Marek Polacek  <polacek@redhat.com>
42667         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
42668         operands of fdivp instruction.
42670 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42672         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
42673         * elf/tst-auditmod3b.c: Likewise.
42674         * elf/tst-auditmod4b.c: Likewise.
42675         * elf/tst-auditmod5b.c: Likewise.
42676         * elf/tst-auditmod6b.c: Likewise.
42677         * elf/tst-auditmod6c.c: Likewise.
42678         * elf/tst-auditmod7b.c: Likewise.
42679         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
42680         * sysdeps/x86_64/preconfigure.in: Likewise.
42681         * sysdeps/x86_64/preconfigure: Regenerated.
42683 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42685         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
42686         __ILP32__.
42688 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
42690         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
42691         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
42693 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
42695         [BZ #13973]
42696         * locale/iso-639.def: Fix gl language name. Spotted by
42697         Yaron Shahrabani.
42699 2012-04-12  Roland McGrath  <roland@hack.frob.com>
42701         [BZ #2074]
42702         * libio/libio.h (__io_write_fn): Update comment.
42704 2012-04-12  Petr Baudis  <pasky@ucw.cz>
42706         [BZ #2074]
42707         * stdio.texi (Hook Functions): The user provided writer function
42708         is not allowed to return -1.
42710 2012-04-11  David S. Miller  <davem@davemloft.net>
42712         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42714 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
42716         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
42717         Add a leading slash to rtkaio.
42719 2012-04-11  Jim Meyering  <meyering@redhat.com>
42721         [BZ #11959]
42722         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
42723         It is not necessarily an error to ignore fwrite's return
42724         value.  One can reliably use ferror to test for errors after
42725         the fact.
42727 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
42729         * bits/types.h (__snseconds_t): New type.
42730         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
42732         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
42733         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42734         (__SNSECONDS_T_TYPE): Likewise.
42735         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42736         (__SNSECONDS_T_TYPE): Likewise.
42737         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42738         (__SNSECONDS_T_TYPE): Likewise.
42740 2012-04-10  Andreas Jaeger  <aj@suse.de>
42742         [BZ #2636]
42743         * manual/time.texi (Processor Time): Return type of times is
42744         elapsed real time since an arbitrary point in the past.
42745         (CPU Time): Move CLK_TCK from here...
42746         (Processor Time): ...to here.  Correct description.
42747         * manual/conf.texi (Constants for Sysconf): Correct description of
42748         _SC_CLK_TCK.
42750 2012-04-10  David S. Miller  <davem@davemloft.net>
42752         [BZ #13967]
42753         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
42754         where the is a gap between DT_REL(A) and DT_JMPREL.
42756 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
42758         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
42759         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
42760         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
42762 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
42764         * elf/dl-support.c (_dl_inhibit_cache): New variable.
42765         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
42766         (dl_main): Handle --inhibit-cache.
42767         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
42768         _dl_inhibit_cache.
42769         * elf/dl-load.c (_dl_map_object): Use it.
42770         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
42772 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
42774         [BZ #13872]
42775         * sysdeps/i386/fpu/e_powl.S (p78): New object.
42776         (__ieee754_powl): Saturate large exponents rather than testing for
42777         overflow of y*log2(x).
42778         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
42779         * math/libm-test.inc (pow_test): Do not permit spurious overflow
42780         exceptions.
42782         [BZ #11521]
42783         * math/s_ctan.c: Include <float.h>.
42784         (__ctan): Avoid internal overflow or cancellation in calculating
42785         denominator.
42786         * math/s_ctanf.c: Likewise.
42787         * math/s_ctanl.c: Likewise.
42788         * math/s_ctanh.c: Likewise.
42789         * math/s_ctanhf.c: Likewise.
42790         * math/s_ctanhl.c: Likewise.
42791         * math/libm-test.inc (ctan_test): Add more tests.
42792         (ctanh_test): Likewise.
42793         * sysdeps/i386/fpu/libm-test-ulps: Update.
42794         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42796 2012-04-09  Andreas Jaeger  <aj@suse.de>
42798         [BZ #6894]
42799         * manual/filesys.texi (Directory Entries): Mention that d_namlen
42800         is an optional BSD extension.
42802         [BZ #10254]
42803         * manual/stdio.texi (Opening Streams): Document additional fopen
42804         parameters.
42806 2012-04-09  Roland McGrath  <roland@hack.frob.com>
42808         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
42809         %eax without telling the compiler.
42811 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
42813         [BZ # 13963]
42814         * manual/install.texi: Use sourceware.org.
42816 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
42818         [BZ #13873]
42819         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
42820         (__ieee754_pow): Generate overflow and underflow using huge*huge
42821         and tiny*tiny rather than just returning constant infinity or zero
42822         for large exponents.
42823         * math/libm-test.inc (pow_test): Require overflow exceptions for
42824         applicable cases of large exponents.
42826         [BZ #706]
42827         * sysdeps/i386/fpu/e_pow.S (p10): New object.
42828         (__ieee754_pow): Use iterative multiplication algorithm only for
42829         integer exponents with absolute value below 1024.  Check for odd
42830         integer exponents when using algorithm for real exponents.
42831         * math/libm-test.inc (pow_test): Add more tests.
42832         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42834 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
42836         [BZ #13705]
42837         * math/libm-test.inc (exp_test): Do not allow overflow exception
42838         on underflow test.
42840 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
42842         [BZ #13705]
42843         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
42844         instead of __kernel_standard_f.
42846 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
42848         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
42849         * sysdeps/x86_64/memset_chk.S: Likewise.
42851 2012-04-08  Andreas Jaeger  <aj@suse.de>
42853         [BZ #10153]
42854         * manual/startup.texi (Environment Access): Describe return value
42855         for putenv and setenv.
42857         [BZ #6895]
42858         * manual/filesys.texi (Directory Entries): Add description for
42859         DT_LNK.
42861         [BZ #6890]
42862         * manual/filesys.texi (Directory Entries): Clarify that it's file
42863         system not operating system in the description of DT_UNKNOWN.
42865         [BZ #6578]
42866         * manual/syslog.texi (closelog): Fix reference, it's openlog.
42868 2012-04-08  Stephen Compall  <s11@member.fsf.org>
42870         [BZ #6649]
42871         * manual/llio.texi (Opening and Closing Files): Add cross
42872         reference to explain mode argument.
42874 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
42876         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
42877         * sysdeps/x86_64/memset_chk.S: Likewise.
42879 2012-04-07  David S. Miller  <davem@davemloft.net>
42881         * elf/elf.h (R_SPARC_WDISP10): Define.
42882         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
42883         R_SPARC_SIZE32.
42884         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
42885         R_SPARC_SIZE64 and R_SPARC_H34.
42887 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
42889         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
42890         conditions and remove no longer applicable assertion.
42892 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
42894         * bits/byteswap.h: Include <features.h>.
42895         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
42896         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
42898 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
42900         * bits/byteswap.h (__bswap_16): Removed.
42901         Include <bits/byteswap-16.h> to get __bswap_16.
42902         * sysdeps/i386/bits/byteswap.h: Likewise.
42903         * sysdeps/s390/bits/byteswap.h: Likewise.
42904         * sysdeps/x86_64/bits/byteswap.h: Likewise.
42905         * bits/byteswap-16.h: New file.
42906         * sysdeps/i386/bits/byteswap-16.h: Likewise.
42907         * sysdeps/s390/bits/byteswap-16.h: Likewise.
42908         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
42909         * string/Makefile (headers): Add bits/byteswap-16.h.
42911 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
42913         [BZ #13895]
42914         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
42915         extra indirection.
42916         * nss/Makefile (tests-static, tests): Add tst-nss-static.
42917         * nss/tst-nss-static.c: New.
42919 2012-04-06  Robert Millan  <rmh@gnu.org>
42921         [BZ #6486]
42922         * manual/llio.texi (File Position Primitive): lseek
42923         refers to WHENCE when it really means OFFSET.
42925 2012-04-06  Andreas Jaeger  <aj@suse.de>
42927         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
42928         strncmp declarations.
42930         * abilist/libc.abilist: Add __poll and __ppoll.
42932 2012-04-05  David S. Miller  <davem@davemloft.net>
42934         * scripts/check-local-headers.sh: Accept a host triplet in the
42935         path matched by the exclude regexp.
42937         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
42938         definition.
42939         * sysdeps/powerpc/powerpc32/dl-machine.h
42940         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
42941         * sysdeps/s390/s390-32/dl-machine.h
42942         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42943         * sysdeps/sparc/sparc32/dl-machine.h
42944         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42945         * sysdeps/sparc/sparc64/dl-machine.h
42946         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42948         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
42949         lazy binding.
42950         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
42951         undefined symbol errors.
42953         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
42954         DT_NEEDED entries.
42956 2012-04-05  Michael Matz  <matz@suse.de>
42958         [BZ #13592]
42959         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
42961 2012-04-05  Andreas Jaeger  <aj@suse.de>
42963         [BZ #13908]
42964         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
42965         comment.
42967 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42969         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
42970         which ROUND is no valid rounding mode.
42972 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42974         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
42975         read again.
42976         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
42978 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42980         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
42981         an exception using FPU order intentionally.
42983 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42985         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
42986         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
42987         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
42988         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
42990 2012-04-05  Simon Josefsson  <simon@josefsson.org>
42992         [BZ #12340]
42993         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
42994         EINVAL when BUFLEN is too smal.
42996 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
42998         [BZ #13553]
42999         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
43000         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
43002 2012-04-03  Andreas Jaeger  <aj@suse.de>
43004         [BZ #13938]
43005         * manual/setjmp.texi (System V contexts): Fix sentence.
43007         [BZ #13926]
43008         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
43009         New macro for this case.
43010         [!__GNUC__] (__bswap_64): New inline function for this case.
43011         * sysdeps/x86_64/bits/byteswap.h: Likewise.
43012         * bits/byteswap.h: Likewise.
43013         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
43014         ull, guard with __GLIBC_HAVE_LONG_LONG.
43016         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
43017         __GLIBC_HAVE_LONG_LONG.
43019         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
43020         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
43022 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
43024         [BZ #13691]
43025         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
43026         inptr and inend, rather than using last_ch.
43028 2012-04-02  David S. Miller  <davem@davemloft.net>
43030         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
43031         * stdio-common/printf-parse.h (read_int): Change return type to
43032         'int', return -1 on INT_MAX overflow.
43033         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
43034         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
43035         overflows INT_MAX.  Check for overflow of in-format-string precision
43036         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
43037         SIZE_MAX not INT_MAX for integer overflow test.
43038         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
43039         skip the construct in the format string but do not record anything.
43040         * stdio-common/bug22.c: Adjust to test both width/prevision
43041         INT_MAX overflow as well as total length INT_MAX overflow.  Check
43042         explicitly for proper errno values.
43044 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
43046         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
43047         CHAR_MAX.
43048         * string/test-strcmp.c [! WIDE]: Likewise.
43049         * time/tst-mktime2.c: Likewise for INT_MAX.
43050         * string/test-string.h: #include <sys/param.h> for MIN.
43052         * csu/init-first.c (__libc_init_first): Call __ctype_init.
43053         * sysdeps/i386/init-first.c (init): Likewise.
43054         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
43055         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
43056         * sysdeps/sh/init-first.c (init): Likewise.
43058 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
43060         * po/ru.po: Update from translation team.
43061         * po/vi.po: Likewise.
43063 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
43065         * resolv/nss_dns/dns-host.c: Merge copyright years.
43067 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43069         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
43070         Optimize memcpy with prefetch if
43071         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
43072         src, dst pointers have unequal 16 byte alignments.
43074 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
43076         [BZ #13928]
43077         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
43078         from a CNAME entry and return the minimum ttl for the query.
43079         (gaih_getanswer_slice): Likewise.
43081 2012-03-30  Jeff Law  <law@redhat.com>
43083         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
43084         due to long keys.
43085         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
43086         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
43088         * resolv/nss_dns/dns-host.c: Update copyright year.
43090 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
43092         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
43093         requests to save a system call.  Fix check that all bytes are sent.
43095         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
43096         comments for sendmmsg.
43098 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
43100         [BZ #13691]
43101         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
43102         with only 1 character between 0x0041 and 0x01b0.
43103         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
43104         * wcsmbs/tst-mbsnrtowcs.c: New file.
43106 2012-03-29  David S. Miller  <davem@davemloft.net>
43108         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
43109         small copies by hand.
43111 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
43113         [BZ #13761]
43114         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
43115         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
43116         group memberships.
43118 2012-03-28  David S. Miller  <davem@davemloft.net>
43120         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
43121         that branches into memcpy.
43122         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
43123         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
43124         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
43125         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
43126         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
43127         bits.
43128         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
43129         implementation too.
43130         * sysdeps/sparc/mempcpy.S: New file.
43132         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
43133         the IFUNC routine in the libc case.
43134         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
43136         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
43137         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
43138         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
43139         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
43140         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
43141         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
43142         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
43143         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
43145         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
43146         loop to 256 bytes instead of 64 bytes and fix test signedness.
43148         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
43149         * sysdeps/sparc/sparc32/Makefile: rather than here...
43150         * sysdeps/sparc/sparc64/Makefile: and here.
43152 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
43154         * malloc/mallocbug.c: Avoid warnings about unused variables.
43156 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
43158         [BZ #13760]
43159         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
43160         in the right place. Discard and retry query if response is
43161         larger than input buffer size.
43163 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
43165         [BZ #369]
43166         [BZ #2678]
43167         [BZ #3866]
43168         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
43169         x for large integer exponent.
43170         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
43171         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
43172         sign of result as needed afterwards.
43173         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
43174         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
43175         result for underflowing pow the same as for overflow.
43176         (__kernel_standard_l): Handle powl overflow and underflow here
43177         rather than calling __kernel_standard.
43178         * math/libm-test.inc (pow_test): Add more tests.
43180         [BZ #3868]
43181         [BZ #13879]
43182         [BZ #13910]
43183         [BZ #13911]
43184         [BZ #13912]
43185         [BZ #13913]
43186         [BZ #13915]
43187         [BZ #13916]
43188         [BZ #13917]
43189         [BZ #13918]
43190         [BZ #13919]
43191         [BZ #13920]
43192         [BZ #13921]
43193         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
43194         * sysdeps/ieee754/k_standard.c: Include <float.h>.
43195         (__kernel_standard_l): New function.
43196         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
43197         __kernel_standard.
43198         * math/w_acosl.c (__acosl): Likewise.
43199         * math/w_asinl.c (__asinl): Likewise.
43200         * math/w_atan2l.c (__atan2l): Likewise.
43201         * math/w_atanhl.c (__atanhl): Likewise.
43202         * math/w_coshl.c (__coshl): Likewise.
43203         * math/w_exp10l.c (__exp10l): Likewise.
43204         * math/w_exp2l.c (__exp2l): Likewise.
43205         * math/w_fmodl.c (__fmodl): Likewise.
43206         * math/w_hypotl.c (__hypotl): Likewise.
43207         * math/w_j0l.c (__j0l, __y0l): Likewise.
43208         * math/w_j1l.c (__j1l, __y1l): Likewise.
43209         * math/w_jnl.c (__jnl, __ynl): Likewise.
43210         * math/w_lgammal.c (__lgammal): Likewise.
43211         * math/w_log10l.c (__log10l): Likewise.
43212         * math/w_log2l.c (__log2l): Likewise.
43213         * math/w_logl.c (__logl): Likewise.
43214         * math/w_powl.c (__powl): Likewise.
43215         * math/w_remainderl.c (__remainderl): Likewise.
43216         * math/w_scalbl.c (sysv_scalbl): Likewise.
43217         * math/w_sinhl.c (__sinhl): Likewise.
43218         * math/w_sqrtl.c (__sqrtl): Likewise.
43219         * math/w_tgammal.c (__tgammal): Likewise.
43220         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
43221         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
43222         * math/libm-test.inc (acos_test): Add more tests.
43223         (acosh_test): Likewise.
43224         (asin_test): Likewise.
43225         (atanh_test): Likewise.
43226         (exp_test): Likewise.
43227         (exp10_test): Likewise.
43228         (exp2_test): Likewise.
43229         (expm1_test): Likewise.
43230         (lgamma_test): Likewise.
43231         (log_test): Likewise.
43232         (log10_test): Likewise.
43233         (log1p_test): Likewise.
43234         (log2_test): Likewise.
43235         (pow_test): Do not allow some spurious overflow exceptions.
43236         (sqrt_test): Add more tests.
43237         (tgamma_test): Likewise.
43238         (y0_test): Likewise.
43239         (y1_test): Likewise.
43240         (yn_test): Likewise.
43242 2012-03-27  Anton Blanchard  <anton@samba.org>
43244         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
43245         MAP_HUGETLB.
43246         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
43247         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
43248         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
43250 2012-03-27  David S. Miller  <davem@davemloft.net>
43252         * conform/Makefile: Run run-conformtest.sh using $(BASH).
43254         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
43255         have-as-vis3 check.
43257 2012-03-27  Andreas Jaeger  <aj@suse.de>
43259         * sysdeps/x86_64/elf/configure.in: Moved to ...
43260         * sysdeps/x86_64/configure.in: ... here.
43261         * sysdeps/x86_64/elf/start.S: Moved to ...
43262         * sysdeps/x86_64/start.S: ... here.
43263         * sysdeps/x86_64/elf/configure: Delete.
43265         * sysdeps/x86_64/configure.in: Merge contents from
43266         sysdeps/i386/configure.in (without i686 check).
43268         * sysdeps/i386/elf/Versions: Merge into ...
43269         * sysdeps/i386/Versions: ... this.
43270         * sysdeps/i386/elf/Versions: Delete file.
43271         * sysdeps/i386/elf/start.S: Moved to ...
43272         * sysdeps/i386/start.S: ...here.
43273         * sysdeps/i386/elf/configure.in: Merge into...
43274         * sysdeps/i386/configure.in: ...here.
43275         * sysdeps/i386/elf/configure.in: Delete file.
43276         * sysdeps/i386/elf/configure: Delete file.
43278         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
43279         * debug/backtracesyms.c: ... here.
43280         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
43281         * debug/backtracesymsfd.c: ... here.
43282         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
43283         * sysdeps/generic/ifunc-sel.h: ... here.
43285         * sysdeps/unix/i386/start.c: Delete file.
43286         * sysdeps/unix/sparc/start.c: Delete file.
43287         * sysdeps/unix/start.c: Delete file.
43289         * sysdeps/sh/elf/configure.in: Moved to ...
43290         * sysdeps/sh/configure.in: ... here.
43291         * sysdeps/sh/elf/start.S: Moved to ...
43292         * sysdeps/sh/start.S: ... here.
43293         * sysdeps/sh/elf/configure: Delete file.
43295         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
43296         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
43297         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
43298         * sysdeps/powerpc/powerpc64/entry.h: ... here.
43299         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
43300         * sysdeps/powerpc/powerpc64/start.S: here.
43301         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
43302         * sysdeps/powerpc/powerpc64/Makefile: ... this.
43303         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
43304         * sysdeps/powerpc/powerpc64/configure.in: ... this.
43305         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
43307         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
43308         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
43309         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
43310         * sysdeps/powerpc/powerpc32/start.S: ... here.
43311         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
43312         * sysdeps/powerpc/powerpc32/configure.in: ... this.
43313         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
43315         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
43316         * sysdeps/powerpc/ifunc-sel.h: ... here.
43317         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
43318         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
43320         * sysdeps/sparc/elf/configure.in: Moved to ...
43321         * sysdeps/sparc/configure.in: ... here.
43322         * sysdeps/sparc/elf/configure: Delete file.
43323         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
43324         * sysdeps/sparc/sparc32/start.S: ... here.
43325         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
43326         * sysdeps/sparc/sparc64/start.S: ... here.
43327         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
43328         * sysdeps/sparc/sparc32/Makefile: ... this.
43329         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
43330         * sysdeps/sparc/sparc64/Makefile: ... this.
43332         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
43333         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
43334         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
43335         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
43336         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
43337         * sysdeps/s390/s390-32/setjmp.S: ... here.
43338         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
43339         * sysdeps/s390/s390-32/configure.in: ... here.
43340         * sysdeps/s390/s390-32/elf/configure: Delete file.
43341         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
43342         * sysdeps/s390/s390-32/start.S: ... here.
43344         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
43345         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
43346         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
43347         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
43348         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
43349         * sysdeps/s390/s390-64/setjmp.S: ... here.
43350         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
43351         * sysdeps/s390/s390-64/configure.in: ... here
43352         * sysdeps/s390/s390-64/elf/configure: Delete file.
43353         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
43354         * sysdeps/s390/s390-64/start.S: ... here.
43355         * sysdeps/s390/s390-64/elf/configure: Delete.
43357         * configure.in: Remove support for elf directories in sysdeps.
43359         * configure: Regenerated.
43360         * sysdeps/i386/configure: Regenerated.
43361         * sysdeps/powerpc/powerpc32/configure: Regenerated.
43362         * sysdeps/powerpc/powerpc64/configure: Regenerated.
43363         * sysdeps/s390/s390-32/configure: Regenerated.
43364         * sysdeps/s390/s390-64/configure: Regenerated.
43365         * sysdeps/sh/configure: Regenerated.
43366         * sysdeps/sparc/configure: Regenerated.
43367         * sysdeps/x86_64/configure: Regenerated.
43369 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
43371         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43373         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
43374         denormal result into account.
43376 2012-03-25  Roland McGrath  <roland@hack.frob.com>
43378         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
43379         Reported by Allan McRae <allan@archlinux.org>.
43381 2012-03-23  Jeff Law  <law@redhat.com>
43383         * nss/getnssent.c (__nss_getent): Fix typo.
43385 2012-03-23  David S. Miller  <davem@davemloft.net>
43387         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43389 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
43391         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
43392         to pad to uint64_t for each field.
43393         (dl_tls_index): Replace unsigned long with uint64_t.
43395 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
43396         Paul Pluzhnikov  <ppluzhnikov@google.com>
43398         [BZ #6528]
43399         * grp/Makefile (otherlibs): Don't set it.
43400         * inet/Makefile (otherlibs): Likewise.
43401         * login/Makefile (otherlibs): Likewise.
43402         * nscd/Makefile (otherlibs): Likewise.
43403         * posix/Makefile (otherlibs): Likewise.
43404         * pwd/Makefile (otherlibs): Likewise.
43405         * rt/Makefile (otherlibs): Likewise.
43406         * sunrpc/Makefile (otherlibs): Likewise.
43407         * nss/Makefile (otherlibs): Likewise.
43408         Add libnss_files to routines and static-only-routines.
43409         ($(objpfx)getent): Remove rule.
43410         * resolv/Makefile: Add libnss_dns and libresolv to routines and
43411         static-only-routines.
43413 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43415         [BZ #13892]
43416         * math/s_cexp.c: Include <float.h>.
43417         (__cexp): Handle exp result overflowing not necessarily
43418         overflowing both real and imaginary parts of result.
43419         * math/s_cexpf.c: Likewise.
43420         * math/s_cexpl.c: Likewise.
43421         * math/libm-test.inc (cexp_test): Add more tests.
43422         * sysdeps/i386/fpu/libm-test-ulps: Update.
43423         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43425 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43427         * include/link.h (ELFW): New macro.
43428         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
43429         Replace ELF64_R_TYPE with ELFW(R_TYPE).
43431 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43433         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
43434         with uint64_t.
43436 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43438         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
43439         declaration.
43440         (struct La_x32_retval): Likewise.
43442 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43444         * sysdeps/x86_64/preconfigure.in: New file.
43445         * sysdeps/x86_64/preconfigure: New generated file.
43447 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43449         [BZ #13824]
43450         * math/e_exp2l.c: Include <float.h>.
43451         (__ieee754_exp2l): Handle overflow and underflow cases
43452         separately.  Only pass fractional part of argument to
43453         __ieee754_expl.
43454         * math/libm-test.inc (exp2_test): Add more tests.
43456         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
43457         negating x to take absolute value.
43458         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
43459         Likewise.
43460         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
43461         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
43462         Likewise.
43463         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
43464         computing low part if x was negated.
43465         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
43467 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43469         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
43470         la_x32_gnu_pltexit.
43471         (pltexit): Cast int_retval to ptrdiff_t.
43472         * elf/tst-auditmod3b.c: Likewise.
43473         * elf/tst-auditmod4b.c: Likewise.
43474         * elf/tst-auditmod5b.c: Likewise.
43475         * elf/tst-auditmod6b.c: Likewise.
43476         * elf/tst-auditmod6c.c: Likewise.
43477         * elf/tst-auditmod7b.c: Likewise.
43479         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
43480         and x32_gnu_pltexit.
43482         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
43483         __ELF_NATIVE_CLASS.
43484         (La_x32_regs): New macro.
43485         (La_x32_retval): Likewise.
43486         (la_x32_gnu_pltenter): New function prototype.
43487         (la_x32_gnu_pltexit): Likewise.
43489 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
43491         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
43492         exponent.
43494         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43496         * configure.in (libc_cv_cc_nofma): Check for option to disable
43497         generation of FMA instructions.
43498         * configure: Regenerate.
43499         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
43500         * sysdeps/ieee754/dbl-64/Makefile: New file.
43501         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
43502         Remove brandred-fma4.
43503         (CFLAGS-brandred-fma4.c): Remove.
43504         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
43505         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
43506         define.
43507         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
43508         define.
43510 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43512         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
43513         LLONG_MAX != LONG_MAX.
43514         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43515         (_fitoa_word): Likewise.
43516         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
43517         LLONG_MAX != LONG_MAX.
43518         * stdio-common/_itowa.h: Include <_itoa.h>.
43519         (_itowa_word): Use _ITOA_WORD_TYPE on value.
43520         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
43521         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
43522         only if not defined.
43523         (_ITOA_WORD_TYPE): Likewise.
43524         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43525         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
43527 2012-03-21  David S. Miller  <davem@davemloft.net>
43529         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43531 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43533         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
43534         of x86_64 when setting libc_cv_slibdir, libdir and
43535         libc_cv_localedir.
43536         * sysdeps/unix/sysv/linux/configure: Regenerated.
43538 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43540         * manual/lang.texi (Old Varargs): Remove section.
43541         (How Variadic): Update menu.
43542         (va_start): Do not mention varargs.h.
43544 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43545             Joseph Myers  <joseph@codesourcery.com>
43547         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
43548         link test.
43549         * configure: Regenerated.
43551 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43553         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
43554         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
43555         conformtest.pl
43557 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43559         * NOTES: Remove.
43560         * Makefile (files-for-dist): Remove NOTES.
43561         (NOTES): Remove rule.
43562         * README: Don't refer to NOTES.
43563         * manual/creature.texi: Don't include macros.texi.
43564         * manual/intro.texi (creature.texi): Remove comment referring to
43565         NOTES.
43567         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
43568         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
43569         * configure: Regenerated.
43570         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
43571         LIBC_TRY_CC_OPTION.
43572         (libc_cv_as_i686): Likewise.
43573         (libc_cv_cc_avx): Likewise.
43574         (libc_cv_cc_sse2avx): Likewise.
43575         (libc_cv_cc_fma4): Likewise.
43576         (libc_cv_cc_novzeroupper): Likewise.
43577         * sysdeps/i386/configure: Regenerated.
43579         [BZ #13883]
43580         * sysdeps/i386/fpu/s_cexp.S: Remove.
43581         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
43582         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
43583         * math/libm-test.inc (cexp_test): Add more tests.
43584         * sysdeps/i386/fpu/libm-test-ulps: Update.
43585         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43587 2012-03-21  Allan McRae  <allan@archlinux.org>
43589         * timezone/Makefile: Do not install iso3166.tab and zone.tab
43591 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43593         [BZ #13871]
43594         * math/w_exp2.c: Do not include <float.h>.
43595         (o_threshold, u_threshold): Remove.
43596         (__exp2): Calculate result before checking finiteness and calling
43597         __kernel_standard.
43598         * math/w_exp2f.c: Likewise.
43599         * math/w_exp2l.c: Likewise.
43600         * math/libm-test.inc (exp2_test): Require overflow exception for
43601         1e6 input.
43603         [BZ #3866]
43604         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
43605         range of signed 64-bit integers before using fistpll.  Remove
43606         checks for whether integers fit in mantissa bits.
43607         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
43608         the range of signed 32-bit integers before using fistpl.  Remove
43609         checks for whether integers fit in mantissa bits.
43610         * sysdeps/i386/fpu/e_powl.S (p64): New object.
43611         (__ieee754_powl): Test for y outside the range of signed 64-bit
43612         integers before using fistpll.  Reduce 64-bit values to 63-bit
43613         ones as needed.
43614         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
43615         divide-by-zero is raised for zero to large negative powers.
43616         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
43617         (__ieee754_powl): Test for y outside the range of signed 64-bit
43618         integers before using fistpll.  Reduce 64-bit values to 63-bit
43619         ones as needed.
43620         * math/libm-test.inc (pow_test): Add more tests.
43622 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43624         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
43625         <stdio-common/_itoa.h>.
43626         * debug/segfault.c: Likewise.
43627         * elf/dl-cache.c: Likewise.
43628         * elf/dl-minimal.c: Likewise.
43629         * elf/dl-misc.c: Likewise.
43630         * elf/dl-sysdep.c: Likewise.
43631         * elf/dl-version.c: Likewise.
43632         * elf/rtld.c: Likewise.
43633         * hurd/hurdsock.c: Likewise.
43634         * hurd/lookup-retry.c: Likewise.
43635         * malloc/malloc.c: Likewise.
43636         * malloc/mtrace.c: Likewise.
43637         * nscd/nscd_getgr_r.c: Likewise.
43638         * nscd/nscd_getpw_r.c: Likewise.
43639         * nscd/nscd_getserv_r.c: Likewise.
43640         * posix/getopt_init.c: Likewise.
43641         * posix/wordexp.c: Likewise.
43642         * stdio-common/_itoa.c: Likewise.
43643         * stdio-common/printf_fphex.c: Likewise.
43644         * stdio-common/vfprintf.c: Likewise.
43645         * string/_strerror.c: Likewise.
43646         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
43647         * sysdeps/i386/i686/hp-timing.h: Likewise.
43648         * sysdeps/mach/_strerror.c: Likewise.
43649         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
43650         * sysdeps/mach/hurd/sethostid.c: Likewise.
43651         * sysdeps/mach/hurd/xmknodat.c: Likewise.
43652         * sysdeps/mach/xpg-strerror.c: Likewise.
43653         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
43654         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
43655         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
43656         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
43657         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
43658         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
43659         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
43660         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
43661         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
43662         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
43663         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
43664         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
43665         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
43666         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
43667         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
43668         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
43669         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
43670         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
43671         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
43672         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
43673         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
43675         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
43677         * stdio-common/_itoa.h: Moved to ...
43678         * sysdeps/generic/_itoa.h: Here.
43680         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
43682         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
43683         instead of "_itoa.h" and "_itowa.h".
43684         * stdio-common/vfprintf.: Likewise.
43686 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43688         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
43689         <bits/wordsize.h>.
43690         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
43691         (__signbit): Likwise.
43692         (llrintf): Likwise.
43693         (llrint): Likwise.
43695 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43697         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
43698         __WORDSIZE != 64.
43700 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
43702         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
43703         OVERFLOW_EXCEPTION_OK.
43704         * math/libm-test.inc ("Philosophy"): Update comment about
43705         exception testing.
43706         (OVERFLOW_EXCEPTION): Define.
43707         (OVERFLOW_EXCEPTION_OK): Likewise.
43708         (INVALID_EXCEPTION_OK): Renumber.
43709         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
43710         (IGNORE_ZERO_INF_SIGN): Likewise.
43711         (test_exceptions): Handle FE_OVERFLOW.
43712         (exp10_test): Expect overflow exceptions.
43713         (exp2_test): Likewise.
43714         (expm1_test): Likewise.
43715         (nextafter_test): Likewise.
43716         (pow_test): Likewise.
43717         (scalbn_test): Likewise.
43718         (scalbln_test): Likewise.
43720 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43722         * sysdeps/x86_64/bits/atomic.h
43723         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
43724         64bit integer.
43725         (atomic_exchange_acq): Likewise.
43726         (__arch_exchange_and_add_body): Likewise.
43727         (__arch_add_body): Likewise.
43728         (atomic_add_negative): Likewise.
43729         (atomic_add_zero): Likewise.
43731 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43733         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
43734         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
43736 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43738         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
43739         Check __x86_64__ instead of __WORDSIZE.
43741 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43743         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
43745 2012-03-19  David S. Miller  <davem@davemloft.net>
43747         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43749         * sysdeps/sparc/fpu/fenv_private.h: New file.
43750         * sysdeps/sparc/fpu/math_private.h: Use it.
43751         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
43752         Remove.
43753         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
43754         (libc_feholdexcept_setroundl): Remove.
43755         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
43756         Remove.
43757         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
43758         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
43760 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43762         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
43763         int64_t instead of long int.
43764         (INSERT_WORDS64): Likwise.
43766 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43768         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
43769         _Unwind_GetCFA return to _Unwind_Ptr first.
43771 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
43773         [BZ #13629]
43774         * math/s_clog.c: Include <float.h>.
43775         (__clog): Scale large or subnormal inputs.
43776         * math/s_clogf.c: Likewise.
43777         * math/s_clogl.c: Likewise.
43778         * math/s_clog10.c: Include <float.h>.
43779         (M_LOG10_2): Define.
43780         (__clog10): Scale large or subnormal inputs.
43781         * math/s_clog10f.c: Likewise.
43782         * math/s_clog10l.c: Likewise.
43783         * math/libm-test.inc (clog_test): Add more tests.
43784         (clog10_test): Likewise.
43785         * sysdeps/i386/fpu/libm-test-ulps: Update.
43786         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43788         [BZ #11451]
43789         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
43790         x and y.
43791         * math/libm-test.inc (atan2_test): Add another test.
43793         * Makerules (common-objdir-compile): Remove.
43794         * sysdeps/unix/Makefile (config-generated): Do not add
43795         $(unix-generated) to variable.
43796         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
43797         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
43798         Remove rule.
43799         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
43800         Likewise.
43801         [generic bits/local_lim.h] (before-compile): Do not append to
43802         variable.
43803         [generic bits/local_lim.h] (common-generated): Likewise.
43804         [generic sys/param.h] (before-compile): Do not append to variable.
43805         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
43806         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
43807         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
43808         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
43809         include.
43810         [generic sys/param.h] (sys/param.h-includes): Remove variable.
43811         [generic sys/param.h] (sys/param.h-includes): Remove rule.
43812         [generic sys/param.h] ($(addprefix
43813         $(common-objpfx),$(sys/param.h-includes))): Likewise.
43814         [generic sys/param.h] (common-generated): Do not append to
43815         variable.
43816         [generic sys/param.h] (sysdep_headers): Likewise.
43817         [generic bits/errno.h] (before-compile): Do not append to
43818         variable.
43819         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
43820         rule.
43821         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
43822         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
43823         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
43824         [generic bits/errno.h] (common-generated): Do not append to
43825         variable.
43826         [generic bits/ioctls.h] (before-compile): Do not append to
43827         variable.
43828         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
43829         rule.
43830         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
43831         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
43832         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
43833         rule.
43834         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
43835         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
43836         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
43837         [generic bits/ioctls.h] (common-generated): Do not append to
43838         variable.
43839         [generic sys/syscall.h] (syscall.h): Remove variable.
43840         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
43841         rule.
43842         [generic sys/syscall.h] (before-compile): Do not append to
43843         variable.
43844         [generic sys/syscall.h] (common-generated): Likewise.
43845         * sysdeps/unix/errnos-tmpl.c: Remove file.
43846         * sysdeps/unix/errnos.awk: Likewise.
43847         * sysdeps/unix/ioctls-tmpl.c: Likewise.
43848         * sysdeps/unix/ioctls.awk: Likewise.
43849         * sysdeps/unix/mk-local_lim.c: Likewise.
43850         * sysdeps/unix/snarf-ioctls: Likewise.
43852 2012-03-19  Richard Henderson  <rth@twiddle.net>
43854         * sysdeps/i386/fpu/fenv_private.h: New file.
43855         * sysdeps/i386/fpu/math_private.h: Use it.
43856         (math_opt_barrier, math_force_eval): Remove.
43857         (libc_feholdexcept_setround_53bit): Remove.
43858         (libc_feupdateenv_53bit): Remove.
43859         * sysdeps/x86_64/fpu/math_private.h: Likewise.
43860         (math_opt_barrier, math_force_eval): Remove.
43861         (libc_feholdexcept): Remove.
43862         (libc_feholdexcept_setround): Remove.
43863         (libc_fetestexcept, libc_fesetenv): Remove.
43864         (libc_feupdateenv_test): Remove.
43865         (libc_feupdateenv, libc_feholdsetround): Remove.
43866         (libc_feresetround): Remove.
43868         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
43869         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
43871         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
43872         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
43873         (libc_feupdateenv_testl): New.
43874         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
43875         (libc_feupdateenv_testf): New.
43876         (libc_feupdateenv): Use libc_feupdateenv_test.
43877         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
43878         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
43880         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
43881         (libc_feholdsetroundf, libc_feholdsetroundl): New.
43882         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
43883         (libc_feresetround_noex): New.
43884         (libc_feresetround_noexf): New.
43885         (libc_feresetround_noexl): New.
43886         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
43887         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
43888         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
43889         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
43890         SET_RESTORE_ROUND.
43891         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
43892         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
43893         (__cos): Likewise.
43894         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
43895         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
43896         SET_RESTORE_ROUND_NOEX.
43897         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
43898         SET_RESTORE_ROUND_NOEXF.
43899         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
43900         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
43901         (libc_feholdsetroundf): New.
43902         (libc_feresetround, libc_feresetroundf): New.
43904         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
43905         (libc_feholdexcept_setround_53bit): Convert from macro to function.
43906         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
43908         * sysdeps/generic/math_private.h: Include <fenv.h>.
43909         (default_libc_feholdexcept): New.
43910         (default_libc_feholdexcept_setround): New.
43911         (default_libc_fesetenv, default_libc_feupdateenv): New.
43912         (libc_feholdexcept): Only define if undefined.
43913         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
43914         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
43915         (libc_feholdexcept_setroundl): Likewise.
43916         (libc_feholdexcept_setround_53bit): Likewise.
43917         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
43918         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
43919         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
43920         (libc_feupdateenv_53bit): Likewise.
43921         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
43922         (libc_feholdexcept): Convert from macro to inline function.
43923         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
43924         (libc_fesetenv, libc_feupdateenv): Likewise.
43926         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
43927         not previously defined.
43928         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
43929         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
43930         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
43931         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
43932         * sysdeps/ieee754/flt-32/math_private.h: New file.
43933         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
43934         math_private.h below SET_FLOAT_WORD.
43935         (__isnan, __isinf_ns, __finite): Remove.
43936         (__isnanf, __isinf_nsf, __finitef): Remove.
43938 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
43940         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43942 2012-03-17  David S. Miller  <davem@davemloft.net>
43944         [BZ #6471]
43945         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
43946         for 2.16.
43948 2012-03-16  David S. Miller  <davem@davemloft.net>
43950         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
43951         warnings.
43953         [BZ #6471]
43954         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
43955         properly.
43956         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
43957         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
43958         sysdep_routines when subdir is sysvipc.
43959         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
43960         __getshmlba helper.
43962         * sysdeps/sparc/fpu/libm-test/ulps: Update.
43964 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43966         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
43967         [__LP64__].
43969 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43971         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
43972         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
43973         (__lround): Renamed to ...
43974         (__llround): This.  Replace long int with long long int.
43975         Define lround functions as aliases of llround functions.
43976         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
43978 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43980         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
43981         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
43982         adresses to uintptr_t.  Replace "long int" and "unsigned long
43983         int" with "greg_t" on va_arg.
43985 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43987         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
43988         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
43990         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
43991         Move e_machine check before EI_CLASS check.  Handle x32
43992         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
43993         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
43994         SKIP_EM_IA_64 and include
43995         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
43997         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
43998         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
43999         (add_system_dir): New macro.
44001         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
44002         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
44004 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
44006         [BZ #2551]
44007         [BZ #2552]
44008         [BZ #2553]
44009         [BZ #2554]
44010         [BZ #2562]
44011         [BZ #2563]
44012         [BZ #2565]
44013         [BZ #2566]
44014         [BZ #2576]
44015         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
44016         (y0): Likewise.
44017         * math/w_j0f.c (j0f): Likewise.
44018         (y0f): Likewise.
44019         * math/w_j0l.c (__j0l): Likewise.
44020         (__y0l): Likewise.
44021         * math/w_j1.c (j1): Likewise.
44022         (y1): Likewise.
44023         * math/w_j1f.c (j1f): Likewise.
44024         (y1f): Likewise.
44025         * math/w_j1l.c (__j1l): Likewise.
44026         (__y1l): Likewise.
44027         * math/w_jn.c (jn): Likewise.
44028         (yn): Likewise.
44029         * math/w_jnf.c (jnf): Likewise.
44030         (ynf): Likewise.
44031         * math/w_jnl.c (__jnl): Likewise.
44032         (__ynl): Likewise.
44033         * math/libm-test.inc (j0_test): Add more tests.
44034         (j1_test): Likewise.
44035         (jn_test): Likewise.  Add trailing semicolon to existing test.
44036         (y0_test): Likewise.
44037         (y1_test): Likewise.
44038         * sysdeps/i386/fpu/libm-test-ulps: Update.
44039         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44041         [BZ #13851]
44042         [BZ #13854]
44043         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
44044         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
44045         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
44046         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
44047         (__tanl): Set errno for infinite argument.
44048         * sysdeps/i386/fpu/mptan.c: Remove.
44049         * sysdeps/i386/fpu/s_tan.S: Likewise.
44050         * sysdeps/i386/fpu/s_tanl.S: Likewise.
44051         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
44052         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
44053         * math/libm-test.inc (tan_test): Add more tests and enable more
44054         tests for double and long double.
44055         * sysdeps/i386/fpu/libm-test-ulps: Update.
44056         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44058 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
44060         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
44061         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
44063 2012-03-16  Roland McGrath  <roland@hack.frob.com>
44065         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
44066         * configure.in: Use it for both main tree and add-ons.
44067         * configure: Regenerated.
44069 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44071         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
44073 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
44075         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
44076         in comment.
44078         [BZ #13851]
44079         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
44080         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
44081         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
44082         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
44083         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
44084         infinite argument.
44085         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
44086         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
44087         != 0 for prec == 2.
44088         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
44089         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
44090         * sysdeps/i386/fpu/s_cosl.S: Likewise.
44091         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
44092         * sysdeps/i386/fpu/s_sinl.S: Likewise.
44093         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
44094         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
44095         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
44096         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
44097         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
44098         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
44099         * math/libm-test.inc (cos_test): Add more tests and enable more
44100         tests for long double.
44101         (sin_test): Likewise.
44102         (sincos_test): Likewise.
44103         * sysdeps/i386/fpu/libm-test-ulps: Update.
44104         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44106 2012-03-16  David S. Miller  <davem@davemloft.net>
44108         * sysdeps/sparc/fpu/math_private.h: New file.
44110 2012-03-15  David S. Miller  <davem@davemloft.net>
44112         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
44113         file.
44114         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
44115         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
44116         file.
44117         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
44118         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
44119         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
44120         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
44121         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
44122         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
44123         sysdep routines.
44124         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44126         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
44127         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
44129         * sysdeps/sparc/sparc-ifunc.h: New file.
44130         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
44131         sparc-ifunc.h
44132         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
44133         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
44134         Likewise.
44135         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
44136         Likewise.
44137         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
44138         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
44139         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
44140         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
44141         Likewise.
44142         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
44143         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
44144         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
44145         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
44146         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
44147         Likewise.
44148         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
44149         Likewise.
44150         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
44151         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
44152         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
44153         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
44154         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
44155         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
44156         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
44157         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
44158         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
44159         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
44160         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
44161         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
44162         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
44163         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
44164         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
44165         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
44166         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
44167         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
44168         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
44169         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
44170         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
44171         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
44172         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
44173         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
44175 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
44177         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
44178         scaling.
44179         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44181 2012-03-15  Andreas Jaeger  <aj@suse.de>
44183         [BZ #13852]
44184         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
44185         ieee754/flt-32 implementation for sin, cos and sincos.
44186         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
44187         * sysdeps/i386/fpu/s_cosf.S: Likewise.
44188         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
44189         * sysdeps/i386/fpu/s_sinf.S: Likewise.
44190         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
44191         ieee754/flt-32 implementation for tan.
44193         * math/libm-test.inc (cos_test): Enable some large input tests for
44194         float as well
44195         (sin_test): Likewise.
44196         (sincos_test): Likewise.
44197         (tan_test): Add tests for large input.
44199         * sysdeps/i386/fpu/libm-test-ulps: Update.
44201 2012-03-15  Andreas Jaeger  <aj@suse.de>
44203         [BZ #13658]
44204         * math/libm-test.inc (cos_test): Add more test cases.
44205         (sin_test): Likewise.
44206         (sincos_test): Likewise.
44208 2012-03-15  Andreas Jaeger  <aj@suse.de>
44210         [BZ #13837]
44211         * math/libm-test.inc (cos_test): Add a test case for large input
44212         value.
44213         (sin_test): Likewise.
44214         (sincos_test): Likewise.
44216 2012-03-15  Andreas Jaeger  <aj@suse.de>
44217             Joseph Myers  <joseph@codesourcery.com>
44219         [BZ #13658]
44220         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
44221         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
44222         * sysdeps/i386/fpu/branred.c: Likewise.
44223         * sysdeps/i386/fpu/dosincos.c: Likewise.
44224         * sysdeps/i386/fpu/mpa.c: Likewise.
44225         * sysdeps/i386/fpu/s_cos.S: Likewise.
44226         * sysdeps/i386/fpu/s_sin.S: Likewise.
44227         * sysdeps/i386/fpu/s_sincos.S: Likewise.
44228         * sysdeps/i386/fpu/sincos32.c: Likewise.
44230         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
44231         Define.
44232         (libc_feupdateenv_53bit): Define.
44233         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
44234         Define.
44235         (libc_feupdateenv_53bit): Define.
44237         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
44238         53 bit (without extend i386 double precision).
44240         * math/libm-test.inc (sincos_test): Add tests for large input.
44241         (sin): Likewise.
44242         (cos): Likewise.
44244         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
44246 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
44248         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44250 2012-03-15  David S. Miller  <davem@davemloft.net>
44252         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
44253         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
44254         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
44255         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
44256         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
44257         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
44258         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
44259         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
44260         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
44261         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
44262         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
44263         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
44264         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
44265         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
44266         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
44267         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
44268         file.
44269         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
44270         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
44271         file.
44272         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
44273         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
44274         file.
44275         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
44276         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
44277         file.
44278         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
44279         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
44280         fmin/fmax sysdep routines.
44281         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44283 2012-03-14  David S. Miller  <davem@davemloft.net>
44285         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
44286         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
44287         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
44288         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
44289         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
44290         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
44291         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
44292         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
44293         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
44294         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
44295         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
44296         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
44297         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
44298         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
44299         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
44300         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
44301         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
44302         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
44303         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
44304         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
44305         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
44306         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
44307         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
44308         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
44309         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
44310         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
44311         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
44312         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
44313         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
44314         routines.
44315         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
44316         file.
44317         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
44318         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
44319         file.
44320         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
44321         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
44322         file.
44323         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
44324         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
44325         file.
44326         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
44327         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
44328         file.
44329         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
44330         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
44331         file.
44332         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
44333         file.
44334         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
44335         file.
44336         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
44337         file.
44338         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
44339         New file.
44340         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
44341         file.
44342         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
44343         file.
44344         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
44345         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
44346         file.
44347         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
44348         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
44349         file.
44350         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
44351         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
44352         file.
44353         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
44354         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
44355         VIS3 routines.
44357         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
44358         New file.
44360         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44362         * sysdeps/sparc/configure.in: New file.
44363         * sysdeps/sparc/configure: Generate.
44364         * configure.in (libc_cv_sparc_as_vis3): Substitute.
44365         * configure: Regenerate.
44366         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
44367         * config.make.in (have-as-vis3): New.
44368         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
44369         available use -Av9d instead of -Av9a.
44370         * sysdeps/sparc/sparc64/Makefile: Likewise.
44371         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
44372         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
44373         New file.
44374         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
44375         file.
44376         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
44377         New file.
44378         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
44379         file.
44380         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
44381         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
44382         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
44383         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
44384         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
44386         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
44387         fzeros/fnegs to load 0x80000000 into a float register instead of
44388         using the stack.
44389         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
44391 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44393         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44394         bits/syscall.h.
44395         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
44396         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
44397         ($(inst_includedir)/bits/syscall.h): Remove rule.
44398         ($(objpfx)bits/syscall.d): Include instead of
44399         $(objpfx)syscall-list.d.
44400         (generated): Change syscall-list.h and syscall-list.d to
44401         bits/syscall.h and bits/syscall.d.
44403 2012-03-14  Roland McGrath  <roland@hack.frob.com>
44405         [BZ #13846]
44406         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
44408 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44410         [BZ #13841]
44411         * math/s_csqrt.c: Include <float.h>.
44412         (__csqrt): Scale large or subnormal inputs.
44413         * math/s_csqrtf.c: Likewise.
44414         * math/s_csqrtl.c: Likewise.
44415         * math/libm-test.inc (csqrt_test): Add more tests.
44416         * sysdeps/i386/fpu/libm-test-ulps: Update.
44417         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44419         [BZ #13840]
44420         * math/libm-test.inc (hypot_test): Add more tests.
44422 2012-03-13  David S. Miller  <davem@davemloft.net>
44424         [BZ #13840]
44425         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
44426         double-precision for the calculation instead of scaling.
44428 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
44430         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
44431         manipulate bits before adding and subtracting TWO52[sx].
44432         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
44433         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
44434         Likewise.
44435         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
44437 2012-03-13  David S. Miller  <davem@davemloft.net>
44439         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
44440         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
44441         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
44442         rtld-global-offsets.h
44443         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
44445         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
44446         large parameters.
44448         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
44450         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
44451         'err' in the ifdef scope in which it is actually used.
44453         * nss/nss_db/db-init.c: Include string.h
44455 2012-03-12  David S. Miller  <davem@davemloft.net>
44457         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
44458         masking out of the most significant byte of random value used.
44459         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44460         Fix coding style in previous change.
44462         * sysdeps/unix/sysv/linux/kernel-features.h
44463         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
44464         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
44465         expression.
44466         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
44467         later.
44469 2012-03-11  David S. Miller  <davem@davemloft.net>
44471         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
44472         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
44473         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
44474         for 'resultvar' otherwise things get truncated on 64-bit.
44476         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44477         Fix masking out of the most significant byte of random value used.
44479         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44481 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
44483         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44485 2012-03-09  David S. Miller  <davem@davemloft.net>
44487         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
44488         variables with appropriate CPP guards.
44489         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
44490         from the frame pointer, not the stack pointer.  Correct layout
44491         comments.  Fix test on resulting framesize and the management of
44492         the outregs buffer for pltexit.  Preserve floating point return
44493         values across _dl_call_pltexit call.
44494         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
44495         framesize and the management of the outregs buffer for pltexit.
44496         Preserve floating point return values across _dl_call_pltexit
44497         call.
44498         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
44499         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
44500         (la_sparc64_gnu_pltexit): New functions.
44501         (print_exit): Fix format string for return register value.
44503 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
44505         * sunrpc/Makefile (others): Add rpcgen.
44506         ($(objpfx)rpcgen): Remove special build rule and dependency on
44507         libc.
44508         * sunrpc/rpcgen.c: New file.
44510 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
44512         [BZ #13673]
44513         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
44514         * stdio-common/bug-vfprintf-nargs.c: Likewise.
44515         * sysdeps/i386/crti.S: Likewise.
44516         * sysdeps/i386/crtn.S: Likewise.
44517         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
44518         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
44519         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
44520         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
44521         * sysdeps/sh/crti.S: Likewise.
44522         * sysdeps/sh/crtn.S: Likewise.
44523         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
44525         [BZ #13673]
44526         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
44527         with URL.
44528         * locale/programs/locfile-kw.gperf: Likewise.
44529         * locale/programs/charmap-kw.h: Regenerated.
44530         * locale/programs/locfile-kw.h: Likewise.
44532         [BZ #13673]
44533         * intl/plural.y: Replace FSF snail mail address with URL.
44534         * intl/plural.c: Regenerated.
44536 2012-03-09  Richard Henderson  <rth@twiddle.net>
44538         * include/math_private.h: Remove file.
44539         * math/math_private.h: Move file ...
44540         * sysdeps/generic/math_private.h: ... here.
44542         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
44543         * sysdeps/powerpc/fpu/math_private.h: Likewise.
44544         * sysdeps/x86_64/fpu/math_private.h: Likewise.
44546         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
44547         and <math_private.h>.
44548         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
44549         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
44550         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
44551         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
44552         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
44553         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
44554         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
44555         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44556         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
44557         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
44558         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44559         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
44560         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
44561         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44562         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
44563         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
44564         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
44565         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
44566         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
44567         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
44568         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44569         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
44570         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
44571         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44572         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
44573         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
44574         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
44575         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
44576         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44577         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
44578         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
44579         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44580         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
44581         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
44582         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
44583         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
44584         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
44585         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
44586         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
44587         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
44588         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
44589         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
44590         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
44591         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
44592         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
44593         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
44594         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
44595         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
44596         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
44597         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
44598         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
44599         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
44600         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
44601         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
44602         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
44603         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
44604         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
44605         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
44606         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
44607         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
44608         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
44609         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
44610         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44611         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
44612         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
44613         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
44614         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
44615         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
44616         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
44617         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
44618         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
44619         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
44620         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
44621         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
44622         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
44623         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
44624         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
44625         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
44626         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
44627         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
44628         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
44629         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
44630         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
44631         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
44632         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
44633         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
44634         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
44635         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
44636         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
44637         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
44638         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
44639         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
44640         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
44641         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
44642         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
44643         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
44644         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
44645         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
44646         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
44647         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
44648         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
44649         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
44650         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
44651         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
44652         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
44653         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
44654         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
44655         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
44656         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
44657         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
44658         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
44659         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
44660         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
44661         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
44662         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
44663         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
44664         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
44665         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
44666         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
44667         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
44668         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
44669         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
44670         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
44671         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
44672         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
44673         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
44674         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
44675         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
44676         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
44677         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
44678         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
44679         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
44680         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
44681         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
44682         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
44683         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
44684         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
44685         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
44686         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
44687         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
44688         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
44689         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
44690         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
44691         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
44692         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
44693         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
44694         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
44695         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
44696         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
44697         * sysdeps/ieee754/k_standard.c: Likewise.
44698         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
44699         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
44700         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
44701         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
44702         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
44703         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
44704         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
44705         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
44706         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
44707         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
44708         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
44709         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
44710         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
44711         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
44712         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
44713         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
44714         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
44715         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
44716         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
44717         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
44718         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
44719         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
44720         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
44721         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
44722         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
44723         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
44724         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
44725         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
44726         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
44727         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
44728         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
44729         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
44730         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
44731         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
44732         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
44733         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
44734         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
44735         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
44736         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
44737         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
44738         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
44739         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
44740         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
44741         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
44742         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
44743         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
44744         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
44745         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
44746         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
44747         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
44748         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
44749         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
44750         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
44751         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
44752         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
44753         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
44754         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
44755         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
44756         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
44757         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
44758         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
44759         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
44760         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
44761         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
44762         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
44763         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
44764         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
44765         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
44766         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
44767         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
44768         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
44769         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
44770         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
44771         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
44772         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
44773         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
44774         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
44775         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
44776         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
44777         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
44778         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
44779         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
44780         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
44781         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
44782         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
44783         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
44784         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
44785         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
44786         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
44787         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
44788         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
44789         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
44790         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
44791         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
44792         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
44793         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
44794         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
44795         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
44796         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
44797         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
44798         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
44799         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
44800         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
44801         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
44802         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
44803         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
44804         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
44805         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
44806         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
44807         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
44808         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
44809         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
44810         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
44811         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
44812         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
44813         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
44814         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
44815         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
44816         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
44817         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
44818         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
44819         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
44820         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
44821         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
44822         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
44823         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
44824         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
44825         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
44826         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
44827         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
44828         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
44829         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
44830         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
44831         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
44832         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
44833         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
44834         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
44835         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
44836         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
44837         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
44838         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
44839         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
44840         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
44841         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
44842         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
44843         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
44844         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
44845         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
44846         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
44847         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
44848         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
44849         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
44850         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
44851         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
44852         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
44853         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
44854         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
44855         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
44856         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
44857         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
44858         * sysdeps/ieee754/s_lib_version.c: Likewise.
44859         * sysdeps/ieee754/s_matherr.c: Likewise.
44860         * sysdeps/ieee754/s_signgam.c: Likewise.
44861         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
44862         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
44863         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
44864         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
44865         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
44866         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
44867         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
44868         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
44869         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
44870         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
44871         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
44872         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
44873         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
44874         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
44875         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
44876         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
44877         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
44878         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
44879         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
44880         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
44881         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
44883 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
44885         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
44886         * sunrpc/rpc_main.c: Likewise.
44887         * sunrpc/rpc_svcout.c: Likewise.
44889 2012-03-09  David S. Miller  <davem@davemloft.net>
44891         * include/math_private.h: New file.
44893 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
44895         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
44896         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
44897         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
44898         from <bits/socket_type.h>.
44899         (enum __socket_type): Don't define here.
44900         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
44901         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44902         bits/socket_type.h.
44904         [BZ #13566]
44905         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
44906         checking __USE_GNU.
44908         * Makerules ($(inst_includedir)/%.h): New rule.
44909         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
44910         (install-others): Remove variable setting.
44911         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
44913 2012-03-08  Richard Henderson  <rth@twiddle.net>
44915         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
44916         from macro to inline function; merge with the
44917         !__LIBC_INTERNAL_MATH_INLINES version.
44918         (__ieee754_sqrtf): Likewise.
44920         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
44921         to inline function.
44922         (__rintf, __floor, __floorf): Likewise.
44924         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
44925         macro to inline function.
44926         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
44928         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
44929         not <math/math_private.h>.
44931 2012-03-08  David S. Miller  <davem@davemloft.net>
44933         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
44934         copyright year.
44935         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
44937 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
44939         * resolv/gai_misc.c (handle_requests): Fix struct timespec
44940         normalization.
44941         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
44942         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
44944 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
44946         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
44947         be defined individually, they must be defined as a block.  Define
44948         S for printing a string instead of hidint the different by using a
44949         macro for adding the 'l'.
44950         * stdio-common/tst-fphex-wide.c: Adjust.
44952 2012-03-07  Marek Polacek  <polacek@redhat.com>
44954         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
44956 2012-03-08  Marek Polacek  <polacek@redhat.com>
44958         [BZ #13806]
44959         * stdio-common/Makefile (tests): Add tst-fphex-wide.
44960         * stdio-common/tst-fphex.c: Define a few macros to make the
44961         test reusable.  Use them.
44962         * stdio-common/tst-fphex-wide.c: New file.
44964 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
44966         [BZ #6911]
44967         * manual/macros.texi (gnusystems): New macro.
44968         (nongnusystems): Likewise.
44969         (gnulinuxhurdsystems): Likewise.
44970         (gnuhurdsystems): Likewise..
44971         (gnulinuxsystems): Likewise.
44972         * manual/charset.texi: Use new macros or @theglibc{} to refer to
44973         variants of the GNU system, not "GNU system".
44974         * manual/conf.texi: Likewise.
44975         * manual/errno.texi: Likewise.  Update example of errno macro
44976         expansion.
44977         * manual/filesys.texi: Likewise.
44978         (getumask): Document as specific to GNU/Hurd.
44979         * manual/install.texi: Likewise.  Reword some references to
44980         GNU/Linux.
44981         * manual/intro.texi: Likewise.
44982         * manual/io.texi: Likewise.
44983         (File Name Portability): Detail which constraints are inapplicable
44984         to all GNU systems and which are only inapplicable to GNU/Hurd.
44985         * manual/job.texi: Likewise.
44986         * manual/llio.texi: Likewise.
44987         (O_NOCTTY): Document as present on GNU/Linux.
44988         * manual/maint.texi: Likewise.
44989         * manual/memory.texi: Likewise.
44990         * manual/pattern.texi: Likewise.
44991         * manual/pipe.texi: Likewise.
44992         * manual/process.texi: Likewise.
44993         * manual/resource.texi: Likewise.
44994         (RUSAGE_CHILDREN): Remove statement about specifying a particular
44995         child on GNU/Hurd.
44996         * manual/setjmp.texi: Likewise.
44997         * manual/signal.texi: Likewise.
44998         * manual/startup.texi: Likewise.
44999         * manual/stdio.texi: Likewise.
45000         * manual/terminal.texi: Likewise.
45001         (ONLCR): Document as POSIX.
45002         (OXTABS): Document availability on GNU/Linux as XTABS.
45003         (ONOEOT): Document availability separately from other bits.
45004         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
45005         * manual/time.texi: Likewise.
45006         * manual/users.texi: Likewise.
45007         * INSTALL: Regenerated.
45008         * sysdeps/gnu/errlist.c: Regenerated.
45010         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
45011         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
45012         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
45013         puts.
45014         * configure: Regenerated.
45016 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
45018         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
45019         default includes instead of AC_HEADER_CHECK.
45020         * sysdeps/i386/configure: Regenerated.
45022         [BZ #10716]
45023         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
45024         * math/s_cacoshf.c (__cacoshf): Likewise.
45025         * math/s_cacoshl.c (__cacoshl): Likewise.
45026         * math/s_casinh.c (__casinh): Set signs of result from argument.
45027         * math/s_casinhf.c (__casinhf): Likewise.
45028         * math/s_casinhl.c (__casinhl): Likewise.
45029         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
45030         (casinh_test): Add more tests.
45031         * sysdeps/i386/fpu/libm-test-ulps: Update.
45032         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45034 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
45036         * po/zh_TW.po: Update from translation team.
45038         * login/Makefile (distribute): Remove variable.
45039         * catgets/Makefile: Likewise.
45040         * mach/Makefile: Likewise.
45041         * malloc/Makefile: Likewise.
45042         * misc/Makefile: Likewise.
45043         * iconv/Makefile: Likewise.
45044         * nscd/Makefile: Likewise.
45045         * hurd/Makefile: Likewise.
45046         * manual/Makefile: Likewise.
45047         * locale/Makefile: Likewise.
45048         * intl/Makefile: Likewise.
45049         * conform/Makefile: Likewise.
45050         * nss/Makefile: Likewise.
45051         * time/Makefile: Likewise.
45052         * soft-fp/Makefile: Likewise.
45053         * dirent/Makefile: Likewise.
45054         * gmon/Makefile: Likewise.
45055         * po/Makefile: Likewise.
45056         * rt/Makefile: Likewise.
45057         * socket/Makefile: Likewise.
45058         * math/Makefile: Likewise.
45059         * signal/Makefile: Likewise.
45060         * debug/Makefile: Likewise.
45061         * elf/Makefile: Likewise.
45062         * timezone/Makefile: Likewise.
45063         * stdlib/Makefile: Likewise.
45064         * iconvdata/Makefile: Likewise.
45065         * sunrpc/Makefile: Likewise.
45066         * io/Makefile: Likewise.
45067         * argp/Makefile: Likewise.
45068         * inet/Makefile: Likewise.
45069         * hesiod/Makefile: Likewise.
45070         * grp/Makefile: Likewise.
45071         * csu/Makefile: Likewise.
45072         * wctype/Makefile: Likewise.
45073         * crypt/Makefile: Likewise.
45074         * libio/Makefile: Likewise.
45075         * string/Makefile: Likewise.
45076         * nis/Makefile: Likewise.
45077         * resolv/Makefile: Likewise.
45078         * stdio-common/Makefile: Likewise.
45079         * wcsmbs/Makefile: Likewise.
45080         * dlfcn/Makefile: Likewise.
45081         * posix/Makefile: Likewise.
45083         [BZ #6959]
45084         * timezone/Makefile: Don't install timezone files, just the programs
45085         and scripts.
45087 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
45089         * nss/databases.def: Add missing gshadow entry.
45091         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
45093 2012-03-06  Marek Polacek  <polacek@redhat.com>
45095         [BZ #13726]
45096         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
45097         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
45098         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
45099         * stdio-common/tst-long-dbl-fphex.c: New file.
45101 2012-03-06  David S. Miller  <davem@davemloft.net>
45103         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
45104         (set_obp_int): New function.
45105         (get_obp_int): New function.
45106         (__get_clockfreq_via_dev_openprom): Likewise.
45107         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
45108         Avoid unused variable warnings on 'val' and use builtin_expect.
45109         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
45110         __builtin_expect.
45111         (INLINE_CLONE_SYSCALL): Likewise.
45113 2012-03-05  David S. Miller  <davem@davemloft.net>
45115         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45117 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
45119         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45121         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
45122         only for |x| >= 40.
45123         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
45125 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
45127         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
45128         Replace gettimeofday with __vdso_gettimeofday.
45130         * sysdeps/unix/sysv/linux/x86_64/init-first.c
45131         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
45132         __vdso_clock_gettime and __vdso_getcpu.
45134         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
45135         time with __vdso_time.
45137 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
45139         * manual/lang.texi (size_t): Note types to which size_t may be
45140         equivalent with the GNU C Library, but do not describe when
45141         differences between them are significant.
45143 2012-03-05  Andreas Jaeger  <aj@suse.de>
45145         * sysdeps/i386/fpu/libm-test-ulps: Update.
45147 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
45149         [BZ #3976]
45150         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
45151         (__ieee754_pow): Save and restore rounding mode and use
45152         round-to-nearest for main computations.
45153         * math/libm-test.inc (pow_test_tonearest): New function.
45154         (pow_test_towardzero): Likewise.
45155         (pow_test_downward): Likewise.
45156         (pow_test_upward): Likewise.
45157         (main): Call the new functions.
45158         * sysdeps/i386/fpu/libm-test-ulps: Update.
45159         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45161         [BZ #3976]
45162         * math/libm-test.inc (cosh_test_tonearest): New function.
45163         (cosh_test_towardzero): Likewise.
45164         (cosh_test_downward): Likewise.
45165         (cosh_test_upward): Likewise.
45166         (sinh_test_tonearest): Likewise.
45167         (sinh_test_towardzero): Likewise.
45168         (sinh_test_downward): Likewise.
45169         (sinh_test_upward): Likewise.
45170         (main): Call the new functions.
45171         * sysdeps/i386/fpu/libm-test-ulps: Update.
45172         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45174 2012-03-05  Tom de Vries  <tom@codesourcery.com>
45176         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
45177         default stack guard is set in last bytes.
45178         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
45180 2012-03-05  Kees Cook  <keescook@chromium.org>
45182         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
45184         [BZ #13656]
45185         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
45186         possibly allocate from heap instead of stack.
45187         * stdio-common/bug-vfprintf-nargs.c: New file.
45188         * stdio-common/Makefile (tests): Add nargs overflow test.
45190 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
45192         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45194 2012-03-03  Marek Polacek  <polacek@redhat.com>
45196         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
45197         * math/math_private.h: Likewise.
45198         * stdlib/tst-strtod.c: Likewise.
45199         * sysdeps/i386/i486/bits/atomic.h: Likewise.
45200         * sysdeps/x86_64/bits/atomic.h: Likewise.
45202 2012-03-02  David S. Miller  <davem@davemloft.net>
45204         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
45205         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
45206         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
45207         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
45208         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
45209         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
45210         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
45211         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
45213 2012-03-02  Roland McGrath  <roland@hack.frob.com>
45215         [BZ #13792]
45216         * manual/examples/README: New file, says the example source files
45217         can be used under GPL>=2.
45218         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
45219         line containing just "*/".
45220         * manual/examples/add.c: Add copyright header (GPL>=2).
45221         * manual/examples/argp-ex1.c: Likewise.
45222         * manual/examples/argp-ex2.c: Likewise.
45223         * manual/examples/argp-ex3.c: Likewise.
45224         * manual/examples/argp-ex4.c: Likewise.
45225         * manual/examples/atexit.c: Likewise.
45226         * manual/examples/db.c: Likewise.
45227         * manual/examples/dir.c: Likewise.
45228         * manual/examples/dir2.c: Likewise.
45229         * manual/examples/execinfo.c: Likewise.
45230         * manual/examples/filecli.c: Likewise.
45231         * manual/examples/filesrv.c: Likewise.
45232         * manual/examples/fmtmsgexpl.c: Likewise.
45233         * manual/examples/genpass.c: Likewise.
45234         * manual/examples/inetcli.c: Likewise.
45235         * manual/examples/inetsrv.c: Likewise.
45236         * manual/examples/isockad.c: Likewise.
45237         * manual/examples/longopt.c: Likewise.
45238         * manual/examples/memopen.c: Likewise.
45239         * manual/examples/memstrm.c: Likewise.
45240         * manual/examples/mkfsock.c: Likewise.
45241         * manual/examples/mkisock.c: Likewise.
45242         * manual/examples/mygetpass.c: Likewise.
45243         * manual/examples/pipe.c: Likewise.
45244         * manual/examples/popen.c: Likewise.
45245         * manual/examples/rprintf.c: Likewise.
45246         * manual/examples/search.c: Likewise.
45247         * manual/examples/select.c: Likewise.
45248         * manual/examples/setjmp.c: Likewise.
45249         * manual/examples/sigh1.c: Likewise.
45250         * manual/examples/sigusr.c: Likewise.
45251         * manual/examples/stpcpy.c: Likewise.
45252         * manual/examples/strdupa.c: Likewise.
45253         * manual/examples/strftim.c: Likewise.
45254         * manual/examples/strncat.c: Likewise.
45255         * manual/examples/subopt.c: Likewise.
45256         * manual/examples/swapcontext.c: Likewise.
45257         * manual/examples/termios.c: Likewise.
45258         * manual/examples/testopt.c: Likewise.
45259         * manual/examples/testpass.c: Likewise.
45260         * manual/examples/timeval_subtract.c: Likewise.
45262         [BZ #13792]
45263         * manual/time.texi (Elapsed Time): Move timeval_subtract example
45264         function to ...
45265         * manual/timeval_subtract.c.texi: ... here, new file.
45267 2012-03-02  David S. Miller  <davem@davemloft.net>
45269         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
45271 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
45273         [BZ #3976]
45274         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
45275         (__sin): Save and restore rounding mode and use round-to-nearest
45276         for all computations.
45277         (__cos): Save and restore rounding mode and use round-to-nearest
45278         for all computations.
45279         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
45280         <fenv.h>.
45281         (tan): Save and restore rounding mode and use round-to-nearest for
45282         all computations.
45283         * math/libm-test.inc (cos_test_tonearest): New function.
45284         (cos_test_towardzero): Likewise.
45285         (cos_test_downward): Likewise.
45286         (cos_test_upward): Likewise.
45287         (sin_test_tonearest): Likewise.
45288         (sin_test_towardzero): Likewise.
45289         (sin_test_downward): Likewise.
45290         (sin_test_upward): Likewise.
45291         (tan_test_tonearest): Likewise.
45292         (tan_test_towardzero): Likewise.
45293         (tan_test_downward): Likewise.
45294         (tan_test_upward): Likewise.
45295         (main): Call the new functions.
45296         * sysdeps/i386/fpu/libm-test-ulps: Update.
45297         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45299         [BZ #10135]
45300         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
45301         small n, then large n, before computing and testing k+n.
45302         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
45303         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
45304         Likewise.
45305         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
45306         Likewise.
45307         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
45308         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
45309         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
45310         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
45311         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
45312         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
45313         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
45314         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
45315         * math/libm-test.inc (scalbn_test): Add more tests.
45316         (scalbln_test): Likewise.
45318         * manual/filesys.texi (mode_t): Describe constraints on size and
45319         signedness, not exact equivalence to a particular type.
45320         (ino_t): Likewise.
45321         (ino64_t): Likewise.
45322         (dev_t): Likewise.
45323         (nlink_t): Likewise.
45324         (blkcnt_t): Likewise.
45325         (blkcnt64_t): Likewise.
45326         * manual/llio.texi (off_t): Likewise.
45328         [BZ #3976]
45329         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
45330         (__ieee754_exp): Save and restore rounding mode and use
45331         round-to-nearest for all computations.
45332         * math/libm-test.inc (exp_test_tonearest): New function.
45333         (exp_test_towardzero): Likewise.
45334         (exp_test_downward): Likewise.
45335         (exp_test_upward): Likewise.
45336         (main): Call the new functions.
45337         * sysdeps/i386/fpu/libm-test-ulps: Update.
45338         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45340 2012-03-01  Chris Demetriou  <cgd@google.com>
45342         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
45343         have predictable order.
45345 2012-03-01  David S. Miller  <davem@davemloft.net>
45347         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
45349         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
45350         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
45351         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
45352         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
45354         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
45355         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
45356         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
45357         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
45358         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
45359         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
45360         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
45361         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
45362         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
45364         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45366         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
45367         * sysdeps/sparc/fpu/libm-test-ulps: to here.
45368         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
45370         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
45371         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
45372         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
45373         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
45374         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
45375         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
45376         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
45377         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
45378         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
45379         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
45380         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
45381         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45382         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
45383         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
45384         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
45385         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45386         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
45387         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
45388         * sysdeps/sparc/elf/configure: Regenerated.
45390 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
45392         * configure.in (AS, LD): Require binutils 2.20 or later.
45393         * configure: Regenerated.
45394         * manual/install.texi (Tools for Compilation): Give binutils 2.20
45395         as required minimum version.
45396         * INSTALL: Regenerated.
45398         [BZ #2541]
45399         [BZ #4108]
45400         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
45401         before squaring exponent.
45402         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
45403         bottom long double and 27 bits of top long double before squaring
45404         exponent.
45405         * math/libm-test.inc (erfc_test): Add more tests.
45406         * sysdeps/i386/fpu/libm-test-ulps: Update.
45407         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
45408         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45410 2012-03-01  Kai Tietz  <ktietz@redhat.com>
45412         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
45413         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
45414         containing bit-fields.
45415         * soft-fp/extended.h (_FP_UNION_E): Likewise.
45416         * soft-fp/single.h (_FP_UNION_S): Likewise.
45417         * soft-fp/double.h (_FP_UNION_D): Likewise.
45419 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45421         [BZ #13786]
45422         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
45423         not include ../strcmp.S.
45424         [USE_AS_STRNCASECMP_L]: Likewise.
45425         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
45426         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
45427         * sysdeps/i386/i686/multiarch/strncase_l-c.c
45428         (__strncasecmp_l_ia32): Define as alias to
45429         __strncasecmp_l_nonascii.
45431         [BZ #5794]
45432         * math/libm-test.inc (expm1_test): Add test for bug 5794.
45433         * sysdeps/i386/fpu/libm-test-ulps: Update.
45434         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45436         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
45437         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45439 2012-02-29  Jeff Law  <law@redhat.com>
45441         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
45442         out of bounds read.
45444 2012-02-29  Marek Polacek  <polacek@redhat.com>
45446         [BZ #13706]
45447         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
45448         * elf/Makefile: Add rules to run tst-unused-dep.out.
45450 2012-02-28  David S. Miller  <davem@davemloft.net>
45452         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
45453         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
45454         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
45455         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
45456         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
45457         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
45459 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45461         * math/libm-test.inc (llround_test): Move one test from
45462         lround_test.  Use TEST_f_L in moved test.
45463         (lround_test): Move misplaced test to llround_test.  Add testcase
45464         from bug 2561.
45466 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
45468         * sysdeps/x86_64/fpu/e_expf.S: New file.
45469         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
45471 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
45473         [BZ #13637]
45474         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
45475         of remain_len that may cause incomplete multi-byte character and
45476         false match.
45477         * posix/bug-regex33.c: New file.
45478         * posix/Makefile (tests): Add bug-regex33.
45480 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
45482         * manual/macros.texi: New file.
45483         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
45484         * manual/libc.texinfo: Include macros.texi.
45485         * manual/creatute.texi: Likewise.
45486         * manual/install.texi: Likewise.
45487         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
45488         @glibcadj{} in references to the GNU C Library.
45489         * manual/charset.texi: Likewise.
45490         * manual/conf.texi: Likewise.
45491         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
45492         when not using those macros.
45493         * manual/creature.texi: Likewise.
45494         * manual/crypt.texi: Likewise.
45495         * manual/errno.texi: Likewise.
45496         * manual/filesys.texi: Likewise.
45497         * manual/header.texi: Likewise.
45498         * manual/install.texi: Likewise.
45499         * manual/intro.texi: Likewise.
45500         * manual/io.texi: Likewise.
45501         * manual/job.texi: Likewise.
45502         * manual/lang.texi: Likewise.
45503         * manual/libc.texiinfo: Likewise.
45504         * manual/llio.texi: Likewise.
45505         * manual/locale.texi: Likewise.
45506         * manual/maint.texi: Likewise.
45507         * manual/math.texi: Likewise.
45508         * manual/memory.texi: Likewise.
45509         * manual/message.texi: Likewise.
45510         * manual/nss.texi: Likewise.
45511         * manual/pattern.texi: Likewise.
45512         * manual/process.texi: Likewise.
45513         * manual/resource.texi: Likewise.
45514         * manual/search.texi: Likewise.
45515         * manual/setjmp.texi: Likewise.
45516         * manual/signal.texi: Likewise.
45517         * manual/socket.texi: Likewise.
45518         * manual/startup.texi: Likewise.
45519         * manual/stdio.texi: Likewise.
45520         * manual/string.texi: Likewise.
45521         * manual/sysinfo.texi: Likewise.
45522         * manual/syslog.texi: Likewise.
45523         * manual/terminal.texi: Likewise.
45524         * manual/time.texi: Likewise.
45525         * manual/users.texi: Likewise.
45526         * INSTALL: Regenerated.
45527         * NOTES: Regenerated.
45528         * sysdeps/gnu/errlist.c: Regenerated.
45530 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
45532         * include/dirent.h: Include <dirstream.h> before
45533         <dirent/dirent.h>.
45535 2012-02-28  David S. Miller  <davem@davemloft.net>
45537         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
45538         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
45539         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
45540         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
45542 2012-02-27  David S. Miller  <davem@davemloft.net>
45544         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
45545         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
45546         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
45547         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
45549         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
45550         frame pointer instead of stack pointer relative arg slot.
45551         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45552         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45553         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45555 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
45557         [BZ #3992]
45558         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
45560 2012-02-27  David S. Miller  <davem@davemloft.net>
45562         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
45563         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45564         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
45565         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
45566         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45567         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45568         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
45569         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
45571 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45573         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
45574         later.  Allow versions 5-9.
45575         * configure: Regenerated.
45576         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
45577         required minimum version and 4.6 as recommended version.  Do not
45578         mention bugs in GCC 2.7 and 2.8.
45579         * INSTALL: Regenerated.
45581 2012-02-27  David S. Miller  <davem@davemloft.net>
45583         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
45584         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
45585         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
45586         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
45587         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
45588         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
45589         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
45590         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
45592         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
45593         manipulate bits before adding and subtracting TWO112[sx].
45594         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
45596 2012-02-27  Roland McGrath  <roland@hack.frob.com>
45598         [BZ #13775]
45599         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
45600         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
45601         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
45602         being in POSIX, because they are in 1003.1-2008.
45604         * rt/tst-aio.c: Include <fcntl.h>.
45605         * rt/tst-aio7.c: Likewise.
45606         * rt/tst-aio64.c: Likewise.
45608         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
45610 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45612         * manual/install.texi (--with-headers): Describe headers as
45613         interface headers, not private headers.
45614         (Specific advice for GNU/Linux systems): Describe use of headers
45615         from "make headers_install", not private headers from older
45616         kernels.
45617         * INSTALL: Regenerated.
45618         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
45619         Change to 2.6.19.
45620         * sysdeps/unix/sysv/linux/configure: Regenerated.
45622         * manual/llio.texi (fclean): Remove documentation.
45624         * manual/Makefile (libc-texi-generated): New variable.  Include
45625         version.texi.
45626         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
45627         $(libc-texi-generated), not duplicated list of files.
45628         (version.texi, stamp-version): New rules.
45629         (realclean): Remove $(libc-texi-generated), not individual files
45630         from that list.  Do not remove dir-add.texinfo.
45631         * manual/libc.texinfo: Comment out uses of edition numbers and
45632         references to printed manual.  Remove last-updated dates.
45633         (EDITION): Comment out.
45634         (ISBN): Likewise.
45635         (VERSION, UPDATED): Remove.
45636         (version.texi): Include.
45638 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
45640         * sysdeps/posix/spawni.c: Include <signal.h>.
45641         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
45642         * sysdeps/pthread/aio_fsync.c: Likewise.
45644 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
45646         * conform/Makefile (tests): Run only when not cross-compiling and
45647         when fast-check is not defined.
45649         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
45650         * conform/data/limits.h-data: Fixes for POSIX2008.
45651         * conform/run-conformtest.sh: Run all tests.
45652         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
45653         headers.
45654         * include/bits/dlfcn.h: Likewise.
45655         * include/langinfo.h: Likewise.
45656         * include/monetary.h: Likewise.
45657         * include/sys/poll.h: Likewise.
45659         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
45660         for __USE_GNU.
45661         * posix/spawn.h: Define __need_sigset_t.
45662         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
45663         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
45664         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
45665         to get sigevent_t only.
45666         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
45667         only for __USE_GNU.
45668         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
45669         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
45670         process_vm_writev only for __USE_GNU.
45671         * termios/termios.h: Declare tcgetsid also for POSIX2008.
45673         * conform/Makefile: For now ignore errors from run-conformtest.
45674         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
45675         POSIX to avoid namespace pollution.  Don't prepend headers.
45676         * conform/data/aio.h-data: Fixes for POSIX testing.
45677         * conform/data/fcntl.h-data: Likewise.
45678         * conform/data/glob.h-data: Likewise.
45679         * conform/data/grp.h-data: Likewise.
45680         * conform/data/pthread.h-data: Likewise.
45681         * conform/data/pwd.h-data: Likewise.
45682         * conform/data/signal.h-data: Likewise.
45683         * conform/data/spawn.h-data: Likewise.
45684         * conform/data/stdio.h-data: Likewise.
45685         * conform/data/stdlib.h-data: Likewise.
45686         * conform/data/stropts.h-data: Likewise.
45687         * conform/data/sys/mman.h-data: Likewise.
45688         * conform/data/sys/stat.h-data: Likewise.
45689         * conform/data/sys/types.h-data: Likewise.
45690         * conform/data/sys/wait.h-data: Likewise.
45691         * conform/data/time.h-data: Likewise.
45692         * conform/data/unistd.h-data: Likewise.
45693         * conform/data/utime.h-data: Likewise.
45695         * io/sys/stat.h: fchmod was always in POSIX.
45696         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
45697         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
45698         * rt/aio.h: Define __need_timespec before including <time.h>.
45699         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
45700         struct.  Add forward declaration of pthread_attr_t and use it in
45701         sigevent.
45702         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
45703         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
45704         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
45705         always remove CLK_TCK definition.
45707 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
45709         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
45711 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
45713         * conform/run-conformtest.sh: New file.
45714         * conform/Makefile: Run run-conformtest for tests.
45715         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
45716         support.
45718         * conform/data/uchar.h-data: New file.
45719         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
45720         * conform/data/arpa/inet.h-data: Likewise.
45721         * conform/data/assert.h-data: Likewise.
45722         * conform/data/complex.h-data: Likewise.
45723         * conform/data/cpio.h-data: Likewise.
45724         * conform/data/ctype.h-data: Likewise.
45725         * conform/data/dirent.h-data: Likewise.
45726         * conform/data/dlfcn.h-data: Likewise.
45727         * conform/data/errno.h-data: Likewise.
45728         * conform/data/fcntl.h-data: Likewise.
45729         * conform/data/float.h-data: Likewise.
45730         * conform/data/fmtmsg.h-data: Likewise.
45731         * conform/data/fnmatch.h-data: Likewise.
45732         * conform/data/ftw.h-data: Likewise.
45733         * conform/data/glob.h-data: Likewise.
45734         * conform/data/grp.h-data: Likewise.
45735         * conform/data/iconv.h-data: Likewise.
45736         * conform/data/inttypes.h-data: Likewise.
45737         * conform/data/langinfo.h-data: Likewise.
45738         * conform/data/libgen.h-data: Likewise.
45739         * conform/data/limits.h-data: Likewise.
45740         * conform/data/locale.h-data: Likewise.
45741         * conform/data/math.h-data: Likewise.
45742         * conform/data/monetary.h-data: Likewise.
45743         * conform/data/mqueue.h-data: Likewise.
45744         * conform/data/ndbm.h-data: Likewise.
45745         * conform/data/net/if.h-data: Likewise.
45746         * conform/data/netdb.h-data: Likewise.
45747         * conform/data/netinet/in.h-data: Likewise.
45748         * conform/data/nl_types.h-data: Likewise.
45749         * conform/data/poll.h-data: Likewise.
45750         * conform/data/pthread.h-data: Likewise.
45751         * conform/data/pwd.h-data: Likewise.
45752         * conform/data/regex.h-data: Likewise.
45753         * conform/data/sched.h-data: Likewise.
45754         * conform/data/search.h-data: Likewise.
45755         * conform/data/semaphore.h-data: Likewise.
45756         * conform/data/setjmp.h-data: Likewise.
45757         * conform/data/signal.h-data: Likewise.
45758         * conform/data/spawn.h-data: Likewise.
45759         * conform/data/stdarg.h-data: Likewise.
45760         * conform/data/stdio.h-data: Likewise.
45761         * conform/data/stdlib.h-data: Likewise.
45762         * conform/data/string.h-data: Likewise.
45763         * conform/data/strings.h-data: Likewise.
45764         * conform/data/stropts.h-data: Likewise.
45765         * conform/data/sys/ipc.h-data: Likewise.
45766         * conform/data/sys/mman.h-data: Likewise.
45767         * conform/data/sys/msg.h-data: Likewise.
45768         * conform/data/sys/resource.h-data: Likewise.
45769         * conform/data/sys/select.h-data: Likewise.
45770         * conform/data/sys/sem.h-data: Likewise.
45771         * conform/data/sys/shm.h-data: Likewise.
45772         * conform/data/sys/socket.h-data: Likewise.
45773         * conform/data/sys/stat.h-data: Likewise.
45774         * conform/data/sys/statvfs.h-data: Likewise.
45775         * conform/data/sys/time.h-data: Likewise.
45776         * conform/data/sys/timeb.h-data: Likewise.
45777         * conform/data/sys/times.h-data: Likewise.
45778         * conform/data/sys/types.h-data: Likewise.
45779         * conform/data/sys/uio.h-data: Likewise.
45780         * conform/data/sys/un.h-data: Likewise.
45781         * conform/data/sys/utsname.h-data: Likewise.
45782         * conform/data/sys/wait.h-data: Likewise.
45783         * conform/data/syslog.h-data: Likewise.
45784         * conform/data/tar.h-data: Likewise.
45785         * conform/data/termios.h-data: Likewise.
45786         * conform/data/utime.h-data: Likewise.
45787         * conform/data/utmpx.h-data: Likewise.
45788         * conform/data/varargs.h-data: Likewise.
45789         * conform/data/wchar.h-data: Likewise.
45790         * conform/data/wctype.h-data: Likewise.
45791         * conform/data/wordexp.h-data: Likewise.
45793         * include/stropts.h: New file.
45794         * include/uchar.h: New file.
45795         * include/aio.h: Changes to allow conformtest.pl to use the headers.
45796         * include/assert.h: Likewise.
45797         * include/ctype.h: Likewise.
45798         * include/dirent.h: Likewise.
45799         * include/dlfcn.h: Likewise.
45800         * include/fcntl.h: Likewise.
45801         * include/fnmatch.h: Likewise.
45802         * include/glob.h: Likewise.
45803         * include/grp.h: Likewise.
45804         * include/libio.h: Likewise.
45805         * include/locale.h: Likewise.
45806         * include/math.h: Likewise.
45807         * include/net/if.h: Likewise.
45808         * include/netdb.h: Likewise.
45809         * include/netinet/in.h: Likewise.
45810         * include/pthread.h: Likewise.
45811         * include/pwd.h: Likewise.
45812         * include/regex.h: Likewise.
45813         * include/sched.h: Likewise.
45814         * include/search.h: Likewise.
45815         * include/setjmp.h: Likewise.
45816         * include/signal.h: Likewise.
45817         * include/stdio.h: Likewise.
45818         * include/stdlib.h: Likewise.
45819         * include/string.h: Likewise.
45820         * include/sys/cdefs.h: Likewise.
45821         * include/sys/mman.h: Likewise.
45822         * include/sys/msg.h: Likewise.
45823         * include/sys/resource.h: Likewise.
45824         * include/sys/select.h: Likewise.
45825         * include/sys/socket.h: Likewise.
45826         * include/sys/stat.h: Likewise.
45827         * include/sys/statvfs.h: Likewise.
45828         * include/sys/time.h: Likewise.
45829         * include/sys/times.h: Likewise.
45830         * include/sys/uio.h: Likewise.
45831         * include/sys/utsname.h: Likewise.
45832         * include/sys/wait.h: Likewise.
45833         * include/termios.h: Likewise.
45834         * include/time.h: Likewise.
45835         * include/ulimit.h: Likewise.
45836         * include/unistd.h: Likewise.
45837         * include/utime.h: Likewise.
45838         * include/wchar.h: Likewise.
45839         * include/wctype.h: Likewise.
45840         * include/wordexp.h: Likewise.
45842         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
45844         * time/time.h: TIME_UTC must be a macro.
45845         Make timespec_get available for ISO C11 only as well.
45847 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
45849         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
45850         Reported by Peng Haitao <penght@cn.fujitsu.com>.
45852 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45854         * configure.in: Use -o not -a in test for unsupported multi-arch.
45856 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45858         * manual/texinfo.tex: Update to version 2012-01-19.16.
45860 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45862         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
45864 2012-02-24  Roland McGrath  <roland@hack.frob.com>
45866         [BZ #13738]
45867         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
45868         * manual/fdl-1.3.texi: New file.
45869         * manual/fdl-1.1.texi: File removed.
45871         [BZ #13738]
45872         * manual/libc.texinfo (FDL_VERSION): New @set.
45873         Use it for mention of FDL in cover text.
45874         (Documentation License): Use it in @include file name.
45876 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45877             Roland McGrath  <roland@hack.frob.com>
45879         [BZ #5461]
45880         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
45881         (not LONG_LONG_MAX and LONG_LONG_MIN.
45882         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
45883         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
45884         name.
45885         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
45887 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45889         [BZ #2547]
45890         [BZ #11365]
45891         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
45892         manipulate bits before adding and subtracting TWO23[sx].
45893         * math/libm-test.inc (nearbyint_test): Add more tests.
45895 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45897         [BZ #2548]
45898         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
45899         bits before adding and subtracting TWO23[sx].
45900         * math/libm-test.inc (rint_test): Add more tests.
45901         (rint_test_tonearest): Likewise.
45902         (rint_test_towardzero): Likewise.
45903         (rint_test_downward): Likewise.
45904         (rint_test_upward: Likewise.
45906 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45908         [BZ #10110]
45909         * include/stdc-predef.h: New file.  Extracted from features.h.
45910         * include/features.h: Include stdc-predef.h.
45911         * Makefile (headers): Add stdc-predef.h.
45912         * CONFORMANCE (Compiler limitations): Update.
45914 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45916         * manual/libc.texinfo (VERSION, UPDATED): Revert.
45918 2012-02-21  David S. Miller  <davem@davemloft.net>
45920         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
45921         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
45923 2012-02-20  David S. Miller  <davem@davemloft.net>
45925         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
45926         using a normal save/restore sequence, rather than allocating a
45927         dummy stack frame just to store a frame pointer and restore.
45928         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45930 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
45932         * manual/install.texi: Fix stray word in line-wrapped comment.
45934 2012-02-20  David S. Miller  <davem@davemloft.net>
45936         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
45937         both binutils and gcc support GOTDATA.
45939         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
45940         "rd %pc" in the PIC register setup sequences.
45942         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
45943         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
45944         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
45945         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
45946         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
45947         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
45948         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
45949         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45950         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
45951         (SYSCALL_ERROR_HANDLER): Likewise.
45952         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
45953         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
45954         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
45955         (SYSCALL_ERROR_HANDLER): Likewise.
45957         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
45958         (HAVE_GCC_GOTDATA): New.
45959         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
45960         relocation support in both binutils and gcc.
45961         * sysdeps/sparc/elf/configure: Regenerate.
45963         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
45964         * sysdeps/sparc/sparc32/elf/configure: Delete.
45965         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
45966         * sysdeps/sparc/sparc64/elf/configure: Delete.
45967         * sysdeps/sparc/elf/configure.in: New file.
45968         * sysdeps/sparc/elf/configure: Generate.
45970         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
45971         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
45972         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
45973         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
45974         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
45976 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
45978         * manual/install.texi: Do not mention specific glibc version
45979         numbers.
45980         * manual/libc.texinfo (VERSION, UPDATED): Update.
45981         (@copying): Use @copyright{} and range of years.
45983 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
45985         [BZ #13695]
45986         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
45987         [crti.S not in sysdirs] (generated): Do not append.
45988         [crti.S not in sysdirs] (omit-deps): Likewise.
45989         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
45990         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
45991         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
45992         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
45993         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
45994         Likewise.
45995         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
45996         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
45997         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
45998         * csu/defs.awk: Remove file.
45999         * sysdeps/generic/initfini.c: Likewise.
46000         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
46001         variable.
46002         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
46003         Likewise.
46005 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46007         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
46008         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
46009         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
46010         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
46011         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
46012         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
46013         <bits/epoll.h>.
46014         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
46015         (__EPOLL_PACKED): Define to empty if not defined by
46016         <bits/epoll.h>.
46017         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
46018         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46019         bits/epoll.h.
46021 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46023         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
46024         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
46025         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
46026         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
46027         <bits/timerfd.h>.
46028         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
46029         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46030         bits/timerfd.h.
46032 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46034         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
46035         in C locale.
46036         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
46037         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
46038         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
46039         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46041 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
46043         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46044         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
46046 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
46048         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
46049         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
46050         defined.
46051         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
46052         Likewise.
46053         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
46054         entry for 2.16.
46056 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
46058         * math/w_acos.c: Use non-signaling floating-point comparisons.
46059         * math/w_acosf.c: Likewise.
46060         * math/w_acosh.c: Likewise.
46061         * math/w_acoshf.c: Likewise.
46062         * math/w_acoshl.c: Likewise.
46063         * math/w_acosl.c: Likewise.
46064         * math/w_asin.c: Likewise.
46065         * math/w_asinf.c: Likewise.
46066         * math/w_asinl.c: Likewise.
46067         * math/w_atanh.c: Likewise.
46068         * math/w_atanhf.c: Likewise.
46069         * math/w_atanhl.c: Likewise.
46070         * math/w_exp2.c: Likewise.
46071         * math/w_exp2f.c: Likewise.
46072         * math/w_exp2l.c: Likewise.
46073         * math/w_j0.c: Likewise.
46074         * math/w_j0f.c: Likewise.
46075         * math/w_j0l.c: Likewise.
46076         * math/w_j1.c: Likewise.
46077         * math/w_j1f.c: Likewise.
46078         * math/w_j1l.c: Likewise.
46079         * math/w_jn.c: Likewise.
46080         * math/w_jnf.c: Likewise.
46081         * math/w_log.c: Likewise.
46082         * math/w_log10.c: Likewise.
46083         * math/w_log10f.c: Likewise.
46084         * math/w_log10l.c: Likewise.
46085         * math/w_log2.c: Likewise.
46086         * math/w_log2f.c: Likewise.
46087         * math/w_log2l.c: Likewise.
46088         * math/w_logf.c: Likewise.
46089         * math/w_logl.c: Likewise.
46090         * math/w_sqrt.c: Likewise.
46091         * math/w_sqrtf.c: Likewise.
46092         * math/w_sqrtl.c: Likewise.
46093         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
46094         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
46095         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
46096         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
46097         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
46099 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46101         [BZ #9739]
46102         * manual/string.texi (strnlen): Use correct parameter name in
46103         equivalent expression.
46105 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46107         [BZ #11174]
46108         * manual/users.texi (seteuid): Consistently use neweuid for
46109         argument name.
46111 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46113         [BZ #13704]
46114         * manual/nss.texi (Services in the NSS configuration): Correct
46115         list of services in example configuration file.
46117 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
46119         [BZ #11322]
46120         * manual/arith.texi: Remove statements about negative zero
46121         behaving identically to zero.
46123 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
46125         [BZ #5993]
46126         * manual/install.texi: Do not document upgrading from libc5.
46128 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
46130         [BZ #4596]
46131         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
46133 2012-02-18  David S. Miller  <davem@davemloft.net>
46135         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
46136         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
46137         %o7 across the call.
46138         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
46139         instead.
46140         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
46141         SETUP_PIC_REG_LEAF.
46142         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46143         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
46144         * sysdeps/sparc/crtn.S: Likewise.
46146 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
46148         * aout/Makefile: Remove.
46150 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
46152         [BZ #13058]
46153         * manual/examples/argp-ex1.c (main): Format definition in GNU
46154         style.
46155         * manual/examples/argp-ex2.c (main): Likewise.
46156         * manual/examples/argp-ex3.c (main): Likewise.
46157         * manual/examples/argp-ex4.c (main): Likewise.
46158         * manual/examples/longopt.c (main): Use new-style prototype
46159         definition.
46160         * manual/examples/strncat.c (main): Specify return type and use
46161         (void) for arguments.
46162         * manual/examples/subopt.c (main): Use char **argv argument.
46164 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46166         [BZ #5077]
46167         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
46168         rounding modes.
46170 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
46172         [BZ #6907]
46173         * manual/string.texi (strchr): Change when strchrnul is
46174         recommended.
46176 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
46178         [BZ #174]
46179         * manual/locale.texi (setlocale): Document LOCPATH.
46181 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46183         [BZ #10210]
46184         * manual/process.texi (execle): Move @dots{} before last argument.
46186 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
46188         [BZ #12047]
46189         * manual/charset.texi (Generic Charset Conversion): Fix typo
46190         (LC_TYPE -> LC_CTYPE).
46192 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
46194         [BZ #5805]
46195         * manual/arith.texi (scalbn): Use @var{} on parameter names.
46196         (scalbnf): Likewise.
46197         (scalbnl): Likewise.
46198         (scalbln): Likewise.
46199         (scalblnf): Likewise.
46200         (scalblnl): Likewise.
46201         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
46202         (vwarnx): Likewise.
46203         (verr): Likewise.
46204         (verrx): Likewise.
46205         * manual/filesys.texi (telldir): Use braces around return type.
46206         * manual/llio.texi (mmap): Add space after comma.
46207         (mmap64): Likewise.
46208         * manual/math.texi (jn): Use @var{} on parameter names.
46209         (jnf): Likewise.
46210         (jnl): Likewise.
46211         (yn): Likewise.
46212         (ynf): Likewise.
46213         (ynl): Likewise.
46214         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
46215         line.
46216         * manual/resource.texi (ulimit): Use @dots{} instead of literal
46217         "...".
46218         (sched_get_priority_min): Remove semicolon on @deftypefun line.
46219         (sched_get_priority_max): Likewise.
46220         * manual/signal.texi (sigvec): Add space after comma.
46221         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
46222         names.
46223         (if_indextoname): Likewise.
46224         (if_freenameindex): Likewise.
46225         (sendto): Use ',' instead of '.' in prototype.
46226         * manual/startup.texi (syscall): Use @dots{} instead of literal
46227         "...".
46228         * manual/stdio.texi (__fpending): Separate initial words of
46229         paragraph from @deftypefun line.
46230         * manual/syslog.texi (syslog): Use @dots{} instead of literal
46231         "...".
46232         (vsyslog): Use @var{} on parameter names.
46233         * manual/terminal.texi (stty): Use @var{} on parameter names.
46234         * manual/users.texi (getutmp): Use @var{} on parameter names.
46235         (getutmpx): Likewise.
46237 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46239         [BZ #6884]
46240         * manual/stdio.texi (fopen): Fix typos in description of
46241         ",ccs=STRING".
46243 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
46245         [BZ #4026]
46246         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
46247         get clock_id definition.
46249 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
46251         [BZ #4822]
46252         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
46253         (madvise): Cast every argument to void on its own.
46255 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46257         [BZ #9902]
46258         * manual/startup.texi (Exit Status): Fix typo.
46260 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46262         [BZ #10140]
46263         * manual/examples/argp-ex1.c: Include <stdlib.h>.
46264         * manual/examples/argp-ex2.c: Likewise.
46265         * manual/examples/argp-ex3.c: Likewise.
46267 2012-02-16  Richard Henderson  <rth@redhat.com>
46269         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
46270         * sysdeps/s390/s390-32/initfini.c: Remove.
46271         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
46272         * sysdeps/s390/s390-64/initfini.c: Remove.
46274 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
46276         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
46277         compiler output for sysdeps/generic/initfini.c.
46278         * sysdeps/sh/elf/initfini.c: Remove file.
46280 2012-02-16  David S. Miller  <davem@davemloft.net>
46282         [BZ #11494]
46283         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
46285         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
46286         * sysdeps/sparc/crti.S: New file.
46287         * sysdeps/sparc/crtn.S: New file.
46288         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
46289         * sysdeps/sparc/sparc64/Makefile: Likewise.
46291 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
46293         [BZ #3335]
46294         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
46296 2012-02-15  Roland McGrath  <roland@hack.frob.com>
46298         [BZ #4822]
46299         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
46301         * mach/devstream.c (cookie_io_functions_t): Macro removed.
46302         (write, read, close): Likewise.
46303         Patch by Aurelien Jarno <aurelien@aurel32.net>.
46305 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
46307         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
46308         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
46309         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
46310         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
46311         <bits/signalfd.h>.
46312         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
46313         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46314         bits/signalfd.h.
46316 2012-02-14  Marek Polacek  <polacek@redhat.com>
46318         * sysdeps/x86_64/crti.S: New file.
46319         * sysdeps/x86_64/crtn.S: New file.
46320         * sysdeps/x86_64/elf/initfini.c: Remove file.
46322 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
46324         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
46325         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
46326         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
46327         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
46328         <bits/inotify.h>.
46329         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
46330         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46331         bits/inotify.h.
46333 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
46335         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
46336         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
46337         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
46338         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
46339         <bits/eventfd.h>.
46340         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
46341         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46342         bits/eventfd.h.
46344 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
46346         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
46347         __feraiseexcept instead of feraiseexcept.
46349         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
46350         nanosleep invocations.
46351         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
46352         strings, and add error checking for a nanosleep invocations.
46354 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
46356         Replace FSF snail mail address with URLs, as per GNU coding standards.
46357         Most of the snail mail addresses were wrong anyway, and omitting
46358         them makes the source code easier to maintain.  Almost all of the
46359         changes are to license notices and to locale LC_IDENTIFICATION
46360         addresses, except for this one:
46361         * manual/libc.texinfo: In "Published by", give the FSF's URL,
46362         not its snail mail address.
46364 2012-02-09  Richard Henderson  <rth@twiddle.net>
46366         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
46367         of kernel-features.h.
46369         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
46371 2012-02-08  Marek Polacek  <polacek@redhat.com>
46373         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
46374         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
46375         * sysdeps/gnu/_G_config.h: Likewise.
46376         * sysdeps/generic/_G_config.h: Likewise.
46378 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
46380         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
46381         tests.
46382         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46384         * sysdeps/powerpc/powerpc32/crti.S: New file.
46385         * sysdeps/powerpc/powerpc32/crtn.S: New file.
46386         * sysdeps/powerpc/powerpc64/crti.S: New file.
46387         * sysdeps/powerpc/powerpc64/crtn.S: New file.
46389         * Makeconfig (have-initfini): Don't set.
46390         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
46391         * configure.in (nopic_initfini): Don't substitute.
46392         * config.h.in (HAVE_INITFINI): Don't #undef.
46393         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
46394         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
46396 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
46398         Support crti.S and crtn.S provided directly by architectures.
46399         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
46400         [crti.S in sysdirs] (omit-deps): Likewise.
46401         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
46402         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
46403         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
46404         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
46405         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
46406         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
46407         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
46408         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
46409         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
46410         compiler output for sysdeps/generic/initfini.c.
46411         * sysdeps/i386/elf/Makefile: Remove file.
46412         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
46414 2012-02-07  Marek Polacek  <polacek@redhat.com>
46416         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
46417         * sysdeps/gnu/_G_config.h: Likewise.
46418         * sysdeps/mach/hurd/_G_config.h: Likewise.
46420 2012-02-07  Marek Polacek  <polacek@redhat.com>
46422         * math/Makefile (tests): Add tst-CMPLX2.
46423         * math/tst-CMPLX2.c: New file.
46425 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
46427         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46429         * math/libm-test.inc (jn_test): Add missing L suffix.
46431 2012-02-06  Marek Polacek  <polacek@redhat.com>
46433         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
46434         * sysdeps/i386/fpu/e_powf.S: Likewise.
46435         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
46436         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
46437         * sysdeps/i386/fpu/e_acosh.S: Likewise.
46438         * sysdeps/i386/fpu/e_pow.S: Likewise.
46439         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
46440         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
46441         * sysdeps/i386/fpu/s_expm1.S: Likewise.
46442         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
46443         * sysdeps/i386/fpu/e_log2.S: Likewise.
46444         * sysdeps/i386/fpu/e_log2l.S: Likewise.
46445         * sysdeps/i386/fpu/e_scalb.S: Likewise.
46446         * sysdeps/i386/fpu/e_powl.S: Likewise.
46447         * sysdeps/i386/fpu/s_log1p.S: Likewise.
46448         * sysdeps/i386/fpu/e_log10f.S: Likewise.
46449         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
46450         * sysdeps/i386/fpu/e_logl.S: Likewise.
46451         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
46452         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
46453         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
46454         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
46455         * sysdeps/i386/fpu/e_log2f.S: Likewise.
46456         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
46457         * sysdeps/i386/fpu/e_log.S: Likewise.
46458         * sysdeps/i386/fpu/s_cexp.S: Likewise.
46459         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
46460         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
46461         * sysdeps/i386/fpu/e_logf.S: Likewise.
46462         * sysdeps/i386/fpu/e_log10l.S: Likewise.
46463         * sysdeps/i386/fpu/e_atanh.S: Likewise.
46464         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
46465         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
46466         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
46467         * sysdeps/i386/fpu/e_log10.S: Likewise.
46468         * sysdeps/i386/fpu/s_frexp.S: Likewise.
46469         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
46470         * sysdeps/i386/fpu/s_asinh.S: Likewise.
46471         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
46472         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
46473         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
46474         * sysdeps/i386/asm-syntax.h: Likewise.
46475         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
46476         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
46477         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
46478         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
46479         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
46480         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
46481         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
46482         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
46483         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
46484         * sysdeps/powerpc/sysdep.h: Likewise.
46485         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
46486         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
46488 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46490         [BZ #411]
46491         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
46493 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46495         * sysdeps/i386/sysdep.h: Include <features.h>.
46496         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
46497         version.
46499 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
46501         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
46502         Define.
46503         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
46504         LOAD_PIC_REG_STR.
46506 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46508         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
46509         (SETUP_PIC_REG): Use GET_PC_THUNK.
46510         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
46511         macro.
46513 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46515         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
46516         for non-PIC compilation.
46517         (SETUP_PIC_REG): Add .p2align directive.
46518         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
46519         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
46520         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
46521         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
46522         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
46523         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
46524         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
46525         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
46526         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
46527         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
46528         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
46529         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
46530         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
46531         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
46532         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
46533         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
46534         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
46535         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
46536         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
46537         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
46538         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
46539         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
46540         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
46541         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
46542         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
46543         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
46544         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
46545         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
46546         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
46547         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
46548         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
46549         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
46550         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
46551         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
46552         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
46553         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
46554         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
46555         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
46556         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
46557         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
46558         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
46560 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46562         * math/tst-CMPLX.c: Include <stdio.h>.
46564 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
46566         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
46567         float.
46568         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
46569         * sysdeps/sparc/bits/mathdef.h: Likewise.
46571 2012-01-31  Marek Polacek  <polacek@redhat.com>
46573         * libio/libio.h: Don't define _PARAMS.
46574         * locale/programs/config.h: Don't define PARAMS.
46575         * stdlib/strtol_l.c: Likewise.
46576         (__strtol_l): Remove PARAMS from the prototype.
46578 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
46580         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
46581         names.  Just use the correct names.  Remove unnecessary wrapper
46582         functions.
46583         * malloc/arena.c: Likewise.
46584         * malloc/hooks.c: Likewise.
46586         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
46587         ARENA_TEST says not to.  Simplify test for creation of a new arena.
46588         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
46590 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
46592         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
46593         into tail calls.
46594         (update_get_addr): New function.
46595         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
46596         GET_ADDR_MODULE parameter.
46598 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46600         * crypt/cert.c: Remove __STDC__ conditionals.
46601         * crypt/crypt-entry.c: Likewise.
46602         * crypt/crypt_util.c: Likewise.
46603         * libio/filedoalloc.c: Likewise.
46604         * libio/fileops.c: Likewise.
46605         * libio/genops.c: Likewise.
46606         * libio/iofclose.c: Likewise.
46607         * libio/iofdopen.c: Likewise.
46608         * libio/iofopen.c: Likewise.
46609         * libio/iofopen64.c: Likewise.
46610         * libio/iogetdelim.c: Likewise.
46611         * libio/iopopen.c: Likewise.
46612         * libio/obprintf.c: Likewise.
46613         * libio/oldfileops.c: Likewise.
46614         * libio/oldiofclose.c: Likewise.
46615         * libio/oldiofdopen.c: Likewise.
46616         * libio/oldiofopen.c: Likewise.
46617         * libio/oldiopopen.c: Likewise.
46618         * libio/wfiledoalloc.c: Likewise.
46619         * libio/wgenops.c: Likewise.
46620         * locale/programs/xmalloc.c: Likewise.
46621         * misc/syslog.c: Likewise.
46622         * stdio-common/xbug.c: Likewise.
46623         * string/memchr.c: Likewise.
46624         * string/memcmp.c: Likewise.
46625         * string/memrchr.c: Likewise.
46626         * string/rawmemchr.c: Likewise.
46627         * sysdeps/posix/getcwd.c: Likewise.
46628         * time/strftime_l.c: Likewise.
46630 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46632         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
46633         * config.make.in (config-cflags-sse2avx): Define.
46634         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
46635         Fix typo.
46637 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
46639         * scripts/config.guess: Update from upstream config git repository.
46640         * scripts/config.sub: Likewise.
46642 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
46644         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
46645         (EM_NUM): Update.
46646         (R_TILEPRO_*, R_TILEGX_*): New macros.
46648         * scripts/firstversions.awk: Fix bug in version range handling.
46650         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
46652         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
46654         * include/sys/epoll.h: New file.
46655         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
46656         libc_hidden_def.
46658 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
46660         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
46661         Avoid unnecessary __WORDSIZE == 64 test.
46662         (fmaxf): Use VEX format if possible.
46663         (fmax): Likewise.
46664         (fminf): Likewise.
46665         (fmin): Likewise.
46667         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
46668         * math/math_private.h: Remove libc_fegetround* and
46669         libc_fesetround*.
46670         * sysdeps/i386/configure.in: Check for -msse2avx.
46671         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
46672         also if SSE2AVX is defined.
46673         Remove libc_fegetround* and libc_fesetround*.
46674         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
46675         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
46676         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
46677         of HAS_YMM_USABLE.
46678         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
46679         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
46680         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
46681         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
46682         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
46684         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
46686 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46688         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
46689         size is not set.
46690         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
46692 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
46694         [BZ #13618]
46695         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
46696         relocation.
46697         * Makeconfig (libm): Define.
46698         * elf/Makefile: Add rules to build and run tst-relsort1.
46699         * elf/tst-relsort1.c: New file.
46700         * elf/tst-relsort1mod1.c: New file.
46701         * elf/tst-relsort1mod2.c: New file.
46703 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
46705         * math/s_ldexp.c: Remove __STDC__ conditionals.
46706         * math/s_ldexpf.c: Likewise.
46707         * math/s_ldexpl.c: Likewise.
46708         * math/s_nextafter.c: Likewise.
46709         * math/s_nexttowardf.c: Likewise.
46710         * math/s_significand.c: Likewise.
46711         * math/s_significandf.c: Likewise.
46712         * math/s_significandl.c: Likewise.
46713         * math/w_jnl.c: Likewise.
46714         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
46715         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
46716         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
46717         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
46718         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
46719         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
46720         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
46721         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
46722         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
46723         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
46724         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
46725         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
46726         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
46727         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
46728         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
46729         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
46730         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
46731         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
46732         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
46733         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
46734         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
46735         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
46736         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
46737         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
46738         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
46739         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
46740         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
46741         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
46742         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
46743         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
46744         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
46745         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
46746         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
46747         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
46748         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
46749         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
46750         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
46751         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
46752         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
46753         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
46754         * sysdeps/ieee754/k_standard.c: Likewise.
46755         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
46756         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
46757         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
46758         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
46759         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
46760         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
46761         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
46762         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
46763         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
46764         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
46765         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
46766         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
46767         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
46768         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
46769         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
46770         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
46771         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
46772         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
46773         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
46774         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
46775         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
46776         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
46777         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
46778         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
46779         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
46780         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
46781         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
46782         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
46783         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
46784         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
46785         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
46786         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
46787         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
46788         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
46789         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
46790         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
46791         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
46792         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
46793         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
46794         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
46795         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
46796         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
46797         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
46798         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
46799         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
46800         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
46801         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
46802         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
46803         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
46804         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
46805         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
46806         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
46807         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
46808         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
46809         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
46810         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
46811         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
46812         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
46813         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
46814         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
46815         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
46816         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
46817         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
46818         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
46819         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
46820         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
46821         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
46822         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
46823         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
46824         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
46825         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
46826         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
46827         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
46828         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
46829         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
46830         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
46831         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
46832         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
46833         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
46834         * sysdeps/ieee754/s_matherr.c: Likewise.
46835         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
46836         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
46837         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
46838         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
46840 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
46842         * crypt/md5.h: Remove __STDC__ conditionals.
46843         * libio/libioP.h: Likewise.
46844         * locale/programs/config.h: Likewise.
46845         * sysdeps/generic/sysdep.h: Likewise.
46846         * sysdeps/i386/asm-syntax.h: Likewise.
46847         * sysdeps/s390/asm-syntax.h: Likewise.
46848         * sysdeps/unix/sysdep.h: Likewise.
46849         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
46850         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
46852 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
46854         * libio/libio.h: Remove __STDC__ conditionals.
46855         * malloc/obstack.h: Likewise.
46856         * math/complex.h: Likewise.
46857         * math/math.h: Likewise.
46858         * sysdeps/generic/_G_config.h: Likewise.
46859         * sysdeps/gnu/_G_config.h: Likewise.
46860         * sysdeps/mach/hurd/_G_config.h: Likewise.
46861         * sysdeps/powerpc/bits/mathdef.h: Likewise.
46862         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
46863         * sysdeps/sparc/bits/mathdef.h: Likewise.
46865 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
46867         [BZ #13583]
46868         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
46869         Clean up HAS_* macros.
46870         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
46871         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
46872         possible.
46873         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
46874         HAS_AVX.
46875         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
46876         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
46877         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
46878         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
46879         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
46881 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
46883         * elf/tst-unique3.cc (gets): Remove declaration.
46884         * elf/tst-unique3lib.cc (gets): Likewise.
46885         * elf/tst-unique3lib2.cc (gets): Likewise.
46886         * elf/tst-unique4.cc (gets): Likewise.
46888 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
46890         * include/stdio.h: Add C++ protection.  Add gets declarations and
46891         definitions.
46892         * debug/tst-chk1.c: Don't declare gets here.
46893         * stdio-common/tst-gets.c: Likewise.
46895 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
46897         * posix/glob: Remove directory.
46899 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
46901         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
46903 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
46905         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
46906         of the non-standard EPFNOSUPPORT.
46908 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
46910         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
46911         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
46912         ANYWHERE set to 1 only on KERN_NO_SPACE error.
46914 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
46916         * wcsmbs/uchar.h: Test __STDC_VERSION__.
46918 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
46920         * nscd/aicache.c (addhstaiX): Do not cache negative results of
46921         transient errors.
46922         * nscd/grpcache.c (cache_addgr): Likewise.
46923         * nscd/hstcache.c (cache_addhst): Likewise.
46924         * nscd/initgrcache.c (addinitgroupsX): Likewise.
46925         * nscd/pwdcache.c (cache_addpw): Likewise.
46926         * nscd/servicescache.c (cache_addserv): Likewise.
46928 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
46930         * malloc/malloc.c: Various cleanups.
46931         * malloc/hooks.c: Likewise.
46933         * stdlib/Makefile (tests): Add bug-fmtmsg1.
46934         * stdlib/bug-fmtmsg1.c: New file.
46936         * stdlib/fmtmsg.c (init): Add missing unlock.
46937         Patch by Peng Haitao <penght@cn.fujitsu.com>.
46939 2012-01-12  Marek Polacek  <polacek@redhat.com>
46941         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
46942         and _GNU_SOURCE.
46944 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
46946         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
46947         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
46948         macro to ensure uniqueness of label name.
46949         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
46950         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
46952 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
46954         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
46956         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
46957         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
46958         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
46959         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
46961 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
46963         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
46965         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
46966         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
46967         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
46969         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
46971         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
46972         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
46973         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
46974         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
46976         * math/bits/math-finite.h: Add ldexp support.
46978 2012-01-10  Marek Polacek  <polacek@redhat.com>
46980         * locale/programs/localedef.h (show_archive_content): Add noreturn
46981         attribute.
46983 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
46985         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
46987 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
46989         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
46991         * io/Makefile (headers): Add bits/poll2.h.
46993 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
46995         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
46996         typo #include statement.
46998 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47000         * include/sys/cdefs.h: Define __attribute_alloc_size.
47001         * catgets/gencat.c: Add alloc_size attribute and apply consistently
47002         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
47003         * elf/pldd.c: Likewise.
47004         * iconv/iconv_charmap.c: Likewise.
47005         * iconv/iconvconfig.c: Likewise.
47006         * iconv/strtab.c: Likewise.
47007         * locale/programs/locale.c: Likewise.
47008         * locale/programs/localedef.h: Likewise.
47009         * locale/programs/simple-hash.c: Likewise.
47010         * nscd/nscd.h: Likewise.
47011         * nss/makedb.c: Likewise.
47012         * sysdeps/generic/ldconfig.h: Likewise.
47013         * locale/programs/localedef.c: Remove xmalloc prototype.
47014         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
47016 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
47018         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
47019         appropriate.
47021 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47023         * math/Makefile (tests): Add tst-CMPLX.
47024         * math/tst-CMPLX.c: New file.
47026         * math/complex.h (CMPLXL): Fix typo.
47028         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
47029         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
47030         GLIBC_2.16.
47031         * debug/tst-chk1.c: Add poll and ppoll tests.
47032         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
47033         * include/sys/poll.h: Add hidden proto for ppoll.
47034         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
47035         * sysdeps/mach/hurd/ppoll.c: Likewise.
47036         * io/ppoll.c: Likewise.
47037         * debug/poll_chk.c: New file.
47038         * debug/ppoll_chk.c: New file.
47039         * include/bits/poll2.h: New file.
47040         * io/bits/poll2.h: New file.
47042         [BZ #1350]
47043         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
47045         * configure.in: static is always set to yes.  Remove.
47046         * config.make.in: Don't set build-static.
47047         * Makeconfig: Remove use of build-static.
47048         * dlfcn/Makefile: Likewise.
47049         * elf/Makefile: Likewise.
47050         * math/Makefile: Likewise.
47051         * misc/Makefile: Likewise.
47052         * nptl/Makefile: Likewise.
47053         * sysdeps/mach/hurd/Makefile: Likewise.
47055         * configure.in: PWD_P is not used anymore.
47056         * config.make.in: Remove PWD_P entry.
47058         * configure.in: Remove last remnants of RANLIB.
47059         No need to check for signed size_t anymore.
47060         Don't set libc_commonpagesize and libc_relro_required here for Alpha
47061         and IA-64.
47062         Remove __builtin_expect test because we require at least gcc 3.4.
47063         * aclocal.m4: Likewise.
47065         * wcsmbs/mbrtoc16.c: Implement using towc function.
47066         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
47067         * wcsmbs/wcsmbsload.c: Likewise.
47068         * iconv/gconv_simple.c: Likewise.
47069         * iconv/gconv_int.h: Likewise.
47070         * iconv/gconv_builtin.h: Likewise.
47071         * iconv/iconv_prog.c: Remove CHAR16 handling.
47073         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
47075         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
47077         * configure.in: Remove --with-elf and --enable-bounded options.
47078         Dont set base_machine for ia64.  More non-ELF conditions removed.
47079         Remove testing and setting of leading underscore information.
47080         * config.make.in (build-bounded): Set to no.
47081         * config.h.in: Remove NO_UNDERSCORES entry.
47082         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
47083         them.
47084         * csu/start.c: Remove !NO_UNDERSCORE code.
47085         * locale/localeinfo.h: Likewise.
47086         * sysdeps/generic/machine-gmon.h: Likewise.
47087         * sysdeps/generic/sysdep.h: Likewise.
47088         * sysdeps/i386/sysdep.h: Likewise.
47089         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47090         * sysdeps/mach/sysdep.h: Likewise.
47091         * sysdeps/s390/s390-32/sysdep.h: Likewise.
47092         * sysdeps/s390/s390-64/sysdep.h: Likewise.
47093         * sysdeps/sh/sysdep.h: Likewise.
47094         * sysdeps/sparc/sparc32/alloca.S: Likewise.
47095         * sysdeps/unix/i386/sysdep.S: Likewise.
47096         * sysdeps/unix/sparc/start.c: Likewise.
47097         * sysdeps/unix/sparc/sysdep.S: Likewise.
47098         * sysdeps/unix/sparc/sysdep.h: Likewise.
47099         * sysdeps/unix/start.c: Likewise.
47100         * sysdeps/unix/x86_64/sysdep.S: Likewise.
47101         * sysdeps/x86_64/sysdep.h: Likewise.
47103 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
47105         [BZ #13553]
47106         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
47107         for non-gcc.
47108         * argp/argp-fmtstream.h: Use const instead __const.
47109         * argp/argp.h: Likewise.
47110         * assert/assert.h: Likewise.
47111         * bits/fenv.h: Likewise.
47112         * bits/sched.h: Likewise.
47113         * bits/sigset.h: Likewise.
47114         * bits/sigthread.h: Likewise.
47115         * catgets/nl_types.h: Likewise.
47116         * conform/data/pthread.h-data: Likewise.
47117         * crypt/crypt-private.h: Likewise.
47118         * crypt/crypt.h: Likewise.
47119         * crypt/crypt_util.c: Likewise.
47120         * ctype/ctype.h: Likewise.
47121         * debug/execinfo.h: Likewise.
47122         * debug/mbsnrtowcs_chk.c: Likewise.
47123         * debug/mbsrtowcs_chk.c: Likewise.
47124         * debug/wcsnrtombs_chk.c: Likewise.
47125         * debug/wcsrtombs_chk.c: Likewise.
47126         * debug/wcstombs_chk.c: Likewise.
47127         * dirent/dirent.h: Likewise.
47128         * dlfcn/dlfcn.h: Likewise.
47129         * elf/neededtest4.c: Likewise.
47130         * grp/grp.h: Likewise.
47131         * gshadow/gshadow.h: Likewise.
47132         * iconv/gconv.h: Likewise.
47133         * iconv/gconv_int.h: Likewise.
47134         * iconv/gconv_simple.c: Likewise.
47135         * iconv/iconv.h: Likewise.
47136         * iconv/loop.c: Likewise.
47137         * iconv/skeleton.c: Likewise.
47138         * include/aio.h: Likewise.
47139         * include/aliases.h: Likewise.
47140         * include/argz.h: Likewise.
47141         * include/arpa/inet.h: Likewise.
47142         * include/assert.h: Likewise.
47143         * include/dirent.h: Likewise.
47144         * include/dlfcn.h: Likewise.
47145         * include/execinfo.h: Likewise.
47146         * include/fcntl.h: Likewise.
47147         * include/fenv.h: Likewise.
47148         * include/glob.h: Likewise.
47149         * include/grp.h: Likewise.
47150         * include/libintl.h: Likewise.
47151         * include/mntent.h: Likewise.
47152         * include/netdb.h: Likewise.
47153         * include/pwd.h: Likewise.
47154         * include/rpc/netdb.h: Likewise.
47155         * include/sched.h: Likewise.
47156         * include/search.h: Likewise.
47157         * include/shadow.h: Likewise.
47158         * include/signal.h: Likewise.
47159         * include/stdio.h: Likewise.
47160         * include/stdlib.h: Likewise.
47161         * include/string.h: Likewise.
47162         * include/sys/socket.h: Likewise.
47163         * include/sys/stat.h: Likewise.
47164         * include/sys/statfs.h: Likewise.
47165         * include/sys/statvfs.h: Likewise.
47166         * include/sys/syslog.h: Likewise.
47167         * include/sys/time.h: Likewise.
47168         * include/sys/uio.h: Likewise.
47169         * include/time.h: Likewise.
47170         * include/unistd.h: Likewise.
47171         * include/utmp.h: Likewise.
47172         * include/wchar.h: Likewise.
47173         * include/wctype.h: Likewise.
47174         * inet/aliases.h: Likewise.
47175         * inet/arpa/inet.h: Likewise.
47176         * inet/netinet/ether.h: Likewise.
47177         * inet/netinet/in.h: Likewise.
47178         * intl/libintl.h: Likewise.
47179         * io/bits/fcntl2.h: Likewise.
47180         * io/fcntl.h: Likewise.
47181         * io/ftw.h: Likewise.
47182         * io/sys/poll.h: Likewise.
47183         * io/sys/stat.h: Likewise.
47184         * io/sys/statfs.h: Likewise.
47185         * io/sys/statvfs.h: Likewise.
47186         * io/utime.h: Likewise.
47187         * libio/bits/stdio.h: Likewise.
47188         * libio/bits/stdio2.h: Likewise.
47189         * libio/libio.h: Likewise.
47190         * libio/libioP.h: Likewise.
47191         * libio/stdio.h: Likewise.
47192         * locale/lc-ctype.c: Likewise.
47193         * locale/locale.h: Likewise.
47194         * login/utmp.h: Likewise.
47195         * malloc/arena.c: Likewise.
47196         * malloc/malloc.c: Likewise.
47197         * malloc/malloc.h: Likewise.
47198         * malloc/mcheck.c: Likewise.
47199         * malloc/mtrace.c: Likewise.
47200         * math/bits/mathcalls.h: Likewise.
47201         * math/fenv.h: Likewise.
47202         * math/math_private.h: Likewise.
47203         * misc/bits/error.h: Likewise.
47204         * misc/bits/syslog.h: Likewise.
47205         * misc/err.h: Likewise.
47206         * misc/error.h: Likewise.
47207         * misc/fstab.h: Likewise.
47208         * misc/mntent.h: Likewise.
47209         * misc/regexp.h: Likewise.
47210         * misc/search.h: Likewise.
47211         * misc/sgtty.h: Likewise.
47212         * misc/sys/mman.h: Likewise.
47213         * misc/sys/syslog.h: Likewise.
47214         * misc/sys/uio.h: Likewise.
47215         * misc/sys/xattr.h: Likewise.
47216         * misc/ttyent.h: Likewise.
47217         * nis/rpcsvc/ypclnt.h: Likewise.
47218         * nss/nss.h: Likewise.
47219         * posix/bits/unistd.h: Likewise.
47220         * posix/fnmatch.h: Likewise.
47221         * posix/glob.h: Likewise.
47222         * posix/sched.h: Likewise.
47223         * posix/spawn.h: Likewise.
47224         * posix/sys/wait.h: Likewise.
47225         * posix/unistd.h: Likewise.
47226         * posix/wordexp.h: Likewise.
47227         * pwd/pwd.h: Likewise.
47228         * resolv/netdb.h: Likewise.
47229         * resource/sys/resource.h: Likewise.
47230         * rt/aio.h: Likewise.
47231         * rt/bits/mqueue2.h: Likewise.
47232         * rt/mqueue.h: Likewise.
47233         * shadow/shadow.h: Likewise.
47234         * signal/signal.h: Likewise.
47235         * socket/send.c: Likewise.
47236         * socket/sendto.c: Likewise.
47237         * socket/sys/socket.h: Likewise.
47238         * stdio-common/printf.h: Likewise.
47239         * stdlib/bits/stdlib.h: Likewise.
47240         * stdlib/fmtmsg.h: Likewise.
47241         * stdlib/monetary.h: Likewise.
47242         * stdlib/stdlib.h: Likewise.
47243         * stdlib/ucontext.h: Likewise.
47244         * streams/stropts.h: Likewise.
47245         * string/argz.h: Likewise.
47246         * string/bits/string2.h: Likewise.
47247         * string/string.h: Likewise.
47248         * string/strings.h: Likewise.
47249         * sunrpc/rpc/auth.h: Likewise.
47250         * sunrpc/rpc/auth_des.h: Likewise.
47251         * sunrpc/rpc/clnt.h: Likewise.
47252         * sunrpc/rpc/netdb.h: Likewise.
47253         * sunrpc/rpc/pmap_clnt.h: Likewise.
47254         * sunrpc/rpc/xdr.h: Likewise.
47255         * sysdeps/generic/inttypes.h: Likewise.
47256         * sysdeps/generic/net/if.h: Likewise.
47257         * sysdeps/generic/sys/swap.h: Likewise.
47258         * sysdeps/gnu/net/if.h: Likewise.
47259         * sysdeps/gnu/utmpx.h: Likewise.
47260         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
47261         * sysdeps/i386/i486/bits/string.h: Likewise.
47262         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
47263         * sysdeps/s390/bits/string.h: Likewise.
47264         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
47265         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
47266         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
47267         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
47268         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
47269         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
47270         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
47271         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
47272         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
47273         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
47274         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
47275         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
47276         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
47277         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
47278         * sysdeps/unix/sysv/linux/readv.c: Likewise.
47279         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
47280         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
47281         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
47282         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
47283         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
47284         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47285         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
47286         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
47287         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
47288         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
47289         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
47290         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
47291         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47292         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
47293         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
47294         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
47295         * sysvipc/sys/ipc.h: Likewise.
47296         * sysvipc/sys/msg.h: Likewise.
47297         * sysvipc/sys/sem.h: Likewise.
47298         * sysvipc/sys/shm.h: Likewise.
47299         * termios/termios.h: Likewise.
47300         * time/sys/time.h: Likewise.
47301         * time/time.h: Likewise.
47302         * wcsmbs/bits/wchar2.h: Likewise.
47303         * wcsmbs/uchar.h: Likewise.
47304         * wcsmbs/wchar.h: Likewise.
47305         * wctype/wctype.h: Likewise.
47307         [BZ #13551]
47308         * Makeconfig: Remove all but ELF support including AIX support.
47309         * Makerules: Likewise.
47310         * config.h.in: Likewise.
47311         * config.make.in: Likewise.
47312         * configure: Likewise.
47313         * configure.in: Likewise.
47314         * csu/Makefile: Likewise.
47315         * csu/version.c: Likewise.
47316         * debug/Makefile: Likewise.
47317         * dlfcn/Makefile: Likewise.
47318         * elf/Makefile: Likewise.
47319         * extra-lib.mk: Likewise.
47320         * iconv/Makefile: Likewise.
47321         * include/libc-symbols.h: Likewise.
47322         * include/shlib-compat.h: Likewise.
47323         * resolv/Makefile: Likewise.
47324         * resolv/res_libc.c: Likewise.
47325         * rt/Makefile: Likewise.
47326         * sysdeps/i386/asm-syntax.h: Likewise.
47327         * sysdeps/i386/sysdep.h: Likewise.
47328         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47329         * sysdeps/mach/sysdep.h: Likewise.
47330         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
47331         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
47332         * sysdeps/s390/asm-syntax.h: Likewise.
47333         * sysdeps/s390/s390-32/sysdep.h: Likewise.
47334         * sysdeps/s390/s390-64/sysdep.h: Likewise.
47335         * sysdeps/sh/sysdep.h: Likewise.
47336         * sysdeps/unix/sparc/sysdep.h: Likewise.
47337         * sysdeps/wordsize-32/divdi3.c: Likewise.
47338         * sysdeps/x86_64/sysdep.h: Likewise.
47340         * argp/Versions: Remove _argp_unlock_xxx.
47342         [BZ #13559]
47343         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
47344         * abilist/libBrokenLocale.abilist: Likewise.
47345         * abilist/libanl.abilist: Likewise.
47346         * abilist/libc.abilist: Likewise.
47347         * abilist/libcrypt.abilist: Likewise.
47348         * abilist/libdl.abilist: Likewise.
47349         * abilist/libm.abilist: Likewise.
47350         * abilist/libnsl.abilist: Likewise.
47351         * abilist/libpthread.abilist: Likewise.
47352         * abilist/libresolv.abilist: Likewise.
47353         * abilist/librt.abilist: Likewise.
47354         * abilist/libthread_db.abilist: Likewise.
47355         * abilist/libutil.abilist: Likewise.
47356         * abilist/libnss_db.abilist: New file.
47358         * scripts/abilist.awk: Add support for indirect functions.
47360         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
47362         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
47364         * shlib-versions: Remove entries for ports architectures.
47366         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
47367         files in ports.
47368         * elf/stackguard-macros.h: Remove support for IA-64.
47369         * elf/tst-auditmod1.c: Likewise.
47370         * sysdeps/generic/ldsodefs.h: Likewise.
47372         * sysdeps/unix/sysv/linux/configure.in: Ports should define
47373         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
47374         configure files.
47376         [BZ #13552]
47377         * configure.in: Remove --enable-omitfp support.
47378         * FAQ.in: Adjust.
47379         * config.make.in: Likewise.
47380         * Makeconfig: Likewise.
47381         * manual/install.texi: Likewise.
47383         In case anyone cares, the IA-64 architecture could move to ports.
47384         * sysdeps/ia64/*: Removed.
47385         * sysdeps/unix/sysv/linux/ia64/*: Removed.
47386         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
47388         [BZ #13555]
47389         * configure.in: Remove entries for unsupported architectures.
47391         [BZ #13533]
47392         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
47393         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
47394         routines.
47395         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
47396         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
47397         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
47398         fall back to using wcrtomb.
47399         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
47400         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
47401         renaming.
47402         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
47403         * wcsmbs/tst-c16c32-1.c: New file.
47405         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
47406         local variable.
47408         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
47410         * elf/tst-unique3.cc: Add explicit declaration of gets.
47411         * elf/tst-unique3lib.cc: Likewise.
47412         * elf/tst-unique3lib2.cc: Likewise.
47413         * elf/tst-unique4.cc: Likewise.
47415         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
47417 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
47419         [BZ #13566]
47420         * assert/assert.h (static_assert): Don't define for C++.
47421         * libio/stdio.h (gets): Do declare for C++ <= C++11.
47422         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
47424 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
47426         * iconv/loop.c (single loop): Fix assertion in storing of
47427         remaining bytes.
47429         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
47431 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
47433         * posix/getconf.c: Update copyright year.
47434         * nss/getent.c: Likewise.
47435         * nss/makedb.c: Likewise.
47436         * iconv/iconvconfig.c: Likewise.
47437         * iconv/iconv_prog.c: Likewise.
47438         * elf/ldconfig.c: Likewise.
47439         * elf/pldd.c: Likewise.
47440         * elf/sotruss.ksh: Likewise.
47441         * catgets/gencat.c: Likewise.
47442         * csu/version.c: Likewise.
47443         * elf/ldd.bash.in: Likewise.
47444         * elf/sprof.c (print_version): Likewise.
47445         * locale/programs/locale.c: Likewise.
47446         * locale/programs/localedef.c: Likewise.
47447         * login/programs/pt_chown.c: Likewise.
47448         * nscd/nscd.c (print_version): Likewise.
47449         * debug/xtrace.sh: Likewise.
47450         * malloc/memusage.sh: Likewise.
47451         * malloc/mtrace.pl: Likewise.
47452         * debug/catchsegv.sh: Likewise.
47454 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
47456         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
47457         pure attribute.
47459 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
47461         [BZ #13533]
47462         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
47463         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
47464         transformations.
47465         * iconv/gconv_int.h: Likewise.
47466         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
47467         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
47468         from libc for GLIBC_2.16.
47469         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
47470         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
47471         * wcsmbs/uchar.h: Really define mbstate_t.
47472         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
47473         * wcsmbs/c16rtomb.c: New file.
47474         * wcsmbs/mbrtoc16.c: New file.
47475         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
47476         for C/POSIX locale.
47477         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
47478         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
47480         * wcsmbs/wchar.h: Add missing __restrict.
47482 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47484         [BZ #13532]
47485         * time/Makefile (routines): Add timespec_get.
47486         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
47487         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
47488         timespec for ISO C11.
47489         * time/timespec_get.c: New file.
47490         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
47491         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
47493         [BZ #13531]
47494         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
47495         * stdlib/stdlib.h: Declare aligned_alloc.
47496         * Versions.def: Add GLIBC_2.16 for libc.
47497         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
47499         [BZ 13527]
47500         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
47501         ISO C11.
47503         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
47504         code.
47506         [BZ #13528]
47507         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
47509         [BZ #13529]
47510         * assert/assert.h (static_assert): Define.
47512         * version.h: Update for 2.16 development version.
47514         [BZ #13526]
47515         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
47516         _ISOC11_SOURCE.
47518         * version.h (RELEASE): Bump for 2.15 release.
47519         * include/features.h (__GLIBC_MINOR__): Bump to 15.
47521         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
47522         Patch by Marek Polacek <mpolacek@redhat.com>.
47524         * bits/byteswap.h: Protect long long constants with __extension__.
47525         * sysdeps/i386/bits/byteswap.h: Likewise.
47526         * sysdeps/ia64/bits/byteswap.h: Likewise.
47527         * sysdeps/s390/bits/byteswap.h: Likewise.
47528         * sysdeps/x86_64/bits/byteswap.h: Likewise.
47530 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47532         [BZ #13540]
47533         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
47534         destination buffer.
47535         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
47537 2011-12-23  Marek Polacek  <polacek@redhat.com>
47539         * elf/dl-addr.c (determine_info): Add inline keyword.
47540         * elf/tst-auditmod4b.c (check_avx): Likewise.
47541         * elf/tst-auditmod6b.c (check_avx): Likewise.
47542         * elf/tst-auditmod6c.c (check_avx): Likewise.
47543         * elf/tst-auditmod7b.c (check_avx): Likewise.
47545 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47547         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
47548         !__SSE_MATH__.
47550 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47552         [BZ #13540]
47553         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
47554         processing for last bytes.
47556 2011-08-06  Bruno Haible  <bruno@clisp.org>
47558         [BZ #13061]
47559         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
47560         U+0385, not to U+1FEE.
47562         [BZ #13062]
47563         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
47564         entry for U+00A5 U+0301.
47566 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47568         [BZ #13166]
47569         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
47570         buffer for the output is too small.
47572         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
47573         optimization.
47575         [BZ #13185]
47576         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
47577         SSE flags if possible.
47579 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47581         [BZ #13540]
47582         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
47583         processing for last bytes.
47585 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
47587         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
47588         (syscall-list-default-options, syscall-list-default-condition)
47589         (syscall-list-includes): Define.
47590         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
47591         list of ABIs and options and #if conditions for each ABI.  Do not
47592         handle common syscalls between ABIs specially.
47593         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
47594         Remove.
47595         (syscall-list-variants, syscall-list-32bit-options)
47596         (syscall-list-32bit-condition, syscall-list-64bit-options)
47597         (syscall-list-64bit-condition): Define.
47598         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
47599         (syscall-list-variants, syscall-list-32bit-options)
47600         (syscall-list-32bit-condition, syscall-list-64bit-options)
47601         (syscall-list-64bit-condition): Define.
47602         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
47603         Remove.
47604         (syscall-list-variants, syscall-list-32bit-options)
47605         (syscall-list-32bit-condition, syscall-list-64bit-options)
47606         (syscall-list-64bit-condition): Define.
47607         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
47608         Remove.
47609         (syscall-list-variants, syscall-list-32bit-options)
47610         (syscall-list-32bit-condition, syscall-list-64bit-options)
47611         (syscall-list-64bit-condition): Define.
47613 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47615         * locale/iso-639.def: Add brx entry.
47617         [BZ #13328]
47618         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
47619         Proposed by Mariusz_Cukr <marcukr@op.pl>.
47621         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
47622         __feraiseexcept_renamed.
47624 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47626         [BZ #13538]
47627         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
47628         EPOLLET with unsigned values.
47629         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47630         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47632         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
47633         to large cancellation.
47634         * math/s_cacoshf.c: Likewise.
47635         * math/s_cacoshl.c: Likewise.
47637 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
47639         [BZ #13305]
47640         [BZ #12786]
47641         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
47642         * math/s_cacoshf.c: Likewise.
47643         * math/s_cacoshl.c: Likewise.
47645 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47647         [BZ #13439]
47648         * iconv/gconv.h: Define __GCONV_SWAP.
47649         * iconvdata/unicode.c: The swap bit must be stored in __flags.
47650         * iconvdata/utf-16.c: Likewise.
47651         * iconvdata/utf-32.c: Likewise.
47653 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
47655         [BZ #13524]
47656         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
47657         numerator after shifting it by one limb.
47659 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
47661         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
47662         under [__USE_EXTERN_INLINES].
47664 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47666         [BZ #13446]
47667         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
47669 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47671         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
47672         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
47673         optimized code.
47674         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
47675         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
47676         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
47677         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
47678         for strncasecmp/strncasecmp_l compilation.
47679         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
47680         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
47682 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
47684         [BZ #13484]
47685         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
47686         of __asm__.
47688 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47690         [BZ #13506]
47691         * time/tzfile.c (__tzfile_read): Check values from file header.
47693 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
47695         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
47696         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
47697         * powerpc/powerpc32/dl-start.S: Likewise.
47698         * powerpc/powerpc32/elf/start.S: Likewise.
47699         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
47700         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
47701         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
47702         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
47703         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
47704         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
47705         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
47706         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
47707         * powerpc/powerpc32/fpu/s_round.S: Likewise.
47708         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
47709         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
47710         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
47711         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
47712         * powerpc/powerpc32/memset.S: Likewise.
47713         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
47714         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
47715         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
47716         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
47717         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
47718         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
47719         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
47720         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
47721         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
47722         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
47723         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
47724         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
47725         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
47727 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47729         * math/libm-test.inc: Added more nearbyint tests.
47730         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
47731         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
47732         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
47733         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
47735 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
47737         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
47738         FD_CLOEXEC.
47740 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47742         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
47743         Add wcscpy-ssse3 wcscpy-c.
47744         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
47745         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
47746         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
47747         * sysdeps/x86_64/wcschr.S: New file.
47748         * sysdeps/x86_64/wcsrchr.S: New file.
47749         * string/test-strcmp.c: Remove checking of wcscmp function for
47750         wrong alignments.
47751         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
47752         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
47753         wcsrchr-sse2 wcsrchr-c.
47754         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
47755         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
47756         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
47757         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
47758         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
47759         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
47760         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
47761         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
47762         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
47763         * wcsmbc/wcschr.c (WCSCHR): New macro.
47765 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47767         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
47768         * wcsmbs/test-wcsrchr.c: New file.
47769         * string/test-strrchr.c: Add wcsrchr support.
47770         (WIDE): New macro.
47771         * wcsmbs/test-wcscpy.c: New file.
47772         * string/test-strcpy.c: Add wcscpy support.
47773         (WIDE): New macro.
47775 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
47777         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
47778         the inner loop.
47780 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
47782         [BZ #13472]
47783         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
47785 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
47787         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
47788         Minor optimizations.
47790         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
47791         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
47792         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
47794 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
47796         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
47797         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
47798         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
47799         for gcc to avoid warnings.
47800         * inet/Makefile (tests): Add tst-checks.
47801         * inet/tst-checks.c: New file.
47803         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
47804         warning.
47806         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
47807         __wmemcmp_sse2.
47809         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
47810         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
47812         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
47814 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
47816         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
47817         problem.
47819         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
47821 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
47823         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
47824         conditional on GCC version.
47825         (__arch_compare_and_exchange_val_8_acq)
47826         (__arch_compare_and_exchange_val_16_acq)
47827         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
47828         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
47829         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
47831 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
47833         * sysdeps/sh/backtrace.c: New file.
47835 2011-12-02  Andreas Schwab  <schwab@redhat.com>
47837         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
47838         parenthesis.
47840 2011-12-01  Andreas Schwab  <schwab@redhat.com>
47842         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
47843         falling back to utime.
47845 2011-11-30  Andreas Schwab  <schwab@redhat.com>
47847         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
47848         expectations for float.
47850 2011-11-29  Andreas Schwab  <schwab@redhat.com>
47852         * locale/weight.h (findidx): Add parameter len.
47853         * locale/weightwc.h (findidx): Likewise.
47854         * posix/fnmatch_loop.c (FCT): Adjust caller.
47855         * posix/regcomp.c (build_equiv_class): Likewise.
47856         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
47857         * posix/regexec.c (check_node_accept_bytes): Likewise.
47858         * string/strcoll_l.c (STRCOLL): Likewise.
47859         * string/strxfrm_l.c (STRXFRM): Likewise.
47861 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
47863         * Makefile.in: Remove CVSOPT handling.
47864         * configure.in: Remove use of AC_REVISION.
47865         * iconvdata/Makefile (distribute): No need to filter out CVS.
47866         * scripts/list-sources.sh: Remove CVS, subversion and monotone
47867         handling.
47869 2011-11-16  Andreas Schwab  <schwab@redhat.com>
47871         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
47872         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
47873         [USE_AS_STRNCASECMP_L]: Likewise.
47874         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
47875         NO_TLS_DIRECT_SEG_REFS.
47876         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
47877         Fix argument offsets for non-PIC.
47878         [USE_AS_STRNCASECMP_L]: Likewise.
47879         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
47880         NO_TLS_DIRECT_SEG_REFS.
47882 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
47884         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
47885         O_CLOEXEC.
47886         * locale/loadlocale.c (_nl_load_locale): Likewise.
47888 2011-11-15  Andreas Schwab  <schwab@redhat.com>
47890         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
47891         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
47892         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
47893         (SYSCALL_GETTIME): Set errno on error.
47895         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
47896         count references to noai6ai_cached.
47898 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
47900         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
47902         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
47903         FD_CLOEXEC for /proc/self/maps.
47905         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
47906         FD_CLOEXEC for /proc/meminfo.
47908         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
47909         gai.conf.
47911         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
47912         FD_CLOEXEC for given file.
47914         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
47916         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
47917         FD_CLOEXEC for /etc/hosts.
47918         (_gethtent): Likewise.
47920         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
47922         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
47923         cancellation and set FD_CLOEXEC for /etc/netgroup.
47925         * nss/nss_files/files-key.c (search): Don't allow cancellation when
47926         reading /etc/publickey.
47928         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
47929         allow cancellation when reading /etc/group.
47931         * nss/nss_files/files-alias.c (internal_setent): Don't allow
47932         cancellation.
47933         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
47935         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
47936         when using data file.
47938         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
47940         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
47941         (write_nis_obj): Use "c" and "e" in fopen.
47943         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
47945         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
47947         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
47949         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
47951         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
47952         locale.alias.
47954         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
47956         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
47958         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
47960         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
47961         file parsing and set FD_CLOEXEC.
47963 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
47965         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
47967 2011-11-14  Andreas Schwab  <schwab@redhat.com>
47969         * malloc/arena.c (arena_get2): Don't call reused_arena when
47970         _int_new_arena failed.
47972 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
47974         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
47975         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
47976         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
47977         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
47978         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
47979         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
47980         to compile strcasecmp and strncasecmp.
47981         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
47982         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
47984         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
47986 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
47988         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
47989         locale-defines.sym to gen-as-const-headers.
47990         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
47991         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
47992         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
47993         to compile strcasecmp and strncasecmp.
47994         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
47995         strcasecmp_l and strncasecmp_l.
47996         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
47997         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
47998         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
47999         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
48000         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
48001         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
48002         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
48003         * sysdeps/i386/i686/multiarch/strncase.S: New file.
48004         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
48005         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
48006         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
48008 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
48010         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
48011         result of SYSDEP_GETTIME_CPU to retval.
48012         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
48013         parameter list to macro.  Remove trailing semicolon.  Adjust users.
48015         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
48016         variable.
48018         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
48019         mantissa words.
48020         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
48022         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
48023         from unused variable.
48025         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
48026         DWARF definitions.
48027         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
48028         for assembling.
48030         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
48031         over namespaces.
48033         * sunrpc/rpc_prot.c (rejected): Fix case value.
48035         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
48036         unsigned long long int to avoid warnings in shift.
48038         * posix/regex_internal.c (re_string_reconstruct): Actually use result
48039         of use of trans.
48040         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
48041         variable tmp.
48043         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
48044         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
48045         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
48047         * nis/nis_table.c (nis_list): Use variable of correct type for
48048         result of __follow_path call.
48050 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48052         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
48053         of math functions ceil, trunc, floor, round, and sqrt, when
48054         avaliable on the platform.
48055         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
48056         name clash.
48057         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
48058         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
48059         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
48061 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
48063         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
48064         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
48066 2011-11-11  Roland McGrath  <roland@hack.frob.com>
48068         * include/unistd.h: Fix __readlink return type.
48069         Reported by Chris Metcalf <cmetcalf@tilera.com>.
48071 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
48073         * stdlib/ucontext.h: Undo last change for makecontext.
48075 2011-11-11  Andreas Schwab  <schwab@redhat.com>
48077         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
48079         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
48080         * setjmp/setjmp.h: Mark functions as non-leaf.
48081         * setjmp/bits/setjmp2.h: Likewise.
48082         * stdlib/ucontext.h: Likewise.
48084 2011-11-10  Andreas Schwab  <schwab@redhat.com>
48086         * malloc/arena.c (_int_new_arena): Don't increment narenas.
48087         (reused_arena): Don't check arena limit.
48088         (arena_get2): Atomically check arena limit.
48090 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
48092         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
48093         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
48095         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
48096         instructions.
48098 2011-11-07  Andreas Schwab  <schwab@redhat.com>
48100         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
48101         handler when locking.
48103         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
48104         Fix size of allocated buffer.
48106 2011-11-04  Andreas Schwab  <schwab@redhat.com>
48108         [BZ #10103]
48109         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
48110         declarations for long double functions.
48111         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
48113         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
48115 2011-11-03  Andreas Schwab  <schwab@redhat.com>
48117         * nscd/nscd.c (main): Don't start AVC thread until credentials are
48118         installed.
48120         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
48121         is disabled.
48123 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48125         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
48127 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
48129         * include/alloca.h (stackinfo_alloca_round): Define.
48130         (extend_alloca): Use it.
48131         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
48132         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
48133         here.
48135         * scripts/check-local-headers.sh: Ignore libaudit.h.
48137         * nscd/Makefile (extra-objs): Make recursively expanded.
48139 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
48141         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
48142         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
48144         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
48145         * posix/tst-rfc3484-2.c: Likewise.
48146         * posix/tst-rfc3484-3.c: Likewise.
48148         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
48149         process_vm_writev.
48150         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
48151         process_vm_writev.
48152         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
48153         process_vm_writev from libc using GLIBC_2.15 version.
48155         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
48157 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
48159         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
48160         stack usage.
48162 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
48164         [BZ #13367]
48165         * nss/getent.c (initgroups_keys): Show error message in case no group
48166         names are given.
48168         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
48169         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
48170         __bump_nl_timestamp.
48171         * nscd/connections (nscd_init): When host database is served open
48172         netlink socket and request notification about configuration changes.
48173         (main_loop_poll): Track netlink file descriptor and bump timestamp
48174         in case data becomes available.
48175         (main_loop_epoll): Likewise.
48176         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
48177         (database_pers_head): Add extra_data fileds.
48178         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
48179         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
48180         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
48181         Adjust caller.
48182         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
48183         in6ai data, call __free_in6ai.
48184         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
48185         Add -DHAVE_NETLINK.
48186         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
48187         interface information.  Reuse previous data if netlink timestamp
48188         is not changed.
48189         (__bump_nl_timestamp): New function.
48190         (__free_in6ai): New function.
48192 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
48194         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
48195         close_not_cancel_no_status here.
48196         (__check_pf): Reorganize code a bit to not call close twice if OOM.
48198 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
48200         [BZ #13276]
48201         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
48202         return value.
48204         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
48205         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
48206         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
48208 2011-07-03  Andreas Jaeger  <aj@suse.de>
48210         [BZ #10709]
48211         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
48212         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
48213         * math/libm-test.inc (sin_test): Add test case.
48215 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
48217         [BZ #13337]
48218         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
48219         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48221         * elf/chroot_canon.c (chroot_canon): Cleanups.
48223         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
48225         [BZ #13335]
48226         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
48227         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48229         * string/test-strchr.c: Make usable for strchrnul testing.
48230         * string/test-strchrnul.c: New file.
48231         * string/Makefile (strop-tests): Add strchrnul.
48233         * po/it.po: Update from translation team.
48234         * po/es.po: Likewise.
48236 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
48238         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
48239         the three constants needed as parameters.  Drop the others.
48240         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
48241         __m128i_strloadu_tolower.
48242         Create and initialize variable zero and use it in all the places
48243         where _mm_setzero_si128 was used.
48245         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
48246         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
48247         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
48248         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
48249         anymore.
48250         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
48251         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
48252         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
48253         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
48254         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
48255         __mpranred, __mptan.
48256         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
48257         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
48258         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
48259         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
48260         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
48261         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
48262         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
48263         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
48264         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
48266 2011-10-28  Andreas Schwab  <schwab@redhat.com>
48268         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
48269         redefine if SHARED.
48270         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
48272         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
48273         wide char related routines to wcsmbs subdir.
48275 2011-10-27  Andreas Schwab  <schwab@redhat.com>
48277         [BZ #13344]
48278         * misc/sys/cdefs.h (__THROWNL): Define.
48279         * posix/unistd.h: Use __THREADNL instead of __THREAD
48280         for memory synchronization functions.
48282 2011-10-26  Roland McGrath  <roland@hack.frob.com>
48284         [BZ #13349]
48285         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
48286         doesn't exist.
48287         * manual/stdio.texi (Obstack Streams): Node removed.
48289 2011-10-26  Andreas Schwab  <schwab@redhat.com>
48291         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
48292         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48293         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48295         * math/math_private.h (math_force_eval): Allow non-addressable
48296         arguments.
48297         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
48299 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48301         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
48302         file is not needed.
48304         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
48305         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
48306         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
48307         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
48308         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
48309         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
48310         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
48311         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
48312         Add AVX variants.
48313         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
48314         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
48315         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
48316         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
48317         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
48318         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
48319         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
48320         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
48321         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
48322         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
48323         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
48324         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
48325         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
48326         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
48327         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
48328         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
48329         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
48330         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
48331         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
48333         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
48334         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
48336         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
48337         place.  Use VEX encoding when compiling for AVX.
48339 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48341         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
48342         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
48344         * string/test-strchr.c (do_test): Don't generate NUL bytes.
48346 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48348         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
48349         useless if() expression.
48350         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48351         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
48352         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
48353         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48354         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
48355         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48356         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48357         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48358         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
48359         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48360         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48361         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48362         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
48363         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48364         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
48365         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48366         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48367         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48368         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
48370         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
48372 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48374         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
48375         condition.
48376         * elf/dl-fini.c (_dl_sort_fini): Likewise.
48378 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48380         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
48381         .text section.  Avoid duplicate constants.
48382         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
48383         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48384         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48385         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48386         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48387         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48388         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48389         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48390         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
48391         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
48392         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
48393         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
48394         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
48395         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
48396         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
48397         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
48398         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
48399         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
48400         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
48401         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48402         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
48403         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
48404         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
48405         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
48406         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
48407         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
48408         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
48409         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
48410         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
48411         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
48412         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
48413         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
48414         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
48415         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
48416         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
48417         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
48418         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
48419         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
48420         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
48421         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
48422         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
48423         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
48424         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
48425         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
48426         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
48428 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
48430         * sysdeps/x86_64/dla.h: Move to ...
48431         * sysdeps/x86_64/fpu/dla.h: ...here.
48432         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
48433         situations.  Use __builtin_fma only for gcc 4.6 and up.
48435         * config.make.in: Add have-mfma4 entry.
48436         * configure.in: Substitute libc_cv_cc_fma4.
48437         * math/Makefile (dbl-only-routines): Add sincostab.
48438         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
48439         Use __sincostab not sincos.
48440         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
48441         name is a macro.
48442         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48443         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48444         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48445         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
48446         using __copysign.
48447         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
48448         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
48449         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
48450         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
48451         and __inv.
48452         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
48453         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
48454         __copysign.
48455         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
48456         define aliases when function name is a macro.
48457         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
48458         sysdeps/ieee754/dbl-64/sincos.tbl.
48459         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
48460         fma4-enabled routines.
48461         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
48462         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
48463         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
48464         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
48465         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
48466         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
48467         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
48468         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
48469         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
48470         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
48471         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
48472         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
48473         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
48474         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
48475         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
48476         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
48477         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
48478         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
48479         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
48480         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
48481         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
48482         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
48483         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
48484         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
48485         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
48486         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
48487         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
48488         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
48489         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
48490         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
48492         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
48493         rename.
48494         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48495         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48496         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48497         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48498         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48499         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48500         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48501         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48503 2011-10-24  Andreas Schwab  <schwab@redhat.com>
48505         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
48507 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48509         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
48511         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
48512         prediction.
48513         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
48515         * string/strnlen.c: Don't define STRNLEN, reverse logic.
48516         Remove unused variable magic_bits.
48517         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
48519         * string/strnlen.c: Define and use STRNLEN macro.
48520         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
48521         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
48522         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
48523         * wcsmbs/wcslen.c: Define and use WCSLEN.
48524         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
48525         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
48526         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
48527         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
48528         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
48529         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
48530         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
48532 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48534         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48535         strnlen-sse2-no-bsf.
48536         Rename strlen-no-bsf to strlen-sse2-no-bsf.
48537         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
48538         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
48539         Add strnlen support.
48540         (USE_AS_STRNLEN): New macro.
48541         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
48542         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
48543         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
48544         * sysdeps/x86_64/wcslen.S: New file.
48546 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
48548         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
48549         XMM-moves are used for copying on small sizes.
48551 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48553         * wcsmbs/Makefile (strop-tests): Add wcschr.
48554         * wcsmbs/test-wcschr.c: New file.
48555         * string/test-strchr.c: Update.
48556         Add wcschr support.
48557         (WIDE): New macro.
48559 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48561         * wcsmbs/Makefile (strop-tests): Add wcslen.
48562         * wcsmbs/test-wcslen.c: New file.
48563         * string/test-strlen.c: Update.
48564         Add wcslen support.
48565         (WIDE): New macro.
48567 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48569         * po/it.po: Update from translation team.
48571 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48573         * sysdeps/x86_64/wcscmp.S: Update.
48574         Fix wrong comparison semantics.
48575         wcscmp shall use signed comparison not unsigned.
48576         Don't use substraction to avoid overflow bug.
48577         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
48578         * wcsmbc/wcscmp.c: Likewise.
48579         * string/test-strcmp.c: Likewise.
48580         Add new tests to check cases with negative values.
48582 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48584         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
48585         * sysdeps/x86_64/dla.h: ...here.  New file.
48586         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
48587         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48588         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48589         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48590         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48591         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48592         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48593         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48594         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48596 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
48598         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
48599         __ynl_finite aliases.
48601 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48603         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
48605         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
48606         define DLA_FMA.
48607         [DLA_FMA] (EMULV): Use DLA_FMA.
48608         [DLA_FMA] (MUL12): Use EMULV.
48609         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
48610         that are not needed.
48611         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48612         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48613         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48614         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48615         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48616         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48617         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48619 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
48621         * math/s_nan.c: Undef __nan.
48622         * math/s_nanf.c: Undef __nanf.
48623         * math/s_nanl.c: Undef __nanl.
48624         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
48625         "math_private.h".
48627 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48629         * math/s_catan.c: Add branch predictions.
48630         * math/s_catanf.c: Likewise.
48631         * math/s_catanh.c: Likewise.
48632         * math/s_catanhf.c: Likewise.
48633         * math/s_catanhl.c: Likewise.
48634         * math/s_catanl.c: Likewise.
48635         * math/s_cexp.c: Likewise.
48636         * math/s_cexpf.c: Likewise.
48637         * math/s_cexpl.c: Likewise.
48638         * math/s_clog.c: Likewise.
48639         * math/s_clog10.c: Likewise.
48640         * math/s_clog10f.c: Likewise.
48641         * math/s_clog10l.c: Likewise.
48642         * math/s_clogf.c: Likewise.
48643         * math/s_clogl.c: Likewise.
48644         * math/s_csqrt.c: Likewise.
48645         * math/s_csqrtf.c: Likewise.
48646         * math/s_csqrtl.c: Likewise.
48647         * math/s_ctanf.c: Likewise.
48648         * math/s_ctanh.c: Likewise.
48649         * math/s_ctanhf.c: Likewise.
48650         * math/s_ctanhl.c: Likewise.
48651         * math/s_ctanl.c: Likewise.
48653         * math/math_private.h: Define __nan, __nanf, __nanl.
48654         * math/s_cacosh.c: Include <math_private.h>.
48655         * math/s_cacoshl.c: Likewise.
48656         * math/s_casinh.c: Likewise.
48657         * math/s_casinhf.c: Likewise.
48658         * math/s_casinhl.c: Likewise.
48659         * math/s_ccos.c: Rely entire on ccosh.
48660         * math/s_ccosf.c: Rely entire on ccoshf.
48661         * math/s_ccosl.c: Rely entirely on ccoshl.
48662         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
48663         Remove tests for FE_INVALID.
48664         * math/s_ccoshf.c: Likewise.
48665         * math/s_ccoshl.c: Likewise.
48666         * math/s_csin.c: Likewise.
48667         * math/s_csinf.c: Likewise.
48668         * math/s_csinh.c Likewise.
48669         * math/s_csinhf.c: Likewise.
48670         * math/s_csinhl.c: Likewise.
48671         * math/s_csinl.c: Likewise.
48672         * math/s_ctan.c: Likewise.
48673         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
48674         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
48675         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
48677 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
48679         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
48680         compilation problems.
48682         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
48683         __builtin_expect.
48685 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
48687         * sysdeps/i386/configure.in: Test for -mfma4 option.
48688         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
48689         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
48690         COMMON_CPUID_INDEX_80000001.
48691         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
48692         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
48693         use it if FMA3 is not supported.
48694         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
48696         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
48697         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
48699 2011-10-20  Andreas Schwab  <schwab@redhat.com>
48701         [BZ #12892]
48702         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
48703         it would create a cycle with a link time dependency.
48705 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
48707         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
48708         instruction.
48709         * string/Makefile (strop-tests): Add rawmemchr.
48710         * string/test-rawmemchr.c: New file.
48712         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
48713         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
48714         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
48715         when compiling str{,n}casecmp and when AVX is available.  Hook up
48716         new optimized code in initializers.
48718 2011-10-19  Andreas Schwab  <schwab@redhat.com>
48720         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
48721         __feraiseexcept instead of feraiseexcept.
48723 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
48725         * math/math_private.h: Define defaults for libc_fetestexcept and
48726         libc_feupdateenv.
48727         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
48728         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
48729         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
48730         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
48731         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
48732         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
48733         libc_fetestexcept and libc_feupdateenv.
48735         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
48736         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
48737         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
48738         * sysdeps/x86_64/fpu/math_private.h: Define special version of
48739         libc_feholdexcept_setround.
48741         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
48742         Add s_nearbyint-c and s_nearbyintf-c.
48743         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
48744         nearbyintf inlines.
48745         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
48746         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
48747         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
48748         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
48750         * math/math_private.h: Define defaults for libc_fegetround,
48751         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
48752         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
48753         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
48754         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
48755         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
48756         standard functions.
48757         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
48758         Remove comments and hacks for old compiler versions.
48759         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
48760         libc_fegetround, libc_fesetround, libc_feholdexcept, and
48761         libc_feholdexceptl.
48763 2011-10-18  Andreas Schwab  <schwab@redhat.com>
48765         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
48766         (__feraiseexcept_renamed): Add __NTH.
48767         (feraiseexcept): Add __NTH.  Rename local variables to fix
48768         namespace violations.
48770 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
48772         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
48774         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
48776         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
48777         recently added interfaces.
48778         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
48780         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
48781         about macro parameter expansion.
48783         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
48784         __NO_MATH_INLINES is defined.  Cleanups.
48786         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
48787         and __floorf is target has SSE4.1.
48788         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
48789         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
48790         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
48791         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
48793         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
48794         name.
48795         (floorf): Likewise.
48797         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
48799 2011-10-17  Andreas Schwab  <schwab@redhat.com>
48801         * misc/sys/cdefs.h: Fix last change.
48803         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
48804         database lookup.
48806 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
48808         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
48810         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
48811         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48812         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
48813         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48814         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48815         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
48816         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48817         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48818         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
48819         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
48820         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
48821         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
48822         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
48823         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
48824         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
48825         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
48826         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
48827         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
48828         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
48829         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
48830         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
48831         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
48833         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
48834         ceil, ceilf, floor, floorf.
48836         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
48837         Perform IRELATIVE relocations last.
48839         * elf/do-rel.h: Add another parameter nrelative, replacing the
48840         local variable with the same name.  Change name of the function
48841         to end in Rel or Rela (uppercase).
48842         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
48843         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
48844         elf_dynamic_do_##reloc function.
48846 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
48848         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
48849         is sufficient, at least on modern CPUs.
48851         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
48853         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
48854         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
48856         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
48857         __expl_finite.
48858         * math/bits/math-finite.h: Add entries for exp.
48859         * math/e_expl.c: Add __*_finite alias.
48860         * sysdeps/i386/fpu/e_exp.S: Likewise.
48861         * sysdeps/i386/fpu/e_expf.S: Likewise.
48862         * sysdeps/i386/fpu/e_expl.c: Likewise.
48863         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48864         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
48865         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
48866         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
48867         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
48868         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
48869         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
48871         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
48872         is sufficient, at least on modern CPUs.
48874         * ctype/ctype-info.c (__ctype_init): Define.
48875         * include/ctype.h (__ctype_init): Declare.
48876         (__ctype_b_loc): The variable is always initialized.
48877         (__ctype_toupper_loc): Likewise.
48878         (__ctype_tolower_loc): Likewise.
48879         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
48880         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
48882 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
48884         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
48886         * configure.in: Also look in $cxxmachine/include for C++ system
48887         headers.
48889 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48891         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
48892         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
48893         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
48894         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
48895         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
48896         (USE_AS_WMEMCMP): New macro.
48897         Fixing indents.
48898         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
48899         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
48900         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
48901         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
48902         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48903         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
48904         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
48905         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
48906         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
48907         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
48908         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
48909         (USE_AS_WMEMCMP): New macro.
48910         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
48911         * sysdeps/string/test-memcmp.c: Update.
48912         Fix simple_wmemcmp.
48913         Add new tests.
48914         * wcsmbs/wmemcmp.c: Update.
48915         (WMEMCMP): New macro.
48916         Fix overflow bug.
48918 2011-10-12  Andreas Jaeger  <aj@suse.de>
48920         [BZ #13268]
48921         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
48923 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
48925         * libio/iofwide.c (do_length): Avoid warning.
48927         * ctype/ctype.h (__isctype_f): Add missing __THROW.
48929 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
48931         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
48933         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
48934         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
48935         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
48936         * sysdeps/i386/i686/fpu/e_log.S: New file.
48937         * sysdeps/i386/i686/fpu/e_logf.S: New file.
48938         * sysdeps/i386/i686/fpu/e_logl.S: New file.
48940         * ctype/ctype.h: Add support for inlined isXXX functions when
48941         compiling C++ code.
48943 2011-10-14  Andreas Schwab  <schwab@redhat.com>
48945         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
48947         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
48949 2011-10-13  Roland McGrath  <roland@hack.frob.com>
48951         [BZ #13291]
48952         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
48954 2011-10-13  Andreas Schwab  <schwab@redhat.com>
48956         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
48957         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
48958         feraiseexcept.
48960         * sysdeps/x86_64/memrchr.S: Check for zero size.
48962         * string/stratcliff.c: Add memrchr tests.
48964 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48966         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48967         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
48968         rawmemchr-sse2 rawmemchr-sse2-bsf.
48969         * sysdeps/i386/i686/multiarch/memchr.S: New file.
48970         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
48971         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
48972         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
48973         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
48974         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
48975         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
48976         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
48977         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
48978         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
48979         * string/memrchr.c (MEMRCHR): New macro.
48981 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
48983         Add integration with gcc's -ffinite-math-only and optimize wrapper
48984         functions in libm.
48985         * Versions.def: Define GLIBC_2.15 version for libm.
48986         * math/Makefile (headers): Add bits/math-finite.h.
48987         * math/bits/math-finite.h: New file.
48988         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
48989         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
48990         * math/e_acoshl.c: Add __*_finite alias.
48991         * math/e_acosl.c: Likewise.
48992         * math/e_asinl.c: Likewise.
48993         * math/e_atan2l.c: Likewise.
48994         * math/e_atanhl.c: Likewise.
48995         * math/e_coshl.c: Likewise.
48996         * math/e_exp10.c: Likewise.
48997         * math/e_exp10f.c: Likewise.
48998         * math/e_exp10l.c: Likewise.
48999         * math/e_exp2l.c: Likewise.
49000         * math/e_fmodl.c: Likewise.
49001         * math/e_gammal_r.c: Likewise.
49002         * math/e_hypotl.c: Likewise.
49003         * math/e_j0l.c: Likewise.
49004         * math/e_j1l.c: Likewise.
49005         * math/e_jnl.c: Likewise.
49006         * math/e_lgammal_r.c: Likewise.
49007         * math/e_log10l.c: Likewise.
49008         * math/e_log2l.c: Likewise.
49009         * math/e_logl.c: Likewise.
49010         * math/e_powl.c: Likewise.
49011         * math/e_sinhl.c: Likewise.
49012         * math/e_sqrtl.c: Likewise.
49013         * math/e_scalb.c: Completely rewritten and optimized.
49014         * math/e_scalbf.c: Likewise.
49015         * math/e_scalbl.c: Likewise.
49016         * math/w_acos.c: Likewise.
49017         * math/w_acosf.c: Likewise.
49018         * math/w_acosl.c: Likewise.
49019         * math/w_acosh.c: Likewise.
49020         * math/w_acoshf.c: Likewise.
49021         * math/w_acoshl.c: Likewise.
49022         * math/w_asin.c: Likewise.
49023         * math/w_asinf.c: Likewise.
49024         * math/w_asinl.c: Likewise.
49025         * math/w_atan2.c: Likewise.
49026         * math/w_atan2f.c: Likewise.
49027         * math/w_atan2l.c: Likewise.
49028         * math/w_atanh.c: Likewise.
49029         * math/w_atanhf.c: Likewise.
49030         * math/w_atanhl.c: Likewise.
49031         * math/w_exp10.c: Likewise.
49032         * math/w_exp10f.c: Likewise.
49033         * math/w_exp10l.c: Likewise.
49034         * math/w_fmod.c: Likewise.
49035         * math/w_fmodf.c: Likewise.
49036         * math/w_fmodl.c: Likewise.
49037         * math/w_j0.c: Likewise.
49038         * math/w_j0f.c: Likewise.
49039         * math/w_j0l.c: Likewise.
49040         * math/w_j1.c: Likewise.
49041         * math/w_j1f.c: Likewise.
49042         * math/w_j1l.c: Likewise.
49043         * math/w_jn.c: Likewise.
49044         * math/w_jnf.c: Likewise.
49045         * math/w_log.c: Likewise.
49046         * math/w_logf.c: Likewise.
49047         * math/w_logl.c: Likewise.
49048         * math/w_log10.c: Likewise.
49049         * math/w_log10f.c: Likewise.
49050         * math/w_log10l.c: Likewise.
49051         * math/w_log2.c: Likewise.
49052         * math/w_log2f.c: Likewise.
49053         * math/w_log2l.c: Likewise.
49054         * math/w_pow.c: Likewise.
49055         * math/w_powf.c: Likewise.
49056         * math/w_powl.c: Likewise.
49057         * math/w_remainder.c: Likewise.
49058         * math/w_remainderf.c: Likewise.
49059         * math/w_remainderl.c: Likewise.
49060         * math/w_scalb.c: Likewise.
49061         * math/w_scalbf.c: Likewise.
49062         * math/w_scalbl.c: Likewise.
49063         * math/w_sqrt.c: Likewise.
49064         * math/w_sqrtf.c: Likewise.
49065         * math/w_sqrtl.c: Likewise.
49066         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
49067         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
49068         used.
49069         * math/math_private.h: Declare __kernel_standard_f.
49070         * math/w_cosh.c: Remove cruft and optimize a bit.
49071         * math/w_coshf.c: Likewise.
49072         * math/w_coshl.c: Likewise.
49073         * math/w_exp2.c: Likewise.
49074         * math/w_exp2f.c: Likewise.
49075         * math/w_exp2l.c: Likewise.
49076         * math/w_hypot.c: Likewise.
49077         * math/w_hypotf.c: Likewise.
49078         * math/w_hypotl.c: Likewise.
49079         * math/w_lgamma.c: Likewise.
49080         * math/w_lgamma_r.c: Likewise.
49081         * math/w_lgammaf.c: Likewise.
49082         * math/w_lgammaf_r.c: Likewise.
49083         * math/w_lgammal.c: Likewise.
49084         * math/w_lgammal_r.c: Likewise.
49085         * math/w_sinh.c: Likewise.
49086         * math/w_sinhf.c: Likewise.
49087         * math/w_sinhl.c: Likewise.
49088         * math/w_tgamma.c: Likewise.
49089         * math/w_tgammaf.c: Likewise.
49090         * math/w_tgammal.c: Likewise.
49091         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
49092         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
49093         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
49094         Minor optimizations.  Pretty printing.  Remove cruft.
49095         * sysdeps/i386/fpu/e_acosf.S: Likewise.
49096         * sysdeps/i386/fpu/e_acosh.S: Likewise.
49097         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
49098         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
49099         * sysdeps/i386/fpu/e_acosl.c: Likewise.
49100         * sysdeps/i386/fpu/e_asin.S: Likewise.
49101         * sysdeps/i386/fpu/e_asinf.S: Likewise.
49102         * sysdeps/i386/fpu/e_atan2.S: Likewise.
49103         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
49104         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
49105         * sysdeps/i386/fpu/e_atanh.S: Likewise.
49106         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
49107         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
49108         * sysdeps/i386/fpu/e_exp10.S: Likewise.
49109         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
49110         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
49111         * sysdeps/i386/fpu/e_exp2.S: Likewise.
49112         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
49113         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
49114         * sysdeps/i386/fpu/e_fmod.S: Likewise.
49115         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
49116         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
49117         * sysdeps/i386/fpu/e_hypot.S: Likewise.
49118         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
49119         * sysdeps/i386/fpu/e_log.S: Likewise.
49120         * sysdeps/i386/fpu/e_log10.S: Likewise.
49121         * sysdeps/i386/fpu/e_log10f.S: Likewise.
49122         * sysdeps/i386/fpu/e_log10l.S: Likewise.
49123         * sysdeps/i386/fpu/e_log2.S: Likewise.
49124         * sysdeps/i386/fpu/e_log2f.S: Likewise.
49125         * sysdeps/i386/fpu/e_log2l.S: Likewise.
49126         * sysdeps/i386/fpu/e_logf.S: Likewise.
49127         * sysdeps/i386/fpu/e_logl.S: Likewise.
49128         * sysdeps/i386/fpu/e_pow.S: Likewise.
49129         * sysdeps/i386/fpu/e_powf.S: Likewise.
49130         * sysdeps/i386/fpu/e_powl.S: Likewise.
49131         * sysdeps/i386/fpu/e_remainder.S: Likewise.
49132         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
49133         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
49134         * sysdeps/i386/fpu/e_scalb.S: Likewise.
49135         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
49136         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
49137         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
49138         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
49139         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
49140         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
49141         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
49142         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
49143         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
49144         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
49145         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
49146         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
49147         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
49148         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
49149         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
49150         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
49151         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
49152         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
49153         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
49154         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
49155         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
49156         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
49157         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
49158         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
49159         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
49160         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
49161         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
49162         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
49163         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
49164         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
49165         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
49166         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
49167         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
49168         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
49169         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
49170         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
49171         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
49172         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49173         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
49174         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
49175         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
49176         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
49177         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
49178         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
49179         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
49180         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
49181         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
49182         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
49183         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
49184         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
49185         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
49186         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
49187         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
49188         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
49189         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
49190         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
49191         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
49192         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
49193         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
49194         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
49195         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
49196         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
49197         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
49198         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
49199         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
49200         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
49201         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
49202         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
49203         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
49204         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
49205         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
49206         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
49207         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
49208         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
49209         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
49210         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
49211         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
49212         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
49213         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
49214         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
49215         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
49216         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
49217         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
49218         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
49219         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
49220         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
49221         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
49222         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
49223         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
49224         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
49225         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
49226         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49227         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
49228         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
49229         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
49230         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
49231         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
49232         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
49233         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
49234         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
49235         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
49236         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
49237         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
49238         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
49239         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
49240         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
49241         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
49242         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
49243         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
49244         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
49245         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
49246         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
49247         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
49248         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
49249         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
49250         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
49251         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
49252         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
49253         (__isnanf): Likewise.
49254         (__isinf_ns): Likewise.
49255         (__isinf_nsf): Likewise.
49256         (__finite): Likewise.
49257         (__finitef): Likewise.
49258         (__ieee754_sqrt): Define as macro.
49259         (__ieee754_sqrtf): Define as macro.
49260         (__ieee754_sqrtl): Define as macro.
49261         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
49262         inlined copy.
49263         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
49264         __FINITE_MATH_ONLY__ consistent.
49265         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
49267 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
49269         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
49270         of rawmemchr.
49272         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
49274 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
49276         * po/ja.po: Update from translation team.
49278 2011-10-08  Roland McGrath  <roland@hack.frob.com>
49280         * locale/programs/locarchive.c (prepare_address_space): New function.
49281         (create_archive, enlarge_archive, open_archive): Use it.
49283         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
49284         inside [SHARED], where it is used.
49286         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
49288         * nss/getent.c (netgroup_keys): Remove unused variable.
49289         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
49291 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
49293         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
49294         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
49295         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
49296         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
49297         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
49298         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
49299         * math/Makefile (libm-calls): Add s_isinf_ns.
49300         * math/divtc3.c: Use __isinf_nsl instead of isinf.
49301         * math/multc3.c: Likewise.
49302         * math/s_casin.c: Likewise.
49303         * math/s_casinf.c: Likewise.
49304         * math/s_casinl.c: Likewise.
49305         * math/s_ccos.c: Likewise.
49306         * math/s_ccosf.c: Likewise.
49307         * math/s_ccosl.c: Likewise.
49308         * math/s_ctan.c: Likewise.
49309         * math/s_ctanf.c: Likewise.
49310         * math/s_ctanh.c: Likewise.
49311         * math/s_ctanhf.c: Likewise.
49312         * math/s_ctanhl.c: Likewise.
49313         * math/s_ctanl.c: Likewise.
49314         * math/w_fmod.c: Likewise.
49315         * math/w_fmodf.c: Likewise.
49316         * math/w_fmodl.c: Likewise.
49317         * math/w_remainder.c: Likewise.
49318         * math/w_remainderf.c: Likewise.
49319         * math/w_remainderl.c: Likewise.
49320         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
49321         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
49322         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
49323         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
49324         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
49325         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
49326         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
49327         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
49329         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
49330         of the number.
49331         * stdio-common/printf_fphex.c: Likewise.
49332         * stdio-common/printf_size.c: Likewise.
49334         * math/e_exp10.c: Include math_private.h using <...> not "...".
49335         * math/e_exp10f.c: Likewise.
49336         * math/e_exp10l.c: Likewise.
49337         * math/e_exp2l.c: Likewise.
49338         * math/e_j0l.c: Likewise.
49339         * math/e_j1l.c: Likewise.
49340         * math/e_jnl.c: Likewise.
49341         * math/e_lgammal_r.c: Likewise.
49342         * math/e_rem_pio2l.c: Likewise.
49343         * math/e_scalb.c: Likewise.
49344         * math/e_scalbf.c: Likewise.
49345         * math/e_scalbl.c: Likewise.
49346         * math/k_cosl.c: Likewise.
49347         * math/k_sinl.c: Likewise.
49348         * math/k_tanl.c: Likewise.
49349         * math/s_cacoshf.c: Likewise.
49350         * math/s_catan.c: Likewise.
49351         * math/s_catanf.c: Likewise.
49352         * math/s_catanh.c: Likewise.
49353         * math/s_catanhf.c: Likewise.
49354         * math/s_catanhl.c: Likewise.
49355         * math/s_catanl.c: Likewise.
49356         * math/s_ccosh.c: Likewise.
49357         * math/s_ccoshf.c: Likewise.
49358         * math/s_ccoshl.c: Likewise.
49359         * math/s_cexp.c: Likewise.
49360         * math/s_cexpf.c: Likewise.
49361         * math/s_cexpl.c: Likewise.
49362         * math/s_clog.c: Likewise.
49363         * math/s_clog10.c: Likewise.
49364         * math/s_clog10f.c: Likewise.
49365         * math/s_clog10l.c: Likewise.
49366         * math/s_clogf.c: Likewise.
49367         * math/s_clogl.c: Likewise.
49368         * math/s_csin.c: Likewise.
49369         * math/s_csinf.c: Likewise.
49370         * math/s_csinh.c: Likewise.
49371         * math/s_csinhf.c: Likewise.
49372         * math/s_csinhl.c: Likewise.
49373         * math/s_csinl.c: Likewise.
49374         * math/s_csqrt.c: Likewise.
49375         * math/s_csqrtf.c: Likewise.
49376         * math/s_csqrtl.c: Likewise.
49377         * math/s_ctan.c: Likewise.
49378         * math/s_ctanf.c: Likewise.
49379         * math/s_ctanh.c: Likewise.
49380         * math/s_ctanhf.c: Likewise.
49381         * math/s_ctanhl.c: Likewise.
49382         * math/s_ctanl.c: Likewise.
49383         * math/s_ldexp.c: Likewise.
49384         * math/s_ldexpf.c: Likewise.
49385         * math/s_ldexpl.c: Likewise.
49386         * math/s_significand.c: Likewise.
49387         * math/s_significandf.c: Likewise.
49388         * math/s_significandl.c: Likewise.
49389         * math/w_acos.c: Likewise.
49390         * math/w_acosf.c: Likewise.
49391         * math/w_acosh.c: Likewise.
49392         * math/w_acoshf.c: Likewise.
49393         * math/w_acoshl.c: Likewise.
49394         * math/w_acosl.c: Likewise.
49395         * math/w_asin.c: Likewise.
49396         * math/w_asinf.c: Likewise.
49397         * math/w_asinl.c: Likewise.
49398         * math/w_atan2.c: Likewise.
49399         * math/w_atan2f.c: Likewise.
49400         * math/w_atan2l.c: Likewise.
49401         * math/w_atanh.c: Likewise.
49402         * math/w_atanhf.c: Likewise.
49403         * math/w_atanhl.c: Likewise.
49404         * math/w_cosh.c: Likewise.
49405         * math/w_coshf.c: Likewise.
49406         * math/w_coshl.c: Likewise.
49407         * math/w_dremf.c: Likewise.
49408         * math/w_exp10.c: Likewise.
49409         * math/w_exp10f.c: Likewise.
49410         * math/w_exp10l.c: Likewise.
49411         * math/w_exp2.c: Likewise.
49412         * math/w_exp2f.c: Likewise.
49413         * math/w_fmod.c: Likewise.
49414         * math/w_fmodf.c: Likewise.
49415         * math/w_fmodl.c: Likewise.
49416         * math/w_hypot.c: Likewise.
49417         * math/w_hypotf.c: Likewise.
49418         * math/w_hypotl.c: Likewise.
49419         * math/w_j0.c: Likewise.
49420         * math/w_j0f.c: Likewise.
49421         * math/w_j0l.c: Likewise.
49422         * math/w_j1.c: Likewise.
49423         * math/w_j1f.c: Likewise.
49424         * math/w_j1l.c: Likewise.
49425         * math/w_jn.c: Likewise.
49426         * math/w_jnf.c: Likewise.
49427         * math/w_jnl.c: Likewise.
49428         * math/w_lgamma.c: Likewise.
49429         * math/w_lgamma_r.c: Likewise.
49430         * math/w_lgammaf.c: Likewise.
49431         * math/w_lgammaf_r.c: Likewise.
49432         * math/w_lgammal.c: Likewise.
49433         * math/w_lgammal_r.c: Likewise.
49434         * math/w_log.c: Likewise.
49435         * math/w_log10.c: Likewise.
49436         * math/w_log10f.c: Likewise.
49437         * math/w_log10l.c: Likewise.
49438         * math/w_log2.c: Likewise.
49439         * math/w_log2f.c: Likewise.
49440         * math/w_log2l.c: Likewise.
49441         * math/w_logf.c: Likewise.
49442         * math/w_logl.c: Likewise.
49443         * math/w_pow.c: Likewise.
49444         * math/w_powf.c: Likewise.
49445         * math/w_powl.c: Likewise.
49446         * math/w_remainder.c: Likewise.
49447         * math/w_remainderf.c: Likewise.
49448         * math/w_remainderl.c: Likewise.
49449         * math/w_scalb.c: Likewise.
49450         * math/w_scalbf.c: Likewise.
49451         * math/w_scalbl.c: Likewise.
49452         * math/w_sinh.c: Likewise.
49453         * math/w_sinhf.c: Likewise.
49454         * math/w_sinhl.c: Likewise.
49455         * math/w_sqrt.c: Likewise.
49456         * math/w_sqrtf.c: Likewise.
49457         * math/w_sqrtl.c: Likewise.
49458         * math/w_tgamma.c: Likewise.
49459         * math/w_tgammaf.c: Likewise.
49460         * math/w_tgammal.c: Likewise.
49462         * po/ja.po: Update from translation team.
49464 2011-09-29  Andreas Jaeger  <aj@suse.de>
49466         [BZ #13179]
49467         * sunrpc/netname.c (netname2host): Fix logic.
49469         [BZ #6779]
49470         [BZ #6783]
49471         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
49472         correctly.
49473         * math/w_remainder.c (__remainder): Likewise.
49474         * math/w_remainderf.c (__remainderf): Likewise.
49475         * math/libm-test.inc (remainder_test): Add test cases.
49477 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49479         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
49480         sdiv_qrnnd.
49482 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49484         * string/test-memcmp.c: Avoid unncessary #defines.
49485         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
49487 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49489         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
49490         Use new sse2 version for core i3 - i7 as it's faster
49491         than sse42 version.
49492         (bit_Prefer_PMINUB_for_stringop): New.
49493         * sysdeps/x86_64/rawmemchr.S: Update.
49494         Replace with faster SSE2 version.
49495         * sysdeps/x86_64/memrchr.S: New file.
49496         * sysdeps/x86_64/memchr.S: Update.
49497         Replace with faster SSE2 version.
49499 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
49501         * elf/dl-load.c (lose): Add cast to avoid warning.
49503 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49505         * po/ca.po: Update from translation team.
49507         * inet/getnetgrent_r.c: Hook up nscd.
49508         * nscd/Makefile (routines): Add nscd_netgroup.
49509         (nscd-modules): Add netgroupcache.
49510         (CFLAGS-netgroupcache.c): Define.
49511         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
49512         (cache_search): Add const to second parameter.
49513         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
49514         INNETGR.
49515         (dbs): Add netgrdb entry.
49516         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
49517         (verify_persistent_db): Handle netgrdb.
49518         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
49519         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
49520         GETFDNETGR.
49521         (netgroup_response_header): Define.
49522         (innetgroup_response_header): Define.
49523         (datahead): Add netgroup_response_header and innetgroup_response_header
49524         elements.
49525         * nscd/nscd.conf: Add entries for netgroup cache.
49526         * nscd/nscd.h (dbtype): Add netgrdb.
49527         (_PATH_NSCD_NETGROUP_DB): Define.
49528         (netgroup_iov_disabled): Declare.
49529         (xmalloc, xcalloc, xrealloc): Move declarations here.
49530         (cache_search): Adjust prototype.
49531         Add netgroup-related prototypes.
49532         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
49533         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
49534         (__nscd_innetgr): Declare.
49535         * nscd/selinux.c (perms): Use access_vector_t as element type and
49536         add netgroup-related initializers.
49537         * nscd/netgroupcache.c: New file.
49538         * nscd/nscd_netgroup.c: New file.
49539         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
49540         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
49541         For four parameters use innetgr.
49542         * nss/nss_files/files-init.c: Add definition and callback for netgr.
49543         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
49544         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
49545         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
49547         * nscd/connections.c (register_traced_file): Don't register file
49548         for disabled databases.
49550 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
49552         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
49554         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
49555         from tree and freeing node.
49557 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
49559         * nss/nsswitch.c (__nss_database_lookup): Handle
49560         nss_parse_service_list out of memory case.
49562 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
49564         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
49565         out of memory case.
49567 2011-10-04  Andreas Schwab  <schwab@redhat.com>
49569         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
49570         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
49571         pass it down.
49572         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
49573         elf_machine_rela, elf_machine_lazy_rel.
49574         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
49575         (ELF_DYNAMIC_DO_REL): Likewise.
49576         (ELF_DYNAMIC_DO_RELA): Likewise.
49577         (ELF_DYNAMIC_RELOCATE): Likewise.
49578         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
49579         to ELF_DYNAMIC_DO_REL.
49580         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
49581         (dl_main): In trace mode always set __RTLD_NOIFUNC.
49582         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
49583         elf_machine_rela.
49584         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
49585         skip_ifunc, don't call ifunc function if non-zero.
49586         (elf_machine_rela): Likewise.
49587         (elf_machine_lazy_rel): Likewise.
49588         (elf_machine_lazy_rela): Likewise.
49589         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
49590         (elf_machine_lazy_rel): Likewise.
49591         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
49592         Likewise.
49593         (elf_machine_lazy_rel): Likewise.
49594         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49595         Likewise.
49596         (elf_machine_lazy_rel): Likewise.
49597         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
49598         (elf_machine_lazy_rel): Likewise.
49599         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
49600         (elf_machine_lazy_rel): Likewise.
49601         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
49602         (elf_machine_lazy_rel): Likewise.
49603         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
49604         (elf_machine_lazy_rel): Likewise.
49605         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
49606         (elf_machine_lazy_rel): Likewise.
49607         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
49608         (elf_machine_lazy_rel): Likewise.
49610 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
49612         * nss/nss_files/files-init.c (_nss_files_init): Use static
49613         initialization for all the *_traced_file variables.
49615 2011-09-28  Andreas Schwab  <schwab@redhat.com>
49617         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49619 2011-09-27  Roland McGrath  <roland@hack.frob.com>
49621         [BZ #13226]
49622         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
49624 2011-09-27  Andreas Schwab  <schwab@redhat.com>
49626         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
49627         Reread the line before reparsing it.
49629 2011-09-26  Andreas Schwab  <schwab@redhat.com>
49631         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
49633 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
49634             Maxim Kuvyrkov  <maxim@codesourcery.com>
49635             Joseph Myers  <joseph@codesourcery.com>
49637         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
49638         if needed for __stack_chk_guard.
49640 2011-09-19  Roland McGrath  <roland@hack.frob.com>
49642         * sysdeps/posix/spawni.c (script_execute): Always define it.
49643         It will be optimized away if unused.
49644         (maybe_script_execute): New function.
49645         (__spawni): Call it.
49647         * Makerules: Don't include tls.make.
49648         (config-tls): Always set to thread.
49649         * tls.make.c: File removed.
49651 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
49653         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
49654         * config.make.in (CPPFLAGS-config): New substituted variable.
49656 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49658         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
49660         [BZ #13192]
49661         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
49662         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
49664 2011-09-15  Roland McGrath  <roland@hack.frob.com>
49666         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
49667         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
49668         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
49669         (CALL_FAIL): Likewise.
49670         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
49671         (CALL_FAIL): Macro removed.
49672         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
49674 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49676         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
49677         for __FINITE_MATH_ONLY__ == 1.
49679 2011-09-15  Andreas Schwab  <schwab@redhat.com>
49681         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
49682         __ieee754_sqrt instead of sqrt.
49683         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
49684         __ieee754_sqrtf instead of sqrtf.
49685         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
49686         __floorf instead of floorf.
49687         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
49688         __floorf, __truncf instead of floorf, truncf.
49690 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
49692         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
49694         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
49695         __extern_always_inline.
49696         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
49697         32-bit.
49699 2011-09-14  Andreas Schwab  <schwab@redhat.com>
49701         * elf/rtld.c (dl_main): Also relocate in dependency order when
49702         doing symbol dependency testing.
49704 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
49706         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49707         Always define `refsym'.
49709 2011-09-13  Andreas Schwab  <schwab@redhat.com>
49711         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
49712         (__FD_ELT): Renamed from __FDELT.
49713         * misc/bits/select2.h (__FD_ELT): Likewise.
49714         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
49715         __FD_MASK instead of __FDELT, __FDMASK.
49716         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
49717         Likewise.
49718         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
49719         Likewise.
49721         * elf/Makefile (gen-ldd): Fix pattern.
49723         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
49724         (init_tls): Likewise.
49726 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
49728         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
49730 2011-09-12  Andreas Schwab  <schwab@redhat.com>
49732         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
49733         `struct cmsghdr *' instead of `void *'.
49734         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
49735         Likewise.
49737 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
49739         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
49740         if non-absolute.
49741         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
49742         ldd_rewrite_script.
49744 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
49746         * configure.in: Remove --with-tls option.
49747         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
49748         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
49749         out in case it is missing.
49750         * sysdeps/ia64/elf/configure.in: Likewise.
49751         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
49752         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
49753         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
49754         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
49755         * sysdeps/sh/elf/configure.in: Likewise.
49756         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
49757         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
49758         * sysdeps/x86_64/elf/configure.in: Likewise.
49759         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
49760         * sysdeps/mach/hurd/tls.h: Likewise.
49762         [BZ #13067]
49763         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
49765         [BZ #13090]
49766         * configure.in: Fix use of AC_INIT.
49768         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
49770 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
49772         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
49773         __set_errno.
49774         * malloc/hooks.c: Likewise.
49776         [BZ #11929]
49777         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
49778         variables statically.
49779         (narenas): Initialize.
49780         (list_lock): Initialize.
49781         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
49782         initializtion of main_arena and list_lock.  Small cleanups.
49783         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
49784         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
49785         Add initializers to main_arena and mp_.
49786         (malloc_state): Remove pagesize member.  Change all users to use
49787         GLRO(dl_pagesize).
49789         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
49790         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
49791         is always initialized.
49793         * malloc/malloc.c: Removed unused configurations and dead code.
49794         * malloc/arena.c: Likewise.
49795         * malloc/hooks.c: Likewise.
49796         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
49798         * include/tls.h: Removed.  USE___THREAD must always be defined.
49799         * bits/libc-tsd.h: Don't handle !USE___THREAD.
49800         * elf/dl-libc.c: Likewise.
49801         * elf/dl-tsd.c: Likewise.
49802         * include/errno.h: Likewise.
49803         * include/netdb.h: Likewise.
49804         * include/resolv.h: Likewise.
49805         * inet/herrno-loc.c: Likewise.
49806         * inet/herrno.c: Likewise.
49807         * malloc/arena.c: Likewise.
49808         * malloc/hooks.c: Likewise.
49809         * malloc/malloc.c: Likewise.
49810         * resolv/res-state.c: Likewise.
49811         * resolv/res_libc.c: Likewise.
49812         * sysdeps/i386/dl-machine.h: Likewise.
49813         * sysdeps/ia64/dl-machine.h: Likewise.
49814         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
49815         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
49816         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
49817         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
49818         * sysdeps/sh/dl-machine.h: Likewise.
49819         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
49820         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
49821         * sysdeps/unix/i386/sysdep.S: Likewise.
49822         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
49823         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
49824         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
49825         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
49826         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
49827         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
49828         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
49829         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
49830         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
49831         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
49832         * sysdeps/unix/x86_64/sysdep.S: Likewise.
49833         * sysdeps/x86_64/dl-machine.h: Likewise.
49834         * tls.make.c: Likewise.
49836         * configure.in: Remove --with-__thread option.  Make tests for
49837         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
49838         tls_model attribute fail if no support is available.  Remove
49839         USE_IN_LIBIO.
49840         * Makeconfig: Adjust for dropped configure option.  All features are
49841         now mandatory.
49842         * Makerules: Likewise.
49843         * Versions.def: Likewise.
49844         * argp/argp-fmtstream.c: Likewise.
49845         * argp/argp-fmtstream.h: Likewise.
49846         * argp/argp-help.c: Likewise.
49847         * assert/assert.c: Likewise.
49848         * config.h.in: Likewise.
49849         * config.make.in: Likewise.
49850         * configure: Likewise.
49851         * configure.in: Likewise.
49852         * csu/Versions: Likewise.
49853         * csu/init.c: Likewise.
49854         * elf/tst-audit2.c: Likewise.
49855         * elf/tst-tls10.c: Likewise.
49856         * elf/tst-tls10.h: Likewise.
49857         * elf/tst-tls11.c: Likewise.
49858         * elf/tst-tls12.c: Likewise.
49859         * elf/tst-tls14.c: Likewise.
49860         * elf/tst-tlsmod11.c: Likewise.
49861         * elf/tst-tlsmod12.c: Likewise.
49862         * elf/tst-tlsmod13.c: Likewise.
49863         * elf/tst-tlsmod13a.c: Likewise.
49864         * elf/tst-tlsmod14a.c: Likewise.
49865         * elf/tst-tlsmod15b.c: Likewise.
49866         * elf/tst-tlsmod16a.c: Likewise.
49867         * elf/tst-tlsmod16b.c: Likewise.
49868         * elf/tst-tlsmod7.c: Likewise.
49869         * elf/tst-tlsmod8.c: Likewise.
49870         * elf/tst-tlsmod9.c: Likewise.
49871         * gmon/gmon.c: Likewise.
49872         * grp/fgetgrent_r.c: Likewise.
49873         * grp/putgrent.c: Likewise.
49874         * hurd/fopenport.c: Likewise.
49875         * include/libc-symbols.h: Likewise.
49876         * include/tls.h: Likewise.
49877         * intl/gettextP.h: Likewise.
49878         * intl/loadinfo.h: Likewise.
49879         * locale/global-locale.c: Likewise.
49880         * locale/localeinfo.h: Likewise.
49881         * mach/devstream.c: Likewise.
49882         * malloc/arena.c: Likewise.
49883         * malloc/set-freeres.c: Likewise.
49884         * misc/err.c: Likewise.
49885         * misc/getttyent.c: Likewise.
49886         * misc/mntent_r.c: Likewise.
49887         * posix/getopt.c: Likewise.
49888         * posix/wordexp.c: Likewise.
49889         * pwd/fgetpwent_r.c: Likewise.
49890         * resolv/Versions: Likewise.
49891         * resolv/res_hconf.c: Likewise.
49892         * shadow/fgetspent_r.c: Likewise.
49893         * shadow/putspent.c: Likewise.
49894         * stdio-common/printf_fphex.c: Likewise.
49895         * stdio-common/tmpfile.c: Likewise.
49896         * stdlib/abort.c: Likewise.
49897         * stdlib/fmtmsg.c: Likewise.
49898         * sunrpc/auth_unix.c: Likewise.
49899         * sunrpc/clnt_perr.c: Likewise.
49900         * sunrpc/clnt_tcp.c: Likewise.
49901         * sunrpc/clnt_udp.c: Likewise.
49902         * sunrpc/clnt_unix.c: Likewise.
49903         * sunrpc/openchild.c: Likewise.
49904         * sunrpc/svc_simple.c: Likewise.
49905         * sunrpc/svc_tcp.c: Likewise.
49906         * sunrpc/svc_udp.c: Likewise.
49907         * sunrpc/svc_unix.c: Likewise.
49908         * sunrpc/xdr.c: Likewise.
49909         * sunrpc/xdr_array.c: Likewise.
49910         * sunrpc/xdr_rec.c: Likewise.
49911         * sunrpc/xdr_ref.c: Likewise.
49912         * sunrpc/xdr_stdio.c: Likewise.
49914 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
49916         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49918 2011-07-03  Andreas Jaeger  <aj@suse.de>
49920         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
49921         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
49922         regenerate with gen-libm-tests.pl.
49924 2010-05-12  Petr Baudis  <pasky@suse.cz>
49926         [BZ #11589]
49927         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
49928         around j0() zero points by switching to j1().
49929         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49930         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
49931         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
49932         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49934 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
49936         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
49937         instead of 0.
49938         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
49939         instead of 0.
49940         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49941         Patch in part by Pavel Roskin <proski@gnu.org>.
49943         [BZ #13138]
49944         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
49945         realloc.
49946         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
49947         Free memory block if necessary.
49949         [BZ #12847]
49950         * libio/genops.c (INTDEF): For string streams the _lock pointer can
49951         be NULL.  Don't lock in this case.
49953 2011-09-09  Roland McGrath  <roland@hack.frob.com>
49955         * elf/elf.h (ELFOSABI_GNU): New macro.
49956         (ELFOSABI_LINUX): Define to that.
49958 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
49960         * string/strncat.c (strncat): Undef the symbol in case it has been
49961         defined in bits/string.h.
49963 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
49965         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
49967         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
49968         link map.
49970 2011-08-17  Andreas Jaeger  <aj@suse.de>
49972         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
49974 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
49975             Ian Lance Taylor  <iant@google.com>
49977         * math/libm-test.inc (lround_test): New testcase.
49978         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
49980 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
49982         * Makefile: Remove support for automatic cvs check-ins.
49983         * Makerules: Likewise.
49984         * config.make.in: Likewise.
49985         * configure.in: Likewise.
49986         * intl/Makefile: Likewise.
49987         * locale/Makefile: Likewise.
49988         * po/Makefile: Likewise.
49989         * posix/Makefile: Likewise.
49990         * sysdeps/gnu/Makefile: Likewise.
49991         * sysdeps/mach/hurd/Makefile: Likewise.
49992         * sysdeps/sparc/sparc32/Makefile: Likewise.
49994         [BZ #13118]
49995         * posix/Makefile (bug-regex32-ENV): Define.
49996         Patch by John Stanley <jpsinthemix@verizon.net>.
49998         * misc/Makefile (headers): Add bits/select2.h.
49999         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
50000         * misc/bits/select2.h: New file.
50001         * include/bits/select2.h: New file.
50002         * debug/Makefile (routines): Add fdelt_chk.
50003         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
50004         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
50005         FD_ISSET.
50006         * debug/fdelt_chk.c: New file.
50008         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
50009         * wcsmbs/test-wmemcmp.c: Likewise.
50010         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
50011         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
50013 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50015         * string/Makefile (strop-tests): Add memcmp.
50016         * string/test-wmemcmp.c: New file.
50017         * string/test-memcmp.c: Add wmemcmp support.
50019 2011-09-08  Roland McGrath  <roland@hack.frob.com>
50021         [BZ #13153]
50022         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
50023         2011-07-19 change.
50025         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
50026         garbage value in a __mach_port_mod_refs call in the cases of the
50027         task-self and thread-self ports.
50029 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50031         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
50033 2011-09-08  Andreas Schwab  <schwab@redhat.com>
50035         * elf/dl-load.c (lose): Check for non-null L.
50037 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
50039         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
50041         * elf/dl-libc.c (dlerror_run): Pass back error code from
50042         dl_catch_error.
50044         [BZ #13123]
50045         * elf/dl-load.c (lose): Free l_origin if it is valid.
50047         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
50048         names.
50049         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
50050         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
50051         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50052         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
50053         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
50054         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
50056 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50058         * sysdeps/powerpc/fpu/e_hypot.c: New file.
50059         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
50060         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
50061         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
50062         * sysdeps/powerpc/fpu/k_cosf.c: New file.
50063         * sysdeps/powerpc/fpu/k_sinf.c: New file.
50064         * sysdeps/powerpc/fpu/s_cosf.c: New file.
50065         * sysdeps/powerpc/fpu/s_sinf.c: New file.
50066         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
50067         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
50069 2011-08-15  Alan Modra  <amodra@gmail.com>
50071         [BZ #13092]
50072         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
50073         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
50074         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
50075         ppc_mcount to static-only-routines.
50076         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
50077         __mcount_internal.
50078         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
50079         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
50081 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
50083         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
50084         for finite and infinity parameters.
50086 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
50088         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
50089         and add nop instructions for throughput optimization.
50090         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
50092 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
50094         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
50095         aligned copy for power7 with vector-scalar instructions.
50096         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
50098 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
50100         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
50101         AVX check.
50103 2011-09-07  Andreas Schwab  <schwab@redhat.com>
50105         [BZ #13144]
50106         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
50107         last change.
50109 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
50111         * sysdeps/unix/sysv/linux/x86_64/init-first.c
50112         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
50113         syscall wrapper around clock_gettime in __vdso_clock_gettime.
50114         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
50115         clock_gettime.
50117 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
50119         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
50120         Forgot to demangle the pointer.
50122         * sysdeps/i386/sysdep.h: Define atom_text_section.
50123         * sysdeps/x86_64/sysdep.h: Likewise.
50124         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
50125         section with atom_text_section.
50126         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
50127         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
50128         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
50129         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
50130         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
50132         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
50133         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
50134         already be defined.  Change to take two parameters and don't assign
50135         result to variable.  Adjust all users.
50136         Define INTERNAL_GETTIME if not already defined.
50137         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
50138         call.
50139         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
50140         HAVE_CLOCK_GETTIME_VSYSCALL.
50141         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
50143         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
50144         gettimeofday vsyscall, just use time.
50146 2011-09-06  Andreas Schwab  <schwab@redhat.com>
50148         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
50149         <errno.h>.
50151 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
50153         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
50154         syscall on x86-64.
50155         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
50156         syscall.
50157         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
50158         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
50159         syscall if possible.
50161 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50163         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
50164         e_ident.  Don't pass to find_mapsXX.
50165         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
50167 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50169         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50170         strchr-sse2-no-bsf strrchr-sse2-no-bsf
50171         * sysdeps/x86_64/multiarch/strchr.S: Update.
50172         Check bit_slow_BSF bit.
50173         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
50174         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
50175         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
50177 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50179         [BZ #13134]
50180         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
50181         before glibc 2.15.
50182         (tryshell): Define.
50183         (__spawni): Change last parameter to be flag.  Test
50184         SPAWN_XFLAGS_USE_PATH flag to use path or not.
50185         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
50186         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
50187         * posix/spawni.c: Likewise.
50188         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
50189         * posix/spawnp.c: Likewise.  Change normal version to use
50190         SPAWN_XFLAGS_USE_PATH.
50191         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
50192         SPAWN_XFLAGS_TRY_SHELL.
50194         [BZ #13150]
50195         * posix/glob.h: Remove gcc 1.x support.
50197         [BZ #13068]
50198         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
50200 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50202         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50203         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
50204         strrchr-sse2-bsf
50205         * sysdeps/i386/i686/multiarch/strchr.S: New file.
50206         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
50207         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
50208         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
50209         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
50210         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
50212 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50214         * sysdeps/x86_64/wcscmp.S: New file.
50216         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
50217         wcscmp-c wcscmp-sse2
50218         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
50219         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
50220         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
50221         * wcsmbs/wcscmp.c: Allow renaming.
50223 2011-09-05  David S. Miller  <davem@davemloft.net>
50225         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
50226         stack slot, rather than the struct return pointer slot.
50227         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
50228         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
50229         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
50230         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
50232 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50234         * po/ja.po: Update from translation team.
50236         [BZ #13144]
50237         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
50238         kernel in 64-bit binaries.
50240 2011-09-01  David S. Miller  <davem@davemloft.net>
50242         * elf/elf.h (HWCAP_SPARC_*): Move to..
50243         * sysdeps/sparc/sysdep.h: this new file and add new values.
50244         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
50245         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
50246         _DL_HWCAP_COUNT to 24.
50247         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
50248         entries.
50249         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
50250         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
50251         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
50252         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
50253         instead of magic constants.
50254         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
50256 2011-08-31  David S. Miller  <davem@davemloft.net>
50258         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
50259         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
50260         Reimplement to do errno handling inline.
50261         (SYSCALL_ERROR_HANDLER): New macro.
50262         (__SYSCALL_STRING): Do not do errno handling in asm.
50263         (__CLONE_SYSCALL_STRING): Delete.
50264         (__INTERNAL_SYSCALL_STRING): Delete.
50265         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
50266         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
50267         (PSEUDO): Reimplement to do errno handling inline.
50268         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
50269         (SYSCALL_ERROR_HANDLER): New macro.
50270         (__SYSCALL_STRING): Do not do errno handling in asm.
50271         (__CLONE_SYSCALL_STRING): Delete.
50272         (__INTERNAL_SYSCALL_STRING): Delete.
50273         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
50274         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
50275         i386.
50276         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
50277         (inline_syscall*): Add 'err' argument.
50278         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
50279         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
50280         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
50281         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
50283         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
50284         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
50286 2011-08-30  Andreas Schwab  <schwab@redhat.com>
50288         * elf/rtld.c (dl_main): Relocate objects in dependency order.
50290 2011-08-29  Jiri Olsa <jolsa@redhat.com>
50292         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
50293         directive.
50295 2011-08-24  David S. Miller  <davem@davemloft.net>
50297         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
50299 2011-08-24  Andreas Schwab  <schwab@redhat.com>
50301         * elf/Makefile: Add rules to build and run unload8 test.
50302         * elf/unload8.c: New file.
50303         * elf/unload8mod1.c: New file.
50304         * elf/unload8mod1x.c: New file.
50305         * elf/unload8mod2.c: New file.
50306         * elf/unload8mod3.c: New file.
50308         * elf/dl-close.c (_dl_close_worker): Reset private search list if
50309         it wasn't used.
50311 2011-08-23  David S. Miller  <davem@davemloft.net>
50313         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
50314         subtract stack bias.
50315         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
50316         %sp not %fp in calculations.
50317         (_JMPBUF_UNWINDS_ADJ): Likewise.
50319         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
50320         (aio_suspend): Call it to force an exception region around the
50321         AIO_MISC_WAIT() invocation.
50323 2011-08-23  Andreas Schwab  <schwab@redhat.com>
50325         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
50326         backslash.
50328 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
50330         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
50331         protection macro.
50332         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
50333         and <dl-machine.h>.
50334         (Elf64_FuncDesc): Remove.
50336 2011-08-22  David S. Miller  <davem@davemloft.net>
50338         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
50339         sigaltstack check, add missing cfi directives.
50340         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
50341         missing cfi directives, and sigaltstack handling.
50343 2011-08-16  Andreas Schwab  <schwab@redhat.com>
50345         [BZ #11724]
50346         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
50347         object is seen twice.
50348         * elf/dl-fini.c (_dl_sort_fini): Likewise.
50350         * elf/Makefile (distribute): Add tst-initorder2.c.
50351         (tests): Add tst-initorder2.
50352         (modules-names): Add tst-initorder2a tst-initorder2b
50353         tst-initorder2c tst-initorder2d.  Add rules to build them.
50354         ($(objpfx)tst-initorder2.out): New rule.
50355         * elf/tst-initorder2.c: New file.
50356         * elf/tst-initorder2.exp: New file.
50358 2011-08-22  Andreas Schwab  <schwab@redhat.com>
50360         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
50362         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
50363         dependencies back to end of function.
50365         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
50366         $(elfobjdir)/ld.so.
50368 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
50370         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
50371         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
50372         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
50373         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
50374         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
50375         of __vdso_gettimeofday.
50376         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
50377         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
50378         attribute_hidden.
50379         (_libc_vdso_platform_setup): Remove initialization of
50380         __vdso_gettimeofday and __vdso_time.
50382 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50384         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
50385         and fgetc_unlocked.
50386         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
50387         getc_unlocked.
50389         * elf/dl-open.c (add_to_global): Report additions to the global scope
50390         for LD_DEBUG=scopes.
50391         (dl_open_worker): Also print scope of newly loaded dependencies.
50392         (_dl_show_scope): Indicate if there is no scope.
50394         [BZ #13114]
50395         * stdio-common/Makefile (tests): Add bug24.
50396         * stdio-common/bug24.c: New file.
50398 2011-08-19  Andreas Jaeger  <aj@suse.de>
50400         [BZ #13114]
50401         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
50402         non-existant file when using close-on-exec mode.
50404 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50406         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
50407         the very first instruction.
50409         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
50410         the CFI state in the end.
50411         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
50412         inclusion of dl-trampoline.h.
50413         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
50415 2011-08-19  Andreas Schwab  <schwab@redhat.com>
50417         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
50418         expectations for long double.
50420         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
50421         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
50423 2011-08-14  David S. Miller  <davem@davemloft.net>
50425         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
50426         artificual limit depends upon the system page size.
50428 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50430         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
50431         * resolv/Makefile: Define CFLAGS-libresolv.
50433 2011-08-17  Andreas Schwab  <schwab@redhat.com>
50435         * nss/makedb.c (compute_tables): Make variables used in nested
50436         function static.
50438 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50440         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
50441         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
50442         if buffer was too small.
50444         * elf/pldd.c (main): Attach to all threads in the process.
50445         Rewrite /proc handling to use *at functions.
50447 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
50449         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
50450         specifies first scope to show.
50451         (dl_open_worker): Update callers.  Move printing scope of new
50452         object to before the relocation.
50453         * elf/rtld.c (dl_main): Update _dl_show_scope call.
50454         * sysdeps/generic/ldsodefs.h: Update declaration.
50456         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
50457         string for the scope number.
50459 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
50461         * nscd/servicescache.c (cache_addserv): Make sure written is always
50462         initialized.
50464 2011-08-14  Roland McGrath  <roland@hack.frob.com>
50466         * sysdeps/i386/i486/bits/atomic.h
50467         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
50468         statement expression, so as to suppress "set but not used" warning.
50469         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
50471         * string/strncat.c (STRNCAT): Use prototype definition.
50473         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
50474         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
50475         -Iprograms here.
50476         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
50477         (localedef-modules): Add localedef.
50478         (locale-modules): Add locale.
50480         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
50481         * elf/rtld.c (dl_main): Invert order of assignment in last change,
50482         to avoid a warning.
50484 2011-08-14  David S. Miller  <davem@davemloft.net>
50486         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
50487         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
50489 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
50491         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
50492         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
50493         * elf/rtld.c (dl_main): Set l_name of vDSO.
50494         Call _dl_show_scope when DL_DEBUG_SCOPES.
50495         (process_dl_debug): Recognize scopes flag and also set it for all.
50496         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
50497         Declare _dl_show_scope.
50499         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
50500         (do_dlopen): Pass caller_dlopen to dl_open.
50501         (__libc_dlopen_mode): Initialize caller_dlopen.
50503         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
50504         of libc.  Make tolower call locale-independent.  Optimize a bit by
50505         using isdigit instead of isalnum.
50506         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
50508 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
50510         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
50511         was a dependency or dynamically loaded.
50513 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
50515         * intl/l10nflist.c: Allow architecture-specific pop function.
50516         * sysdeps/x86_64/l10nflist.c: New file.
50518         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
50519         classification.
50521 2011-08-10  Andreas Schwab  <schwab@redhat.com>
50523         * include/dirent.h: Add libc_hidden_proto for scandirat and
50524         scandirat64.  Don't declare __scandirat64.
50525         * dirent/scandirat.c: Add libc_hidden_def.
50526         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
50527         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
50529 2011-08-10  David S. Miller  <davem@davemloft.net>
50531         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
50532         enum.
50533         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50534         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50535         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50537 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
50539         * Versions.def [libc]: Add GLIBC_2.15.
50540         * dirent/Makefile (routines): Add scandirat and scandirat64.
50541         * dirent/Versions [libc]: Export scandirat and scandirat64 for
50542         GLIBC_2.15.
50543         * dirent/dirent.h: Declare scandirat and scandirat64.
50544         * dirent/scandirat.c: New file.
50545         * dirent/scandirat64.c: New file.
50546         * sysdeps/wordsize-64/scandirat.c: New file.
50547         * sysdeps/wordsize-64/scandirat64.c: New file.
50548         * dirent/opendir.c: Define opendirat.
50549         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
50550         using scandirat.
50551         * dirent/scandir64.c: Adjust for scandir.c change.
50552         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
50553         __scandirat64, and __scandir_cancel_handler.
50554         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
50555         additional parameter and use openat instead of open (outside of ld.so).
50556         Add new __opendir as wrapper around __opendirat.
50557         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
50558         here without requiring old scandirat implementation.
50560 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
50562         * dirent/scandir.c (cancel_handler): Renamed to
50563         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
50564         defined.  Adjust users.
50565         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
50566         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
50568 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
50570         * string/test-string.h (IMPL): Use __STRING to expand name and then
50571         stringify it.
50573         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
50574         of cleanups.
50576 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50578         * string/Makefile: Update.
50579         (strop-tests): Append strncat.
50580         * string/test-wcscmp.c: New file.
50581         New comprehensive test for wcscmp.
50582         * string/test-strcmp.c: Update.
50583         (WIDE): New define.
50585 2011-07-22  Andreas Schwab  <schwab@redhat.com>
50587         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
50588         line.
50590 2011-07-26  Andreas Schwab  <schwab@redhat.com>
50592         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
50593         encoding to ACE if AI_IDN.
50595 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
50597         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
50598         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
50600 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50602         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
50603         Fix overflow bug in strncat.
50604         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
50606         * string/test-strncat.c: Update.
50607         Add new tests for checking overflow bugs.
50609 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50611         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50612         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
50613         * sysdeps/i386/i686/multiarch/strcat.S: New file.
50614         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
50615         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
50616         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
50617         * sysdeps/i386/i686/multiarch/strncat.S: New file.
50618         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
50619         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
50621         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
50622         (USE_AS_STRCAT): Define.
50623         Add strcat and strncat support.
50624         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50626 2011-07-25  Andreas Schwab  <schwab@redhat.com>
50628         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
50629         __n bigger than INT_MAX+1.
50630         (__strncmp_g): Likewise.
50632 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
50634         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
50635         * libio/stido.h: Likewise.
50637         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
50638         (AF_NFC): Define.
50639         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
50640         (AF_NFC): Define.
50642         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
50643         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50644         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50645         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
50646         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50648         [BZ #13021]
50649         * scripts/test-installation.pl: Don't expect libnss_test1 to be
50650         installed.
50652         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
50653         typo.
50654         (_dl_x86_64_save_sse): Likewise.
50656 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
50658         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
50659         OSXSAVE.
50660         (_dl_x86_64_save_sse): Likewise.
50662         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
50664         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
50666 2011-07-21  Andreas Schwab  <schwab@redhat.com>
50668         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
50669         change.
50670         (_dl_x86_64_save_sse): Use correct AVX check.
50672 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50674         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
50675         bug in strncpy/strncat.
50676         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
50678 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
50680         * string/tester.c (test_strcat): Add tests for different alignments
50681         of source and destination.
50682         (test_strncat): Likewise.
50684 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50686         [BZ #12852]
50687         * posix/glob.c (glob): Check passed in values before using them in
50688         expressions to avoid some overflows.
50689         (glob_in_dir): Likewise.
50691         [BZ #13007]
50692         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
50693         check for AVX enablement so that we don't crash with old kernels and
50694         new hardware.
50695         * elf/tst-audit4.c: Add same checks here.
50696         * elf/tst-audit6.c: Likewise.
50698         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
50700 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
50702         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
50704 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50706         * po/cs.po: Update from translation team.
50707         * po/bg.po: Likewise.
50709 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
50711         * misc/sys/cdefs.h: Add support for const attribute.
50712         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
50713         to gnu_dev_{major,minor,makedev} functions.
50715 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
50717         * intl/dcigettext.c (get_output_charset): Add missing bracket.
50719 2011-07-20  Andreas Schwab  <schwab@redhat.com>
50721         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
50722         strlen results.
50724 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
50726         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
50727         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
50728         register in order to avoid conflicts with the soft frame pointer
50729         being held in r11 when necessary.
50730         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
50731         (INTERNAL_VSYSCALL_NCS): Likewise.
50733 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
50735         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
50736         * elf/dl-fini.c (_dl_fini): Adjust caller.
50737         * elf/dl-close.c (_dl_close_worker): Likewise.
50738         * sysdeps/generic/ldsodefs.h: Adjust declaration.
50740 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
50742         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
50743         "aux_cache->nlibs < 0".
50745         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
50746         in the reload-count case.
50748 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50750         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50751         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
50752         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
50753         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
50754         * sysdeps/x86_64/multiarch/strcat.S: New file.
50755         * sysdeps/x86_64/multiarch/strncat.S: New file.
50756         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
50757         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
50758         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
50759         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
50760         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
50761         (USE_AS_STRCAT): Define.
50762         Add strcat and strncat support.
50763         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
50764         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
50765         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
50766         * string/strncat.c: Update.
50767         (USE_AS_STRNCAT): Define.
50768         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50769         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
50770         and i7.
50771         * sysdeps/x86_64/multiarch/init-arch.h
50772         (bit_Prefer_PMINUB_for_stringop): New.
50773         (index_Prefer_PMINUB_for_stringop): Likewise.
50774         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
50775         bit_Prefer_PMINUB_for_stringop.
50777 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
50779         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
50780         buffer64.
50781         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
50782         of casting of buffer.
50783         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
50784         buffer32 and buffer64.
50785         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
50786         writes instead of casting of buffer.
50787         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
50788         buffer32.
50789         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
50790         casting of buffer.
50792 2011-07-19  Andreas Schwab  <schwab@redhat.com>
50794         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
50796 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
50798         * nscd/nscd.c (termination_handler): Don't do anything for a database
50799         if it has not yet been initialized.
50801 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
50803         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
50805 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
50807         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
50809 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
50811         * po/nl.po: Update from translation team.
50812         * po/sv.po: Likewise.
50814 2011-07-16  Roland McGrath  <roland@hack.frob.com>
50816         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
50817         now disallowed by GCC.
50819         * configure.in (use-default-link): Default to yes if a test -shared
50820         link meets our qualifications.
50821         * configure: Regenerated.
50823         * config.make.in (output-format): New variable.
50824         * configure.in: Check for ld --print-output-format support.
50825         * configure: Regenerated.
50826         * Makerules ($(common-objpfx)format.lds)
50827         [$(output-format) != unknown]: Just use $(output-format),
50828         instead of the linker-script munging.
50830 2011-07-14  Roland McGrath  <roland@hack.frob.com>
50832         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
50833         of $(common-objpfx)shlib.lds.
50834         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
50836         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
50837         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
50839         * configure.in (-z relro check): Adjust test code to add a large
50840         writable data section after it.
50841         * configure: Regenerated.
50843 2011-07-11  Roland McGrath  <roland@hack.frob.com>
50845         * configure.in (-z relro check): Fix test code to make the variable
50846         truly const.
50847         * configure: Regenerated.
50849 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
50851         * nscd/nscd.h (struct traced_file): Define.
50852         (struct database_dyn): Remove inotify_descr, reset_res, and filename
50853         elements.  Add traced_files.
50854         (inotify_fd): Declare.
50855         (register_traced_file): Declare.
50856         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
50857         (inotify_fd): Export.
50858         (resolv_conf_descr): Remove.
50859         (nscd_init): Move inotify descriptor creation to main.
50860         Don't register files for notification here.
50861         (register_traced_file): New function.
50862         (invalidate_cache): Don't use reset_res to determine whether to call
50863         res_init, go through the list of registered files.
50864         (main_loop_poll): The inotify descriptors are now stored in the
50865         structures for the traced files.
50866         (main_loop_epoll): Likewise
50867         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
50868         to __nss_disable_nscd.
50869         * nscd/cache.c (prune_cache): There is no single inotify descriptor
50870         for a database anymore.  Check the records for all the registered
50871         files instead.
50872         * nss/Makefile (libnss_files-routines): Add files-init.
50873         (libnss_db-routines): Add db-init.
50874         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
50875         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
50876         * nss/nss_db/db-init.c: New file.
50877         * nss/nss_files/files-init.c: New file.
50878         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
50879         __nss_lookup_function.
50880         (__nss_lookup_function): Call nss_load_library.
50881         (nss_load_all_libraries): New function.
50882         (__nss_disable_nscd): Take parameter with callback function for files
50883         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
50884         used for the cached services.
50885         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
50886         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
50887         options for features to all the files in nscd.
50889         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
50891 2011-07-10  Roland McGrath  <roland@hack.frob.com>
50893         * csu/elf-init.c (__libc_csu_init): Comment typo.
50895 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
50897         * po/pl.po: Update from translation team.
50898         * po/ja.po: Likewise.
50899         * po/ru.po: Likewise.
50900         * po/ko.po: Likewise.
50901         * po/fr.po: Likewise.
50903 2011-07-09  Roland McGrath  <roland@hack.frob.com>
50905         * configure.in (.ctors/.dtors header and trailer check):
50906         Use an empirical test on a built program.
50907         * configure: Regenerated.
50909         * configure.in (-z relro check): Use an empirical test on a built DSO.
50910         Detect, but do not require, on ia64.
50911         * configure: Regenerated.
50913         * configure.in (READELF): Find it with AC_CHECK_TOOL.
50914         Update tests that use readelf to use $READELF instead.
50915         * configure: Regenerated.
50917 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
50919         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
50920         if the result is not used.
50922 2011-07-05  Andreas Jaeger  <aj@suse.de>
50924         [BZ#9696]
50925         * stdlib/tst-strtod.c: Add testcase.
50927 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
50929         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
50930         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
50931         The latter has a higher limit.  Take additional parameter to pass to
50932         the new function.
50933         (__pathconf): Pass file to __statfs_link_max.
50934         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
50935         __statfs_link_max.
50936         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
50937         __statfs_link_max.
50939         [BZ #12868]
50940         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
50941         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
50942         Handle Lustre.
50943         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
50944         (__statfs_filesize_max): Likewise.
50945         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
50947 2011-07-05  Andreas Jaeger  <aj@suse.de>
50949         * resolv/res_comp.c (dn_skipname): Remove unused variable.
50951 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
50953         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
50954         `status' variable.
50955         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
50956         Likewise.
50958 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
50960         * Makefile (strop-tests): Add strncat.
50961         * string/test-strncat.c: New file.
50963 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
50965         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
50967 2011-06-21  Andreas Jaeger  <aj@suse.de>
50969         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
50970         Copy rule from iconvdata/Makefile.
50972 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
50974         [BZ #12922]
50975         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
50976         but no long options are defined, just return 'W'.
50978 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
50980         [BZ #9696]
50981         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
50983 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
50985         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
50986         netgroups to read.
50987         (innetgr): Likewise.
50989 2011-07-05  Roland McGrath  <roland@hack.frob.com>
50991         * config.make.in (install_root): Default to $(DESTDIR).
50993 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
50995         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
50997 2011-07-02  Roland McGrath  <roland@hack.frob.com>
50999         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
51001         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
51002         containing directory rather than embedding absolute directory names.
51004         * scripts/check-local-headers.sh: Rewritten using awk.
51005         Match by word, not by line.  Print error messages for matches.
51006         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
51008         * Makerules [shlib-lds-flags empty]:
51009         ($(common-objpfx)libc_pic.opts): New target.
51010         ($(common-objpfx)libc_pic.os.clean): New target.
51011         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
51013         * config.make.in (OBJCOPY): New variable.
51014         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
51015         * configure: Regenerated.
51017         * config.make.in (use-default-link): New variable.
51018         * configure.in (use_default_link): Grok --with-default-link to set it.
51019         * configure: Regenerated.
51020         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
51021         (shlib-lds, shlib-lds-flags): Define to empty.
51023         * Makerules (shlib-lds): New variable.
51024         (shlib-lds-flags): New variable.
51025         (build-shlib, build-moduile, build-module-asneeded): Use it.
51026         ($(common-objpfx)libc.so): Use $(shlib-lds).
51027         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
51028         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
51030         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
51031         DT_FLAGS/DT_FLAGS_1 with zero flags.
51033         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
51034         linker script munging.
51036 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
51038         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
51039         as 128-bit value.
51040         * crypt/sha512.c (sha512_process_block): Perform total addition using
51041         128-bit if possible.
51042         (__sha512_finish_ctx): Likewise.
51043         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
51044         as 64-bit value.
51045         * crypt/sha256.c (SWAP64): Define.
51046         (sha256_process_block): Perform total addition using 64-bit if
51047         possible.
51048         (__sha256_finish_ctx): Likewise.
51050 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
51052         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
51053         * nscd/initgrcache.c (addinitgroupsX): Likewise.
51054         * nscd/hstcache.c (cache_addhst): Likewise.
51055         * nscd/grpcache.c (cache_addgr): Likewise.
51056         * nscd/aicache.c (addhstaiX): Likewise
51057         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
51059 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
51061         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
51062         * nscd/initgrcache.c (addinitgroupsX): Likewise.
51063         * nscd/hstcache.c (cache_addhst): Likewise.
51064         * nscd/grpcache.c (cache_addgr): Likewise.
51065         * nscd/aicache.c (addhstaiX): Likewise
51067 2011-07-01  Andreas Schwab  <schwab@redhat.com>
51069         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
51070         domain only when needed.
51072 2011-06-30  Andreas Schwab  <schwab@redhat.com>
51074         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
51075         is always restored.
51077 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
51079         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
51080         are re-adding the entry.
51081         * nscd/servicescache.c (cache_addserv): Likewise.
51083 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
51085         * sysdeps/generic/dl-irel.h: fix protection against multiple
51086         inclusions.
51087         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
51089 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
51091         [BZ #12935]
51092         * malloc/memusage.sh: Fix quoting in message.
51093         * debug/xtrace.sh: Likewise.
51095         * configure.in: Remove support for --experimental-malloc option, make
51096         it the default.
51097         * config.make.in: Likewise.
51098         * malloc/Makefile: Likewise.
51100 2011-06-27  Andreas Schwab  <schwab@redhat.com>
51102         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
51103         two-byte characters.
51105 2011-06-27  Roland McGrath  <roland@hack.frob.com>
51107         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
51108         AC_CACHE_CHECK invocation.
51109         * configure: Regenerated.
51111         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
51113 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
51115         [BZ #12350]
51116         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
51117         bit from old_res_options.
51119         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
51121         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
51122         value type for setfct.
51124 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
51126         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51127         __gettimeofday instead of gettimeofday.
51129 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
51131         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
51133 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
51135         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
51137         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
51138         info.
51140 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
51142         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51143         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51144         strcpy-sse2-unaligned strncpy-sse2-unaligned
51145         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
51146         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
51147         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
51148         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
51149         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
51150         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
51151         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
51152         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
51153         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
51154         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
51155         (STRCPY): Support SSE2 and SSSE3 versions.
51157 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
51159         [BZ #12874]
51160         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
51161         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
51162         kernels which artificially limit size of requests.
51164 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
51166         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51167         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51168         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
51169         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
51170         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
51171         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
51172         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
51173         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
51174         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
51175         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
51176         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
51177         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
51178         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
51179         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
51180         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
51181         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51182         Enable unaligned load optimization for Intel Core i3, i5 and i7
51183         processors.
51184         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
51185         Define.
51186         (index_Fast_Unaligned_Load): Define.
51187         (HAS_FAST_UNALIGNED_LOAD): Define.
51189 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
51191         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
51193 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
51195         [BZ #12907]
51196         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
51197         until it is clear that the information is realy needed.
51198         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
51200 2011-06-22  Andreas Schwab  <schwab@redhat.com>
51202         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
51204 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
51206         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51207         /sys/devices/system/cpu/online if it is usable.
51209         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
51210         reading the information from the /proc filesystem to once a second.
51212 2011-06-21  Andreas Jaeger  <aj@suse.de>
51214         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
51215         NULL after inclusion of kernel headers.
51217 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
51219         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
51220         calls to internal_setent.
51222         [BZ #12885]
51223         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
51224         addresses using gethostbyname4_r ignore IPv4 addresses.
51226         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
51227         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
51229         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
51231 2011-06-20  David S. Miller  <davem@davemloft.net>
51233         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
51234         inclusions.
51235         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
51237         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
51238         (elf_irel): Use it.
51239         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
51240         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
51241         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
51242         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
51243         * sysdeps/x86_64/dl-irel.h: Likewise.
51245         * elf/dl-runtime.c: Use elf_ifunc_invoke.
51246         * elf/dl-sym.c: Likewise.
51248 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
51250         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
51251         need to dereference resplen2.
51253 2011-06-14  Andreas Schwab  <schwab@redhat.com>
51255         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
51257 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
51259         * Makeconfig: Define vardbdir and inst_vardbdir.
51260         * nss/Makefile: Add rules to install db-Makefile.
51262         * nss/nss_db/db-XXX.c: Cleanup.
51264         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
51265         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
51266         GLIBC_PRIVATE.
51267         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
51268         * nss/makedb.c: Implement -g option to specify that value strings
51269         are generated and should not be added to table iterated over for
51270         get*ent calls.
51271         * nss/nss_db/db-initgroups.c: New file.
51273         * nss/getent.c: Add support for initgroups lookups through getgrouplist
51274         interface.
51276         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
51277         (internal_getgrouplist): Adjust to name change.
51278         Update use_initgroups_entry if this is not the first call.
51279         * nss/databases.def: Add initgroups entry.
51281         * nss/makedb.c (compute_tables): Check result of multiple hash table
51282         sizes to minimize maximum chain length.
51284 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
51286         * Versions.def: Add entry for libnss_db.
51287         * shlib-versions: Likewise.
51288         * nss/Makefile: Add rules to build libnss_db.
51289         * nss/Versions: Add libnss_db information.  Organize libnss_files
51290         entries better.
51291         * nss/db-Makefile: Add gshadow support.  Change rules for the new
51292         makedb progra.  Some minor improvements to generate smaller files.
51293         * nss/nss_db/nss_db.h: Move NSS database header data structures to
51294         here from...
51295         * nss/makedb.c: ...here.
51296         Improve database format to be smaller and require less memory at
51297         runtime.
51298         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
51299         db anymore.
51300         * nss/nss_db/db-netgrp.c: Likewise.
51301         * nss/nss_db/db-open.c: Likewise.
51302         * nss/nss_files/flies-XXX.x: Adjust comments.
51303         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
51304         * nss/nss_files/files-grp.c: Likewise.
51305         * nss/nss_files/files-hosts.c: Likewise.
51306         * nss/nss_files/files-network.c: Likewise.
51307         * nss/nss_files/files-proto.c: Likewise.
51308         * nss/nss_files/files-pwd.c: Likewise.
51309         * nss/nss_files/files-rpc.c: Likewise.
51310         * nss/nss_files/files-service.c: Likewise.
51311         * nss/nss_files/files-sgrp.c: Likewise.
51312         * nss/nss_files/files-spwd.c: Likewise.
51313         * nss/nss_db/db-alias.c: Removed.
51314         * nss/nss_db/dummy-db.h: Removed.
51316 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
51318         * nss/makedb.c: Rewritten to not use database library.
51319         * nss/Makefile: Update to build new makedb program.
51321 2011-06-14  Andreas Jaeger  <aj@suse.de>
51323         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
51324         memset declaration.
51326 2011-06-10  Andreas Schwab  <schwab@redhat.com>
51328         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
51329         tmpbuf.
51331 2011-06-10  Roland McGrath  <roland@hack.frob.com>
51333         * Makerules (shlib.lds): Fail if the linker script comes out empty.
51334         * elf/Makefile ($(objpfx)ld.so): Likewise.
51336         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
51337         Don't list ld.so twice in dependencies.
51339         * posix/bug-regex31.c: Include <stdlib.h>.
51341         * nscd/hstcache.c (cache_addhst): Remove unused variable.
51343         * nis/nss_compat/compat-spwd.c
51344         (getspent_next_nss_netgr): Remove unused variable.
51345         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
51347         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
51348         nonmembers" output to use the right array.
51350         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
51352         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
51354         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
51355         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
51356         * catgets/gencat.c (read_input_file): Likewise.
51357         * locale/programs/locarchive.c (enlarge_archive): Likewise.
51359         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
51360         variable definition inside #if's controlling its use.
51362         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
51364         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
51366         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
51368         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
51369         unreachable code.
51371         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
51373         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
51374         * configure: Regenerated.
51376         * Makerules: Revert last change.
51377         * elf/Makefile: Likewise.
51379 2011-06-09  Roland McGrath  <roland@hack.frob.com>
51381         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
51382         * elf/Makefile ($(objpfx)librtld.os): Likewise.
51383         (reloc-link): Likewise.
51385 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
51387         * elf/Makefile: Add rules to build pldd.
51388         * elf/pldd.c: New file.
51389         * elf/pldd-xx.c: New file.
51391 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
51393         * version.h: Update for 2.15 development version.
51395 2011-06-07  David S. Miller  <davem@davemloft.net>
51397         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
51398         ifuncs.
51399         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
51400         elf_machine_lazy_rel): Likewise.
51401         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
51402         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
51403         elf_machine_lazy_rel): Likewise.
51404         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
51405         dl_hwcap via passed in argument.
51406         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
51407         Likewise.
51409 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51411         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
51413 2011-06-06  Roland McGrath  <roland@hack.frob.com>
51415         [BZ #12849]
51416         * manual/fdl-1.1.texi: New file, verbatim from:
51417         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
51418         * manual/lgpl-2.1.texi: New file, verbatim from:
51419         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
51420         * manual/Makefile (licenses): New variable, list those new file names.
51421         (texis): Use it.
51422         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
51424         * manual/fdl.texi: File removed.
51425         * manual/lesser.texi: File removed.
51426         * manual/libc.texinfo (Copying, Documentation License):
51427         Use new @include file names, put @appendix directive before @include.
51429 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
51431         [BZ #12841]
51432         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
51433         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
51434         (mq_open): Add __NTH.
51436 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
51438         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51439         Assume Intel Core i3/i5/i7 processor if AVX is available.
51441 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51443         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
51444         typo.
51446 2011-05-31  Andreas Schwab  <schwab@redhat.com>
51448         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
51449         memory.  Use alloca_account.  Fix memory leak when retrying.
51451 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51453         * version.h (RELEASE): Bump for 2.14 release.
51454         * include/features.h (__GLIBC_MINOR__): Bump to 14.
51456         * config.make.in (RANLIB): Remove entry.
51458 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
51460         * po/Makefile (po-sed-cmd): Add ksh to extensions.
51461         (libc.pot): Work around missing support for .ksh extension in xgettext.
51463         [BZ #12684]
51464         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
51465         if both request failed.
51466         (send_dg): In case of server errors clear resplen or *resplen2.
51468         [BZ #12454]
51469         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
51470         when there are multiple maps.
51471         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
51472         (_dl_fini): Remove test here.
51474         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
51476 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
51478         [BZ #12350]
51479         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
51480         bit from old_res_options.
51481         (gaih_inet): Likewise.
51483         [BZ #11099]
51484         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
51485         as signed.
51487         * resolv/res_init.c (res_setoptions): Make the code more compact.
51489         [BZ #11558]
51490         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
51491         set RES_USEVC.
51493         [BZ #11634]
51494         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
51496         * malloc/malloc.h: Mark malloc hook variables as deprecated.
51498         [BZ #11781]
51499         * malloc/malloc.h: Declare malloc hook variables as volatile.
51501         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
51502         in last patch.
51504         [BZ #11799]
51505         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
51506         raise in the comment.
51507         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
51508         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
51509         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
51511 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
51513         [BZ #12811]
51514         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
51515         grow the buffers more if it already has to be sufficient.
51516         (build_wcs_upper_buffer): Likewise.
51517         * posix/regexec.c (check_matching): Likewise.
51518         (clean_state_log_if_needed): Likewise.
51519         (extend_buffers): Don't enlarge buffers beyond size of the input
51520         buffer.
51521         Patches mostly by Emil Wojak <emil@wojak.eu>.
51522         * posix/bug-regex32.c: New file.
51523         * posix/Makefile (tests): Add bug-regex32.
51525         * locale/findlocale.c (_nl_find_locale): Return right away if
51526         _nl_explode_name failed.
51527         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
51529         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
51531         * debug/xtrace.sh: Unify messages.
51532         * malloc/memusage.sh: Likewise.
51534         [BZ #12813]
51535         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
51536         time symbol from vDSO.  Substitute with vsyscall if not available.
51537         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
51538         __vdso_time.
51540         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
51541         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
51542         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
51543         Add sendmmsg and internal_sendmmsg.
51544         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
51545         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
51546         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
51548         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
51549         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
51550         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
51552 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
51554         [BZ #12813]
51555         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
51556         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
51557         available.
51558         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
51559         __vdso_getcpu.
51561         [BZ #12814]
51562         * iconvdata/Makefile (tests): Add bug-iconv9.
51563         * iconvdata/bug-iconv9.c: New file.
51565 2011-05-27  Andreas Schwab  <schwab@redhat.com>
51567         [BZ #12814]
51568         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
51570 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
51572         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51573         (struct user_regs_struct): Change intcs field back to cs.
51575 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
51577         * po/ja.po: Update from translation team.
51579 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
51581         [BZ #12795]
51582         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
51583         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
51585 2011-05-20  Andreas Schwab  <schwab@redhat.com>
51587         * stdlib/longlong.h: Update from GCC.
51589 2011-05-23  Andreas Schwab  <schwab@redhat.com>
51591         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
51592         parameter name.
51593         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
51594         Add parameter name.
51595         (__sysconf): Pass it down.
51597 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
51599         [BZ #12671]
51600         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
51601         some situations.
51602         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
51603         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
51604         add in in __libc_use_alloca calls.  Adjust callers.
51605         (glob): Use malloc in some situations.
51607         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
51608         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
51609         pltexit.
51611 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
51613         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
51614         and CLOCK_BOOTTIME_ALARM.
51616         [BZ #12782]
51617         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
51618         is returned.
51620         * string/_strerror.c (__strerror_r): Print negative errors as signed
51621         numbers.
51623         [BZ #12777]
51624         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
51625         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
51626         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
51628         * configure.in: Fix typo in redirection and correct removal of test
51629         files in two cases.
51631         [BZ #12788]
51632         * locale/setlocale.c (new_composite_name): Fix test to check for
51633         identical name of all categories.
51635         [BZ #12792]
51636         * libio/filedoalloc.c (local_isatty): New function.
51637         (_IO_file_doallocate): Use local_isatty.
51638         * stdio-common/perror.c (perror): In case a new stream is used
51639         forward the stream error.
51640         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
51641         error flag.
51643 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
51645         [BZ #11869]
51646         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
51647         alloca.
51648         * include/alloca.h (extend_alloca_account): Define.
51650         [BZ #11857]
51651         * posix/regex.h: Fix comments with documentation of user-accessible
51652         fields after compilation and describe correct free'ing of pattern
51653         after re_compile_pattern.
51654         Patch by Reuben Thomas <rrt@sc3d.org>.
51656 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
51658         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
51659         and -mno-altivec to prevent the compiler from using Altivec and/or
51660         VSX instructions when the corresponding registers are not available.
51662 2011-05-19  Andreas Schwab  <schwab@redhat.com>
51664         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
51666 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
51668         * libio/freopen.c (freopen): Use __dup2, not dup2.
51669         * libio/freopen64.c (freopen64): Likewise.
51671 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
51673         [BZ #12775]
51674         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
51675         * math/Makefile (tests): Add test-powl.
51676         (CFLAGS-test-powl.c): Define.
51677         * math/test-powl.c: New file.
51679 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
51681         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
51683 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
51685         [BZ #11837]
51686         * iconvdata/gb18030.c: Update to GB18020-2005.
51688 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
51690         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
51691         RE_SYNTAX_POSIX_AWK): Update to match recent development.
51692         Patch by Aharon Robbins <arnold@skeeve.com>.
51694         [BZ #11892]
51695         * stdlib/putenv.c (putenv): Don't always create copy of the variable
51696         on the stack.
51698         [BZ #11895]
51699         * misc/pselect.c (__pselect): Handle timeout value errors hidden
51700         through underflows.
51702         [BZ #12766]
51703         * misc/error.c (error_at_line): Ensure file_name and old_file_name
51704         point to strings before performing equality test for error_one_per_line
51705         mode.
51707         [BZ #11697]
51708         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
51710         [BZ #11820]
51711         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51712         (struct user_fpregs_struct): Avoid __uint*_t types.
51714         [BZ #6420]
51715         * malloc/mtrace.c (tr_where): Add additional parameter to point to
51716         symbol info.  Use it instead of calling _dl_addr locally.
51717         (lock_and_info): New function.
51718         (tr_freehook): Call lock_and_info and pass symbol info as additional
51719         parameter to tr_where.
51720         (tr_mallochook): Likewise.
51721         (tr_reallochook): Likewise.
51722         (tr_memalignhook): Likewise.
51724         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
51725         used and couldn't be at all thread-safe.
51727 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
51729         * libio/freopen.c (freopen): Don't close old file descriptor
51730         before the new one is opened.  Instead dup the new file descriptor
51731         to the old one after the new stream is created.
51732         * libio/freopen64.c (freopen64): Likewise.
51733         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
51734         * libio/fileops.c (_IO_new_file_close_it): Handle new
51735         _IO_FLAGS2_NOCLOSE flag.
51736         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
51737         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
51738         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
51739         _IO_FLAGS2_NOCLOSE flag.
51740         * include/unistd.h: Add hidden_proto for dup3.
51741         Define __have_dup3.
51742         * io/dup3.c: Define hidden symbol.
51743         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
51745         [BZ #7101]
51746         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
51747         when an incomplete long option is used.
51748         * posix/tst-getopt_long1.c: New file.
51749         * posix/Makefile (tests): Add tst-getopt_long1.
51751         [BZ #10138]
51752         * scripts/config.guess: Update from autoconf-2.68.
51753         * scripts/config.sub: Likewise.
51755         [BZ #10157]
51756         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
51757         tests into ...
51758         (has_cpuclock): ...this.  New function.
51759         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
51760         macro here based on has_cpuclock code.
51762         [BZ #10149]
51763         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
51764         First byte (not low byte) is now always NUL.
51765         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
51767         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
51768         Use non-cancelable interfaces.
51770         [BZ #9809]
51771         * locale/iso-639.def: Add entry for Sorani.
51773         [BZ #11901]
51774         * include/stdlib.h: Move include protection to the right place.
51775         Define abort_msg_s.  Declare __abort_msg with it.
51776         * stdlib/abort.c (__abort_msg): Adjust type.
51777         * assert/assert.c (__assert_fail_base): New function.  Majority
51778         of code from __assert_fail.  Allocate memory for __abort_msg with
51779         mmap.
51780         (__assert_fail): Now call __assert_fail_base.
51781         * assert/assert-perr.c: Remove bulk of implementation.  Use
51782         __assert_fail_base.
51783         * include/assert.hL Declare __assert_fail_base.
51784         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
51785         mmap.
51786         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
51788 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
51790         [BZ #11952]
51791         [BZ #12453]
51792         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
51793         until all modules are registered in the DTV.
51794         * elf/Makefile: Add rules to build and run tst-tls19.
51795         * elf/tst-tls19.c: New file.
51796         * elf/tst-tls19mod1.c: New file.
51797         * elf/tst-tls19mod2.c: New file.
51798         * elf/tst-tls19mod3.c: New file.
51799         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
51801         [BZ #12083]
51802         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
51803         correctly.
51805         [BZ #12601]
51806         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
51807         two-byte sequence errors.
51808         * iconvdata/Makefile (tests): Add bug-iconv8.
51809         * iconvdata/bug-iconv8.c: New file.
51811         [BZ #12626]
51812         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
51813         buf2 definition.
51815         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
51817         [BZ #12432]
51818         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
51819         (dummy_getcfa): New function.
51820         (init): Get _Unwind_GetCFA address, use dummy if not found.
51821         (backtrace_helper): In recursion check, also check whether CFA changes.
51822         (__backtrace): Completely initialize arg.
51824         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
51825         storing incomplete byte sequence in state object.  Avoid testing for
51826         guaranteed too small input if we know there is enough data available.
51828 2011-05-11  Andreas Schwab  <schwab@redhat.com>
51830         * Makeconfig (+link-pie): Indent.
51831         * Rules (binaries-pie): Define if $(have-fpie) and
51832         $(build-shared).
51833         (binaries-shared): Also filter out $(binaries-pie).
51834         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
51835         * nscd/Makefile (others-pie): Add nscd.
51836         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
51837         ($(objpfx)nscd): Remove command override.
51838         * login/Makefile (others-pie): Add pt_chown.
51839         ($(objpfx)pt_chown): Remove command override.
51840         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
51841         remove command overrides.
51843 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
51845         * libio/tst_putwc.c: Fix error messages.
51847         [BZ #12724]
51848         * libio/fileops.c (_IO_new_file_close_it): Always flush when
51849         currently writing and seek to current position when not.
51850         * libio/Makefile (tests): Add bug-fclose1.
51851         * libio/bug-fclose1.c: New file.
51853 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
51855         [BZ #12511]
51856         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
51857         don't set DF_1_NODELETE here.
51858         (do_lookup_x): When entering new entry test for copy relocation
51859         and if necessary set DF_1_NODELETE flag.
51860         * elf/tst-unique4.cc: New file.
51861         * elf/tst-unique4.h: New file.
51862         * elf/tst-unique4lib.cc: New file.
51863         * elf/Makefile: Add rules to build and run tst-unique4.
51864         Patch by Piotr Bury <pbury@goahead.com>.
51866 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
51868         [BZ #12052]
51869         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
51871         [BZ #12625]
51872         * misc/mntent_r.c (addmntent): Flush the stream after the output
51874         [BZ #12393]
51875         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
51876         (is_trusted_path_normalize): Skip initial colon.  Append slash
51877         to empty buffer.  Duplicate is_trusted_path code but allow
51878         constructed patch to be prefix.
51879         (is_dst): Allow $ORIGIN followed by /.
51880         (_dl_dst_substitute): Correct clearing of check_for_trusted.
51881         Correct testing of result of is_trusted_path_normalize
51882         (decompose_rpath): Fix warning.
51884 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
51886         [BZ #11257]
51887         * grp/initgroups.c (internal_getgrouplist): When we found the service
51888         list through the initgroups entry in nsswitch.conf do not always
51889         continue on a successful lookup.  Don't always use the
51890         __nss_group_database value if it is set.
51891         * nss/nsswitch.conf (initgroups): Change action for successful db
51892         lookup to continue for compatibility.
51894 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
51896         [BZ #11532]
51897         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
51898         and CP774 modules.
51899         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
51900         and CP774 modules.
51901         * iconvdata/tst-tables.sh: Likewise.
51902         * iconvdata/cp770.c: New file.
51903         * iconvdata/cp771.c: New file.
51904         * iconvdata/cp772.c: New file.
51905         * iconvdata/cp773.c: New file.
51906         * iconvdata/cp774.c: New file.
51907         * iconvdata/testdata/CP770: New file.
51908         * iconvdata/testdata/CP770..UTF8: New file.
51909         * iconvdata/testdata/CP771: New file.
51910         * iconvdata/testdata/CP771..UTF8: New file.
51911         * iconvdata/testdata/CP772: New file.
51912         * iconvdata/testdata/CP772..UTF8: New file.
51913         * iconvdata/testdata/CP773: New file.
51914         * iconvdata/testdata/CP773..UTF8: New file.
51915         * iconvdata/testdata/CP774: New file.
51916         * iconvdata/testdata/CP774..UTF8: New file.
51918         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
51919         END CHARMAP line.
51920         * iconvdata/gen-8bit-gap.sh: Likewise.
51921         * iconvdata/gen-8bit.sh: Likewise.
51923         * locale/iso-639.def: Add ary entry.
51925         [BZ #11258]
51926         * locale/C-translit.h.in: Add U20A1 transliteration.
51928         [BZ #12178]
51929         * locale/iso-639.def: Add wae entry.
51930         Patch by Kevin Bortis <bortis@translate-wae.ch>.
51932         [BZ #12545]
51933         * locale/programs/localedef.c (construct_output_path): Use ssize_t
51934         for n.
51936         [BZ #12711]
51937         * locale/C-translit.h.in: Add entry for U20B9.
51938         Patch by pravin.d.s@gmail.com.
51940 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
51942         [BZ #12713]
51943         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
51944         ENAMETOOLONG use generic getcwd.
51945         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
51946         in rtld.  Use *stat64.
51947         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
51948         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
51949         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
51950         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
51951         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
51952         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
51953         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
51954         __fstatat64 macros.
51955         * include/dirent.h: Add libc_hidden_proto for rewinddir.
51956         * dirent/rewinddir.c: Add libc_hidden_def.
51957         * sysdeps/mach/hurd/rewinddir.c: Likewise.
51958         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
51960         * include/dirent.h (__alloc_dir): Add flags parameter.
51961         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
51962         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
51963         __alloc_dir.
51964         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
51965         from fdopendir if O_CLOEXEC is already set.
51967 2011-03-15  Alan Modra  <amodra@gmail.com>
51969         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
51970         l_tls_firstbyte_offset non-zero.  Save padding offset in
51971         l_tls_firstbyte_offset for later use.
51972         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
51973         freeing static tls block.
51975 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
51977         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
51978         where #ifdef was intended.  The intent is to prevent ARG_MAX from
51979         being defined by the kernel headers.
51981 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
51983         [BZ #12734]
51984         * resolv/resolv.h: Define RES_NOTLDQUERY.
51985         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
51986         no-tld-query and set RES_NOTLDQUERY.
51987         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
51988         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
51989         modern BIND to search name as TLD unless forbidden.
51991 2011-05-07  Petr Baudis  <pasky@suse.cz>
51992             Ulrich Drepper  <drepper@gmail.com>
51994         [BZ #12393]
51995         * elf/dl-load.c (fillin_rpath): Move trusted path check...
51996         (is_trusted_path): ...to here.
51997         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
51998         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
51999         using is_trusted_path_normalize() in setuid scripts.
52001 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
52003         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
52004         __BEGIN/__END_DECLS.
52006 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
52008         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
52009         NSS_STATUS_NOTFOUND if no record was found.
52011 2011-05-05  Andreas Schwab  <schwab@redhat.com>
52013         * sunrpc/Makefile (headers): Add rpc/netdb.h.
52014         (headers-not-in-tirpc): Remove rpc/netdb.h
52015         * resolv/netdb.h: Revert last change.
52017 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
52019         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
52020         circular dependency between libgcc.a and libc.a.
52022 2011-05-05  Andreas Schwab  <schwab@redhat.com>
52024         * resolv/netdb.h: Don't include <rpc/netdb.h>.
52025         * nis/Makefile: Don't install rpcsvc/*.
52026         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
52027         instead of <rpc/types.h>.
52028         (MAXHOSTNAMELEN): Define.
52030 2011-05-03  Andreas Schwab  <schwab@redhat.com>
52032         * elf/ldconfig.c (add_dir): Don't crash on empty path.
52034 2011-04-28  Maciej Babinski  <mbabinski@google.com>
52036         [BZ #12714]
52037         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
52038         gethostbyname4_r when IPv6 results are possible.
52040 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
52042         [BZ #12723]
52043         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
52044         _PC_PIPE_BUF handling.
52046 2011-04-30  Bruno Haible  <bruno@clisp.org>
52048         [BZ #12717]
52049         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
52050         * resolv/netdb.h (getnameinfo): Change type of flags parameter
52051         to 'int'.
52052         * inet/getnameinfo.c (getnameinfo): Likewise.
52054 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
52056         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
52057         to groups setting in database lookup.
52058         * nss/nsswitch.conf: Add initgroups entry.
52060 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
52062         [BZ #12685]
52063         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
52064         mode string.
52065         Patch by Eric Blake <eblake@redhat.com>.
52067 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
52069         * sunrpc/Makefile (need-export-routines): Add svc_run.
52070         (routines): Remove svc_run.
52071         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
52072         * sunrpc/clnt_perr.c (clnt_perrno): Export.
52073         * sunrpc/svc_run.c (svc_run): Likewise.
52074         * sunrpc/svc_udp.c (svcudp_create): Likewise.
52076 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
52078         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
52079         problem in reallocation in last patch.
52081 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
52083         * sunrpc/Makefile: Move inclusion of Rules.
52085 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
52087         * nss/nss_files/files-initgroups.c: New file.
52088         * nss/Makefile (libnss_files-routines): Add files-initgroups.
52089         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
52090         _nss_files_initgroups_dyn.
52092 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
52094         * elf/elf.h (R_ARM_IRELATIVE): Define.
52096 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
52098         * po/ru.po: Update from translation team.
52100 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
52102         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
52103         dependencies.
52105 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
52107         [BZ #12653]
52108         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
52109         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
52110         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
52111         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
52112         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
52114 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
52116         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
52117         differing bytes.
52118         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
52119         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
52120         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
52122 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
52124         [BZ #12420]
52125         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
52126         storing it.
52127         * stdlib/bug-getcontext.c: New file.
52128         * stdlib/Makefile: Add rules to build and run bug-getcontext.
52130 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52132         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
52133         instructions into .machine "z9-109".
52134         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
52135         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
52137 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52139         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
52140         between environment variables and auxiliary vector.
52142 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
52144         * Makefile: Add rules to build linkobj/libc.so.
52145         * include/libc-symbols.h: Define libc_hidden_nolink.
52146         * include/rpc/auth.h: Mark functions which are to be hidden.
52147         * include/rpc/auth_des.h: Likewise.
52148         * include/rpc/auth_unix.h: Likewise.
52149         * include/rpc/clnt.h: Likewise.
52150         * include/rpc/des_crypt.h: Likewise.
52151         * include/rpc/key_prot.h: Likewise.
52152         * include/rpc/pmap_clnt.h: Likewise.
52153         * include/rpc/pmap_prot.h: Likewise.
52154         * include/rpc/pmap_rmt.h: Likewise.
52155         * include/rpc/rpc_msg.h: Likewise.
52156         * include/rpc/svc.h: Likewise.
52157         * include/rpc/svc_auth.h: Likewise.
52158         * include/rpc/xdr.h: Likewise.
52159         * nis/Makefile: Link all DSOs against linkobj/libc.so.
52160         * nss/Makefile: Likewise.
52161         * sunrpc/Makefile: Don't install headers.  Build library with normal
52162         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
52163         * sunrpc/auth_des.c: Hide exported symbols by default, export some
52164         for the compat linking library.  Remove use of INTDEF/INTUSE.
52165         * sunrpc/auth_none.c: Likewise.
52166         * sunrpc/auth_unix.c: Likewise.
52167         * sunrpc/authdes_prot.c: Likewise.
52168         * sunrpc/authuxprot.c: Likewise.
52169         * sunrpc/clnt_gen.c: Likewise.
52170         * sunrpc/clnt_perr.c: Likewise.
52171         * sunrpc/clnt_raw.c: Likewise.
52172         * sunrpc/clnt_simp.c: Likewise.
52173         * sunrpc/clnt_tcp.c: Likewise.
52174         * sunrpc/clnt_udp.c: Likewise.
52175         * sunrpc/clnt_unix.c: Likewise.
52176         * sunrpc/des_crypt.c: Likewise.
52177         * sunrpc/des_soft.c: Likewise.
52178         * sunrpc/get_myaddr.c: Likewise.
52179         * sunrpc/key_call.c: Likewise.
52180         * sunrpc/key_prot.c: Likewise.
52181         * sunrpc/netname.c: Likewise.
52182         * sunrpc/pm_getmaps.c: Likewise.
52183         * sunrpc/pm_getport.c: Likewise.
52184         * sunrpc/pmap_clnt.c: Likewise.
52185         * sunrpc/pmap_prot.c: Likewise.
52186         * sunrpc/pmap_prot2.c: Likewise.
52187         * sunrpc/pmap_rmt.c: Likewise.
52188         * sunrpc/publickey.c: Likewise.
52189         * sunrpc/rpc_cmsg.c: Likewise.
52190         * sunrpc/rpc_common.c: Likewise.
52191         * sunrpc/rpc_dtable.c: Likewise.
52192         * sunrpc/rpc_prot.c: Likewise.
52193         * sunrpc/rpc_thread.c: Likewise.
52194         * sunrpc/rtime.c: Likewise.
52195         * sunrpc/svc.c: Likewise.
52196         * sunrpc/svc_auth.c: Likewise.
52197         * sunrpc/svc_authux.c: Likewise.
52198         * sunrpc/svc_raw.c: Likewise.
52199         * sunrpc/svc_run.c: Likewise.
52200         * sunrpc/svc_simple.c: Likewise.
52201         * sunrpc/svc_tcp.c: Likewise.
52202         * sunrpc/svc_udp.c: Likewise.
52203         * sunrpc/svc_unix.c: Likewise.
52204         * sunrpc/svcauth_des.c: Likewise.
52205         * sunrpc/xcrypt.c: Likewise.
52206         * sunrpc/xdr.c: Likewise.
52207         * sunrpc/xdr_array.c: Likewise.
52208         * sunrpc/xdr_float.c: Likewise.
52209         * sunrpc/xdr_intXX_t.c: Likewise.
52210         * sunrpc/xdr_mem.c: Likewise.
52211         * sunrpc/xdr_rec.c: Likewise.
52212         * sunrpc/xdr_ref.c: Likewise.
52213         * sunrpc/xdr_sizeof.c: Likewise.
52214         * sunrpc/xdr_stdio.c: Likewise.
52216 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
52218         [BZ #12650]
52219         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
52220         * sysdeps/ia64/dl-tls.h: Likewise.
52221         * sysdeps/powerpc/dl-tls.h: Likewise.
52222         * sysdeps/s390/dl-tls.h: Likewise.
52223         * sysdeps/sh/dl-tls.h: Likewise.
52224         * sysdeps/sparc/dl-tls.h: Likewise.
52225         * sysdeps/x86_64/dl-tls.h: Likewise.
52226         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
52228 2011-03-14  Andreas Schwab  <schwab@redhat.com>
52230         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
52231         rpath element also skip the following colon.
52232         (expand_dynamic_string_token): Add is_path parameter and pass
52233         down to DL_DST_REQUIRED and _dl_dst_substitute.
52234         (decompose_rpath): Call expand_dynamic_string_token with
52235         non-zero is_path.  Ignore empty rpaths.
52236         (_dl_map_object_from_fd): Call expand_dynamic_string_token
52237         with zero is_path.
52239 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
52241         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
52242         Make cancelable.
52244 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
52246         [BZ #12655]
52247         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
52248         Patch by Filipe David Manana <fdmanana@apache.org>.
52250 2011-04-07  Andreas Schwab  <schwab@redhat.com>
52252         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
52253         Maintain aligned stack.
52254         (CHECK_RSP): Remove unused macro.
52256 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
52258         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
52259         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
52261 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
52263         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
52265         * include/features.h: Mention __USE_XOPEN2K8 in comment.
52267 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
52269         [BZ #12518]
52270         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
52271         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
52272         * sysdeps/x86_64/memmove.c: New file.
52273         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
52274         (memcpy): Renamed to ...
52275         (__new_memcpy): This.
52276         (memcpy): Provide GLIBC_2_14 memcpy.
52277         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
52278         (memcpy): Provide GLIBC_2_2_5 memcpy.
52280 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52282         [BZ #12631]
52283         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
52285 2011-03-30  Andreas Schwab  <schwab@redhat.com>
52287         * misc/syncfs.c: New file.
52288         * misc/Makefile (routines): Add syncfs.
52289         * posix/unistd.h: Declare syncfs.
52290         * sysdeps/unix/syscalls.list: Add syncfs.
52292 2011-04-01  Andreas Schwab  <schwab@redhat.com>
52294         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
52295         open_by_handle_at.
52296         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
52297         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52298         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52299         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52300         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52301         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
52302         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52304 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52306         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
52307         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52308         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
52309         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52310         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52311         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52312         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52314         * io/Makefile: Compile fallocate.c, fallocate64.c, and
52315         sync_file_range.c with -fexceptions.
52316         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
52317         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
52318         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
52319         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
52320         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
52321         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
52322         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
52323         sync_file_range as cancellation point
52324         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
52325         now a wrapper around __call_sync_file_range with cancellation handling.
52326         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
52327         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
52328         function name to __call_sync_file_range.
52329         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
52330         Add call_sync_file_range.
52332 2011-04-01  Andreas Schwab  <schwab@redhat.com>
52334         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
52335         bits/timex.h.
52337 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52339         * iconv/iconv.h: Fix typo in comment.
52340         * io/fcntl.h: Likewise.
52341         * libio/stdio.h: Likewise.
52342         * posix/spawn.h: Likewise.
52343         * posix/unistd.h: Likewise.
52344         * stdlib/stdlib.h: Likewise.
52345         * time/time.h: Likewise.
52346         * wcsmbs/wchar.h: Likewise.
52348         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
52349         open_by_handle): Add.
52350         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
52351         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
52352         Augment a few comments.
52353         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52354         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52355         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52356         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52357         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52358         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
52359         open_by_handle.
52361         * io/fcntl.h (AT_EMPTY_PATH): Define.
52363 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
52365         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
52366         * sysdeps/unix/sysv/linux/bits/time.h: New file.
52367         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
52368         to...
52369         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
52370         * Versions.def: Add GLIBC_2.14.
52371         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
52372         Export.
52374 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
52376         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
52377         round counter.
52378         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52380 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
52382         [BZ #12597]
52383         * string/test-strncmp.c (do_page_test): New function.
52384         (check2): Likewise.
52385         (test_main): Call check2.
52386         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
52388 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
52390         [BZ #12587]
52391         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
52392         Handle cache information in CPU leaf 4.
52393         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52395 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
52397         [BZ #12583]
52398         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
52399         character representation.
52400         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
52402 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
52404         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
52405         END(__isnan) to END(__isnanf) to match function entry point/label
52406         EALIGN(__isnanf,...).
52408 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
52410         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
52412 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
52414         [BZ #12510]
52415         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
52416         copy from the symbol referenced in the relocation to initialize the
52417         used variable.
52418         Patch by Piotr Bury <pbury@goahead.com>.
52419         * elf/Makefile: Add rules to build and tst-unique3.
52420         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
52421         * elf/tst-unique3.cc: New file.
52422         * elf/tst-unique3.h: New file.
52423         * elf/tst-unique3lib.cc: New file.
52424         * elf/tst-unique3lib2.cc: New file.
52426         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
52428 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
52430         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
52431         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
52432         to _start.
52434 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
52436         * elf/dl-load.c (_dl_map_object): If we are looking for the first
52437         to-be-loaded object along a path to loader is ld.so.
52439 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52440             Ulrich Drepper  <drepper@gmail.com>
52442         * sysdeps/x86_64/memset.S: After aligning destination, code
52443         branches to different locations depending on the value of
52444         misalignment, when multiarch is enabled. Fix this.
52446 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52448         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
52449         Set _x86_64_preferred_memory_instruction for AMD processsors.
52450         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52451         Set bit_Prefer_SSE_for_memop for AMD processors.
52453 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
52455         * libio/fmemopen.c (fmemopen): Optimize a bit.
52457 2011-03-03  Andreas Schwab  <schwab@redhat.com>
52459         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
52461 2011-03-03  Roland McGrath  <roland@redhat.com>
52463         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
52465 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
52467         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
52468         __bzero_ultra1 instead of __memset_ultra1.
52470 2011-02-23  Andreas Schwab  <schwab@redhat.com>
52471             Ulrich Drepper  <drepper@gmail.com>
52473         [BZ #12509]
52474         * include/link.h (struct link_map): Add l_orig_initfini.
52475         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
52476         returning unsuccessfully.
52477         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
52478         close of a file loaded at startup, restore the original l_initfini
52479         list.
52480         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
52481         list, store the pointer.
52482         * elf/Makefile ($(objpfx)noload-mem): New rule.
52483         (noload-ENV): Define.
52484         (tests): Add $(objpfx)noload-mem.
52485         * elf/noload.c: Include <memcheck.h>.
52486         (main): Call mtrace.  Close all opened handles.
52488 2011-02-17  Andreas Schwab  <schwab@redhat.com>
52490         [BZ #12454]
52491         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
52492         dependencies are missing.
52494 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52496         Fix __if_freereq crash: Unlike the generic version which uses free,
52497         Hurd needs munmap.
52498         * sysdeps/mach/hurd/ifreq.h: New file.
52500 2011-01-27  Petr Baudis  <pasky@suse.cz>
52501             Ulrich Drepper  <drepper@gmail.com>
52503         [BZ 12445]#
52504         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
52505         to extend_alloca().
52506         * stdio-common/bug23.c: New file.
52507         * stdio-common/Makefile (tests): Add bug23.
52509 2010-09-28  Andreas Schwab  <schwab@redhat.com>
52510             Ulrich Drepper  <drepper@gmail.com>
52512         [BZ #12489]
52513         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
52514         before performing relro protection.  At old place add assertion
52515         to make sure nothing changed.
52517 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
52518             Glauber de Oliveira Costa  <glommer@gmail.com>
52520         * elf/elf.h: Add new ARM TLS relocs.
52522 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
52524         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
52525         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
52526         cast from r3.
52527         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
52528         'tests' variable.
52529         * sysdeps/wordsize-64/tst-writev.c: New file.
52531 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
52533         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
52534         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
52535         insns in _dl_start to prevent a TOC reference before relocs are
52536         resolved.
52538 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
52540         [BZ #12469]
52541         * Makeconfig: Remove RANLIB definition.
52542         * Makerules: Don't use RANLIB.
52543         * aclocal.m4: Remove ranlib test.
52544         * configure.in: No need to check for ranlib.
52545         * elf/rtld-Rules: Don't use RANLIB.
52547 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52549         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
52550         protection macro.
52551         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
52552         inclusion protection macro.
52554         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
52555         SIGRTMIN and SIGRTMAX and print information in that case only when
52556         SIGRTMIN is defined.
52558 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
52560         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
52561         arginfo fn returning -1.
52563         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
52564         and thousands string is zero terminated.
52566 2011-02-03  Andreas Schwab  <schwab@redhat.com>
52568         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
52569         sysdeps/unix/sysv/linux/bits/socket.h.
52571 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52573         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
52574         (__CPU_COUNT): Remove old macros.
52575         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
52576         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
52577         (__CPU_ALLOC, __CPU_FREE): Add macros.
52578         (__sched_cpualloc, __sched_cpufree): Add declarations.
52580 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
52582         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
52583         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
52584         * nscd/aicache.c (addhstaiX): Return timeout of added value.
52585         (readdhstai): Return value of addhstaiX call.
52586         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
52587         (addgrbyX): Return value returned by cache_addgr.
52588         (readdgrbyname): Return value returned by addgrbyX.
52589         (readdgrbygid): Likewise.
52590         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
52591         (addpwbyX): Return value returned by cache_addpw.
52592         (readdpwbyname): Return value returned by addhstbyX.
52593         (readdpwbyuid): Likewise.
52594         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
52595         (addservbyX): Return value returned by cache_addserv.
52596         (readdservbyname): Return value returned by addservbyX:
52597         (readdservbyport): Likewise.
52598         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
52599         (addhstbyX): Return value returned by cache_addhst.
52600         (readdhstbyname): Return value returned by addhstbyX.
52601         (readdhstbyaddr): Likewise.
52602         (readdhstbynamev6): Likewise.
52603         (readdhstbyaddrv6): Likewise.
52604         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
52605         (readdinitgroups): Return value returned by addinitgroupsX.
52606         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
52607         (prune_cache): Keep track of timeout value of re-added entries.
52608         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
52609         * nscd/nscd.h: Adjust prototypes of readd* functions.
52611 2011-02-04  Roland McGrath  <roland@redhat.com>
52613         * nis/nis_server.c (nis_servstate): Use the right name for 0.
52614         (nis_stats): Likewise.
52615         * nis/nis_modify.c (nis_modify): Likewise.
52616         * nis/nis_remove.c (nis_remove): Likewise.
52617         * nis/nis_add.c (nis_add): Likewise.
52619         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
52621         * posix/fnmatch_loop.c: Add some consts.
52623         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
52625 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
52627         [BZ #12460]
52628         * config.make.in (config-cflags-novzeroupper): Define.
52629         * configure.in: Substitute libc_cv_cc_novzeroupper.
52630         * elf/Makefile (AVX-CFLAGS): Define.
52631         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
52632         (CFLAGS-tst-auditmod4a.c): Likewise.
52633         (CFLAGS-tst-auditmod4b.c): Likewise.
52634         (CFLAGS-tst-auditmod6b.c): Likewise.
52635         (CFLAGS-tst-auditmod6c.c): Likewise.
52636         (CFLAGS-tst-auditmod7b.c): Likewise.
52637         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
52639 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
52641         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
52642         function to the callback.
52643         Patch partly by Jiri Olsa <jolsa@redhat.com>.
52645 2011-02-02  Andreas Schwab  <schwab@redhat.com>
52647         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
52648         of errno.
52650 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
52652         [BZ #11724]
52653         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
52654         of constructors.
52655         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
52656         of destructors.
52657         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
52659         [BZ #11724]
52660         * elf/Makefile: Add rules to build and run new test.
52661         * elf/tst-initorder.c: New file.
52662         * elf/tst-initorder.exp: New file.
52663         * elf/tst-initordera1.c: New file.
52664         * elf/tst-initordera2.c: New file.
52665         * elf/tst-initordera3.c: New file.
52666         * elf/tst-initordera4.c: New file.
52667         * elf/tst-initorderb1.c: New file.
52668         * elf/tst-initorderb2.c: New file.
52669         * elf/tst-order-a1.c: New file.
52670         * elf/tst-order-a2.c: New file.
52671         * elf/tst-order-a3.c: New file.
52672         * elf/tst-order-a4.c: New file.
52673         * elf/tst-order-b1.c: New file.
52674         * elf/tst-order-b2.c: New file.
52675         * elf/tst-order-main.c: New file.
52676         New test case by George Gensure <werkt0@gmail.com>.
52678 2010-10-01  Andreas Schwab  <schwab@redhat.com>
52680         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
52681         decoding ACE if AI_CANONIDN.
52683 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
52685         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
52687 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
52689         * version.h (RELEASE): Bump for 2.13 release.
52690         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
52692         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
52694         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
52695         MADV_NOHUGEPAGE.
52696         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
52697         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
52698         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
52699         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
52700         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
52701         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
52703         * posix/getconf.c: Update copyright year.
52704         * catgets/gencat.c: Likewise.
52705         * csu/version.c: Likewise.
52706         * debug/catchsegv.sh: Likewise.
52707         * debug/xtrace.sh: Likewise.
52708         * elf/ldconfig.c: Likewise.
52709         * elf/ldd.bash.in: Likewise.
52710         * elf/sprof.c (print_version): Likewise.
52711         * iconv/iconv_prog.c: Likewise.
52712         * iconv/iconvconfig.c: Likewise.
52713         * locale/programs/locale.c: Likewise.
52714         * locale/programs/localedef.c: Likewise.
52715         * malloc/memusage.sh: Likewise.
52716         * malloc/mtrace.pl: Likewise.
52717         * nscd/nscd.c (print_version): Likewise.
52718         * nss/getent.c: Likewise.
52720         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
52721         PF_CAIF, and PF_ALG.
52722         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
52724 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
52726         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
52727         (modules-names): Use them.
52728         (ifunc-test-modules, ifunc-pie-tests): Define.
52729         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
52730         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
52731         (test-extras): Likewise.
52732         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
52733         $(compile-command.c).
52734         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
52735         (all-built-dso): Define.
52736         (check-textrel.out, check-execstack.out): Depend on it.
52738         * configure.in: Don't override --enable-multi-arch.
52740 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
52742         [BZ #6812]
52743         * nscd/hstcache.c (tryagain): Define.
52744         (cache_addhst): Return tryagain not notfound for temporary errors.
52745         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
52746         failed.
52748 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
52750         [BZ #10563]
52751         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
52752         to make the syscall.
52753         * sysdeps/unix/sysv/linux/setgroups.c: New file.
52755         [BZ #12378]
52756         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
52757         and fall back to matching as normal character if the string ends before
52758         the matching ']' is found.  This is what POSIX requires.
52759         * posix/testfnm.c: Adjust test result.
52760         * posix/globtest.sh: Adjust test result.  Add new test.
52761         * posix/tst-fnmatch.input: Likewise.
52762         * posix/tst-fnmatch2.c: Add new test.
52764 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
52766         * elf/Makefile (check-execstack): Revert last change.  Depend on
52767         check-execstack.h.
52768         (check-execstack.h): New target.
52769         (generated): Add check-execstack.h.
52770         * elf/check-execstack.c: Include "check-execstack.h".
52771         (main): Revert last change.
52772         (handle_file): Return zero if GNU_STACK is absent and
52773         DEFAULT_STACK_PERMS doesn't include PF_X.
52775 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
52777         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
52778         in child fails because the descriptor is already closed.
52779         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
52780         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
52781         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
52783         [BZ #12397]
52784         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
52785         syscall.
52787         [BZ #10484]
52788         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
52789         temporary buffer used to handle multi lookups locally.
52790         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
52792 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
52794         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
52795         loader is ld.so.
52797 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
52799         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
52800         alignment for SSE2.
52802 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
52804         [BZ #12394]
52805         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
52806         characters.  When rounding increased number of integer digits recompute
52807         number of groups.
52808         * stdio-common/tst-grouping.c: New file.
52809         * stdio-common/Makefile: Add rules to build and run tst-grouping.
52811 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
52813         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
52814         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
52816         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
52817         void.
52818         * bits/select.h: Likewise.
52820 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
52822         * po/ja.po: Update from translation team.
52824 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
52826         [BZ #11155]
52827         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
52828         implementation just like for lxstat, fxstatat, et al.
52830 2010-12-27  Jim Meyering  <meyering@redhat.com>
52832         [BZ #12348]
52833         * posix/regexec.c (build_trtable): Return failure indication upon
52834         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
52836 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
52838         [BZ #12201]
52839         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
52840         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
52841         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
52842         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
52844         [BZ #12207]
52845         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
52847         [BZ #12204]
52848         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
52849         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
52851 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
52853         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
52854         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
52855         script has SORT_BY_INIT_PRIORITY.
52856         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
52857         NO_CTORS_DTORS_SECTIONS is defined.
52858         * elf/soinit.c: Likewise.
52859         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
52860         NO_CTORS_DTORS_SECTIONS is defined.
52861         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
52862         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
52863         * sysdeps/sh/init-first.c: Likewise.
52864         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
52866 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
52868         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
52869         always use the slow path.
52871 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
52873         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
52874         similar rule which adds the sysdep directories to the header search in
52875         order to pick up the correct platform stackinfo.h.
52876         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
52877         perform test if it is, otherwise return successfully without testing.
52878         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
52879         DEFAULT_STACK_PERMS define in stackinfo.h.
52880         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
52881         defined in stackinfo.h.
52882         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
52883         DEFAULT_STACK_PERMS defined in stackinfo.h.
52884         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
52885         * sysdeps/ia64/stackinfo.h: Likewise.
52886         * sysdeps/s390/stackinfo.h: Likewise.
52887         * sysdeps/sh/stackinfo.h: Likewise.
52888         * sysdeps/sparc/stackinfo.h: Likewise.
52889         * sysdeps/x86_64/stackinfo.h: Likewise.
52890         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
52891         PF_X for powerpc64.  Retain PF_X for powerpc32.
52893 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
52895         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
52896         accurately.
52897         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
52898         GETDENTS_64BIT_ALIGNED.
52900 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
52902         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
52904 2010-12-10  Andreas Schwab  <schwab@redhat.com>
52906         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
52907         _GNU_SOURCE.
52909         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
52910         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
52911         Remove __restrict.
52912         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
52913         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
52915 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
52917         [BZ #11655]
52918         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
52919         are initialized.
52921 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
52923         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
52925 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
52927         * po/it.po: Update from translation team.
52929 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
52931         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
52932         unused codes.
52934 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
52936         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
52938 2010-11-24  Andreas Schwab  <schwab@redhat.com>
52940         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
52941         specially.
52942         (gaih_getanswer_slice): Likewise.
52944 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
52946         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
52948 2010-05-31  Petr Baudis  <pasky@suse.cz>
52950         [BZ #11149]
52951         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
52952         silently even in the chroot mode.
52954 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
52956         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
52957         last patch a bit.  Pretty printing
52959 2010-05-31  Petr Baudis <pasky@suse.cz>
52961         [BZ #10085]
52962         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
52963         initialization of skip_initgroups_dyn.
52965 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
52967         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
52968         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
52970 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
52972         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
52974 2010-11-11  Andreas Schwab  <schwab@redhat.com>
52976         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
52977         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
52978         (tst-fnmatch-ENV): Set MALLOC_TRACE.
52979         ($(objpfx)tst-fnmatch-mem): New rule.
52980         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
52981         * posix/tst-fnmatch.c (main): Call mtrace.
52983 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
52985         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52986         Support Intel processor model 6 and model 0x2c.
52988 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
52990         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
52991           signed comparison.
52993 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
52995         [BZ #12205]
52996         * string/test-strncasecmp.c (check_result): New function.
52997         (do_one_test): Use it.
52998         (check1): New function.
52999         (test_main): Use it.
53000         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
53001         Support strcasecmp and strncasecmp.
53003 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
53005         [BZ #12194]
53006         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
53007         * sysdeps/x86_64/bits/byteswap.h: Likewise.
53009 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
53011         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
53012         IFUNC support.
53013         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53014         memset-x86-64.
53015         * sysdeps/x86_64/multiarch/bzero.S: New file.
53016         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
53017         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
53018         * sysdeps/x86_64/multiarch/memset.S: New file.
53019         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
53020         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53021         Set bit_Prefer_SSE_for_memop for Intel processors.
53022         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
53023         Define.
53024         (index_Prefer_SSE_for_memop): Define.
53025         (HAS_PREFER_SSE_FOR_MEMOP): Define.
53027 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
53029         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
53030         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
53032 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
53034         [BZ #12191]
53035         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
53036         (__x86_64_raw_data_cache_size_half): Likewise.
53037         (__x86_64_raw_shared_cache_size): Likewise.
53038         (__x86_64_raw_shared_cache_size_half): Likewise.
53040         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
53041         (__x86_64_raw_data_cache_size_half): Likewise.
53042         (__x86_64_raw_shared_cache_size): Likewise.
53043         (__x86_64_raw_shared_cache_size_half): Likewise.
53044         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
53045         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
53046         and __x86_64_raw_shared_cache_size_half.  Round
53047         __x86_64_data_cache_size_half, __x86_64_data_cache_size
53048         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
53049         to multiple of 256 bytes.
53051 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
53053         [BZ #12167]
53054         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
53055         of inacessible symlinks.  Verify result of symlink before returning it.
53056         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
53057         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
53059 2010-10-28  Erich Ritz  <erichritz@gmail.com>
53061         * math/math.h (isinf): Fix typo in comment.
53063 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
53065         * po/da.po: Update from translation team.
53067 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
53069         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
53070         is added to the list.
53072 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53073             Ulrich Drepper  <drepper@gmail.com>
53075         * elf/dl-object.c (_dl_new_object): Don't append the new object to
53076         the global list here.  Move code to...
53077         (_dl_add_to_namespace_list): ...here.  New function.
53078         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
53079         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
53080         * elf/dl-load.c (lose): Don't remove the element from the list.
53081         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
53082         (_dl_map_object): Likewise.
53084 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
53086         [BZ #12159]
53087         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
53088         into all bytes of SSE register.
53089         Patch by Richard Li <richardpku@gmail.com>.
53091 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
53093         [BZ #12140]
53094         * malloc/malloc.c (_int_free): Fill correct number of bytes when
53095         perturbing.
53097 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
53099         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
53100         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
53101         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
53102         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
53103         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
53104         submachine.
53105         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
53107 2010-10-22  Andreas Schwab  <schwab@redhat.com>
53109         * include/dlfcn.h (__RTLD_SECURE): Define.
53110         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
53111         mode & __RTLD_SECURE instead.
53112         (open_path): Rename preloaded parameter to secure.
53113         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
53114         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
53115         * elf/dl-deps.c (openaux): Likewise.
53116         * elf/rtld.c (struct map_args): Remove is_preloaded.
53117         (map_doit): Don't use it.
53118         (dl_main): Likewise.
53119         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
53120         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
53122 2010-09-09  Andreas Schwab  <schwab@redhat.com>
53124         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
53125         (sysd-rules-targets): Remove duplicates.
53126         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
53127         rtld-%.$o dependency.
53129 2010-10-18  Andreas Schwab  <schwab@redhat.com>
53131         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
53132         _dl_map_object do it.
53134 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
53136         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
53137         fast fma builtins, define the macros in the C99 standard.
53138         (FP_FAST_FMAF): Likewise.
53139         (FP_FAST_FMAL): Likewise.
53140         * sysdeps/x86_64/bits/mathdef.h: Likewise.
53142         * bits/mathdef.h: Update copyright year.
53143         * sysdeps/powerpc/bits/mathdef.h: Likewise.
53145 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
53147         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
53148         builtins, define the macros in the C99 standard.
53149         (FP_FAST_FMAF): Likewise.
53150         (FP_FAST_FMAL): Likewise.
53151         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
53152         multiply/add.
53153         (FP_FAST_FMAF): Likewise.
53155 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
53157         [BZ #3268]
53158         * math/libm-test.inc (fma_test): Some new testcases.
53159         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
53160         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
53161         y and infinite z.  Do multiplication by C already in long double.
53162         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
53163         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
53164         y and infinite z.  Do bitwise or of inexact bit into u.d.
53165         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
53166         * sysdeps/i386/fpu/s_fmaf.S: Removed.
53167         * sysdeps/i386/fpu/s_fma.S: Removed.
53168         * sysdeps/i386/fpu/s_fmal.S: Removed.
53170 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
53172         [BZ #3268]
53173         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
53174         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
53175         computation is not scheduled after fetestexcept.  Fix value
53176         of minimum denormal long double.
53178 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
53180         [BZ #3268]
53181         * math/libm-test.inc (fma_test): Add some more tests.
53182         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
53183         correctly.
53185 2010-10-15  Andreas Schwab  <schwab@redhat.com>
53187         * scripts/data/localplt-s390-linux-gnu.data: New file.
53188         * scripts/data/localplt-s390x-linux-gnu.data: New file.
53190 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
53192         [BZ #3268]
53193         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
53194         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
53195         instead of dbl-64.
53196         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
53197         inlines.
53198         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
53199         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
53200         if one of x and y is very large and the other is subnormal.
53201         * sysdeps/s390/fpu/s_fmaf.c: New file.
53202         * sysdeps/s390/fpu/s_fma.c: New file.
53203         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
53204         * sysdeps/powerpc/fpu/s_fma.S: New file.
53205         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
53206         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
53207         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
53209 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
53211         [BZ #3268]
53212         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
53213         fma tests.
53214         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
53215         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
53216         * sysdeps/i386/i686/multiarch/s_fma.c: Include
53217         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
53218         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
53219         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
53220         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
53222 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
53224         [BZ #12078]
53225         * posix/regcomp.c (parse_branch): One more memory leak plugged.
53226         * posix/bug-regex31.input: Add test case.
53228 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
53230         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
53231         * posix/bug-regex31.input: New file.
53233         [BZ #12078]
53234         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
53235         (parse_sub_exp): Fix last change, use postorder.
53237         * posix/bug-regex31.c: New file.
53238         * posix/Makefile: Add rules to build and run bug-regex31.
53240         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
53242         [BZ #12078]
53243         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
53245         [BZ #12108]
53246         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
53247         to have entries in sys_siglist.
53249         [BZ #12093]
53250         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
53251         be NULL.
53253 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
53255         [BZ #3268]
53256         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
53257         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
53258         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
53259         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
53260         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
53261         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
53262         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
53263         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
53264         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
53265         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
53266         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
53267         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
53268         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
53269         * math/ftestexcept.c (fetestexcept): Likewise.
53270         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
53271         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
53272         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
53273         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
53274         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
53275         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
53276         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
53278 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
53280         [BZ #12107]
53281         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
53282         newline.
53284 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
53286         * string/bug-strstr1.c: New file.
53287         * string/Makefile: Add rules to build and run bug-strstr1.
53289 2010-10-05  Eric Blake  <eblake@redhat.com>
53291         [BZ #12092]
53292         * string/str-two-way.h (two_way_long_needle): Always clear memory
53293         when skipping input due to the shift table.
53295 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
53297         [BZ #12005]
53298         * malloc/mcheck.c: Handle large requests.
53300         [BZ #12077]
53301         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
53302         for strncmp and strncasecmp.
53303         * string/stratcliff.c: Add tests for strcmp and strncmp.
53304         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
53306 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
53308         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
53309         __set_fpscr.
53311 2010-09-30  Andreas Jaeger  <aj@suse.de>
53313         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
53314         (CGROUP_SUPER_MAGIC): Define.
53315         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53316         Handle btrfs and cgroup file systems.
53317         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
53318         Likewise.
53320 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
53322         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
53323         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
53325 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53327         [BZ #12067]
53328         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
53329         trying to locate the ELF header.
53331 2010-09-27  Andreas Schwab  <schwab@redhat.com>
53333         [BZ #11611]
53334         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
53335         Mask out sign-bit copies when constructing f_fsid.
53337 2010-09-24  Petr Baudis <pasky@suse.cz>
53339         * debug/stack_chk_fail_local.c: Add missing licence exception.
53340         * debug/warning-nop.c: Likewise.
53342 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
53344         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
53345         implementing getdents64 using getdents syscall, set d_type if
53346         __ASSUME_GETDENTS32_D_TYPE.
53348 2010-09-16  Andreas Schwab  <schwab@redhat.com>
53350         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
53351         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
53353 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
53355         [BZ #12037]
53356         * posix/unistd.h: Undo change of feature selection for ftruncate from
53357         2010-01-11.
53359 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
53361         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
53362         detection.
53364 2010-09-20  Andreas Schwab  <schwab@redhat.com>
53366         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
53367         fanotify_mark.
53368         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
53370 2010-09-14  Andreas Schwab  <schwab@redhat.com>
53372         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
53373         variables after CHECK_SP call.
53374         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
53376 2010-09-13  Andreas Schwab  <schwab@redhat.com>
53377             Ulrich Drepper  <drepper@redhat.com>
53379         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
53380         re-relocationg ld.so.
53381         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
53382         _dl_init_paths call.
53383         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
53384         here anymore.
53386 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
53388         * resolv/res_init.c (__res_vinit): Count the default server we added.
53390 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
53391             Ulrich Drepper  <drepper@redhat.com>
53393         [BZ #11968]
53394         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
53395         (____longjmp_chk): Use %ebx for saving value across system call.
53396         Add unwind info.
53398 2010-09-06  Andreas Schwab  <schwab@redhat.com>
53400         * manual/Makefile: Don't mix pattern rules with normal rules.
53402 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
53404         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
53405         operation.
53406         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
53407         * libio/iofopncook.c (_IO_cookie_init): Likewise.
53408         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
53409         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
53410         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53411         Likewise.
53413 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
53415         [BZ #11979]
53416         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
53417         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
53419 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
53421         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
53422         * sysdeps/x86_64/addmul_1.S: Likewise.
53423         * sysdeps/x86_64/lshift.S: Likewise.
53424         * sysdeps/x86_64/mul_1.S: Likewise.
53425         * sysdeps/x86_64/rshift.S: Likewise.
53426         * sysdeps/x86_64/sub_n.S: Likewise.
53427         * sysdeps/x86_64/submul_1.S: Likewise.
53429 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53431         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
53432         Define __sched_param instead of SCHED_* and sched_param when
53433         <bits/sched.h> is included with __need_schedparam defined.
53434         * bits/sched.h [__need_schedparam]
53435         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
53436         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
53437         (__defined_schedparam): Define to 1.
53438         (__sched_param): New structure, identical to sched_param.
53439         (__need_schedparam): Undefine.
53441 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
53443         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
53444         (epoll_create1): Declare.
53446         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
53448 2010-08-31  Andreas Schwab  <schwab@redhat.com>
53450         [BZ #7066]
53451         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
53452         shifting retval into place.
53454 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
53456         * nis/rpcsvc/nis.h: Update copyright notice.
53457         * nis/rpcsvc/nis.x: Likewise.
53458         * nis/rpcsvc/nis_callback.h: Likewise.
53459         * nis/rpcsvc/nis_callback.x: Likewise.
53460         * nis/rpcsvc/nis_object.x: Likewise.
53461         * nis/rpcsvc/nis_tags.h: Likewise.
53462         * nis/rpcsvc/yp.h: Likewise.
53463         * nis/rpcsvc/yp.x: Likewise.
53464         * nis/rpcsvc/ypupd.h: Likewise.
53465         * nis/yp_xdr.c: Likewise.
53466         * nis/ypupdate_xdr.c: Likewise.
53468         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
53469         mainly the body of pmap_getport.  Add parameters to specify timeouts.
53470         (pmap_getport): Use __libc_rpc_getport.
53471         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
53472         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
53473         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
53475 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
53477         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
53478         fanotify_mark.
53480 2010-08-27  Roland McGrath  <roland@redhat.com>
53482         * sysdeps/i386/i686/multiarch/Makefile
53483         (CFLAGS-varshift.c): New variable.
53485 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
53487         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
53488         * sysdeps/i386/i686/multiarch/varshift.c: New file.
53490         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
53492         * sysdeps/x86_64/strlen.S: Minimal code improvement.
53494 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
53496         * sysdeps/x86_64/strlen.S: Unroll the loop.
53497         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53498         strlen-sse2 strlen-sse2-bsf.
53499         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
53500         __strlen_no_bsf if bit_Slow_BSF is set.
53501         (__strlen_sse42): Removed.
53502         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
53503         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
53505 2010-08-25  Roland McGrath  <roland@redhat.com>
53507         * sysdeps/x86_64/multiarch/varshift.S: File removed.
53508         * sysdeps/x86_64/multiarch/varshift.c: New file.
53509         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
53510         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
53511         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
53512         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
53514 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
53516         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53517         strlen-sse2 strlen-sse2-bsf.
53518         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
53519         __strlen_sse2_bsf if bit_Slow_BSF is unset.
53520         (__strlen_sse2): Removed.
53521         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
53522         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
53523         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
53524         bit_Slow_BSF for Atom.
53525         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
53526         (index_Slow_BSF): Define.
53527         (HAS_SLOW_BSF): Define.
53529 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
53531         [BZ #10851]
53532         * resolv/res_init.c (__res_vinit): When no server address at all
53533         is given default to loopback.
53535 2010-08-24  Roland McGrath  <roland@redhat.com>
53537         * configure.in: Remove config-name.h generation.
53538         * configure: Regenerated.
53539         * config-name.in: File removed.
53540         * scripts/config-uname.sh: New file.
53541         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
53542         ($(objdir)config-name.h): New target.
53544         * sunrpc/rpc_parse.h: Avoid nested comment.
53546 2010-08-24  Richard Henderson  <rth@redhat.com>
53547             Ulrich Drepper  <drepper@redhat.com>
53548             H.J. Lu  <hongjiu.lu@intel.com>
53550         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
53551         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
53552         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
53553         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
53554         _mm_alignr_epi8 with _mm_loadu_si128.
53555         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
53556         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
53557         (__m128i_shift_right): Removed.
53558         * sysdeps/i386/i686/multiarch/varshift.h: New file.
53559         * sysdeps/i386/i686/multiarch/varshift.S: New file.
53560         * sysdeps/x86_64/multiarch/varshift.h: New file.
53561         * sysdeps/x86_64/multiarch/varshift.S: New file.
53563 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
53565         * configure.in: Move assembler checks to before sysdep dir checking.
53567 2010-08-20  Petr Baudis  <pasky@suse.cz>
53569         * LICENSES: Sync the sunrpc license.
53571 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
53573         * sunrpc/auth_des.c: Update copyright notice once again.
53574         * sunrpc/auth_none.c: Likewise.
53575         * sunrpc/auth_unix.c: Likewise.
53576         * sunrpc/authdes_prot.c: Likewise.
53577         * sunrpc/authuxprot.c: Likewise.
53578         * sunrpc/bindrsvprt.c: Likewise.
53579         * sunrpc/clnt_gen.c: Likewise.
53580         * sunrpc/clnt_perr.c: Likewise.
53581         * sunrpc/clnt_raw.c: Likewise.
53582         * sunrpc/clnt_simp.c: Likewise.
53583         * sunrpc/clnt_tcp.c: Likewise.
53584         * sunrpc/clnt_udp.c: Likewise.
53585         * sunrpc/clnt_unix.c: Likewise.
53586         * sunrpc/des_crypt.c: Likewise.
53587         * sunrpc/des_soft.c: Likewise.
53588         * sunrpc/get_myaddr.c: Likewise.
53589         * sunrpc/getrpcport.c: Likewise.
53590         * sunrpc/key_call.c: Likewise.
53591         * sunrpc/key_prot.c: Likewise.
53592         * sunrpc/openchild.c: Likewise.
53593         * sunrpc/pm_getmaps.c: Likewise.
53594         * sunrpc/pm_getport.c: Likewise.
53595         * sunrpc/pmap_clnt.c: Likewise.
53596         * sunrpc/pmap_prot.c: Likewise.
53597         * sunrpc/pmap_prot2.c: Likewise.
53598         * sunrpc/pmap_rmt.c: Likewise.
53599         * sunrpc/rpc/auth.h: Likewise.
53600         * sunrpc/rpc/auth_unix.h: Likewise.
53601         * sunrpc/rpc/clnt.h: Likewise.
53602         * sunrpc/rpc/des_crypt.h: Likewise.
53603         * sunrpc/rpc/key_prot.h: Likewise.
53604         * sunrpc/rpc/netdb.h: Likewise.
53605         * sunrpc/rpc/pmap_clnt.h: Likewise.
53606         * sunrpc/rpc/pmap_prot.h: Likewise.
53607         * sunrpc/rpc/pmap_rmt.h: Likewise.
53608         * sunrpc/rpc/rpc.h: Likewise.
53609         * sunrpc/rpc/rpc_des.h: Likewise.
53610         * sunrpc/rpc/rpc_msg.h: Likewise.
53611         * sunrpc/rpc/svc.h: Likewise.
53612         * sunrpc/rpc/svc_auth.h: Likewise.
53613         * sunrpc/rpc/types.h: Likewise.
53614         * sunrpc/rpc/xdr.h: Likewise.
53615         * sunrpc/rpc_clntout.c: Likewise.
53616         * sunrpc/rpc_cmsg.c: Likewise.
53617         * sunrpc/rpc_common.c: Likewise.
53618         * sunrpc/rpc_cout.c: Likewise.
53619         * sunrpc/rpc_dtable.c: Likewise.
53620         * sunrpc/rpc_hout.c: Likewise.
53621         * sunrpc/rpc_main.c: Likewise.
53622         * sunrpc/rpc_parse.c: Likewise.
53623         * sunrpc/rpc_parse.h: Likewise.
53624         * sunrpc/rpc_prot.c: Likewise.
53625         * sunrpc/rpc_sample.c: Likewise.
53626         * sunrpc/rpc_scan.c: Likewise.
53627         * sunrpc/rpc_scan.h: Likewise.
53628         * sunrpc/rpc_svcout.c: Likewise.
53629         * sunrpc/rpc_tblout.c: Likewise.
53630         * sunrpc/rpc_util.c: Likewise.
53631         * sunrpc/rpc_util.h: Likewise.
53632         * sunrpc/rpcinfo.c: Likewise.
53633         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
53634         * sunrpc/rpcsvc/key_prot.x: Likewise.
53635         * sunrpc/rpcsvc/klm_prot.x: Likewise.
53636         * sunrpc/rpcsvc/mount.x: Likewise.
53637         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
53638         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
53639         * sunrpc/rpcsvc/rex.x: Likewise.
53640         * sunrpc/rpcsvc/rstat.x: Likewise.
53641         * sunrpc/rpcsvc/rusers.x: Likewise.
53642         * sunrpc/rpcsvc/sm_inter.x: Likewise.
53643         * sunrpc/rpcsvc/spray.x: Likewise.
53644         * sunrpc/rpcsvc/yppasswd.x: Likewise.
53645         * sunrpc/rtime.c: Likewise.
53646         * sunrpc/svc.c: Likewise.
53647         * sunrpc/svc_auth.c: Likewise.
53648         * sunrpc/svc_authux.c: Likewise.
53649         * sunrpc/svc_raw.c: Likewise.
53650         * sunrpc/svc_run.c: Likewise.
53651         * sunrpc/svc_simple.c: Likewise.
53652         * sunrpc/svc_tcp.c: Likewise.
53653         * sunrpc/svc_udp.c: Likewise.
53654         * sunrpc/svc_unix.c: Likewise.
53655         * sunrpc/svcauth_des.c: Likewise.
53656         * sunrpc/xcrypt.c: Likewise.
53657         * sunrpc/xdr.c: Likewise.
53658         * sunrpc/xdr_array.c: Likewise.
53659         * sunrpc/xdr_float.c: Likewise.
53660         * sunrpc/xdr_mem.c: Likewise.
53661         * sunrpc/xdr_rec.c: Likewise.
53662         * sunrpc/xdr_ref.c: Likewise.
53663         * sunrpc/xdr_sizeof.c: Likewise.
53664         * sunrpc/xdr_stdio.c: Likewise.
53666         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
53667         handling.
53669 2010-08-19  Andreas Schwab  <schwab@redhat.com>
53671         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
53673 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
53675         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
53676         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
53677         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
53678         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
53679         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
53680         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
53681         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
53682         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
53683         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
53684         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
53685         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
53686         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
53687         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
53688         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
53690 2010-07-26  Anton Blanchard  <anton@samba.org>
53692         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
53693         * malloc/arena.c (heap_trim): Likewise.
53695 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
53697         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
53698         here.  Not...
53699         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
53700         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
53702 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
53704         * sysdeps/i386/elf/Makefile: New file.
53706 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
53708         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
53709         from fanotify_init.
53710         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
53711         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
53713 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
53715         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
53716         of strncasecmp_l.
53717         * sysdeps/multiarch/strcmp.S: Likewise.
53719 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
53721         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
53722         strncase_l-nonascii.
53723         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
53724         Add strncase_l-ssse3.
53725         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
53726         * sysdeps/x86_64/strcmp.S: Likewise.
53727         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
53728         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
53729         * sysdeps/x86_64/strncase.S: New file.
53730         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
53731         * sysdeps/x86_64/strncase_l.S: New file.
53732         * string/Makefile (strop-tests): Add strncasecmp.
53733         * string/test-strncasecmp.c: New file.
53735         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
53736         warning.
53738         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
53739         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
53741 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
53743         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
53745 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
53747         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
53748         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
53749         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
53751 2010-05-01  Alan Modra  <amodra@gmail.com>
53753         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
53754         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
53755         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
53756         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
53757         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
53758         tidying.  Don't tail-call __sigjmp_save for static lib.
53759         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
53760         save location.
53761         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
53762         (CALL_MCOUNT): Add eh info, and nop after bl.
53763         (TAIL_CALL_SYSCALL_ERROR): New macro.
53764         (PSEUDO_RET): Use it.
53765         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
53766         Correct save location of integer regs and cr.
53767         (_dl_profile_resolve): Correct cr save location.  Delete nops
53768         after bl when SHARED.  Reduce cfi size a little by better
53769         placement of cfi directives.
53770         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
53771         make a stack frame.  Instead use parm save area as a temp.
53772         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
53773         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
53774         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
53775         Don't make a stack frame for parent, use parm save area.
53776         Increase child stack frame to 112 bytes.  Don't save unused reg,
53777         and adjust reg usage.  Set up cfi on error recovery and
53778         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
53779         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
53780         (__makecontext): Add dummy nop after jump to exit.
53781         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
53782         Use correct parm save area and cr save, reduce stack frame.
53783         Correct cfi for possible PSEUDO_RET frame setup.
53784         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
53785         Branch to local label emitted by PSEUDO_RET rather than
53786         __syscall_error.
53788 2010-08-12  Andreas Schwab  <schwab@redhat.com>
53790         [BZ #11904]
53791         * locale/programs/locale.c (print_assignment): New function.
53792         (show_locale_vars): Use it.
53794 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
53796         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
53797         field.
53798         (struct statfs64): Likewise.
53799         (_STATFS_F_FLAGS): Define.
53800         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
53801         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53802         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
53803         (ST_VALID): Define locally.
53804         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
53805         __statvfs_getflags, use the provided value.
53806         * sysdeps/unix/sysv/linux/kernel-features.h: Define
53807         __ASSUME_STATFS_F_FLAGS.
53809         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
53811         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
53812         Add sys/fanotify.h.
53813         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
53814         fanotify_mask for GLIBC_2.13.
53815         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
53816         fanotify_init and fanotify_mark.
53817         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
53818         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
53820         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
53821         Add prlimit.
53822         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
53823         prlimit64 for GLIBC_2.13.
53824         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
53825         prlimit64.
53826         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
53827         syscall.
53828         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
53829         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
53830         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
53831         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
53832         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
53833         add prlimit alias.
53834         * sysdeps/unix/sysv/linux/prlimit.c: New file.
53836         [BZ #11903]
53837         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
53838         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
53840         * nss/Makefile: Add rules to build and run tst-nss-test1.
53841         * shlib-versions: Add entry for libnss_test1.
53842         * nss/nss_test1.c: New file.
53843         * nss/tst-nss-test1.c: New file.
53845         * nss/nsswitch.c (__nss_database_custom): Define new variable.
53846         (__nss_configure_lookup): Set appropriate entry in
53847         __nss_configure_lookup to true.
53848         * nss/nsswitch.h: Define enum with indeces of databases in
53849         databases and __nss_database_custom arrays.  Declare
53850         __nss_database_custom.
53851         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
53852         to avoid using nscd when custom rules are installed.
53853         * nss/getXXbyYY_r.c: Likewise.
53854         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
53856         * nss/nss_files/files-parse.c: Whitespace fixes.
53858 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
53860         [BZ #11883]
53861         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
53862         * posix/fnmatch_loop.c: Likewise.
53864 2010-07-17  Andi Kleen  <ak@linux.intel.com>
53866         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
53867         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
53868         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
53869         * Versions.def [GLIBC_2.13]: Add.
53871 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
53873         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
53874         Also fail if tpwd after pwuid call is NULL.
53876 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53878         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
53879         when converting to ms.
53881 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53883         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
53884         EOPNOTSUPP errors with ENOTTY.
53885         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
53886         EOPNOTSUPP errors with ENOTTY.
53888 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
53890         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
53891         Add strcasecmp_l-ssse3.
53892         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
53893         strcasecmp.
53894         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
53895         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
53896         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
53898 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
53900         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
53902         * string/Makefile (strop-tests): Add strcasecmp.
53903         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
53904         strcasecmp_l-nonascii.
53905         (gen-as-const-headers): Add locale-defines.sym.
53906         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
53907         * sysdeps/x86_64/strcasecmp.S: New file.
53908         * sysdeps/x86_64/strcasecmp_l.S: New file.
53909         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
53910         * sysdeps/x86_64/locale-defines.sym: New file.
53911         * string/test-strcasecmp.c: New file.
53913         * string/test-strcasestr.c: Test both ends of the range of characters.
53914         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
53916 2010-07-29  Roland McGrath  <roland@redhat.com>
53918         [BZ #11856]
53919         * manual/locale.texi (Yes-or-No Questions): Fix example code.
53921 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
53923         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
53924         for ld.so.
53926 2010-07-27  Andreas Schwab  <schwab@redhat.com>
53928         * manual/memory.texi (Malloc Tunable Parameters): Document
53929         M_PERTURB.
53931 2010-07-26  Roland McGrath  <roland@redhat.com>
53933         [BZ #11840]
53934         * configure.in (-fgnu89-inline check): Set and substitute
53935         gnu89_inline, not libc_cv_gnu89_inline.
53936         * configure: Regenerated.
53937         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
53939 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
53941         * string/test-strnlen.c: New file.
53942         * string/Makefile (strop-tests): Add strnlen.
53943         * string/tester.c (test_strnlen): Add a few more test cases.
53944         * string/tst-strlen.c: Better error reporting.
53946         * sysdeps/x86_64/strnlen.S: New file.
53948 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
53950         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
53951         lower-latency instructions.
53953 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
53955         * string/test-strcasestr.c: New file.
53956         * string/test-strstr.c: New file.
53957         * string/Makefile (strop-tests): Add strstr and strcasestr.
53958         * string/str-two-way.h: Don't undefine MAX.
53959         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
53961 2010-07-21  Andreas Schwab  <schwab@redhat.com>
53963         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53964         strcasestr-nonascii.
53965         (CFLAGS-strcasestr-nonascii.c): Define.
53966         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
53967         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
53968         Remove unused attribute.
53970 2010-07-20  Roland McGrath  <roland@redhat.com>
53972         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
53973         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
53974         ld.so.cache was broken.  With it, there is no way to disable dsocaps
53975         like LD_HWCAP_MASK can disable hwcaps.
53977 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
53979         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
53981 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
53983         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
53984         call in strcasestr.
53985         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
53986         __strcasestr_sse42_nonascii.
53987         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
53988         strcasestr-nonascii.c.
53989         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
53991 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
53993         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
53994         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
53995         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
53996         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
53998 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
54000         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
54001         fcntl.
54003 2010-07-06  Andreas Schwab  <schwab@redhat.com>
54005         [BZ #11577]
54006         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
54007         dl_signal_cerror.
54009 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
54011         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
54012         _PC_PIPE_BUF using F_GETPIPE_SZ.
54014 2010-07-05  Roland McGrath  <roland@redhat.com>
54016         * manual/arith.texi (Rounding Functions): Fix rint description
54017         implicit in round description.
54019 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
54021         * elf/Makefile: Fix linking for a few tests to make recent linker
54022         happy.
54024 2010-06-30  Andreas Schwab  <schwab@redhat.com>
54026         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
54027         $(common-objpfx)libc_nonshared.a.
54029 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
54031         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
54032         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
54033         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
54034         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
54035         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
54036         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
54037         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
54038         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
54039         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
54040         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
54041         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
54042         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
54043         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
54044         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
54045         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
54046         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
54047         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
54048         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
54049         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
54050         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
54051         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
54052         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
54053         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
54054         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
54055         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
54056         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
54057         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
54058         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
54059         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
54060         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
54061         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
54062         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
54063         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
54064         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
54065         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
54066         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
54067         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
54068         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
54069         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
54070         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
54071         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
54072         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
54073         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
54074         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
54075         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
54076         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
54077         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
54078         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
54080 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
54082         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
54083         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
54084         * string/memmove.c (memmove): Renamed to ...
54085         (MEMMOVE): ...this.  Default to memmove.
54086         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
54087         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
54088         (END_CHK): Define.
54089         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54090         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
54091         mempcpy-ssse3-back memmove-ssse3-back.
54092         * sysdeps/x86_64/multiarch/bcopy.S: New file .
54093         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
54094         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
54095         * sysdeps/x86_64/multiarch/memcpy.S: New file.
54096         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
54097         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
54098         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
54099         * sysdeps/x86_64/multiarch/memmove.c: New file.
54100         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
54101         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
54102         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
54103         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
54104         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
54105         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
54106         Define.
54107         (index_Fast_Copy_Backward): Define.
54108         (HAS_ARCH_FEATURE): Define.
54109         (HAS_FAST_REP_STRING): Define.
54110         (HAS_FAST_COPY_BACKWARD): Define.
54112 2010-06-21  Andreas Schwab  <schwab@redhat.com>
54114         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
54115         Restore proper fallback handling.
54117 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
54119         [BZ #11701]
54120         * posix/group_member.c (__group_member): Correct checking loop.
54122         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
54123         OOM in getpwuid_r correctly.  Return error number when the caller
54124         should return, otherwise -1.
54125         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
54126         call returning > 0 value.
54127         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
54129 2010-06-07  Andreas Schwab  <schwab@redhat.com>
54131         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
54132         libc_nonshared.a from targets in modules-names.
54134 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
54136         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
54137         requires it.
54139 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
54141         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
54142         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
54143         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
54144         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
54146 2010-06-02  Andreas Schwab  <schwab@redhat.com>
54148         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
54150 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
54152         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
54153         and F_GETPIPE_SZ.
54154         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
54155         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54156         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54157         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54158         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54159         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
54161 2010-06-14  Roland McGrath  <roland@redhat.com>
54163         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
54165 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
54167         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
54168         __REDIRECT followed by __THROW.
54169         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
54170         * posix/getopt.h (getopt): Likewise.
54172 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
54174         * hurd/lookup-at.c (__file_name_lookup_at): Accept
54175         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
54176         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
54177         in AT_FLAGS.
54178         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
54179         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
54181 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
54183         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
54185 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
54187         [BZ #11640]
54188         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54189         Properly check family and model.
54191 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
54193         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
54195 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
54197         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
54199 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
54201         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
54202         symbol reference.
54204 2010-05-19  Andreas Schwab  <schwab@redhat.com>
54206         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
54207         symbol reference.
54209 2010-05-21  Andreas Schwab  <schwab@redhat.com>
54211         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
54212         and internal_recvmmsg.
54213         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
54214         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
54215         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
54216         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
54218         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
54219         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
54220         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
54222 2010-05-20  Andreas Schwab  <schwab@redhat.com>
54224         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
54226 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
54228         POWER7 optimizations.
54229         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
54230         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
54232 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
54234         * version.h: Update for 2.13 development version.
54236 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
54238         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
54239         exceptions.  Return 0.
54241 2010-05-07  Roland McGrath  <roland@redhat.com>
54243         * elf/ldconfig.c (main): Add a const.
54245 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
54247         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
54248         (args_options): Add no-idn option.
54249         (ahosts_keys_int): Add idn_flags to ai_flags.
54250         (parse_option): Handle 'i' option to clear idn_flags.
54252         * malloc/malloc.c (_int_free): Possible race in the most recently
54253         added check.  Only act on the data if no current modification
54254         happened.
54256 See ChangeLog.17 for earlier changes.