Modify libio/tst-fopenloc.c to use test-skeleton.c
[glibc.git] / ChangeLog
blob9bee8199a135a00af0c3f85fa6e0bb90bc390453
1 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
3         * libio/tst-fopenloc.c: Use test-skeleton.c.
5         * stdlib/tst-bsearch.c: Use test-skeleton.c.
6         (entry): Rename to ITEM.
7         (do_test, comp): Adjust.
9         * stdio-common/tst-fseek.c: Use test-skeleton.c.
11 2014-12-16  Torvald Riegel  <triegel@redhat.com>
13         * string/tester.c: Include <libc-internal.h>.
14         (test_memset): Ignore -Wmemset-transposed-args.
16 2014-12-16  Torvald Riegel  <triegel@redhat.com>
18         * misc/tst-mntent2.c (do_test): Fix warning.
20 2014-12-16  Torvald Riegel  <triegel@redhat.com>
22         * elf/tst-unique4lib.cc(a): Mark as used.
24 2014-12-16  Florian Weimer  <fweimer@redhat.com>
26         [BZ #17630]
27         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
28         names.
30 2014-12-16  Allan McRae  <allan@archlinux.org>
32         * stdio-common/Makefile (tests): Re-add bug26.
34 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
36         [BZ #17657]
37         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
38         static array.
40 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
42         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
43         (__lll_lock_wait): Likewise.
44         (__lll_timedlock_wait): Likewise.
45         (__lll_timedwait_tid): Likewise.
46         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
47         (__lll_robust_timedlock_wait): Likewise.
48         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
49         (lll_cond_trylock): Likewise.
50         (__lll_lock): Likewise.
51         (__lll_robust_lock): Likewise.
52         (__lll_cond_lock): Likewise.
53         (lll_robust_cond_lock): Likewise.
54         (__lll_timedlock): Likewise.
55         (__lll_robust_timedlock): Likewise.
56         (__lll_unlock): Likewise.
57         (__lll_robust_unlock): Likewise.
58         (lll_wait_tid): Likewise.
59         (lll_timedwait_tid): Likewise.
61 2014-12-15  Torvald Riegel  <triegel@redhat.com>
63         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
65 2014-12-15  Torvald Riegel  <triegel@redhat.com>
67         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
69 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
71         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
72         * stdio-common/tst-sprintf.c: Likewise.
74 2014-12-15  Torvald Riegel  <triegel@redhat.com>
76         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
78 2014-12-15  Jeff Law  <law@redhat.com>
80         [BZ #16617]
81         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
82         on the heap.  (CVE-2012-3406)
83         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
84         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
85         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
87 2014-12-15  Will Newton  <will.newton@linaro.org>
89         * manual/install.texi: Bump required version of texinfo
90         to 4.7 from 4.5.
91         * INSTALL: Regenerated.
92         * configure.ac: Check for makeinfo version 4.7 and above.
93         * configure: Regenerated.
95 2014-12-12  Roland McGrath  <roland@hack.frob.com>
97         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
98         PREFIX, string constant to insert between directory and name.
99         * sysdeps/posix/shm_open.c: Update caller.
100         * sysdeps/posix/shm_unlink.c: Likewise.
101         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
102         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
103         (SEM_SHM_PREFIX): New macro.
104         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
105         [$(have-thread-library) = no].
106         * nptl/Makefile (libpthread-routines): Add shm-directory.
107         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
108         * sysdeps/nptl/shm-directory.h: New file.
109         * sysdeps/posix/shm-directory.c
110         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
111         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
112         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
113         INTERNAL_SYSCALL.
114         (__where_is_shmfs): Function removed.
115         (mountpoint, defaultmount, defaultdir, __namedsem_once):
116         Variables removed.
117         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
118         Use SHM_GET_NAME.
119         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
121         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
122         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
123         unconditional for use inside libpthread.
124         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
126 2014-12-12  Roland McGrath  <roland@hack.frob.com>
128         * nptl/pthread_getaffinity.c: New file.
129         * nptl/pthread_setaffinity.c: New file.
130         * nptl/pthread_getname.c: New file.
131         * nptl/pthread_setname.c: New file.
133         * nptl/pthread_create.c (START_THREAD_DEFN)
134         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
136 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
137             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
139         * resolv/res_send.c (send_vc): Disable warning resplen may
140         be used uninitialized.
142 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
144         * nptl/tst-mutex6.c
145         (ATTR_NULL): New define checks ATTR against NULL.
146         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
147         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
149 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
151         [BZ #17581]
152         * malloc/hooks.c
153         (mem2mem_check): Revert my previous change.
154         (malloc_check_get_size): Revert my previous change.
155         (mem2chunk_check): Revert my previous change.
157 2014-12-11  Roland McGrath  <roland@hack.frob.com>
159         * sysdeps/posix/shm-directory.c: New file.
160         * sysdeps/posix/shm-directory.h: New file.
161         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
162         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
163         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
164         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
165         Transmute EPERM to EACCES.
166         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
167         from ...
168         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
169         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
171 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
173         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
174         pointer and cast to uintptr_t.
175         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
176         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
177         Add cast to avoid warning.
178         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
180 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
182         * nptl/semaphore.h: Move to ...
183         * sysdeps/pthread/semaphore.h: ... here.
184         * Makefile (installed-headers): Change nptl/semaphore.h to
185         sysdeps/pthread/semaphore.h.
187 2014-12-11  Roland McGrath  <roland@hack.frob.com>
189         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
190         generated error format strings.
192         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
193         -Wformat-extra-args warnings for scanf formats.
194         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
195         test of zero-length format (duh).
196         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
197         corner-case scanf format test.
198         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
199         generated fprintf format string.
200         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
201         corner-case sprintf format tests.
202         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
203         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
204         -Wformat-extra-args warnings throughout.
205         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
206         (CFLAGS-scanf4.c): Likewise.
207         (CFLAGS-scanf7.c): Likewise.
208         (CFLAGS-tst-sprintf.c): Likewise.
209         (CFLAGS-tst-printf.c): Likewise.
210         (CFLAGS-tst-printfsz.c): Likewise.
212 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
214         * include/cpio.h: New file.
215         * include/fmtmsg.h: Likewise.
217         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
218         corresponding format argument to size_t.
219         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
220         arguments.
221         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
222         corresponding format argument to size_t.
223         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
224         arguments.
225         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
226         corresponding format argument to size_t.
227         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
228         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
229         (CFLAGS-tst-mbswcs2.c): Likewise.
230         (CFLAGS-tst-mbswcs3.c): Likewise.
231         (CFLAGS-tst-mbswcs4.c): Likewise.
232         (CFLAGS-tst-mbswcs5.c): Likewise.
233         (CFLAGS-tst-trans.c): Likewise
235 2014-12-11  Roland McGrath  <roland@hack.frob.com>
237         * posix/regexbug1.c (main): Use "%s" format with regerror results,
238         rather than assuming they won't contain any '%'s.
240 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
242         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
243         inhibit_loop_to_libcall to avoid recursive calls.
244         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
245         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
247 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
249         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
250         prototype.
252 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
254         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
255         integer value instead of boolean.
257 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
259         * malloc/malloc.c: Fix powerof2 check.
261 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
263         * locale/programs/locfile.h (maybe_swap_uint32):
264         Remove inline and add unused attribute.
266 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
268         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
269         Truncating assembler expression to a .long expression.
271 2014-12-11  Andreas Schwab  <schwab@suse.de>
273         * elf/rtld.c (struct map_args): Constify str member.
274         (do_preload): Constify fname argument.
276 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
278         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
279         constants definition.
281 2014-12-11  Andreas Schwab  <schwab@suse.de>
283         [BZ #16657]
284         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
285         FORCE_ELISION instead of DO_ELISION.
286         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
287         Remove.
288         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
289         Likewise.
291         * iconvdata/gconv-modules: Remove duplicate entry.
293 2014-12-11  Will Newton  <will.newton@linaro.org>
295         Merge gettext 0.19.3 into intl/.
297         This involves a number of cosmetic changes to comments
298         and ANSI function definitions and prototypes throughout
299         all the files. The gettext copyright header is used but
300         with the date ranges taken from the glibc copy.
302         * NEWS: Add gettext merge to 2.21.
303         * intl/bindtextdom.c: Switch to gettext copyright.
304         Use ANSI definitions and prototypes.
305         Use gl_* locking primitives rather than __libc_* ones.
306         Use __builtin_expect rather than __glibc_likely/unlikely.
307         * intl/dcgettext.c: Switch to gettext copyright.
308         Use ANSI definitions and prototypes.
309         * intl/dcigettext.c: Switch to gettext copyright.
310         Use ANSI definitions and prototypes.
311         (INTDIV0_RAISES_SIGFPE): New define.
312         Use gl_* locking primitives rather than __libc_* ones.
313         Include eval-plural.h instead of plural-eval.c.
314         Use __builtin_expect rather than __glibc_likely/unlikely.
315         * intl/dcngettext.c: Switch to gettext copyright.
316         Use ANSI definitions and prototypes.
317         * intl/dgettext.c: Likewise.
318         * intl/dngettext.c: Likewise.
319         * intl/plural-eval.c: Renamed to...
320         * intl/eval-plural.h: ...this.
321         * intl/explodename.c: Switch to gettext copyright.
322         Use ANSI definitions and prototypes.
323         (_nl_explode_name): Use strchr instead of __rawmemchr.
324         * intl/finddomain.c: Switch to gettext copyright.
325         Use ANSI definitions and prototypes.
326         Use gl_* locking primitives rather than __libc_* ones.
327         (_nl_find_domain): Use malloc rather than alloca for
328         allocation of temporary locale name.
329         * intl/gettext.c: Switch to gettext copyright.
330         Use ANSI definitions and prototypes.
331         * intl/gettextP.h: Switch to gettext copyright.
332         Use ANSI definitions and prototypes.
333         Use gl_* locking primitives rather than __libc_* ones.
334         * intl/gmo.h: Switch to gettext copyright.
335         (struct sysdep_string): Move struct segment_pair outside of
336         struct definition.
337         * intl/hash-string.c: Use ANSI definitions and prototypes.
338         * intl/hash-string.h: Switch to gettext copyright.
339         Use ANSI definitions and prototypes.
340         * intl/l10nflist.c: Switch to gettext copyright.
341         Use ANSI definitions and prototypes.
342         (_nl_normalize_codeset): Avoid integer overflow.
343         * intl/loadinfo.h: Switch to gettext copyright.
344         Use ANSI definitions and prototypes.
345         (LIBINTL_DLL_EXPORTED): New define.
346         (PATH_SEPARATOR): New define.
347         * intl/loadmsgcat.c: Switch to gettext copyright.
348         * intl/localealias.c: Switch to gettext copyright.
349         Use ANSI definitions and prototypes.
350         (_nl_expand_alias): Use PATH_SEPARATOR.
351         * intl/ngettext.c: Switch to gettext copyright.
352         Use ANSI definitions and prototypes.
353         * intl/plural-exp.c: Likewise.
354         * intl/plural-exp.h: Switch to gettext copyright.
355         Use ANSI definitions and prototypes.
356         (struct expression): Move definition of enum operator outside
357         of struct definition.
358         * intl/plural.c: Regenerate.
359         * intl/plural.y: Switch to gettext copyright.
360         Use ANSI definitions and prototypes.
361         Port to bison 3.0.
362         * intl/textdomain.c: Switch to gettext copyright.
363         Use ANSI definitions and prototypes.
364         Use gl_* locking primitives rather than __libc_* ones.
366 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
368         * debug/warning-nop.c: Add used atrribute.
370 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
372         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
374         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
375         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
376         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
378 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
379             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
381         [BZ #17634]
382         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
383         Undefine after defining function.  Define as weak alias of
384         __wcschr.  Use libc_hidden_weak.
385         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
386         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
387         (libc_hidden_def): Also define __GI___wcschr alias.
388         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
389         __wcschr and define as weak alias of __wcschr.
390         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
391         __wcschr.
392         [!WCSCHR] (DEFAULT_WCSCHR): Define.
393         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
394         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
395         libc_hidden_weak.  Do not use libc_hidden_def.
396         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
397         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
398         __GI___wcschr alias.
399         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
400         [IS_IN (libc)] (wcschr): Define as macro expanding to
401         __redirect_wcschr.
402         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
403         [IS_IN (libc)] (__wcschr_power6): Likewise.
404         [IS_IN (libc)] (__wcschr_power7): Likewise.
405         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
406         instead of wcschr.
407         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
408         __libc_wcschr.
409         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
410         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
411         __wcschr and define as weak alias of __wcschr.  Use
412         libc_hidden_builtin_def.
413         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
414         as weak alias of __wcschr.  Use libc_hidden_weak.
415         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
416         wcschr.
417         * time/era.c (_nl_init_era_entries): Likewise.
418         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
419         variable.
420         (test-xfail-XPG3/time.h/linknamespace): Likewise.
421         (test-xfail-XPG4/time.h/linknamespace): Likewise.
423 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
425         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
426         format for long int variable.
428 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
430         [BZ #10672]
431         * manual/search.texi: (Array Sort Function): Remove claim how to make
432         qsort stable.
434 2014-12-10  Andreas Schwab  <schwab@suse.de>
436         [BZ #12847]
437         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
438         user-controlled locks.
440 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
442         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
443         register.
445 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
447         * configure.ac (--disable-werror): New configure option.
448         (enable_werror): New AC_SUBST.
449         * configure: Regenerated.
450         * config.make.in (enable-werror): New variable.
451         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
452         -Wno-error=undef.
453         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
454         * manual/install.texi (Configuring and compiling): Document
455         --disable-werror.
456         * INSTALL: Regenerated.
457         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
458         (CFLAGS-tst-chk2.c): Likewise.
459         (CFLAGS-tst-chk3.c): Likewise.
460         (CFLAGS-tst-chk4.cc): Likewise.
461         (CFLAGS-tst-chk5.cc): Likewise.
462         (CFLAGS-tst-chk6.cc): Likewise.
463         (CFLAGS-tst-lfschk1.c): Likewise.
464         (CFLAGS-tst-lfschk2.c): Likewise.
465         (CFLAGS-tst-lfschk3.c): Likewise.
466         (CFLAGS-tst-lfschk4.cc): Likewise.
467         (CFLAGS-tst-lfschk5.cc): Likewise.
468         (CFLAGS-tst-lfschk6.cc): Likewise.
470         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
471         (main): Disable -Wdeprecated-declarations around calls to
472         register_printf_function.
474         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
475         (do_test): Disable -Wdiv-by-zero around some calls to
476         fwrite_unlocked and fread_unlocked.
478         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
479         (DIAG_POP_NEEDS_COMMENT): Likewise.
480         (_DIAG_STR1): Likewise.
481         (_DIAG_STR): Likewise.
482         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
483         * stdio-common/bug21.c: Include <libc-internal.h>.
484         (do_test): Disable -Wformat around call to sscanf.
485         * stdio-common/scanf14.c: Include <libc-internal.h>.
486         (main): Disable -Wformat around some calls to scanf functions.
488 2014-12-09  Torvald Riegel  <triegel@redhat.com>
490         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
492 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
494         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
495         stack variable alignment.
497 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
499         [BZ #17682]
500         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
501         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
502         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
503         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
504         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
505         __getrlimit instead of getrlimit.
506         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
507         __gettimeofday instead of gettimeofday.
508         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
509         Likewise.
510         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
511         Likewise.
512         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
513         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
514         Remove variable.
515         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
516         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
518 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
520         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
521         for wide-character tests.
523 2014-12-04  Roland McGrath  <roland@hack.frob.com>
525         * io/openat64.c: #include <libc-internal.h>
526         (__openat64): Prototypify.  Use ignore_value on MODE.
527         * io/openat.c: Likewise.
528         * misc/reboot.c: #include <libc-internal.h>
529         (reboot): Prototypify.  Use ignore_value on HOWTO.
530         * misc/ptrace.c: #include <libc-internal.h>
531         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
533 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
535         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
536         XPG4, UNIX98 and XOPEN2K.
537         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
538         Remove variable.
539         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
541 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
543         * libio/fileops.c: Use ISO C style for function definitions.
544         * libio/iofopen.c: Likewise.
545         * libio/wfileops.c: Likewise.
547         [BZ #17653]
548         * libio/fileops.c (_IO_new_file_underflow): Unset cached
549         offset on EOF.
550         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
551         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
552         (fgets_func): Function pointer to fgets and fgetws.
553         (do_ftell_test): Add test to verify ftell value after read
554         EOF.
555         (do_test): Set fgets_func.
557         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
558         O_TRUNC flag for w and w+ modes.
559         (do_rewind_test): Likewise.
560         (do_ftell_test): Likewise.
561         (do_write_test): Likewise.
563         [BZ #17647]
564         * libio/fileops.c (do_ftell): Seek only when there are
565         unflushed writes.
566         * libio/wfileops.c (do_ftell_wide): Likewise.
567         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
568         test case.
569         (do_one_test): Call it.
571 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
573         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
574         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
575         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
576         Remove variable.
577         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
578         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
579         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
581 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
583         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
584         Remove variable.
585         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
587         [BZ #17668]
588         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
589         as weak alias of __getifaddrs.  Use libc_hidden_weak.
590         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
591         __freeifaddrs.  Use libc_hidden_weak.
592         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
593         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
594         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
595         __freeifaddrs.  Use libc_hidden_weak.
596         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
597         __getifaddrs and define as weak alias of __getifaddrs.  Use
598         libc_hidden_weak.
599         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
600         __freeifaddrs.  Use libc_hidden_weak.
601         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
602         Remove variable.
603         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
604         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
606 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
608         [BZ #17601]
609         * sysdeps/mips/start.S (__start): Use indirect jump to call
610         __libc_start_main.
612 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
614         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
616         * nptl/tst-mutex1.c: Include <stdbool.h>.
617         [!ATTR] (ATTR_NULL): New macro.
618         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
619         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
620         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
622         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
623         to char *.
625         [BZ #17665]
626         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
627         Change conditional to [__USE_MISC].
629         [BZ #17664]
630         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
631         fgets_unlocked.
632         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
633         __fgets_unlocked.
634         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
635         fgets_unlocked.
636         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
637         Remove variable.
638         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
639         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
640         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
641         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
642         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
643         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
644         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
645         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
646         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
648         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
650 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
652         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
653         Remove strpbrk objects.
654         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
655         (__libc_ifunc_impl_list): Remove strpbrk implementation.
656         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
657         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
658         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
659         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
661         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
662         Remove strcspn objects.
663         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
664         (__libc_ifunc_impl_list): Remove strcspn implementation.
665         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
666         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
667         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
668         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
670         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
671         Remove strspn objetcs.
672         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
673         (__libc_ifunc_impl_list): Remove strspn implementation.
674         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
675         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
676         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
677         * sysdeps/powerpc/powerpc64/strspn.S: New file.
679 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
681         [BZ #17581]
682         * malloc/hooks.c
683         (mem2mem_check): Add a terminator to the chain of checking blocks.
684         (malloc_check_get_size): Use it here.
685         (mem2chunk_check): Ditto.
687 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
689         * sysdeps/powerpc/powerpc64/strtok.S: New file.
690         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
692 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
694         * bits/ioctl-types.h: Indent preprocessor directives correctly.
696         * nptl/nptl-init.c: Include libc-internal.h.
697         (__pthread_initialize_minimal_internal): Use ROUND_UP.
699         * elf/ldconfig.c (search_dir): Expand comment.
701 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
703         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
704         variable.
705         (linknamespace-symlist-stdlibs-tests): Likewise.
706         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
707         instead of $(objpfx)symlist-stdlibs.
708         (linknamespace-libs-isoc): New variable.
709         (linknamespace-libs): Use $(linknamespace-libs-isoc).
710         (linknamespace-libs-ISO): New variable.
711         (linknamespace-libs-ISO99): Likewise.
712         (linknamespace-libs-ISO11): Likewise.
713         (linknamespace-libs-XPG3): Likewise.
714         (linknamespace-libs-XPG4): Likewise.
715         (linknamespace-libs-POSIX): Likewise.
716         (linknamespace-libs-UNIX98): Likewise.
717         (linknamespace-libs-XOPEN2K): Likewise.
718         (linknamespace-libs-POSIX2008): Likewise.
719         (linknamespace-libs-XOPEN2K8): Likewise.
720         ($(objpfx)symlist-stdlibs): Replace by
721         $(linknamespace-symlist-stdlibs-tests).  Use
722         $(linknamespace-libs-$*) as set of libraries.
723         ($(linknamespace-header-tests)): Update dependencies.  Use
724         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
725         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
726         * conform/linknamespace.pl: Remove comment about considering
727         definitions of symbols from irrelevant libraries.
729 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
731         [BZ #13862]
732         * elf/dl-tls.c: Include <atomic.h>.
733         (oom): Remove #ifdef SHARED/#endif.
734         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
735         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
736         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
737         big enough.
738         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
739         * nptl/Makefile (tests): Add tst-stack4.
740         (modules-names): Add tst-stack4mod.
741         ($(objpfx)tst-stack4): New.
742         (tst-stack4mod.sos): Likewise.
743         ($(objpfx)tst-stack4.out): Likewise.
744         ($(tst-stack4mod.sos)): Likewise.
745         (clean): Likewise.
746         * nptl/tst-stack4.c: New file.
747         * nptl/tst-stack4mod.c: Likewise.
749 2014-11-27  J. Brown  <jb999@gmx.de>
751         * sysdeps/x86/bits/string.h: Add recent CPUs.
753 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
755         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
756         sigblock.
758         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
759         feof.
761         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
762         variable.
764 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
766         * nscd/connections.c: Include libc-internal.h because of macro
767         usage ignore_value.
769 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
771         * string/bits/string3.h (__warn_memset_zero_len): Don't
772         declare for gcc newer than 5.0.
773         (memset): Don't test for zero-length __LEN for gcc newer than
774         5.0.
776 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
778         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
779         size_t for %zu format.
781         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
782         difference, not %ju.
784 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
786         * include/libc-internal.h (ignore_value): New macro.
787         * nscd/connections.c (restart): Wrap calls to setuid and setgid
788         with ignore_value.
790         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
791         definition.
793         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
794         pthread_cleanup_push to void *.
796         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
797         Undefine.
799         [BZ #16619]
800         [BZ #16740]
801         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
802         instead of 1L << 52.
804         * libio/bug-rewind.c (do_test): Check fwscanf return values.
805         * libio/bug-rewind2.c (do_test): Likewise.
807         * debug/test-stpcpy_chk-ifunc.c: Remove file.
808         * debug/test-strcpy_chk-ifunc.c: Likewise.
809         * wcsmbs/test-wcschr-ifunc.c: Likewise.
810         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
811         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
812         * wcsmbs/test-wcslen-ifunc.c: Likewise.
813         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
814         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
815         * Rules [$(multi-arch) = no] (tests): Do not filter out
816         $(tests-ifunc).
817         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
818         * debug/Makefile (tests-ifunc): Remove variable.
819         (tests): Do not add $(tests-ifunc).
820         * wcsmbs/Makefile (tests-ifunc): Remove variable.
821         (tests): Do not add $(tests-ifunc).
822         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
823         [TEST_IFUNC]: Remove conditionals.
824         * string/test-string.h (TEST_IFUNC): Remove macro.
825         [TEST_IFUNC]: Remove conditionals.
827         * string/test-strchr.c [!WIDE] (L): New macro.
828         [WIDE] (L): Likewise.
829         (check1): Use CHAR instead of char.  Use L on string and character
830         constants.
832 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
834         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
835         tests.
836         * sysdeps/powerpc/bits/atomic.h
837         (__arch_atomic_exchange_and_add_32_acq): Add definition.
838         (__arch_atomic_exchange_and_add_32_rel): Likewise.
839         (atomic_exchange_and_add_acq): Likewise.
840         (atomic_exchange_and_add_rel): Likewise.
841         * sysdeps/powerpc/powerpc32/bits/atomic.h
842         (__arch_atomic_exchange_and_add_64_acq): Add definition.
843         (__arch_atomic_exchange_and_add_64_rel): Likewise.
844         * sysdeps/powerpc/powerpc64/bits/atomic.h
845         (__arch_atomic_exchange_and_add_64_acq): Add definition.
846         (__arch_atomic_exchange_and_add_64_rel): Likewise.
848 2014-11-26  Torvald Riegel  <triegel@redhat.com>
850         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
851         Change synchronization of __sched_fifo_min_prio and
852         __sched_fifo_max_prio.
853         * nptl/pthread_mutexattr_getprioceiling.c
854         (pthread_mutexattr_getprioceiling): Likewise.
855         * nptl/pthread_mutexattr_setprioceiling.c
856         (pthread_mutexattr_setprioceiling): Likewise.
857         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
858         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
859         Likewise.
861 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
863         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
864         void.
866 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
868         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
869         third argument const.
871 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
873         fnmatch: work around GCC compiler warning bug with uninit var
874         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
875         This works around a bug with x86-64 GCC 4.9.2 and earlier
876         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
877         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
878         used uninitialized in this function [-Wmaybe-uninitialized]".
880 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
882         * posix/bug-regex31.c (main): Return RES not 0.
884 2014-11-25  Anton Blanchard <anton@samba.org>
886         * sysdeps/powerpc/bits/atomic.h
887         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
889 2014-11-24  Sterling Augustine  <saugustine@google.com>
891         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
893 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
895         [BZ #17608]
896         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
898 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
900         [BZ #17633]
901         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
902         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
903         variable.
904         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
905         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
907 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
909         * string/strncpy.c (strncpy): Improve performance by using memset.
911 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
913         * string/strcpy.c (strcpy):
914         Improve performance by using strlen and memcpy.
916 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
918         * string/strcoll_l.c (get_next_seq): __always_inline.
919         * string/strcoll_l.c (do_compare): __always_inline.
921 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
923         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
924         defined.
925         * include/mqueue.h: Likewise.
926         * include/stdlib.h: Likewise.
928         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
929         (get_null_defines): Adjust.
930         * sunrpc/Makefile: Adjust comment.
931         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
932         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
933         (CFLAGS-interp.c): Likewise.
934         (CFLAGS-ldconfig.c): Likewise.
935         (CPPFLAGS-.os): Likewise.
936         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
937         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
938         * extra-modules.mk (extra-modules.mk): Likewise.
939         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
940         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
941         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
942         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
943         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
944         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
945         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
946         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
947         * iconvdata/Makefile (CPPFLAGS): Likewise.
948         (cpp-srcs-left): Add libof for all iconvdata routines.
949         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
950         * include/assert.h: Likewise.
951         * include/ctype.h: Likewise.
952         * include/errno.h: Likewise.
953         * include/libc-symbols.h: Likewise.
954         * include/math.h: Likewise.
955         * include/netdb.h: Likewise.
956         * include/resolv.h: Likewise.
957         * include/stdio.h: Likewise.
958         * include/stdlib.h: Likewise.
959         * include/string.h: Likewise.
960         * include/sys/stat.h: Likewise.
961         * include/wctype.h: Likewise.
962         * intl/l10nflist.c: Likewise.
963         * libidn/idn-stub.c: Likewise.
964         * libio/libioP.h: Likewise.
965         * nptl/libc_multiple_threads.c: Likewise.
966         * nptl/pthreadP.h: Likewise.
967         * posix/regex_internal.h: Likewise.
968         * resolv/res_hconf.c: Likewise.
969         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
970         * sysdeps/arm/memmove.S: Likewise.
971         * sysdeps/arm/sysdep.h: Likewise.
972         * sysdeps/generic/_itoa.h: Likewise.
973         * sysdeps/generic/symbol-hacks.h: Likewise.
974         * sysdeps/gnu/errlist.awk: Likewise.
975         * sysdeps/gnu/errlist.c: Likewise.
976         * sysdeps/i386/i586/memcpy.S: Likewise.
977         * sysdeps/i386/i586/memset.S: Likewise.
978         * sysdeps/i386/i686/memcpy.S: Likewise.
979         * sysdeps/i386/i686/memmove.S: Likewise.
980         * sysdeps/i386/i686/mempcpy.S: Likewise.
981         * sysdeps/i386/i686/memset.S: Likewise.
982         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
983         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
984         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
985         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
986         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
987         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
988         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
989         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
990         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
991         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
992         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
993         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
994         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
995         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
996         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
997         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
998         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
999         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
1000         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
1001         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
1002         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
1003         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
1004         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
1005         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
1006         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
1007         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
1008         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
1009         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
1010         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
1011         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
1012         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
1013         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
1014         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
1015         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
1016         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
1017         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
1018         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
1019         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
1020         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
1021         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
1022         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
1023         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
1024         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
1025         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
1026         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
1027         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
1028         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
1029         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
1030         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
1031         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
1032         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
1033         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
1034         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
1035         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
1036         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
1037         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
1038         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
1039         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
1040         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
1041         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
1042         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
1043         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
1044         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
1045         * sysdeps/nptl/bits/libc-lock.h: Likewise.
1046         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1047         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
1048         * sysdeps/posix/closedir.c: Likewise.
1049         * sysdeps/posix/opendir.c: Likewise.
1050         * sysdeps/posix/readdir.c: Likewise.
1051         * sysdeps/posix/rewinddir.c: Likewise.
1052         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
1053         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
1054         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
1055         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
1056         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
1057         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
1058         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
1059         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
1060         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
1061         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
1062         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
1063         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
1064         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
1065         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
1066         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
1067         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
1068         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
1069         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
1070         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
1071         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
1072         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
1073         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
1074         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
1075         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
1076         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
1077         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
1078         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
1079         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
1080         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
1081         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
1082         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
1083         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
1084         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
1085         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
1086         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
1087         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
1088         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
1089         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
1090         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
1091         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
1092         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
1093         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
1094         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
1095         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
1096         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
1097         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
1098         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
1099         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
1100         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
1101         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
1102         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
1103         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
1104         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
1105         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
1106         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
1107         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
1108         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
1109         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
1110         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
1111         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
1112         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
1113         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
1114         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
1115         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
1116         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
1117         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
1118         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
1119         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
1120         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
1121         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
1122         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
1123         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
1124         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
1125         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
1126         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
1127         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
1128         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
1129         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
1130         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
1131         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
1132         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
1133         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
1134         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
1135         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
1136         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
1137         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
1138         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
1139         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
1140         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
1141         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
1142         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
1143         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
1144         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
1145         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
1146         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
1147         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
1148         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
1149         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
1150         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
1151         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
1152         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
1153         * sysdeps/unix/alpha/sysdep.S: Likewise.
1154         * sysdeps/unix/alpha/sysdep.h: Likewise.
1155         * sysdeps/unix/make-syscalls.sh: Likewise.
1156         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1157         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1158         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1159         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
1160         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1161         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
1162         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
1163         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1164         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1165         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
1166         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1167         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1168         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1169         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1170         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1171         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
1172         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1173         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1174         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1175         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1176         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
1177         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1178         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1179         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1180         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1181         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1182         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1183         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1184         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1185         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
1186         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1187         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1188         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
1189         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1190         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
1191         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1192         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
1193         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1194         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
1195         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
1196         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1197         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1198         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1199         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
1200         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1201         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1202         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1203         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
1204         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1205         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1206         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1207         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1208         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1209         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1210         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
1211         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1212         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1213         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1214         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
1215         * sysdeps/x86_64/memcpy.S: Likewise.
1216         * sysdeps/x86_64/memmove.c: Likewise.
1217         * sysdeps/x86_64/memset.S: Likewise.
1218         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
1219         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
1220         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
1221         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
1222         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
1223         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
1224         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
1225         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
1226         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
1227         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
1228         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
1229         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
1230         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
1231         * sysdeps/x86_64/multiarch/memset.S: Likewise.
1232         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
1233         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
1234         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
1235         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
1236         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
1237         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
1238         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
1239         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
1240         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
1241         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
1242         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
1243         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
1244         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
1245         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
1246         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
1247         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
1248         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
1249         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
1250         * sysdeps/x86_64/strcmp.S: Likewise.
1252         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
1254         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
1255         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
1256         * elf/rtld-Rules: Likewise.
1257         * elf/setup-vdso.h: Likewise.
1258         * include/assert.h: Likewise.
1259         * include/bits/stdlib-float.h: Likewise.
1260         * include/errno.h: Likewise.
1261         * include/sys/stat.h: Likewise.
1262         * include/unistd.h: Likewise.
1263         * sysdeps/aarch64/setjmp.S: Likewise.
1264         * sysdeps/alpha/setjmp.S: Likewise.
1265         * sysdeps/arm/__longjmp.S: Likewise.
1266         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
1267         * sysdeps/arm/setjmp.S: Likewise.
1268         * sysdeps/arm/sysdep.h: Likewise.
1269         * sysdeps/generic/_itoa.h: Likewise.
1270         * sysdeps/generic/dl-sysdep.h: Likewise.
1271         * sysdeps/generic/ldsodefs.h: Likewise.
1272         * sysdeps/i386/dl-tls.h: Likewise.
1273         * sysdeps/i386/setjmp.S: Likewise.
1274         * sysdeps/m68k/setjmp.c: Likewise.
1275         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
1276         * sysdeps/mach/hurd/opendir.c: Likewise.
1277         * sysdeps/posix/getcwd.c: Likewise.
1278         * sysdeps/posix/opendir.c: Likewise.
1279         * sysdeps/posix/profil.c: Likewise.
1280         * sysdeps/powerpc/dl-procinfo.h: Likewise.
1281         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
1282         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
1283         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
1284         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
1285         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
1286         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
1287         * sysdeps/s390/dl-tls.h: Likewise.
1288         * sysdeps/s390/s390-32/setjmp.S: Likewise.
1289         * sysdeps/s390/s390-64/setjmp.S: Likewise.
1290         * sysdeps/sh/sh3/setjmp.S: Likewise.
1291         * sysdeps/sh/sh4/setjmp.S: Likewise.
1292         * sysdeps/unix/alpha/sysdep.h: Likewise.
1293         * sysdeps/unix/arm/sysdep.S: Likewise.
1294         * sysdeps/unix/i386/sysdep.S: Likewise.
1295         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1296         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
1297         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1298         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1299         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1300         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1301         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
1302         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1303         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1304         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1305         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
1306         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1307         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1308         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
1309         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
1310         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1311         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1312         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1313         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1314         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1315         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1316         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1317         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1318         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1319         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1320         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1321         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1322         * sysdeps/unix/x86_64/sysdep.S: Likewise.
1323         * sysdeps/x86_64/setjmp.S: Likewise.
1325         * include/math.h: Use IS_IN instead of IS_IN_libm.
1326         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
1327         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
1328         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
1329         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
1330         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
1331         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
1332         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
1333         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
1334         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
1335         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
1336         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
1337         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
1338         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
1339         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
1340         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
1341         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
1342         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
1343         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
1344         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
1345         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
1346         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
1347         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
1348         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
1349         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
1350         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
1351         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
1352         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
1353         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
1354         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
1355         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
1356         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
1357         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
1358         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
1359         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
1360         Likewise.
1361         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
1362         Likewise.
1363         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
1364         Likewise.
1365         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
1366         Likewise.
1367         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
1368         Likewise.
1369         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
1370         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
1371         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
1372         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
1373         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
1374         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
1375         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
1376         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
1377         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
1378         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
1379         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
1380         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
1381         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
1382         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
1383         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
1384         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
1385         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
1386         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
1387         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
1388         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
1389         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
1390         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
1391         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
1392         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
1393         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
1394         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
1395         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
1397         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
1398         * nptl/pthreadP.h: Likewise.
1399         * nptl_db/structs.def: Likewise.
1400         * sysdeps/arm/sysdep.h: Likewise.
1401         * sysdeps/nptl/bits/libc-lock.h: Likewise.
1402         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1403         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
1404         * sysdeps/unix/alpha/sysdep.h: Likewise.
1405         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1406         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1407         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1408         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1409         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1410         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1411         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1412         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1413         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1414         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1415         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1416         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1417         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1418         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1419         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1420         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1421         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1422         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1423         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1424         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1425         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1426         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1427         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1428         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1429         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
1430         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1432         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
1433         * nptl/pthreadP.h: Likewise.
1434         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1435         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1436         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1437         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1438         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1439         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1440         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1441         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1442         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1443         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1444         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1445         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1446         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
1447         Likewise.
1448         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
1449         Likewise.
1450         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1451         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1452         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1453         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1454         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1455         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1456         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1457         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1459         * dlfcn/dladdr.c: Use IS_IN.
1460         * dlfcn/dladdr1.c: Likewise.
1461         * dlfcn/dlclose.c: Likewise.
1462         * dlfcn/dlerror.c: Likewise.
1463         * dlfcn/dlinfo.c: Likewise.
1464         * dlfcn/dlmopen.c: Likewise.
1465         * dlfcn/dlopen.c: Likewise.
1466         * dlfcn/dlsym.c: Likewise.
1467         * dlfcn/dlvsym.c: Likewise.
1469         * include/ifaddrs.h: Use IS_IN.
1470         * inet/check_pf.c: Likewise.
1471         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
1472         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
1474         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
1475         IS_IN_ldconfig.
1476         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
1477         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
1479         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
1480         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
1481         IS_IN (libc).
1483         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
1485         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
1486         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1487         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1488         * include/libc-symbols.h (IS_IN_LIB): New macro.
1489         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
1490         * include/netdb.h: Likewise.
1491         * include/stap-probe.h: Remove all uses of IN_LIB.
1493         * Makeconfig (module-cppflags-real): Define MODULE_NAME
1494         instead of IN_MODULE.
1495         * include/libc-symbols.h (IN_MODULE): Define using
1496         MODULE_NAME.
1497         (PASTE_NAME, PASTE_NAME1): New macros.
1498         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
1499         of IN_LIB.
1500         (STAP_PROBE_ASM): Likewise.
1502 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1504         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
1505         __mach_init in dlopened libc.
1507 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
1509         * sysdeps/arm/preconfigure.ac: Delete EABI check.
1510         * sysdeps/arm/preconfigure: Regenerate.
1512 2014-11-21  Roland McGrath  <roland@hack.frob.com>
1514         * nptl/pthread_create.c (__pthread_create_2_1): Set
1515         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
1516         when copying values from IATTR into PD.
1518 2014-11-21  Will Newton  <will.newton@linaro.org>
1519             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
1521         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
1522         Refactor inline-asm.  Also add comment.
1524         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
1525         ElfW macro instead of hardcoded Elf64 types.
1526         (la_aarch64_gnu_pltenter): Likewise.
1527         * sysdeps/aarch64/dl-machine.h
1528         (elf_machine_runtime_setup): Use ElfW(Addr).
1530         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
1531         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
1532         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
1533         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
1534         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
1535         (R_AARCH64_TLS_DTPMOD64): Rename to ..
1536         (R_AARCH64_TLS_DTPMOD): This.
1537         (R_AARCH64_TLS_DTPREL64): Rename to ...
1538         (R_AARCH64_TLS_DTPREL): This.
1539         (R_AARCH64_TLS_TPREL64): Rename to ...
1540         (R_AARCH64_TLS_TPREL): This.
1541         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
1542         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
1543         R_AARCH64_TLS_TPREL64.
1544         (elf_machine_rela): Likewise.
1546 2014-11-21  Torvald Riegel  <triegel@redhat.com>
1548         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
1549         by setting it to 0.  64b atomics are not supported currently.
1551 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1553         [BZ #16469]
1554         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
1555         search domain names.
1557 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1559         [BZ #16469]
1560         * NEWS: Update.
1561         * resolv/res_query.c (__libc_res_nquerydomain): Retain
1562         trailing dot.
1563         * posix/tst-getaddrinfo5.c: New.
1564         * posix/Makefile (tests): Add it.
1566 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1568         [BZ #14498]
1569         * NEWS: Fixed.
1570         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
1571         after parsing line but before break_if_match.
1572         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
1573         if there is a protocol mismatch.
1575 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
1577         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
1578         because the potential race is on the user-supplied stream.
1580 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1582         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
1583         string literal if not passed a buffer.
1584         * manual/job.texi (ctermid): Update reasoning, note deviation
1585         from posix, suggest mtasurace when not passed a buffer, for
1586         future non-preliminary safety notes.
1588 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1590         * manual/users.texi (cuserid): Fix MT-Safety note for the case
1591         of not passing it a buffer.
1592         Reported by Peng Haitao.
1594 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1596         * manual/Makefile ($(objpfx)stamp-summary): Require
1597         check-safety.sh to pass.
1598         * manual/check-safety.sh: Wish for verification that every
1599         @deftypefn and @deftypefun is followed by a @safety remark.
1601 2014-11-20  Roland McGrath  <roland@hack.frob.com>
1603         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
1605         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
1606         PTHREAD_CANCEL_ASYNCHRONOUS.
1607         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
1608         send SIGCANCEL.
1610         * nptl/default-sched.h: New file.
1611         * sysdeps/unix/sysv/linux/default-sched.h: New file.
1612         * nptl/pthread_create.c: Include it.
1613         (__pthread_create_2_1): Use collect_default_sched instead of making
1614         Linux syscalls here directly.
1616 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1618         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
1619         __pthread_once): Use C11 atomics.
1621 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1623         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
1625 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1627         * include/atomic.h (__atomic_link_error, __atomic_check_size,
1628         atomic_thread_fence_acquire, atomic_thread_fence_release,
1629         atomic_thread_fence_seq_cst, atomic_load_relaxed,
1630         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
1631         atomic_compare_exchange_weak_relaxed,
1632         atomic_compare_exchange_weak_acquire,
1633         atomic_compare_exchange_weak_release,
1634         atomic_exchange_acquire, atomic_exchange_release,
1635         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
1636         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
1637         atomic_fetch_and_acquire,
1638         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
1640 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1642         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
1643         USE_ATOMIC_COMPILER_BUILTINS): Define.
1644         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
1645         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1646         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
1647         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1648         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
1649         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1650         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
1651         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1652         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
1653         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1654         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
1655         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1656         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
1657         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1658         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
1659         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1660         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
1661         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1662         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
1663         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1664         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
1665         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1666         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
1667         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1668         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
1669         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1670         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
1671         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1672         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
1673         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1674         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
1675         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1676         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
1677         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1678         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
1679         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1680         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
1681         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1682         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
1683         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1685 2014-11-19  Roland McGrath  <roland@hack.frob.com>
1687         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
1688         the sched_priority value here.  It was already checked when the user
1689         called pthread_attr_setschedparam.
1691         * nptl/tst-bad-schedattr.c: New file.
1692         * nptl/Makefile (tests): Add it.
1694 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
1695             Florian Weimer  <fweimer@redhat.com>
1696             Joseph Myers  <joseph@codesourcery.com>
1697             Adam Conrad  <adconrad@0c3.net>
1698             Andreas Schwab  <schwab@suse.de>
1699             Brooks  <bmoses@google.com>
1701         [BZ #17625]
1702         * wordexp-test.c (__dso_handle): Add prototype.
1703         (__register_atfork): Likewise.
1704         (__app_register_atfork): New function.
1705         (registered_forks): New global.
1706         (register_fork): New function.
1707         (test_case): Add 3 new tests for WRDE_CMDSUB.
1708         (main): Call __app_register_atfork.
1709         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
1710         fork count is non-zero fail the test.
1711         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
1712         is set.
1713         (parse_dollars): Remove check for WRDE_NOCMD.
1714         (parse_dquote): Likewise.
1716 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
1718         * Makeconfig (built-modules): List non-library modules to be
1719         built.
1720         (module-cppflags): Include libc-modules.h for
1721         everything except shlib-versions.v.i.
1722         (CPPFLAGS): Use it.
1723         (before-compile): Add libc-modules.h.
1724         ($(common-objpfx)libc-modules.h,
1725         $(common-objpfx)libc-modules.stmp): New targets.
1726         (common-generated): Add libc-modules.h and libc-modules.stmp.
1727         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
1728         * include/libc-symbols.h: Don't include libc-modules.h.
1729         * include/libc-modules.h: Remove file.
1730         * scripts/gen-libc-modules.awk: New script to generate
1731         libc-modules.h.
1732         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
1733         Depend on libc-modules.stmp.
1735         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
1737         * Makeconfig (in-module): Get value of libof set for the
1738         translation unit.
1739         (CPPFLAGS): Use $(in-module).
1740         * Makerules: Don't suffix routine names for nonlib.
1741         * include/libc-modules.h: New file.
1742         * include/libc-symbols.h: Include libc-modules.h
1743         (IS_IN): New macro to replace IS_IN_* macros.
1744         * elf/Makefile: Set libof-* for each routine.
1745         * elf/rtld-Rules: Likewise.
1746         * extra-modules.mk: Likewise.
1747         * iconv/Makefile: Likewise.
1748         * iconvdata/Makefile: Likewise.
1749         * locale/Makefile: Likewise.
1750         * malloc/Makefile: Likewise.
1751         * nss/Makefile: Likewise.
1752         * sysdeps/gnu/Makefile: Likewise.
1753         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
1754         * sysdeps/unix/sysv/linux/Makefile: Likewise.
1755         * sysdeps/s390/s390-64/Makefile: Likewise.
1756         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
1757         CPPFLAGS for nscd instead of nonlib.
1759 2014-11-18  Roland McGrath  <roland@hack.frob.com>
1761         * nptl/createthread.c: New file.
1763         * nptl/createthread.c: Moved ...
1764         * sysdeps/unix/sysv/linux/createthread.c: ... here.
1766         * nptl/createthread.c: Add proper top-line comment.
1767         (do_clone): Folded into ...
1768         (create_thread): ... here.  Take new arguments STOPPED_START and
1769         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
1770         increment __nptl_threads, do event-reporting logic, do
1771         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
1772         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
1773         resource cleanup if sched_setaffinity or sched_setscheduler fails,
1774         just send SIGCANCEL.
1775         * nptl/pthread_create.c: Forward-declare create_thread before
1776         including createthread.c.
1777         (start_thread): Use new macro START_THREAD_DEFN to replace defining
1778         declaration, and new macro START_THREAD_SELF to replace argument.
1779         Remove return statement.
1780         (report_thread_creation): New function.
1781         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
1782         synchronization logic, and __nptl_nthreads increment here, around
1783         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
1784         PD->parent_cancelhandling here, before create_thread.  When
1785         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
1786         __deallocate_stack, and ENOMEM translation here.
1788 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
1790         [BZ #17616]
1791         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
1792         (mptwo): Rename to __mptwo.
1793         (__inv): Use __mptwo instead of mptwo.
1794         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
1795         (mptwo): Rename to __mptwo.
1796         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
1797         of mpone and __mptwo instead of mptwo.
1798         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
1799         instead of mpone.
1800         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
1801         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
1802         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
1803         of mpone and __mptwo instead of mptwo.
1804         (__mpranred): Use __mpone instead of mpone.
1805         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
1806         variable.
1807         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
1808         (test-xfail-ISO99/math.h/linknamespace): Likewise.
1809         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
1810         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
1811         (test-xfail-ISO11/math.h/linknamespace): Likewise.
1812         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
1813         (test-xfail-XPG3/math.h/linknamespace): Likewise.
1814         (test-xfail-XPG4/math.h/linknamespace): Likewise.
1815         (test-xfail-POSIX/math.h/linknamespace): Likewise.
1816         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
1817         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
1818         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
1819         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
1820         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
1821         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
1822         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
1823         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
1824         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
1825         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
1827 2014-11-18  Tom de Vries  <tom@codesoucery.com>
1829         * manual/signal.texi (Primitives Interrupted by Signals): In section,
1830         replace BSD Handler xref with BSD Signal Handling.
1832 2014-11-17  Richard Henderson  <rth@redhat.com>
1834         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
1835         (_FP_PACK_RAW_2): Remove.
1836         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
1837         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
1838         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
1839         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
1840         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
1841         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
1842         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
1843         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
1844         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
1845         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
1846         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
1847         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
1848         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
1849         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
1850         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
1851         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
1853 2014-11-14  Roland McGrath  <roland@hack.frob.com>
1855         * signal/signal.h [__USE_MISC]
1856         (struct sigvec): Remove type.
1857         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
1858         (sigvec): Remove declaration.
1859         * sysdeps/posix/sigvec.c: Moved ...
1860         * signal/sigvec.c: ... here, replacing old file.
1861         (struct sigvec): New type, copied from old signal.h definition.
1862         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
1863         (__sigvec): Convert definition to prototype.
1864         (sigvec): Replace weak_alias with compat_symbol.
1865         * signal/Versions (libc: GLIBC_2.21): New version set.
1866         * include/signal.h: Remove __sigvec declaration.
1867         * sysdeps/unix/bsd/sigvec.c: Remove file.
1868         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
1869         * manual/signal.texi (BSD Handler): Remove subsection.
1870         Move siginterrupt up to ...
1871         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
1872         (Blocking in BSD): Fold subsection into its parent.
1873         * NEWS: Mention sigvec removal.
1875 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
1877         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
1878         (DLA_FMS): Make definition conditional only on [__FMA4__].
1879         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
1880         definition.
1882         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
1883         Make definition conditional only on [PROF].
1884         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
1885         definition.
1886         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
1887         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
1889         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
1890         !__GNUC__].
1891         * include/signal.h (__sigpause): Move declaration above call to
1892         libc_hidden_proto.
1893         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
1894         variable.
1895         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
1896         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
1898 2014-11-14  David S. Miller  <davem@davemloft.net>
1900         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
1901         Define before including <string/memcpy.c> and <string/mempcpy.c>.
1903 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
1905         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
1906         * configure: Regenerated.
1907         * manual/install.texi (Tools for Compilation): Document a
1908         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
1909         compiler verified to work.
1910         * INSTALL: Regenerated.
1912         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
1913         redeclare with asm name.
1914         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
1915         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
1916         including <string.h>.
1917         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1918         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
1919         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1920         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
1921         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1922         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
1923         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1925 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
1927         * stdlib/strtol.c (__strtol): Use prototype definition.
1929         [BZ #17594]
1930         * stdlib/strtol.c (SYM__): New macro.
1931         (SYM__1): Likewise.
1932         (__strtol): Likewise.
1933         (strtol): Rename to __strtol and define as weak alias of
1934         __strtol.  Use libc_hidden_weak.
1936 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1938         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
1939         Use numbered labels in inline assembly.
1941 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1943         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
1944         Add setjmp LIBC_PROBE.
1945         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
1946         Likewise.
1947         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
1948         Add longjmp, longjmp_target LIBC_PROBE.
1949         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
1950         Likewise.
1952 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1954         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
1955         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
1956         to get rid of unused variable warning.
1958 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1960         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
1961         Check for unwind_backtrace ==  NULL only in SHARED case.
1962         (__backchain_backtrace): Compile only in SHARED case.
1963         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
1964         Likewise.
1965         (__backchain_backtrace): Declare as static.
1967 2014-11-12  Roland McGrath  <roland@hack.frob.com>
1969         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
1970         (__libc_multiple_threads_ptr): Variable moved ...
1971         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
1973 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
1975         * conform/GlibcConform.pm: New file.
1976         * conform/conformtest.pl: Use GlibcConform module.
1977         * conform/linknamespace.pl: New file.
1978         * conform/list-header-symbols.pl: Likewise.
1979         * conform/Makefile (linknamespace-symlists-base): New variable.
1980         (linknamespace-symlists-tests): Likewise.
1981         (linknamespace-header-base): Likewise.
1982         (linknamespace-header-tests): Likewise.
1983         (tests-special): Add new tests.
1984         ($(linknamespace-symlists-tests)): New rule.
1985         (linknamespace-libs): New variable.
1986         ($(objpfx)symlist-stdlibs): New rule.
1987         ($(linknamespace-header-tests)): Likewise.
1988         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
1989         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
1990         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
1991         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
1992         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
1993         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
1994         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
1995         (test-xfail-ISO/math.h/linknamespace): Likewise.
1996         (test-xfail-ISO/signal.h/linknamespace): Likewise.
1997         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
1998         (test-xfail-ISO/time.h/linknamespace): Likewise.
1999         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
2000         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
2001         (test-xfail-ISO99/math.h/linknamespace): Likewise.
2002         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
2003         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
2004         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
2005         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
2006         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
2007         (test-xfail-ISO11/math.h/linknamespace): Likewise.
2008         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
2009         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
2010         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
2011         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
2012         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
2013         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
2014         (test-xfail-XPG3/math.h/linknamespace): Likewise.
2015         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
2016         (test-xfail-XPG3/search.h/linknamespace): Likewise.
2017         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
2018         (test-xfail-XPG3/time.h/linknamespace): Likewise.
2019         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
2020         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
2021         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
2022         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
2023         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
2024         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
2025         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
2026         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
2027         (test-xfail-XPG4/math.h/linknamespace): Likewise.
2028         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
2029         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
2030         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
2031         (test-xfail-XPG4/search.h/linknamespace): Likewise.
2032         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
2033         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
2034         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
2035         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
2036         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
2037         (test-xfail-XPG4/time.h/linknamespace): Likewise.
2038         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
2039         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
2040         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
2041         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
2042         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
2043         (test-xfail-POSIX/math.h/linknamespace): Likewise.
2044         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
2045         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
2046         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
2047         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
2048         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
2049         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
2050         (test-xfail-POSIX/time.h/linknamespace): Likewise.
2051         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
2052         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
2053         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
2054         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
2055         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
2056         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
2057         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
2058         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
2059         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
2060         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
2061         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
2062         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
2063         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
2064         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
2065         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
2066         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
2067         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
2068         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
2069         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
2070         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
2071         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
2072         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
2073         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
2074         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
2075         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
2076         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
2077         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
2078         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
2079         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
2080         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
2081         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
2082         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
2083         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
2084         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
2085         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
2086         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
2087         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
2088         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
2089         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
2090         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
2091         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
2092         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
2093         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
2094         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
2095         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
2096         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
2097         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
2098         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
2099         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
2100         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
2101         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
2102         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
2103         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
2104         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
2105         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
2106         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
2107         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
2108         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
2109         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
2110         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
2111         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
2112         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
2113         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
2114         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
2115         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
2116         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
2117         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
2118         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
2119         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
2120         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
2121         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
2122         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
2123         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
2124         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
2125         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
2126         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
2127         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
2128         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
2129         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
2130         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
2131         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
2132         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
2133         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
2134         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
2135         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
2136         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
2137         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
2138         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
2139         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
2140         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
2141         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
2142         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
2143         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
2144         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
2145         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
2146         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
2147         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
2148         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
2150         [BZ #17589]
2151         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
2152         of fgets_unlocked.
2154         [BZ #17585]
2155         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
2156         (memmem): Rename to __memmem and define as weak alias of
2157         __memmem.  Use libc_hidden_weak.
2158         (__memmem): Use libc_hidden_def.
2159         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
2160         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
2161         memmem.
2163         [BZ #17582]
2164         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
2165         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
2166         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
2167         and define as weak alias of __fgets_unlocked.  Use
2168         libc_hidden_weak.
2169         (__fgets_unlocked): Use libc_hidden_def.
2170         * include/stdio.h (__fgets_unlocked): Declare.  Use
2171         libc_hidden_proto.
2172         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
2173         __fgets_unlocked instead of fgets_unlocked.
2174         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
2175         (GET_NPROCS_CONF_PARSER): Likewise.
2176         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
2177         (GET_NPROCS_CONF_PARSER): Likewise.
2179         [BZ #17574]
2180         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
2181         weak alias of __wmemset.  Use libc_hidden_weak.
2182         (__wmemset): Use libc_hidden_def.
2183         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
2184         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
2185         of wmemset.
2187         [BZ #17573]
2188         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
2189         with asm name __mempcpy.
2190         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
2192         [BZ #17572]
2193         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
2194         and define as weak alias of __rawmemchr.
2195         (__rawmemchr): Do not define as strong alias of rawmemchr.
2197         [BZ #17571]
2198         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
2199         alias of __qsort_r.
2200         (qsort): Call __qsort_r instead of qsort_r.
2201         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
2202         (__qsort_r): Declare.  Call libc_hidden_proto.
2203         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
2204         instead of qsort_r.
2205         * nscd/gai.c (__qsort_r): Define to qsort_r.
2206         * posix/tst-rfc3484.c (__qsort_r): Likewise.
2207         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
2208         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
2210         [BZ #17570]
2211         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
2212         define as weak alias of __malloc_info.
2214         [BZ #17584]
2215         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
2216         as weak alias of __rewinddir.  Don't use libc_hidden_def.
2217         (__rewinddir): Use libc_hidden_def.
2218         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
2219         as weak alias of __rewinddir.  Don't use libc_hidden_def.
2220         (__rewinddir): Use libc_hidden_def.
2221         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
2222         weak alias of __rewinddir.  Don't use libc_hidden_def.
2223         (__rewinddir): Use libc_hidden_def.
2224         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
2225         (__rewinddir): Use libc_hidden_proto.
2226         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
2227         rewinddir.
2228         (__getcwd): Use __rewinddir instead of rewinddir.
2230         [BZ #17583]
2231         * libio/fileno.c (fileno): Rename to __fileno and define as weak
2232         alias of __fileno.  Use libc_hidden_weak.
2233         (__fileno): Use libc_hidden_def.
2234         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
2235         * libio/ftello.c (ftello): Rename to __ftello and define as weak
2236         alias of __ftello.
2237         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
2238         __ftello.
2239         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
2240         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
2241         libc_hidden_def.
2242         (fread_unlocked): Don't use libc_hidden_ver.
2243         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
2244         and define as weak alias of __fread_unlocked.  Don't use
2245         libc_hidden_def.
2246         (__fread_unlocked): Use libc_hidden_def.
2247         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
2248         (ftello): Don't use libc_hidden_proto.
2249         (__ftello): Declare.  Use libc_hidden_proto.
2250         (fread_unlocked): Don't use libc_hidden_proto.
2251         (__fread_unlocked): Declare.  Use libc_hidden_proto.
2252         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
2253         and __ftello instead of fileno, fread_unlocked and ftello.
2255 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
2257         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
2258         GOT12.
2259         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
2260         Likewise.
2261         (_dl_start_user): Likewise.
2262         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
2264 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
2265             Siddhesh Poyarekar  <siddhesh@redhat.com>
2267         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
2268         Move argv and envp down instead of moving argc up.
2269         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
2271 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
2273         [BZ #17506]
2274         * test-skeleton.c (main): Return successful if one of
2275         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
2276         * string/tst-strcoll-overflow.c: Define expected status.
2278 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
2280         [BZ #17475]
2281         * locale/iso-639.def: Define Bhili and Tulu language codes.
2283 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
2285         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
2287 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
2289         [BZ #17555]
2290         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
2292 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
2294         * configure.ac: Updated check of minimal required version to
2295         2.22.
2296         * manual/install.texi (Tools for Compilation): Updated version
2297         number.
2298         * configure: Regenerated.
2299         * INSTALL: Likewise.
2301 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
2303         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
2304         __tls_get_addr.
2306 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
2308         * include/sys/wait.h (__libc_waitpid): Remove declaration.
2309         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
2310         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2311         libc_hidden_weak.
2312         (waitpid): Define as alias of __waitpid.
2313         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
2314         __waitpid.
2315         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2316         libc_hidden_weak.
2317         (waitpid): Define as alias of __waitpid.
2318         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
2319         __libc_waitpid alias.
2320         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
2321         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
2322         Likewise.
2323         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
2324         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
2325         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
2326         alias.
2327         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
2328         __waitpid.
2329         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2330         libc_hidden_weak.
2331         (waitpid): Define as alias of __waitpid.
2333 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
2335         * manual/llio.texi: Add comment that write safety has been
2336         fixed in Linux.
2338         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
2339         (localplt-build-dso): Add elf/ld.so.
2340         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
2341         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
2342         and free for ld.so.
2343         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
2344         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
2345         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
2346         Likewise.
2347         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
2348         Likewise.
2349         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
2350         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
2351         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
2352         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
2353         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
2354         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
2355         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
2356         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
2357         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
2358         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
2359         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
2361 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
2363         [BZ #14132]
2364         * include/libc-symbols.h (INTUSE): Remove macro.
2365         (INTDEF): Likewise.
2366         (INTVARDEF): Likewise.
2367         (_INTVARDEF): Likewise.
2368         (INTDEF2): Likewise.
2369         (INTVARDEF2): Likewise.
2370         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
2371         rtld_hidden_def instead of INTVARDEF.
2372         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
2373         (_dl_starting_up_internal): Remove declaration.
2374         (_dl_starting_up): Use rtld_hidden_proto.
2375         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
2376         declaration.
2377         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
2378         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
2379         _dl_starting_up.
2380         * elf/dl-writev.h (_dl_writev): Likewise.
2381         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
2382         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
2383         _dl_starting_up_internal.
2385 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2387         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
2388         test-skeleton.c.
2390 2014-11-05  Will Newton  <will.newton@linaro.org>
2392         * benchtests/Makefile: (bench-malloc): Add malloc thread
2393         scalability benchmark.
2394         * benchtests/bench-malloc-threads.c: New file.
2396 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
2398         * sysdeps/aarch64/strchrnul.S: New file.
2400 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2402         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
2403         definition.
2404         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
2405         Likwise.
2406         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
2407         Likewise.
2408         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
2409         Likewise.
2410         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
2411         Likewise.
2412         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
2413         Likewise.
2415 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
2417         * catgets/test-gencat.c: Use test-skeleton.c.
2418         * catgets/tst-catgets.c: Likewise.
2419         * csu/tst-empty.c: Likewise.
2420         * elf/tst-audit2.c: Likewise.
2421         * elf/tst-global1.c: Likewise.
2422         * elf/tst-pathopt.c: Likewise.
2423         * elf/tst-piemod1.c: Likewise.
2424         * elf/tst-tls10.c: Likewise.
2425         * elf/tst-tls11.c: Likewise.
2426         * elf/tst-tls12.c: Likewise.
2427         * gnulib/tst-gcc.c: Likewise.
2428         * iconvdata/tst-e2big.c: Likewise.
2429         * iconvdata/tst-loading.c: Likewise.
2430         * iconv/tst-iconv1.c: Likewise.
2431         * iconv/tst-iconv2.c: Likewise.
2432         * inet/test-inet6_opt.c: Likewise.
2433         * inet/tst-gethnm.c: Likewise.
2434         * inet/tst-network.c: Likewise.
2435         * inet/tst-ntoa.c: Likewise.
2436         * intl/tst-codeset.c: Likewise.
2437         * intl/tst-gettext2.c: Likewise.
2438         * intl/tst-gettext3.c: Likewise.
2439         * intl/tst-ngettext.c: Likewise.
2440         * intl/tst-translit.c: Likewise.
2441         * io/test-stat.c: Likewise.
2442         * libio/test-fmemopen.c: Likewise.
2443         * libio/tst-freopen.c: Likewise.
2444         * libio/tst-sscanf.c: Likewise.
2445         * libio/tst-ungetwc1.c: Likewise.
2446         * libio/tst-ungetwc2.c: Likewise.
2447         * libio/tst-widetext.c: Likewise.
2448         * localedata/tst-ctype.c: Likewise.
2449         * localedata/tst-digits.c: Likewise.
2450         * localedata/tst-leaks.c: Likewise.
2451         * localedata/tst-mbswcs1.c: Likewise.
2452         * localedata/tst-mbswcs2.c: Likewise.
2453         * localedata/tst-mbswcs3.c: Likewise.
2454         * localedata/tst-mbswcs4.c: Likewise.
2455         * localedata/tst-mbswcs5.c: Likewise.
2456         * localedata/tst-setlocale.c: Likewise.
2457         * localedata/tst-trans.c: Likewise.
2458         * localedata/tst-wctype.c: Likewise.
2459         * localedata/tst-xlocale1.c: Likewise.
2460         * login/tst-grantpt.c: Likewise.
2461         * malloc/tst-calloc.c: Likewise.
2462         * malloc/tst-malloc.c: Likewise.
2463         * malloc/tst-mallocstate.c: Likewise.
2464         * malloc/tst-mcheck.c: Likewise.
2465         * malloc/tst-mtrace.c: Likewise.
2466         * malloc/tst-obstack.c: Likewise.
2467         * math/atest-exp2.c: Likewise.
2468         * math/atest-exp.c: Likewise.
2469         * math/atest-sincos.c: Likewise.
2470         * math/test-matherr.c: Likewise.
2471         * math/test-misc.c: Likewise.
2472         * math/test-powl.c: Likewise.
2473         * math/tst-definitions.c: Likewise.
2474         * misc/tst-dirname.c: Likewise.
2475         * misc/tst-efgcvt.c: Likewise.
2476         * misc/tst-fdset.c: Likewise.
2477         * misc/tst-hsearch.c: Likewise.
2478         * misc/tst-mntent2.c: Likewise.
2479         * nptl/tst-sem7.c: Likewise.
2480         * nptl/tst-sem8.c: Likewise.
2481         * nptl/tst-sem9.c: Likewise.
2482         * nss/test-netdb.c: Likewise.
2483         * posix/tst-fnmatch.c: Likewise.
2484         * posix/tst-getlogin.c: Likewise.
2485         * posix/tst-gnuglob.c: Likewise.
2486         * posix/tst-mmap.c: Likewise.
2487         * pwd/tst-getpw.c: Likewise.
2488         * resolv/tst-inet_ntop.c: Likewise.
2489         * rt/tst-timer.c: Likewise.
2490         * stdio-common/test-fseek.c: Likewise.
2491         * stdio-common/test-popen.c: Likewise.
2492         * stdio-common/test-vfprintf.c: Likewise.
2493         * stdio-common/tst-cookie.c: Likewise.
2494         * stdio-common/tst-fileno.c: Likewise.
2495         * stdio-common/tst-gets.c: Likewise.
2496         * stdio-common/tst-obprintf.c: Likewise.
2497         * stdio-common/tst-perror.c: Likewise.
2498         * stdio-common/tst-sprintf2.c: Likewise.
2499         * stdio-common/tst-sprintf3.c: Likewise.
2500         * stdio-common/tst-sprintf.c: Likewise.
2501         * stdio-common/tst-swprintf.c: Likewise.
2502         * stdio-common/tst-tmpnam.c: Likewise.
2503         * stdio-common/tst-unbputc.c: Likewise.
2504         * stdio-common/tst-wc-printf.c: Likewise.
2505         * stdlib/tst-environ.c: Likewise.
2506         * stdlib/tst-fmtmsg.c: Likewise.
2507         * stdlib/tst-limits.c: Likewise.
2508         * stdlib/tst-rand48-2.c: Likewise.
2509         * stdlib/tst-rand48.c: Likewise.
2510         * stdlib/tst-random2.c: Likewise.
2511         * stdlib/tst-random.c: Likewise.
2512         * stdlib/tst-strtol.c: Likewise.
2513         * stdlib/tst-strtoll.c: Likewise.
2514         * stdlib/tst-tls-atexit.c: Likewise.
2515         * stdlib/tst-xpg-basename.c: Likewise.
2516         * string/test-ffs.c: Likewise.
2517         * string/tst-bswap.c: Likewise.
2518         * string/tst-inlcall.c: Likewise.
2519         * string/tst-strtok.c: Likewise.
2520         * string/tst-strxfrm.c: Likewise.
2521         * sysdeps/x86_64/tst-audit10.c: Likewise.
2522         * sysdeps/x86_64/tst-audit3.c: Likewise.
2523         * sysdeps/x86_64/tst-audit4.c: Likewise.
2524         * sysdeps/x86_64/tst-audit5.c: Likewise.
2525         * time/tst-ftime_l.c: Likewise.
2526         * time/tst-getdate.c: Likewise.
2527         * time/tst-mktime3.c: Likewise.
2528         * time/tst-mktime.c: Likewise.
2529         * time/tst-posixtz.c: Likewise.
2530         * time/tst-strptime2.c: Likewise.
2531         * time/tst-strptime3.c: Likewise.
2532         * wcsmbs/tst-btowc.c: Likewise.
2533         * wcsmbs/tst-mbrtowc.c: Likewise.
2534         * wcsmbs/tst-mbsrtowcs.c: Likewise.
2535         * wcsmbs/tst-wchar-h.c: Likewise.
2536         * wcsmbs/tst-wcpncpy.c: Likewise.
2537         * wcsmbs/tst-wcrtomb.c: Likewise.
2538         * wcsmbs/tst-wcsnlen.c: Likewise.
2539         * wcsmbs/tst-wcstof.c: Likewise.
2541 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
2543         [BZ #14132]
2544         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
2545         INTDEF.
2546         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
2547         declaration.
2548         (_dl_mcount): Use rtld_hidden_proto.
2549         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
2550         _dl_mcount.
2551         * elf/rtld.c (_rtld_global_ro): Likewise.
2553         [BZ #14132]
2554         * elf/dl-init.c (_dl_init): Don't use INTDEF.
2555         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
2556         of _dl_init_internal.
2557         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
2558         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
2559         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
2560         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
2561         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
2562         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
2563         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
2564         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
2565         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
2566         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
2567         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
2568         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
2569         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
2570         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
2571         * sysdeps/tile/dl-start.S (_start): Likewise.
2572         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
2573         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
2575         [BZ #14132]
2576         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
2577         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
2578         (rtld_progname): Make macro definition unconditional.
2579         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
2580         INTDEF.
2581         (dlmopen_doit): Do not use INTUSE with _dl_argv.
2582         (dl_main): Likewise.
2583         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
2584         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
2585         instead of _dl_argv_internal.
2586         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
2587         __GI__dl_argv instead of INTUSE(_dl_argv).
2588         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
2589         __GI__dl_argv instead of _dl_argv_internal.
2591         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
2592         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
2593         macro.
2594         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
2595         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
2596         New macro.
2597         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
2598         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
2599         macro.
2600         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
2601         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
2603 2014-11-04  Andreas Schwab  <schwab@suse.de>
2605         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
2607 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2609         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
2610         mtvsrd instruction in binary form.
2612 2014-11-03  Andreas Schwab  <schwab@suse.de>
2614         [BZ #17522]
2615         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
2616         for less than MB_LEN_MAX use a local buffer of that size.
2617         * libio/tst-fputws.c: New file.
2618         * libio/Makefile (tests): Add tst-fputws.
2620 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
2622         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
2623         the size of the fpu_fr.fpu_dregs[] array.
2625 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
2627         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
2628         (__nanosleep): Do not define as alias.
2629         (nanosleep): Define as alias of __nanosleep.
2630         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
2631         __libc_nanosleep name.
2633 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
2635         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
2636         install.texi in comment.
2638 2014-10-31  Torvald Riegel  <triegel@redhat.com>
2640         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
2641         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
2642         ... add here and use lwsync or sync ...
2643         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
2644         ... and add here using lwsync.
2646 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
2648         * elf/dl-machine-reject-phdr.h: New file.
2649         * elf/dl-load.c: #include that.
2650         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
2651         if that returned true.
2653 2014-10-31  Roland McGrath  <roland@hack.frob.com>
2655         [BZ #17496]
2656         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
2657         gen-as-const-headers chunk.  Add a big scare comment after the last
2658         safe place to touch before-compile.
2660 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
2662         * manual/install.texi (Tools for Compilation): Update autoconf
2663         version requirements.
2664         * INSTALL: Regenerated.
2666         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
2667         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
2668         (__libc_pselect): Likewise.
2670         [BZ #14138]
2671         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
2672         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
2673         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
2674         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
2676 2014-10-31  Torvald Riegel  <triegel@redhat.com>
2678         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
2679         correct barrier instruction.
2680         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
2681         Likewise.
2682         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
2683         Likewise.
2685 2014-10-30  Roland McGrath  <roland@hack.frob.com>
2687         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
2688         after defining inlines.  Instead, just use parens to defeat macro
2689         expansion of __isctype in its declaration.
2691 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
2693         * include/sys/uio.h (__libc_readv): Remove declaration.
2694         (__libc_writev): Likewise.
2695         * misc/readv.c (__libc_readv): Rename to __readv.
2696         (__readv): Do not define as alias.
2697         (readv): Define as alias of __readv.
2698         * misc/writev.c (__libc_writev): Rename to __writev.
2699         (__writev): Do not define as alias.
2700         (writev): Define as alias of __writev.
2701         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
2702         (__readv): Do not define as alias.
2703         (readv): Define unconditionally as alias of __readv.
2704         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
2705         (__writev): Do not define as alias.
2706         (writev): Define unconditionally as alias of __writev.
2707         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
2708         name.
2709         (writev): Do not define __libc_writev name.
2711 2014-10-30  Roland McGrath  <roland@hack.frob.com>
2713         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
2714         (convert_charseq): New function, broken out of ...
2715         (use_from_charmap): ... here.  Call it.
2716         (use_to_charmap): Use convert_charseq and free instead of duplicating
2717         its code with a variable-length stack struct.
2719 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
2721         * include/fcntl.h (__libc_creat): Remove declaration.
2722         * io/creat.c (__libc_creat): Rename to creat.
2723         (creat): Do not define as alias.
2724         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
2725         of creat instead of __libc_creat.
2726         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
2727         to creat.
2728         (creat): Do not define as alias.
2729         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
2730         __libc_creat.
2731         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
2732         __libc_creat name.
2733         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
2734         Likewise.
2736 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
2738         * manual/llio.texi: Add comments discussing why write() may be
2739         considered MT-unsafe on Linux.
2741 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
2743         * dl-load.c (local_strdup): Remove.
2744         (expand_dynamic_string_token): Use __strdup.
2745         (decompose_rpath): Likewise.
2746         (_dl_map_object): Likewise.
2748 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
2750         [BZ #14132]
2751         * sysdeps/generic/unwind-dw2-fde.c
2752         (__register_frame_info_bases_internal): Do not declare.
2753         (__register_frame_info_table_bases_internal): Likewise.
2754         (__deregister_frame_info_bases_internal): Likewise.
2755         (__register_frame_info_bases): Declare and use hidden_proto before
2756         definition.  Use hidden_def instead of INTDEF.
2757         (__register_frame_info_table_bases): Likewise.
2758         (__deregister_frame_info_bases): Likewise.
2759         (__register_frame_info): Do not use INTUSE.
2760         (__register_frame): Likewise.
2761         (__register_frame_info_table): Likewise.
2762         (__register_frame_table): Likewise.
2763         (__deregister_frame_info): Likewise.
2764         (__deregister_frame): Likewise.
2766 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
2768         * sysdeps/unix/sysv/linux/arm/kernel-features.h
2769         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
2770         not undefine.
2771         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
2772         Likewise.
2773         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
2774         Likewise.
2776 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
2778         [BZ #14138]
2779         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
2780         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
2781         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
2782         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
2783         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
2784         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
2785         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
2786         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
2787         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
2788         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
2789         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
2790         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
2791         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
2792         syscall.
2793         (setfsuid): Likewise.
2794         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
2795         (setfsuid): Likewise.
2796         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
2797         (setfsuid): Likewise.
2798         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
2799         Likewise.
2800         (setfsuid): Likewise.
2801         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
2802         (setfsuid): Likewise.
2803         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
2804         Likewise.
2805         (setfsuid): Likewise.
2807 2014-10-27  Andreas Schwab  <schwab@suse.de>
2809         [BZ #17501]
2810         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
2811         check for Slow_SSE4_2 feature bit.
2812         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
2813         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
2814         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
2815         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
2817 2014-10-24  Roland McGrath  <roland@hack.frob.com>
2819         * configure.ac: Validate compiler version with a empirical test of
2820         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
2821         $CC -v output.
2822         * configure: Regenerated.
2824         * inet/htons.c (htons): Prototypify.
2825         * inet/htonl.c (htonl): Likewise.
2827 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2829         * string/strncat.c (strncat): Improve performance by using strlen.
2831 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2833         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
2835 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2837         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
2838         Call libc_fetestexcept_aarch64.
2840 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2842         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
2843         Call libc_feholdexcept_aarch64.
2845 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2847         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
2848         Call get_rounding_mode.
2850 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2852         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
2853         Simplify logic.
2855 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2857         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
2858         Simplify logic.
2860 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
2862         [BZ #14138]
2863         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
2864         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
2865         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
2866         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
2867         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
2868         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
2869         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
2870         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
2871         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
2872         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
2873         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
2874         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
2875         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
2876         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
2877         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
2878         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
2879         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
2880         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
2881         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
2882         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
2883         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
2884         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
2885         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
2886         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
2887         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
2888         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
2889         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
2890         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
2891         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
2892         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
2893         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
2894         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
2895         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
2896         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
2897         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
2898         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
2899         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
2900         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
2901         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
2902         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
2903         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
2904         syscall.
2905         (geteuid): Likewise.
2906         (getgid): Likewise.
2907         (getuid): Likewise.
2908         (getresgid): Likewise.
2909         (getresuid): Likewise.
2910         (getgroups): Likewise.
2911         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
2912         (geteuid): Likewise.
2913         (getgid): Likewise.
2914         (getuid): Likewise.
2915         (getresgid): Likewise.
2916         (getresuid): Likewise.
2917         (getgroups): Likewise.
2918         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
2919         (geteuid): Likewise.
2920         (getgid): Likewise.
2921         (getuid): Likewise.
2922         (getresgid): Likewise.
2923         (getresuid): Likewise.
2924         (getgroups): Likewise.
2925         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
2926         Likewise.
2927         (geteuid): Likewise.
2928         (getgid): Likewise.
2929         (getuid): Likewise.
2930         (getresgid): Likewise.
2931         (getresuid): Likewise.
2932         (getgroups): Likewise.
2933         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
2934         (geteuid): Likewise.
2935         (getgid): Likewise.
2936         (getuid): Likewise.
2937         (getresgid): Likewise.
2938         (getresuid): Likewise.
2939         (getgroups): Likewise.
2940         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
2941         Likewise.
2942         (geteuid): Likewise.
2943         (getgid): Likewise.
2944         (getuid): Likewise.
2945         (getgroups): Likewise.
2947         [BZ #14138]
2948         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
2949         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
2950         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
2951         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
2952         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
2953         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
2954         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
2955         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
2956         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
2957         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
2958         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
2959         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
2960         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
2961         __chown.
2962         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
2963         (lchown): Likewise.
2964         (fchown): Likewise.
2965         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
2966         Likewise.
2967         (lchown): Likewise.
2968         (fchown): Likewise.
2969         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
2970         (lchown): Likewise.
2971         (fchown): Likewise.
2972         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
2973         Likewise.
2974         (lchown): Likewise.
2975         (fchown): Likewise.
2977 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
2979         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
2980         Simplify logic.
2982 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
2984         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
2985         Cleanup logic.
2987 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
2989         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
2990         Remove unused include.
2992 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
2994         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
2995         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
2996         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
2997         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
2999 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
3000             Helge Deller <deller@gmx.de>
3002         [BZ #17508]
3003         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
3004         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
3005         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
3007 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
3009         [BZ #14132]
3010         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
3011         Remove macro definition.
3012         (__ashrdi3_v_glibc20): Likewise.
3013         (__lshrdi3_v_glibc20): Likewise.
3014         (__cmpdi2_v_glibc20): Likewise.
3015         (__ucmpdi2_v_glibc20): Likewise.
3016         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
3017         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
3018         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
3019         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
3020         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
3021         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
3023 2014-10-22  Roland McGrath  <roland@hack.frob.com>
3025         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
3026         old GNU extension [0] syntax.
3027         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
3028         alloca rather than an array member with variable length.
3029         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
3030         * nscd/nscd.c (invalidate_db): New function, broken out of ...
3031         (parse_opt): ... here.  Likewise use alloca there.
3032         Validate the -i argument before checking for rootness.
3033         (send_shutdown): New function, broken out of ...
3034         (parse_opt): ... here.
3036 2014-10-22  Roland McGrath  <roland@hack.frob.com>
3038         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
3039         macro to get at the _rt_local_ro field.
3040         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
3041         ([PIC] case) or _dl_hwcap ([!PIC] case).
3042         * sysdeps/arm/setjmp.S: Likewise.
3044         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
3045         * sysdeps/arm/configure.ac: New check to define it.
3046         * sysdeps/arm/configure: Regenerated.
3047         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
3048         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
3049         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
3050         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
3051         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
3052         Use move/movt pair instead of a load.
3053         (LDST_GLOBAL): Macro removed.
3054         (LDR_GLOBAL): New macro replaces it.
3055         (LDR_HIDDEN): New macro.
3056         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
3057         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
3059         * setjmp/tst-setjmp-static.c: New file.
3060         * setjmp/Makefile (tests): Add it.
3061         (tests-static): New variable.
3063 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
3065         [BZ #17485]
3066         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
3068 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
3070         [BZ #14132]
3071         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
3073 2014-10-21  Roland McGrath  <roland@hack.frob.com>
3075         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
3077 2014-10-20  Roland McGrath  <roland@hack.frob.com>
3079         * io/fts.c (dirent_not_directory): New function.
3080         (fts_build): Call it.
3082 2014-10-20  Roland McGrath  <roland@hack.frob.com>
3084         * nptl/version.c (__nptl_main): Use normal __write rather than
3085         INTERNAL_SYSCALL.
3086         (banner): Update copyright years.
3088         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
3089         gettimeofday.
3090         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
3091         * nptl/pthread_cond_timedwait.c: Likewise.
3092         * nptl/pthread_mutex_timedlock.c: Likewise.
3093         * nptl/sem_timedwait.c: Likewise.
3095         * sysdeps/nptl/bits/libc-lock.h
3096         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
3097         (__libc_lock_init_recursive): Return void, not 0.
3098         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
3099         (__libc_rwlock_init): Likewise.
3100         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
3102 2014-10-20  Torvald Riegel  <triegel@redhat.com>
3104         [BZ #15215]
3105         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
3106         (__pthread_once_slow): ... here.
3107         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
3108         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
3110 2014-10-20  Torvald Riegel  <triegel@redhat.com>
3112         [BZ #15215]
3113         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
3114         __PTHREAD_ONCE_FORK_GEN_INCR): New.
3115         * sysdeps/nptl/fork.c (__libc_fork): Use them.
3116         * nptl/pthread_once.c (__pthread_once): Likewise.
3117         Update comments.
3119 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
3121         [BZ #14138]
3122         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
3123         name.
3124         (writev): Use __libc_writev as strong name.
3125         * sysdeps/unix/sysv/linux/readv.c: Remove file.
3126         * sysdeps/unix/sysv/linux/writev.c: Likewise.
3128 2014-10-17  Roland McGrath  <roland@hack.frob.com>
3130         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
3132         * sysdeps/i386/nptl/tls.h
3133         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
3134         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
3135         New macros.
3136         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
3137         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
3138         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
3139         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
3140         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
3141         Call CHECK_THREAD_SYSINFO instead of doing an assert.
3143         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
3144         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
3145         on [__NR_futex].
3146         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
3147         broken out of ...
3148         (__pthread_mutex_init): ... here.  Call it.
3149         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
3150         Conditionalize PI cases on [__NR_futex].
3151         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
3152         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
3153         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
3155         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
3156         conditional on [SIGSETXID].
3157         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
3158         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
3159         is defined.  Likewise for SIGSETXID.
3160         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
3161         Conditionalize definitions on [SIGSETXID].
3162         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
3163         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
3164         unblocking on [SIGCANCEL].
3166         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
3167         [__NR_set_robust_list].
3169 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
3171         * string/strcoll_l.c (get_next_seq): Fix up formatting.
3172         (do_compare): Likewise.
3174 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
3176         [BZ #15884]
3177         * string/strcoll_l.c: Don't include stdio.h.
3178         (coll_seq): Remove members idxarr and rulearr.
3179         (get_next_seq_cached): Remove function.
3180         (get_next_seq): Likewise.
3181         (get_next_seq_nocache): Rename to get_next_seq.
3182         (do_compare): Remove function.
3183         (do_compare_nocache): Rename to do_compare.
3184         (STRCOLL): Remove weight and rules cache.
3186 2014-10-16  Roland McGrath  <roland@hack.frob.com>
3188         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
3189         * sysdeps/arm/sfp-machine.h: ... to here.
3190         * sysdeps/arm/Implies: Remove arm/soft-fp.
3192 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
3194         * conform/data/sys/utsname.h-data (*_t): Allow.
3195         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
3196         [POSIX] (WEXITED): Do not expect constant.
3197         [POSIX] (WSTOPPED): Likewise.
3198         [POSIX] (WNOHANG): Likewise.
3199         [POSIX] (WNOWAIT): Likewise.
3200         [POSIX] (siginfo_t): Do not expect type or elements.
3201         [POSIX] (pid_t): Do not expect type.
3202         [POSIX] (signal.h): Do not allow header.
3203         [POSIX] (sys/resource.h): Likewise.
3204         [POSIX] (si_*): Do not allow pattern.
3205         [POSIX] (W*): Likewise.
3206         [POSIX] (P_*): Likewise.
3207         [POSIX] (BUS_*): Likewise.
3208         [POSIX] (CLD_*): Likewise.
3209         [POSIX] (FPE_*): Likewise.
3210         [POSIX] (ILL_*): Likewise.
3211         [POSIX] (POLL_*): Likewise.
3212         [POSIX] (SEGV_*): Likewise.
3213         [POSIX] (SI_*): Likewise.
3214         [POSIX] (TRAP_*): Likewise.
3215         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
3216         variable.
3218 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
3220         [BZ #12926]
3221         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
3222         infinite loop when __recvmsg returns 0.
3224 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
3226         * CANCEL-FCT-WAIVE: Remove file.
3227         * CANCEL-FILE-WAIVE: Likewise.
3229         [BZ #14132]
3230         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
3231         instead of INTVARDEF.
3232         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3233         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
3234         rtld_hidden_data_def instead of INTVARDEF.
3235         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3236         * elf/dl-deps.c (expand_dst): Likewise.
3237         * elf/dl-load.c (_dl_dst_count): Likewise.
3238         (_dl_dst_substitute): Likewise.
3239         (decompose_rpath): Likewise.
3240         (_dl_init_paths): Likewise.
3241         (open_path): Likewise.
3242         (_dl_map_object): Likewise.
3243         * elf/rtld.c (dl_main): Likewise.
3244         (process_dl_audit): Likewise.
3245         (process_envvars): Likewise.
3246         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
3247         Remove declaration.
3248         (__libc_enable_secure): Use rtld_hidden_proto.
3250 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3252         * elf/dl-load.c
3253         (add_path): New function broken out of _dl_rtld_di_serinfo.
3254         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
3256 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3258         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
3259         parentheses around macro arguments.
3260         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
3261         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
3262         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
3263         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
3264         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
3265         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3266         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3267         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
3268         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
3269         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
3270         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
3271         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
3272         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
3273         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
3274         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
3275         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
3276         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
3277         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
3278         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
3279         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
3280         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
3281         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
3282         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
3283         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3284         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3285         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
3286         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
3287         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
3288         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
3289         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
3290         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
3291         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
3292         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
3293         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
3294         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
3295         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
3296         Likewise.
3297         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
3298         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3299         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3300         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
3301         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
3302         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
3303         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
3304         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
3305         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
3306         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
3307         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
3308         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
3309         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
3310         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
3311         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
3312         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3313         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3314         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
3315         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
3316         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
3317         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
3318         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
3319         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
3320         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
3321         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
3322         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
3323         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
3324         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
3325         (_FP_FRAC_SRS_1): Likewise.
3326         (_FP_FRAC_CLZ_1): Likewise.
3327         (_FP_MUL_MEAT_1_imm): Likewise.
3328         (_FP_MUL_MEAT_1_wide): Likewise.
3329         (_FP_MUL_MEAT_1_hard): Likewise.
3330         (_FP_SQRT_MEAT_1): Likewise.
3331         (_FP_FRAC_ASSEMBLE_1): Likewise.
3332         (_FP_FRAC_DISASSEMBLE_1): Likewise.
3333         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
3334         (__FP_CLZ_2): Likewise.
3335         (_FP_MUL_MEAT_2_wide): Likewise.
3336         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
3337         (_FP_MUL_MEAT_2_gmp): Likewise.
3338         (_FP_MUL_MEAT_2_120_240_double): Likewise.
3339         (_FP_SQRT_MEAT_2): Likewise.
3340         (_FP_FRAC_ASSEMBLE_2): Likewise.
3341         (_FP_FRAC_DISASSEMBLE_2): Likewise.
3342         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
3343         (_FP_FRAC_CLZ_4): Likewise.
3344         (_FP_MUL_MEAT_4_wide): Likewise.
3345         (_FP_MUL_MEAT_4_gmp): Likewise.
3346         (_FP_SQRT_MEAT_4): Likewise.
3347         (_FP_FRAC_ASSEMBLE_4): Likewise.
3348         (_FP_FRAC_DISASSEMBLE_4): Likewise.
3349         * soft-fp/op-common.h (_FP_CMP): Likewise.
3350         (_FP_CMP_EQ): Likewise.
3351         (_FP_CMP_UNORD): Likewise.
3352         (_FP_TO_INT): Likewise.
3353         (_FP_FROM_INT): Likewise.
3354         [!__FP_CLZ] (__FP_CLZ): Likewise.
3355         (_FP_DIV_HELP_imm): Likewise.
3356         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
3357         Likewise.
3358         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
3359         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
3360         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
3361         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
3362         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
3363         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3364         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3365         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
3366         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
3367         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
3368         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
3369         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
3370         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
3371         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
3372         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
3373         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
3374         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
3375         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
3376         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
3377         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
3378         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
3379         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
3380         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
3381         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3382         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3383         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
3384         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
3385         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
3386         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
3387         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
3388         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
3389         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
3390         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
3391         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
3392         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
3393         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
3394         (FP_UNPACK_RAW_SP): Likewise.
3395         (FP_PACK_RAW_S): Likewise.
3396         (FP_PACK_RAW_SP): Likewise.
3397         (FP_UNPACK_S): Likewise.
3398         (FP_UNPACK_SP): Likewise.
3399         (FP_UNPACK_SEMIRAW_S): Likewise.
3400         (FP_UNPACK_SEMIRAW_SP): Likewise.
3401         (FP_PACK_S): Likewise.
3402         (FP_PACK_SP): Likewise.
3403         (FP_PACK_SEMIRAW_S): Likewise.
3404         (FP_PACK_SEMIRAW_SP): Likewise.
3405         (_FP_SQRT_MEAT_S): Likewise.
3406         (FP_CMP_S): Likewise.
3407         (FP_CMP_EQ_S): Likewise.
3408         (FP_CMP_UNORD_S): Likewise.
3409         (FP_TO_INT_S): Likewise.
3410         (FP_FROM_INT_S): Likewise.
3412         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
3414         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
3415         (FP_EX_INVALID_IMZ): Likewise.
3416         (FP_EX_INVALID_IMZ_FMA): Likewise.
3417         (FP_EX_INVALID_ISI): Likewise.
3418         (FP_EX_INVALID_ZDZ): Likewise.
3419         (FP_EX_INVALID_IDI): Likewise.
3420         (FP_EX_INVALID_SQRT): Likewise.
3421         (FP_EX_INVALID_CVI): Likewise.
3422         (FP_EX_INVALID_VC): Likewise.
3423         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
3424         "invalid" exceptions.
3425         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
3426         (_FP_ADD_INTERNAL): Likewise.
3427         (_FP_MUL): Likewise.
3428         (_FP_FMA): Likewise.
3429         (_FP_DIV): Likewise.
3430         (_FP_CMP_CHECK_NAN): Likewise.
3431         (_FP_SQRT): Likewise.
3432         (_FP_TO_INT): Likewise.
3433         (FP_EXTEND): Likewise.
3435 2014-10-09  Allan McRae  <allan@archlinux.org>
3437         * po/fr.po: Update French translation from translation project.
3439 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3441         [BZ #14132]
3442         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
3443         of INTDEF.
3444         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
3445         (__cxa_atexit): Use libc_hidden_proto.
3446         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
3448         [BZ #14132]
3449         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
3450         declaration.
3451         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
3452         [!_ISOMAC] (__iswspace_l_internal): Likewise.
3453         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
3454         [!_ISOMAC] (__iswctype_internal): Likewise.
3455         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
3456         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
3457         alias.
3458         (fcntl): Remove __fcntl_internal alias.
3459         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
3460         __connect_internal alias.
3461         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
3462         Likewise.
3464         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
3465         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
3466         FP_DENORM_ZERO.
3467         (_FP_CHECK_FLUSH_ZERO): New macro.
3468         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
3469         (_FP_CMP): Likewise.
3470         (_FP_CMP_EQ): Likewise.
3471         (_FP_TO_INT): Do not set inexact for subnormal arguments if
3472         FP_DENORM_ZERO.
3473         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
3474         (FP_TRUNC): Likewise.
3476         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
3477         treated as invalid conversion, not as normal exponent.
3479         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
3480         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
3481         (_FP_CMP_EQ): Likewise.
3482         (_FP_CMP_UNORD): Likewise.
3483         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
3484         (FP_CMP_EQ_D): Likewise.
3485         (FP_CMP_UNORD_D): Likewise.
3486         * soft-fp/extended.h (FP_CMP_E): Likewise.
3487         (FP_CMP_EQ_E): Likewise.
3488         (FP_CMP_UNORD_E): Likewise.
3489         * soft-fp/quad.h (FP_CMP_Q): Likewise.
3490         (FP_CMP_EQ_Q): Likewise.
3491         (FP_CMP_UNORD_Q): Likewise.
3492         * soft-fp/single.h (FP_CMP_S): Likewise.
3493         (FP_CMP_EQ_S): Likewise.
3494         (FP_CMP_UNORD_S): Likewise.
3495         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
3496         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
3497         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
3498         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
3499         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
3500         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
3501         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
3502         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
3503         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
3504         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
3505         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
3506         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
3507         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
3508         to FP_CMP_Q.
3509         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
3510         FP_CMP_Q.
3511         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
3512         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
3513         FP_CMP_EQ_Q.
3514         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
3515         FP_CMP_Q.
3516         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
3517         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
3518         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
3519         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
3520         FP_CMP_EQ_Q.
3521         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
3522         FP_CMP_Q.
3523         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
3524         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
3525         FP_CMP_EQ_Q.
3526         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
3527         FP_CMP_Q.
3528         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
3529         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
3530         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
3531         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
3532         FP_CMP_EQ_Q.
3534         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
3535         a subnormal result, set the underflow exception if trapping on
3536         underflow is enabled.
3537         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
3538         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
3539         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
3540         redefine to 0.
3541         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
3542         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3543         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3544         * soft-fp/extendxftf2.c (__extendxftf2): Use
3545         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
3547         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
3548         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
3549         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3550         FP_HANDLE_EXCEPTIONS.
3551         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
3552         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3553         FP_HANDLE_EXCEPTIONS.
3554         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
3555         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3556         FP_HANDLE_EXCEPTIONS.
3557         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
3558         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3559         FP_HANDLE_EXCEPTIONS.
3561 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
3563         [BZ #14132]
3564         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
3565         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
3566         use INTUSE.
3567         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
3568         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
3569         Remove alias.
3570         (__adjtimex): Define using libc_hidden_ver.
3571         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
3572         Remove declaration.
3573         (ntp_gettime): Call __adjtimex directly.
3574         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
3575         Remove declaration.
3576         (ntp_gettimex): Call __adjtimex directly.
3577         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
3578         __adjtimex_internal alias.
3580 2014-10-08  Roland McGrath  <roland@hack.frob.com>
3582         [BZ #17460]
3583         * nscd/nscd.c (more_help): Rewrite list of tables collection
3584         using xstrdup and asprintf.
3586         * nscd/nscd_conf.c: Remove local xstrdup declaration.
3588 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3589             Roland McGrath  <roland@hack.frob.com>
3591         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
3592         (do_lookup_unique): ... local function 'enter' here; update callers.
3594 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
3596         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
3597         compat_symbol calls on [SHARED].
3598         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
3599         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
3600         Remove.
3601         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3602         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
3603         (oldsetrlimit): Remove.
3604         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3605         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
3606         (lchown): New syscall entry.
3607         (oldsetrlimit): Remove.
3608         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3609         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
3610         (oldsetrlimit): Remove.
3611         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3613         [BZ #14138]
3614         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
3615         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
3616         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
3617         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
3618         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
3619         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
3620         (fchown): Likewise.
3621         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
3622         (fchown): Likewise.
3623         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
3624         Likewise.
3626 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3628         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
3629         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
3630         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
3631         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
3632         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
3633         Likewise.
3634         (__old_sem_post): Likewise.
3636 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
3638         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
3639         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
3640         HAVE_CLOCK_GETTIME_VSYSCALL macros.
3641         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
3642         Use INLINE_VSYSCALL macro.
3643         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
3644         __vdso_clock_gettime.
3645         * sysdeps/unix/sysv/linux/tile/init-first.c
3646         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
3647         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
3648         __vdso_clock_gettime.
3650         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
3651         to set up frame more cleanly.
3653         * sysdeps/tile/memcmp.c: New file.
3655         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
3657         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
3658         * sysdeps/tile/tilegx/strcasestr.c: New file.
3659         * sysdeps/tile/tilegx/strnlen.c: New file.
3660         * sysdeps/tile/tilegx/strstr.c: New file.
3662         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
3664 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
3666         * nptl/tst-setuid3.c: Write errors to stdout.
3668 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3670         * elf/dl-deps.c
3671         (preload): New functions broken out of _dl_map_object_deps.
3672         (_dl_map_object_deps):  Remove a nested function. Update call sites.
3674 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
3676         [BZ #14138]
3677         * sysdeps/unix/sysv/linux/execve.c: Remove file.
3678         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
3680 2014-10-01  Steve Ellcey  <sellcey@mips.com>
3682         * sysdeps/mips/strcmp.S: New.
3684 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
3686         [BZ #14138]
3687         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
3688         (linkat): Likewise.
3689         (mkdirat): Likewise.
3690         (readlinkat): Likewise.
3691         (renameat): Likewise.
3692         (symlinkat): Likewise.
3693         (unlinkat): Likewise.
3694         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
3695         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
3696         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
3697         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
3698         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
3699         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
3700         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
3702 2014-09-30  Will Newton  <will.newton@linaro.org>
3704         * math/math.h: Define long double math functions if
3705         _LIBC_TEST is defined.
3706         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
3708         * localedata/Makefile: Move assignment to tests-special
3709         into an ifdef testing run-built-tests.
3710         * timezone/Makefile: Likewise.
3712 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
3714         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
3715         with $(BASH) not $(SHELL).
3717 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
3718             Matthew LeGendre  <legendre1@llnl.gov>
3720         [BZ #17411]
3721         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
3722         l_reloc_result.
3724 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3726         * stdio-common/printf_fp.c
3727         (hack_digit): New function, broken out of ...
3728         (__printf_fp): ... local function here.  Update call sites.
3729         hack_digit now takes an additional parameter that is a pointer
3730         to a struct of the referenced locals.  Those locals moved inside
3731         the struct and references updated.
3733 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
3735         * aclocal.m4: Require autoconf 2.69.
3736         * configure: Regenerated.
3737         * sysdeps/aarch64/configure: Likewise.
3738         * sysdeps/alpha/configure: Likewise.
3739         * sysdeps/arm/armv7/configure: Likewise.
3740         * sysdeps/arm/configure: Likewise.
3741         * sysdeps/ia64/configure: Likewise.
3742         * sysdeps/mach/configure: Likewise.
3743         * sysdeps/mips/configure: Likewise.
3744         * sysdeps/s390/configure: Likewise.
3745         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
3746         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
3748         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
3749         file.
3750         * sysdeps/ia64/configure.ac: Likewise.
3752 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
3754         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
3755         specify symbol version for ld.so.  Do not include entry for
3756         libpthread.
3757         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
3758         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
3759         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3761         [BZ #14171]
3762         * Makeconfig [$(build-shared) = yes]
3763         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
3764         makefiles.
3765         [$(build-shared) = yes && $(soversions.mk-done) = t]
3766         ($(common-objpfx)gnu/lib-names.h): Remove rule.
3767         [$(build-shared) = yes && $(soversions.mk-done) = t]
3768         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
3769         to Makerules.
3770         [$(build-shared) = yes && $(soversions.mk-done) = t]
3771         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
3772         here.
3773         [$(build-shared) = yes && $(soversions.mk-done) = t]
3774         (common-generated): Don't append gnu/lib-names.h and
3775         gnu/lib-names.stmp here.
3776         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
3777         (lib-names-h-abi): New variable.
3778         [$(build-shared) = yes && $(soversions.mk-done) = t]
3779         (lib-names-stmp-abi): Likewise.
3780         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3781         abi-variants] (before-compile): Append
3782         $(common-objpfx)$(lib-names-h-abi).
3783         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3784         abi-variants] (common-generated): Append gnu/lib-names.h.
3785         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3786         abi-variants] (install-others-nosubdir): Depend on
3787         $(inst_includedir)/$(lib-names-h-abi).
3788         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3789         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
3790         [$(build-shared) = yes && $(soversions.mk-done) = t]
3791         ($(common-objpfx)$(lib-names-h-abi)): New rule.
3792         [$(build-shared) = yes && $(soversions.mk-done) = t]
3793         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
3794         [$(build-shared) = yes && $(soversions.mk-done) = t]
3795         (common-generated): Append $(lib-names-h-abi) and
3796         $(lib-names-stmp-abi).
3797         * scripts/lib-names.awk: Do not handle multi being set.
3798         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
3799         Remove variable.
3800         (abi-lp64_be-ld-soname): Likewise.
3801         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
3802         Likewise.
3803         (abi-hard-ld-soname): Likewise.
3804         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
3805         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
3806         Remove variable.
3807         (abi-o32_hard-ld-soname): Likewise.
3808         (abi-o32_soft_2008-ld-soname): Likewise.
3809         (abi-o32_hard_2008-ld-soname): Likewise.
3810         (abi-n32_soft-ld-soname): Likewise.
3811         (abi-n32_hard-ld-soname): Likewise.
3812         (abi-n32_soft_2008-ld-soname): Likewise.
3813         (abi-n32_hard_2008-ld-soname): Likewise.
3814         (abi-n64_soft-ld-soname): Likewise.
3815         (abi-n64_hard-ld-soname): Likewise.
3816         (abi-n64_soft_2008-ld-soname): Likewise.
3817         (abi-n64_hard_2008-ld-soname): Likewise.
3818         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
3819         Likewise.
3820         (abi-64-v2-ld-soname): Likewise.
3821         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
3822         ld.so entries.
3823         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
3824         variable.
3825         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
3826         entry.
3827         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
3828         variable.
3829         (abi-64-ld-soname): Likewise.
3830         (abi-x32-ld-soname): Likewise.
3831         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
3832         entry.
3833         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3835 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
3837         [BZ #14138]
3838         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
3839         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
3840         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
3841         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
3842         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
3843         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
3844         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
3845         syscall entry for GLIBC_2.2 symbol version.
3846         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
3847         Likewise.
3848         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
3849         (setrlimit): Likewise.
3850         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
3851         Likewise.
3853 2014-09-23  Will Newton  <will.newton@linaro.org>
3855         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
3856         _LINUX_ARM_SYSDEP_H include guard too.
3857         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
3858         define.
3860 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
3862         * sysdeps/unix/sysv/linux/eventfd.c:
3863         Make first argument unsigned.
3864         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
3865         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
3867 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
3869         * socket/recvmmsg.c (recvmmsg): Drop const argument.
3870         * socket/sys/socket.h: Likewise
3871         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
3873 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
3875         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
3877 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
3879         * time/tst-ftime.c: New test.
3880         * time/Makefile (tests): Add tst-ftime.
3882 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
3884         * soft-fp/extended.h: Fix comment formatting.
3885         * soft-fp/op-1.h: Likewise.
3886         * soft-fp/op-2.h: Likewise.
3887         * soft-fp/op-4.h: Likewise.
3888         * soft-fp/op-8.h: Likewise.
3889         * soft-fp/op-common.h: Likewise.
3890         * soft-fp/soft-fp.h: Likewise.
3892         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
3894 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
3896         [BZ #6652]
3897         * Makeconfig (soversions-default-setname): Remove variable.
3898         ($(common-objpfx)soversions.i): Don't pass default_setname to
3899         soversions.awk.
3900         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
3901         oldest_abi to abi-versions.awk.
3902         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
3903         * config.make.in (oldest-abi): Remove variable.
3904         * configure.ac (--enable-oldest-abi): Remove configure option.
3905         * configure: Regenerated.
3906         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
3907         text.
3908         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
3909         * scripts/soversions.awk: Do not handle default_setname variable.
3910         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
3911         variable.
3912         * sysdeps/mach/hurd/configure: Regenerated.
3913         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
3914         variable.
3915         * sysdeps/unix/sysv/linux/configure: Regenerated.
3917 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
3919         * elf/Makefile (CFLAGS-interp.c): Remove.
3920         ($(elf-objpfx)runtime-linker.h): Generate header with linker
3921         path string.
3922         * elf/interp.c: Include generated runtime-linker.h
3924         * Makerules (lib%.so): Don't include $(+interp) in
3925         prerequisites.
3926         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
3927         * dlfcn/eval.c: Remove file.
3929         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
3930         macros.
3932         [BZ #17266]
3933         * misc/sys/cdefs.h: Define __extern_always_inline for clang
3934         4.2 and newer.
3936         [BZ #17370]
3937         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
3939 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
3940             Jakub Jelinek  <jakub@redhat.com>
3942         [BZ #17266]
3943         * libio/stdio.h: Check definition of __fortify_function
3944         instead of __extern_always_inline to include bits/stdio2.h.
3945         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
3946         check if __extern_always_inline is defined.
3947         [__USE_MISC || __USE_XOPEN]: Likewise.
3948         [__USE_ISOC99] Likewise.
3949         * misc/sys/cdefs.h (__fortify_function): Define only if
3950         __extern_always_inline is defined.
3951         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
3952         __extern_always_inline and __extern_inline only for g++-4.3
3953         and newer or a compatible gcc.
3955 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
3957         [BZ #17371]
3958         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
3959         last change to handle zero prefix length.
3961 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
3963         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
3964         _SC_REGEX_VERSION.
3966         * posix/getconf.c (vars): Add _POSIX_IPV6 and
3967         _POSIX_RAW_SOCKETS.
3969 2014-09-13  Allan McRae  <allan@archlinux.org>
3971         * po/ru.po: Update Russian translation from translation project.
3973 2014-09-12  Roland McGrath  <roland@hack.frob.com>
3975         * locale/programs/locale.c (show_locale_vars): Inline local function
3976         into its sole call site.  Clean up some style nits.
3977         (print_item): New function, broken out of ...
3978         (show_info): ... local function here.  Clean up style nits.
3980         * locale/programs/ld-ctype.c (set_one_default): New function, broken
3981         out of ...
3982         (set_class_defaults): ... local function set_default here.
3983         Define set_default as a macro locally to pass constant parameters.
3984         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
3985         rather than a shared local.
3987         * stdlib/rpmatch.c (try): New function, broken out of ...
3988         (rpmatch): ... local function here.  Also, prototypify definition.
3990 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
3992         * scripts/soversions.awk: Do not handle configuration names.
3993         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
3994         vendor and os variables to soversions.awk.
3995         * configure.ac: Do not modify gnu-* host_os.
3996         * configure: Regenerated
3997         * shlib-versions: Remove first column with configuration names.
3998         * nptl/shlib-versions: Likewise.
3999         * nptl_db/shlib-versions: Likewise.
4000         * sysdeps/hppa/shlib-versions: Likewise.
4001         * sysdeps/m68k/shlib-versions: Likewise.
4002         * sysdeps/mach/hurd/shlib-versions: Likewise.
4003         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
4004         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
4005         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
4006         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
4007         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
4008         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
4009         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
4010         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
4011         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
4012         Likewise.
4013         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4014         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
4015         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
4016         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
4017         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
4018         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
4019         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
4020         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4022         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
4023         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
4024         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
4025         Regenerated.
4026         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
4027         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
4028         Condition symbol version definitions on [HAVE_ELFV2_ABI].
4030         * shlib-versions: Remove OS-specific entries.  Moved to files in
4031         sysdeps.
4032         * sysdeps/mach/hurd/shlib-versions: New file.
4033         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
4035         * nptl/shlib-versions: Remove architecture-specific entries.
4036         Moved to files in sysdeps.
4037         * shlib-versions: Likewise.
4038         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
4039         file.
4040         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4041         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
4042         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
4043         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
4045         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
4046         (UDP_NO_CHECK6_RX): Likewise.
4048 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4050         * sysdeps/posix/sysconf.c (__sysconf): Spell
4051         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
4053 2014-08-12  Florian Weimer  <fweimer@redhat.com>
4055         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
4056         loading.
4057         * iconv/Versions (__gconv_transliterate): Export for use from
4058         gconv modules.
4059         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
4060         (struct __gconv_trans_data, __gconv_trans_fct,
4061         __gconv_trans_context_fct, __gconv_trans_query_fct,
4062         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
4063         definitions.
4064         (struct __gconv_step_data): Remove __trans member.
4065         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
4066         longer hidden.  Remove unused trans_data argument.
4067         * iconv/gconv_int.h (struct trans_struct): Remove definition.
4068         (__gconv_translit_find): Remove declaration.
4069         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
4070         prototype.
4071         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
4072         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
4073         trans_data argument.  Add hidden definition.
4074         (__gconv_translit_find): Remove.
4075         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
4076         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
4077         * iconv/skeleton.c: Remove transliteration initialization.
4078         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
4079         __gconv_step_data initialization.
4080         * libio/iofwide.c (__libio_translit_): Remove.
4081         (_IO_fwide): Adjust struct __gconv_step_data initialization.
4082         * wcsmbs/btowc.c (__btowc): Likewise.
4083         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
4084         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
4085         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
4086         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
4087         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
4088         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
4089         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
4090         * wcsmbs/wctob.c (wctob): Likewise.
4092 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4094         [BZ #16194]
4095         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
4096         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
4097         register usage.
4098         * sysdeps/x86/Makefile: Adjust.
4100 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4101             Roland McGrath  <roland@hack.frob.com>
4103         * locale/weight.h: Add include guard.
4104         (findidx): Make static rather than auto; take new parameters
4105         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
4106         * locale/weightwc.h: Likewise.
4107         * posix/fnmatch_loop.c
4108         (FCT): Change type of EXTRA from int32_t to wint_t.
4109         Don't include either header inside the function.
4110         Call FINDIDX rather than findidx, and pass new arguments.
4111         #undef FINDIDX at the end of the file.
4112         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
4113         FINDIDX before including fnmatch_loop.c for the non-wide version.
4114         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
4115         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
4116         for the wide version.
4117         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
4118         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
4119         Pass new arguments to findidx.
4120         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
4121         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
4122         Don't #include it inside the function.  Pass new arguments to findidx.
4123         * posix/regex_internal.h
4124         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
4125         (re_string_elem_size_at): Don't #include it inside the function.
4126         Pass new arguments to findidx.
4127         * string/strcoll_l.c: #include WEIGHT_H at top level.
4128         (get_next_seq): Don't #include it inside the function.
4129         Pass new arguments to findidx.
4130         (get_next_seq_nocache): Likewise.
4131         * string/strxfrm_l.c: #include WEIGHT_H at top level.
4132         (STRXFRM): Don't #include it inside the function.
4133         Pass new arguments to findidx.
4135 2014-09-11  Florian Weimer  <fweimer@redhat.com>
4137         [BZ #17344]
4138         * malloc/malloc.c (unlink): Turn asserts into a call to
4139         malloc_printerr.
4141 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
4143         [BZ #17370]
4144         * libio/wfileops (do_ftell_wide): Free OUT.
4146 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
4148         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
4150 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
4152         [BZ #17363]
4153         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
4154         group if the current group is empty.
4156 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4158         * benchtests/bench-memset.c (test_main): Add more test from size
4159         from 32 to 512 bytes.
4160         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4161         Add POWER8 memset object.
4162         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4163         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
4164         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
4165         implementation.
4166         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
4167         Likewise.
4168         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
4169         multiarch POWER8 memset optimization.
4170         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
4171         POWER8 memset optimization.
4173         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4174         Remove bzero multiarch objects.
4175         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
4176         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
4177         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
4178         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
4179         Remove define.
4180         [__bzero]: Redefine to specific name.
4181         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
4182         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
4183         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
4184         define.
4185         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
4186         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
4188 2014-09-10  Florian Weimer  <fweimer@redhat.com>
4190         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
4191         warnings into errors.
4193         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
4194         __cxa_thread_atexit_impl prototype.
4196 2014-09-09  Steve Ellcey  <sellcey@mips.com>
4198         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
4199         Fix capitalization of error message.
4201 2014-09-09  Steve Ellcey  <sellcey@mips.com>
4203         * sysdeps/mips/preconfigure: Modify ABI tests.
4205 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
4207         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
4209 2014-09-07  Roland McGrath  <roland@hack.frob.com>
4210             Carlos O'Donell  <carlos@systemhalted.org>
4212         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
4213         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
4214         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
4215         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
4216         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
4217         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
4218         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
4219         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
4220         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
4221         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
4222         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
4223         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
4224         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
4225         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
4226         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
4227         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
4228         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
4229         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
4230         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
4231         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
4232         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
4233         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
4234         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
4235         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
4236         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
4237         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
4238         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
4239         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
4240         Deconditionalize the code that was previously under [RESET_PID].
4241         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
4242         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
4243         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
4244         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
4245         include sysdep.h.
4247 2014-09-08  Allan McRae  <allan@archlinux.org>
4249         * version.h (RELEASE): Set to "development".
4250         (VERSION): Set to "2.20.90"
4252 2014-09-07  Allan McRae  <allan@archlinux.org
4254         * version.h (RELEASE): Set to "stable".
4255         (VERSION): Set to "2.20"
4256         * include/features.h (__GLIBC_MINOR__): Set to 20.
4258         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
4259         Liebler.
4261         * po/ko.po: Update Korean translation from translation project.
4263 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
4265         [BZ #17354]
4266         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
4267         macro for handling signed relocations.
4269 2014-09-03  Florian Weimer  <fweimer@redhat.com>
4271         [BZ #17325]
4272         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
4273         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
4274         assert.
4275         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
4276         * iconvdata/ibm935.c (BODY): Likewise.
4277         * iconvdata/ibm937.c (BODY): Likewise.
4278         * iconvdata/ibm939.c (BODY): Likewise.
4279         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
4280         assert.
4281         * iconvdata/Makefile (iconv-test.out): Pass module list to test
4282         script.
4283         * iconvdata/run-iconv-test.sh: New test loop for checking for
4284         decoder crashers.
4286 2014-09-02  Khem Raj  <raj.khem@gmail.com>
4288         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
4289         libm_hidden_ver.
4291 2014-09-01  Allan McRae  <allan@archlinux.org>
4293         * po/eo.po: Update Esperanto translation from translation project.
4295         * po/ca.po: Update Catalan translation from translation project.
4297 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4299         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
4300         __proc_dostop call.
4302 2014-08-27  Mark Wielaard  <mjw@redhat.com>
4304         [BZ #17319]
4305         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
4306         to call set_thread_area instead of hand written asm.
4307         (__NR_set_thread_area): Removed define.
4308         (TLS_FLAG_WRITABLE): Likewise.
4309         (__ASSUME_SET_THREAD_AREA): Remove check.
4310         (TLS_EBX_ARG): Remove define.
4311         (TLS_LOAD_EBX): Likewise.
4313 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4315         Simplify atomicity of socket creation in bind.
4317         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
4318         looking up the name after linking the file.
4320 2014-08-27  Allan McRae  <allan@archlinux.org>
4322         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
4324 2014-08-26  Florian Weimer  <fweimer@redhat.com>
4326         [BZ #17187]
4327         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
4328         trans_compare, open_translit, __gconv_translit_find):
4329         Remove module loading code.
4331 2014-08-26  Allan McRae  <allan@archlinux.org>
4333         * po/vi.po: Update Vietnamese translation from translation project.
4335         * po/uk.po: Update Ukrainian translation from translation project.
4337         * po/fr.po: Update French translation from translation project.
4339         * po/ru.po: Update Russian translation from translation project.
4341         * po/pl.po: Update Polish translation from translation project.
4343         * po/cs.po: Update Czech translation from translation project.
4345         * po/de.po: Update German translation from translation project.
4347         * po/bg.po: Update Bulgarian translation from translation project.
4349         * po/sv.po: Update Sweedish translation from translation project.
4351         * po/nl.po: Update Dutch translation from translation project.
4353         * po/es.po: Update Spanish translation from translation project.
4355 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
4357         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
4359         * catgets/Makefile (CPPFLAGS-gencat): Remove.
4360         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
4361         (CPPFLAGS-iconvconfig): Likewise.
4362         * timezone/Makefile (CPPFLAGS-zic): Likewise.
4364         * include/libc-symbols.h: Remove unnecessary check for
4365         NOT_IN_libc.
4366         * nptl/pthreadP.h: Likewise.
4367         * sysdeps/aarch64/setjmp.S: Likewise.
4368         * sysdeps/alpha/setjmp.S: Likewise.
4369         * sysdeps/arm/sysdep.h: Likewise.
4370         * sysdeps/i386/setjmp.S: Likewise.
4371         * sysdeps/m68k/setjmp.c: Likewise.
4372         * sysdeps/posix/getcwd.c: Likewise.
4373         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
4374         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
4375         * sysdeps/s390/s390-32/setjmp.S: Likewise.
4376         * sysdeps/s390/s390-64/setjmp.S: Likewise.
4377         * sysdeps/sh/sh3/setjmp.S: Likewise.
4378         * sysdeps/sh/sh4/setjmp.S: Likewise.
4379         * sysdeps/unix/alpha/sysdep.h: Likewise.
4380         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4381         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4382         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
4383         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4384         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
4385         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
4386         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4387         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4388         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4389         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4390         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4391         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4392         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4393         * sysdeps/x86_64/setjmp.S: Likewise.
4395 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
4397         [BZ #17263]
4398         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
4399         <stdint.h>.
4400         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
4401         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
4403 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
4405         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
4407         [BZ #17262]
4408         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
4409         and __x86_64__ when disabling x87 inline functions.
4411 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
4413         [BZ #17259]
4414         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
4415         asm statement with __cpuid_count.
4417 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
4419         * configure.ac: Change __ehdr_start code to dereference the struct.
4420         Run readelf on the output to look for relocations.
4421         * configure: Regenerated.
4423 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
4425         [BZ #17261]
4426         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
4427         value to 0.
4428         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
4430 2014-08-12  Roland McGrath  <roland@hack.frob.com>
4432         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
4434 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
4436         [BZ #16892]
4437         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
4438         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
4440 2014-08-12  Sean Anderson  <seanga2@gmail.com>
4442         * malloc/malloc.c: Fix typo in comment.
4444 2014-08-09  Allan McRae  <allan@archlinux.org>
4446         * Regenerate libc.po.
4448 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
4450         * intl/tst-gettext2.sh: Check every lang file for creation.
4452 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4454         * sysdeps/aarch64/fpu/math_private.h
4455         (libc_feholdsetround_noex_aarch64_ctx): New function.
4457 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4459         * sysdeps/arm/armv6/strcpy.S (strcpy):
4460         Fix performance issue in misaligned cases.
4462 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4464         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
4465         Move definition from termios.h.
4466         (struct termio): Likewise.
4467         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4468         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4469         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4470         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4471         Likewise.
4472         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
4473         Move definition to ioctl-types.h
4474         (struct termio): Likewise.
4475         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4476         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4477         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4478         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4479         Likewise.
4481 2014-08-05  Richard Henderson  <rth@redhat.com>
4483         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
4484         exceptions.
4485         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
4486         Add fraiseexcpt.
4487         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
4488         Use __feraiseexcept.
4489         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
4490         Protect libm symbols with IS_IN_libm.
4492         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
4494 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
4496         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
4498 2014-08-04  Will Newton  <will.newton@linaro.org>
4500         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
4501         file.
4503 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
4505         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
4506         variants for each function.
4508 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4510         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
4511         appended ...
4512         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
4513         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
4514         appended ...
4515         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
4516         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
4517         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
4518         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
4519         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
4520         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
4521         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
4522         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
4523         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
4524         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
4525         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
4526         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
4527         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
4528         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
4529         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
4530         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
4531         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
4532         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
4533         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
4534         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
4535         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
4536         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
4537         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
4538         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
4539         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
4540         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
4541         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
4542         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
4543         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
4544         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
4545         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
4546         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
4547         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
4548         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
4549         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
4550         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
4551         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
4552         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
4553         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
4554         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
4555         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
4556         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
4557         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
4558         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
4559         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
4560         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
4561         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
4562         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
4563         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
4564         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
4565         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
4566         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
4567         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
4568         Update #include.
4569         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
4570         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
4572 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4574         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
4575         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
4576         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
4577         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
4578         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
4579         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
4581 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4583         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
4584         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
4585         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4586         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
4588 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4590         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
4591         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
4592         (__libc_vfork): Define function under this name.
4593         (__vfork): Define as an alias.
4594         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
4595         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
4597 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4599         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
4600         that was previously under [RESET_PID].
4601         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
4603 2014-08-04  Andreas Schwab  <schwab@suse.de>
4605         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
4607 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
4609         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
4610         (main): Likewise.
4612 2014-08-01  Roland McGrath  <roland@hack.frob.com>
4614         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
4616 2014-08-01  Richard Henderon  <rth@redhat.com>
4618         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
4619         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
4620         typo in exact zero test.
4621         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
4622         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
4623         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
4625 2014-08-01  Roland McGrath  <roland@hack.frob.com>
4627         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
4628         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
4629         * sysdeps/arm/sysdep.h: ... here.
4630         [!__ASSEMBLER__]: Include <stdint.h>.
4632 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
4634         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
4635         (HAVE_WCTYPE_H): Likewise.
4636         (HAVE_ISWCTYPE): Likewise.
4637         (ENABLE_NLS): Likewise.
4638         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
4639         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
4641         * posix/regex_internal.c: Check if DEBUG is defined and is
4642         set.
4644         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
4645         (HAVE_MBSRTOWCS): Likewise.
4646         * posix/fnmatch.c: Include string.h unconditionally.
4648 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
4650         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
4651         reversal.
4653 2014-07-31  Roland McGrath  <roland@hack.frob.com>
4655         * sysdeps/generic/safe-fatal.h: New file.
4656         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
4657         * nptl/forward.c: Include it.
4658         (__pthread_unwind): Use __safe_fatal as default action, rather
4659         than a bogus use of INTERNAL_SYSCALL that could never work.
4661         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
4662         * configure.ac (libc_cv_builtin_trap): New test.
4663         * configure: Regenerated.
4664         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
4665         (ABORT_INSTRUCTION): Define using __builtin_trap.
4667         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
4668         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
4669         * sysdeps/nptl/nptl-signals.h: New file.
4670         * nptl/pthreadP.h: Include <nptl-signals.h>.
4672 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
4674         * sysdeps/s390/s390-64/utf16-utf32-z9.c
4675         (ONE_DIRECTION): Define.
4676         * sysdeps/s390/s390-64/utf8-utf16-z9.c
4677         (ONE_DIRECTION): Define.
4678         * sysdeps/s390/s390-64/utf8-utf32-z9.c
4679         (ONE_DIRECTION): Define.
4681 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
4683         * sysdeps/s390/Makefile: Delete file.
4684         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
4685         * sysdeps/s390/__longjmp.c: Delete file.
4686         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
4687         Remove fields __flags and __reserved.
4688         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
4689         and add versioning.
4690         * sysdeps/s390/rtld-__longjmp.c: Delete file.
4691         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
4692         * sysdeps/s390/rtld-setjmp.S: Likewise.
4693         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
4694         * sysdeps/s390/s390-32/__longjmp.c: ... here.
4695         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
4696         * sysdeps/s390/s390-32/setjmp.S: ... here.
4697         Add versioning.
4698         (__sigsetjmp): Remove setting __flags field.
4699         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
4700         * sysdeps/s390/s390-64/__longjmp.c: ... here.
4701         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
4702         * sysdeps/s390/s390-64/setjmp.S: ... here.
4703         Add versioning.
4704         (__sigsetjmp): Remove setting __flags field.
4705         * sysdeps/s390/setjmp.S: Delete file.
4706         * sysdeps/s390/sigjmp.c: Likewise.
4707         * sysdeps/s390/v1-longjmp.c: Likewise.
4708         * sysdeps/s390/v1-setjmp.h: Likewise.
4709         * sysdeps/s390/v1-sigjmp.c: Likewise.
4710         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
4711         Remove v1-longjmp_chk.
4712         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
4713         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
4714         Include debug/longjmp_chk.c and add versioning.
4715         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
4716         Include nptl/pt-longjmp.c and add versioning.
4717         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
4718         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
4719         Include __longjmp.c.
4720         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
4721         Move to ...
4722         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
4723         (__getcontext): Remove setting __flags field.
4724         Add versioning.
4725         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
4726         Don't restore upper high grps.
4727         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
4728         Likewise.
4729         (__swapcontext): Remove setting uc_flags field.
4730         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
4731         Delete file.
4732         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
4733         Include __longjmp.c.
4734         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
4735         Move to ...
4736         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
4737         (__getcontext): Remove setting __flags field.
4738         Add versioning.
4739         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
4740         (__swapcontext): Remove setting uc_flags field.
4741         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
4742         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
4743         Remove fields uc_high_gprs and __reserved.
4744         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
4745         New file with reverted content.
4746         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
4747         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
4748         Regenerated.
4749         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
4750         Regenerated.
4752 2014-07-31  Andreas Schwab  <schwab@suse.de>
4754         * config.h.in (HAVE_IFUNC): Define to 0.
4755         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
4756         definedness.
4758 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
4760         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
4761         memmove-avx-unaligned, memcpy-avx-unaligned and
4762         mempcpy-avx-unaligned.
4763         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
4764         Add tests for AVX memcpy functions.
4765         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
4766         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
4767         memcpy_chk.
4768         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
4769         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
4770         memmove_chk.
4771         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
4772         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
4773         mempcpy_chk.
4774         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
4775         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
4776         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
4778 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4780         [BZ #17213]
4781         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
4782         powerpc64le.
4784 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
4786         [BZ #16839]
4787         * manual/llio.texi: Add section about open file description locks.
4788         * manual/examples/ofdlocks.c: Example of open file description
4789         lock usage.
4790         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
4791         F_OFD_SETLK, and F_OFD_SETLKW.
4793 2014-07-23  Allan McRae  <allan@archlinux.org>
4795         * po/es.po: Update Spanish translation from translation project.
4797 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
4799         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
4801 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
4803         [BZ #17078]
4804         * sysdeps/arm/dl-machine.h (elf_machine_rela)
4805         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
4806         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
4808 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
4810         [BZ #17088]
4811         * math/fesetenv.c (__fesetenv)
4812         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
4813         * math/feupdateenv.c (__feupdateenv)
4814         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
4816         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
4817         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
4818         (__ASSUME_SOCKETCALL): Do not define.
4820         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
4821         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
4822         (__ASSUME_SOCKETCALL): Do not define.
4823         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
4824         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
4825         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4826         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
4827         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4828         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
4829         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4830         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4832         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
4833         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
4834         (__ASSUME_SOCKETCALL): Do not define.
4835         (__ASSUME_IPC64): Define unconditionally.
4836         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
4837         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4838         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
4839         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4840         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
4841         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4842         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
4843         Likewise.
4845         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
4846         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
4847         (__ASSUME_SOCKETCALL): Do not define.
4848         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
4849         (__ASSUME_FUTEX_LOCK_PI): Likewise.
4850         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4851         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
4852         (__ASSUME_REQUEUE_PI): Define unconditionally.
4853         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
4854         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
4855         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4856         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
4857         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4858         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4860         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
4861         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
4862         (__ASSUME_SOCKETCALL): Do not define.
4863         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
4864         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4865         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4866         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
4867         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4868         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4870         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
4871         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
4872         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4873         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
4874         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4875         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
4876         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4877         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
4878         (__ASSUME_GETCPU_SYSCALL): Likewise.
4880         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
4881         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
4882         cases for individual architectures.
4883         * sysdeps/gnu/configure: Regenerated.
4884         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
4885         LIBC_SLIBDIR_RTLDDIR.
4886         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
4887         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
4888         LIBC_SLIBDIR_RTLDDIR.
4889         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
4890         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
4891         LIBC_SLIBDIR_RTLDDIR.
4892         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
4893         Regenerated.
4894         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
4895         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
4896         file.
4897         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
4898         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
4899         file.
4900         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
4901         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
4902         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
4903         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
4905         * sysdeps/aarch64/shlib-versions: Move to ...
4906         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
4907         * sysdeps/alpha/shlib-versions: Move to ...
4908         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
4909         * sysdeps/arm/shlib-versions: Move to ...
4910         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
4911         * sysdeps/hppa/shlib-versions: Move all contents except for
4912         libgcc_s entry to ...
4913         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
4914         entry from ...
4915         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
4916         * sysdeps/ia64/shlib-versions: Move to ...
4917         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
4918         entry from ...
4919         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
4920         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
4921         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
4922         * sysdeps/microblaze/shlib-versions: Move to ...
4923         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
4924         * sysdeps/mips/shlib-versions: Move to ...
4925         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
4926         entry from ...
4927         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
4928         * sysdeps/tile/shlib-versions: Move to ...
4929         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
4930         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
4931         from ...
4932         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
4933         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
4934         entry from ...
4935         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
4937 2014-07-17  Will Newton  <will.newton@linaro.org>
4939         * sysdeps/arm/bits/atomic.h
4940         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
4941         (__arch_compare_and_exchange_bool_16_int): Likewise.
4942         (__arch_compare_and_exchange_bool_64_int): Likewise.
4944         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
4945         into an #else block.
4947 2014-07-16  Roland McGrath  <roland@hack.frob.com>
4949         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
4950         just Linux configurations.  Test empirically that the compiler sets
4951         __ARM_EABI__, rather than using the tuple to decide.
4952         * sysdeps/arm/preconfigure: Regenerated.
4953         * sysdeps/unix/sysv/linux/arm/configure: File removed.
4954         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
4955         contents appended ...
4956         * sysdeps/arm/configure.ac: ... here.
4957         * sysdeps/arm/configure: Regenerated.
4959 2014-07-15  Roland McGrath  <roland@hack.frob.com>
4961         * nptl/pthread_kill.c: New file.
4962         * nptl/pthread_sigmask.c: New file.
4963         * nptl/pthread_sigqueue.c: New file.
4965         * sysdeps/nptl/lowlevellock.h: New file.
4966         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
4967         * sysdeps/nptl/lowlevellock-futex.h: New file.
4969         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
4970         Remove dead declarations.
4972 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
4974         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
4975         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
4976         config-cflags-avx2.
4977         * sysdeps/x86_64/configure.ac: Likewise.
4978         * sysdeps/i386/configure: Regenerated.
4979         * sysdeps/x86_64/configure: Likewise.
4980         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
4981         memset-avx2 only if config-cflags-avx2 is yes.
4982         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
4983         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
4984         defined.
4985         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
4986         only if HAVE_AVX2_SUPPORT is defined.
4987         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
4989 2014-07-14  Alan Modra  <amodra@gmail.com>
4991         [BZ #17153]
4992         * elf/elf.h (DT_PPC64_NUM): Correct value.
4993         * NEWS: Add to fixed bug list.
4995 2014-07-13  Jim Meyering  <meyering@fb.com>
4997         [BZ 17150]
4998         regex: don't deref NULL upon heap allocation failure
4999         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
5000         failure in one more place.
5001         To trigger the segfault, configure grep -with-included-regex,
5002         build it, and run these commands:
5003         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
5005 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
5007         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
5009 2014-07-11  Richard Henderson  <rth@redhat.com>
5011         * sysdeps/aarch64/libm-test-ulps: Update.
5013 2014-07-10  Florian Weimer  <fweimer@redhat.com>
5015         [BZ #17135]
5016         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
5017         * nptl/allocatestack.c (__nptl_setxid_error): New function.
5018         (__nptl_setxid): Initialize error member.  Call
5019         __nptl_setxid_error.
5020         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
5021         * nptl/descr.h (struct xid_command): Add error member.
5022         * nptl/tst-setuid3.c: New file.
5023         * nptl/Makefile (tests): Add it.
5025 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5027         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
5028         New define.
5029         (__lll_trylock): Use __lll_base_trylock.
5030         (__lll_cond_trylock): Likewise.
5032 2014-07-10  Roland McGrath  <roland@hack.frob.com>
5034         * nptl/pthread_create.c (start_thread): Use atomic_or and
5035         lll_futex_wake directly rather than lll_robust_dead.
5036         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
5037         (lll_robust_dead): Macro removed.
5038         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
5039         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5040         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5041         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5042         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5043         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5044         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5045         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5046         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5047         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5048         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5049         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5050         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5051         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5052         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5054         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
5055         Use atomic_compare_and_exchange_val_acq directly rather than
5056         lll_robust_trylock.
5057         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
5058         (__lll_robust_trylock, lll_robust_trylock): Removed.
5059         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5060         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5061         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5062         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5063         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5064         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5065         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5066         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5067         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5068         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5069         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5070         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5071         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5072         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5074 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5076         * manual/locale.texi (Locale Names): New section documenting
5077         locale name syntax.  Adjust menu and node chaining accordingly.
5078         (Choosing Locale): Reference Locale Names, Locale Categories.
5079         Mention setting LC_ALL=C.  Reflect that name syntax is now
5080         documented.
5081         (Locale Categories): New section title.  Reference Locale Names.
5082         LC_ALL is an environment variable, but not a category.
5083         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
5084         description, now in Locale Name.  Reference that section.  Locale
5085         name syntax is now documented.
5087 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5089         [BZ #17137]
5090         * locale/findlocale.c (name_present, valid_locale_name): New
5091         functions.
5092         (_nl_find_locale): Use the loc_name variable to store name
5093         candidates.  Call name_present and valid_locale_name to check and
5094         validate locale names.  Return an error if the locale is invalid.
5096 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5098         * locale/setlocale.c (setlocale): Use strdup for allocating
5099         composite name copy.
5101 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
5103         Sync up with gnulib.
5104         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
5105         [!_LIBC && ENABLE_NLS]: Include gettext.h.
5106         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
5107         and _GL_ARG_NONNULL.
5108         [USE_UNLOCKED_IO]: Include unlocked-io.h.
5109         [!_LIBC]: Include code for Windows and Cygwin.
5110         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
5111         Include prototype for int strerror_r.
5112         [!_LIBC] (is_open): New function.
5113         (flush_stdout): New function.
5114         (print_errno_message): Use it.
5115         (error): Likewise.
5116         (error_at_line): Likewise.
5117         (error_tail) Add function attribute macros.  Use
5118         __builtin_expect.
5120         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
5122         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
5124         * io/ftw.c: Include sys/param.h unconditionally.
5126         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
5128         [BZ #17125]
5129         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
5130         libc_freeres_ptr.
5131         (freecache): New function to free CACHE on exit.
5133         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
5134         initialization.
5136 2014-07-09  David S. Miller  <davem@davemloft.net>
5138         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5140         * sysdeps/sparc/nptl/internaltypes.h: Delete.
5141         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
5142         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
5143         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
5144         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
5145         * sysdeps/sparc/nptl/sem_init.c: Likewise.
5146         * sysdeps/sparc/nptl/sem_post.c: Likewise.
5147         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
5148         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
5149         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
5150         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
5151         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
5152         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
5154 2014-07-09  Andreas Schwab  <schwab@suse.de>
5156         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
5157         output.
5158         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
5159         (do_test): Likewise.
5161         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
5163 2014-07-09  Will Newton  <will.newton@linaro.org>
5165         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
5166         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
5167         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
5168         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
5169         * sysdeps/hppa/start.S (_start): Likewise.
5171 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
5173         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
5175         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
5176         defined.
5178 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
5180         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
5181         after checking that it is non-NULL.
5183         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
5185 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5187         * sysdeps/powerpc/memmove.c: Remove file.
5188         * sysdeps/powerpc/powerpc32/power4/memcopy.h
5189         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
5190         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
5191         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
5192         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
5193         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
5194         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
5195         string memmove instead of removed powerpc one.
5197         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
5198         [weak_alias]: Fix compiler warning due trailing data.
5199         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
5200         [weak_alias]: Likewise.
5201         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
5202         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
5204         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
5205         (__libc_ifunc_impl_list): Add memmove functions.
5207 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
5209         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
5210         Remove code.
5211         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
5212         Likewise
5213         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
5214         Likewise
5215         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
5216         Likewise
5217         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
5218         Likewise
5219         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
5220         Likewise
5221         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
5222         Likewise
5223         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
5224         Likewise
5225         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
5226         Likewise
5227         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
5228         Likewise
5229         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
5230         Likewise
5231         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
5232         Likewise
5233         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
5234         Likewise
5235         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
5236         Likewise
5237         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
5238         Likewise
5239         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
5240         Likewise
5241         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
5242         Likewise
5244 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5246         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
5247         to avoid alignment traps in non-cacheable memory.
5248         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
5250         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
5251         multiarch objects.
5252         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
5253         file: multiarch power7 memmove.
5254         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
5255         multiarch default memmove.
5256         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
5257         multiarch memove for powerpc32/power4.
5259         * string/bcopy.c: Use full path to include memmove.c.
5260         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
5261         multiarch objects.
5262         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
5263         bcopy for powerpc64.
5264         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
5265         bcopy for powerpc64.
5266         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
5267         and memmove implementations.
5268         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
5269         optimized multiarch memmove for POWER7/powerpc64.
5270         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
5271         default multiarch memmove for powerpc64.
5272         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
5273         multiarch for powerpc64.
5274         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
5275         for POWER7/powerpc64.
5276         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
5277         memmove for POWER7/powerpc64.
5279         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
5280         glibc default one.
5282         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
5283         __ELF_NATIVE_CLASS equal to 64.
5285 2014-07-07  Roland McGrath  <roland@hack.frob.com>
5287         * sysdeps/nptl/lowlevellock.h: File removed.
5289         * NEWS: NPTL is no longer an add-on!
5290         * nptl/internaltypes.h: Moved ...
5291         * sysdeps/nptl/internaltypes.h: ... here.
5292         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
5293         * sysdeps/nptl/fork.c: Likewise.
5294         * sysdeps/nptl/gai_misc.h: Likewise.
5295         * sysdeps/nptl/librt-cancellation.c: Likewise.
5296         * sysdeps/nptl/jmp-unwind.c: Likewise.
5297         * sysdeps/nptl/setxid.h: Likewise.
5298         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
5299         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
5300         * sysdeps/unix/sysv/linux/arm/Implies: New file.
5301         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
5302         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
5303         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
5304         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
5305         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
5306         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
5307         * sysdeps/unix/sysv/linux/mips/Implies: New file.
5308         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
5309         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
5310         * sysdeps/unix/sysv/linux/sh/Implies: New file.
5311         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
5312         * sysdeps/unix/sysv/linux/tile/Implies: New file.
5313         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
5314         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
5315         * nptl/Makeconfig: Moved ...
5316         * sysdeps/nptl/Makeconfig: ... here.
5317         * nptl/configure: File removed.
5318         * nptl/ANNOUNCE: File removed.
5319         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
5320         * sysdeps/unix/sysv/linux/configure: Regenerated.
5322         * nptl/Makefile (routines): Add libc_pthread_init,
5323         libc_multiple_threads, register-atfork and unregister-atfork.
5324         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
5325         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
5326         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
5327         pthread-pi-defines.sym, structsem.sym.
5328         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
5329         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
5330         [$(subdir) = nptl] (tests): Add tst-setgetname.
5331         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
5332         * sysdeps/unix/sysv/linux/sigaction.c: Just include
5333         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
5334         [!LIBC_SIGACTION]: Remove aliases.
5335         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
5336         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
5337         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
5338         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
5339         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
5340         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
5341         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
5342         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
5343         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
5344         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
5345         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
5346         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
5347         __libc_allocate_rtsig_private.
5348         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
5349         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
5350         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
5351         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
5352         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
5353         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
5354         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
5355         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
5356         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
5357         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
5358         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
5359         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
5360         * nptl/internaltypes.h: ... here.
5361         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
5362         * sysdeps/nptl/jmp-unwind.c: ... here.
5363         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
5364         * nptl/libc-lowlevellock.c: ... here.
5365         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
5366         * nptl/libc_multiple_threads.c: ... here.
5367         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
5368         * nptl/libc_pthread_init.c: ... here.
5369         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
5370         * nptl/lowlevelbarrier.sym: ... here.
5371         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
5372         * nptl/lowlevelcond.sym: ... here.
5373         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
5374         * nptl/lowlevellock.c: ... here.
5375         * nptl/lowlevellock.h: Moved ...
5376         * sysdeps/nptl/lowlevellock.h: ... here.
5377         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
5378         * nptl/lowlevelrobustlock.c: ... here.
5379         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
5380         * nptl/lowlevelrobustlock.sym: ... here.
5381         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
5382         * nptl/lowlevelrwlock.sym: ... here.
5383         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
5384         * nptl/pt-fork.c: ... here.
5385         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
5386         * nptl/pthread-pi-defines.sym: ... here.
5387         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
5388         * nptl/pthread_attr_getaffinity.c: ... here.
5389         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
5390         * nptl/pthread_attr_setaffinity.c: ... here.
5391         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
5392         * nptl/pthread_mutex_cond_lock.c: ... here.
5393         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
5394         Update #include.
5395         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
5396         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
5397         * nptl/pthread_once.c: ... here, replacing old file.
5398         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
5399         * nptl/pthread_yield.c: ... here.
5400         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
5401         * nptl/register-atfork.c: ... here.
5402         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
5403         * nptl/sem_post.c: ... here.
5404         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
5405         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
5406         * nptl/sem_timedwait.c: ... here.
5407         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
5408         * nptl/sem_trywait.c: ... here.
5409         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
5410         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
5411         * nptl/sem_wait.c: ... here.
5412         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
5413         * nptl/structsem.sym: ... here.
5414         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
5415         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
5416         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
5417         * nptl/unregister-atfork.c: ... here.
5418         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
5419         * nptl/unwindbuf.sym: ... here.
5420         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
5421         * sysdeps/nptl/fork.c: ... here.
5422         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
5423         * sysdeps/nptl/fork.h: ... here.
5424         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
5425         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
5426         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
5427         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
5428         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
5429         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
5430         * sysdeps/unix/sysv/linux/getpid.c: ... here.
5431         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
5432         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
5433         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
5434         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
5435         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
5436         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
5437         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
5438         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
5439         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
5440         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
5441         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
5442         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
5443         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
5444         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
5445         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
5446         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
5447         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
5448         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
5449         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
5450         * sysdeps/unix/sysv/linux/raise.c: ... here.
5451         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
5452         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
5453         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
5454         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
5455         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
5456         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
5457         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
5458         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
5459         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
5460         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
5461         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
5462         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
5463         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
5464         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
5465         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
5467 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
5469         * sysdeps/generic/memcopy.h: Add comment for
5470         MEMCPY_OK_FOR_FWD_MEMMOVE.
5472 2014-07-04  Will Newton  <will.newton@linaro.org>
5474         * string/memchr.c: Merge from gnulib.
5475         [_LIBC]: Remove conditionals.
5476         (__ptr_t): Remove define.
5477         (LONG_MAX_32_BITS): Likewise.
5478         (LONG_MAX): Likewise.
5479         (MEMCHR): Use ANSI prototype and optimize algorithm.
5481         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
5483 2014-07-03  Roland McGrath  <roland@hack.frob.com>
5485         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
5486         (lll_futex_timed_wait_bitset): Fix syscall argument count.
5488         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
5489         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
5490         in a bare environment with no <stdlib.h> installed.
5491         * sysdeps/nptl/configure: Regenerated.
5493         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
5495         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
5496         AC_EGREP_CPP for kernel header checks, so they only succeed if
5497         including <linux/version.h> actually works right.
5498         * sysdeps/unix/sysv/linux/configure: Regenerated.
5500         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
5501         value so it's not diagnosed as unused.
5503         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
5504         thing) with "ifeq ($(subdir),rt)".
5506 2014-07-03  Richard Henderson  <rth@redhat.com>
5508         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
5509         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
5510         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
5512         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
5513         (math_force_eval): New.
5515         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
5516         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
5518         * sysdeps/alpha/fpu/s_round.c: Remove file.
5519         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
5521         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
5522         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
5523         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
5524         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
5525         (_dl_start, print_statistics): Likewise.
5526         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
5527         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
5529         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5530         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5531         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5532         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5533         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5534         (HP_SMALL_TIMING_AVAIL): Define.
5535         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5536         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5537         (HP_SMALL_TIMING_AVAIL): Define.
5538         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5539         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5541         * sysdeps/aarch64/hp-timing.h: New file.
5543         * sysdeps/generic/hp-timing.h: Remove dead comment.
5544         * sysdeps/generic/hp-timing-common.h: New file.
5545         * sysdeps/alpha/hp-timing.h: Include it.
5546         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
5547         * sysdeps/i386/i686/hp-timing.h: Likewise.
5548         * sysdeps/ia64/hp-timing.h: Likewise.
5549         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
5550         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
5551         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
5552         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
5553         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
5554         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
5555         (hp_timing_t): New.
5557         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
5558         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
5559         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
5560         * elf/rtld.c (_dl_start_final): Likewise.
5561         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
5562         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5563         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5564         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5565         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5566         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5567         (HP_TIMING_DIFF_INIT): Remove.
5568         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5569         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5570         (HP_TIMING_DIFF_INIT): Remove.
5571         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5572         * sysdeps/i386/i686/hp-timing.c: Remove file.
5573         * sysdeps/x86_64/hp-timing.c: Remove file.
5574         * sysdeps/ia64/hp-timing.c: Remove file.
5575         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
5576         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
5577         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
5578         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
5580         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
5581         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
5582         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
5583         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5584         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5585         (HP_TIMING_ACCUM): Remove.
5586         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5587         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
5588         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5590         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
5591         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
5592         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
5593         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
5594         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
5595         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5596         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
5597         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5599         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
5601 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
5603         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
5605 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5607         Sync up with gettext.
5608         * intl/loadmsgcat.c: Define O_BINARY if not defined.
5609         [_MSC_VER]: Include malloc.h
5610         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
5611         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
5612         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
5613         TEMP_FAILURE_RETRY.  Cast return of alloca.
5614         [!_LIBC] Call gl_rwlock_init.
5615         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
5617 2014-07-02  Roland McGrath  <roland@hack.frob.com>
5619         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
5620         before checking its value.
5622 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5624         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
5626         * debug/memcpy_chk.c: Don't include pagecopy.h.
5627         * debug/mempcpy_chk.c: Likewise.
5628         * string/memcpy.c: Likewise.
5629         * string/memmove.c: Likewise.
5630         * sysdeps/powerpc/memmove.c: Likewise.
5631         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
5632         definition of PAGE_COPY_FWD_MAYBE here...
5633         * sysdeps/generic/pagecopy.h: ... from here.
5634         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
5636 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
5637             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5639         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
5640         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
5641         optimizations.
5642         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
5643         (__libc_ifunc_impl_list): Likewise.
5644         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
5645         multiarch strcat for PPC64.
5646         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
5647         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
5649 2014-07-02  Roland McGrath  <roland@hack.frob.com>
5651         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
5653 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5655         * intl/loadmsgcat.c: Remove declaration of
5656         get_sysdep_segment_value.
5657         (get_sysdep_segment_value): Use ISO C style.
5658         (_nl_load_domain): Use ISO C style.  Get rid of redundant
5659         semicolon.  Fix typo and formatting in comment.
5660         (_nl_unload_domain): Use ISO C style.
5662         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
5664 2014-07-02  Will Newton  <will.newton@linaro.org>
5666         * malloc/obstack.c: Merge from gnulib master.
5667         [HAVE_CONFIG_H]: Remove conditional code.
5668         [!_LIBC]: Include config.h.
5669         [!ELIDE_CODE]: Don't include inttypes.h, include
5670         stdint.h unconditionally.
5671         (print_and_abort): Mark as _Noreturn.
5672         (_obstack_allocated_p): Mark as __attribute_pure__.
5673         (obstack_free): Rename to __obstack_free.
5674         [!__attribute__]: Remove conditional code.
5675         * malloc/obstack.h: Merge from gnulib master.
5676         [__cplusplus]: Move conditional down.
5677         [!__attribute_pure__]: Define __attribute_pure__ here
5678         if it is not already defined.
5679         (_obstack_memory_used): Mark as __attribute_pure__.
5680         [!__obstack_free]: Define as obstack_free.
5681         [__GNUC__]: Remove check for ancient NeXT gcc.
5683 2014-07-02  Will Newton  <will.newton@linaro.org>
5684             Paul Eggert  <eggert@cs.ucla.edu>
5686         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
5688 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5690         * resolv/gethnamaddr.c: Add comment warning that the file is
5691         not maintained.
5693 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
5695         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
5696         entries.
5698         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
5699         entry for aio_cancel and aio_cancel64.
5700         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
5701         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
5702         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
5703         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
5704         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
5705         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
5706         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
5707         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
5708         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
5709         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
5710         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
5711         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
5712         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
5714 2014-07-01  Roland McGrath  <roland@hack.frob.com>
5716         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
5717         * nptl/pthread_mutex_lock.c: Likewise.
5718         * nptl/pthread_mutex_timedlock.c: Likewise.
5719         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
5721 2014-07-01  Richard henderson  <rth@redhat.com>
5723         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
5724         (__isnan, __isnanl): Remove.
5725         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
5727         * sysdeps/alpha/fpu/libm-test-ulps: Update.
5729 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
5731         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
5733 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
5735         * resolv/nss_dns/dns-host.c (getanswer_r)
5736         [MULTI_PTRS_ARE_ALIASES]: Remove code.
5738 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
5740         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
5741         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
5742         undefine.
5743         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
5744         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
5746 2014-07-01  Roland McGrath <roland@hack.frob.com>
5748         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
5749         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
5751         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
5752         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
5754         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
5755         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
5756         ... here.
5757         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
5758         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
5760         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
5761         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
5762         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
5763         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
5765         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
5766         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
5767         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
5768         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
5769         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
5770         Moved ...
5771         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
5772         ... here.
5773         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
5774         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
5775         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
5776         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
5777         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
5778         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
5779         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
5780         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
5781         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
5782         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
5783         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
5784         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
5785         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
5786         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
5787         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
5788         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
5789         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
5790         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
5791         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
5792         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
5793         ... here.
5794         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
5795         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
5796         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
5797         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
5798         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
5799         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
5800         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
5801         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
5803 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
5805         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
5806         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
5807         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
5808         Add sysdep.
5810 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5812         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5814 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
5816         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
5817         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
5819         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
5821         * sysdeps/arm/libm-test-ulps: Regenerated.
5823 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
5824             Roland McGrath <roland@hack.frob.com>
5826         * test-skeleton.c (signal_handler): Kill the whole process group
5827         before killing the child individually.
5828         (main): Report any failure on `setpgid'.
5830 2014-06-30  Roland McGrath  <roland@hack.frob.com>
5832         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
5833         from _TLS_H to _ARM_NPTL_TLS_H.
5834         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
5835         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
5837 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
5839         [BZ #16539]
5840         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
5841         (__expm1l): Return argument unchanged when small but not
5842         subnormal.
5844         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
5845         include macro name.
5846         (_FP_UNPACK_RAW_1_P): Likewise.
5847         (_FP_PACK_RAW_1): Likewise.
5848         (_FP_PACK_RAW_1_P): Likewise.
5849         (_FP_MUL_MEAT_1_wide): Likewise.
5850         (_FP_MUL_MEAT_DW_1_hard): Likewise.
5851         (_FP_MUL_MEAT_1_hard): Likewise.
5852         (_FP_DIV_MEAT_1_imm): Likewise.
5853         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
5854         (_FP_DIV_MEAT_1_udiv): Likewise.
5855         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
5856         (_FP_UNPACK_RAW_2): Likewise.
5857         (_FP_UNPACK_RAW_2_P): Likewise.
5858         (_FP_PACK_RAW_2): Likewise.
5859         (_FP_PACK_RAW_2_P): Likewise.
5860         (_FP_MUL_MEAT_DW_2_wide): Likewise.
5861         (_FP_MUL_MEAT_2_wide): Likewise.
5862         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
5863         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
5864         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
5865         (_FP_MUL_MEAT_2_gmp): Likewise.
5866         (_FP_DIV_MEAT_2_udiv): Likewise.
5867         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
5868         (_FP_FRAC_SRL_4): Likewise.
5869         (_FP_FRAC_SRST_4): Likewise.
5870         (_FP_FRAC_SRS_4): Likewise.
5871         (_FP_UNPACK_RAW_4): Likewise.
5872         (_FP_UNPACK_RAW_4_P): Likewise.
5873         (_FP_PACK_RAW_4): Likewise.
5874         (_FP_PACK_RAW_4_P): Likewise.
5875         (_FP_MUL_MEAT_DW_4_wide): Likewise.
5876         (_FP_MUL_MEAT_4_wide): Likewise.
5877         (_FP_MUL_MEAT_4_gmp): Likewise.
5878         (umul_ppppmnnn): Likewise.
5879         (_FP_DIV_MEAT_4_udiv): Likewise.
5880         (__FP_FRAC_ADD_4): Likewise.
5881         (__FP_FRAC_SUB_3): Likewise.
5882         (__FP_FRAC_SUB_4): Likewise.
5883         (__FP_FRAC_DEC_3): Likewise.
5884         (__FP_FRAC_DEC_4): Likewise.
5885         (__FP_FRAC_ADDI_4): Likewise.
5886         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
5887         (_FP_FRAC_SRL_8): Likewise.
5888         (_FP_FRAC_SRS_8): Likewise.
5890         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
5891         include macro name.
5892         (FP_UNPACK_RAW_EP): Likewise.
5893         (FP_PACK_RAW_E): Likewise.
5894         (FP_PACK_RAW_EP): Likewise.
5895         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
5896         (_FP_ISSIGNAN): Likewise.
5897         (_FP_ADD_INTERNAL): Likewise.
5898         (_FP_FMA): Likewise.
5899         (_FP_CMP): Likewise.
5900         (_FP_SQRT): Likewise.
5901         (_FP_TO_INT): Likewise.
5902         (_FP_FROM_INT): Likewise.
5903         (FP_EXTEND): Likewise.
5904         (_FP_DIV_MEAT_N_loop): Likewise.
5906 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
5908         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
5909         throughout.
5911 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
5913         [BZ #17097]
5914         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
5915         result with correct sign in case of exponents that produce
5916         overflow except for X very close to 1.
5918 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
5920         mktime: merge #if/#ifdef usage from glibc
5921         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
5922         as that works with both Glibc's and Gnulib's style.
5923         See thread starting at Siddhesh Poyarekar's bug report at:
5924         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
5926 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
5928         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
5929         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
5930         * sysdeps/tile/tilegx/memmove.c: Remove file.
5932 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
5934         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
5935         abi-name definition.
5936         * scripts/soversions.awk: Do not handle or generate ABI lines.
5937         * shlib-versions: Remove ABI entries.
5938         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
5939         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
5941 2014-06-27  Roland McGrath  <roland@hack.frob.com>
5943         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
5944         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
5945         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
5946         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
5947         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
5948         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
5949         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
5950         Moved ...
5951         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
5952         ... here.
5953         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
5954         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
5955         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
5956         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
5957         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
5958         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
5959         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
5960         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
5961         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
5962         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
5963         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
5964         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
5965         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
5966         Moved ...
5967         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
5968         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
5969         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
5970         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
5971         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
5972         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
5973         Moved ...
5974         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
5975         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
5976         Moved ...
5977         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
5978         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
5979         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
5980         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
5981         Moved ...
5982         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
5983         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
5984         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
5985         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
5986         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
5987         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
5988         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
5989         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
5990         Moved ...
5991         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
5992         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
5993         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
5994         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
5995         Moved ...
5996         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
5997         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
5998         Moved ...
5999         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
6000         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
6001         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
6002         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
6003         Moved ...
6004         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
6005         ... here.
6006         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
6007         Identical file removed.
6008         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
6009         Moved ...
6010         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
6011         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
6012         Identical file removed.
6013         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
6014         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
6015         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
6016         Moved ...
6017         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
6018         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
6019         Identical file removed.
6020         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
6021         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
6022         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
6023         Identical file removed.
6024         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
6025         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
6026         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
6027         Identical file removed.
6028         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
6029         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
6030         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
6031         Identical file removed.
6032         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
6033         Moved ...
6034         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
6035         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
6036         Identical file removed.
6037         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
6038         Moved ...
6039         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
6040         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
6041         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
6042         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
6043         Identical file removed.
6044         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
6045         Moved ...
6046         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
6047         ... here.
6048         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
6049         Identical file removed.
6050         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
6051         Moved ...
6052         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
6053         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
6054         Identical file removed.
6055         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
6056         Moved ...
6057         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
6058         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
6059         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
6060         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
6061         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
6062         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
6063         Moved ...
6064         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
6065         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
6066         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
6068         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
6069         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
6070         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
6071         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
6072         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
6074 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
6076         [BZ #17092]
6077         * nscd/nscd.c (monitor_child): Return exit status of child
6078         instead of return value from wait syscall.
6080 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
6082         * configure.ac (libc_commonpagesize): Remove variable.
6083         (libc_relro_required): Likewise.
6084         (libc_cv_z_relro): Remove configure test.
6085         * configure: Regenerated.
6086         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
6087         variable.
6088         (libc_relro_required): Likewise.
6089         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
6090         (libc_relro_required): Likewise.
6091         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
6092         (libc_relro_required): Likewise.
6093         * sysdeps/arm/preconfigure: Regenerated.
6094         * sysdeps/ia64/preconfigure: Remove file.
6095         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
6096         variable.
6097         (libc_relro_required): Likewise.
6099         [BZ #16561]
6100         [BZ #16562]
6101         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
6102         (__ieee754_yn): Set FE_TONEAREST mode internally and then
6103         recompute overflowing results in original rounding mode.
6104         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
6105         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
6106         recompute overflowing results in original rounding mode.
6107         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
6108         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6109         recompute overflowing results in original rounding mode.
6110         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
6111         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6112         recompute overflowing results in original rounding mode.
6113         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
6114         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6115         recompute overflowing results in original rounding mode.
6116         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
6117         (libc_feholdsetround_ctx): New macro.
6118         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
6119         * sysdeps/i386/fpu/libm-test-ulps: Update.
6120         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
6122 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6124         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
6125         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
6126         corresponding .cpsetup call.
6128 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6130         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
6131         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
6132         * sysdeps/arm/Makefile [$(subdir) = csu]
6133         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
6134         (static-only-routines): Add aeabi_read_tp here.
6135         (shared-only-routines): Add libc-aeabi_read_tp here.
6136         (CFLAGS-libc-start.c): Add -fexceptions here.
6137         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
6138         (sysdep_routines, static-only-routines, shared-only-routines):
6139         Don't add to these here.
6140         (CFLAGS-libc-start.c): Likewise.
6142         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
6143         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
6144         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
6145         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
6146         * sysdeps/arm/Makefile [$(subdir) = rt]
6147         (librt-sysdep_routines, librt-shared-only-routines):
6148         Append rt-aeabi_unwind_cpp_pr1 here.
6149         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
6150         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
6151         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
6152         (libpthread-sysdep_routines, libpthread-shared-only-routines):
6153         Append nptl-aeabi_unwind_cpp_pr1 here.
6154         (tests): Filter out tst-cleanupx4 here.
6155         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
6156         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
6157         Don't do those here.
6159 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6161         * scripts/list-sources.sh: Do not handle ports specially.
6163 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6165         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
6166         * sysdeps/arm/feupdateenv.c: Likewise.
6168         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
6170 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6172         * manual/texinfo.tex: Update to version 2014-05-05.10 with
6173         trailing whitespace removed.
6174         * scripts/config.guess: Update to version 2014-03-23.
6175         * scripts/config.sub: Update to version 2014-05-01
6176         * scripts/install-sh: Update to version 2013-12-25.23.
6177         * scripts/move-if-change: Update from gnulib.
6179 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6181         * debug/memmove_chk.c: Remove pagecopy.h include.
6183 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
6185         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
6186         identical to gnulib mktime.
6188 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6190         * configure.ac: Do not test for machine being rs6000.  Do not test
6191         for powerpc*-*soft.
6192         * configure: Regenerated.
6194         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
6195         test.
6196         * configure: Regenerated.
6197         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
6198         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
6199         Remove configure test.
6200         * sysdeps/arm/configure: Regenerated.
6201         * sysdeps/nptl/configure.ac: Do not check
6202         libc_cv_asm_cfi_directives.
6203         * sysdeps/nptl/configure: Regenerated.
6204         * sysdeps/x86_64/nptl/configure.ac: Remove file.
6205         * sysdeps/x86_64/nptl/configure: Remove generated file.
6206         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
6207         unconditional.
6208         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
6210 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6212         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
6213         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
6214         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
6215         it is defined.
6217         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
6218         instead of whether it is defined.
6219         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
6220         * sysdeps/hppa/dl-machine.h: Likewise.
6221         * sysdeps/ia64/dl-machine.h: Likewise.
6222         * sysdeps/m68k/dl-machine.h: Likewise.
6223         * sysdeps/microblaze/dl-machine.h: Likewise.
6224         * sysdeps/mips/dl-machine.: Likewise.
6225         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
6226         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
6227         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
6228         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
6229         * sysdeps/sh/dl-machine.h: Likewise.
6230         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
6231         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
6232         * sysdeps/tile/dl-machine.h: Likewise.
6233         * sysdeps/x86_64/dl-machine.h: Likewise.
6235         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
6236         code.
6237         (verify_persistent_db): Likewise.
6239 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6241         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
6242         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
6243         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
6244         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
6245         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
6246         Moved ...
6247         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
6248         ... here.
6249         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
6250         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
6251         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
6252         Identical file removed.
6253         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
6254         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
6255         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
6256         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
6257         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
6258         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
6259         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
6260         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
6261         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
6262         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
6263         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
6264         Moved ...
6265         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
6266         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
6267         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
6268         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
6269         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
6270         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
6271         Moved ...
6272         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
6273         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
6274         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
6275         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
6276         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
6277         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
6278         Identical file removed.
6279         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
6280         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
6281         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
6282         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
6283         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
6284         Moved ...
6285         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
6286         ... here.
6287         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
6288         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
6289         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
6290         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
6291         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
6292         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
6293         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
6294         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
6295         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
6296         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
6297         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
6298         Moved ...
6299         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
6300         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
6301         Moved ...
6302         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
6303         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
6304         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
6305         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
6306         Moved ...
6307         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
6308         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
6309         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
6311         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
6312         folded into ...
6313         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
6314         * sysdeps/unix/sysv/linux/s390/Versions
6315         (libpthread: GLIBC_2.19): New version set.
6316         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
6317         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
6318         (librt: GLIBC_2.3.3): New version set.
6319         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
6320         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
6321         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
6322         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
6323         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
6324         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
6325         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
6326         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
6327         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
6328         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
6329         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
6330         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
6331         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
6332         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
6333         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
6334         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
6335         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
6336         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
6337         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
6338         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
6339         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
6340         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
6341         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
6342         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
6343         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
6344         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
6345         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
6346         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
6347         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
6348         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
6349         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
6350         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
6351         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
6352         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
6353         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
6354         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
6355         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
6356         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
6357         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
6358         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
6359         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
6360         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
6361         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
6362         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
6363         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
6365         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
6366         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
6367         (__libc_vfork): Define the function under this name.
6368         [!NOT_IN_libc] (__vfork): Make this an alias.
6369         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6370         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
6371         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
6372         (__libc_vfork): Define the function under this name.
6373         [!NOT_IN_libc] (__vfork): Make this an alias.
6374         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6375         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
6376         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
6377         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
6378         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
6379         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6381         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
6382         code that was previously under [RESET_PID].
6383         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
6384         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
6385         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
6387         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
6388         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
6389         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
6390         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
6391         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
6392         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
6393         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
6394         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
6395         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
6396         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
6397         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
6398         Moved ...
6399         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
6400         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
6401         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
6402         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
6403         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
6404         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
6405         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
6406         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
6407         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
6408         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
6409         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
6410         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
6411         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
6412         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
6413         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
6414         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
6415         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
6416         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
6417         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
6418         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
6419         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
6420         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
6421         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
6422         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
6423         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
6424         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
6425         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
6426         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
6427         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
6429 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6431         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
6432         that was previously under [RESET_PID].
6433         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
6435 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6437         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
6438         not undefine and redefine.
6439         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
6440         [O_CLOEXEC]: Make code unconditional.
6441         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
6442         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
6443         <kernel-features.h>.
6444         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
6445         conditional variable definition.
6446         (shm_open) [O_CLOEXEC]: Make code unconditional.
6447         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
6448         code.
6450         * configure.ac (USE_REGPARMS): Don't define here.
6451         * configure: Regenerated.
6452         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
6453         * sysdeps/i386/configure: Regenerated.
6455         * nptl/createthread.c: Don't include kernel-features.h.
6456         * nptl/pthread_cancel.c: Likewise.
6457         * nptl/pthread_condattr_setclock.c: Likewise.
6458         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
6459         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
6460         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
6461         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
6462         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
6463         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
6464         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
6465         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
6466         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
6467         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
6468         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
6469         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
6470         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
6471         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
6472         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
6473         * nscd/gai.c: Likewise.
6474         * nss/nss_db/db-open.c: Likewise.
6475         * sysdeps/generic/ldsodefs.h: Likewise.
6476         * sysdeps/sh/nptl/tls.h: Likewise.
6477         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
6478         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
6479         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
6480         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
6481         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
6482         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
6483         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
6484         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
6485         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
6486         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
6487         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
6488         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
6489         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
6490         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
6491         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
6492         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
6493         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
6494         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
6495         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
6496         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
6497         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
6498         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
6499         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
6500         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
6501         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
6502         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
6503         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
6504         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
6505         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
6506         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
6507         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
6508         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
6509         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
6510         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
6511         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
6512         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
6513         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
6514         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
6515         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
6516         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
6517         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
6518         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
6519         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
6520         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
6521         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
6522         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
6523         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
6524         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
6525         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
6526         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
6527         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
6528         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
6529         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
6530         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
6531         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
6532         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
6533         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6534         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
6535         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
6536         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
6537         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
6538         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
6539         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
6540         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
6541         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
6542         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
6543         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
6544         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
6545         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
6546         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
6547         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
6548         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
6549         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
6550         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
6551         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
6552         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
6553         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
6554         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
6555         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
6556         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
6557         * sysdeps/unix/sysv/linux/pread.c: Likewise.
6558         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
6559         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
6560         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
6561         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
6562         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
6563         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
6564         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
6565         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
6566         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
6567         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
6568         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
6569         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
6570         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
6571         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
6572         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
6573         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
6574         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
6575         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
6576         * sysdeps/unix/sysv/linux/system.c: Likewise.
6577         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
6578         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
6579         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
6580         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
6581         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
6582         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
6583         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
6585         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
6586         * configure: Regenerated.
6587         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
6589         * configure.ac (base_machine): Do not set specially for particular
6590         machines here.
6591         * configure: Regenerated.
6592         * sysdeps/powerpc/preconfigure: Move machine and base_machine
6593         settings from configure.ac.
6594         * sysdeps/i386/preconfigure: New file.
6595         * sysdeps/s390/preconfigure: Likewise.
6596         * sysdeps/sh/preconfigure: Likewise.
6597         * sysdeps/sparc/preconfigure: Likewise.
6599 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6601         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
6602         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
6603         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
6604         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
6605         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
6606         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
6607         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
6608         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
6609         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
6610         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
6611         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
6612         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
6613         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
6614         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
6615         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
6616         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
6617         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
6618         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
6619         * sysdeps/sparc/sparc64/Makefile: ... appended here.
6621         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
6622         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
6623         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
6624         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
6625         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
6626         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
6627         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
6628         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
6629         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
6630         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
6631         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
6632         * sysdeps/sparc/sparc32/sem_post.c: ... here.
6633         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
6634         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
6635         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
6636         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
6637         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
6638         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
6639         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
6640         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
6641         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
6642         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
6643         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
6644         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
6645         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
6646         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
6647         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
6648         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
6649         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
6650         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
6651         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
6652         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
6653         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
6654         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
6655         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
6656         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
6657         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
6658         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
6660         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
6661         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
6662         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
6663         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
6664         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
6665         Moved ...
6666         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
6667         ... here.
6668         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
6669         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
6670         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
6671         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
6672         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
6673         Moved ...
6674         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
6675         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
6676         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
6677         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
6678         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
6679         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
6680         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
6681         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
6682         Moved ...
6683         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
6684         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
6685         Moved ...
6686         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
6687         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
6688         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
6689         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
6690         Moved ...
6691         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
6692         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
6693         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
6694         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
6695         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
6696         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
6697         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
6698         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
6699         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
6700         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
6701         Moved ...
6702         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
6703         ... here.
6704         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
6705         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
6706         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
6707         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
6708         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
6709         Moved ...
6710         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
6711         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
6712         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
6713         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
6714         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
6715         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
6716         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
6717         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
6718         Moved ...
6719         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
6720         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
6721         Moved ...
6722         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
6723         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
6724         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
6725         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
6726         Moved ...
6727         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
6728         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
6729         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
6730         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
6731         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
6733 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6735         * timezone/checktab.awk: Update from tzcode 2014e.
6736         * timezone/private.h: Likewise.
6737         * timezone/tzfile.h: Likewise.
6738         * timezone/zdump.c: Likewise.
6739         * timezone/zic.c: Likewise.
6741         * sysdeps/unix/sysv/linux/kernel-features.h
6742         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
6743         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
6744         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
6745         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
6746         Remove conditional code.
6748 2014-06-25  Will Newton  <will.newton@linaro.org>
6750         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
6751         (_dl_arm_cap_flags): Add HWCAP2 values.
6752         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
6753         (_DL_HWCAP_COUNT): Increase to 37.
6754         (_DL_HWCAP_LAST): New define.
6755         (_DL_HWCAP2_LAST): New define.
6756         (_dl_procinfo): Add support for printing
6757         AT_HWCAP2 entries.
6758         (_dl_string_hwcap): Use _dl_hwcap_string.
6760 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6762         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6764 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6766         * README: Do not mention ports directory.
6768         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
6769         Remove macro.
6770         * sysdeps/unix/sysv/linux/futimes.c: Do not include
6771         <kernel-features.h>.
6772         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
6773         conditional variable definition.
6774         (__futimes): Update comment.
6775         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
6776         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
6778         [BZ #16560]
6779         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
6780         arguments close to 0.
6781         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
6782         Likewise.
6783         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
6784         Likewise.
6785         * math/auto-libm-test-in: Add more tests of exp10.
6786         * math/auto-libm-test-out: Regenerated.
6787         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
6789         * sysdeps/unix/sysv/linux/kernel-features.h
6790         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
6791         * sysdeps/unix/sysv/linux/readv.c: Do not include
6792         <kernel-features.h>.
6793         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
6794         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
6795         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
6796         unconditional.
6797         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
6798         conditional code.
6799         * sysdeps/unix/sysv/linux/writev.c: Do not include
6800         <kernel-features.h>.
6801         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
6802         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
6803         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
6804         unconditional.
6805         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
6806         conditional code.
6808 2014-06-25  Will Newton  <will.newton@linaro.org>
6810         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
6811         comment changes throughout the file.  Remove checks
6812         for HAVE_*_H definitions that are not required.
6813         (__gen_tempname): Call abort if an unknown kind value is
6814         passed.
6816 2014-06-25  Andreas Schwab  <schwab@suse.de>
6818         [BZ #17086]
6819         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
6820         scalbln, scalblnf, scalblnl in libc.
6822 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
6824         [BZ #17086]
6825         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
6826         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
6827         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
6829 2014-06-24  Roland McGrath  <roland@hack.frob.com>
6831         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
6832         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
6833         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
6834         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
6835         Update #include.
6836         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
6837         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
6838         Update #include.
6839         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
6840         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
6841         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
6842         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
6843         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
6844         * sysdeps/x86/bits/pthreadtypes.h: ... here.
6845         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
6846         * sysdeps/x86/bits/semaphore.h: ... here.
6847         * sysdeps/x86/nptl/elide.h: Moved ...
6848         * sysdeps/x86/elide.h: ... here.
6849         * sysdeps/x86_64/nptl/Implies: File removed.
6850         * sysdeps/i386/nptl/Implies: File removed.
6852 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
6854         [BZ #16539]
6855         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
6856         return the argument for normal arguments with exponent below -64.
6857         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
6858         Likewise.
6859         * math/auto-libm-test-in: Add another test of expm1.
6860         * math/auto-libm-test-out: Regenerated.
6862         [BZ #16287]
6863         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
6864         calling __erfcl for arguments at least 16.
6865         * math/auto-libm-test-in: Add more tests of erf.
6866         * math/auto-libm-test-out: Regenerated.
6868         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
6869         individual architectures.
6870         * sysdeps/unix/sysv/linux/configure: Regenerated.
6871         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
6872         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
6873         * sysdeps/unix/sysv/linux/powerpc/configure.ac
6874         (ldd_rewrite_script): Define variable.
6875         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
6876         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
6877         file.
6878         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
6879         generated file.
6880         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
6881         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
6882         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
6883         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
6884         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
6885         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
6886         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
6887         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
6889 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
6891         [BZ #17084]
6892         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
6893         Rename member __data.d to __data.__elision_data.
6895 2014-06-24  Wilco  <wdijkstr@arm.com>
6897         * NEWS: Add 16918 to fixed bug list.
6899 2014-06-24  Wilco  <wdijkstr@arm.com>
6901         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
6903 2014-06-24  Wilco  <wdijkstr@arm.com>
6905         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
6906         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
6907         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
6908         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
6909         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
6910         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
6911         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
6912         Use _FPU_MASK_RM.
6914 2014-06-24  Wilco  <wdijkstr@arm.com>
6916         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
6918 2014-06-24  Wilco  <wdijkstr@arm.com>
6920         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
6921         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
6922         * sysdeps/arm/fesetround.c (fesetround): Remove space.
6923         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
6925 2014-06-24  Wilco  <wdijkstr@arm.com>
6927         [BZ #16918]
6928         * sysdeps/arm/feupdateenv.c (feupdateenv):
6929         Rewrite to reduce FPSCR accesses and fix return value.
6931 2014-06-24  Wilco  <wdijkstr@arm.com>
6933         * sysdeps/arm/fclrexcpt.c (feclearexcept):
6934         Optimize to avoid unnecessary FPSCR writes.
6935         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
6936         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
6937         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
6938         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
6940 2014-06-24  Wilco  <wdijkstr@arm.com>
6942         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
6943         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
6944         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
6945         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
6946         Call libc_fetestexcept_vfp.
6947         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
6948         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
6949         __SOFTFP__ ifdef so that they can be built for softfp.
6951 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
6953         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
6954         argument type signed char.
6956         * Makerules (check-abi): Dump diff of symlist if the test
6957         fails.
6959 2014-06-23  Roland McGrath  <roland@hack.frob.com>
6961         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
6962         using abort.
6964         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
6965         Remove unused variable ST.
6967 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
6969         [BZ #16354]
6970         [BZ #17061]
6971         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
6972         small arguments before calling __expm1.
6973         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
6974         small arguments before calling __expm1f.
6975         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
6976         small arguments before calling __expm1l.
6977         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
6978         Likewise.
6979         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
6980         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
6981         spurious underflow for some cosh tests.
6982         * math/auto-libm-test-out: Regenerated.
6983         * sysdeps/i386/fpu/libm-test-ulps: Update.
6985         [BZ #17050]
6986         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
6987         (__ieee754_y1): Set errno if return value overflows.
6988         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
6989         (__ieee754_y1f): Set errno if return value overflows.
6990         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
6991         (__ieee754_y1l): Set errno if return value overflows.
6992         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
6993         (__ieee754_y1l): Set errno if return value overflows.
6994         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
6995         * math/auto-libm-test-out: Regenerated.
6997         * math/gen-auto-libm-tests.c: Document use of
6998         ignore-zero-inf-sign.
6999         (input_flag_type): Add value flag_ignore_zero_inf_sign.
7000         (input_flags): Add ignore-zero-inf-sign.
7001         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
7002         * math/gen-libm-test.pl (generate_testfile): Handle
7003         ignore-zero-inf-sign.
7004         * math/auto-libm-test-in: Mark some cpow tests with
7005         ignore-zero-inf-sign and some with xfail-rounding.
7006         * math/auto-libm-test-out: Regenerated.
7007         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
7008         * sysdeps/i386/fpu/libm-test-ulps: Update.
7009         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7011         [BZ #16315]
7012         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
7013         overflowing or underflowing operations take place with sign of
7014         result.
7015         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
7016         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
7017         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
7018         (__ieee754_pow): Recompute overflowing and underflowing results in
7019         original rounding mode.
7020         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
7021         (__powl_helper): Allow negative argument X and scale negated value
7022         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
7023         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
7024         overflowing or underflowing operations take place with sign of
7025         result.
7026         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
7027         Include <math.h>.
7028         * math/auto-libm-test-in: Add more tests of pow.
7029         * math/auto-libm-test-out: Regenerated.
7030         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
7031         (pow_tonearest_test_data): Remove.
7032         (pow_test_tonearest): Likewise.
7033         (pow_towardzero_test_data): Likewise.
7034         (pow_test_towardzero): Likewise.
7035         (pow_downward_test_data): Likewise.
7036         (pow_test_downward): Likewise.
7037         (pow_upward_test_data): Likewise.
7038         (pow_test_upward): Likewise.
7039         (main): Don't call removed functions.
7040         * sysdeps/i386/fpu/libm-test-ulps: Update.
7041         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7043 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7045         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
7046         Moved ...
7047         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
7048         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
7049         Moved ...
7050         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
7051         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
7052         Moved ...
7053         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
7054         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
7055         Moved ...
7056         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
7057         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
7058         File removed.
7059         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
7060         File removed.
7061         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
7062         File removed.
7063         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
7064         File removed.
7065         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
7066         File removed.
7067         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
7068         File removed.
7069         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
7070         File removed.
7071         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
7072         File removed.
7073         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
7074         File removed.
7075         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
7076         File removed.
7077         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
7078         File removed.
7079         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
7080         File removed.
7081         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
7082         Moved ...
7083         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
7084         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
7085         Moved ...
7086         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
7087         ... here.
7088         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
7089         Moved ...
7090         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
7091         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
7092         Moved ...
7093         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
7094         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
7095         Moved ...
7096         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
7097         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
7098         Moved ...
7099         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
7100         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
7101         Moved ...
7102         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
7103         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
7104         Moved ...
7105         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
7106         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
7107         Moved ...
7108         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
7109         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
7110         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
7111         ... here.
7112         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
7113         Moved ...
7114         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
7115         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
7116         Moved ...
7117         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
7118         ... here.
7119         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
7120         Moved ...
7121         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
7122         ... here.
7123         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
7124         Moved ...
7125         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
7126         ... here.
7127         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
7128         Moved ...
7129         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
7130         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
7131         Moved ...
7132         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
7133         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
7134         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
7135         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
7136         Moved ...
7137         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
7138         ... here.
7139         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
7140         Moved ...
7141         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
7142         ... here.
7143         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
7144         Moved ...
7145         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
7146         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
7147         Moved ...
7148         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
7149         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
7150         Moved ...
7151         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
7152         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
7153         Moved ...
7154         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
7155         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
7156         Moved ...
7157         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
7158         ... here.
7159         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
7160         Moved ...
7161         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
7162         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
7163         Moved ...
7164         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
7165         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
7166         Moved ...
7167         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
7168         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
7169         Moved ...
7170         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
7171         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
7172         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
7173         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
7174         Moved ...
7175         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
7176         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
7177         Moved ...
7178         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
7179         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
7180         Moved ...
7181         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
7182         ... here.
7183         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
7184         Moved ...
7185         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
7186         ... here.
7187         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
7188         Moved ...
7189         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
7190         ... here.
7191         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
7192         Moved ...
7193         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
7194         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
7195         Moved ...
7196         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
7197         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
7198         Moved ...
7199         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
7200         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
7201         Moved ...
7202         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
7203         ... here.
7204         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
7205         Moved ...
7206         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
7207         ... here.
7208         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
7209         Moved ...
7210         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
7211         ... here.
7212         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
7213         Moved ...
7214         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
7215         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
7216         Moved ...
7217         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
7219 2014-06-23  Will Newton  <will.newton@linaro.org>
7220             Wilco  <wdijkstr@arm.com>
7222         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
7223         implementation.  Include get-rounding-mode.h.
7224         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
7225         [!libc_feholdsetround_noex_ctx]: Define
7226         libc_feholdsetround_noex_ctx.
7227         [!libc_feholdsetround_noexf_ctx]: Define
7228         libc_feholdsetround_noexf_ctx.
7229         [!libc_feholdsetround_noexl_ctx]: Define
7230         libc_feholdsetround_noexl_ctx.
7231         (libc_feholdsetround_ctx): New function.
7232         (libc_feresetround_ctx): New function.
7233         (libc_feholdsetround_noex_ctx): New function.
7234         (libc_feresetround_noex_ctx): New function.
7236 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7238         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
7239         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
7240         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
7241         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
7242         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
7243         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
7245         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
7246         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
7247         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
7248         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
7249         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
7250         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
7251         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
7252         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
7253         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
7254         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
7255         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
7256         Moved ...
7257         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
7258         ... here.
7259         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
7260         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
7261         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
7262         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
7263         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
7264         Moved ...
7265         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
7266         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
7267         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
7268         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
7269         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
7270         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
7271         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
7272         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
7273         Moved ...
7274         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
7275         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
7276         Moved ...
7277         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
7278         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
7279         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
7280         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
7281         Moved ...
7282         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
7283         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
7284         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
7285         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
7286         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
7287         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
7288         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
7289         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
7290         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
7291         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
7292         Moved ...
7293         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
7294         ... here.
7295         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
7296         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
7297         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
7298         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
7299         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
7300         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
7301         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
7302         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
7303         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
7304         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
7305         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
7306         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
7307         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
7308         Moved ...
7309         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
7310         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
7311         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
7312         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
7313         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
7314         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
7315         Moved ...
7316         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
7317         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
7318         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
7319         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
7320         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
7322         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
7323         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
7324         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
7325         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
7326         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
7327         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
7328         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
7329         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
7330         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
7331         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
7332         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
7333         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
7334         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
7335         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
7336         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
7337         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
7338         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
7339         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
7340         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
7341         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
7342         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
7343         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
7344         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
7345         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
7346         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
7347         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
7348         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
7349         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
7351 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
7353         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
7354         (FALLOC_FL_COLLAPSE_RANGE): New macro.
7355         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
7356         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
7357         (IPV6_PMTUDISC_INTERFACE): Likewise.
7358         (IPV6_PMTUDISC_OMIT): Likewise.
7360 2014-06-23  Andreas Schwab  <schwab@suse.de>
7362         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
7363         Remove unused errout label.
7365 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7367         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
7368         macro: hardware supports Vector Crypto instructions.
7370 2014-06-23  Will Newton  <will.newton@linaro.org>
7372         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
7373         rather than __builtin_expect.
7375         * elf/dl-lookup.c (undefined_msg): Remove variable.
7376         (_dl_lookup_symbol_x): Replace undefined_msg with string
7377         literal.
7379         * elf/dl-lookup.c (do_lookup_unique): New function.
7380         (do_lookup_x): Move STB_GNU_UNIQUE handling code
7381         to a separate function.
7383 2014-06-23  Andreas Schwab  <schwab@suse.de>
7385         [BZ #17079]
7386         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
7387         before reading the next line.
7389 2014-06-23  Will Newton  <will.newton@linaro.org>
7391         * test-skeleton.c (signal_handler): Use printf and %m
7392         rather than perror.  Use printf rather than fprintf to
7393         stderr.  Use puts rather than fputs to stderr.
7394         (main): Likewise.
7396 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
7398         * nscd/nscd.c (thread_info_t): Remove typedef.
7399         (thread_info): Remove variable.
7401 2014-06-21  Allan McRae  <allan@archlinux.org>
7403         * NEWS: Mention CVE-2014-4043.
7405 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7407         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
7408         * nptl/smp.h: ... here.
7410         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
7412         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
7413         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
7414         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
7415         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
7417         * nptl/allocatestack.c: Include <stack-aliasing.h>.
7418         * nptl/stack-aliasing.h: New file.
7419         * sysdeps/i386/i686/stack-aliasing.h: New file.
7420         * sysdeps/i386/i686/nptl/Makefile: File removed.
7421         * sysdeps/x86_64/stack-aliasing.h: New file.
7422         * sysdeps/x86_64/nptl/Makefile
7423         (CFLAGS-pthread_create.c): Variable removed.
7425         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
7426         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
7427         old file.
7428         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
7429         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
7430         old file.
7432 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
7434         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7435         (__ASSUME_SIGFRAME_V2): Remove macro.
7436         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
7437         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
7438         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
7439         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
7440         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
7441         Declare as function.  Remove conditional macro definitions.
7442         (__default_rt_sa_restorer): Likewise.
7443         (__default_sa_restorer_v1): Remove declaration.
7444         (__default_sa_restorer_v2): Likewise.
7445         (__default_rt_sa_restorer_v1): Likewise.
7446         (__default_rt_sa_restorer_v2): Likewise.
7447         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
7448         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
7449         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
7451 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7453         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
7454         (libpthread-routines): Add sysdep.
7455         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
7456         * sysdeps/unix/sysv/linux/sparc/Versions
7457         (libpthread: GLIBC_2.3.3): New version set.
7458         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
7459         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
7460         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
7461         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
7462         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
7463         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
7464         Moved ...
7465         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
7466         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
7467         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
7468         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
7469         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
7470         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
7471         * sysdeps/sparc/nptl/sem_init.c: ... here.
7472         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
7473         * sysdeps/sparc/nptl/sem_post.c: ... here.
7474         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
7475         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
7476         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
7477         * sysdeps/sparc/nptl/sem_wait.c: ... here.
7478         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
7479         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
7480         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
7481         (libpthread-routines): Add cpu_relax.
7482         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
7483         File removed.
7484         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
7485         (librt: GLIBC_2.3.3): New version set.
7486         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
7487         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
7488         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
7489         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
7490         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
7491         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
7492         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
7493         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
7494         Moved ...
7495         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
7496         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
7497         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
7498         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
7499         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
7500         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
7501         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
7502         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
7503         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
7504         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
7505         Moved ...
7506         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
7507         Update #include.
7508         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
7509         Moved ...
7510         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
7511         Update #include.
7512         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
7513         Moved ...
7514         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
7515         Update #include.
7516         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
7517         Moved ...
7518         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
7519         Update #include.
7520         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
7521         Moved ...
7522         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
7523         Update #include.
7524         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
7525         Moved ...
7526         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
7527         Update #include.
7528         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
7529         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
7530         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
7531         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
7532         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
7533         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
7534         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
7535         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
7536         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
7537         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
7538         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
7539         Moved ...
7540         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
7541         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
7542         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
7543         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
7544         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
7546 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7548         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
7549         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
7550         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
7551         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
7552         * nscd/nscd.c: Likewise.
7553         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
7554         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
7555         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
7556         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
7558         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
7559         <kernel-features.h>.
7560         (init_mq_netlink): Remove conditional have_sock_cloexec
7561         definitions.  Remove code conditional on have_sock_cloexec < 0.
7562         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
7563         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
7564         * sysdeps/unix/sysv/linux/opensock.c: Do not include
7565         <kernel-features.h>.
7566         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
7567         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
7569 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
7571         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7572         Add tests for memset_chk and memset.
7574         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
7575         with AVX2_Usable.
7577 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7579         [BZ #16046]
7580         * elf/tst-dl-iter-static.c: New file.
7581         * elf/Makefile (tests-static): Add tst-dl-iter-static.
7583         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
7584         error.
7586 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7588         * sysdeps/unix/sysv/linux/kernel-features.h
7589         (__ASSUME_F_GETOWN_EX): Remove macro.
7590         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
7591         <kernel-features.h>.
7592         (miss_F_GETOWN_EX): Remove variable or macro.
7593         (do_fcntl): Do not check miss_F_GETOWN_EX.
7594         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
7596         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
7597         Remove macro.
7598         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
7599         [!__ASSUME_AT_RANDOM]: Remove conditional code.
7600         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
7602         * sysdeps/unix/sysv/linux/kernel-features.h
7603         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
7604         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
7605         [ADJ_OFFSET_SS_READ]: Make code unconditional.
7606         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
7608 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7610         [BZ #17075]
7611         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
7612         Fix calculation of the symbol's value.
7613         * sysdeps/arm/tst-armtlsdescloc.c: New file.
7614         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
7615         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
7616         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
7617         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
7618         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
7619         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
7620         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
7621         (modules-names): Add `tst-armtlsdescmod',
7622         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
7623         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
7624         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7625         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
7626         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
7627         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7628         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
7629         ($(objpfx)tst-armtlsdescloc): New dependency.
7630         ($(objpfx)tst-armtlsdescextnow): Likewise.
7631         ($(objpfx)tst-armtlsdescextlazy): Likewise.
7632         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
7633         TLS scheme support.
7634         * sysdeps/arm/configure: Regenerate.
7636 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7638         * include/fcntl.h (__atfct_seterrno): Remove prototype.
7639         (__atfct_seterrno_2): Likewise.
7640         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
7641         <kernel-features.h>.
7642         (__ASSUME_ATFCTS): Do not undefine and redefine.
7643         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
7644         (__have_atfcts): Remove conditional definition.
7645         (__fxstatat([__NR_fstatat64]: Make code unconditional.
7646         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
7647         unreachable if [__ASSUME_ATFCTS].
7648         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
7649         not undefine and redefine.
7650         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
7651         <kernel-features.h>.
7652         (faccessat) [__NR_faccessat]: Make code unconditional.
7653         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
7654         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
7655         <kernel-features.h>.
7656         (fchmodat) [__NR_fchmodat]: Make code unconditional.
7657         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
7658         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
7659         <kernel-features.h>.
7660         (fchownat) [__NR_fchownat]: Make code unconditional.
7661         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
7662         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
7663         <kernel-features.h>.
7664         (futimesat) [__NR_futimesat]: Make code unconditional.
7665         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
7666         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
7667         <kernel-features.h>.
7668         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
7669         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7670         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
7671         <kernel-features.h>.
7672         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
7673         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
7674         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
7675         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
7676         <kernel-features.h>.
7677         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
7678         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7679         * sysdeps/unix/sysv/linux/linkat.c: Do not include
7680         <kernel-features.h>.
7681         (linkat) [__NR_linkat]: Make code unconditional.
7682         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7683         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
7684         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
7685         <kernel-features.h>.
7686         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
7687         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
7688         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
7689         <kernel-features.h>.
7690         (mkdirat) [__NR_mkdirat]: Make code unconditional.
7691         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
7692         * sysdeps/unix/sysv/linux/openat.c: Do not include
7693         <kernel-features.h>.
7694         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
7695         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
7696         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
7697         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
7698         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
7699         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
7700         <kernel-features.h>.
7701         (readlinkat) [__NR_readlinkat]: Make code unconditional.
7702         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
7703         result of INLINE_SYSCALL directly, not via int variable.
7704         * sysdeps/unix/sysv/linux/renameat.c: Do not include
7705         <kernel-features.h>.
7706         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
7707         (renameat) [__NR_renameat]: Make code unconditional.
7708         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
7709         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
7710         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
7711         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
7712         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
7713         (__ASSUME_ATFCTS): Do not undefine and redefine.
7714         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
7715         <kernel-features.h>.
7716         (symlinkat) [__NR_symlinkat]: Make code unconditional.
7717         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7718         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
7719         <kernel-features.h>.
7720         (unlinkat) [__NR_unlinkat]: Make code unconditional.
7721         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7722         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
7723         (__ASSUME_ATFCTS): Do not undefine and redefine.
7724         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
7725         <kernel-features.h>.
7726         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
7727         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7728         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
7729         <kernel-features.h>.
7730         (__xmknodat) [__NR_mknodat]: Make code unconditional.
7731         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
7733 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
7735         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
7737 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
7739         [BZ #17069]
7740         * posix/regcomp.c (parse_reg_exp): Deallocate partially
7741         constructed tree before returning error.
7742         * posix/bug-regexp36.c: Expand test case.
7744 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
7746         [BZ #6803]
7747         * math/libm-test.inc (scalbln_test_date):
7748         Add errno expectations.
7749         * math/w_scalblnf.c: New File.
7750         Add wrapper which checks for setting errno to ERANGE.
7751         Add weak_alias for corresponding scalbln function.
7752         * math/w_scalbln.c: Likewise.
7753         * math/w_scalblnl.c: Likewise.
7754         * math/Makefile (libm-calls): Add w_scalbln.
7755         * sysdeps/ieee754/flt-32/s_scalblnf.c:
7756         Remove weak_alias for corresponding scalbln function.
7757         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
7758         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
7759         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
7760         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
7761         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
7762         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
7763         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
7764         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
7765         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
7766         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
7767         Remove long_double_symbol for scalblnl function in libm, libc.
7768         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
7769         Add wrapper which checks for setting errno to ERANGE.
7770         Add long_double_symbol for scalblnl function in libm, libc.
7771         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
7772         Remove long_double_symbol for scalblnl in libm.
7773         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
7774         Add wrapper which checks for setting errno to ERANGE.
7775         Add long_double_symbol for scalblnl function in libm.
7776         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
7777         Do not use wrapper because of own implementation.
7779 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
7781         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
7782         3 bytes for __pad1 for x32.
7783         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
7785 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
7786             H.J. Lu  <hongjiu.lu@intel.com>
7788         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
7789         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
7790         * sysdeps/x86_64/multiarch/memset.S: Likewise.
7791         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
7792         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
7794 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
7796         [BZ #17069]
7797         * posix/regcomp.c (parse_expression): Deallocate partially
7798         constructed tree before returning error.
7799         * posix/Makefile.c (tests): Add bug-regex36.
7800         (generated): Add bug-regex36.mtrace.
7801         (tests-special): Add $(objpfx)bug-regex36-mem.out
7802         (bug-regex36-ENV): New variable.
7803         ($(objpfx)bug-regex36-mem.out): New rule.
7804         * posix/bug-regex36.c: New file.
7806 2014-06-19  Will Newton  <will.newton@linaro.org>
7808         * malloc/malloc.c (systrim): If extra is zero then return
7809         early.
7811 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
7813         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
7815 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
7817         * sysdeps/aarch64/strchr.S: New file.
7819 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
7821         [BZ #17022]
7822         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
7823         from arguments -2 or below.
7824         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
7825         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
7827 2014-06-18  Andreas Schwab  <schwab@suse.de>
7829         [BZ #17062]
7830         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
7831         of a bracket expr not to run off the end of the string.
7832         * posix/Makefile (tests): Add tst-fnmatch3.
7833         * posix/tst-fnmatch3.c: New file.
7835 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
7837         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
7838         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
7839         [$(cross-compiling) = no]: Likewise.
7840         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
7841         [$(cross-compiling) = no]: Likewise.
7843 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
7845         [BZ #17031]
7846         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
7847         double, adjusted for any remainder from the high double.
7848         * math/libm-test.inc (nearbyint): Add tests.
7849         (rint): Likewise.
7851 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7853         * nptl/sysdeps/powerpc/Makefile: Moved ...
7854         * sysdeps/powerpc/nptl/Makefile: ... here.
7855         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
7856         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
7857         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
7858         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
7859         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
7860         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
7861         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
7862         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
7863         * nptl/sysdeps/powerpc/tls.h: Moved ...
7864         * sysdeps/powerpc/nptl/tls.h: ... here.
7866 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
7868         [BZ #16681]
7869         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
7870         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
7871         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
7872         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
7873         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
7874         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
7875         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
7876         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
7877         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
7879 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
7881         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
7883 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
7885         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
7886         defined operator.
7888         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
7889         $TIMEOUTFACTOR.
7891 2014-06-16  Florian Weimer  <fweimer@redhat.com>
7893         [BZ #17058]
7894         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
7895         non-executed part of the test.
7897 2014-06-16  Andreas Schwab  <schwab@suse.de>
7899         * string/bits/string2.h (strdup, strndup): Update feature guard.
7901 2014-06-14  David S. Miller  <davem@davemloft.net>
7903         * sysdeps/sparc/fpu/libm-test-ulps: Update.
7905 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
7907         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
7908         that was previously under [RESET_PID].
7909         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
7911         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
7912         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
7913         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
7914         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
7915         (__libc_vfork): New strong alias.
7916         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
7918 2014-06-14 Andi Kleen  <ak@linux.intel.com>
7920         * sysdeps/generic/elide.h: New file.
7922 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
7924         * Makefile (installed-headers): Adjust path of pthread.h header.
7926 2014-06-13  Roland McGrath  <roland@hack.frob.com>
7928         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
7929         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
7930         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
7931         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
7933         * nptl/sysdeps/s390/Makefile: Moved ...
7934         * sysdeps/s390/nptl/Makefile: ... here.
7935         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
7936         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
7937         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
7938         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
7939         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
7940         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
7941         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
7942         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
7943         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
7944         * sysdeps/s390/nptl/pthreaddef.h: ... here.
7945         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
7946         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
7947         * nptl/sysdeps/s390/tls.h: Moved ...
7948         * sysdeps/s390/nptl/tls.h: ... here.
7950         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
7951         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
7953 2014-06-13  David S. Miller  <davem@davemloft.net>
7955         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
7956         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
7957         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
7958         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
7959         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
7960         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
7961         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
7962         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
7963         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
7964         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
7965         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
7966         Remove RESET_PID cpp guards.
7967         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
7968         Remove RESET_PID cpp guards.
7969         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
7971 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
7973         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
7974         __sp to uintptr_t.
7976 2014-06-13  Andi Kleen  <ak@linux.intel.com>
7978         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
7979         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
7980         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
7981         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
7982         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
7983         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
7984         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
7985         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
7986         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
7987         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
7988         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
7989         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
7990         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
7991         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
7992         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
7993         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
7994         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
7995         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
7996         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
7997         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
7999         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
8000         (pthread_rwlock_rdlock): Add elision.
8001         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
8002         (pthread_rwlock_wrlock): Add elision.
8003         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
8004         (pthread_rwlock_trywrlock): Add elision.
8005         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
8006         (pthread_rwlock_tryrdlock): Add elision.
8007         * nptl/pthread_rwlock_unlock.c: Include elide.h.
8008         (pthread_rwlock_tryrdlock): Add elision unlock.
8009         * nptl/sysdeps/pthread/pthread.h:
8010         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
8011         (PTHREAD_RWLOCK_INITIALIZER,
8012         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
8013         Handle new elision field.
8014         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
8015         * sysdeps/arm/nptl/bits/pthreadtypes.h
8016         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8017         * sysdeps/sh/nptl/bits/pthreadtypes.h
8018         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8019         * sysdeps/tile/nptl/bits/pthreadtypes.h
8020         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8021         * sysdeps/a/nptl/bits/pthreadtypes.h
8022         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8023         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
8024         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8025         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
8026         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8027         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
8028         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8029         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
8030         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8031         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
8032         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8033         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
8034         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8035         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
8036         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8037         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
8038         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8039         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
8040         (elision_init): Set try_xbegin to zero when no RTM.
8041         * sysdeps/x86/nptl/bits/pthreadtypes.h
8042         (pthread_rwlock_t): Change __pad1 to __rwelision.
8043         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8045 2014-06-13  Andi Kleen  <ak@linux.intel.com>
8047         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
8048         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
8049         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
8050         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
8052 2014-06-13  Meador Inge  <meadori@codesourcery.com>
8054         [BZ #16996]
8055         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
8056         that the cached result has been set before returning it.
8058 2014-06-12  Roland McGrath  <roland@hack.frob.com>
8060         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
8061         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
8062         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
8063         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
8064         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
8065         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
8067         * nptl/sysdeps/sparc/Makefile: Moved ...
8068         * sysdeps/sparc/nptl/Makefile: ... here.
8069         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
8070         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
8071         * nptl/sysdeps/sparc/tls.h: Moved ...
8072         * sysdeps/sparc/nptl/tls.h: ... here.
8073         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
8074         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
8075         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
8076         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
8077         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
8078         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
8079         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
8080         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
8081         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
8082         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
8083         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
8084         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
8085         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
8086         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
8087         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
8088         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
8089         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
8090         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
8091         Update #include.
8092         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
8093         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
8094         Update #include.
8095         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
8096         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
8097         Update #include.
8098         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
8099         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
8100         Update #include.
8102         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8104         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
8105         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
8107         * sysdeps/pthread/posix-timer.h: Include <list.h>.
8108         (struct list_links): Type removed.
8109         (struct thread_node, struct timer_node): Replace struct list_links
8110         with struct list_head.
8111         (list_unlink_ip): Likewise.
8112         * sysdeps/pthread/timer_routines.c
8113         (timer_free_list, thread_free_list, thread_active_list): Likewise.
8114         (list_append, list_insbefore): Likewise.
8115         (list_init): Function removed.
8116         (thread_init, init_module): Use INIT_LIST_HEAD instead.
8117         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
8118         * sysdeps/pthread/Makefile: ... here, new file.
8120         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
8121         * sysdeps/nptl/Implies: ... here.
8122         * sysdeps/unix/sysv/linux/Implies: Add nptl.
8123         * nptl/sysdeps/pthread/list.h: Moved ...
8124         * include/list.h: ... here.
8125         * nptl/sysdeps/pthread/createthread.c: Moved ...
8126         * nptl/createthread.c: ... here.
8127         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
8128         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
8129         * nptl/pt-longjmp.c: ... here.
8130         * nptl/sysdeps/pthread/Makefile: Moved ...
8131         * sysdeps/nptl/Makefile: ... here.
8132         * nptl/sysdeps/pthread/Subdirs: Moved ...
8133         * sysdeps/nptl/Subdirs: ... here.
8134         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
8135         * sysdeps/nptl/aio_misc.h: ... here.
8136         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
8137         * sysdeps/nptl/bits/libc-lock.h: ... here.
8138         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
8139         * sysdeps/nptl/bits/libc-lockP.h: ... here.
8140         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
8141         * sysdeps/nptl/bits/stdio-lock.h: ... here.
8142         * nptl/sysdeps/pthread/configure: Moved ...
8143         * sysdeps/nptl/configure: ... here.
8144         * nptl/sysdeps/pthread/configure.ac: Moved ...
8145         * sysdeps/nptl/configure.ac: ... here.
8146         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
8147         * sysdeps/nptl/gai_misc.h: ... here.
8148         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
8149         * sysdeps/nptl/librt-cancellation.c: ... here.
8150         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
8151         * sysdeps/nptl/malloc-machine.h: ... here.
8152         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
8153         * sysdeps/nptl/pthread-functions.h: ... here.
8154         * nptl/sysdeps/pthread/pthread.h: Moved ...
8155         * sysdeps/nptl/pthread.h: ... here.
8156         * nptl/sysdeps/pthread/setxid.h: Moved ...
8157         * sysdeps/nptl/setxid.h: ... here.
8158         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
8159         * sysdeps/nptl/sigfillset.c: ... here.
8160         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
8161         * sysdeps/nptl/tcb-offsets.h: ... here.
8162         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
8163         * sysdeps/nptl/tst-mqueue8x.c: ... here.
8164         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
8165         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
8166         * nptl/sysdeps/pthread/allocalim.h: Moved ...
8167         * sysdeps/pthread/allocalim.h: ... here.
8168         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
8169         * sysdeps/pthread/bits/sigthread.h: ... here.
8170         * nptl/sysdeps/pthread/flockfile.c: Moved ...
8171         * sysdeps/pthread/flockfile.c: ... here.
8172         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
8173         * sysdeps/pthread/ftrylockfile.c: ... here.
8174         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
8175         * sysdeps/pthread/funlockfile.c: ... here.
8176         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
8177         * sysdeps/pthread/posix-timer.h: ... here.
8178         * nptl/sysdeps/pthread/timer_create.c: Moved ...
8179         * sysdeps/pthread/timer_create.c: ... here.
8180         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
8181         * sysdeps/pthread/timer_delete.c: ... here.
8182         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
8183         * sysdeps/pthread/timer_getoverr.c: ... here.
8184         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
8185         * sysdeps/pthread/timer_gettime.c: ... here.
8186         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
8187         * sysdeps/pthread/timer_routines.c: ... here.
8188         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
8189         * sysdeps/pthread/timer_settime.c: ... here.
8190         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
8191         * sysdeps/pthread/tst-timer.c: ... here.
8192         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
8193         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
8195         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
8196         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
8198         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
8199         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
8200         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
8201         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
8202         Update #include target.
8203         * nptl/sysdeps/i386/i686/Makefile: Moved ...
8204         * sysdeps/i386/i686/nptl/Makefile: ... here.
8205         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
8206         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
8207         Update #include target.
8208         * nptl/sysdeps/i386/i686/tls.h: Moved ...
8209         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
8210         * nptl/sysdeps/i386/Makefile: Moved ...
8211         * sysdeps/i386/nptl/Makefile: ... here.
8212         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
8213         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
8214         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
8215         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
8216         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
8217         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
8218         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
8219         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
8220         * sysdeps/i386/nptl/pthreaddef.h: ... here.
8221         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
8222         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
8223         * nptl/sysdeps/i386/tls.h: Moved ...
8224         * sysdeps/i386/nptl/tls.h: ... here.
8226         * sysdeps/sh/Makefile [$(subdir) = csu]
8227         (gen-as-const-headers): Add tcb-offsets.sym.
8228         * nptl/sysdeps/sh/Makefile: File removed.
8229         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
8230         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
8231         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
8232         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
8233         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
8234         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
8235         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
8236         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
8237         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
8238         * sysdeps/sh/nptl/pthreaddef.h: ... here.
8239         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
8240         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
8241         * nptl/sysdeps/sh/tls.h: Moved ...
8242         * sysdeps/sh/nptl/tls.h: ... here.
8243         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
8244         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
8245         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
8246         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
8247         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
8248         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
8249         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
8250         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
8251         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
8252         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
8253         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
8254         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
8255         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
8256         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
8257         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
8258         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
8259         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
8260         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
8261         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
8262         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
8263         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
8264         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
8265         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
8266         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
8267         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
8268         Moved ...
8269         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
8270         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
8271         Moved ...
8272         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
8273         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
8274         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
8275         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
8276         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
8277         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
8278         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
8279         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
8280         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
8281         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
8282         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
8283         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
8284         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
8285         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
8286         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
8287         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
8288         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
8289         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
8290         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
8292 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
8294         * posix/spawn_faction_addopen.c: Include string.h.
8296 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8298         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
8299         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
8300         * nptl/sysdeps/x86_64/Makefile: Moved ...
8301         * sysdeps/x86_64/nptl/Makefile: ... here.
8302         * nptl/sysdeps/x86_64/configure: Moved ...
8303         * sysdeps/x86_64/nptl/configure: ... here.
8304         * nptl/sysdeps/x86_64/configure.ac: Moved ...
8305         * sysdeps/x86_64/nptl/configure.ac: ... here.
8306         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
8307         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
8308         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
8309         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
8310         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
8311         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
8312         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
8313         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
8314         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
8315         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
8316         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
8317         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
8318         * nptl/sysdeps/x86_64/tls.h: Moved ...
8319         * sysdeps/x86_64/nptl/tls.h: ... here.
8320         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
8321         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
8322         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
8323         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
8325         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
8327 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8329         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8331 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
8333         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
8334         type.
8335         [POSIX] (off_t): Likewise.
8336         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
8337         [POSIX] (S_ISBLK): Require macro.
8338         [POSIX] (S_ISCHR): Likewise.
8339         [POSIX] (S_ISDIR): Likewise.
8340         [POSIX] (S_ISFIFO): Likewise.
8341         [POSIX] (S_ISREG): Likewise.
8342         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
8343         optional-macro.
8344         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
8345         type.
8346         [POSIX] (time_t): Likewise.
8347         [POSIX] (timer_t): Likewise.
8349 2014-06-11  Florian Weimer  <fweimer@redhat.com>
8351         [BZ #17048]
8352         * posix/spawn_int.h (struct __spawn_action): Make the path string
8353         non-const to support deallocation.
8354         * posix/spawn_faction_addopen.c
8355         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
8356         * posix/spawn_faction_destroy.c
8357         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
8358         path in all spawn_do_open actions.
8359         * posix/tst-spawn.c (do_test): Exercise the copy operation in
8360         posix_spawn_file_actions_addopen.
8362 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
8364         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
8365         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
8366         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
8367         conditional code always true.
8368         (__libc_vfork): New alias.
8370 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8372         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8373         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
8375         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
8377         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8378         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
8380         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8381         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
8383         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8384         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
8386 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8388         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
8389         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
8390         multiarch strcmp for PPC64.
8391         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
8392         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
8393         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
8394         multiarch optimizations.
8395         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8396         (__libc_ifunc_impl_list): Likewise.
8398 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
8400         * benchtests/scripts/validate_benchout.py: New script.
8401         * benchtests/Makefile (bench-func): Call it.
8402         * benchtests/scripts/benchout.schema.json: New file.
8404 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
8406         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
8407         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
8408         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
8409         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
8410         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
8411         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
8412         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
8413         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
8414         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
8415         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
8416         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
8417         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
8418         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
8419         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
8420         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
8421         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
8422         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
8423         Moved ...
8424         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
8425         ... here.
8426         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
8427         Moved ...
8428         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
8429         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
8430         Moved ...
8431         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
8432         ... here.
8433         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
8434         Moved ...
8435         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
8436         ... here.
8437         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
8438         Moved ...
8439         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
8440         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
8441         Moved ...
8442         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
8443         ... here.
8444         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
8445         Moved ...
8446         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
8447         ... here.
8448         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
8449         Moved ...
8450         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
8451         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
8452         Moved ...
8453         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
8454         ... here.
8455         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
8456         Moved ...
8457         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
8458         ... here.
8459         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
8460         Moved ...
8461         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
8462         ... here.
8463         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
8464         Moved ...
8465         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
8466         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
8467         Moved ...
8468         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
8469         ... here.
8470         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
8471         Moved ...
8472         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
8473         ... here.
8474         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
8475         Moved ...
8476         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
8477         ... here.
8478         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
8479         Moved ...
8480         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
8481         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
8482         Moved ...
8483         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
8484         ... here.
8485         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
8486         Moved ...
8487         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
8488         ... here.
8489         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
8490         Moved ...
8491         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
8492         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
8493         Moved ...
8494         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
8495         ... here.
8496         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
8497         Moved ...
8498         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
8499         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
8500         Moved ...
8501         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
8502         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
8503         Moved ...
8504         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
8505         ... here.
8506         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
8507         Moved ...
8508         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
8509         ... here.
8510         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
8511         Moved ...
8512         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
8513         ... here.
8514         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
8515         Moved ...
8516         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
8517         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
8518         Moved ...
8519         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
8520         ... here.
8521         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
8522         Moved ...
8523         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
8524         ... here.
8525         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
8526         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
8527         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
8528         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
8529         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
8530         Moved ...
8531         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
8532         ... here.
8533         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
8534         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
8535         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
8536         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
8537         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
8538         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
8539         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
8540         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
8541         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
8542         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
8543         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
8544         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
8545         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
8546         Moved ...
8547         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
8548         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
8549         Moved ...
8550         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
8551         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
8552         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
8553         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
8554         Moved ...
8555         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
8556         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
8557         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
8558         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
8559         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
8560         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
8561         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
8563 2014-06-10  Wilco  <wdijkstr@arm.com>
8565         * math/test-fenv-return.c: New file.
8566         * math/Makefile: Add new test test-fenv-return.
8568 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
8570         [BZ #17042]
8571         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
8572         when x - 1 is zero.
8573         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
8574         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
8575         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
8576         0.0L for an argument of 1.0L.
8577         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
8578         Likewise.
8579         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
8580         value when x - 1 is zero.
8581         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
8582         * sysdeps/i386/fpu/libm-test-ulps: Update.
8583         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8585 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
8587         [BZ #15119]
8588         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
8590 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8592         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
8593         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
8595 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8597         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8598         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
8600         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8601         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
8603         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8604         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
8606         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8607         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
8609         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
8610         if not already defined.
8611         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
8612         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
8613         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
8614         (TLS_INIT_TP): Use it.
8615         (TLS_DEFINE_INIT_TP): New macro.
8616         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
8618 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
8620         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
8621         constant.
8622         [POSIX] (IXANY): Likewise.
8623         [POSIX] (OLCUC): Likewise.
8624         [POSIX || POSIX2008] (CBAUD): Do not allow.
8625         [POSIX || POSIX2008] (DEFECHO): Likewise.
8626         [POSIX || POSIX2008] (ECHOCTL): Likewise.
8627         [POSIX || POSIX2008] (ECHOKE): Likewise.
8628         [POSIX || POSIX2008] (ECHOPRT): Likewise.
8629         [POSIX || POSIX2008] (EXTA): Likewise.
8630         [POSIX || POSIX2008] (EXTB): Likewise.
8631         [POSIX || POSIX2008] (FLUSHO): Likewise.
8632         [POSIX || POSIX2008] (LOBLK): Likewise.
8633         [POSIX || POSIX2008] (PENDIN): Likewise.
8634         [POSIX || POSIX2008] (SWTCH): Likewise.
8635         [POSIX || POSIX2008] (VDISCARD): Likewise.
8636         [POSIX || POSIX2008] (VDSUSP): Likewise.
8637         [POSIX || POSIX2008] (VLNEXT): Likewise.
8638         [POSIX || POSIX2008] (VREPRINT): Likewise.
8639         [POSIX || POSIX2008] (VSTATUS): Likewise.
8640         [POSIX || POSIX2008] (VWERASE): Likewise.
8641         (B*): Change to B[0123456789]*.
8642         * conform/data/time.h-data [POSIX || UNIX98]
8643         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
8644         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
8645         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
8646         [POSIX] (tm_*): Do not allow.
8648 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
8650         * Makefile (install): Don't set LANGUAGE.
8651         * Makefile.in (install): Likewise.
8652         * assert/Makefile (test-assert-ENV): Remove variable.
8653         (test-assert-perr-ENV): Likewise.
8654         * elf/Makefile (neededtest4-ENV): Likewise.
8655         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
8656         [$(cross-compiling) = no]: Don't set LANGUAGE.
8657         * io/ftwtest-sh (LANG): Remove variable.
8658         * libio/Makefile (tst-widetext-ENV): Likewise.
8659         * manual/install.texi (Running make install): Don't refer to
8660         environment settings for make install.
8661         * INSTALL: Regenerated.
8662         * nptl/tst-tls6.sh: Don't set LANG.
8663         * posix/globtest.sh (LANG): Remove variable.
8664         * string/Makefile (tester-ENV): Likewise.
8665         (inl-tester-ENV): Likewise.
8666         (noinl-tester-ENV): Likewise.
8667         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
8668         [$(cross-compiling) = no]: Don't set LANGUAGE.
8669         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
8670         without explicit environment settings.
8672 2014-06-06  Roland McGrath  <roland@hack.frob.com>
8674         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
8675         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
8676         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
8677         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
8679 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
8681         * crypt/crypt-private.h [DOS]: Add some includes taken from the
8682         other files in the crypt directory.
8683         * crypt/crypt.c: Remove duplicate includes.
8684         * crypt/crypt-entry.c: Likewise.
8685         * crypt/crypt_util.c: Likewise.
8687 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
8689         * Makeconfig (run-program-env): New variable.
8690         (run-program-prefix-before-env): Likewise.
8691         (run-program-prefix-after-env): Likewise.
8692         (run-program-prefix): Define in terms of new variables.
8693         (built-program-cmd-before-env): New variable.
8694         (built-program-cmd-after-env): Likewise.
8695         (built-program-cmd): Define in terms of new variables.
8696         (test-program-prefix-before-env): New variable.
8697         (test-program-prefix-after-env): Likewise.
8698         (test-program-prefix): Define in terms of new variables.
8699         (test-program-cmd-before-env): New variable.
8700         (test-program-cmd-after-env): Likewise.
8701         (test-program-cmd): Define in terms of new variables.
8702         * Rules (make-test-out): Use $(run-program-env).
8703         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
8704         (help): Do not mention environment variables.  Mention
8705         --timeoutfactor option.
8706         (timeoutfactor): New variable.
8707         (blacklist_exports): Remove function.
8708         (exports): Remove variable.
8709         (command): Do not include ${exports}.
8710         * manual/install.texi (Configuring and compiling): Do not mention
8711         test wrappers preserving environment variables.  Mention that last
8712         assignment to a variable must take precedence.
8713         * INSTALL: Regenerated.
8714         * benchtests/Makefile (run-bench): Use $(run-program-env).
8715         * catgets/Makefile ($(objpfx)test1.cat): Use
8716         $(built-program-cmd-before-env), $(run-program-env) and
8717         $(built-program-cmd-after-env).
8718         ($(objpfx)test2.cat): Do not specify environment variables
8719         explicitly.
8720         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
8721         $(run-program-env) and $(built-program-cmd-after-env).
8722         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
8723         $(run-program-env) and $(test-program-cmd-after-env).
8724         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
8725         explicitly.
8726         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
8727         run_program_env and test_program_cmd_after_env arguments.
8728         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
8729         * elf/tst-pathopt.sh: Use run_program_env argument.
8730         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
8731         $(test-wrapper-env) and $(run-program-env).
8732         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
8733         run_program_env arguments.
8734         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
8735         * intl/Makefile ($(objpfx)tst-gettext.out): Use
8736         $(test-program-prefix-before-env), $(run-program-env) and
8737         $(test-program-prefix-after-env).
8738         ($(objpfx)tst-gettext2.out): Likewise.
8739         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
8740         run_program_env and test_program_prefix_after_env arguments.
8741         * intl/tst-gettext2.sh: Likewise.
8742         * intl/tst-gettext4.sh: Do not set environment variables
8743         explicitly.
8744         * intl/tst-gettext6.sh: Likewise.
8745         * intl/tst-translit.sh: Likewise.
8746         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
8747         $(test-program-prefix-before-env), $(run-program-env) and
8748         $(test-program-prefix-after-env).
8749         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
8750         run_program_env and test_program_prefix_after_env arguments.
8751         * math/Makefile (run-regen-ulps): Use $(run-program-env).
8752         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
8753         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
8754         explicitly with each use of ${test_wrapper_env}.
8755         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
8756         $(test-program-prefix-before-env), $(run-program-env) and
8757         $(test-program-prefix-after-env).
8758         * posix/tst-getconf.sh: Do not set environment variables
8759         explicitly.
8760         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
8761         run_program_env and test_program_prefix_after_env arguments.
8762         * stdio-common/tst-printf.sh: Do not set environment variables
8763         explicitly.
8764         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
8765         $(test-program-prefix-before-env), $(run-program-env) and
8766         $(test-program-prefix-after-env).
8767         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
8768         run_program_env and test_program_prefix_after_env arguments.
8769         Split $test calls into $test_pre and $test.
8770         * timezone/Makefile (build-testdata): Use
8771         $(built-program-cmd-before-env), $(run-program-env) and
8772         $(built-program-cmd-after-env).
8774 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8776         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
8777         strlen for non SHARED builds.
8779 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
8781         * nptl/allocatestack.c (check_list): Inlined function...
8782         (__reclaim_stacks): ... here.
8784 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
8786         [BZ #15698]
8787         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
8788         memory overrun.
8790 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
8792         * Rules (make-test-out): Include
8793         LOCPATH=$(common-objpfx)localedata in default environment.
8794         * debug/Makefile (tst-chk1-ENV): Remove variable.
8795         (tst-chk2-ENV): Likewise.
8796         (tst-chk3-ENV): Likewise.
8797         (tst-chk4-ENV): Likewise.
8798         (tst-chk5-ENV): Likewise.
8799         (tst-chk6-ENV): Likewise.
8800         (tst-lfschk1-ENV): Likewise.
8801         (tst-lfschk2-ENV): Likewise.
8802         (tst-lfschk3-ENV): Likewise.
8803         (tst-lfschk4-ENV): Likewise.
8804         (tst-lfschk5-ENV): Likewise.
8805         (tst-lfschk6-ENV): Likewise.
8806         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
8807         (tst-iconv7-ENV): Likewise.
8808         * intl/Makefile (LOCPATH-ENV): Likewise.
8809         (tst-codeset-ENV): Likewise.
8810         (tst-gettext3-ENV): Likewise.
8811         (tst-gettext5-ENV): Likewise.
8812         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
8813         (tst-fopenloc-ENV): Likewise.
8814         (tst-fgetws-ENV): Remove variable.
8815         (tst-ungetwc1-ENV): Likewise.
8816         (tst-ungetwc2-ENV): Likewise.
8817         (bug-ungetwc2-ENV): Likewise.
8818         (tst-swscanf-ENV): Likewise.
8819         (bug-ftell-ENV): Likewise.
8820         (tst-fgetwc-ENV): Likewise.
8821         (tst-fseek-ENV): Likewise.
8822         (tst-ftell-partial-wide-ENV): Likewise.
8823         (tst-ftell-active-handler-ENV): Likewise.
8824         (tst-ftell-append-ENV): Likewise.
8825         * posix/Makefile (tst-fnmatch-ENV): Likewise.
8826         (tst-regexloc-ENV): Likewise.
8827         (bug-regex1-ENV): Likewise.
8828         (tst-regex-ENV): Likewise.
8829         (tst-regex2-ENV): Likewise.
8830         (bug-regex5-ENV): Likewise.
8831         (bug-regex6-ENV): Likewise.
8832         (bug-regex17-ENV): Likewise.
8833         (bug-regex18-ENV): Likewise.
8834         (bug-regex19-ENV): Likewise.
8835         (bug-regex20-ENV): Likewise.
8836         (bug-regex22-ENV): Likewise.
8837         (bug-regex23-ENV): Likewise.
8838         (bug-regex25-ENV): Likewise.
8839         (bug-regex26-ENV): Likewise.
8840         (bug-regex30-ENV): Likewise.
8841         (bug-regex32-ENV): Likewise.
8842         (bug-regex33-ENV): Likewise.
8843         (bug-regex34-ENV): Likewise.
8844         (bug-regex35-ENV): Likewise.
8845         (tst-rxspencer-ENV): Likewise.
8846         (tst-rxspencer-no-utf8-ENV): Likewise.
8847         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
8848         (tst-sscanf-ENV): Likewise.
8849         (tst-swprintf-ENV): Likewise.
8850         (tst-swscanf-ENV): Likewise.
8851         (test-vfprintf-ENV): Likewise.
8852         (scanf13-ENV): Likewise.
8853         (bug14-ENV): Likewise.
8854         (tst-grouping-ENV): Likewise.
8855         * stdlib/Makefile (tst-strtod-ENV): Likewise.
8856         (tst-strtod3-ENV): Likewise.
8857         (tst-strtod4-ENV): Likewise.
8858         (tst-strtod5-ENV): Likewise.
8859         (testmb2-ENV): Likewise./
8860         * string/Makefile (tst-strxfrm-ENV): Likewise.
8861         (tst-strxfrm2-ENV): Likewise.
8862         (bug-strcoll1-ENV): Likewise.
8863         (test-strcasecmp-ENV): Likewise.
8864         (test-strncasecmp-ENV): Likewise.
8865         * time/Makefile (tst-strptime-ENV): Likewise.
8866         (tst-ftime_l-ENV): Likewise.
8867         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
8868         (tst-mbrtowc-ENV): Likewise.
8869         (tst-wcrtomb-ENV): Likewise.
8870         (tst-mbrtowc2-ENV): Likewise.
8871         (tst-c16c32-1-ENV): Likewise.
8872         (tst-mbsnrtowcs-ENV): Likewise.
8874 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
8876         * manual/resource.texi (How to get information about the memory
8877         subsystem?): Fix typo.
8878         Reported by Peon de la Parra Ivan <peon@keba.com>
8880 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
8882         [BZ #16882]
8883         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
8884         (pthread_spin_lock): Branch out of spin loop to proper location.
8885         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
8886         (pthread_spin_lock): Likewise.
8888         * nptl/tst-spin4.c: New test.
8889         * nptl/Makefile (tests): Add tst-spin4.
8891 2014-06-03  Andreas Schwab  <schwab@suse.de>
8893         [BZ #15946]
8894         * resolv/res_send.c (send_dg): Reload file descriptor after
8895         calling reopen.
8897 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
8899         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
8901 2014-06-03  Richard Henderson  <rth@redhat.com>
8903         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
8904         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
8905         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
8906         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
8907         in the SAVE_PID block.
8908         (__libc_vfork): New alias.
8909         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
8911         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
8912         child in registers, not on the stack.  Remove RESET_PID conditionals.
8913         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
8915 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
8917         * sysdeps/aarch64/libm-test-ulps: Regenerate.
8919 2014-06-03  Wilco  <wdijkstr@arm.com>
8921         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
8922         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
8923         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
8924         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
8925         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
8926         Likewise.
8928 2014-06-03  Wilco  <wdijkstr@arm.com>
8930         * sysdeps/aarch64/fpu/math_private.h
8931         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
8932         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
8933         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
8934         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
8935         Fix declarations.
8937 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8939         * crypt/crypt-private.h: Include ufc-crypt.h.
8940         (__b64_from_24bit): Declare extern.
8941         * crypt/crypt_util.c(__b64_from_24bit): New function.
8942         (b64t): New static const variable.
8943         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
8944         (b64t): Remove variable.
8945         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
8946         * crypt/sha256-crypt.c: Include crypt-private.h.
8947         (b64t): Remove variable.
8948         (__sha256_crypt_r): Remove b64_from_24bit and replace
8949         with __b64_from_24bit.
8950         * crypt/sha512-crypt.c: Likewise.
8952 2014-06-02  Roland McGrath  <roland@hack.frob.com>
8954         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
8955         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
8956         Label the code __libc_vfork rather than __vfork.
8957         [!NOT_IN_libc] (vfork): Define as weak alias.
8958         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
8959         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
8960         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
8962 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8964         * malloc/malloc.c (malloc_info): Fix format specifier for
8965         n_mmaps.
8967 2014-06-02  Wilco  <wdijkstr@arm.com>
8969         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
8970         FPCR write.
8972 2014-06-02  Wilco  <wdijkstr@arm.com>
8974         [BZ #17009]
8975         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
8976         Rewrite to reduce FPCR/FPSR accesses.
8978 2014-06-01  David S. Miller  <davem@davemloft.net>
8980         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8982 2014-05-31  David S. Miller  <davem@davemloft.net>
8984         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
8985         to occur in round to nearest mode when |x| >= 2.0
8987 2014-05-30  Richard Henderson  <rth@twiddle.net>
8989         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
8990         (PSEUDO_RET_NOERRNO): Remove.
8991         (ret): Don't redefine.
8992         (ret_NOERRNO): Define in terms of ret.
8993         (ret_ERRVAL): Likewise.
8995         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
8996         use of PSEUDO_RET; perform the error check directly.
8998 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
9000         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
9001         with __int128_t.
9003 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
9005         * malloc/malloc (malloc_info): Fix formatting.
9007 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
9008             Roland McGrath  <roland@hack.frob.com>
9010         * malloc/malloc (malloc_info): Also print mmapped statistics.
9012 2014-05-30  Roland McGrath  <roland@hack.frob.com>
9014         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
9015         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
9017 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
9019         * malloc/malloc.c (malloc_info): Inline mi_arena.
9021 2014-05-29  Richard Henderson  <rth@twiddle.net>
9023         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
9024         Remove comma before expanding ASM_ARGS_##nr.
9025         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
9026         Make _x0 a strict output; make _x8 a strict input; adjust expansion
9027         of ASM_ARGS_##nr.
9028         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
9029         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
9030         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
9031         (ASM_ARGS_1): Add leading comma.
9033         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
9034         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
9035         to __errno_location.
9036         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
9037         Remove the expected plt for __errno_location.
9039         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9040         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
9041         call to __read_tp.
9043         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9044         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
9045         it and break it down.
9046         (DOCARGS_0, DOCARGS_1): Do nothing.
9047         (DOCARGS_2): Update to store into the new stack frame.
9048         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
9049         (UNDOCARGS_1): Update to restore from the new stack frame.
9050         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
9051         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
9053         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9054         (SINGLE_THREAD_P): New parameter for result regno.
9055         (PSEUDO): Update to match; use cbz instead of beq.
9057         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9058         Use ENTRY to define the _nocancel entry point.  Share the syscall
9059         and syscall error check paths with the cancel path.
9060         (PSEUDO_END): New.
9062         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
9063         whitespace; tabs before and after asm mnemonics.
9065 2014-05-29  Eric Wong  <normalperson@yhbt.net>
9067         [BZ #15132]
9068         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
9069         Call fstat64 or stat64 internally, depending on arguments passed.
9070         Replace stat buffer argument with file descriptor argument.
9071         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
9072         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
9073         Pass fd to __internal_statvfs instead of calling fstat64.
9074         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
9075         Pass fd to __internal_statvfs64 instead of calling fstat64.
9076         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
9077         Pass -1 to __internal_statvfs instead of calling stat64.
9078         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
9079         Pass -1 to __internal_statvfs64 instead of calling stat64.
9081 2014-05-28  Roland McGrath  <roland@hack.frob.com>
9083         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
9084         that was previously under [RESET_PID].
9085         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
9087         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
9088         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
9090 2014-05-27  Roland McGrath  <roland@hack.frob.com>
9092         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
9094         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
9095         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
9097 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
9099         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
9101 2014-05-27  Andreas Schwab  <schwab@suse.de>
9103         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
9104         TLS_INIT_TP macro.
9105         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
9106         * elf/rtld.c (init_tls, dl_main): Likewise.
9107         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
9108         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
9109         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
9110         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
9111         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
9112         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
9113         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
9114         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
9115         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
9116         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
9117         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
9118         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
9119         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
9120         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
9121         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
9122         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
9123         * sysdeps/generic/tls.h: Update description.
9125 2014-05-27  Will Newton  <will.newton@linaro.org>
9127         [BZ #16990]
9128         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
9129         and restore r2 rather than just restoring.
9131 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
9133         [BZ #16724]
9134         * libio/tst-ftell-append.c: New test case.
9135         * libio/Makefile (tests): Add test case.
9136         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
9137         append mode.
9138         * libio/wfileops.c (do_ftell_wide): Likewise.
9140 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9142         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9144         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
9145         ...
9146         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
9147         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
9148         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
9149         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
9150         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
9151         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
9152         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
9153         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
9154         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
9155         Moved ...
9156         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
9157         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
9158         Moved ...
9159         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
9160         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
9161         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
9162         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
9163         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
9164         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
9165         ...
9166         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
9167         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
9168         Moved ...
9169         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
9170         here.
9171         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
9172         ...
9173         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
9174         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
9175         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
9177         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
9178         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
9179         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
9180         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
9182         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
9183         merge into ...
9184         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
9185         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
9186         ...
9187         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
9188         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
9189         ...
9190         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
9191         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
9192         Moved ...
9193         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
9194         here.
9195         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
9196         Moved ...
9197         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
9198         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
9199         Moved ...
9200         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
9202         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
9203         conditional [RESET_PID].
9204         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
9205         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
9206         removed.
9207         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
9208         removed.
9210         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
9211         <tcb-offsets.h>.
9212         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9213         (__libc_vfork): New strong alias.
9214         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
9215         removed.
9216         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
9217         Removed.
9219         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
9220         <tcb-offsets.h>.
9221         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
9222         (__libc_vfork): New strong alias.
9223         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
9224         removed.
9225         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
9226         removed.
9228 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
9230         * malloc/malloc.c (mi_arena): New function.
9231         (malloc_info): Remove nested function mi_arena. Call non-nosted
9232         function mi_arena.
9234 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9236         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
9237         by insrwi.
9238         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
9239         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
9240         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
9241         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
9242         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
9243         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
9244         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
9246 2014-05-26  Andreas Schwab  <schwab@suse.de>
9248         [BZ #16984]
9249         * locale/programs/repertoire.c (repertoire_read): Add slash
9250         between I18NPATH element and file name.
9251         * locale/programs/locfile.c (locfile_read): Likewise.
9253 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
9255         * nptl/pthread_mutexattr_settype.c
9256         (__pthread_mutexattr_settype):
9257         Disable lock elision for PTHREAD_MUTEX_NORMAL.
9259 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
9261         * nptl/tst-mutex5 (do_test):
9262         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
9264 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9266         * benchtests/README: Document 'init' directive.
9267         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
9268         BENCH_INIT.
9269         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
9270         (parse_file): Recognize 'init' directive.
9272 2014-05-26  Kyle McMartin  <kyle@redhat.com>
9274         [BZ #16796]
9275         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
9276         alignment of struct pthread.
9278 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9280         [BZ #16878]
9281         * nscd/netgroupcache.c (addgetnetgrentX): Look for
9282         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9283         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
9284         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9286 2014-05-25  Richard Henderson  <rth@twiddle.net>
9288         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9289         (SINGLE_THREAD_P_PIC): Remove.
9290         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
9291         (SINGLE_THREAD_P_PIC): Remove.
9293         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
9294         branch to syscall error ...
9295         (PSEUDO): ... here.
9296         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
9297         from __local_syscall_error to .Lsyscall_error.
9298         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
9299         (SYSCALL_ERROR): Update label name.
9301         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9302         Do not use DOARGS/UNDOARGS.
9303         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
9304         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
9305         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
9306         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
9307         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
9309         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
9310         block comment.
9312         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
9313         define if !NOT_IN_libc.
9314         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
9315         define with non-default symbol versions.
9317 2014-05-23  Richard Henderson  <rth@twiddle.net>
9319         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
9320         (vfork, __vfork): Define via compat_symbol.
9322         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
9323         [!HAVE_IFUNC] (vfork_compat): Remove.
9324         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
9326 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9328         [BZ #16978]
9329         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
9330         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
9331         variable.
9333 2014-05-23  Richard Henderson  <rth@twiddle.net>
9335         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
9336         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
9337         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
9338         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
9340         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
9341         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
9342         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
9343         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
9344         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
9345         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
9346         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
9347         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
9348         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
9349         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
9350         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
9351         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
9352         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
9353         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
9354         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
9355         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
9356         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
9357         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
9358         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
9359         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
9360         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
9361         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
9362         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
9363         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
9364         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
9365         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
9366         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
9367         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
9368         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
9369         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
9370         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
9371         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
9372         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
9373         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
9374         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
9375         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
9376         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
9377         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
9378         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
9379         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
9380         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
9381         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
9382         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
9383         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
9384         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
9385         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
9386         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
9387         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
9388         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
9389         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
9390         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
9391         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
9392         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
9393         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
9394         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
9395         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
9397         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
9398         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
9399         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
9400         before exiting on error.
9401         (__libc_vfork): New strong alias.
9402         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
9403         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
9405         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
9406         that was previously under [RESET_PID].
9407         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
9409         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
9411 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9413         [BZ #16977]
9414         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
9415         value when x - 1 is zero.
9416         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
9417         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
9418         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
9419         0.0L for an argument of 1.0L.
9420         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
9421         Likewise.
9422         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
9423         value when x - 1 is zero.
9424         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
9425         * sysdeps/i386/fpu/libm-test-ulps: Update.
9426         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9428 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
9430         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
9431         alphasort and versionsort.
9433 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9435         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
9436         macro.
9437         [copysignf]: Likewise.
9439 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
9441         * crypt/md5-crypt.c: Fix formatting.
9443 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9445         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
9446         (b64_from_24bit): New function.
9448 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9450         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
9451         libc_hidden_builtin_def to ifunc.
9452         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
9453         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
9455 2014-05-21  Roland McGrath  <roland@hack.frob.com>
9457         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
9458         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
9460 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
9462         * nscd/Depend (linuxthreads): Remove.
9463         (nptl): Add.
9464         * resolv/Depend (linuxthreads): Remove.
9465         * rt/Depend (linuxthreads): Remove.
9467         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
9468         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
9469         $(common-objpfx)elf/.
9470         (link-libc-before-gnulib): Likewise.
9471         (elfobjdir): Remove variable.
9472         * Makefile (install): Use $(elf-objpfx) instead of
9473         $(common-objpfx)elf/.
9474         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
9475         $(elfobjdir)/.
9476         (link-libc-deps): Likewise.
9477         ($(common-objpfx)libc.so): Likewise.
9478         ($(common-objpfx)linkobj/libc.so): Likewise.
9479         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
9480         instead of $(common-objpfx)elf/.
9481         (symbolic-link-list): Likewise.
9482         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
9483         [$(cross-compiling) = no]: Likewise.
9484         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
9485         $(elfobjdir)/.
9486         (static-gnulib-arch): Likewise.
9487         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
9488         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
9489         $(common-objpfx)elf/.
9491 2014-05-21  Richard Henderson  <rth@redhat.com>
9493         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9494         (SINGLE_THREAD_P): Use the correct width load.  Fold
9495         into the ldr offset.
9497         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
9498         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
9500 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
9502         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
9503         (libgcc_s_resume): Use __attribute_used__.
9504         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
9505         Likewise.
9507 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9509         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
9510         optimization when used with float constants.
9512         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9514 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
9516         [BZ #16915]
9517         * locale/nl_langinfo_l.c: Make direct reference to every
9518         _nl_current_CATEGORY symbol.
9519         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
9520         (tests-static): Add tst-langinfo-static.
9521         (tests-special): Add tst-langinfo-static.out.
9522         ($(objpfx)tst-langinfo.out): Redirect output.
9523         ($(objpfx)tst-langinfo-static.out): New.
9524         * localedata/tst-langinfo.sh: Send output to stdout.
9525         * localedata/tst-langinfo-static.c: New file.
9527         [BZ #16965]
9528         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
9529         when the shift amount is modulo the limb size.
9531 2014-05-20  Richard Henderson  <rth@redhat.com>
9533         [BZ #16967]
9534         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
9535         Change type of sa_flags from unsigned int to int.
9537         [BZ #16966]
9538         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
9540         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
9542 2014-05-20  Will Newton  <will.newton@linaro.org>
9544         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9545         Test the return value of the system call in the nocancel case.
9547 2014-05-20  Will Newton  <will.newton@linaro.org>
9548             Yvan Roux  <yvan.roux@linaro.org>
9550         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
9551         #include of asm/ptrace.h.
9552         (PTRACE_GET_THREAD_AREA): Remove #undef.
9553         (PTRACE_GETHBPREGS): Likewise.
9554         (PTRACE_SETHBPREGS): Likewise.
9555         (struct user_regs_struct): New structure.
9556         (struct user_fpsimd_struct): New structure.
9557         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
9558         #include of asm/ptrace.h and second #include of sys/user.h.
9559         (PTRACE_GET_THREAD_AREA): Remove #undef.
9560         (PTRACE_GETHBPREGS): Likewise.
9561         (PTRACE_SETHBPREGS): Likewise.
9562         (ELF_NGREG): Use new struct user_regs_struct.
9563         (elf_fpregset_t): Use new struct user_fpsimd_struct.
9565 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9567         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
9568         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
9570 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
9572         [BZ #16958]
9573         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
9574         membar to avoid block loads/stores to overlap previous stores.
9576 2014-05-17  Richard Henderson  <rth@redhat.com>
9578         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
9579         Create the __##syscall_name##_nocancel entry point.
9580         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
9581         Remove; let the sysdep-cancel.h code create it.
9583 2014-05-17  David S. Miller  <davem@davemloft.net>
9585         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
9586         Protect with __USE_GNU.
9587         (TIOCSET_TEMPT): Likewise.
9588         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
9589         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
9590         these are already provided in bits/ioctl-types.h
9592 2014-05-16  Roland McGrath  <roland@hack.frob.com>
9594         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
9595         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
9597         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
9598         Use wait4 regardless of [__NR_waitpid].
9600 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
9602         PR libgcc/60166
9603         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
9604         (_FP_NANSIGN_Q): Set the quiet bit.
9606 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
9608         * benchtests/Makefile
9609         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
9610         not $(common-objpfx)math/libm.so.
9611         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
9612         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
9613         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
9614         $(common-objpfx)dlfcn/libdl.so.
9615         ($(objpfx)tst-audit8): Depend on $(libm), not
9616         $(common-objpfx)math/libm.so.
9617         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
9618         not $(common-objpfx)dlfcn/libdl.so.
9619         * math/Makefile
9620         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
9621         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
9622         [$(build-shared) = yes].
9623         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
9624         $(common-objpfx)nptl/libpthread.so.
9625         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
9626         $(common-objpfx)math/libm.so$(libm.so-version) or
9627         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
9628         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
9629         $(common-objpfx)dlfcn/libdl.so.
9630         * setjmp/Makefile (link-libm): Remove variable.
9631         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
9632         * stdio-common/Makefile (link-libm): Remove variable.
9633         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
9634         * stdlib/Makefile (link-libm): Remove variable.
9635         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
9636         ($(objpfx)tst-strtod-round): Likewise.
9637         ($(objpfx)tst-tininess): Likewise.
9638         ($(objpfx)tst-strtod-underflow): Likewise.
9639         ($(objpfx)tst-strtod6): Likewise.
9640         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
9641         $(libdl), not $(common-objpfx)nptl/libpthread.so and
9642         $(common-objpfx)dlfcn/libdl.so.
9644 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9646         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
9647         BSD terminal modes definitions.
9649 2014-05-16  Roland McGrath  <roland@hack.frob.com>
9651         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
9652         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
9654         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
9655         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
9656         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
9657         Don't do #include_next.
9658         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
9659         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
9660         Don't do #include_next.
9661         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
9662         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
9663         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
9664         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
9666 2014-05-16  Allan McRae  <allan@archlinux.org>
9668         * po/sv.po: Update Swedish translation from translation project.
9670         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
9671         in sed expression.
9673 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
9675         [BZ #16917]
9676         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
9677         errno if the TIOCGPTN ioctl fails with an error different than
9678         EINVAL.
9679         * login/tst-ptsname.c: New file.
9680         * login/Makefile (tests): Add tst-ptsname.
9682         [BZ #16943]
9683         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
9684         and prlimit64.
9686 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
9688         [BZ #16849]
9689         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
9690         herrno to return EAI_AGAIN.
9692 2014-05-14  Roland McGrath  <roland@hack.frob.com>
9694         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
9695         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
9696         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
9697         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
9698         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
9699         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
9700         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
9701         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
9702         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
9703         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
9704         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
9705         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
9706         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
9707         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
9708         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
9709         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
9710         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
9711         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
9712         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
9713         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
9714         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
9715         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
9716         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
9717         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
9718         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
9719         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
9720         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
9721         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
9722         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
9723         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
9724         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
9725         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
9726         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
9727         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
9728         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
9729         Moved ...
9730         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
9731         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
9732         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
9733         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
9734         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
9735         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
9736         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
9737         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
9738         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
9739         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
9740         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
9741         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
9742         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
9743         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
9744         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
9745         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
9746         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
9747         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
9748         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
9749         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
9750         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
9751         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
9752         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
9753         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
9754         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
9755         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
9756         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
9757         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
9758         Moved ...
9759         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
9760         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
9761         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
9762         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
9763         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
9764         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
9765         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
9766         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
9767         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
9768         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
9769         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
9770         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
9771         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
9772         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
9773         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
9774         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
9775         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
9776         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
9777         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
9778         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
9779         Moved ...
9780         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
9781         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
9782         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
9784         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
9785         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
9786         (libpthread-sysdep_routines): Add elision-related stuff here instead.
9787         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
9788         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
9789         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
9790         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
9791         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
9792         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
9793         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
9794         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
9795         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
9796         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
9797         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
9798         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
9799         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
9800         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
9801         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
9802         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
9803         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
9804         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
9805         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
9806         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
9807         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
9808         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
9809         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
9810         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
9811         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
9812         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
9813         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
9814         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
9816         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
9817         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
9819         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
9820         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
9821         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
9822         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
9823         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
9824         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
9825         Moved ...
9826         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
9827         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
9828         Moved ...
9829         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
9830         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
9831         Moved ...
9832         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
9833         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
9834         Moved ...
9835         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
9836         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
9837         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
9838         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
9839         Moved ...
9840         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
9841         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
9842         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
9843         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
9844         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
9845         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
9846         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
9847         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
9848         Moved ...
9849         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
9850         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
9851         Moved ...
9852         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
9853         ... here.
9854         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
9855         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
9856         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
9857         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
9858         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
9859         Moved ...
9860         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
9861         ... here.
9862         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
9863         Moved ...
9864         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
9865         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
9866         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
9867         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
9868         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
9869         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
9870         Moved ...
9871         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
9872         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
9873         Moved ...
9874         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
9875         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
9876         Moved ...
9877         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
9878         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
9879         Moved ...
9880         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
9881         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
9882         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
9883         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
9884         Moved ...
9885         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
9886         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
9887         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
9888         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
9889         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
9890         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
9891         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
9892         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
9893         Moved ...
9894         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
9895         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
9896         Moved ...
9897         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
9898         ... here.
9899         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
9900         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
9901         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
9902         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
9903         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
9904         Moved ...
9905         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
9906         ... here.
9907         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
9908         Moved ...
9909         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
9910         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
9911         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
9912         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
9913         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
9914         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
9915         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
9916         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
9917         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
9918         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
9919         Moved ...
9920         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
9921         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
9922         Moved ...
9923         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
9924         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
9925         Moved ...
9926         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
9927         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
9928         Moved ...
9929         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
9930         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
9931         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
9932         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
9933         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
9934         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
9935         Moved ...
9936         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
9937         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
9938         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
9939         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
9940         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
9941         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
9942         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
9943         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
9944         Moved ...
9945         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
9946         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
9947         Moved ...
9948         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
9949         ... here.
9950         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
9951         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
9952         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
9953         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
9954         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
9955         Moved ...
9956         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
9957         ... here.
9958         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
9959         Moved ...
9960         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
9961         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
9962         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
9963         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
9964         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
9965         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
9966         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
9967         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
9968         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
9969         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
9970         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
9972         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
9973         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
9975         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
9976         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
9978         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
9979         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
9980         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
9981         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
9982         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
9983         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
9984         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
9985         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
9986         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
9987         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
9988         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
9989         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
9990         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
9991         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
9992         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
9993         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
9994         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
9995         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
9996         Moved ...
9997         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
9998         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
9999         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
10000         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
10001         Moved ...
10002         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
10003         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
10004         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
10005         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
10006         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
10007         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
10008         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
10009         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
10010         Moved ...
10011         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
10012         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
10013         Moved ...
10014         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
10015         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
10016         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
10017         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
10018         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
10019         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
10020         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
10021         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
10022         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
10023         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
10024         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
10025         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
10026         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
10027         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
10028         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
10029         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
10030         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
10032         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
10033         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
10034         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
10035         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
10036         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
10038         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
10039         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
10040         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
10041         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
10042         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
10043         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
10044         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
10045         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
10046         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
10047         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
10049         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
10050         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
10052         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
10053         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
10054         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
10055         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
10056         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
10057         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
10058         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
10059         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
10060         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
10061         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
10062         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
10063         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
10064         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
10065         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
10066         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
10067         Update #include.
10068         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
10069         Likewise.
10070         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
10071         Likewise.
10072         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
10073         Likewise.
10074         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
10075         Likewise.
10076         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
10077         Likewise.
10078         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
10079         Likewise.
10080         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
10081         Likewise.
10082         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
10083         Likewise.
10084         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
10085         Likewise.
10086         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
10087         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
10088         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
10089         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
10090         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
10091         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
10092         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
10093         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
10094         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
10095         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
10096         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
10097         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
10098         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
10099         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
10100         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
10102         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
10103         that was previously under [RESET_PID].
10104         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
10105         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
10106         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
10108         * sysdeps/i386/nptl/Implies: New file.
10109         * sysdeps/x86_64/nptl/Implies: New file.
10110         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
10111         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
10112         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
10113         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
10115         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
10116         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10117         (__libc_vfork): New strong alias.
10118         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
10119         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
10121         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
10122         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10123         (__libc_vfork): New strong alias.
10124         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
10125         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
10127         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
10128         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10129         (__libc_vfork): New strong alias.
10130         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
10131         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
10132         * nptl/pt-vfork.c: New file.
10133         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
10134         (libpthread: GLIBC_2.20): New version set (empty).
10136 2014-05-14  Will Newton  <will.newton@linaro.org>
10138         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
10139         rather than #if.
10141 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
10143         [BZ #16564]
10144         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
10145         arguments with exponent 65 or above.
10146         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
10147         arguments 0x1p113L or above.
10148         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
10149         to arguments 0x1p107L or above.
10150         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
10151         positive arguments with exponent 65 or above.
10152         * math/auto-libm-test-in: Add more tests of log1p.
10153         * math/auto-libm-test-out: Regenerated.
10155         [BZ #16928]
10156         * math/s_cacos.c (__cacos): Ensure zero real part of result from
10157         non-finite arguments is +0.
10158         * math/s_cacosf.c (__cacosf): Likewise.
10159         * math/s_cacosl.c (__cacosl): Likewise.
10160         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
10161         * sysdeps/i386/fpu/libm-test-ulps: Update.
10162         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10164         [BZ #16927]
10165         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
10166         value.
10167         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
10168         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
10169         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
10170         for explicit high bit of mantissa when testing for argument equal
10171         to 1.
10172         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
10173         * sysdeps/i386/fpu/libm-test-ulps: Update.
10174         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10176         [BZ #16516]
10177         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
10178         (__erf): Scale by 16 instead of 8 in potentially underflowing
10179         case.  Ensure exception if result actually underflows.
10180         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
10181         (__erff): Scale by 16 instead of 8 in potentially underflowing
10182         case.  Ensure exception if result actually underflows.
10183         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
10184         (efx8): Remove variable.
10185         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10186         case.  Ensure exception if result actually underflows.
10187         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
10188         (efx8): Remove variable.
10189         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10190         case.  Ensure exception if result actually underflows.
10191         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
10192         (efx8): Remove variable.
10193         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10194         case.  Ensure exception if result actually underflows.
10195         * math/auto-libm-test-in: Add more tests of erf.
10196         * math/auto-libm-test-out: Regenerated.
10198 2014-05-14  Andreas Schwab  <schwab@suse.de>
10200         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
10201         Remove code conditionalized on USE___THREAD.
10203         * config.h.in (HAVE_PT_CHOWN): Define as 0.
10204         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
10205         not definedness.
10207 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
10209         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
10210         Define unconditionally.
10211         (__ASSUME_O_CLOEXEC): Likewise.
10212         (__ASSUME_SOCK_CLOEXEC): Likewise.
10213         (__ASSUME_IN_NONBLOCK): Likewise.
10214         (__ASSUME_PIPE2): Likewise.
10215         (__ASSUME_EVENTFD2): Likewise.
10216         (__ASSUME_SIGNALFD4): Likewise.
10217         (__ASSUME_DUP3): Likewise.
10218         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10219         (__ASSUME_DUP3): Do not define.
10220         (__ASSUME_EVENTFD2): Likewise.
10221         (__ASSUME_IN_NONBLOCK): Likewise.
10222         (__ASSUME_O_CLOEXEC): Likewise.
10223         (__ASSUME_PIPE2): Likewise.
10224         (__ASSUME_SIGNALFD4): Likewise.
10225         (__ASSUME_SOCK_CLOEXEC): Likewise.
10226         (__ASSUME_UTIMES): Undefine.
10227         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10228         (__ASSUME_UTIMES): Do not define.
10229         (__ASSUME_O_CLOEXEC): Likewise.
10230         (__ASSUME_SOCK_CLOEXEC): Likewise.
10231         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
10232         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
10233         0x020621].
10234         (__ASSUME_PIPE2): Likewise.
10235         (__ASSUME_EVENTFD2): Likewise.
10236         (__ASSUME_SIGNALFD4): Likewise.
10237         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
10238         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
10239         Do not define.
10240         (__ASSUME_EVENTFD2): Likewise.
10241         (__ASSUME_SIGNALFD4): Likewise.
10242         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
10243         (__ASSUME_32BITUIDS): Likewise.
10244         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
10245         (__ASSUME_IPC64): Likewise.
10246         (__ASSUME_ST_INO_64_BIT): Likewise.
10247         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
10248         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
10249         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10250         (__ASSUME_UTIMES): Do not define.
10251         (__ASSUME_PSELECT): Likewise.
10252         (__ASSUME_PPOLL): Likewise.
10253         (__ASSUME_O_CLOEXEC): Likewise.
10254         (__ASSUME_SOCK_CLOEXEC): Likewise.
10255         (__ASSUME_IN_NONBLOCK): Likewise.
10256         (__ASSUME_PIPE2): Likewise.
10257         (__ASSUME_EVENTFD2): Likewise.
10258         (__ASSUME_SIGNALFD4): Likewise.
10259         (__ASSUME_DUP3): Likewise.
10260         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10261         (__ASSUME_UTIMES): Likewise.
10262         (__ASSUME_O_CLOEXEC): Likewise.
10263         (__ASSUME_SOCK_CLOEXEC): Likewise.
10264         (__ASSUME_IN_NONBLOCK): Likewise.
10265         (__ASSUME_PIPE2): Likewise.
10266         (__ASSUME_EVENTFD2): Likewise.
10267         (__ASSUME_SIGNALFD4): Likewise.
10268         (__ASSUME_DUP3): Likewise.
10269         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10270         (__ASSUME_UTIMES): Likewise.
10271         (__ASSUME_O_CLOEXEC): Likewise.
10272         (__ASSUME_SOCK_CLOEXEC): Likewise.
10273         (__ASSUME_IN_NONBLOCK): Likewise.
10274         (__ASSUME_PIPE2): Likewise.
10275         (__ASSUME_EVENTFD2): Likewise.
10276         (__ASSUME_SIGNALFD4): Likewise.
10277         (__ASSUME_DUP3): Likewise.
10278         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
10279         Likewise.
10280         (__ASSUME_UTIMES): Likewise.
10281         (__ASSUME_EVENTFD2): Likewise.
10282         (__ASSUME_SIGNALFD4): Likewise.
10283         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10284         (__ASSUME_O_CLOEXEC): Likewise.
10285         (__ASSUME_SOCK_CLOEXEC): Likewise.
10286         (__ASSUME_IN_NONBLOCK): Likewise.
10287         (__ASSUME_PIPE2): Likewise.
10288         (__ASSUME_EVENTFD2): Likewise.
10289         (__ASSUME_SIGNALFD4): Likewise.
10290         (__ASSUME_DUP3): Likewise.
10291         (__ASSUME_UTIMES): Undefine.
10293         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
10294         feclearexcept.  Remove symbol versioning code.
10295         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
10296         symbol versioning code.
10297         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
10298         symbol versioning code.
10299         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
10300         feupdateenv.  Remove symbol versioning code.
10301         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
10302         fegetexceptflag.  Remove symbol versioning code.
10303         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
10304         fesetexceptflag.  Remove symbol versioning code.
10305         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
10306         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
10307         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
10308         (__posix_fadvise64_l32): Remove prototype.
10309         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
10310         code.
10312 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10314         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
10315         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
10316         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
10317         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
10319 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
10321         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
10322         current working directory
10324 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10326         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
10327         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
10328         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
10329         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
10330         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
10331         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
10332         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
10333         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
10334         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
10335         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
10336         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
10337         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
10338         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
10339         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
10340         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
10341         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
10342         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
10343         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
10344         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
10345         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
10346         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
10347         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
10348         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
10349         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
10350         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
10351         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
10352         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
10353         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
10354         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
10355         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
10356         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
10357         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
10358         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
10359         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
10360         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
10361         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
10362         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
10363         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
10364         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
10365         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
10366         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
10367         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
10369         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
10370         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
10372         * sysdeps/unix/sysv/linux/arm/Makefile
10373         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
10374         Add rt-aeabi_unwind_cpp_pr1.
10375         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
10376         Add nptl-aeabi_unwind_cpp_pr1.
10377         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
10378         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
10379         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
10380         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
10381         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
10382         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
10384         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
10385         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
10386         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
10387         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
10389         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
10390         Deconditionalize the code that was previously under [RESET_PID].
10391         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
10393         * sysdeps/generic/exit-thread.h: New file.
10394         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
10395         * include/unistd.h (__exit_thread): Remove declaration.
10396         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
10397         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
10398         * csu/libc-start.c: Include <exit-thread.h>.
10399         (LIBC_START_MAIN): Pass no argument to __exit_thread.
10400         * nptl/pthread_create.c: Include <exit-thread.h>.
10401         (start_thread): Call __exit_thread in place of __exit_thread_inline.
10402         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
10403         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
10404         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
10405         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
10406         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
10407         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
10408         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
10409         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
10410         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
10411         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
10412         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
10413         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
10414         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
10415         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
10416         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
10417         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
10419 2014-05-13  Andreas Schwab  <schwab@suse.de>
10421         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
10423 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
10425         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
10426         (__ASSUME_UTIMES): Do not condition on kernel version.
10427         (__ASSUME_PSELECT): Define unconditionally.
10428         (__ASSUME_PPOLL): Likewise.
10429         (__ASSUME_ATFCTS): Likewise.
10430         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
10431         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
10432         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
10433         (__ASSUME_UTIMENSAT): Define unconditionally.
10434         (__ASSUME_PRIVATE_FUTEX): Likewise.
10435         (__ASSUME_FALLOCATE): Likewise.
10436         (__ASSUME_O_CLOEXEC): Likewise.
10437         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
10438         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
10439         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
10440         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
10441         (__ASSUME_IN_NONBLOCK): Likewise.
10442         (__ASSUME_PIPE2): Likewise.
10443         (__ASSUME_EVENTFD2): Likewise.
10444         (__ASSUME_SIGNALFD4): Likewise.
10445         (__ASSUME_DUP3): Likewise.
10446         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10447         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
10448         (__ASSUME_AT_RANDOM): Likewise.
10449         (__ASSUME_PREADV): Likewise.
10450         (__ASSUME_PWRITEV): Likewise.
10451         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
10452         (__ASSUME_F_GETOWN_EX): Define unconditionally.
10453         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
10454         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
10455         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
10456         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10457         (__ASSUME_O_CLOEXEC): Define unconditionally.
10458         (__ASSUME_PSELECT): Do not undefine conditionally.
10459         (__ASSUME_PPOLL): Likewise.
10460         (__ASSUME_ATFCTS): Likewise.
10461         (__ASSUME_SET_ROBUST_LIST): Likewise.
10462         (__ASSUME_UTIMENSAT): Likewise.
10463         (__ASSUME_FDATASYNC): Define unconditionally.
10464         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10465         (__ASSUME_SIGFRAME_V2): Likewise.
10466         )__ASSUME_EVENTFD2): Likewise.
10467         (__ASSUME_SIGNALFD4): Likewise.
10468         (__ASSUME_PSELECT): Do not undefine conditionally.
10469         (__ASSUME_PPOLL): Likewise.
10470         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10471         (__ASSUME_PSELECT): Define unconditionally.
10472         (__ASSUME_PPOLL): Likewise.
10473         (__ASSUME_O_CLOEXEC): Likewise.
10474         (__ASSUME_SOCK_CLOEXEC): Likewise.
10475         (__ASSUME_IN_NONBLOCK): Likewise.
10476         (__ASSUME_PIPE2): Likewise.
10477         (__ASSUME_EVENTFD2): Likewise.
10478         (__ASSUME_SIGNALFD4): Likewise.
10479         (__ASSUME_DUP3): Likewise.
10480         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10481         (__ASSUME_O_CLOEXEC): Likewise.
10482         (__ASSUME_SOCK_CLOEXEC): Likewise.
10483         (__ASSUME_IN_NONBLOCK): Likewise.
10484         (__ASSUME_PIPE2): Likewise.
10485         (__ASSUME_EVENTFD2): Likewise.
10486         (__ASSUME_SIGNALFD4): Likewise.
10487         (__ASSUME_DUP3): Likewise.
10488         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10489         (__ASSUME_EVENTFD2): Likewise.
10490         (__ASSUME_SIGNALFD4): Likewise.
10491         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10493 2014-05-12  Andreas Schwab  <schwab@suse.de>
10495         [BZ #16932]
10496         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
10497         (_nss_nis_gethostbyname4_r): Return error if item length is larger
10498         than maximum RPC packet size.
10499         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
10500         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
10501         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
10502         (_nss_nis_getservbyport_r): Likewise.
10504 2014-05-12  Will Newton  <will.newton@linaro.org>
10506         * malloc/Makefile (tests): Add tst-mallopt.
10507         * malloc/tst-mallopt.c: New file.
10509 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10511         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
10512         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
10514 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10516         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
10517         (tst-tlsmod6.so): Likewise.
10519 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10521         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
10523 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
10525         [BZ #16064]
10526         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
10527         and <dl-procinfo.h>.
10528         (__fegetenv): Save SSE state in envp->__eip if supported.
10529         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
10530         envp->__eip if supported.
10531         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
10532         and <dl-procinfo.h>.
10533         (__fesetenv): Always set __eip, __cs_selector, __opcode,
10534         __data_offset and __data_selector in environment to 0.  Set SSE
10535         state if supported.
10536         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
10537         test-fenv-sse.
10538         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
10539         -mfpmath=sse.
10540         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
10542 2014-05-09  Will Newton  <will.newton@linaro.org>
10544         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
10545         and libc_relro_required for ARM.
10546         * sysdeps/arm/preconfigure: Regenerate.
10548 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
10549             Stefan Liebler  <stli@linux.vnet.ibm.com>
10551         * config.make.in (enable-lock-elision): New Makefile variable.
10552         * configure.ac: Likewise.
10553         * configure: Regenerate.
10554         * sysdeps/s390/configure.ac:
10555         Add check for gcc transactions support.
10556         * sysdeps/s390/configure: Regenerate.
10557         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
10558         Build elision files if enabled.
10559         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
10560         Add lock elision support for s390.
10561         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
10562         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
10563         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
10564         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
10565         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
10566         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
10567         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
10568         Likewise.
10569         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
10570         Likewise.
10571         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
10572         Likewise.
10573         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
10574         Likewise.
10575         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
10576         (__lll_timedlock_elision, __lll_lock_elision)
10577         (__lll_unlock_elision, __lll_trylock_elision)
10578         (lll_timedlock_elision, lll_lock_elision)
10579         (lll_unlock_elision, lll_trylock_elision): Add.
10580         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
10581         (pthread_mutex_t): Add lock elision support for s390.
10583 2014-05-14  Wilco  <wdijkstr@arm.com>
10585         * sysdeps/arm/fclrexcpt.c: Cleanup.
10586         * sysdeps/arm/fedisblxcpt.c: Cleanup.
10587         * sysdeps/arm/feenablxcpt.c: Cleanup.
10588         * sysdeps/arm/fegetenv.c: Cleanup.
10589         * sysdeps/arm/fegetexcept.c: Cleanup.
10590         * sysdeps/arm/fegetround.c: Cleanup.
10591         * sysdeps/arm/feholdexcpt.c: Cleanup.
10592         * sysdeps/arm/fesetenv.c: Cleanup.
10593         * sysdeps/arm/fesetround.c: Cleanup.
10594         * sysdeps/arm/feupdateenv.c: Cleanup.
10595         * sysdeps/arm/fgetexcptflg.c: Cleanup.
10596         * sysdeps/arm/fraiseexcpt.c: Cleanup.
10597         * sysdeps/arm/fsetexcptflg.c: Cleanup.
10598         * sysdeps/arm/ftestexcept.c: Cleanup.
10599         * sysdeps/arm/get-rounding-mode.h: Cleanup.
10600         * sysdeps/arm/setfpucw.c: Cleanup.
10602 2014-05-09  Will Newton  <will.newton@linaro.org>
10604         * sysdeps/arm/armv7/strcmp.S: New file.
10605         * NEWS: Mention addition of ARMv7 optimized strcmp.
10607 2014-05-08  Roland McGrath  <roland@hack.frob.com>
10609         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
10610         look for %.ac rather than %.in.
10612         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
10613         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
10614         * sysdeps/mach/hurd/configure: Regenerated.
10615         * sysdeps/unix/sysv/linux/configure: Regenerated.
10617         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
10619 2014-05-07  Steve Ellcey  <sellcey@mips.com>
10621         [BZ# 16922]
10622         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
10623         (LONG_SUB): Ditto.
10624         (PTR_SUB): Ditto.
10626 2014-05-07  Andreas Schwab  <schwab@suse.de>
10628         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
10629         when skipping over non-matching result from nscd.
10631 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
10633         [BZ #16876]
10634         * nptl/sockperf.c (client): Check socket return value.
10636         [BZ #16877]
10637         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
10638         nscd security class.
10640 2014-05-06  Roland McGrath  <roland@hack.frob.com>
10642         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
10643         * sysdeps/arm/unwind.h: ... here.
10645 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
10647         [BZ# 16916]
10648         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
10649         Define.
10651 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
10653         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
10654         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
10655         multiarch strncpy for PPC64.
10656         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
10657         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
10658         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
10659         multiarch optimizations.
10660         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10661         (__libc_ifunc_impl_list): Likewise.
10662         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
10663         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
10664         multiarch stpncpy for PPC64.
10665         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
10666         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
10668 2014-05-06  Andreas Schwab  <schwab@suse.de>
10670         [BZ #16912]
10671         * gmon/mcount.c (_MCOUNT_DECL): Use
10672         atomic_compare_and_exchange_bool_acq instead of
10673         catomic_compare_and_exchange_bool_acq.
10675 2014-05-05  Roland McGrath  <roland@hack.frob.com>
10677         * elf/Makefile (others, install-bin): Remove pldd.
10678         (pldd-modules): Variable removed.
10679         ($(objpfx)pldd): Target removed.
10680         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
10681         (others, install-bin): Append pldd here.
10682         ($(objpfx)pldd): New target.
10684         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
10685         to 0, so the first #if test emitted later doesn't see it undefined.
10686         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
10687         * sysdeps/gnu/errlist.c: Regenerated.
10689 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10691         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
10692         [libc_hidden_builtin_def]: Define to empty value.
10693         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
10694         [libc_hidden_builtin_def]: Likewise.
10695         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
10696         [libc_hidden_builtin_def]: Likewise.
10697         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
10698         [libc_hidden_builtin_def]: Likewise.
10699         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
10700         __redirect_memcpy and define ifunc as default hidden symbol.
10701         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
10702         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
10704 2014-05-04  Adam Conrad  <adconrad@0c3.net>
10706         * locale/iso-4217.def: Reintroduce XDR currency.
10708 2014-05-04  Allan McRae  <allan@archlinux.org>
10710         * po/eo.po: Update Esperanto translation from translation project.
10712 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
10714         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
10715         and FEATURE_INDEX_MAX to 1.
10716         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
10718 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10720         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
10721         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
10722         * iconvdata/big5.c (ONE_DIRECTION): Define.
10723         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
10724         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
10725         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
10726         * iconvdata/cp932.c (ONE_DIRECTION): Define.
10727         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
10728         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
10729         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
10730         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
10731         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
10732         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
10733         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
10734         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
10735         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
10736         * iconvdata/gbk.c (ONE_DIRECTION): Define.
10737         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
10738         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
10739         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
10740         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
10741         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
10742         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
10743         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
10744         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
10745         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
10746         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
10747         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
10748         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
10749         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
10750         * iconvdata/iso646.c (ONE_DIRECTION): Define.
10751         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
10752         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
10753         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
10754         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
10755         * iconvdata/johab.c (ONE_DIRECTION): Define.
10756         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
10757         * iconvdata/sjis.c (ONE_DIRECTION): Define.
10758         * iconvdata/t.61.c (ONE_DIRECTION): Define.
10759         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
10760         * iconvdata/tscii.c (ONE_DIRECTION): Define.
10761         * iconvdata/uhc.c (ONE_DIRECTION): Define.
10762         * iconvdata/unicode.c (ONE_DIRECTION): Define.
10763         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
10764         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
10765         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
10767 2014-05-01  Roland McGrath  <roland@hack.frob.com>
10769         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
10770         (_IO_JUMPS_OFFSET): Define to 0.
10772         * nptl/sysdeps/pthread/bits/libc-lock.h
10773         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
10774         (__libc_lock_define_initialized_recursive): Always define using
10775         initializer.  Modern compilers treat uninitialized (implicit zero) and
10776         explicit zero initializers the same (i.e. put the datum in bss).
10778 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
10780         * nscd/nscd-client.h: Include <string.h>.
10782 2014-05-01  David S. Miller  <davem@davemloft.net>
10784         [BZ #16885]
10785         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
10786         multiple zero bytes exist at the end of a string.
10787         Reported by Aurelien Jarno <aurelien@aurel32.net>
10789         * string/test-strcmp.c (check): Add explicit test for situations where
10790         there are multiple zero bytes after the first.
10792 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
10794         [BZ #16890]
10795         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
10796         when compiling wprintf.
10797         * stdio-common/tstdiomisc.c (t3): New function.
10798         (main): Call it.
10800 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10802         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
10803         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
10804         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
10805         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
10807 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10809         * stdlib/longlong.h: Updated from GCC.
10811 2014-05-01  Will Newton  <will.newton@linaro.org>
10812             Bernard Ogden  <bernie.ogden@linaro.org>
10814         * NEWS: Update fixed bug list.
10816         [BZ #15119]
10817         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
10819 2014-04-30  David S. Miller  <davem@davemloft.net>
10821         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
10822         (libc_feholdexcept_setround_sparc_ctx): New function.
10823         (libc_fesetenv_sparc_ctx): Likewise.
10824         (libc_feupdateenv_sparc_ctx): Likewise.
10825         (libc_feholdsetround_sparc_ctx): Likewise.
10826         (libc_feholdexcept_setround_ctx): Define.
10827         (libc_feholdexcept_setroundf_ctx): Likewise.
10828         (libc_feholdexcept_setroundl_ctx): Likewise.
10829         (libc_fesetenv_ctx): Likewise.
10830         (libc_fesetenvf_ctx): Likewise.
10831         (libc_fesetenvl_ctx): Likewise.
10832         (libc_feupdateenv_ctx): Likewise.
10833         (libc_feupdateenvf_ctx): Likewise.
10834         (libc_feupdateenvl_ctx): Likewise.
10835         (libc_feresetround_ctx): Likewise.
10836         (libc_feresetroundf_ctx): Likewise.
10837         (libc_feresetroundl_ctx): Likewise.
10838         (libc_feholdsetround_ctx): Likewise.
10839         (libc_feholdsetroundf_ctx): Likewise.
10840         (libc_feholdsetroundl_ctx): Likewise.
10842         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
10843         with __USE_GNU instead of XOPEN cpp guards.
10845         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
10846         0.
10848         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
10849         with XOPEN cpp guards.
10851 2014-04-30  Julian Brown  <julian@codesourcery.com>
10853         [BZ #16888]
10854         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
10855         handling.
10857 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
10859         [BZ #9894]
10860         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
10861         Change to 2.6.32.
10862         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
10863         * sysdeps/unix/sysv/linux/configure: Regenerated.
10864         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
10865         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
10866         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
10867         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
10868         * README: Update reference to required Linux kernel version.
10869         * manual/install.texi (Linux): Update reference to required Linux
10870         kernel headers version.
10871         * INSTALL: Regenerated.
10873         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
10874         header inclusion.
10875         [POSIX] (limits.h): Likewise.
10876         [POSIX] (math.h): Likewise.
10877         [POSIX] (sys/wait.h): Likewise.
10878         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
10879         function.
10880         [POSIX] (stddef.h): Do not allow header inclusion.
10882 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10884         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
10886 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
10888         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
10889         Return immediately after lll_futex_wake.
10891 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
10893         [BZ #16791]
10894         * nscd/nscd-client.h (datahead_init_common): Initialize entire
10895         structure.
10896         (datahead_init_pos): Call datahead_init_common early.
10897         (datahead_init_neg): Likewise.
10899         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
10900         datahead_init_neg): New functions.
10901         * nscd/aicache.c (addhstaiX): Use them.
10902         * nscd/grpcache.c (cache_addgr): Likewise.
10903         * nscd/hstcache.c (cache_addhst): Likewise.
10904         * nscd/initgrcache.c (addinitgroupsX): Likewise.
10905         * nscd/netgroupcache.c (do_notfound): Likewise.
10906         (addgetnetgrentX): Likewise.
10907         (addinnetgrX): Likewise.
10908         * nscd/pwdcache.c (cache_addpw): Likewise.
10909         * nscd/servicescache.c (cache_addserv): Likewise.
10911 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
10912             Atsushi Onoe  <atsushi@onoe.org>
10914         [BZ #14308]
10915         [BZ #12994]
10916         [BZ #13651]
10917         * resolv/res_query.c (__libc_res_nsearch): Return if at least
10918         one response is valid.
10919         * resolv/res_send.c (send_dg): Check for validity of other
10920         response if the current response is a referral.
10922 2014-04-29  Steve Ellcey  <sellcey@mips.com>
10924         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
10926 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
10928         [BZ #16823]
10929         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
10930         Always divide by positive zero when computing -Inf result.
10931         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
10932         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
10934 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10936         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
10937         FPSCR if value do not change.
10938         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
10939         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
10940         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
10941         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
10942         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
10943         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
10944         function.
10946 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
10948         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
10949         * sysdeps/unix/sysv/linux/hppa: Move directory from
10950         ports/systeps/unix/sysv/linux/hppa.
10951         * README: Update listing for hppa-*-linux-gnu.
10953 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
10955         [BZ #16754]
10956         * manual/stdio.texi (Hook functions): Fix types of stream hook
10957         functions.
10958         [BZ #16854]
10959         * socket/sys/socket.h: Fix typo in comment.
10961 2014-04-28  Wilco  <wdijkstr@arm.com>
10963         * sysdeps/arm/fenv_private.h: New file.
10964         * sysdeps/arm/math_private.h: New file.
10965         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
10967 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
10969         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
10970         with __int128_t.
10971         (La_x86_64_retval): Likewise.
10973 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
10975         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
10976         fpsr if value didn't change.
10977         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
10978         to fpcr if value didn't change.
10979         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
10980         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
10981         fpsr or fpcr if value didn't change.
10982         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
10983         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
10984         fpcr if value didn't change.
10985         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
10986         to fpsr if value didn't change.
10988 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
10990         * nptl/tst-sem3.c: Use test-skeleton.c
10991         (main): Rename to do_test.  Use return instead of
10992         exit.
10993         * nptl/tst-sem4.c: Use test-skeleton.c
10994         (main): Rename to do_test.
10996 2014-04-22  David S. Miller  <davem@davemloft.net>
10998         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
10999         (struct sigaction): New struct member __glibc_reserved0, change
11000         type of sa_flags to int.
11002 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
11004         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
11005         (COUNT_LEADING_ZEROS_0): Define for AArch64.
11007 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
11009         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
11010         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
11012 2014-04-22  Will Newton  <will.newton@linaro.org>
11013             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
11015         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
11016         (__longjmp): Add longjmp and longjmp_target SystemTap
11017         probes.
11018         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
11019         (__sigsetjmp): Add setjmp SystemTap probe.
11021 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
11023         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
11024         match manual order.
11026 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11028         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
11030         * sysdeps/powerpc/fpu/fenv_private.h
11031         (libc_feholdexcept_setroundl_ctx): Define to
11032         libc_feholdexcept_setround_ppc_ctx.
11033         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
11034         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
11035         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
11036         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
11038 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
11040         * sysdeps/aarch64/math-tests.h: New file.
11042 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
11044         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
11045         New.
11046         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
11047         Check and set bit_AVX2_Usable.
11048         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
11049         macro.
11050         (bit_AVX2): Likewise.
11051         (index_AVX2_Usable): Likewise.
11052         (CPUID_AVX2): Likewise.
11053         (HAS_AVX2): Likewise.
11055 2014-04-17  Will Newton  <will.newton@linaro.org>
11057         * manual/setjmp.texi (System V contexts): Add note that
11058         calling setcontext on a context created by a call to a
11059         signal handler is undefined.  Update text to note that
11060         setcontext from a signal handler is possible but not
11061         recommended.
11063         [BZ #16629]
11064         * stdlib/tst-setcontext.c: Include signal.h.
11065         (main): Check that the signal stack before and
11066         after swapcontext is the same.
11068         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
11069         Re-implement to restore registers in user code and avoid
11070         rt_sigreturn system call.
11072 2014-04-17  Wilco  <wdijkstr@arm.com>
11074         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
11075         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
11076         * math/test-fenv.c: Skip exception trap tests on targets which only
11077         support non-stop mode.
11079 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
11080             Wilco Dijkstra  <wilco.dijkstra@arm.com>
11082         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
11083         (libc_feholdsetround_aarch64_ctx)
11084         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
11085         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
11086         (libc_feresetround_ctx, libc_feresetroundf_ctx)
11087         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
11088         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
11089         (libc_feresetround_noexl_ctx): Define.
11091 2014-04-16  Richard Henderson  <rth@redhat.com>
11093         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
11095         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
11096         unwind tables.
11098         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
11099         const from the non-libc, non-ldso copy.
11101         * sysdeps/alpha/libm-test-ulps: Regenerate.
11103 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
11104             Wilco Dijkstra  <wilco.dijkstra@arm.com>
11106         * sysdeps/aarch64/fpu/math_private.h: New file.
11108 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11110         * sysdeps/aarch64/libm-test-ulps: Regenerate.
11112 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
11114         [BZ #16275]
11115         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
11116         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
11117         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
11118         Intel MPX bound registers before _dl_profile_fixup.
11119         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
11120         registers after _dl_profile_fixup.  Save and restore bound
11121         registers bnd0/bnd1 when calling _dl_call_pltexit.
11122         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
11123         (LR_BND_OFFSET): Likewise.
11124         (LRV_BND0_OFFSET): Likewise.
11125         (LRV_BND1_OFFSET): Likewise.
11127 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11129         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
11130         to...
11131         * sysdeps/mach/hurd/i386/tls.h: ... here.
11132         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
11133         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
11134         fields.
11136 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11138         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
11140 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
11142         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11144 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
11146         [BZ #14770]
11147         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
11148         * sysdeps/s390/configure: Regenerate.
11150         [BZ #16824]
11151         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
11152         Set round-to-nearest internally to reduce error accumulation.
11154 2014-04-16  Alan Modra  <amodra@gmail.com>
11156         [BZ #16740]
11157         [BZ #16619]
11158         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
11159         * math/libm-test.inc (frexp_test_data): Add tests.
11160         * NEWS: Update fixed bug list.
11162 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
11164         * benchtests/Makefile: Depend on libraries in build directory.
11165         (bench-math): Separate out math tests.
11166         (bench-pthread): Separate out pthread tests.
11167         (bench): Include math and pthread tests.
11169 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
11171         [BZ #16831]
11172         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
11173         _dl_debug_initialize.
11175         * configure.ac: Remove SELinux header check.
11176         * configure: Regenerate.
11177         * nscd/selinux.c (perms): Array of const char* to permission names.
11178         (nscd_request_avc_has_perm): Call security_deny_unknown to find
11179         default policy. Call string_to_security_class and string_to_av_perm to
11180         translate strings. Enforce default policy and call avs_has_perm with
11181         results of translated strings.
11183 2014-04-13  David S. Miller  <davem@davemloft.net>
11185         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11187 2014-04-12  Allan McRae  <allan@archlinux.org>
11189         [BZ #16838]
11190         * manual/string.texi (Collation Functions): Fix qsort argument
11191         order in example.
11192         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
11194 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
11196         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
11197         Make the test a no-op if there are no exceptions defined.
11199 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
11201         * elf/Makefile (tests): make tst-dlopen-aout conditional on
11202         enable-hardcoded-path-in-tests
11204 2014-04-11  Will Newton  <will.newton@linaro.org>
11206         * benchtests/Makefile (extra-objs): Add json-lib.o.
11207         (bench-func): Tidy up JSON output.
11208         * benchtests/bench-skeleton.c: Include json-lib.h.
11209         (main): Use JSON library functions to do output of
11210         benchmark results.
11211         * benchtests/bench-timing-type.c (main): Output the
11212         timing type simply, leaving formatting to the user.
11213         * benchtests/json-lib.c: New file.
11214         * benchtests/json-lib.h: Likewise.
11216 2014-04-11  Torvald Riegel  <triegel@redhat.com>
11218         [BZ #15215]
11219         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
11220         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
11221         memory barriers.  Add comments.
11222         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
11223         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
11224         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
11225         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
11226         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
11227         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
11229 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
11231         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
11232         * sysdeps/s390/s390-64/configure.ac: ... this ...
11233         * sysdeps/s390/configure.ac: ... to here.
11234         * sysdeps/s390/s390-32/configure: Delete file.
11235         * sysdeps/s390/s390-64/configure: Delete file.
11236         * sysdeps/s390/configure: Regenerate.
11238 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
11240         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
11242 2014-04-11  Will Newton  <will.newton@linaro.org>
11244         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
11245         to zero if it is not defined elsewhere.  (mtrim): Test
11246         the value of MALLOC_DEBUG with #if rather than #ifdef.
11248 2014-04-10 Torvald Riegel  <triegel@redhat.com>
11250         * benchtests/pthread_once-inputs: New file.
11251         * benchtests/pthread_once-source.c: New file.
11252         * benchtests/README: Update documentation.
11254 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
11255             H.J. Lu  <hongjiu.lu@intel.com>
11257         [BZ #16275]
11258         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
11259         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
11260         * sysdeps/x86_64/configure: Regenerated.
11261         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
11262         macro.
11263         (REGISTER_SAVE_RAX): Likewise.
11264         (REGISTER_SAVE_RCX): Likewise.
11265         (REGISTER_SAVE_RDX): Likewise.
11266         (REGISTER_SAVE_RSI): Likewise.
11267         (REGISTER_SAVE_RDI): Likewise.
11268         (REGISTER_SAVE_R8): Likewise.
11269         (REGISTER_SAVE_R9): Likewise.
11270         (REGISTER_SAVE_BND0): Likewise.
11271         (REGISTER_SAVE_BND1): Likewise.
11272         (REGISTER_SAVE_BND2): Likewise.
11273         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
11274         bound registers when calling _dl_fixup.
11276 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11278         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
11279         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
11280         of its definition.
11281         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
11282         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
11283         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
11284         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
11285         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
11286         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
11287         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
11289 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
11291         [BZ #15514]
11292         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
11293         pathconf(_PC_NAME_MAX).
11295 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11297         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
11298         Remove macro usage.
11299         (__PTHREAD_SPINS): Move definition to ...
11300         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11301         (__PTHREAD_SPINS): ... here.
11302         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11303         (__PTHREAD_SPIN): Likewise.
11304         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
11305         (__PTHREAD_SPIN): Likewise.
11306         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
11307         (__PTHREAD_SPIN): Likewise.
11308         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
11309         (__PTHREAD_SPIN): Likewise.
11310         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
11311         (__PTHREAD_SPIN): Likewise.
11312         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
11313         (__PTHREAD_SPIN): Likewise.
11314         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
11315         (__PTHREAD_SPIN): Likewise.
11316         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
11317         (__PTHREAD_SPIN): Likewise.
11318         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
11319         (__PTHREAD_SPIN): Likewise.
11320         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
11321         (__PTHREAD_SPIN): Likewise.
11322         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
11323         (__PTHREAD_SPIN): Likewise.
11324         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
11325         (__PTHREAD_SPIN): Likewise.
11327         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
11328         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
11329         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
11330         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
11331         imply folder.
11332         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
11333         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
11334         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
11335         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
11336         correct imply path.
11337         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
11338         strlen symbol for non multi-arch builds.
11339         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
11340         missing hidden_def and weak_alias.
11342 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
11344         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
11346 2014-04-07  Will Newton  <will.newton@linaro.org>
11348         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
11349         and contents.  [!_LIBC] Remove #ifndef and contents.
11350         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
11351         * string/memccpy.c (__memccpy): Use ANSI prototype.
11352         * string/memfrob.c (memfrob): Likewise.
11353         * string/strcoll.c (STRCOLL): Likewise.
11354         * string/strlen.c (strlen): Likewise.
11355         * string/strtok.c (STRTOK): Likewise.
11356         * string/strcat.c: Remove unused #include of memcopy.h.
11357         (strcat): Use ANSI prototype.
11358         * string/strchr.c: Remove unused #include of memcopy.h.
11359         (strchr): Use ANSI prototype.
11360         * string/strcmp.c: Remove unused #include of memcopy.h.
11361         (strcmp): Use ANSI prototype.
11362         * string/strcpy.c: Remove unused #include of memcopy.h.
11363         (strcpy): Use ANSI prototype.
11365 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11367         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
11368         * config.make.in (config-extra-cppflags): Set it from
11369         libc_extra_cppflags.
11370         * configure.ac (libc_extra_cflags): Make it accumulate over
11371         configure fragments.
11372         (libc_extra_cppflags): New flag.
11373         * configure. Regenerate.
11374         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
11375         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
11376         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
11377         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
11379         [BZ #16815]
11380         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
11381         result for FE_DOWNWARD rounding mode.
11382         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
11383         Likewise.
11384         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11386 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
11388         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
11389         in function argument name.
11391 2014-04-03  David Svoboda  <svoboda@cert.org>
11393         [BZ #5666]
11394         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
11395         explicitly.
11397 2014-04-03  Roland McGrath  <roland@hack.frob.com>
11399         * elf/dl-unmap-segments.h: New file.
11400         * sysdeps/generic/ldsodefs.h
11401         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
11402         * elf/dl-close.c: Include <dl-unmap-segments.h>.
11403         * elf/dl-fptr.c: Likewise.
11404         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
11405         * sysdeps/aarch64/tlsdesc.c: Likewise.
11406         * sysdeps/arm/tlsdesc.c: Likewise.
11407         * sysdeps/i386/tlsdesc.c: Likewise.
11408         * sysdeps/tile/dl-runtime.c: Likewise.
11409         * sysdeps/x86_64/tlsdesc.c: Likewise.
11410         * elf/dl-load.h: New file.
11411         * elf/dl-load.c: Include it.
11412         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
11413         Macros moved to dl-load.h.
11414         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
11415         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
11416         Use _dl_unmap_segments in place of __munmap.
11417         Break out segment-mapping loop into ...
11418         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
11420 2014-04-03  Will Newton  <will.newton@linaro.org>
11422         * elf/dl-lookup.c (do_lookup_x): Remove comment
11423         referring to nested function and move variable
11424         declarations down to before first use.
11426 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
11428         [BZ #16799]
11429         [BZ #16800]
11430         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
11431         with 0 numerator.
11432         * math/s_catanf.c (__catanf): Likewise.
11433         * math/s_catanh.c (__catanh): Likewise.
11434         * math/s_catanhf.c (__catanhf): Likewise.
11435         * math/s_catanhl.c (__catanhl): Likewise.
11436         * math/s_catanl.c (__catanl): Likewise.
11437         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
11438         by positive zero when computing -Inf result.
11439         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
11440         (catanh_test): Likewise.
11441         * sysdeps/i386/fpu/libm-test-ulps: Update.
11442         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11444         [BZ #16789]
11445         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
11446         instead of using underflowing value in computing result.
11447         * math/s_clog10.c (__clog10): Likewise.
11448         * math/s_clog10f.c (__clog10f): Likewise.
11449         * math/s_clog10l.c (__clog10l): Likewise.
11450         * math/s_clogf.c (__clogf): Likewise.
11451         * math/s_clogl.c (__clogl): Likewise.
11452         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
11453         (clog10_test): Likewise.
11454         * sysdeps/i386/fpu/libm-test-ulps: Update.
11455         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11457 2014-04-02  Alan Modra  <amodra@gmail.com>
11459         [BZ #16739]
11460         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
11461         output when value is near a power of two.  Use int64_t for lx and
11462         remove casts.  Use decimal rather than hex exponent constants.
11463         Don't use long double multiplication when double will suffice.
11464         * math/libm-test.inc (nextafter_test_data): Add tests.
11465         * NEWS: Add 16739 and 16786 to bug list.
11467         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
11469         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
11471 2014-04-01  Will Newton  <will.newton@linaro.org>
11473         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
11474         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
11476 2014-04-01  Florian Weimer  <fweimer@redhat.com>
11478         [BZ #13347]
11479         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
11480         * nptl/tst-setuid2.c: New file.
11481         * nptl/Makefile (xtests): Add tst-setuid2.
11483 2014-04-01  Alan Modra  <amodra@gmail.com>
11485         [BZ #16786]
11486         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
11488 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11490         [BZ #6803]
11491         [BZ #6804]
11492         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
11493         set errno as appropriate.
11494         * math/w_scalbf.c (__scalbf): Likewise.
11495         * math/w_scalbl.c (__scalbl): Likewise.
11496         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
11497         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
11498         * math/libm-test.inc (scalb_test_data): Add errno expectations.
11499         Add more NaN tests.
11501         [BZ #16349]
11502         * math/w_atan2.c: Include <errno.h>.
11503         (__atan2): Set errno for result underflowing to zero.
11504         * math/w_atan2f.c: Include <errno.h>.
11505         (__atan2f): Set errno for result underflowing to zero.
11506         * math/w_atan2l.c: Include <errno.h>.
11507         (__atan2l): Set errno for result underflowing to zero.
11508         * math/auto-libm-test-in: Don't allow missing errno for some atan2
11509         tests.
11510         * math/auto-libm-test-out: Regenerated.
11512 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11514         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
11515         Encode instruction correctly in little endian.
11516         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
11517         Likewise.
11518         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
11519         Likewise.
11520         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
11521         Likewise.
11522         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
11523         Likewise.
11525 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11527         [BZ #9894]
11528         * sysdeps/unix/sysv/linux/kernel-features.h
11529         [__sparc__ && !__arch64__ && !__sparc_v9__]
11530         (__ASSUME_SET_ROBUST_LIST): Do not define.
11531         [__sparc__ && !__arch64__ && !__sparc_v9__]
11532         (__ASSUME_FUTEX_LOCK_PI): Likewise.
11533         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
11534         Likewise.
11535         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11536         (__ASSUME_FUTEX_LOCK_PI): Undefine.
11537         (__ASSUME_REQUEUE_PI): Likewise.
11538         (__ASSUME_SET_ROBUST_LIST): Likewise.
11539         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
11540         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
11541         Undefine.
11542         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11543         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
11544         Likewise.
11545         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
11546         Likewise.
11547         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
11548         Likewise.
11549         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11550         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
11551         Undefine.
11552         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
11553         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
11554         Likewise.
11556         [BZ #16648]
11557         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11558         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
11559         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
11561 2014-03-31  Will Newton  <will.newton@linaro.org>
11563         * benchtests/Makefile (bench): Add ffs and ffsll to list
11564         of tests.
11565         * benchtests/ffs-inputs: New file.
11566         * benchtests/ffsll-inputs: Likewise.
11568 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
11570         [BZ #16770]
11571         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
11572         too large before casting to int.
11573         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
11574         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
11575         * math/libm-test.inc (scalb_test_data): Add more tests.
11577 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
11579         * benchtests/Makefile (DETAILED_OPT): New make option.
11580         (bench-func): Run benchmark program with -d if DETAILED_OPT is
11581         set.
11582         * benchtests/bench-skeleton.c: Include stdbool.h.
11583         (main): Store and print timings per input.
11584         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
11585         member to each argument value.
11586         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
11587         (_print_arg_data): Initialize per-input timing to 0.
11589         * benchtests/Makefile (timing-type): New binary.
11590         (bench-clean): Also remove bench-timing-type.
11591         (bench): New target for timing-type.
11592         (bench-func): Print output in JSON format.
11593         * benchtests/bench-skeleton.c (main): Print output in JSON
11594         format.
11595         * benchtests/bench-timing-type.c: New file.
11596         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
11597         (TIMING_PRINT_STATS): Remove.
11598         * benchtests/scripts/bench.py (_print_arg_data): Store variant
11599         name separately.
11601         * benchtests/bench-modf.c: Remove.
11602         * benchtests/modf-inputs: New inputs file.
11604 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
11606         [BZ #16362]
11607         * math/s_clog10.c (M_PI_LOG10E): New macro.
11608         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
11609         imaginary parts are 0.
11610         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
11611         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
11612         imaginary parts are 0.
11613         * math/s_clog10l.c (M_PI_LOG10El): New macro.
11614         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
11615         imaginary parts are 0.
11616         * math/libm-test.inc (clog10_test_data): Update expected results
11617         for when real and imaginary parts are 0.
11619 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
11621         * elf/dl-load.c: Finish conversion of __builtin_expect into
11622         __glibc_{un}likely.
11624 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
11626         [BZ #16348]
11627         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
11628         1+x for argument with exponent below -67.
11629         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
11630         Likewise.
11631         * math/auto-libm-test-in: Add more tests of exp.
11632         * math/auto-libm-test-out: Regenerated.
11634 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11636         [BZ #16759]
11637         * inet/getnetgrent_r.c (get_nonempty_val): New function.
11638         (nscd_getnetgrent): Use it.
11640         [BZ #16760]
11641         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
11642         of stpcpy.
11644 2014-03-27  Andi Kleen  <ak@linux.intel.com>
11646         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
11647         (lll_robust_lock, lll_cond_lock, lll_timedlock)
11648         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
11649         (lll_robust_unlock): Remove out of line section. Use cfi
11650         intrinsics.
11651         (LLL_STUB_UNWIND_INFO*): Remove.
11652         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
11653         (lll_robust_lock, lll_cond_lock, lll_timedlock)
11654         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
11655         (lll_robust_unlock): Remove out of line section. Use cfi
11656         intrinsics.
11657         (LLL_STUB_UNWIND_INFO*): Remove.
11659 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11661         [BZ #16758]
11662         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
11663         blank values.
11665 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
11667         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
11669 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
11671         [BZ #16198]
11672         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
11673         fnstenv.
11674         * math/test-fenv-preserve.c: New file.
11675         * math/Makefile (tests): Add test-fenv-preserve.
11677 2014-03-26  Will Newton <will.newton@linaro.org>
11679         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
11681 2014-03-25  Roland McGrath  <roland@hack.frob.com>
11683         * scripts/versionlist.awk: Partition the version sets and emit all
11684         GLIBC_* (sorted) before all others (sorted).
11686 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
11688         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
11689         GLIBC_2.2.5 version.
11691 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11693         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
11694         calls.
11696         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
11697         previous change.
11699         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11701 2014-03-25  Andreas Schwab  <schwab@suse.de>
11703         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
11704         label to be used after in6ailist is initialized.
11706 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11708         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11709         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
11711 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
11713         [BZ #16357]
11714         [BZ #16599]
11715         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
11716         min_plus_half.
11717         (fp_formats): Update initializers.
11718         (init_fp_formats): Initialize new field.
11719         (output_for_one_input_case): Allow underflow for results up to
11720         min_plus_half.
11721         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
11722         * math/auto-libm-test-in: Don't mark some underflows from asin and
11723         atanh as spurious.
11724         * math/auto-libm-test-out: Regenerated.
11725         * sysdeps/i386/fpu/libm-test-ulps: Update.
11726         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11728 2014-03-25  Andreas Schwab  <schwab@suse.de>
11730         * libio/Makefile (tst-ftell-partial-wide-ENV)
11731         (tst-ftell-active-handler-ENV): Define.
11733 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
11735         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
11737 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
11739         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
11741 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
11743         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
11744         * sysdeps/x86_64/fpu/multiarch/e_exp.c
11745         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
11747 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
11749         [BZ #16634]
11750         * elf/dl-load.c (open_verify): Add mode parameter.
11751         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
11752         (open_path): Change from boolean 'secure' to complete flag 'mode'
11753         (_dl_map_object): Adjust.
11754         * elf/Makefile (tests): Add tst-dlopen-aout.
11755         * elf/tst-dlopen-aout.c: New test.
11757 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
11759         [BZ #16714]
11760         * sysdeps/unix/sysv/linux/s390/bits/stat.h
11761         (struct stat): Rename member pad0 to __glibc_reserved0.
11763         [BZ #16712]
11764         * sysdeps/s390/s390-32/bits/wordsize.h
11765         (__WORDSIZE32_SIZE_ULONG): New define.
11766         * sysdeps/s390/s390-64/bits/wordsize.h
11767         (__WORDSIZE32_SIZE_ULONG): Likewise.
11768         * sysdeps/generic/stdint.h (SIZE_MAX):
11769         Define as UL if __WORDSIZE32_SIZE_ULONG.
11771         [BZ #16713]
11772         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
11773         (__glibc_reserved0): New variable.
11774         (sa_flags): Change type to int.
11776         * posix/Makefile (before-compile): Use += before-compile instead
11777         of a :=.
11779         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11780         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
11782 2014-03-20  Andreas Schwab  <schwab@suse.de>
11784         [BZ #16743]
11785         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
11786         non-matching result from nscd.
11788 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
11790         * scripts/bench.py: Moved to ...
11791         * benchtests/scripts/bench.py: ... here.
11792         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
11794 2014-03-24  Andreas Schwab  <schwab@suse.de>
11796         [BZ #16002]
11797         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
11798         alloca_account and account alloca use for struct in6ailist.
11800 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
11802         [BZ #16284]
11803         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
11804         rounding mode to recompute results that overflow to infinity or
11805         underflow to zero.
11806         * math/auto-libm-test-in: Don't mark tests as expected to fail for
11807         bug 16284.
11808         * math/auto-libm-test-out: Regenerated.
11809         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
11810         (ccosh_test): Likewise.
11811         (csin_test_data): Use plus_oflow.
11812         (csin_test): Use ALL_RM_TEST.
11813         (csinh_test_data): Use plus_oflow.
11814         (csinh_test): Use ALL_RM_TEST.
11815         * sysdeps/i386/fpu/libm-test-ulps: Update.
11816         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11818 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
11820         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
11821         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
11822         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
11824         [BZ #16731]
11825         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
11826         when x - 1 is zero.
11827         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
11828         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
11829         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
11830         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
11831         argument is 1.
11832         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
11833         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
11834         zero.
11835         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
11836         * sysdeps/i386/fpu/libm-test-ulps: Update.
11837         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11839 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
11841         * scripts/bench.pl: Remove file.
11842         * scripts/bench.py: New benchmark script.
11843         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
11844         * benchtests/README: Mention python dependency.
11845         * scripts/pylintrc: New file.
11846         * scripts/pylint: New file.
11848         * bits/mathdef.h: Use #ifdef instead of #if.
11849         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
11850         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11851         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
11852         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11853         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
11854         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11856 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11857             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
11859         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
11860         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
11861         and strpbrk-ppc64 objects.
11862         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11863         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
11864         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
11865         multiarch strpbrk for POWER7.
11866         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
11867         multiarch strpbrk for PPC64.
11868         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
11869         ifunc selector.
11870         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
11871         strpbrk for POWER7.
11873 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
11875         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
11876         (atan_test): Likewise.
11877         (atanh_test_data): Use NO_TEST_INLINE for two tests.
11878         (atanh_test): Use ALL_RM_TEST.
11879         (atan2_test_data): Likewise.
11880         (cabs_test): Likewise.
11881         (cacosh_test): Likewise.
11882         (carg_test): Likewise.
11883         (casin_test): Likewise.
11884         (casinh_test): Likewise.
11885         (cbrt_test): Likewise.
11886         (csqrt_test): Likewise.
11887         (erf_test): Likewise.
11888         (erfc_test): Likewise.
11889         (pow10_test): Likewise.
11890         (exp2_test): Likewise.
11891         (hypot_test): Likewise.
11892         (j0_test): Likewise.
11893         (j1_test): Likewise.
11894         (lgamma_test): Likewise.
11895         (gamma_test): Likewise.
11896         (sincos_test): Likewise.
11897         (tanh_test): Likewise.
11898         (y0_test): Likewise.
11899         (y1_test): Likewise.
11900         * sysdeps/i386/fpu/libm-test-ulps: Update.
11901         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11903 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11905         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
11906         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
11907         and strcspn-ppc64 objects.
11908         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11909         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
11910         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
11911         multiarch strcspn for POWER7.
11912         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
11913         multiarch strcspn for PPC64.
11914         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
11915         ifunc selector.
11916         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
11917         strcspn for POWER7.
11919 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
11921         * math/gen-libm-test.pl (generate_testfile): Expect only function
11922         name as argument to AUTO_TESTS_* and pass results for all rounding
11923         modes to parse_args.
11924         (parse_auto_input): Separate inputs of automatic tests from
11925         outputs before storing in %auto_tests.
11926         * math/libm-test.inc (acos_test_data): Update call to
11927         AUTO_TESTS_f_f.
11928         (acos_test): Use ALL_RM_TEST.
11929         (acos_tonearest_test_data): Remove.
11930         (acos_test_tonearest): Likewise.
11931         (acos_towardzero_test_data): Likewise.
11932         (acos_test_towardzero): Likewise.
11933         (acos_downward_test_data): Likewise.
11934         (acos_test_downward): Likewise.
11935         (acos_upward_test_data): Likewise.
11936         (acos_test_upward): Likewise.
11937         (acosh_test_data): Update call to AUTO_TESTS_f_f.
11938         (asin_test_data): Likewise.
11939         (asin_test): Use ALL_RM_TEST.
11940         (asin_tonearest_test_data): Remove.
11941         (asin_test_tonearest): Likewise.
11942         (asin_towardzero_test_data): Likewise.
11943         (asin_test_towardzero): Likewise.
11944         (asin_downward_test_data): Likewise.
11945         (asin_test_downward): Likewise.
11946         (asin_upward_test_data): Likewise.
11947         (asin_test_upward): Likewise.
11948         (asinh_test_data): Update call to AUTO_TESTS_f_f.
11949         (atan_test_data): Likewise.
11950         (atanh_test_data): Likewise.
11951         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
11952         (cabs_test_data): Update call to AUTO_TESTS_c_f.
11953         (carg_test_data): Likewise.
11954         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
11955         (ccos_test_data): Update call to AUTO_TESTS_c_c.
11956         (ccosh_test_data): Likewise.
11957         (cexp_test_data): Likewise.
11958         (clog_test_data): Likewise.
11959         (clog10_test_data): Likewise.
11960         (cos_test_data): Update call to AUTO_TESTS_f_f.
11961         (cos_test): Use ALL_RM_TEST.
11962         (cos_tonearest_test_data): Remove.
11963         (cos_test_tonearest): Likewise.
11964         (cos_towardzero_test_data): Likewise.
11965         (cos_test_towardzero): Likewise.
11966         (cos_downward_test_data): Likewise.
11967         (cos_test_downward): Likewise.
11968         (cos_upward_test_data): Likewise.
11969         (cos_test_upward): Likewise.
11970         (cosh_test_data): Update call to AUTO_TESTS_f_f.
11971         (cosh_test): Use ALL_RM_TEST.
11972         (cosh_tonearest_test_data): Remove.
11973         (cosh_test_tonearest): Likewise.
11974         (cosh_towardzero_test_data): Likewise.
11975         (cosh_test_towardzero): Likewise.
11976         (cosh_downward_test_data): Likewise.
11977         (cosh_test_downward): Likewise.
11978         (cosh_upward_test_data): Likewise.
11979         (cosh_test_upward): Likewise.
11980         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
11981         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
11982         (ctan_test_data): Likewise.
11983         (ctan_test): Use ALL_RM_TEST.
11984         (ctan_tonearest_test_data): Remove.
11985         (ctan_test_tonearest): Likewise.
11986         (ctan_towardzero_test_data): Likewise.
11987         (ctan_test_towardzero): Likewise.
11988         (ctan_downward_test_data): Likewise.
11989         (ctan_test_downward): Likewise.
11990         (ctan_upward_test_data): Likewise.
11991         (ctan_test_upward): Likewise.
11992         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
11993         (ctanh_test): Use ALL_RM_TEST.
11994         (ctanh_tonearest_test_data): Remove.
11995         (ctanh_test_tonearest): Likewise.
11996         (ctanh_towardzero_test_data): Likewise.
11997         (ctanh_test_towardzero): Likewise.
11998         (ctanh_downward_test_data): Likewise.
11999         (ctanh_test_downward): Likewise.
12000         (ctanh_upward_test_data): Likewise.
12001         (ctanh_test_upward): Likewise.
12002         (erf_test_data): Update call to AUTO_TESTS_f_f.
12003         (erfc_test_data): Likewise.
12004         (exp_test_data): Likewise.
12005         (exp_test): Use ALL_RM_TEST.
12006         (exp_tonearest_test_data): Remove.
12007         (exp_test_tonearest): Likewise.
12008         (exp_towardzero_test_data): Likewise.
12009         (exp_test_towardzero): Likewise.
12010         (exp_downward_test_data): Likewise.
12011         (exp_test_downward): Likewise.
12012         (exp_upward_test_data): Likewise.
12013         (exp_test_upward): Likewise.
12014         (exp10_test_data): Update call to AUTO_TESTS_f_f.
12015         (exp10_test): Use ALL_RM_TEST.
12016         (exp10_tonearest_test_data): Remove.
12017         (exp10_test_tonearest): Likewise.
12018         (exp10_towardzero_test_data): Likewise.
12019         (exp10_test_towardzero): Likewise.
12020         (exp10_downward_test_data): Likewise.
12021         (exp10_test_downward): Likewise.
12022         (exp10_upward_test_data): Likewise.
12023         (exp10_test_upward): Likewise.
12024         (exp2_test_data): Update call to AUTO_TESTS_f_f.
12025         (expm1_test_data): Likewise.
12026         (expm1_test): Use ALL_RM_TEST.
12027         (expm1_tonearest_test_data): Remove.
12028         (expm1_test_tonearest): Likewise.
12029         (expm1_towardzero_test_data): Likewise.
12030         (expm1_test_towardzero): Likewise.
12031         (expm1_downward_test_data): Likewise.
12032         (expm1_test_downward): Likewise.
12033         (expm1_upward_test_data): Likewise.
12034         (expm1_test_upward): Likewise.
12035         (fma_test_data): Update call to AUTO_TESTS_fff_f.
12036         (fma_test): Use ALL_RM_TEST.
12037         (fma_towardzero_test_data): Remove.
12038         (fma_test_towardzero): Likewise.
12039         (fma_downward_test_data): Likewise.
12040         (fma_test_downward): Likewise.
12041         (fma_upward_test_data): Likewise.
12042         (fma_test_upward): Likewise.
12043         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
12044         (j0_test_data): Update call to AUTO_TESTS_f_f.
12045         (j1_test_data): Likewise.
12046         (jn_test_data): Update call to AUTO_TESTS_if_f.
12047         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
12048         (log_test_data): Update call to AUTO_TESTS_f_f.
12049         (log10_test_data): Likewise.
12050         (log1p_test_data): Likewise.
12051         (log2_test_data): Likewise.
12052         (pow_test_data): Update call to AUTO_TESTS_ff_f.
12053         (pow_tonearest_test_data): Likewise.
12054         (sin_test_data): Update call to AUTO_TESTS_f_f.
12055         (sin_test): Use ALL_RM_TEST.
12056         (sin_tonearest_test_data): Remove.
12057         (sin_test_tonearest): Likewise.
12058         (sin_towardzero_test_data): Likewise.
12059         (sin_test_towardzero): Likewise.
12060         (sin_downward_test_data): Likewise.
12061         (sin_test_downward): Likewise.
12062         (sin_upward_test_data): Likewise.
12063         (sin_test_upward): Likewise.
12064         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
12065         (sinh_test_data): Update call to AUTO_TESTS_f_f.
12066         (sinh_test): Use ALL_RM_TEST.
12067         (sinh_tonearest_test_data): Remove.
12068         (sinh_test_tonearest): Likewise.
12069         (sinh_towardzero_test_data): Likewise.
12070         (sinh_test_towardzero): Likewise.
12071         (sinh_downward_test_data): Likewise.
12072         (sinh_test_downward): Likewise.
12073         (sinh_upward_test_data): Likewise.
12074         (sinh_test_upward): Likewise.
12075         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
12076         (sqrt_test): Use ALL_RM_TEST.
12077         (sqrt_tonearest_test_data): Remove.
12078         (sqrt_test_tonearest): Likewise.
12079         (sqrt_towardzero_test_data): Likewise.
12080         (sqrt_test_towardzero): Likewise.
12081         (sqrt_downward_test_data): Likewise.
12082         (sqrt_test_downward): Likewise.
12083         (sqrt_upward_test_data): Likewise.
12084         (sqrt_test_upward): Likewise.
12085         (tan_test_data): Update call to AUTO_TESTS_f_f.
12086         (tan_test): Use ALL_RM_TEST.
12087         (tan_tonearest_test_data): Remove.
12088         (tan_test_tonearest): Likewise.
12089         (tan_towardzero_test_data): Likewise.
12090         (tan_test_towardzero): Likewise.
12091         (tan_downward_test_data): Likewise.
12092         (tan_test_downward): Likewise.
12093         (tan_upward_test_data): Likewise.
12094         (tan_test_upward): Likewise.
12095         (tanh_test_data): Update call to AUTO_TESTS_f_f.
12096         (tgamma_test_data): Likewise.
12097         (y0_test_data): Likewise.
12098         (y1_test_data): Likewise.
12099         (yn_test_data): Update call to AUTO_TESTS_if_f.
12100         (main): Do not call removed functions.
12102 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
12104         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
12105         (ldexp_test_data): Remove.
12106         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
12107         scalbn_test_data.
12108         (scalb_test): Use ALL_RM_TEST.
12110 2014-03-19  Andreas Schwab  <schwab@suse.de>
12112         * nscd/nscd.service: Also invalidate netgroup cache on reload.
12114 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
12116         [BZ #16649]
12117         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
12118         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
12119         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
12120         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12121         (__ASSUME_PREADV): Undefine.
12122         (__ASSUME_PWRITEV): Likewise.
12124 2014-03-18  Roland McGrath  <roland@hack.frob.com>
12126         * bits/mman-linux.h: Add comment about non-Linux use.
12127         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
12128         bits/mman-linux.h resting place.
12130         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
12131         * bits/mman-linux.h: ... here.
12133 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12135         * conform/conformtest.pl: Add standard definition when calling C
12136         preprocessor on data files.
12137         (checknamespace): Remove unused variable.
12139 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
12141         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
12142         minus_oflow, plus_uflow and minus_uflow in expected results.
12143         * math/libm-test.inc (scalbn_test_data): Add more tests of
12144         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
12145         minus_uflow.
12146         (scalbn_test): Use ALL_RM_TEST.
12147         (scalbln_test_data): Add more tests of negative arguments.  Use
12148         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
12149         (scalbln_test): Use ALL_RM_TEST.
12151 2014-03-18  Roland McGrath  <roland@hack.frob.com>
12153         * scripts/abilist.awk: Ignore symbols marked with .hidden.
12155 2014-03-18  Will Newton  <will.newton@linaro.org>
12157         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
12158         inaccurate comment.
12160 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
12162         * Makerules [!subdir] (check-abi): Exit with error status if a
12163         test failed.
12165 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
12167         * math/libm-test.inc (nearbyint_test_data): Include all tests used
12168         for rint.  Include results for all rounding modes.
12169         (nearbyint_test): Use ALL_RM_TEST.
12170         (rint_test_data): Include all tests used for nearbyint.
12172 2014-03-17  Will Newton  <will.newton@linaro.org>
12174         * nptl/sysdeps/pthread/pthread.h: Revert previous
12175         change.
12177         * sysdeps/generic/ldsodefs.h: Revert previous
12178         change.
12180         * libio/genops.c: Revert previous change.
12181         * libio/libioP.h: Likewise.
12182         * stdio-common/vfprintf.c: Likewise.
12184         * sysdeps/generic/math_private.h: Revert previous
12185         change.
12187         * sysdeps/generic/math_private.h: Check whether
12188         HAVE_RM_CTX is defined with #ifdef rather
12189         than #if.
12191         * argp/argp-fmtstream.h: Check whether
12192         __STRICT_ANSI__ is defined with #ifdef rather
12193         than #if.
12194         * argp/argp.h: Likewise.
12196         * libio/genops.c: Check whether
12197         _IO_JUMPS_OFFSET is defined with #ifdef rather
12198         than #if.
12199         * libio/libioP.h: Likewise.
12200         * stdio-common/vfprintf.c: Likewise.
12202         * sysdeps/generic/ldsodefs.h: Check whether
12203         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
12204         than #if.
12206         * nptl/sysdeps/pthread/pthread.h: Check
12207         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
12208         its value.
12210 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
12212         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
12213         setting O_APPEND.
12214         * libio/tst-ftell-active-handler.c (do_append_test): Add a
12215         test case.
12217         [BZ #16680]
12218         * libio/fileops.c (_IO_file_open): Seek to end of file but
12219         don't cache the offset.
12220         (get_file_offset): Remove function.
12221         (do_ftell): Use cached offset when available.
12222         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
12223         don't cache the offset.
12224         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
12225         case.
12226         (do_one_test): Call it.
12227         (do_ftell_test): Fix up expected old offset for a+ mode.
12228         * libio/wfileops.c (do_ftell_wide): Used cached offset when
12229         available.
12231         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
12232         up test status with function return status.
12233         (do_write_test): Likewise.
12234         (do_append_test): Likewise.
12236         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
12237         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
12238         Remove.
12240 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
12242         * math/gen-libm-test.pl (parse_args): Handle results specified for
12243         each rounding mode separately.
12244         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
12245         tests and results from lrint_tonearest_test_data,
12246         lrint_towardzero_test_data, lrint_downward_test_data and
12247         lrint_upward_test_data.
12248         (lrint_test): Use ALL_RM_TEST.
12249         (lrint_tonearest_test_data): Remove.
12250         (lrint_test_tonearest): Likewise.
12251         (lrint_towardzero_test_data): Likewise.
12252         (lrint_test_towardzero): Likewise.
12253         (lrint_downward_test_data): Likewise.
12254         (lrint_test_downward): Likewise.
12255         (lrint_upward_test_data): Likewise.
12256         (lrint_test_upward): Likewise.
12257         (llrint_test_data): Merge in per-rounding-mode tests and results
12258         from llrint_tonearest_test_data, llrint_towardzero_test_data,
12259         llrint_downward_test_data and llrint_upward_test_data.
12260         (llrint_test): Use ALL_RM_TEST.
12261         (llrint_tonearest_test_data): Remove.
12262         (llrint_test_tonearest): Likewise.
12263         (llrint_towardzero_test_data): Likewise.
12264         (llrint_test_towardzero): Likewise.
12265         (llrint_downward_test_data): Likewise.
12266         (llrint_test_downward): Likewise.
12267         (llrint_upward_test_data): Likewise.
12268         (llrint_test_upward): Likewise.
12269         (rint_test_data): Merge in per-rounding-mode tests and results
12270         from rint_tonearest_test_data, rint_towardzero_test_data,
12271         rint_downward_test_data and rint_upward_test_data.  Add
12272         per-rounding-mode results for tests not in those arrays.
12273         (rint_test): Use ALL_RM_TEST.
12274         (rint_tonearest_test_data): Remove.
12275         (rint_test_tonearest): Likewise.
12276         (rint_towardzero_test_data): Likewise.
12277         (rint_test_towardzero): Likewise.
12278         (rint_downward_test_data): Likewise.
12279         (rint_test_downward): Likewise.
12280         (rint_upward_test_data): Likewise.
12281         (rint_test_upward): Likewise.
12282         (main): Don't call removed functions.
12284 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12286         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
12287         "Compiled on ..." crapola.  It is anti-useful.
12289 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
12291         * scripts/evaluate-test.sh: Handle fourth argument to determine
12292         whether test run should stop on failure.
12293         * Makeconfig (stop-on-test-failure): New variable.
12294         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
12295         $(stop-on-test-failure).
12296         * Makefile (tests): Give a summary of results from testing and
12297         exit with failure status if they include an ERROR or FAIL.
12298         (xtests): Likewise.
12299         * manual/install.texi (Configuring and compiling): Mention
12300         stop-on-test-failure=y.
12301         * INSTALL: Regenerated.
12303 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12305         * scripts/versionlist.awk: New file.
12306         * Makerules [$(build-shared) = yes]
12307         (postclean-generated): Add Versions.def, not Versions.def.v and
12308         Versions.def.v.i.
12309         ($(common-objpfx)Versions.def.v.i): Target removed.
12310         ($(common-objpfx)Versions.def): New target.
12311         ($(common-objpfx)Versions.all): Depend on that rather that
12312         $(common-objpfx)Versions.def.v.
12313         * Versions.def: File removed.
12315         * Makeconfig (+gccwarn): Add -Wundef.
12316         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
12317         a dl-sysdep.h breaking its contract.
12318         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
12319         * include/stackinfo.h: New file.
12320         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
12321         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
12322         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
12323         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
12324         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
12325         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
12326         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12327         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12328         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12329         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12330         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12331         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
12332         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12333         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12334         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12336 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12338         [BZ #16707]
12339         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
12340         implementation.
12341         * math/libm-test.inc (round_test_data): Add more tests.
12343         [BZ #16706]
12344         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
12345         implementation.
12346         * math/libm-test.inc (nearbyint_test_data): Add more tests.
12348         [BZ #16701]
12349         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
12350         implementation.
12351         * math/libm-test.inc (ceil_test_data): Add more tests.
12353         * math/libm-test.inc (trunc_test_data): Add more tests related to
12354         BZ#16414.
12356 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12358         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
12359         with #if rather than #ifdef.
12360         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
12362 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
12364         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
12365         first.  Disable AVX-512 GCC support if assembler doesn't support
12366         it.
12367         * sysdeps/x86_64/configure: Regenerated.
12369 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
12371         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
12372         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
12373         (__old_pthread_attr_setstack): Likewise.
12374         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
12375         [!_STACK_GROWS_DOWN]: Likewise.
12377 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
12379         * config.make.in (have-bash2): Delete.
12380         * configure.ac (libc_cv_have_bash2): Delete.
12381         * configure: Regenerate.
12382         * elf/Makefile (common-ldd-rewrite): Rename to ...
12383         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
12384         (sh-ldd-rewrite): Delete.
12385         (bash-ldd-rewrite): Delete.
12386         (have-bash2): Delete checks.
12387         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
12388         ldd-rewrite.
12390         * config.make.in (have-ksh): Delete.
12391         (KSH): Delete.
12392         * configure.ac (libc_cv_have_ksh): Delete.
12393         * configure: Regenerate.
12395         * elf/Makefile: Delete $(have-ksh) check.
12396         ($(objpfx)sotruss): Change KSH to BASH.
12397         * elf/sotruss.ksh: Rename to ...
12398         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
12399         function style to match POSIX.  Drop ksh vim mode setting.
12401         * manual/time.texi (Specifying the Time Zone with TZ): Change
12402         Tuesday to Thursday.
12404         * debug/tst-longjmp_chk2.c: Update header comment.
12405         (stackoverflow_handler): Add comment.  Call assert on pass value.
12407 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
12409         [BZ #16194]
12410         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
12411         (HAVE_AVX512_ASM_SUPPORT): Likewise.
12412         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
12413         (La_x86_64_vector): Add zmm.
12414         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
12415         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
12416         ($(objpfx)tst-audit10): New target.
12417         ($(objpfx)tst-audit10.out): Likewise.
12418         (tst-audit10-ENV): New.
12419         (AVX512-CFLAGS): Likewise.
12420         (CFLAGS-tst-audit10.c): Likewise.
12421         (CFLAGS-tst-auditmod10a.c): Likewise.
12422         (CFLAGS-tst-auditmod10b.c): Likewise.
12423         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
12424         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
12425         * sysdeps/x86_64/configure: Regenerated.
12426         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
12427         AVX-512 zmm register support.
12428         (_dl_x86_64_save_sse): Likewise.
12429         (_dl_x86_64_restore_sse): Likewise.
12430         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
12431         size vector registers.
12432         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
12433         (ZMM_SIZE): Likewise.
12434         * sysdeps/x86_64/tst-audit10.c: New file.
12435         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
12436         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
12438 2014-03-13  Roland McGrath  <roland@hack.frob.com>
12440         * configure.ac (HAVE_EHDR_START): New check.
12441         * configure: Regenerated.
12442         * config.h.in (HAVE_EHDR_START): New #undef.
12443         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
12444         assuming the lowest-addressed segment maps the start of the file.
12446 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
12448         * INSTALL: Regenerated.
12450 2014-03-13  Will Newton  <will.newton@linaro.org>
12452         * manual/setjmp.texi (System V contexts): Improve
12453         clarity and grammar of documentation.
12455 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
12457         [BZ #16381]
12458         * elf/Makefile (tests): Add tst-pie2.
12459         (tests-pie): Add tst-pie2.
12460         * elf/tst-pie2.c: New file.
12461         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
12462         for ET_EXEC.
12463         * elf/rtld.c (map_doit): Load executable as lt_executable.
12464         (dl_main): Likewise.
12466 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
12468         [BZ #16642]
12469         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12470         (__ASSUME_PSELECT): Undefine.
12472 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12474         [BZ #16689]
12475         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
12476         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
12477         static build.
12478         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
12479         selector for static builds.
12481 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
12483         [BZ #16695]
12484         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
12485         key in the buffer.
12487 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12489         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
12490         IFUNC selector for static builds.
12492 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
12494         * sysdeps/mips/math_private.h [__mips_hard_float]
12495         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
12496         libc_feresetround_mips_ctx.
12497         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
12498         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
12499         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
12501         [BZ #16677]
12502         * math/s_nextafter.c (__nextafter): Do not return value from
12503         overflowing computation.
12504         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
12505         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
12506         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
12507         Likewise.
12508         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
12509         Likewise.
12510         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
12511         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
12513 2014-03-11  Roland McGrath  <roland@hack.frob.com>
12515         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
12516         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
12517         Move sfi_sp use from the load-multiple (that no longer sets sp) to
12518         the new mov targetting sp.
12520 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12522         [BZ #16683]
12523         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
12524         Define it for static builds as well.
12525         (NO_BZERO_IMPL): Likewise.
12527 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12529         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
12530         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
12531         multiarch strspn for PPC64.
12532         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
12533         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
12534         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12535         (__libc_ifunc_impl_list): Likewise.
12536         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
12537         multiarch optimizations
12538         * string/strspn.c (strspn): Using macro to redefine symbol name.
12540 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12541             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12543         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
12544         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
12545         multiarch strncat for PPC64.
12546         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
12547         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
12548         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12549         (__libc_ifunc_impl_list): Likewise.
12550         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
12551         multiarch optimizations
12553 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
12555         [BZ #16639]
12556         * nscd/nscd.service: Make service type forking.
12558 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12560         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
12561         sign in non default rounding modes.
12562         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
12564 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
12566         * math/libm-test.inc (ALL_RM_TEST): New macro.
12567         (ceil_test): Use ALL_RM_TEST.
12568         (cimag_test): Likewise.
12569         (conj_test): Likewise.
12570         (copysign_test): Likewise.
12571         (cproj_test): Likewise.
12572         (creal_test): Likewise.
12573         (fabs_test): Likewise.
12574         (floor_test): Likewise.
12575         (fmax_test): Likewise.
12576         (fmin_test): Likewise.
12577         (fmod_test): Likewise.
12578         (fpclassify_test): Likewise.
12579         (frexp_test): Likewise.
12580         (ilogb_test): Likewise.
12581         (isfinite_test): Likewise.
12582         (finite_test): Likewise.
12583         (isgreater_test): Likewise.
12584         (isgreaterequal_test): Likewise.
12585         (isinf_test): Likewise.
12586         (isless_test): Likewise.
12587         (islessequal_test): Likewise.
12588         (islessgreater_test): Likewise.
12589         (isnan_test): Likewise.
12590         (isnormal_test): Likewise.
12591         (issignaling_test): Likewise.
12592         (isunordered_test): Likewise.
12593         (logb_test): Likewise.
12594         (logb_downward_test_data): Remove.
12595         (logb_test_downward): Likewise.
12596         (lround_test): Use ALL_RM_TEST.
12597         (llround_test): Likewise.
12598         (modf_test): Likewise.
12599         (nexttoward_test): Likewise.
12600         (remainder_test): Likewise.
12601         (drem_test): Likewise.
12602         (remainder_tonearest_test_data): Likewise.
12603         (remainder_test_tonearest): Likewise.
12604         (drem_test_tonearest): Likewise.
12605         (remainder_towardzero_test_data): Likewise.
12606         (remainder_test_towardzero): Likewise.
12607         (drem_test_towardzero): Likewise.
12608         (remainder_downward_test_data): Likewise.
12609         (remainder_test_downward): Likewise.
12610         (drem_test_downward): Likewise.
12611         (remainder_upward_test_data): Likewise.
12612         (remainder_test_upward): Likewise.
12613         (drem_test_upward): Likewise.
12614         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
12615         (round_test): Use ALL_RM_TEST.
12616         (signbit_test): Likewise.
12617         (trunc_test): Likewise.
12618         (significand_test): Likewise.
12619         (main): Don't call removed functions.
12621 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
12623         [BZ #16674]
12624         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
12625         || __USE_XOPEN2K8].
12626         (ILL_ILLOPN): Likewise.
12627         (ILL_ILLADR): Likewise.
12628         (ILL_ILLTRP): Likewise.
12629         (ILL_PRVOPC): Likewise.
12630         (ILL_PRVREG): Likewise.
12631         (ILL_COPROC): Likewise.
12632         (ILL_BADSTK): Likewise.
12633         (FPE_INTDIV): Likewise.
12634         (FPE_INTOVF): Likewise.
12635         (FPE_FLTDIV): Likewise.
12636         (FPE_FLTOVF): Likewise.
12637         (FPE_FLTUND): Likewise.
12638         (FPE_FLTRES): Likewise.
12639         (FPE_FLTINV): Likewise.
12640         (FPE_FLTSUB): Likewise.
12641         (SEGV_MAPERR): Likewise.
12642         (SEGV_ACCERR): Likewise.
12643         (BUS_ADRALN): Likewise.
12644         (BUS_ADRERR): Likewise.
12645         (BUS_OBJERR): Likewise.
12646         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12647         (TRAP_TRACE): Likewise.
12648         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12649         __USE_XOPEN2K8].
12650         (CLD_KILLED): Likewise.
12651         (CLD_DUMPED): Likewise.
12652         (CLD_TRAPPED): Likewise.
12653         (CLD_STOPPED): Likewise.
12654         (CLD_CONTINUED): Likewise.
12655         (POLL_IN): Likewise.
12656         (POLL_OUT): Likewise.
12657         (POLL_MSG): Likewise.
12658         (POLL_ERR): Likewise.
12659         (POLL_PRI): Likewise.
12660         (POLL_HUP): Likewise.
12661         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
12662         Likewise.
12663         (ILL_ILLOPN): Likewise.
12664         (ILL_ILLADR): Likewise.
12665         (ILL_ILLTRP): Likewise.
12666         (ILL_PRVOPC): Likewise.
12667         (ILL_PRVREG): Likewise.
12668         (ILL_COPROC): Likewise.
12669         (ILL_BADSTK): Likewise.
12670         (FPE_INTDIV): Likewise.
12671         (FPE_INTOVF): Likewise.
12672         (FPE_FLTDIV): Likewise.
12673         (FPE_FLTOVF): Likewise.
12674         (FPE_FLTUND): Likewise.
12675         (FPE_FLTRES): Likewise.
12676         (FPE_FLTINV): Likewise.
12677         (FPE_FLTSUB): Likewise.
12678         (SEGV_MAPERR): Likewise.
12679         (SEGV_ACCERR): Likewise.
12680         (BUS_ADRALN): Likewise.
12681         (BUS_ADRERR): Likewise.
12682         (BUS_OBJERR): Likewise.
12683         (BUS_MCEERR_AR): Likewise.
12684         (BUS_MCEERR_AO): Likewise.
12685         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12686         (TRAP_TRACE): Likewise.
12687         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12688         __USE_XOPEN2K8].
12689         (CLD_KILLED): Likewise.
12690         (CLD_DUMPED): Likewise.
12691         (CLD_TRAPPED): Likewise.
12692         (CLD_STOPPED): Likewise.
12693         (CLD_CONTINUED): Likewise.
12694         (POLL_IN): Likewise.
12695         (POLL_OUT): Likewise.
12696         (POLL_MSG): Likewise.
12697         (POLL_ERR): Likewise.
12698         (POLL_PRI): Likewise.
12699         (POLL_HUP): Likewise.
12700         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
12701         (ILL_ILLOPN): Likewise.
12702         (ILL_ILLADR): Likewise.
12703         (ILL_ILLTRP): Likewise.
12704         (ILL_PRVOPC): Likewise.
12705         (ILL_PRVREG): Likewise.
12706         (ILL_COPROC): Likewise.
12707         (ILL_BADSTK): Likewise.
12708         (FPE_INTDIV): Likewise.
12709         (FPE_INTOVF): Likewise.
12710         (FPE_FLTDIV): Likewise.
12711         (FPE_FLTOVF): Likewise.
12712         (FPE_FLTUND): Likewise.
12713         (FPE_FLTRES): Likewise.
12714         (FPE_FLTINV): Likewise.
12715         (FPE_FLTSUB): Likewise.
12716         (SEGV_MAPERR): Likewise.
12717         (SEGV_ACCERR): Likewise.
12718         (BUS_ADRALN): Likewise.
12719         (BUS_ADRERR): Likewise.
12720         (BUS_OBJERR): Likewise.
12721         (BUS_MCEERR_AR): Likewise.
12722         (BUS_MCEERR_AO): Likewise.
12723         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12724         (TRAP_TRACE): Likewise.
12725         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12726         __USE_XOPEN2K8].
12727         (CLD_KILLED): Likewise.
12728         (CLD_DUMPED): Likewise.
12729         (CLD_TRAPPED): Likewise.
12730         (CLD_STOPPED): Likewise.
12731         (CLD_CONTINUED): Likewise.
12732         (POLL_IN): Likewise.
12733         (POLL_OUT): Likewise.
12734         (POLL_MSG): Likewise.
12735         (POLL_ERR): Likewise.
12736         (POLL_PRI): Likewise.
12737         (POLL_HUP): Likewise.
12738         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
12739         Likewise.
12740         (ILL_ILLOPN): Likewise.
12741         (ILL_ILLADR): Likewise.
12742         (ILL_ILLTRP): Likewise.
12743         (ILL_PRVOPC): Likewise.
12744         (ILL_PRVREG): Likewise.
12745         (ILL_COPROC): Likewise.
12746         (ILL_BADSTK): Likewise.
12747         (ILL_BADIADDR): Likewise.
12748         (ILL_BREAK): Likewise.
12749         (FPE_INTDIV): Likewise.
12750         (FPE_INTOVF): Likewise.
12751         (FPE_FLTDIV): Likewise.
12752         (FPE_FLTOVF): Likewise.
12753         (FPE_FLTUND): Likewise.
12754         (FPE_FLTRES): Likewise.
12755         (FPE_FLTINV): Likewise.
12756         (FPE_FLTSUB): Likewise.
12757         (FPE_DECOVF): Likewise.
12758         (FPE_DECDIV): Likewise.
12759         (FPE_DECERR): Likewise.
12760         (FPE_INVASC): Likewise.
12761         (FPE_INVDEC): Likewise.
12762         (SEGV_MAPERR): Likewise.
12763         (SEGV_ACCERR): Likewise.
12764         (SEGV_PSTKOVF): Likewise.
12765         (BUS_ADRALN): Likewise.
12766         (BUS_ADRERR): Likewise.
12767         (BUS_OBJERR): Likewise.
12768         (BUS_MCEERR_AR): Likewise.
12769         (BUS_MCEERR_AO): Likewise.
12770         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12771         (TRAP_TRACE): Likewise.
12772         (TRAP_BRANCH): Likewise.
12773         (TRAP_HWBKPT): Likewise.
12774         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12775         __USE_XOPEN2K8].
12776         (CLD_KILLED): Likewise.
12777         (CLD_DUMPED): Likewise.
12778         (CLD_TRAPPED): Likewise.
12779         (CLD_STOPPED): Likewise.
12780         (CLD_CONTINUED): Likewise.
12781         (POLL_IN): Likewise.
12782         (POLL_OUT): Likewise.
12783         (POLL_MSG): Likewise.
12784         (POLL_ERR): Likewise.
12785         (POLL_PRI): Likewise.
12786         (POLL_HUP): Likewise.
12787         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
12788         (ILL_ILLOPN): Likewise.
12789         (ILL_ILLADR): Likewise.
12790         (ILL_ILLTRP): Likewise.
12791         (ILL_PRVOPC): Likewise.
12792         (ILL_PRVREG): Likewise.
12793         (ILL_COPROC): Likewise.
12794         (ILL_BADSTK): Likewise.
12795         (FPE_INTDIV): Likewise.
12796         (FPE_INTOVF): Likewise.
12797         (FPE_FLTDIV): Likewise.
12798         (FPE_FLTOVF): Likewise.
12799         (FPE_FLTUND): Likewise.
12800         (FPE_FLTRES): Likewise.
12801         (FPE_FLTINV): Likewise.
12802         (FPE_FLTSUB): Likewise.
12803         (SEGV_MAPERR): Likewise.
12804         (SEGV_ACCERR): Likewise.
12805         (BUS_ADRALN): Likewise.
12806         (BUS_ADRERR): Likewise.
12807         (BUS_OBJERR): Likewise.
12808         (BUS_MCEERR_AR): Likewise.
12809         (BUS_MCEERR_AO): Likewise.
12810         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12811         (TRAP_TRACE): Likewise.
12812         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12813         __USE_XOPEN2K8].
12814         (CLD_KILLED): Likewise.
12815         (CLD_DUMPED): Likewise.
12816         (CLD_TRAPPED): Likewise.
12817         (CLD_STOPPED): Likewise.
12818         (CLD_CONTINUED): Likewise.
12819         (POLL_IN): Likewise.
12820         (POLL_OUT): Likewise.
12821         (POLL_MSG): Likewise.
12822         (POLL_ERR): Likewise.
12823         (POLL_PRI): Likewise.
12824         (POLL_HUP): Likewise.
12825         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
12826         (ILL_ILLOPN): Likewise.
12827         (ILL_ILLADR): Likewise.
12828         (ILL_ILLTRP): Likewise.
12829         (ILL_PRVOPC): Likewise.
12830         (ILL_PRVREG): Likewise.
12831         (ILL_COPROC): Likewise.
12832         (ILL_BADSTK): Likewise.
12833         (FPE_INTDIV): Likewise.
12834         (FPE_INTOVF): Likewise.
12835         (FPE_FLTDIV): Likewise.
12836         (FPE_FLTOVF): Likewise.
12837         (FPE_FLTUND): Likewise.
12838         (FPE_FLTRES): Likewise.
12839         (FPE_FLTINV): Likewise.
12840         (FPE_FLTSUB): Likewise.
12841         (SEGV_MAPERR): Likewise.
12842         (SEGV_ACCERR): Likewise.
12843         (BUS_ADRALN): Likewise.
12844         (BUS_ADRERR): Likewise.
12845         (BUS_OBJERR): Likewise.
12846         (BUS_MCEERR_AR): Likewise.
12847         (BUS_MCEERR_AO): Likewise.
12848         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12849         (TRAP_TRACE): Likewise.
12850         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12851         __USE_XOPEN2K8].
12852         (CLD_KILLED): Likewise.
12853         (CLD_DUMPED): Likewise.
12854         (CLD_TRAPPED): Likewise.
12855         (CLD_STOPPED): Likewise.
12856         (CLD_CONTINUED): Likewise.
12857         (POLL_IN): Likewise.
12858         (POLL_OUT): Likewise.
12859         (POLL_MSG): Likewise.
12860         (POLL_ERR): Likewise.
12861         (POLL_PRI): Likewise.
12862         (POLL_HUP): Likewise.
12863         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
12864         (ILL_ILLOPN): Likewise.
12865         (ILL_ILLADR): Likewise.
12866         (ILL_ILLTRP): Likewise.
12867         (ILL_PRVOPC): Likewise.
12868         (ILL_PRVREG): Likewise.
12869         (ILL_COPROC): Likewise.
12870         (ILL_BADSTK): Likewise.
12871         (FPE_INTDIV): Likewise.
12872         (FPE_INTOVF): Likewise.
12873         (FPE_FLTDIV): Likewise.
12874         (FPE_FLTOVF): Likewise.
12875         (FPE_FLTUND): Likewise.
12876         (FPE_FLTRES): Likewise.
12877         (FPE_FLTINV): Likewise.
12878         (FPE_FLTSUB): Likewise.
12879         (SEGV_MAPERR): Likewise.
12880         (SEGV_ACCERR): Likewise.
12881         (BUS_ADRALN): Likewise.
12882         (BUS_ADRERR): Likewise.
12883         (BUS_OBJERR): Likewise.
12884         (BUS_MCEERR_AR): Likewise.
12885         (BUS_MCEERR_AO): Likewise.
12886         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12887         (TRAP_TRACE): Likewise.
12888         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12889         __USE_XOPEN2K8].
12890         (CLD_KILLED): Likewise.
12891         (CLD_DUMPED): Likewise.
12892         (CLD_TRAPPED): Likewise.
12893         (CLD_STOPPED): Likewise.
12894         (CLD_CONTINUED): Likewise.
12895         (POLL_IN): Likewise.
12896         (POLL_OUT): Likewise.
12897         (POLL_MSG): Likewise.
12898         (POLL_ERR): Likewise.
12899         (POLL_PRI): Likewise.
12900         (POLL_HUP): Likewise.
12901         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
12902         (ILL_ILLOPN): Likewise.
12903         (ILL_ILLADR): Likewise.
12904         (ILL_ILLTRP): Likewise.
12905         (ILL_PRVOPC): Likewise.
12906         (ILL_PRVREG): Likewise.
12907         (ILL_COPROC): Likewise.
12908         (ILL_BADSTK): Likewise.
12909         (ILL_DBLFLT): Likewise.
12910         (ILL_HARDWALL): Likewise.
12911         (FPE_INTDIV): Likewise.
12912         (FPE_INTOVF): Likewise.
12913         (FPE_FLTDIV): Likewise.
12914         (FPE_FLTOVF): Likewise.
12915         (FPE_FLTUND): Likewise.
12916         (FPE_FLTRES): Likewise.
12917         (FPE_FLTINV): Likewise.
12918         (FPE_FLTSUB): Likewise.
12919         (SEGV_MAPERR): Likewise.
12920         (SEGV_ACCERR): Likewise.
12921         (BUS_ADRALN): Likewise.
12922         (BUS_ADRERR): Likewise.
12923         (BUS_OBJERR): Likewise.
12924         (BUS_MCEERR_AR): Likewise.
12925         (BUS_MCEERR_AO): Likewise.
12926         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12927         (TRAP_TRACE): Likewise.
12928         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12929         __USE_XOPEN2K8].
12930         (CLD_KILLED): Likewise.
12931         (CLD_DUMPED): Likewise.
12932         (CLD_TRAPPED): Likewise.
12933         (CLD_STOPPED): Likewise.
12934         (CLD_CONTINUED): Likewise.
12935         (POLL_IN): Likewise.
12936         (POLL_OUT): Likewise.
12937         (POLL_MSG): Likewise.
12938         (POLL_ERR): Likewise.
12939         (POLL_PRI): Likewise.
12940         (POLL_HUP): Likewise.
12941         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
12942         (ILL_ILLOPN): Likewise.
12943         (ILL_ILLADR): Likewise.
12944         (ILL_ILLTRP): Likewise.
12945         (ILL_PRVOPC): Likewise.
12946         (ILL_PRVREG): Likewise.
12947         (ILL_COPROC): Likewise.
12948         (ILL_BADSTK): Likewise.
12949         (FPE_INTDIV): Likewise.
12950         (FPE_INTOVF): Likewise.
12951         (FPE_FLTDIV): Likewise.
12952         (FPE_FLTOVF): Likewise.
12953         (FPE_FLTUND): Likewise.
12954         (FPE_FLTRES): Likewise.
12955         (FPE_FLTINV): Likewise.
12956         (FPE_FLTSUB): Likewise.
12957         (SEGV_MAPERR): Likewise.
12958         (SEGV_ACCERR): Likewise.
12959         (BUS_ADRALN): Likewise.
12960         (BUS_ADRERR): Likewise.
12961         (BUS_OBJERR): Likewise.
12962         (BUS_MCEERR_AR): Likewise.
12963         (BUS_MCEERR_AO): Likewise.
12964         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12965         (TRAP_TRACE): Likewise.
12966         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12967         __USE_XOPEN2K8].
12968         (CLD_KILLED): Likewise.
12969         (CLD_DUMPED): Likewise.
12970         (CLD_TRAPPED): Likewise.
12971         (CLD_STOPPED): Likewise.
12972         (CLD_CONTINUED): Likewise.
12973         (POLL_IN): Likewise.
12974         (POLL_OUT): Likewise.
12975         (POLL_MSG): Likewise.
12976         (POLL_ERR): Likewise.
12977         (POLL_PRI): Likewise.
12978         (POLL_HUP): Likewise.
12979         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
12980         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
12982         [BZ #16670]
12983         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
12984         before #include of <time.h>.
12985         [!__USE_XOPEN2K] (__need_timespec): Likewise.
12986         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
12987         (test-xfail-UNIX98/sched.h/conform): Likewise.
12989 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
12991         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
12992         error absence of trapping exception support.
12993         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
12995 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
12997         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
12998         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
12999         * timezone/Makefile (testdata): Move definition above include of
13000         Rules.
13001         (test-zones): New variable.
13002         (tests-special): Add zone files.
13003         (build-testdata): Use $(evaluate-test).
13005         * elf/Makefile (tests-special): Rename tests to end with .out.
13006         ($(objpfx)noload-mem): Likewise.
13007         ($(objpfx)tst-leaks1-mem): Likewise.
13008         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
13009         * iconv/Makefile (xtests-special): Change test-iconvconfig to
13010         $(objpfx)test-iconvconfig.out.
13011         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
13012         set -e inside subshell and redirect output to file.
13013         * iconvdata/Makefile (generated): Rename tests to end with .out.
13014         Correct type.
13015         (tests-special): Rename tests to end with .out.
13016         ($(objpfx)mtrace-tst-loading): Likewise.
13017         * intl/Makefile (generated): Likewise.
13018         (tests-special): Likewise.
13019         ($(objpfx)mtrace-tst-gettext): Likewise.
13020         * misc/Makefile (generated): Likewise.
13021         (tests-special): Likewise.
13022         ($(objpfx)tst-error1-mem): Likewise.
13023         * nptl/Makefile (tests-special): Likewise.
13024         ($(objpfx)tst-stack3-mem): Likewise.
13025         (generated): Likewise.
13026         * posix/Makefile (generated): Likewise.
13027         (tests-special): Likewise.
13028         (xtests-special): Likewise.
13029         ($(objpfx)tst-fnmatch-mem): Likewise.
13030         ($(objpfx)bug-regex2-mem): Likewise.
13031         ($(objpfx)bug-regex14-mem): Likewise.
13032         ($(objpfx)bug-regex21-mem): Likewise.
13033         ($(objpfx)bug-regex31-mem): Likewise.
13034         ($(objpfx)tst-vfork3-mem): Likewise.
13035         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
13036         ($(objpfx)tst-pcre-mem): Likewise.
13037         ($(objpfx)tst-boost-mem): Likewise.
13038         ($(objpfx)bug-ga2-mem): Likewise.
13039         ($(objpfx)bug-glob2-mem): Likewise.
13040         * resolv/Makefile (generate): Likewise.
13041         (tests-special): Likewise.
13042         (xtests-special): Likewise.
13043         (generated): Likewise.
13044         ($(objpfx)mtrace-tst-leaks): Likewise.
13045         ($(objpfx)mtrace-tst-leaks2): Likewise.
13047         * scripts/merge-test-results.sh: New file.
13048         * Makefile (tests-special-notdir): New variable.
13049         (tests): Run merge-test-results.sh.
13050         (xtests): Likewise.
13051         * Rules (tests-special-notdir): New variable.
13052         (xtests-special-notdir): Likewise.
13053         (tests): Run merge-test-results.sh
13054         (xtests): Likewise.
13056         * Makeconfig (test-xfail-name): New variable.
13057         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
13058         compute variable name for expected failures.
13059         * conform/Makefile (conformtest-headers-data): New variable.
13060         (conformtest-standards): Likewise.
13061         (conformtest-headers-ISO): Likewise.
13062         (conformtest-headers-ISO99): Likewise.
13063         (conformtest-headers-ISO11): Likewise.
13064         (conformtest-headers-POSIX): Likewise.
13065         (conformtest-headers-XPG3): Likewise.
13066         (conformtest-headers-XPG4): Likewise.
13067         (conformtest-headers-UNIX98): Likewise.
13068         (conformtest-headers-XOPEN2K): Likewise.
13069         (conformtest-headers-POSIX2008): Likewise.
13070         (conformtest-headers-XOPEN2K8): Likewise.
13071         (conformtest-header-list-base): Likewise.
13072         (conformtest-header-list-tests): Likewise.
13073         (conformtest-header-base): Likewise.
13074         (conformtest-header-tests): Likewise.
13075         (tests-special): Add $(conformtest-header-list-tests).  If
13076         [$(fast-check) && !$(cross-compiling)], add
13077         $(conformtest-header-tests) instead of
13078         $(objpfx)run-conformtest.out.
13079         (generated): Add $(conformtest-header-list-base).  If
13080         [$(fast-check) && !$(cross-compiling)], add
13081         $(conformtest-header-base).  Remove previous setting.
13082         ($(conformtest-header-list-tests)): New target.
13083         (test-xfail-run-conformtest): Remove variable.
13084         ($(objpfx)run-conformtest.out): Remove target.
13085         (test-xfail-ISO11/complex.h/conform): New variable.
13086         (test-xfail-ISO11/stdalign.h/conform): Likewise.
13087         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
13088         (test-xfail-XPG3/varargs.h/conform): Likewise.
13089         (test-xfail-XPG4/varargs.h/conform): Likewise.
13090         (test-xfail-UNIX98/varargs.h/conform): Likewise.
13091         (test-xfail-XPG4/ndbm.h/conform): Likewise.
13092         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
13093         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
13094         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
13095         (test-xfail-XPG3/fcntl.h/conform): Likewise.
13096         (test-xfail-XPG3/ftw.h/conform): Likewise.
13097         (test-xfail-XPG3/grp.h/conform): Likewise.
13098         (test-xfail-XPG3/langinfo.h/conform): Likewise.
13099         (test-xfail-XPG3/limits.h/conform): Likewise.
13100         (test-xfail-XPG3/pwd.h/conform): Likewise.
13101         (test-xfail-XPG3/search.h/conform): Likewise.
13102         (test-xfail-XPG3/signal.h/conform): Likewise.
13103         (test-xfail-XPG3/stdio.h/conform): Likewise.
13104         (test-xfail-XPG3/stdlib.h/conform): Likewise.
13105         (test-xfail-XPG3/string.h/conform): Likewise.
13106         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
13107         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
13108         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
13109         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
13110         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
13111         (test-xfail-XPG3/sys/types.h/conform): Likewise.
13112         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
13113         (test-xfail-XPG3/termios.h/conform): Likewise.
13114         (test-xfail-XPG3/time.h/conform): Likewise.
13115         (test-xfail-XPG3/unistd.h/conform): Likewise.
13116         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
13117         (test-xfail-XPG4/fcntl.h/conform): Likewise.
13118         (test-xfail-XPG4/langinfo.h/conform): Likewise.
13119         (test-xfail-XPG4/netdb.h/conform): Likewise.
13120         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
13121         (test-xfail-XPG4/signal.h/conform): Likewise.
13122         (test-xfail-XPG4/stdio.h/conform): Likewise.
13123         (test-xfail-XPG4/stdlib.h/conform): Likewise.
13124         (test-xfail-XPG4/stropts.h/conform): Likewise.
13125         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
13126         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
13127         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
13128         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
13129         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
13130         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
13131         (test-xfail-XPG4/sys/time.h/conform): Likewise.
13132         (test-xfail-XPG4/sys/types.h/conform): Likewise.
13133         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
13134         (test-xfail-XPG4/termios.h/conform): Likewise.
13135         (test-xfail-XPG4/ucontext.h/conform): Likewise.
13136         (test-xfail-XPG4/unistd.h/conform): Likewise.
13137         (test-xfail-XPG4/utmpx.h/conform): Likewise.
13138         (test-xfail-POSIX/sched.h/conform): Likewise.
13139         (test-xfail-POSIX/signal.h/conform): Likewise.
13140         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
13141         (test-xfail-POSIX/tar.h/conform): Likewise.
13142         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
13143         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
13144         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
13145         (test-xfail-UNIX98/netdb.h/conform): Likewise.
13146         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
13147         (test-xfail-UNIX98/sched.h/conform): Likewise.
13148         (test-xfail-UNIX98/signal.h/conform): Likewise.
13149         (test-xfail-UNIX98/stdio.h/conform): Likewise.
13150         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
13151         (test-xfail-UNIX98/stropts.h/conform): Likewise.
13152         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
13153         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
13154         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
13155         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
13156         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
13157         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
13158         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
13159         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
13160         (test-xfail-UNIX98/unistd.h/conform): Likewise.
13161         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
13162         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
13163         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
13164         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
13165         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
13166         (test-xfail-XOPEN2K/math.h/conform): Likewise.
13167         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
13168         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
13169         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
13170         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
13171         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
13172         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
13173         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
13174         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
13175         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
13176         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
13177         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
13178         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
13179         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
13180         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
13181         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
13182         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
13183         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
13184         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
13185         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
13186         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
13187         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
13188         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
13189         (test-xfail-POSIX2008/signal.h/conform): Likewise.
13190         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
13191         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
13192         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
13193         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
13194         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
13195         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
13196         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
13197         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
13198         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
13199         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
13200         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
13201         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
13202         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
13203         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
13204         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
13205         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
13206         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
13207         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
13208         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
13209         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
13210         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
13211         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
13212         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
13213         (conformtest-cc-flags): Likewise.
13214         ($(conformtest-header-tests): New target.
13215         * conform/check-header-lists.sh: New file.
13216         * conform/run-conformtest.sh: Remove.
13218         * conform/conformtest.pl: Allow ' and \ in values given for
13219         constants.
13220         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
13221         inclusion.
13222         [POSIX] (sys/types.h): Likewise.
13223         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
13224         inclusion.
13225         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
13226         inclusion.
13227         * conform/data/signal.h-data (SIGIO): Remove expectation.
13228         [XPG3] (SIGBUS): Do not expect.
13229         [POSIX || XPG3] (SIGPOLL): Likewise.
13230         [POSIX || XPG3] (SIGPROF): Likewise.
13231         [POSIX || XPG3] (SIGSYS): Likewise.
13232         [XPG3] (SIGTRAP): Likewise.
13233         [POSIX || XPG3] (SIGURG): Likewise.
13234         [POSIX || XPG3] (SIGVTALRM): Likewise.
13235         [POSIX || XPG3] (SIGXCPU): Likewise.
13236         [POSIX || XPG3] (SIGXFSZ): Likewise.
13237         [POSIX] (SA_SIGINFO): Expect.
13238         [XPG3] (siginfo_t): Do not expect type or contents.
13239         [POSIX] (si_pid): Do not expect element.
13240         [POSIX] (si_uid): Likewise.
13241         [POSIX] (si_addr): Likewise.
13242         [POSIX] (si_status): Likewise.
13243         [POSIX] (si_band): Likewise.
13244         [XPG4] (si_value): Likewise.
13245         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
13246         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
13247         [POSIX || XPG3] (ILL_ILLADR): Likewise.
13248         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
13249         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
13250         [POSIX || XPG3] (ILL_PRVREG): Likewise.
13251         [POSIX || XPG3] (ILL_COPROC): Likewise.
13252         [POSIX || XPG3] (ILL_BADSTK): Likewise.
13253         [POSIX || XPG3] (FPE_INTDIV): Likewise.
13254         [POSIX || XPG3] (FPE_INTOVF): Likewise.
13255         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
13256         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
13257         [POSIX || XPG3] (FPE_FLTUND): Likewise.
13258         [POSIX || XPG3] (FPE_FLTRES): Likewise.
13259         [POSIX || XPG3] (FPE_FLTINV): Likewise.
13260         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
13261         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
13262         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
13263         [POSIX || XPG3] (BUS_ADRALN): Likewise.
13264         [POSIX || XPG3] (BUS_ADRERR): Likewise.
13265         [POSIX || XPG3] (BUS_OBJERR): Likewise.
13266         [POSIX || XPG3] (CLD_EXITED): Likewise.
13267         [POSIX || XPG3] (CLD_KILLED): Likewise.
13268         [POSIX || XPG3] (CLD_DUMPED): Likewise.
13269         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
13270         [POSIX || XPG3] (CLD_STOPPED): Likewise.
13271         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
13272         [POSIX || XPG3] (POLL_IN): Likewise.
13273         [POSIX || XPG3] (POLL_OUT): Likewise.
13274         [POSIX || XPG3] (POLL_MSG): Likewise.
13275         [POSIX || XPG3] (POLL_ERR): Likewise.
13276         [POSIX || XPG3] (POLL_PRI): Likewise.
13277         [POSIX || XPG3] (POLL_HUP): Likewise.
13278         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
13279         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
13280         (SIG*): Do not allow.
13281         [XPG3] (si_*): Likewise.
13282         [XPG3] (SI_*): Likewise.
13283         [XPG3 || XPG4] (sigev_*): Likewise.
13284         [XPG3 || XPG4] (SIGEV_*): Likewise.
13285         [XPG3 || XPG4] (sival_*): Likewise.
13286         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
13287         [POSIX || XPG3] (BUS_*): Likewise.
13288         [POSIX || XPG3] (CLD_*): Likewise.
13289         [POSIX || XPG3] (FPE_*): Likewise.
13290         [POSIX || XPG3] (ILL_*): Likewise.
13291         [POSIX || XPG3] (POLL_*): Likewise.
13292         [POSIX || XPG3] (SEGV_*): Likewise.
13293         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
13294         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
13295         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
13296         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
13297         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
13298         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
13299         Specify type and value.
13300         (TVERSLEN): Likewise.
13301         (REGTYPE): Likewise.
13302         (AREGTYPE): Likewise.
13303         (LNKTYPE): Likewise.
13304         (SYMTYPE): Likewise.
13305         (CHRTYPE): Likewise.
13306         (BLKTYPE): Likewise.
13307         (DIRTYPE): Likewise.
13308         (FIFOTYPE): Likewise.
13309         (CONTTYPE): Likewise.
13310         (TSUID): Likewise.
13311         (TSGID): Likewise.
13312         (TSVTX): Likewise.
13313         (TUREAD): Likewise.
13314         (TUWRITE): Likewise.
13315         (TUEXEC): Likewise.
13316         (TGREAD): Likewise.
13317         (TGWRITE): Likewise.
13318         (TGEXEC): Likewise.
13319         (TOREAD): Likewise.
13320         (TOWRITE): Likewise.
13321         (TOEXEC): Likewise.
13322         [POSIX] (TSVTX): Expect constant.
13324 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
13326         * Makefile (tests): Change dependencies to ....
13327         (tests-special): ... additions to this variable.
13328         (tests): Depend on $(tests-special).
13329         * Makerules (check-abi-list): New variable.
13330         (check-abi): Depend on $(check-abi-list).
13331         [$(subdir) = elf] (tests-special): Add
13332         $(objpfx)check-abi-libc.out.
13333         [$(build-shared) = yes && subdir] (tests-special): Add
13334         $(check-abi-list).
13335         [$(build-shared) = yes && subdir] (tests): Do not depend on
13336         check-abi.
13337         * Rules (tests): Depend on $(tests-special).
13338         (xtests): Depend on $(xtests-special).
13339         * catgets/Makefile (tests): Change dependencies to ....
13340         (tests-special): ... additions to this variable.
13341         * conform/Makefile (tests): Change dependencies to ....
13342         (tests-special): ... additions to this variable.
13343         * elf/Makefile (tests): Change dependencies to ....
13344         (tests-special): ... additions to this variable.
13345         * grp/Makefile (tests): Change dependencies to ....
13346         (tests-special): ... additions to this variable.
13347         * iconv/Makefile (xtests): Change dependencies to ....
13348         (xtests-special): ... additions to this variable.
13349         * iconvdata/Makefile (tests): Change dependencies to ....
13350         (tests-special): ... additions to this variable.
13351         * intl/Makefile (tests): Change dependencies to ....
13352         (tests-special): ... additions to this variable.  Also add
13353         $(objpfx)tst-gettext.out.
13354         * io/Makefile (tests): Change dependencies to ....
13355         (tests-special): ... additions to this variable.
13356         * libio/Makefile (tests): Change dependencies to ....
13357         (tests-special): ... additions to this variable.
13358         * malloc/Makefile (tests): Change dependencies to ....
13359         (tests-special): ... additions to this variable.
13360         * misc/Makefile (tests): Change dependencies to ....
13361         (tests-special): ... additions to this variable.
13362         * nptl/Makefile (tests): Change dependencies to ....
13363         (tests-special): ... additions to this variable.
13364         * nptl_db/Makefile (tests): Change dependencies to ....
13365         (tests-special): ... additions to this variable.
13366         * posix/Makefile (tests): Change dependencies to ....
13367         (tests-special): ... additions to this variable.
13368         (xtests): Change dependencies to ....
13369         (xtests-special): ... additions to this variable.
13370         * resolv/Makefile (tests): Change dependencies to ....
13371         (tests-special): ... additions to this variable.
13372         (xtests): Change dependencies to ....
13373         (xtests-special): ... additions to this variable.
13374         * stdio-common/Makefile (tests): Change dependencies to ....
13375         (tests-special): ... additions to this variable.
13376         (do-tst-unbputc): Remove target.
13377         (do-tst-printf): Likewise.
13378         * stdlib/Makefile (tests): Change dependencies to ....
13379         (tests-special): ... additions to this variable.
13380         * string/Makefile (tests): Change dependencies to ....
13381         (tests-special): ... additions to this variable.
13382         * sysdeps/x86/Makefile (tests): Change dependencies to ....
13383         (tests-special): ... additions to this variable.
13385         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
13386         whole file.
13387         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
13388         whole file.
13389         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
13390         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
13392         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
13393         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
13394         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
13395         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
13396         * conform/data/libgen.h-data [XPG3]: Likewise.
13397         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
13398         * conform/data/ndbm.h-data [XPG3]: Likewise.
13399         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13400         * conform/data/netdb.h-data [XPG3]: Likewise.
13401         * conform/data/netinet/in.h-data [XPG3]: Likewise.
13402         * conform/data/poll.h-data [XPG3]: Likewise.
13403         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13404         * conform/data/strings.h-data [XPG3]: Likewise.
13405         * conform/data/stropts.h-data [XPG3]: Likewise.
13406         * conform/data/sys/mman.h-data [XPG3]: Likewise.
13407         * conform/data/sys/resource.h-data [XPG3]: Likewise.
13408         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
13409         Likewise.
13410         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
13411         * conform/data/sys/time.h-data [XPG3]: Likewise.
13412         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
13413         * conform/data/sys/uio.h-data [XPG3]: Likewise.
13414         * conform/data/sys/un.h-data [XPG3]: Likewise.
13415         * conform/data/syslog.h-data [XPG3]: Likewise.
13416         * conform/data/ucontext.h-data [XPG3]: Likewise.
13417         * conform/data/utmpx.h-data [XPG3]: Likewise.
13418         * conform/data/varargs.h-data [UNIX98]: Enable file.
13420         * manual/Makefile (INSTALL_INFO): Remove variable setting.
13422         * math/libm-test.inc (struct test_f_f_data): Move expected results
13423         into structure for each rounding mode.
13424         (struct test_ff_f_data): Likewise.
13425         (struct test_ff_f_data_nexttoward): Likewise.
13426         (struct test_fi_f_data): Likewise.
13427         (struct test_fl_f_data): Likewise.
13428         (struct test_if_f_data): Likewise.
13429         (struct test_fff_f_data): Likewise.
13430         (struct test_c_f_data): Likewise.
13431         (struct test_f_f1_data): Likewise.
13432         (struct test_fF_f1_data): Likewise.
13433         (struct test_ffI_f1_data): Likewise.
13434         (struct test_c_c_data): Likewise.
13435         (struct test_cc_c_data): Likewise.
13436         (struct test_f_i_data): Likewise.
13437         (struct test_ff_i_data): Likewise.
13438         (struct test_f_l_data): Likewise.
13439         (struct test_f_L_data): Likewise.
13440         (struct test_fFF_11_data): Likewise.
13441         (RM_): New macro.
13442         (RM_FE_DOWNWARD): Likewise.
13443         (RM_FE_TONEAREST): Likewise.
13444         (RM_FE_TOWARDZERO): Likewise.
13445         (RM_FE_UPWARD): Likewise.
13446         (RUN_TEST_LOOP_f_f): Update references to expected results.
13447         (RUN_TEST_LOOP_2_f): Likewise.
13448         (RUN_TEST_LOOP_fff_f): Likewise.
13449         (RUN_TEST_LOOP_c_f): Likewise.
13450         (RUN_TEST_LOOP_f_f1): Likewise.
13451         (RUN_TEST_LOOP_fF_f1): Likewise.
13452         (RUN_TEST_LOOP_fI_f1): Likewise.
13453         (RUN_TEST_LOOP_ffI_f1): Likewise.
13454         (RUN_TEST_LOOP_c_c): Likewise.
13455         (RUN_TEST_LOOP_cc_c): Likewise.
13456         (RUN_TEST_LOOP_f_i): Likewise.
13457         (RUN_TEST_LOOP_f_i_tg): Likewise.
13458         (RUN_TEST_LOOP_ff_i_tg): Likewise.
13459         (RUN_TEST_LOOP_f_b): Likewise.
13460         (RUN_TEST_LOOP_f_b_tg): Likewise.
13461         (RUN_TEST_LOOP_f_l): Likewise.
13462         (RUN_TEST_LOOP_f_L): Likewise.
13463         (RUN_TEST_LOOP_fFF_11): Likewise.
13464         * math/gen-libm-test.pl (parse_args): Output four copies of
13465         expected results for each test.
13467         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13468         (__ASSUME_UTIMES): Remove.
13469         * sysdeps/unix/sysv/linux/tile/kernel-features.h
13470         (__ASSUME_UTIMES): Likewise.
13472         * math/gen-auto-libm-tests.c: Update comment on output format.
13473         (output_for_one_input_case): Generate before-rounding and
13474         after-rounding information as conditions on output flags not
13475         floating-point format.
13476         * math/auto-libm-test-out: Regenerated.
13477         * math/gen-libm-test.pl (cond_value): New function.
13478         (or_cond_value): Use cond_value.
13479         (generate_testfile): Handle conditional exceptions.
13481 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
13483         * math/libm-test.inc (max_valid_error): New variable.
13484         (init_max_error): Take new argument specifying whether function
13485         results are exactly determined.  Set max_valid_error and bound
13486         other variables for errors based on this argument.
13487         (set_max_error): Do not record results above max_valid_error.
13488         (check_float_internal): Only accept errors of up to 0.5ulps if
13489         also at most max_valid_error.
13490         (START): Take new argument EXACT and pass it to init_max_error.
13491         (acos_test): Update call to START.
13492         (acos_test_tonearest): Likewise.
13493         (acos_test_towardzero): Likewise.
13494         (acos_test_downward): Likewise.
13495         (acos_test_upward): Likewise.
13496         (acosh_test): Likewise.
13497         (asin_test): Likewise.
13498         (asin_test_tonearest): Likewise.
13499         (asin_test_towardzero): Likewise.
13500         (asin_test_downward): Likewise.
13501         (asin_test_upward): Likewise.
13502         (asinh_test): Likewise.
13503         (atan_test): Likewise.
13504         (atanh_test): Likewise.
13505         (atan2_test): Likewise.
13506         (cabs_test): Likewise.
13507         (cacos_test): Likewise.
13508         (cacosh_test): Likewise.
13509         (carg_test): Likewise.
13510         (casin_test): Likewise.
13511         (casinh_test): Likewise.
13512         (catan_test): Likewise.
13513         (catanh_test): Likewise.
13514         (cbrt_test): Likewise.
13515         (ccos_test): Likewise.
13516         (ccosh_test): Likewise.
13517         (ceil_test): Likewise.
13518         (cexp_test): Likewise.
13519         (cimag_test): Likewise.
13520         (clog_test): Likewise.
13521         (clog10_test): Likewise.
13522         (conj_test): Likewise.
13523         (copysign_test): Likewise.
13524         (cos_test): Likewise.
13525         (cos_test_tonearest): Likewise.
13526         (cos_test_towardzero): Likewise.
13527         (cos_test_downward): Likewise.
13528         (cos_test_upward): Likewise.
13529         (cosh_test): Likewise.
13530         (cosh_test_tonearest): Likewise.
13531         (cosh_test_towardzero): Likewise.
13532         (cosh_test_downward): Likewise.
13533         (cosh_test_upward): Likewise.
13534         (cpow_test): Likewise.
13535         (cproj_test): Likewise.
13536         (creal_test): Likewise.
13537         (csin_test): Likewise.
13538         (csinh_test): Likewise.
13539         (csqrt_test): Likewise.
13540         (ctan_test): Likewise.
13541         (ctan_test_tonearest): Likewise.
13542         (ctan_test_towardzero): Likewise.
13543         (ctan_test_downward): Likewise.
13544         (ctan_test_upward): Likewise.
13545         (ctanh_test): Likewise.
13546         (ctanh_test_tonearest): Likewise.
13547         (ctanh_test_towardzero): Likewise.
13548         (ctanh_test_downward): Likewise.
13549         (ctanh_test_upward): Likewise.
13550         (erf_test): Likewise.
13551         (erfc_test): Likewise.
13552         (exp_test): Likewise.
13553         (exp_test_tonearest): Likewise.
13554         (exp_test_towardzero): Likewise.
13555         (exp_test_downward): Likewise.
13556         (exp_test_upward): Likewise.
13557         (exp10_test): Likewise.
13558         (exp10_test_tonearest): Likewise.
13559         (exp10_test_towardzero): Likewise.
13560         (exp10_test_downward): Likewise.
13561         (exp10_test_upward): Likewise.
13562         (pow10_test): Likewise.
13563         (exp2_test): Likewise.
13564         (expm1_test): Likewise.
13565         (expm1_test_tonearest): Likewise.
13566         (expm1_test_towardzero): Likewise.
13567         (expm1_test_downward): Likewise.
13568         (expm1_test_upward): Likewise.
13569         (fabs_test): Likewise.
13570         (fdim_test): Likewise.
13571         (floor_test): Likewise.
13572         (fma_test): Likewise.
13573         (fma_test_towardzero): Likewise.
13574         (fma_test_downward): Likewise.
13575         (fma_test_upward): Likewise.
13576         (fmax_test): Likewise.
13577         (fmin_test): Likewise.
13578         (fmod_test): Likewise.
13579         (fpclassify_test): Likewise.
13580         (frexp_test): Likewise.
13581         (hypot_test): Likewise.
13582         (ilogb_test): Likewise.
13583         (isfinite_test): Likewise.
13584         (finite_test): Likewise.
13585         (isgreater_test): Likewise.
13586         (isgreaterequal_test): Likewise.
13587         (isinf_test): Likewise.
13588         (isless_test): Likewise.
13589         (islessequal_test): Likewise.
13590         (islessgreater_test): Likewise.
13591         (isnan_test): Likewise.
13592         (isnormal_test): Likewise.
13593         (issignaling_test): Likewise.
13594         (isunordered_test): Likewise.
13595         (j0_test): Likewise.
13596         (j1_test): Likewise.
13597         (jn_test): Likewise.
13598         (ldexp_test): Likewise.
13599         (lgamma_test): Likewise.
13600         (gamma_test): Likewise.
13601         (lrint_test): Likewise.
13602         (lrint_test_tonearest): Likewise.
13603         (lrint_test_towardzero): Likewise.
13604         (lrint_test_downward): Likewise.
13605         (lrint_test_upward): Likewise.
13606         (llrint_test): Likewise.
13607         (llrint_test_tonearest): Likewise.
13608         (llrint_test_towardzero): Likewise.
13609         (llrint_test_downward): Likewise.
13610         (llrint_test_upward): Likewise.
13611         (log_test): Likewise.
13612         (log10_test): Likewise.
13613         (log1p_test): Likewise.
13614         (log2_test): Likewise.
13615         (logb_test): Likewise.
13616         (logb_test_downward): Likewise.
13617         (lround_test): Likewise.
13618         (llround_test): Likewise.
13619         (modf_test): Likewise.
13620         (nearbyint_test): Likewise.
13621         (nextafter_test): Likewise.
13622         (nexttoward_test): Likewise.
13623         (pow_test): Likewise.
13624         (pow_test_tonearest): Likewise.
13625         (pow_test_towardzero): Likewise.
13626         (pow_test_downward): Likewise.
13627         (pow_test_upward): Likewise.
13628         (remainder_test): Likewise.
13629         (drem_test): Likewise.
13630         (remainder_test_tonearest): Likewise.
13631         (drem_test_tonearest): Likewise.
13632         (remainder_test_towardzero): Likewise.
13633         (drem_test_towardzero): Likewise.
13634         (remainder_test_downward): Likewise.
13635         (drem_test_downward): Likewise.
13636         (remainder_test_upward): Likewise.
13637         (drem_test_upward): Likewise.
13638         (remquo_test): Likewise.
13639         (rint_test): Likewise.
13640         (rint_test_tonearest): Likewise.
13641         (rint_test_towardzero): Likewise.
13642         (rint_test_downward): Likewise.
13643         (rint_test_upward): Likewise.
13644         (round_test): Likewise.
13645         (scalb_test): Likewise.
13646         (scalbn_test): Likewise.
13647         (scalbln_test): Likewise.
13648         (signbit_test): Likewise.
13649         (sin_test): Likewise.
13650         (sin_test_tonearest): Likewise.
13651         (sin_test_towardzero): Likewise.
13652         (sin_test_downward): Likewise.
13653         (sin_test_upward): Likewise.
13654         (sincos_test): Likewise.
13655         (sinh_test): Likewise.
13656         (sinh_test_tonearest): Likewise.
13657         (sinh_test_towardzero): Likewise.
13658         (sinh_test_downward): Likewise.
13659         (sinh_test_upward): Likewise.
13660         (sqrt_test): Likewise.
13661         (sqrt_test_tonearest): Likewise.
13662         (sqrt_test_towardzero): Likewise.
13663         (sqrt_test_downward): Likewise.
13664         (sqrt_test_upward): Likewise.
13665         (tan_test): Likewise.
13666         (tan_test_tonearest): Likewise.
13667         (tan_test_towardzero): Likewise.
13668         (tan_test_downward): Likewise.
13669         (tan_test_upward): Likewise.
13670         (tanh_test): Likewise.
13671         (tgamma_test): Likewise.
13672         (trunc_test): Likewise.
13673         (y0_test): Likewise.
13674         (y1_test): Likewise.
13675         (yn_test): Likewise.
13676         (significand_test): Likewise.
13678         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
13679         individual tests in comment.
13680         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
13681         (prev_max_error): New variable.
13682         (prev_real_max_error): Likewise.
13683         (prev_imag_max_error): Likewise.
13684         (compare_ulp_data): Don't refer to test names in comment.
13685         (find_test_ulps): Remove function.
13686         (find_function_ulps): Likewise.
13687         (find_complex_function_ulps): Likewise.
13688         (init_max_error): Take function name as argument.  Look up ulps
13689         for that function.
13690         (print_ulps): Remove function.
13691         (print_max_error): Use prev_max_error instead of calling
13692         find_function_ulps.
13693         (print_complex_max_error): Use prev_real_max_error and
13694         prev_imag_max_error instead of calling find_complex_function_ulps.
13695         (check_float_internal): Take max_ulp parameter instead of calling
13696         find_test_ulps.  Don't call print_ulps.
13697         (check_float): Update call to check_float_internal.
13698         (check_complex): Update calls to check_float_internal.
13699         (START): Pass argument to init_max_error.
13700         * math/gen-libm-test.pl (%results): Don't include "kind"
13701         information.
13702         (parse_ulps): Don't handle ulps of individual tests.
13703         (print_ulps_file): Likewise.
13704         (output_ulps): Likewise.
13705         * math/README.libm-test: Update.
13706         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
13707         individual tests.
13708         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
13709         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
13710         * sysdeps/arm/libm-test-ulps: Likewise.
13711         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
13712         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
13713         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
13714         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
13715         * sysdeps/microblaze/libm-test-ulps: Likewise.
13716         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
13717         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
13718         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
13719         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
13720         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
13721         * sysdeps/sh/libm-test-ulps: Likewise.
13722         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
13723         * sysdeps/tile/libm-test-ulps: Likewise.
13724         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13726 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
13728         * math/libm-test.inc (print_complex_max_error): Check separately
13729         whether real and imaginary errors are within allowed range and
13730         pass 0 to print_complex_function_ulps instead of value within
13731         allowed range.
13733 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
13735         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
13736         formatting.
13737         (get_handles_fopen): Likewise.
13738         (do_write_test): Likewise.
13740         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
13742         * libio/fileops.c (do_ftell): Use cached offset when
13743         available.
13744         * libio/iofwide.c (do_ftell_wide): Likewise.
13745         * libio/iofdopen.c (_IO_new_fdopen): Don't use
13746         _IO_file_attach.
13747         * libio/wfileops.c (_IO_fwide): Don't cache offset.
13749         [BZ #16532]
13750         * libio/libioP.h (get_file_offset): New function.
13751         * libio/fileops.c (get_file_offset): Likewise.
13752         (do_ftell): Likewise.
13753         (_IO_new_file_seekoff): Split out ftell logic.
13754         * libio/wfileops.c (do_ftell_wide): Likewise.
13755         (_IO_wfile_seekoff): Split out ftell logic.
13756         * libio/tst-ftell-active-handler.c: New test case.
13757         * libio/Makefile (tests): Add it.
13759 2014-03-03  Roland McGrath  <roland@hack.frob.com>
13761         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
13762         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
13764 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
13766         [BZ #16639]
13767         * nscd/connections.c (nscd_init): Call do_exit.
13768         (start_threads): Call do_exit and notify_parent.
13769         (begin_drop_privileges): Call do_exit.
13770         (finish_drop_privileges): Likewise.
13771         * nscd/selinux.c (preserve_capabilities): Likewise.
13772         (install_real_capabilities): Likewise.
13773         (nscd_selinux_enabled): Likewise.
13774         (avc_create_thread): Likewise.
13775         (avc_alloc_lock): Likewise.
13776         (nscd_avc_init): Likewise.
13777         * nscd/nscd.c (parent_fd): New static variable.
13778         (main): Create a pipe between parent and child processes.
13779         Skip closing parent_fd.
13780         (monitor_child): New function.
13781         (do_exit): Likewise.
13782         (notify_parent): Likewise.
13783         * nscd/nscd.h (notify_parent): Likewise.
13784         (do_exit): Likewise.
13786 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
13788         * malloc/malloc.c (__libc_calloc): Revert last change.
13790 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13792         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13794 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
13796         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
13797         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
13798         implementation.
13799         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13800         (__libc_ifunc_impl_list): Likewise.
13801         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
13802         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
13803         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
13804         * string/strrchr.c: Define STRRCHR.
13806 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
13808         * benchtest/bench-strtok.c (simple_strtok): Delete.
13809         (strtok_string): Use as benchmark.
13810         * string/strtok (STRTOK): New macro.
13812 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
13814         * manual/threads.texi: Add header and standard comments to all
13815         functions.
13817         * elf/dl-lookup.c (check_match): New function.
13818         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
13819         (do_lookup_x): Remove nested function check_match. Use non-nested
13820         function check_match.
13822 2014-02-28  Roland McGrath  <roland@hack.frob.com>
13824         * csu/Makefile (generated, before-compile): Use += rather than =.
13825         * catgets/Makefile (generated, generated-dirs): Likewise.
13826         * debug/Makefile (generated): Likewise.
13827         * dlfcn/Makefile (generated): Likewise.
13828         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
13829         * iconvdata/Makefile (before-compile, generated): Likewise.
13830         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
13831         * libio/Makefile (generated): Likewise.
13832         * malloc/Makefile (generated): Likewise.
13833         * manual/Makefile (generated, generated-dirs): Likewise.
13834         * misc/Makefile (generated): Likewise.
13835         * posix/Makefile (generated): Likewise.
13836         * resolv/Makefile (generated): Likewise.
13837         * sunrpc/Makefile (generated, generated-dirs): Likewise.
13838         * timezone/Makefile (generated, generated-dirs): Likewise.
13840         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
13842 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13844         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
13845         power8 implementation.
13846         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
13847         file: POWER8 llround ifunc implementation.
13848         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
13849         (__lllround): Add POWER8 implementation.
13850         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
13851         POWER8 llround implementation.
13853         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
13854         power8 implementation.
13855         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
13856         file: POWER8 llrint ifunc implementation.
13857         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
13858         Add POWER8 implementation.
13859         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
13860         POWER8 llrint implementation.
13862         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
13863         power8 implementation.
13864         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
13865         file: POWER8 finite ifunc implementation.
13866         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
13867         Add POWER8 implementation.
13868         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
13869         Likewise.
13870         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
13871         POWER8 finite implementation.
13872         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
13874         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
13875         power8 implementation.
13876         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
13877         file: POWER8 isinf ifunc implementation.
13878         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
13879         POWER8 implementation.
13880         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
13881         Likewise.
13882         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
13883         isinf implementation.
13884         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
13886         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
13887         (INIT_ARCH): Add hwcap2 initialization.
13888         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
13889         power8 implementation.
13890         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
13891         file: POWER8 isnan ifunc implementation.
13892         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
13893         POWER8 implementation.
13894         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
13895         Likewise.
13896         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
13897         isnan implementation.
13898         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
13900 2014-02-27  Joey Ye  <joey.ye@arm.com>
13902         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
13903         (_FP_NANFRAC_Q): Set to zero.
13905 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
13907         [BZ #16623]
13908         * math/auto-libm-test-in: New test inputs.
13909         * math/auto-libm-test-out: Regenerate.
13910         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
13911         and DA.
13912         (__cos): Likewise.
13913         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
13915 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
13917         * scripts/evaluate-test.sh: Take new argument indicating whether
13918         failure is expected.
13919         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
13920         indicating whether failure is expected.
13921         * conform/Makefile (test-xfail-run-conformtest): New variable.
13922         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
13923         level.
13924         * posix/Makefile (test-xfail-annexc): New variable.
13925         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
13927 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
13929         * argp/Makefile: Include Makeconfig immediately after defining
13930         subdir.
13931         * assert/Makefile: Likewise.
13932         * benchtests/Makefile: Likewise.
13933         * catgets/Makefile: Likewise.
13934         * conform/Makefile: Likewise.
13935         * crypt/Makefile: Likewise.
13936         * csu/Makefile: Likewise.
13937         (all): Remove target.
13938         * ctype/Makefile: Include Makeconfig immediately after defining
13939         subdir.
13940         * debug/Makefile: Likewise.
13941         * dirent/Makefile: Likewise.
13942         * dlfcn/Makefile: Likewise.
13943         * gmon/Makefile: Likewise.
13944         * gnulib/Makefile: Likewise.
13945         * grp/Makefile: Likewise.
13946         * gshadow/Makefile: Likewise.
13947         * hesiod/Makefile: Likewise.
13948         * hurd/Makefile: Likewise.
13949         (all): Remove target.
13950         * iconvdata/Makefile: Include Makeconfig immediately after
13951         defining subdir.
13952         * inet/Makefile: Likewise.
13953         * intl/Makefile: Likewise.
13954         * io/Makefile: Likewise.
13955         * libio/Makefile: Likewise.
13956         (all): Remove target.
13957         * locale/Makefile: Include Makeconfig immediately after defining
13958         subdir.
13959         * login/Makefile: Likewise.
13960         * mach/Makefile: Likewise.
13961         (all): Remove target.
13962         * malloc/Makefile: Include Makeconfig immediately after defining
13963         subdir.
13964         (all): Remove target.
13965         * manual/Makefile: Include Makeconfig immediately after defining
13966         subdir.
13967         * math/Makefile: Likewise.
13968         * misc/Makefile: Likewise.
13969         * nis/Makefile: Likewise.
13970         * nss/Makefile: Likewise.
13971         * po/Makefile: Likewise.
13972         (all): Remove target.
13973         * posix/Makefile: Include Makeconfig immediately after defining
13974         subdir.
13975         * pwd/Makefile: Likewise.
13976         * resolv/Makefile: Likewise.
13977         * resource/Makefile: Likewise.
13978         * rt/Makefile: Likewise.
13979         * setjmp/Makefile: Likewise.
13980         * shadow/Makefile: Likewise.
13981         * signal/Makefile: Likewise.
13982         * socket/Makefile: Likewise.
13983         * soft-fp/Makefile: Likewise.
13984         * stdio-common/Makefile: Likewise.
13985         * stdlib/Makefile: Likewise.
13986         * streams/Makefile: Likewise.
13987         * string/Makefile: Likewise.
13988         * sunrpc/Makefile: Likewise.
13989         (all): Remove target.
13990         * sysvipc/Makefile: Include Makeconfig immediately after defining
13991         subdir.
13992         * termios/Makefile: Likewise.
13993         * time/Makefile: Likewise.
13994         * timezone/Makefile: Likewise.
13995         (all): Remove target.
13996         * wcsmbs/Makefile: Include Makeconfig immediately after defining
13997         subdir.
13998         * wctype/Makefile: Likewise.
14000 2014-02-26  Steve Ellcey  <sellcey@mips.com>
14002         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
14003         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
14004         (libc_feholdexcept_setround_mips): Ditto.
14005         (libc_feholdsetround): New.
14006         (libc_feholdsetroundf): New.
14007         (libc_feholdsetroundl): New.
14008         (libc_feupdateenv_test_mips): New.
14009         (libc_feupdateenv_test): New.
14010         (libc_feupdateenv_testf): New.
14011         (libc_feupdateenv_testl): New.
14012         (libc_feresetround): New.
14013         (libc_feresetroundf): New.
14014         (libc_feresetroundl): New.
14015         (libc_fetestexcept_mips): New.
14016         (libc_fetestexcept): New.
14017         (libc_fetestexceptf): New.
14018         (libc_fetestexceptl): New.
14019         (HAVE_RM_CTX): New.
14020         (libc_feholdexcept_setround_mips_ctx): New.
14021         (libc_feholdexcept_setround_ctx): New.
14022         (libc_feholdexcept_setroundf_ctx): New.
14023         (libc_feholdexcept_setroundl_ctx): New.
14024         (libc_fesetenv_mips_ctx): New.
14025         (libc_fesetenv_ctx): New.
14026         (libc_fesetenv_ctxf): New.
14027         (libc_fesetenv_ctxl): New.
14028         (libc_feupdateenv_mips_ctx): New.
14029         (libc_feupdateenv_ctx): New.
14030         (libc_feupdateenvf_ctx): New.
14031         (libc_feupdateenvl_ctx): New.
14032         (libc_feholdsetround_mips_ctx): New.
14033         (libc_feholdsetround_ctx): New.
14034         (libc_feholdsetroundf_ctx): New.
14035         (libc_feholdsetroundl_ctx): New.
14036         (libc_feresetround_mips_ctx): New.
14037         (libc_feresetround_ctx): New.
14038         (libc_feresetroundf_ctx): New.
14039         (libc_feresetroundl_ctx): New.
14041 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
14043         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
14045         * manual/ipc.texi: New file.
14046         * manual/Makefile (chapters): Add ipc.
14047         * manual/job.texi: Add "Inter-Process Communication" to next.
14048         * manual/process.texi: Add "Inter-Process Communication" to prev.
14050 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14052         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14054 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
14056         * malloc/malloc.c (__libc_calloc): Simplify implementation.
14058         * manual/arith.texi: Fix spaces after sentences.
14059         * manual/charset.texi: Likewise.
14060         * manual/errno.texi: Likewise.
14061         * manual/install.texi: Likewise.
14062         * manual/llio.texi: Likewise.
14063         * manual/locale.texi: Likewise.
14064         * manual/maint.texi: Likewise.
14065         * manual/math.texi: Likewise.
14066         * manual/memory.texi: Likewise.
14067         * manual/message.texi: Likewise.
14068         * manual/probes.texi: Likewise.
14069         * manual/resource.texi: Likewise.
14070         * manual/signal.texi: Likewise.
14071         * manual/socket.texi: Likewise.
14072         * manual/stdio.texi: Likewise.
14073         * manual/string.texi: Likewise.
14074         * manual/time.texi: Likewise.
14075         * manual/users.texi: Likewise.
14077 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
14079         [BZ #16632]
14080         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
14081         _DEFAULT_SOURCE is defined.
14083 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
14084             Carlos O'Donell  <carlos@redhat.com>
14086         [BZ #16613]
14087         * elf/dl-tls.c (_dl_count_modids): New function.
14088         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
14089         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
14090         audit library and increment generation counter.
14091         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
14092         * elf/tst-audit9.c: New file.
14093         * elf/tst-auditmod9a.c: New file.
14094         * elf/tst-auditmod9b.c: New file.
14095         * elf/Makefile: Add rules to build and run tst-audit9.
14097 2014-02-25  Florian Weimer  <fweimer@redhat.com>
14099         [BZ #15347]
14100         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
14102 2014-02-25  Will Newton  <will.newton@linaro.org>
14104         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
14105         (__longjmp): Restore sp and lr before restoring callee
14106         saved registers.  Add longjmp and longjmp_target
14107         SystemTap probe point.
14108         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
14109         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
14110         Define to zero to match jmpbuf layout.
14111         * sysdeps/arm/setjmp.S: Include stap-probe.h.
14112         (__sigsetjmp): Save sp and lr before saving callee
14113         saved registers.  Add setjmp SystemTap probe point.
14115 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
14117         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
14119 2014-02-24  Andreas Schwab  <schwab@suse.de>
14121         [BZ #15804]
14122         * elf/pldd.c (wait_for_ptrace_stop): New function.
14123         (main): Call it after attaching.
14125 2014-02-22  Roland McGrath  <roland@hack.frob.com>
14127         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
14128         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
14129         Versions files is now verboten.
14130         * hurd/Versions (libc: GLIBC_2.0):
14131         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
14132         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
14133         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
14134         * mach/Versions: Likewise.
14136         * csu/Versions: Remove unused %include.
14137         * resolv/Versions: Likewise.
14139 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
14141         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
14142         ($(objpfx)check-local-headers.out): Likewise.
14143         ($(objpfx)begin-end-check.out): Likewise.
14144         * Makerules (check-abi-%.out): Likewise.
14145         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
14146         ($(objpfx)test2.cat): Likewise.
14147         ($(objpfx)de/libc.cat): Likewise.
14148         ($(objpfx)test-gencat.out): Likewise.
14149         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
14150         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
14151         ($(objpfx)noload-mem): Likewise.
14152         ($(objpfx)tst-pathopt.out): Likewise.
14153         ($(objpfx)tst-rtld-load-self.out): Likewise.
14154         ($(objpfx)tst-array1-cmp.out): Likewise.
14155         ($(objpfx)tst-array1-static-cmp.out): Likewise.
14156         ($(objpfx)tst-array2-cmp.out): Likewise.
14157         ($(objpfx)tst-array3-cmp.out): Likewise.
14158         ($(objpfx)tst-array4-cmp.out): Likewise.
14159         ($(objpfx)tst-array5-cmp.out): Likewise.
14160         ($(objpfx)tst-array5-static-cmp.out): Likewise.
14161         ($(objpfx)check-textrel.out): Likewise.
14162         ($(objpfx)check-execstack.out): Likewise.
14163         ($(objpfx)check-localplt.out): Likewise.
14164         ($(objpfx)order2-cmp.out): Likewise.
14165         ($(objpfx)tst-leaks1-mem): Likewise.
14166         ($(objpfx)tst-leaks1-static-mem): Likewise.
14167         ($(objpfx)tst-initorder-cmp.out): Likewise.
14168         ($(objpfx)tst-initorder2-cmp.out): Likewise.
14169         ($(objpfx)tst-unused-dep.out): Likewise.
14170         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
14171         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
14172         * iconv/Makefile (test-iconvconfig): Likewise.
14173         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
14174         ($(objpfx)iconv-test.out): Likewise.
14175         ($(objpfx)tst-tables.out): Likewise.
14176         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
14177         ($(objpfx)tst-gettext.out): Likewise.
14178         ($(objpfx)tst-translit.out): Likewise.
14179         ($(objpfx)tst-gettext2.out): Likewise.
14180         ($(objpfx)tst-gettext4.out): Likewise.
14181         ($(objpfx)tst-gettext6.out): Likewise.
14182         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
14183         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
14184         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
14185         ($(objpfx)tst-fopenloc-mem.out): Likewise.
14186         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
14187         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
14188         * posix/Makefile ($(objpfx)globtest.out): Likewise.
14189         ($(objpfx)wordexp-tst.out): Likewise.
14190         ($(objpfx)annexc.out): Likewise.
14191         ($(objpfx)tst-fnmatch-mem): Likewise.
14192         ($(objpfx)bug-regex2-mem): Likewise.
14193         ($(objpfx)bug-regex14-mem): Likewise.
14194         ($(objpfx)bug-regex21-mem): Likewise.
14195         ($(objpfx)bug-regex31-mem): Likewise.
14196         ($(objpfx)tst-vfork3-mem): Likewise.
14197         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
14198         ($(objpfx)tst-pcre-mem): Likewise.
14199         ($(objpfx)tst-boost-mem): Likewise.
14200         ($(objpfx)tst-getconf.out): Likewise.
14201         ($(objpfx)bug-ga2-mem): Likewise.
14202         ($(objpfx)bug-glob2-mem): Likewise.
14203         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
14204         ($(objpfx)mtrace-tst-leaks2): Likewise.
14205         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
14206         ($(objpfx)tst-printf.out): Likewise.
14207         ($(objpfx)tst-setvbuf1.out): Likewise.
14208         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
14209         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
14210         ($(objpfx)tst-fmtmsg.out): Likewise.
14211         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
14212         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
14214         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
14215         * bits/sigaction.h [__USE_MISC]: Likewise.
14216         * bits/waitstatus.h: Update #endif comments.
14217         * ctype/ctype.h: Likewise.
14218         * dirent/dirent.h: Likewise.
14219         [__USE_MISC]: Remove redundant conditionals.
14220         * grp/grp.h: Update #endif comments.
14221         [__USE_GNU]: Remove redundant conditionals.
14222         [__USE_MISC]: Likewise.
14223         * inet/netinet/in.h [__USE_GNU]: Likewise.
14224         * io/sys/stat.h [__USE_MISC]: Likewise.
14225         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
14226         * libio/bits/stdio.h: Update #endif comments.
14227         [__USE_MISC]: Remove redundant conditionals.
14228         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
14229         * libio/stdio.h: Update #endif comments.
14230         [__USE_MISC]: Remove redundant conditionals.
14231         * math/bits/math-finite.h [__USE_MISC]: Likewise.
14232         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
14233         * math/math.h: Update #else and #endif comments.
14234         [__USE_MISC]: Remove redundant conditionals.
14235         * misc/sys/uio.h: Update #endif comments.
14236         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
14237         * posix/glob.h [__USE_MISC]: Likewise.
14238         * posix/sys/types.h: Update #endif comments.
14239         [__USE_MISC]: Remove redundant conditionals.
14240         * posix/sys/wait.h: Update #endif comments.
14241         [__USE_MISC]: Remove redundant conditionals.
14242         * posix/unistd.h: Update #endif comments.
14243         [__USE_MISC]: Remove redundant conditionals.
14244         * pwd/pwd.h [__USE_GNU]: Likewise.
14245         [__USE_MISC]: Likewise.
14246         * resolv/netdb.h [__USE_GNU]: Likewise.
14247         * signal/signal.h: Update #endif comments.
14248         [__USE_MISC]: Remove redundant conditionals.
14249         * stdlib/stdlib.h: Update #else and #endif comments.
14250         [__USE_MISC]: Remove redundant conditionals.
14251         [__USE_GNU]: Likewise.
14252         * string/bits/string2.h [__USE_MISC]: Likewise.
14253         * string/string.h: Update #endif comments.
14254         [__USE_MISC]: Remove redundant conditionals.
14255         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
14256         Likewise.
14257         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
14258         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
14259         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
14260         Likewise.
14261         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
14262         Likewise.
14263         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
14264         comments.
14265         [__USE_MISC]: Remove redundant conditionals.
14266         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
14267         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
14268         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
14269         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
14270         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
14271         Likewise.
14272         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
14273         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
14274         Likewise.
14275         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
14276         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
14277         Likewise.
14278         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
14279         Likewise.
14280         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
14281         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
14282         Likewise.
14283         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
14284         Likewise.
14285         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
14286         * sysdeps/x86/bits/string.h: Update #endif comments.
14287         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
14288         conditionals.
14289         * time/sys/time.h: Update #endif comments.
14290         * time/time.h: Likewise.
14291         [__USE_MISC]: Remove redundant conditionals.
14293 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
14295         [BZ #16600]
14296         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
14298 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
14300         * Versions.def (librt): Add GLIBC_2.17.
14302 2014-02-21  Adam Conrad  <adconrad@0c3.net>
14304         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
14305         synonym for _SYS_AUXV_H to allow direct inclusion.
14306         * sysdeps/sparc/bits/hwcap.h: Likewise.
14307         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
14308         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
14309         * sysdeps/sparc/sysdep.h: Likewise.
14311 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
14313         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
14315 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
14317         * benchtests/bench-strrchr.c: Print length instead of position.
14319 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
14321         [BZ #16611]
14322         * sysdeps/unix/sysv/linux/kernel-features.h
14323         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
14324         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
14325         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
14326         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
14327         Likewise.
14328         [__i386__ || __powerpc__ || __sh__ || __sparc__]
14329         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14330         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
14331         (__ASSUME_SENDMMSG): Define instead of using previous
14332         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
14333         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14334         (__ASSUME_SENDMMSG_SYSCALL): Define.
14335         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14336         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
14337         Likewise.
14338         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14339         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14340         Likewise.
14341         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14342         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14343         Likewise.
14344         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
14345         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14346         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14347         [__ASSUME_SENDMMSG]: Change conditionals to
14348         [__ASSUME_SENDMMSG_SOCKETCALL].
14349         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14350         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
14351         Define.
14352         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14353         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
14354         Likewise.
14355         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
14356         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14357         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14358         [!__ASSUME_SENDMMSG]: Change conditional to
14359         [!__ASSUME_SENDMMSG_SOCKETCALL].
14360         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14361         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14362         Define.
14364         [BZ #16610]
14365         * sysdeps/unix/sysv/linux/kernel-features.h
14366         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
14367         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
14368         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
14369         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
14370         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
14371         [__i386__ || __sparc__]
14372         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14373         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
14374         (__ASSUME_RECVMMSG): Define instead of using previous
14375         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
14376         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14377         (__ASSUME_RECVMMSG_SYSCALL): Define.
14378         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14379         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14380         Likewise.
14381         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14382         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14383         Likewise.
14384         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14385         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14386         Likewise.
14387         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
14388         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14389         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14390         [__ASSUME_RECVMMSG]: Change condition to
14391         [__ASSUME_RECVMMSG_SOCKETCALL].
14392         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14393         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14394         Define.
14395         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14396         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14397         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14398         Likewise.
14399         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
14400         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14401         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14402         [!__ASSUME_RECVMMSG]: Change condition to
14403         [!__ASSUME_RECVMMSG_SOCKETCALL].
14404         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14405         (__ASSUME_RECVMMSG_SYSCALL): Define.
14407         [BZ #16609]
14408         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
14409         __powerpc__ || __s390__ || __sh__ || __sparc__]
14410         (__ASSUME_SOCKETCALL): Define.
14411         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
14412         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
14413         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
14414         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
14415         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14416         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
14417         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
14418         (__ASSUME_ACCEPT4): Define instead of using previous
14419         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
14420         __powerpc__ || __sparc__ || __s390__)] condition.
14421         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14422         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14423         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
14424         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14425         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14426         [!__ASSUME_ACCEPT4]: Change condition to
14427         [!__ASSUME_ACCEPT4_SOCKETCALL].
14428         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14429         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
14430         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
14431         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14432         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
14433         __ASSUME_ACCEPT4_SYSCALL.
14434         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
14435         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
14436         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14437         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
14438         __ASSUME_ACCEPT4_SYSCALL.
14439         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
14440         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14441         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14442         [__ASSUME_ACCEPT4]: Change condition to
14443         [__ASSUME_ACCEPT4_SOCKETCALL].
14444         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14445         (__ASSUME_SOCKETCALL): Define.
14446         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
14447         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14448         (__ASSUME_SOCKETCALL): Define.
14449         (__ASSUME_ACCEPT4): Remove.
14450         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
14451         Define.
14452         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14453         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
14454         Likewise.
14455         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14456         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14458         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
14459         macro.
14460         (HWCAP_ARM_LPAE): Likewise.
14461         (HWCAP_ARM_EVTSTRM): Likewise.
14462         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
14463         Add vpfd32, lpae and evtstrm.
14464         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
14465         Increase to 22.
14467 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
14469         * math/auto-libm-test-in: Add tests of clog10.
14470         * math/auto-libm-test-out: Regenerated.
14471         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
14472         * sysdeps/i386/fpu/libm-test-ulps: Update.
14473         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14475 2014-02-18  Andreas Schwab  <schwab@suse.de>
14477         [BZ #16574]
14478         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
14479         Store non-zero if the second buffer was newly allocated.
14480         (send_dg): Likewise.
14481         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
14482         to send_vc and send_dg.
14483         (res_nsend): Pass NULL for ansp2_malloced.
14484         * resolv/res_query.c (__libc_res_nquery): Add parameter
14485         answerp2_malloced and pass it down to __libc_res_nsend.
14486         (res_nquery): Pass additional NULL to __libc_res_nquery.
14487         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
14488         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
14489         second answer buffer if answerp2_malloced was set.
14490         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
14491         (__libc_res_nquerydomain): Add parameter
14492         answerp2_malloced and pass it down to __libc_res_nquery.
14493         (res_nquerydomain): Pass additional NULL to
14494         __libc_res_nquerydomain.
14495         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
14496         additional NULL to __libc_res_nsend and __libc_res_nquery.
14497         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
14498         additional NULL to __libc_res_nsearch.
14499         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
14500         parameter of __libc_res_nsearch to check for separately allocated
14501         second buffer.
14502         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
14503         __libc_res_nquery.
14504         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
14505         additional NULL to __libc_res_nquery.
14506         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
14507         __libc_res_nsearch.
14508         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
14509         * include/resolv.h: Update prototypes of __libc_res_nquery,
14510         __libc_res_nsearch, __libc_res_nsend.
14512 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
14514         * math/auto-libm-test-in: Add tests of fma.
14515         * math/auto-libm-test-out: Regenerated.
14516         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
14517         (fma_towardzero_test_data): Likewise.
14518         (fma_downward_test_data): Likewise.
14519         (fma_upward_test_data): Likewise.
14520         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
14521         mpc_mode.
14522         (rounding_modes): Add values for new field.
14523         (func_calc_method): Add value mpfr_fff_f.
14524         (func_calc_desc): Add mpfr_fff_f union field.
14525         (test_function): Add field exact_args.
14526         (FUNC): Add macro argument EXACT_ARGS.
14527         (FUNC_mpfr_f_f): Update call to FUNC.
14528         (FUNC_mpfr_f_f): Likewise.
14529         (FUNC_mpfr_ff_f): Likewise.
14530         (FUNC_mpfr_if_f): Likewise.
14531         (FUNC_mpc_c_f): Likewise.
14532         (FUNC_mpc_c_c): Likewise.
14533         (test_functions): Add fma.  Update calls to FUNC.
14534         (handle_input_arg): Add argument exact_args.
14535         (add_test): Update call to handle_input_arg.
14536         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
14537         (output_for_one_input_case): Update call to calc_generic_results.
14538         Recalculate exact zero results in each rounding mode.
14540         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
14541         non-negative before setting low bit.
14542         * math/auto-libm-test-in: Mark one asin test possibly having
14543         spurious underflow.
14544         * math/auto-libm-test-out: Regenerated.
14545         * sysdeps/i386/fpu/libm-test-ulps: Update.
14546         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14548 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
14550         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
14551         * sysdeps/unix/sysv/linux/microblaze: Move directory from
14552         ports/sysdeps/unix/sysv/linux/microblaze.
14553         * README: Add missing listing for microblaze*-*-linux-gnu.
14555 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
14557         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
14558         duplicate code
14560 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
14562         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
14563         * sysdeps/unix/sysv/linux/ia64: Move directory from
14564         ports/sysdeps/unix/sysv/linux/ia64.
14565         * README: Update listing for ia64-*-linux-gnu.
14567 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
14568             Joseph Myers  <joseph@codesourcery.com>
14570         * Makeconfig (test-name): New variable.
14571         (evaluate-test): Likewise.
14572         * Makerules (do-test-clean): Remove .test-result files.
14573         (common-mostlyclean): Likewise.
14574         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
14575         * scripts/evaluate-test.sh: New file.
14577 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
14579         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
14580         separate $(objpfx)tst-fopenloc-cmp.out and
14581         $(objpfx)tst-fopenloc-mem.out targets.
14582         (tests): Update dependencies.
14583         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
14584         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
14585         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
14586         (tst-rxspencer-no-utf8-ARGS): New variable.
14587         (tst-rxspencer-no-utf8-ENV): Likewise.
14588         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
14589         instead of $(objpfx)tst-rxspencer-mem.
14590         ($(objpfx)tst-rxspencer-mem): Change target to
14591         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
14592         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
14593         * posix/tst-rxspencer-no-utf8.c: New file.
14595         * elf/Makefile ($(objpfx)order.out): Remove rule.
14596         [$(run-built-tests) = yes] (tests): Depend on
14597         $(objpfx)order-cmp.out.
14598         ($(objpfx)order-cmp.out): New rule.
14599         [$(run-built-tests) = yes] (tests): Depend on
14600         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
14601         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
14602         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
14603         $(objpfx)tst-array5-static-cmp.out.
14604         ($(objpfx)tst-array1.out): Remove rule.
14605         ($(objpfx)tst-array1-cmp.out): New rule.
14606         ($(objpfx)tst-array1-static.out): Remove rule.
14607         ($(objpfx)tst-array1-static-cmp.out): New rule.
14608         ($(objpfx)tst-array2.out): Remove rule.
14609         ($(objpfx)tst-array2-cmp.out): New rule.
14610         ($(objpfx)tst-array3.out): Remove rule.
14611         ($(objpfx)tst-array3-cmp.out): New rule.
14612         ($(objpfx)tst-array4.out): Remove rule.
14613         ($(objpfx)tst-array4-cmp.out): New rule.
14614         ($(objpfx)tst-array5.out): Remove rule.
14615         ($(objpfx)tst-array5-cmp.out): New rule.
14616         ($(objpfx)tst-array5-static.out): Remove rule.
14617         ($(objpfx)tst-array5-static-cmp.out): New rule.
14618         [$(run-built-tests) = yes] (tests): Depend on
14619         $(objpfx)order2-cmp.out.
14620         ($(objpfx)order2.out): Remove rule.
14621         ($(objpfx)order2-cmp.out): New rule.
14622         ($(objpfx)tst-initorder.out): Remove rule.
14623         [$(run-built-tests) = yes] (tests): Depend on
14624         $(objpfx)tst-initorder-cmp.out.
14625         ($(objpfx)tst-initorder-cmp.out): New rule.
14626         ($(objpfx)tst-initorder2.out): Remove rule.
14627         [$(run-built-tests) = yes] (tests): Depend on
14628         $(objpfx)tst-initorder2-cmp.out.
14629         ($(objpfx)tst-initorder2-cmp.out): New rule.
14630         [$(run-built-tests) = yes] (tests): Depend on
14631         $(objpfx)tst-unused-dep-cmp.out.
14632         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
14633         ($(objpfx)tst-unused-dep-cmp.out): New rule.
14634         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
14635         on $(objpfx)tst-setvbuf1-cmp.out.
14636         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
14637         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
14638         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
14639         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
14640         ($(objpfx)tst-svc.out): Remove rule.
14641         ($(objpfx)tst-svc-cmp.out): New rule.
14643 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
14645         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
14646         * ctype/ctype.h [__USE_MISC]: Likewise.
14647         * dirent/dirent.h [__USE_MISC]: Likewise.
14648         * grp/grp.h [__USE_MISC]: Likewise.
14649         * io/fcntl.h [__USE_MISC]: Likewise.
14650         * io/sys/stat.h [__USE_MISC]: Likewise.
14651         * libio/stdio.h [__USE_MISC]: Likewise.
14652         * posix/unistd.h [__USE_MISC]: Likewise.
14653         * pwd/pwd.h [__USE_MISC]: Likewise.
14654         * stdlib.h [__USE_MISC]: Likewise.
14655         * string/bits/string2.h [__USE_MISC]: Likewise.
14656         * string/string.h [__USE_MISC]: Likewise.
14657         * time/time.h [__USE_MISC]: Likewise.
14659 2014-02-13  Andreas Schwab  <schwab@suse.de>
14661         [BZ #16574]
14662         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
14663         second answer buffer if it was separately allocated.
14665 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
14667         * sysdeps/mips/math-tests.h: Include <features.h>.
14668         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
14669         (ROUNDING_TESTS_long_double): Do not define.
14670         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
14671         (EXCEPTION_TESTS_long_double): Likewise.
14672         * sysdeps/mips/mips64/libm-test-ulps: Update.
14674         * include/features.h (__USE_BSD): Remove macro definitions.
14675         (__USE_SVID): Likewise.
14676         (_BSD_SOURCE): Likewise.
14677         (_SVID_SOURCE): Likewise.
14678         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
14679         from definition of _DEFAULT_SOURCE.
14680         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
14681         [_DEFAULT_SOURCE].
14682         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
14683         * bits/mman.h [__USE_BSD]: Likewise.
14684         * bits/termios.h [__USE_BSD]: Likewise.
14685         * bits/waitstatus.h [__USE_BSD]: Likewise.
14686         * ctype/ctype.h [__USE_SVID]: Likewise.
14687         * dirent/dirent.h [__USE_BSD]: Likewise.
14688         * grp/grp.h [__USE_SVID]: Likewise.
14689         [__USE_BSD]: Likewise.
14690         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
14691         * io/fcntl.h [__USE_BSD]: Likewise.
14692         * io/ftw.h [__USE_BSD]: Likewise.
14693         * io/sys/stat.h [__USE_BSD]: Likewise.
14694         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
14695         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
14696         * libio/stdio.h [__USE_SVID]: Likewise.
14697         [__USE_BSD]: Likewise.
14698         * math/math.h [__USE_SVID]: Likewise.
14699         [__USE_BSD]: Likewise.
14700         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
14701         * misc/bits/syslog.h [__USE_BSD]: Likewise.
14702         * misc/search.h [__USE_SVID]: Likewise.
14703         * misc/sys/mman.h [__USE_BSD]: Likewise.
14704         * misc/sys/syslog.h [__USE_BSD]: Likewise.
14705         * misc/sys/uio.h [__USE_BSD]: Likewise.
14706         * posix/bits/unistd.h [__USE_BSD]: Likewise.
14707         * posix/glob.h [__USE_BSD]: Likewise.
14708         * posix/regex.h [__USE_BSD]: Likewise.
14709         * posix/sys/types.h [__USE_BSD]: Likewise.
14710         [__USE_SVID]: Likewise.
14711         * posix/sys/utsname.h [__USE_SVID]: Likewise.
14712         * posix/sys/wait.h [__USE_BSD]: Likewise.
14713         [__USE_SVID]: Likewise.
14714         * posix/unistd.h [__USE_BSD]: Likewise.
14715         [__USE_SVID]: Likewise.
14716         * pwd/pwd.h [__USE_SVID]: Likewise.
14717         * resolv/netdb.h [__USE_BSD]: Likewise.
14718         * setjmp/setjmp.h [__USE_BSD]: Likewise.
14719         * signal/signal.h [__USE_BSD]: Likewise.
14720         [__USE_SVID]: Likewise.
14721         * socket/sys/socket.h [__USE_BSD]: Likewise.
14722         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
14723         * stdlib/stdlib.h [__USE_BSD]: Likewise.
14724         [__USE_SVID]: Likewise.
14725         * string/bits/string2.h [__USE_BSD]: Likewise.
14726         [__USE_SVID]: Likewise.
14727         * string/bits/string3.h [__USE_BSD]: Likewise.
14728         * string/endian.h [__USE_BSD]: Likewise.
14729         * string/string.h [__USE_SVID]: Likewise.
14730         [__USE_BSD]: Likewise.
14731         * string/strings.h [__USE_BSD]: Likewise.
14732         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
14733         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
14734         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
14735         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
14736         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
14737         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
14738         Likewise.
14739         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
14740         Likewise.
14741         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
14742         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
14743         Likewise.
14744         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
14745         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
14746         Likewise.
14747         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
14748         Likewise.
14749         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
14750         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
14751         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
14752         Likewise.
14753         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
14754         Likewise.
14755         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
14756         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
14757         * termios/termios.h [__USE_BSD]: Likewise.
14758         * time/sys/time.h [__USE_BSD]: Likewise.
14759         * time/time.h [__USE_BSD]: Likewise.
14760         [__USE_SVID]: Likewise.
14762         * Makefile (subdir_targets): Remove subdir_lint.out.
14764         * stdio-common/Makefile (do-tst-unbputc): Remove target.
14765         (do-tst-printf): Likewise.
14766         (tests): Depend directly on $(objpfx)tst-unbputc.out and
14767         $(objpfx)tst-printf.out.
14769         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
14771         * Makerules (check-abi-%): Change target to
14772         $(objpfx)check-abi-%.out.
14773         (check-abi target): Update dependencies.
14774         (check-abi-pattern variable): Redirect output of diff to $@.
14775         (check-abi variable): Likewise.
14776         * elf/Makefile (check-abi): Update dependencies.
14778         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
14779         unused.
14780         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
14781         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
14782         subnormal range.
14783         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
14784         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
14785         value has largest subnormal exponent.
14786         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
14787         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
14788         * sysdeps/aarch64/soft-fp/sfp-machine.h
14789         (_FP_TININESS_AFTER_ROUNDING): New macro.
14790         * sysdeps/alpha/soft-fp/sfp-machine.h
14791         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14792         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14793         Likewise.
14794         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
14795         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14796         * sysdeps/mips/soft-fp/sfp-machine.h
14797         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14798         * sysdeps/powerpc/soft-fp/sfp-machine.h
14799         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14800         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14801         Likewise.
14802         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
14803         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14804         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
14805         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14806         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14807         Likewise.
14809 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
14811         [BZ #16545]
14812         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
14813         model 1.
14815 2014-02-12  Richard Henderson  <rth@redhat.com>
14817         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
14818         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
14819         * sysdeps/unix/sysv/linux/alpha: Move directory from
14820         ports/sysdeps/unix/sysv/linux/alpha.
14821         * README: Update listing for alpha-*-linux-gnu.
14823 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
14825         * include/features.h: Update comment documenting feature test
14826         macros.
14827         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
14828         _DEFAULT_SOURCE.
14829         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
14830         (_SVID_SOURCE): Likewise.
14831         (_DEFAULT_SOURCE): Update description of default features.
14832         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
14833         with _GNU_SOURCE.
14834         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
14835         (S_ISVTX): Likewise.
14836         * manual/math.texi (Mathematical Constants): Likewise.
14837         * manual/signal.texi (Interrupted Primitives): Likewise.
14838         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
14839         * math/test-matherr.c (_SVID_SOURCE): Do not define.
14840         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
14841         Don't refer to _SVID_SOURCE in warning text.
14843         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
14845         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
14846         already defined.
14847         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
14848         * sysdeps/mips/dl-lookup.c: Remove.
14849         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
14851 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
14853         [BZ #16447]
14854         * math/auto-libm-test-in: Add testcase for expl.
14855         * math/auto-libm-test-out: Regenerate.
14856         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
14857         calculation of unsafe.
14858         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
14860 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14862         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
14863         * sysdeps/unix/sysv/linux/aarch64: Move directory from
14864         ports/sysdeps/unix/sysv/linux/aarch64.
14865         * README: Update listing for aarch64*-*-linux-gnu.
14867 2014-02-11  Will Newton  <will.newton@linaro.org>
14869         * manual/probes.texi (Mathematical Function Probes): Use
14870         "triggered" instead of "hit".
14872         * manual/probes.texi (Internal Probes): Add documentation
14873         of setjmp, longjmp and longjmp_target probes.
14875         * include/stap-probe.h: Add comment about probe argument
14876         format.
14878         * malloc/mtrace.c (attribute_hidden): Remove unused macro
14879         definition.  (tr_where, tr_freehook, tr_mallochook,
14880         tr_reallochook, tr_memalignhook): Use ANSI protoype.
14882 2014-02-11  David S. Miller  <davem@davemloft.net>
14884         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
14885         processing int_tests.
14887 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
14889         * sysdeps/mips: Move directory from ports/sysdeps/mips.
14890         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
14891         * sysdeps/unix/sysv/linux/mips: Move directory from
14892         ports/sysdeps/unix/sysv/linux/mips.
14893         * README: Update listing for mips-*-linux-gnu and
14894         mips64-*-linux-gnu.
14896 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
14898         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
14899         * sysdeps/unix/sysv/linux/m68k: Move directory from
14900         ports/sysdeps/unix/sysv/linux/m68k.
14901         * README: Update listing for m68k-*-linux-gnu.
14903 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
14905         * sysdeps/tile: Move directory from ports/sysdeps/tile.
14906         * sysdeps/unix/sysv/linux/generic: Move directory from
14907         ports/sysdeps/unix/sysv/linux/generic.
14908         * sysdeps/unix/sysv/linux/tile: Move directory from
14909         ports/sysdeps/unix/sysv/linux/tile.
14910         * README: Update listing for tile*-*-linux-gnu.
14912 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
14914         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
14915         __builtin_expect.
14916         * benchtests/bench-memmem.c (simple_memmem): Likewise.
14917         * catgets/open_catalog.c (__open_catalog): Likewise.
14918         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
14919         * debug/confstr_chk.c: Likewise.
14920         * debug/fread_chk.c (__fread_chk): Likewise.
14921         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
14922         * debug/getgroups_chk.c: Likewise.
14923         * debug/mbsnrtowcs_chk.c: Likewise.
14924         * debug/mbsrtowcs_chk.c: Likewise.
14925         * debug/mbstowcs_chk.c: Likewise.
14926         * debug/memcpy_chk.c: Likewise.
14927         * debug/memmove_chk.c: Likewise.
14928         * debug/mempcpy_chk.c: Likewise.
14929         * debug/memset_chk.c: Likewise.
14930         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
14931         * debug/strcat_chk.c (__strcat_chk): Likewise.
14932         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
14933         * debug/strncat_chk.c (__strncat_chk): Likewise.
14934         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
14935         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
14936         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
14937         * debug/wcpncpy_chk.c: Likewise.
14938         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
14939         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
14940         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
14941         * debug/wcsncpy_chk.c: Likewise.
14942         * debug/wcsnrtombs_chk.c: Likewise.
14943         * debug/wcsrtombs_chk.c: Likewise.
14944         * debug/wcstombs_chk.c: Likewise.
14945         * debug/wmemcpy_chk.c: Likewise.
14946         * debug/wmemmove_chk.c: Likewise.
14947         * debug/wmempcpy_chk.c: Likewise.
14948         * debug/wmemset_chk.c: Likewise.
14949         * dirent/scandirat.c (SCANDIRAT): Likewise.
14950         * dlfcn/dladdr1.c (dladdr1): Likewise.
14951         * dlfcn/dladdr.c (dladdr): Likewise.
14952         * dlfcn/dlclose.c (dlclose_doit): Likewise.
14953         * dlfcn/dlerror.c (__dlerror): Likewise.
14954         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
14955         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
14956         * dlfcn/dlopen.c (dlopen_doit): Likewise.
14957         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
14958         * dlfcn/dlsym.c (dlsym_doit): Likewise.
14959         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
14960         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
14961         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
14962         Likewise.
14963         * elf/dl-conflict.c: Likewise.
14964         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
14965         * elf/dl-dst.h: Likewise.
14966         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
14967         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
14968         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
14969         * elf/dl-init.c (call_init, _dl_init): Likewise.
14970         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
14971         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
14972         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
14973         Likewise.
14974         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
14975         Likewise.
14976         * elf/dl-minimal.c (__libc_memalign): Likewise.
14977         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
14978         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
14979         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
14980         * elf/dl-sym.c (do_sym): Likewise.
14981         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
14982         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
14983         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
14984         * elf/dl-writev.h (_dl_writev): Likewise.
14985         * elf/ldconfig.c (search_dir): Likewise.
14986         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
14987         (dl_main): Likewise.
14988         * elf/setup-vdso.h (setup_vdso): Likewise.
14989         * grp/compat-initgroups.c (compat_call): Likewise.
14990         * grp/fgetgrent.c (fgetgrent): Likewise.
14991         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
14992         * grp/putgrent.c (putgrent): Likewise.
14993         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
14994         Likewise.
14995         * hurd/hurdinit.c: Likewise.
14996         * iconvdata/8bit-gap.c (struct): Likewise.
14997         * iconvdata/ansi_x3.110.c : Likewise.
14998         * iconvdata/big5.c : Likewise.
14999         * iconvdata/big5hkscs.c : Likewise.
15000         * iconvdata/cp1255.c: Likewise.
15001         * iconvdata/cp1258.c : Likewise.
15002         * iconvdata/cp932.c : Likewise.
15003         * iconvdata/euc-cn.c: Likewise.
15004         * iconvdata/euc-jisx0213.c : Likewise.
15005         * iconvdata/euc-jp.c: Likewise.
15006         * iconvdata/euc-jp-ms.c : Likewise.
15007         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
15008         * iconvdata/gb18030.c : Likewise.
15009         * iconvdata/gbbig5.c (const): Likewise.
15010         * iconvdata/gbgbk.c: Likewise.
15011         * iconvdata/gbk.c : Likewise.
15012         * iconvdata/ibm1364.c : Likewise.
15013         * iconvdata/ibm930.c : Likewise.
15014         * iconvdata/ibm932.c: Likewise.
15015         * iconvdata/ibm933.c : Likewise.
15016         * iconvdata/ibm935.c : Likewise.
15017         * iconvdata/ibm937.c : Likewise.
15018         * iconvdata/ibm939.c : Likewise.
15019         * iconvdata/ibm943.c: Likewise.
15020         * iconvdata/iso_11548-1.c: Likewise.
15021         * iconvdata/iso-2022-cn.c : Likewise.
15022         * iconvdata/iso-2022-cn-ext.c : Likewise.
15023         * iconvdata/iso-2022-jp-3.c: Likewise.
15024         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
15025         * iconvdata/iso-2022-kr.c : Likewise.
15026         * iconvdata/iso646.c (gconv_end): Likewise.
15027         * iconvdata/iso_6937-2.c : Likewise.
15028         * iconvdata/iso_6937.c : Likewise.
15029         * iconvdata/iso8859-1.c: Likewise.
15030         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
15031         * iconvdata/shift_jisx0213.c : Likewise.
15032         * iconvdata/sjis.c : Likewise.
15033         * iconvdata/t.61.c : Likewise.
15034         * iconvdata/tcvn5712-1.c : Likewise.
15035         * iconvdata/tscii.c: Likewise.
15036         * iconvdata/uhc.c : Likewise.
15037         * iconvdata/unicode.c (gconv_end): Likewise.
15038         * iconvdata/utf-16.c (gconv_end): Likewise.
15039         * iconvdata/utf-32.c (gconv_end): Likewise.
15040         * iconvdata/utf-7.c (base64): Likewise.
15041         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
15042         * iconv/gconv_close.c (__gconv_close): Likewise.
15043         * iconv/gconv_open.c (__gconv_open): Likewise.
15044         * iconv/gconv_simple.c (internal_ucs4_loop_single)
15045         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
15046         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
15047         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
15048         (ucs4le_internal_loop_single): Likewise.
15049         * iconv/iconv.c (iconv): Likewise.
15050         * iconv/iconv_close.c: Likewise.
15051         * iconv/loop.c (SINGLE): Likewise.
15052         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
15053         * include/atomic.h: Likewise.
15054         * inet/inet6_option.c (option_alloc): Likewise.
15055         * intl/bindtextdom.c (set_binding_values): Likewise.
15056         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
15057         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
15058         * intl/localealias.c (read_alias_file): Likewise.
15059         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
15060         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
15061         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
15062         * libio/fmemopen.c (fmemopen): Likewise.
15063         * libio/iofgets.c (_IO_fgets): Likewise.
15064         * libio/iofgets_u.c (fgets_unlocked): Likewise.
15065         * libio/iofgetws.c (fgetws): Likewise.
15066         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
15067         * libio/iogetdelim.c (_IO_getdelim): Likewise.
15068         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
15069         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
15070         * locale/findlocale.c (_nl_find_locale): Likewise.
15071         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
15072         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
15073         Likewise.
15074         * locale/setlocale.c (setlocale): Likewise.
15075         * login/programs/pt_chown.c (main): Likewise.
15076         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
15077         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
15078         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
15079         (mmap, mmap64, mremap, munmap): Likewise.
15080         * math/e_exp2l.c: Likewise.
15081         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
15082         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
15083         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
15084         * math/s_catan.c (__catan): Likewise.
15085         * math/s_catanf.c (__catanf): Likewise.
15086         * math/s_catanh.c (__catanh): Likewise.
15087         * math/s_catanhf.c (__catanhf): Likewise.
15088         * math/s_catanhl.c (__catanhl): Likewise.
15089         * math/s_catanl.c (__catanl): Likewise.
15090         * math/s_ccosh.c (__ccosh): Likewise.
15091         * math/s_ccoshf.c (__ccoshf): Likewise.
15092         * math/s_ccoshl.c (__ccoshl): Likewise.
15093         * math/s_cexp.c (__cexp): Likewise.
15094         * math/s_cexpf.c (__cexpf): Likewise.
15095         * math/s_cexpl.c (__cexpl): Likewise.
15096         * math/s_clog10.c (__clog10): Likewise.
15097         * math/s_clog10f.c (__clog10f): Likewise.
15098         * math/s_clog10l.c (__clog10l): Likewise.
15099         * math/s_clog.c (__clog): Likewise.
15100         * math/s_clogf.c (__clogf): Likewise.
15101         * math/s_clogl.c (__clogl): Likewise.
15102         * math/s_csin.c (__csin): Likewise.
15103         * math/s_csinf.c (__csinf): Likewise.
15104         * math/s_csinh.c (__csinh): Likewise.
15105         * math/s_csinhf.c (__csinhf): Likewise.
15106         * math/s_csinhl.c (__csinhl): Likewise.
15107         * math/s_csinl.c (__csinl): Likewise.
15108         * math/s_csqrt.c (__csqrt): Likewise.
15109         * math/s_csqrtf.c (__csqrtf): Likewise.
15110         * math/s_csqrtl.c (__csqrtl): Likewise.
15111         * math/s_ctan.c (__ctan): Likewise.
15112         * math/s_ctanf.c (__ctanf): Likewise.
15113         * math/s_ctanh.c (__ctanh): Likewise.
15114         * math/s_ctanhf.c (__ctanhf): Likewise.
15115         * math/s_ctanhl.c (__ctanhl): Likewise.
15116         * math/s_ctanl.c (__ctanl): Likewise.
15117         * math/w_pow.c: Likewise.
15118         * math/w_powf.c: Likewise.
15119         * math/w_powl.c: Likewise.
15120         * math/w_scalb.c (sysv_scalb): Likewise.
15121         * math/w_scalbf.c (sysv_scalbf): Likewise.
15122         * math/w_scalbl.c (sysv_scalbl): Likewise.
15123         * misc/error.c (error_tail): Likewise.
15124         * misc/pselect.c (__pselect): Likewise.
15125         * nis/nis_callback.c (__nis_create_callback): Likewise.
15126         * nis/nis_call.c (__nisfind_server): Likewise.
15127         * nis/nis_creategroup.c (nis_creategroup): Likewise.
15128         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
15129         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
15130         * nis/nis_getservlist.c (nis_getservlist): Likewise.
15131         * nis/nis_lookup.c (nis_lookup): Likewise.
15132         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
15133         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
15134         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
15135         * nis/nis_xdr.c (xdr_endpoint): Likewise.
15136         * nis/nss_compat/compat-grp.c (getgrent_next_file)
15137         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
15138         * nis/nss_compat/compat-initgroups.c (add_group)
15139         (internal_getgrent_r): Likewise.
15140         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
15141         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
15142         * nis/nss_compat/compat-spwd.c (getspent_next_file)
15143         (internal_getspnam_r): Likewise.
15144         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
15145         (_nss_nis_getaliasbyname_r): Likewise.
15146         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
15147         (_nss_nis_getntohost_r): Likewise.
15148         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
15149         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
15150         (_nss_nis_getgrgid_r): Likewise.
15151         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
15152         (internal_nis_gethostent_r, internal_gethostbyname2_r)
15153         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
15154         (_nss_nis_gethostbyname4_r): Likewise.
15155         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
15156         (initgroups_netid): Likewise.
15157         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
15158         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
15159         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
15160         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
15161         (_nss_nis_getprotobynumber_r): Likewise.
15162         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
15163         (_nss_nis_getsecretkey): Likewise.
15164         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
15165         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
15166         (_nss_nis_getpwuid_r): Likewise.
15167         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
15168         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
15169         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
15170         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
15171         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
15172         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
15173         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
15174         Likewise.
15175         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
15176         (_nss_nisplus_getntohost_r): Likewise.
15177         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
15178         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
15179         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
15180         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
15181         Likewise.
15182         * nis/nss_nisplus/nisplus-initgroups.c
15183         (_nss_nisplus_initgroups_dyn): Likewise.
15184         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
15185         (_nss_nisplus_getnetbyaddr_r): Likewise.
15186         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
15187         (_nss_nisplus_getprotobynumber_r): Likewise.
15188         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
15189         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
15190         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
15191         Likewise.
15192         * nis/nss_nisplus/nisplus-service.c
15193         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
15194         (_nss_nisplus_getservbyport_r): Likewise.
15195         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
15196         (_nss_nisplus_getspnam_r): Likewise.
15197         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
15198         Likewise.
15199         * nscd/aicache.c (addhstaiX): Likewise.
15200         * nscd/cache.c (cache_search, prune_cache): Likewise.
15201         * nscd/connections.c (register_traced_file, send_ro_fd)
15202         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
15203         (main_loop_epoll): Likewise.
15204         * nscd/grpcache.c (addgrbyX): Likewise.
15205         * nscd/hstcache.c (addhstbyX): Likewise.
15206         * nscd/initgrcache.c (addinitgroupsX): Likewise.
15207         * nscd/mem.c (gc, mempool_alloc): Likewise.
15208         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
15209         (addinnetgrX): Likewise.
15210         * nscd/nscd-client.h (__nscd_acquire_maplock)
15211         (__nscd_drop_map_ref): Likewise.
15212         * nscd/nscd_getai.c (__nscd_getai): Likewise.
15213         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
15214         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
15215         Likewise.
15216         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
15217         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
15218         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
15219         (__nscd_get_map_ref): Likewise.
15220         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
15221         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
15222         Likewise.
15223         * nscd/pwdcache.c (addpwbyX): Likewise.
15224         * nscd/selinux.c (preserve_capabilities): Likewise.
15225         * nscd/servicescache.c (addservbyX): Likewise.
15226         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
15227         * posix/fnmatch.c (fnmatch): Likewise.
15228         * posix/getopt.c (_getopt_internal_r): Likewise.
15229         * posix/glob.c (glob, glob_in_dir): Likewise.
15230         * posix/wordexp.c (exec_comm_child): Likewise.
15231         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
15232         (getanswer_r, gaih_getanswer_slice): Likewise.
15233         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
15234         * resolv/res_init.c: Likewise.
15235         * resolv/res_mkquery.c (res_nmkquery): Likewise.
15236         * resolv/res_query.c (__libc_res_nquery): Likewise.
15237         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
15238         Likewise.
15239         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
15240         * stdio-common/perror.c (perror): Likewise.
15241         * stdio-common/printf_fp.c (___printf_fp): Likewise.
15242         * stdio-common/tmpnam.c (tmpnam): Likewise.
15243         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
15244         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
15245         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
15246         Likewise.
15247         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
15248         * stdlib/putenv.c (putenv): Likewise.
15249         * stdlib/setenv.c (__add_to_environ): Likewise.
15250         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
15251         * stdlib/strtol_l.c (INTERNAL): Likewise.
15252         * string/memmem.c (memmem): Likewise.
15253         * string/strerror.c (strerror): Likewise.
15254         * string/strnlen.c (__strnlen): Likewise.
15255         * string/test-memmem.c (simple_memmem): Likewise.
15256         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
15257         * sunrpc/pm_getport.c (__get_socket): Likewise.
15258         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
15259         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
15260         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
15261         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
15262         Likewise.
15263         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
15264         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
15265         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
15266         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
15267         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
15268         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
15269         Likewise.
15270         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
15271         Likewise.
15272         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
15273         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
15274         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
15275         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
15276         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
15277         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
15278         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
15279         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
15280         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
15281         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
15282         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
15283         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
15284         Likewise.
15285         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
15286         Likewise.
15287         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
15288         Likewise.
15289         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
15290         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
15291         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
15292         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
15293         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
15294         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
15295         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
15296         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
15297         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
15298         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
15299         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
15300         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
15301         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
15302         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
15303         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
15304         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
15305         Likewise.
15306         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
15307         Likewise.
15308         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
15309         Likewise.
15310         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
15311         Likewise.
15312         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
15313         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
15314         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
15315         Likewise.
15316         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
15317         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
15318         * sysdeps/posix/opendir.c (__opendirat): Likewise.
15319         * sysdeps/posix/sleep.c: Likewise.
15320         * sysdeps/posix/tempname.c: Likewise.
15321         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
15322         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
15323         Likewise.
15324         * sysdeps/powerpc/powerpc32/dl-machine.h
15325         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
15326         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
15327         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
15328         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
15329         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
15330         Likewise.
15331         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
15332         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
15333         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15334         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
15335         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15336         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
15337         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
15338         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
15339         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
15340         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
15341         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
15342         (elf_machine_lazy_rel): Likewise.
15343         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
15344         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
15345         (elf_machine_lazy_rel): Likewise.
15346         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
15347         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
15348         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
15349         * sysdeps/unix/grantpt.c (grantpt): Likewise.
15350         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
15351         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
15352         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
15353         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
15354         Likewise.
15355         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
15356         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
15357         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
15358         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
15359         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
15360         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
15361         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
15362         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
15363         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
15364         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
15365         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
15366         Likewise.
15367         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
15368         (__posix_fallocate64_l64): Likewise.
15369         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
15370         (posix_fallocate): Likewise.
15371         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
15372         Likewise.
15373         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
15374         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
15375         (getifaddrs_internal): Likewise.
15376         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
15377         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
15378         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
15379         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
15380         * sysdeps/unix/sysv/linux/posix_fallocate64.c
15381         (__posix_fallocate64_l64): Likewise.
15382         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
15383         Likewise.
15384         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
15385         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
15386         (__get_clockfreq): Likewise.
15387         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
15388         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
15389         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
15390         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
15391         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
15392         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
15393         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
15394         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
15395         Likewise.
15396         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
15397         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
15398         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
15399         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
15400         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
15401         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
15402         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
15403         Likewise.
15404         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
15405         (posix_fallocate): Likewise.
15406         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
15407         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
15408         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
15409         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
15410         (elf_machine_rela, elf_machine_rela_relative)
15411         (elf_machine_lazy_rel): Likewise.
15412         * time/asctime.c (asctime_internal): Likewise.
15413         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
15414         * time/tzset.c (__tzset_parse_tz): Likewise.
15415         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
15416         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
15417         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
15418         * wcsmbs/wcsmbsload.h: Likewise.
15420         [BZ #15894]
15421         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
15423         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
15424         (arena_get2): Remove THREAD_STATS conditionals.
15425         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
15426         (__malloc_stats, int): Likewise.
15428 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
15430         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
15431         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
15433         * manual/setjmp.texi: Fix typos/grammar errors.
15435         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
15436         Only return early when n is <= 0.  Delete unused return statement.
15438         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
15439         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
15440         * debug/tst-longjmp_chk3.c: New file.
15442         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
15443         (test_main): Replace code with set_fortify_handler call.
15444         * debug/test-strcpy_chk.c: Likewise.
15445         * debug/tst-chk1.c: Likewise.
15446         * debug/tst-longjmp_chk.c: Likewise.
15447         * test-skeleton.c: Include fcntl.h & paths.h
15448         (set_fortify_handler): Define.
15450         * debug/tst-longjmp_chk.c: Add header comment and include
15451         ../test-skeleton.c.
15452         (do_test): Mark static.
15453         (TEST_FUNCTION): Define.
15455         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
15456         (IP_PMTUDISC_INTERFACE): Likewise.
15457         (IP_MULTICAST_IF): Likewise.
15458         (IP_MULTICAST_TTL): Likewise.
15459         (IP_MULTICAST_LOOP): Likewise.
15460         (IP_ADD_MEMBERSHIP): Likewise.
15461         (IP_DROP_MEMBERSHIP): Likewise.
15462         (IP_UNBLOCK_SOURCE): Likewise.
15463         (IP_BLOCK_SOURCE): Likewise.
15464         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
15465         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
15466         (IP_MSFILTER): Likewise.
15467         (MCAST_JOIN_GROUP): Likewise.
15468         (MCAST_BLOCK_SOURCE): Likewise.
15469         (MCAST_UNBLOCK_SOURCE): Likewise.
15470         (MCAST_LEAVE_GROUP): Likewise.
15471         (MCAST_JOIN_SOURCE_GROUP): Likewise.
15472         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
15473         (MCAST_MSFILTER): Likewise.
15474         (IP_MULTICAST_ALL): Likewise.
15475         (IP_UNICAST_IF): Likewise.
15477         * timezone/Makefile: Delete $(have-ksh) check.
15478         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
15479         * timezone/tzselect.ksh: Add +x mode bits.
15481         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
15482         (ANON_INODE_FS_MAGIC): Likewise.
15483         (BDEVFS_MAGIC): Likewise.
15484         (BINFMTFS_MAGIC): Likewise.
15485         (BTRFS_TEST_MAGIC): Likewise.
15486         (CRAMFS_MAGIC_WEND): Likewise.
15487         (DEBUGFS_MAGIC): Likewise.
15488         (ECRYPTFS_SUPER_MAGIC): Likewise.
15489         (EXT3_SUPER_MAGIC): Likewise.
15490         (EXT4_SUPER_MAGIC): Likewise.
15491         (FUTEXFS_SUPER_MAGIC): Likewise.
15492         (HOSTFS_SUPER_MAGIC): Likewise.
15493         (HUGETLBFS_MAGIC): Likewise.
15494         (MINIX3_SUPER_MAGIC): Likewise.
15495         (MTD_INODE_FS_MAGIC): Likewise.
15496         (NILFS_SUPER_MAGIC): Likewise.
15497         (OPENPROM_SUPER_MAGIC): Likewise.
15498         (PIPEFS_MAGIC): Likewise.
15499         (PSTOREFS_MAGIC): Likewise.
15500         (QNX6_SUPER_MAGIC): Likewise.
15501         (RAMFS_MAGIC): Likewise.
15502         (REISERFS_SUPER_MAGIC_STRING): Likewise.
15503         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
15504         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
15505         (SECURITYFS_MAGIC): Likewise.
15506         (SELINUX_MAGIC): Likewise.
15507         (SMACK_MAGIC): Likewise.
15508         (SOCKFS_MAGIC): Likewise.
15509         (SQUASHFS_MAGIC): Likewise.
15510         (STACK_END_MAGIC): Likewise.
15511         (TMPFS_MAGIC): Likewise.
15512         (USBDEVICE_SUPER_MAGIC): Likewise.
15513         (V9FS_MAGIC): Likewise.
15514         (XENFS_SUPER_MAGIC): Likewise.
15515         (CRAMFS_MAGIC): Fix typo in comment.
15516         (EXT2_SUPER_MAGIC): Update comment.
15517         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
15519 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
15521         * sysdeps/arm: Move directory from ports/sysdeps/arm.
15522         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
15523         * sysdeps/unix/sysv/linux/arm: Move directory from
15524         ports/sysdeps/unix/sysv/linux/arm.
15525         * README: Update listing for arm-*-linux-gnueabi.
15527         * README: Remove mention of am33.
15529 2014-02-07  Roland McGrath  <roland@hack.frob.com>
15531         * bits/sigset.h (__sigemptyset): Use a statement expression rather
15532         than the comma operator, to avoid "rhs of comma has no effect"
15533         compiler warnings.
15534         (__sigfillset, __sigandset, __sigorset): Likewise.
15535         * include/signal.h (__sigemptyset): Likewise.
15536         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
15538 2014-02-07  Allan McRae  <allan@archlinux.org>
15540         * version.h (RELEASE): Set to "development".
15541         (VERSION): Set to "2.19.90"
15542         * NEWS: Add 2.20 section.
15544 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
15546         [BZ #16529]
15547         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
15549 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
15551         * manual/contrib.texi: Update entry for Carlos O'Donell,
15552         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
15554 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
15556         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
15558         * sysdeps/unix/sysv/linux/kernel-features.h
15559         [__LINUX_KERNEL_VERSION >= 0x020621]
15560         (__ASSUME_PROC_PID_TASK_COMM): Define.
15562 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
15564         [BZ #16398]
15565         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
15566         conversion when destination buffer does not have enough space.
15567         * libio/tst-ftell-partial-wide.c: New test case.
15568         * libio/Makefile (tests): Add tst-ftell-partial-wide.
15570         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
15571         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
15572         Leonard and Allan McRae.
15574 2014-02-04  David S. Miller  <davem@davemloft.net>
15576         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
15577         32-bit.
15579 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15581         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
15582         New file
15583         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
15584         New file
15585         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
15586         New file.
15587         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
15588         New file.
15589         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
15590         New file.
15591         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
15592         New file.
15593         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
15594         New file.
15595         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
15596         New file.
15597         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
15598         New file.
15599         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
15600         New file.
15601         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
15602         New file.
15603         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
15604         New file.
15605         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
15606         New file.
15608 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15610         * nptl/shlib-versions: Change powerpc*le start to 2.17.
15611         * shlib-versions: Likewise.
15613 2014-02-04  Roland McGrath  <roland@hack.frob.com>
15614             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15616         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
15617         (abilist-pattern): New variable, set to %-le.abilist.
15619         * Makerules (abilist-pattern): New variable.
15620         (vpath): Use $(abilist-pattern) in place of %.abilist.
15621         (check-abi-% pattern rule): Likewise.
15622         (check-abi, update-abi): Likewise.
15624 2014-02-04  Eric Wong  <normalperson@yhbt.net>
15626         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
15628 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
15630         * manual/startup.texi: Add next, previous, and top entries for
15631         the `Program Arguments' and `Environment Variables' nodes.
15633 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
15635         * manual/macros.texi: Add comments before MTASC-safety macros.
15637         * manual/users.texi: Document MTASC-safety properties.
15639         * manual/threads.texi (pthread_key_create, pthread_key_delete)
15640         (pthread_getspecific, pthread_setspecific): Format with
15641         @deftypefun, and add @safety note.
15642         * manual/signal.texi: Move comments that analyze the above
15643         functions to their home place.
15645 2014-02-03  Allan McRae  <allan@archlinux.org>
15647         * po/sl.po: Update Slovenian translation from translation project.
15649 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
15651         * manual/time.texi (timegm): Add missing blank after @c.
15652         Reported by Joseph Myers <joseph@codesourcery.com>.
15654 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
15656         * manual/check-safety.sh: New.
15657         * manual/Makefile ($(objpfx)stamp-summary): Run it.
15659         * manual/terminal.texi: Document MTASC-safety properties.
15661         * manual/filesys.texi: Document MTASC-safety properties.
15663         * manual/errno.texi: Document MTASC-safety properties.
15665         * manual/intro.texi: Document safety identifiers and
15666         conditionals.
15668         * manual/string.texi (wcstok): Fix prototype.
15669         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
15671         * manual/time.texi: Document MTASC-safety properties.
15673         * manual/string.texi: Document MTASC-safety properties.
15675         * manual/threads.texi: Document MTASC-safety properties.
15677         * manual/stdio.texi: Document MTASC-safety properties.
15679         * manual/syslog.texi: Document MTASC-safety properties.
15681         * manual/sysinfo.texi: Document MTASC-safety properties.
15683         * manual/startup.texi: Document MTASC-safety properties.
15685         * manual/socket.texi: Document MTASC-safety properties.
15687         * manual/signal.texi: Document MTASC-safety properties.
15689 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
15691         * manual/setjmp.texi: Document MTASC-safety properties.
15693         * manual/search.texi: Document MTASC-safety properties.
15695         * manual/resource.texi: Document MTASC-safety properties.
15697         * manual/process.texi: Document MTASC-safety properties.
15699         * manual/platform.texi: Document MTASC-safety properties.
15701         * manual/pipe.texi: Document MTASC-safety properties.
15703         * manual/pattern.texi: Document MTASC-safety properties.
15705         * manual/message.texi: Document MTASC-safety properties.
15707         [BZ #12751]
15708         * manual/memory.texi: Document MTASC-safety properties.
15710         * manual/math.texi: Document MTASC-safety properties.
15712         * manual/locale.texi: Document MTASC-safety properties.
15714         * manual/llio.texi: Document MTASC-safety properties.
15716         * manual/libdl.texi: New.
15718         * manual/lang.texi: Document MTASC-safety properties.
15720         * manual/job.texi: Document MTASC-safety properties.
15722         * manual/getopt.texi: Document MTASC-safety properties.
15724         * manual/ctype.texi: Document MTASC-safety properties.
15726 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
15728         [BZ #16046]
15729         * csu/libc-tls.c (static_map): Remove variable.
15730         (__libc_setup_tls): Use main executable's link map for TLS data.
15731         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
15732         casing for LM_ID_BASE and GL(dl_nns).
15733         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
15734         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
15735         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
15736         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
15737         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
15738         member.
15739         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
15740         l_phnum members.
15742 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
15744         * manual/debug.texi: Document MTASC-safety properties.
15746 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
15748         [BZ #16510]
15749         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
15750         of __x86_64__ when disabling x87 inline functions.
15752 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
15754         * manual/charset.texi: Document MTASC-safety properties.
15756         * manual/crypt.texi: Document MTASC-safety properties.
15758         * manual/conf.texi: Document MTASC-safety properties.
15760         * manual/arith.texi: Document MTASC-safety properties.
15762         * manual/argp.texi: Document MTASC-safety properties.
15764         * manual/macros.texi: Introduce macros to document multi
15765         thread, asynchronous signal and asynchronous cancellation
15766         safety properties.
15767         * manual/intro.texi: Introduce the properties themselves.
15769 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15771         * sysdeps/sh/sh4/Makefile: New file.
15773 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
15775         * math/gen-libm-test.pl ($srcdir): New variable.
15776         ($auto_input): Use it.
15778 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
15780         [BZ #16506]
15781         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
15782         access beyond array bounds when parsing netgroups file.
15784         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
15785         the old buffer before realloc.
15787 2014-01-27  Allan McRae  <allan@archlinux.org>
15789         * po/fr.po: Update French translation from translation project.
15791 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15793         * sysdeps/sh/libm-test-ulps: Regenerate.
15795 2014-01-24  David S. Miller  <davem@davemloft.net>
15797         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
15799 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15801         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
15802         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
15804 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
15806         [BZ #16474]
15807         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
15808         string pointers after reallocation.
15810 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15812         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
15813         __SH4A__ instead of __SH_FPU_ANY__.
15815 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15817         * sysdeps/sh/fpu_control.h: New file.
15818         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
15819         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
15820         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
15821         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
15822         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
15823         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
15824         * sysdeps/sh/sys/ucontext.h: Remove.
15825         * sysdeps/sh/sys: Remove directory.
15827 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15829         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
15830         s390/sys/ucontext.h.
15831         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
15832         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
15834 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
15836         [BZ #15605]
15837         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
15839 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15841         [BZ#16431]
15842         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
15843         Adjust the vDSO correctly for internal calls.
15844         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
15846 2014-01-20  Allan McRae  <allan@archlinux.org>
15848         * po/ca.po: Update Catalan translation from translation project.
15850 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
15852         * sysdeps/s390/sotruss-lib.c: New file.
15854 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15856         [BZ#16430]
15857         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
15858         (__GI___gettimeofday): Alias for a different internal symbol to avoid
15859         local calls issues by not having a PLT stub required for IFUNC calls.
15860         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
15862 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
15864         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
15865         * math/test-fpucw-static.c: Likewise.
15867 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
15869         [BZ #16453]
15870         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
15872 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15874         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
15875         implementation for powerpc.
15877 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
15879         [BZ #14782]
15880         * sysdeps/posix/system.c (__libc_system): Do not enable
15881         asynchronous cancellation.
15883 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15885         [BZ #16427]
15886         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
15887         handling only for numbers special also in the IEEE case.
15889 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15891         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
15893 2014-01-11  Allan McRae  <allan@archlinux.org>
15895         * po/bg.po: Update Bulgarian translation from translation project.
15897         * po/de.po: Update German translation from translation project.
15899 2014-01-10  Roland McGrath  <roland@hack.frob.com>
15901         * sysdeps/generic/gcc-compat.h: New file.
15903 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
15905         * benchtests/asin-inputs: Correct slow inputs.
15906         * benchtests/acos-inputs: Likewise.
15908 2014-01-10  Allan McRae  <allan@archlinux.org>
15910         * po:sv.po: Update Swedish translation from translation project.
15912         * po/vi.po: Update Vietnamese translation from translation project.
15914         * po/eo.po: Update Esperanto translation from translation project.
15916         * po/cs.po: Update Czech translation from translation project.
15918         * po/nl.po: Update Dutch translation from translation project.
15920         * po/pl.po: Update Polish translation from translation project.
15922         * po/ru.po: Update Russian translation from translation project.
15924         * po/uk.po: Update Ukrainian translation from translation project.
15926 2014-01-08  Brooks Moses  <bmoses@google.com>
15928         * elf/dl-load.c: Fix comment typo.
15930 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
15932         * po/header.pot: Rename to...
15933         * po/pot.header: ... this.
15934         * po/Makefile: Use pot.header.
15936 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
15937             Maxim Kuvyrkov  <maxim@kugelworks.com>
15939         [BZ #16394]
15940         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
15941         SRC and DEST against LEN.
15943 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15945         [BZ #16414]
15946         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
15947         implementation.
15948         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
15950 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15952         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15954 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
15956         [BZ #16408]
15957         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
15958         for large positive arguments.
15960 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
15962         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
15964         * math/auto-libm-test-in: Mark various tests with
15965         xfail-rounding:ldbl-128ibm.
15966         * math/auto-libm-test-out: Regenerated.
15968         [BZ #16407]
15969         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
15970         Increase overflow threshold.
15972 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
15974         [BZ #14286]
15975         * stdio-common/vfprintf.c: Check for integer overflow.
15977 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15979         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
15980         the first argument and return value of __tls_get_addr_internal.
15982 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15984         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
15985         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
15987 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15989         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
15990         * sysdeps/s390/rtld-global-offsets.sym: New file.
15991         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
15992         GLIBC_2.19 symbol.
15993         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
15994         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
15995         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
15996         ... this.
15997         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
15998         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
15999         ... this.
16000         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
16001         Regenerate.
16002         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
16003         Regenerate.
16004         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
16005         halfs of GPRs for high_gprs contexts.
16006         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
16007         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
16008         field.
16009         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
16010         uc_flags field.
16011         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
16012         64 bit versions:
16013         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
16014         for high GPRs (uc_high_gprs) and for future extensions
16015         (__reserved).
16016         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
16017         for future extensions (__reserved).
16018         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
16019         64 bit versions:
16020         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
16021         SC_HIGHGPRS offset definition.
16022         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
16023         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
16025         * Versions.def: Add GLIBC_2.19 for libpthread.
16026         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
16027         siglongjmp for libpthread with GLIBC_2.19 symver.
16028         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
16029         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
16030         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
16031         * sysdeps/s390/__longjmp.c: New file.
16032         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
16033         * sysdeps/s390/longjmp.c: New file.
16034         * sysdeps/s390/setjmp.S: New file.
16035         * sysdeps/s390/sigjmp.S: New file.
16036         * sysdeps/s390/v1-longjmp.c: New file.
16037         * sysdeps/s390/v1-setjmp.h: New file.
16038         * sysdeps/s390/v1-sigjmp.c: New file.
16039         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
16040         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
16041         GLIBC_2.19 version.
16042         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
16043         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
16044         versioned symbols for ____longjmp_chk.
16045         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
16046         Likewise.
16047         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
16048         Regenerate.
16049         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
16050         Regenerate.
16051         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
16052         Regenerate.
16053         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
16054         Regenerate.
16055         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
16056         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
16057         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
16058         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
16059         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
16060         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
16061         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
16062         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
16063         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
16064         * sysdeps/s390/rtld-__longjmp.c: New file.
16065         * sysdeps/s390/rtld-setjmp.S: New file.
16067 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
16069         [BZ #16400]
16070         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16071         Return -__logl (x) for small positive arguments without evaluating
16072         a polynomial.
16074 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
16076         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
16077         Rename to ...
16078         (__ptrace_peeksiginfo_args): ... this.
16079         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
16080         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
16081         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
16083 2014-01-06  Allan McRae  <allan@archlinux.org>
16085         * inet/netinet/in.h: Fix typo in comment.
16087 2014-01-05  Andreas Jaeger  <aj@suse.de>
16089         * sysdeps/i386/fpu/libm-test-ulps: Update.
16091 2014-01-05  Allan McRae  <allan@archlinux.org>
16093         * po/libc.pot: Regenerated.
16095         * malloc/memusagestat.c: Fix gettext call formatting.
16097 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
16099         * nscd/nscd.c: Improve usage() output.
16101 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
16103         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
16104         * sysdeps/unix/sysv/linux/configure: Regenerated.
16105         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
16106         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
16108 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
16110         [BZ #16390]
16111         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
16112         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
16114 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16116         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
16117         extra tokens at end of #undef directive.
16118         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
16119         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
16120         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
16122 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
16124         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
16126         * math/auto-libm-test-in: Mark various tests with
16127         xfail-rounding:ldbl-128ibm.
16128         * math/auto-libm-test-out: Regenerated.
16130 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
16132         [BZ #16386]
16133         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
16134         numbers with subnormal high part when calculating exponent.
16136         [BZ #16385]
16137         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
16138         fabs.
16140         [BZ #16384]
16141         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
16142         M_LN2l.
16143         (__ieee754_acoshl): Use __log1pl not __log1p.
16145 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
16147         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
16148         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
16149         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
16150         (grow_heap, heap_trim, _int_new_arena, get_free_list)
16151         (reused_arena, arena_get2): Convert to GNU style.
16152         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
16153         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
16154         (memalign_check, __malloc_set_state): Likewise.
16155         * malloc/mallocbug.c (main): Likewise.
16156         * malloc/malloc.c (__malloc_assert, malloc_init_state)
16157         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
16158         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
16159         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
16160         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
16161         (__posix_memalign, malloc_info): Likewise.
16162         * malloc/malloc.h: Likewise.
16163         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
16164         (mallochook, memalignhook, reallochook, mabort): Likewise.
16165         * malloc/mcheck.h: Likewise.
16166         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
16167         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
16168         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
16169         * malloc/morecore.c (__default_morecore): Likewise.
16170         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
16171         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
16172         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
16173         (print_and_abort): Likewise.
16174         * malloc/obstack.h: Likewise.
16175         * malloc/set-freeres.c (__libc_freeres): Likewise.
16176         * malloc/tst-mallocstate.c (main): Likewise.
16177         * malloc/tst-mtrace.c (main): Likewise.
16178         * malloc/tst-realloc.c (do_test): Likewise.
16180 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
16182         [BZ #16366]
16183         * nscd/netgroupcache.c (do_notfound): New function.
16184         (addgetnetgrentX): Use it.
16186         [BZ # 16365]
16187         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
16188         NSS_STATUS_NOTFOUND.
16190 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
16192         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
16193         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16195 2014-01-01  Allan McRae  <allan@archlinux.org>
16197         * scripts/update-copyrights: Update configure input file suffix.
16199         * NEWS: Update copyright year.
16200         * catgets/gencat.c: Likewise.
16201         * csu/version.c: Likewise.
16202         * debug/catchsegv.sh: Likewise.
16203         * debug/pcprofiledump.c: Likewise.
16204         * debug/xtrace.sh: Likewise.
16205         * elf/ldconfig.c: Likewise.
16206         * elf/ldd.bash.in: Likewise.
16207         * elf/pldd.c: Likewise.
16208         * elf/sotruss.ksh: Likewise.
16209         * elf/sprof.c: Likewise.
16210         * iconv/iconv_prog.c: Likewise.
16211         * iconv/iconvconfig.c: Likewise.
16212         * locale/programs/locale.c: Likewise.
16213         * locale/programs/localedef.c: Likewise.
16214         * login/programs/pt_chown.c: Likewise.
16215         * malloc/memusage.sh: Likewise.
16216         * malloc/memusagestat.c: Likewise.
16217         * malloc/mtrace.pl: Likewise.
16218         * manual/libc.texinfo: Likewise.
16219         * nscd/nscd.c: Likewise.
16220         * nss/getent.c: Likewise.
16221         * nss/makedb.c: Likewise.
16222         * posix/getconf.c: Likewise.
16223         * scripts/test-installation.pl: Likewise.
16225         * All files with FSF copyright notices: Update copyright dates
16226         using scripts/update-copyrights.
16227         * intl/plural.c: Regenerated.
16228         * locale/programs/charmap-kw.h: Likewise.
16229         * locale/programs/locfile-kw.h: Likewise.
16231 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
16233         * sysdeps/unix/sysv/linux/configure: Regenerated.
16234         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
16235         the linux/fanotify.h header.
16236         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
16237         HAVE_LINUX_FANOTIFY_H is defined.
16239 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
16241         * benchtests/cos-inputs: New inputs.
16242         * benchtests/sin-inputs: Likewise.
16244         * benchtests/atan-inputs: New inputs. Fix name of multiple
16245         precision fallback inputs.
16247         * benchtests/atanh-inputs: New inputs.
16248         * benchtests/tanh-inputs: Likewise.
16250         * benchtests/acosh-inputs: New inputs.
16251         * benchtests/asinh-inputs: Likewise.
16253         * benchtests/cosh-inputs: New inputs.
16254         * benchtests/sinh-inputs: Likewise.
16256         * benchtests/acos-inputs: Add more inputs.
16257         * benchtests/asin-inputs: Likewise.
16259 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
16261         [BZ #16375]
16262         * manual/arith.texi: Fix spelling.
16263         * manual/charset.texi: Likewise.
16264         * manual/errno.texi: Likewise.
16265         * manual/filesys.texi: Likewise.
16266         * manual/lang.texi: Likewise.
16267         * manual/llio.texi: Likewise.
16268         * manual/locale.texi: Likewise.
16269         * manual/message.texi: Likewise.
16270         * manual/resource.texi: Likewise.
16271         * manual/search.texi: Likewise.
16272         * manual/setjmp.texi: Likewise.
16273         * manual/stdio.texi: Likewise.
16274         * manual/string.texi: Likewise.
16275         * manual/sysinfo.texi: Likewise.
16276         * manual/time.texi: Likewise.
16278 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
16280         * po/sl.po: New file.
16282 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
16284         * .gitignore: Add core/.gdbinit/.gdb_history.
16286 2013-12-27  Allan McRae  <allan@archlinux.org>
16288         [BZ #16369]
16289         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
16290         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
16292 2013-12-24  Brooks Moses  <bmoses@google.com>
16294         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
16295         all compilers that claim C++98 compliance, not just GCC.
16296         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
16297         Likewise.
16299 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16301         * NEWS: Restore accidentally deleted bug-fix entries.
16303 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16304             Ondřej Bílka  <neleai@seznam.cz>
16306         [BZ #15073]
16307         * malloc/malloc.c (_int_free): Perform sanity check only if we
16308         have_lock.
16310 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
16312         [BZ #12986]
16313         * manual/stdio.texi (String Input Conversions): Clarify that character
16314         classes are not supported.
16316 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16318         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16320 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
16322         [BZ #16337]
16323         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16324         Calculate results for small negative arguments directly rather
16325         than using reflection formula with special underflow handling.
16327         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
16328         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
16329         sysdeps/unix/bsd/bsd4.4/syscalls.list.
16330         (fchflags): Likewise.
16331         (revoke): Likewise.
16332         (setlogin): Likewise.
16333         (sigaltstack): Likewise.
16334         (wait4): Likewise.
16335         (sigblock): Remove.
16336         (sigsetmask): Likewise.
16337         (wait3): Likewise.
16338         (waitpid): Likewise.
16339         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
16340         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
16341         file.
16342         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
16343         * sysdeps/unix/bsd/Makefile: ... here.
16344         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
16345         * sysdeps/unix/bsd/Versions: ... here.
16346         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
16347         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
16348         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
16349         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
16350         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
16351         * sysdeps/unix/bsd/sigblock.c: ... here.
16352         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
16353         * sysdeps/unix/bsd/sigsetmask.c: ... here.
16354         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
16355         * sysdeps/unix/bsd/sigvec.c: ... here.
16356         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
16357         * sysdeps/unix/bsd/tcdrain.c: ... here.
16358         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
16359         * sysdeps/unix/bsd/tcgetattr.c: ... here.
16360         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
16361         * sysdeps/unix/bsd/tcsetattr.c: ... here.
16362         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
16363         * sysdeps/unix/bsd/wait.c: ... here.
16364         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
16365         * sysdeps/unix/bsd/wait3.c: ... here.
16366         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
16367         * sysdeps/unix/bsd/waitpid.c: ... here.
16369 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
16371         [BZ #16356]
16372         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
16373         round-to-nearest for [!USE_AS_EXPM1L].
16374         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
16375         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
16376         more tests of exp and exp10.  Expect some exp10 tests to miss
16377         exceptions or fail in directed rounding modes.
16378         * math/auto-libm-test-out: Regenerated.
16379         * math/libm-test.inc (exp10_tonearest_test_data): New array.
16380         (exp10_test_tonearest): New function.
16381         (exp10_towardzero_test_data): New array.
16382         (exp10_test_towardzero): New function.
16383         (exp10_downward_test_data): New array.
16384         (exp10_test_downward): New function.
16385         (exp10_upward_test_data): New array.
16386         (exp10_test_upward): New function.
16387         (main): Call the new functions.
16388         * sysdeps/i386/fpu/libm-test-ulps: Update.
16389         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16391 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
16393         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
16394         asinh, atan, atan2, atanh, cbrt, cos and cosh.
16395         * math/auto-libm-test-out: Regenerated.
16396         * math/libm-test.inc (acosh_test_data): Add more tests.
16397         (atanh_test_data): Likewise.
16398         (ceil_test_data): Likewise.
16399         (copysign_test_data): Likewise.
16400         * sysdeps/i386/fpu/libm-test-ulps: Update.
16401         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16403         * timezone/checktab.awk: Update from tzcode 2013i.
16404         * timezone/private.h: Likewise.
16405         * timezone/scheck.c: Likewise.
16406         * timezone/tzfile.h: Likewise.
16407         * timezone/tzselect.ksh: Likewise.
16408         * timezone/zdump.c: Likewise.
16409         * timezone/zic.c: Likewise.
16411         * math/auto-libm-test-in: Add tests of cpow.
16412         * math/auto-libm-test-out: Regenerated.
16413         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
16414         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16415         mpc_cc_c.
16416         (func_calc_desc): Add mpc_cc_c union field.
16417         (test_functions): Add cpow.
16418         (special_fill_2pi): New function.
16419         (special_real_inputs): Add 2pi.
16420         (calc_generic_results): Handle mpc_cc_c.
16421         * sysdeps/i386/fpu/libm-test-ulps: Update.
16422         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16424         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
16425         csqrt, ctan and ctanh.
16426         * math/auto-libm-test-out: Regenerated.
16427         * math/libm-test.inc (TEST_COND_x86_64): New macro.
16428         (TEST_COND_x86): Likewise.
16429         (ccos_test_data): Use AUTO_TESTS_c_c.
16430         (ccosh_test_data): Likewise.
16431         (cexp_test_data): Likewise.
16432         (clog_test_data): Likewise.
16433         (csqrt_test_data): Likewise.
16434         (ctan_test_data): Likewise.
16435         (ctan_tonearest_test_data): Likewise.
16436         (ctan_towardzero_test_data): Likewise.
16437         (ctan_downward_test_data): Likewise.
16438         (ctan_upward_test_data): Likewise.
16439         (ctanh_test_data): Likewise.
16440         (ctanh_tonearest_test_data): Likewise.
16441         (ctanh_towardzero_test_data): Likewise.
16442         (ctanh_downward_test_data): Likewise.
16443         (ctanh_upward_test_data): Likewise.
16444         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16445         mpc_c_c.
16446         (func_calc_desc): Add mpc_c_c union field.
16447         (FUNC_mpc_c_c): New macro.
16448         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
16449         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
16450         ctanh.
16451         (special_fill_min_subnorm_p120): New function.
16452         (special_real_inputs): Add min_subnorm_p120.
16453         (calc_generic_results): Handle mpc_c_c.
16454         * sysdeps/i386/fpu/libm-test-ulps: Update.
16455         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16457 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
16459         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
16460         (do_sin_slow): New functions.
16461         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
16462         (cslow2, csloww1, csloww2): Use the new functions.
16464         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
16465         Use M to change sign of result instead of X.  Assume X is
16466         positive.
16467         (csloww1): Likewise.
16468         (__sin): Adjust.
16469         (__cos): Adjust.
16471         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
16472         arguments A and DA.
16473         (__sin): Adjust.
16474         (__cos): Likewise.
16476         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
16477         (__cos): Likewise.
16478         (sloww1): Don't adjust sign of DX.
16479         (csloww1): Likewise.
16480         (sloww2): Use X directly and don't adjust sign of DX.
16481         (csloww2): Likewise.
16483 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16485         * math/auto-libm-test-in: Add tests of cabs and carg.
16486         * math/auto-libm-test-out: Regenerated.
16487         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
16488         (carg_test_data): Likewise.
16489         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16490         mpc_c_f.
16491         (func_calc_desc): Add mpc_c_f union field.
16492         (test_functions): Add cabs and carg.
16493         (calc_generic_results): Handle mpc_c_f.
16495         * sysdeps/powerpc/powerpc32/libgcc-compat.S
16496         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
16497         as a macro and a compat symbol.
16498         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
16499         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
16500         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
16501         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
16502         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
16503         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
16504         not use .hidden.
16505         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
16506         Likewise.
16507         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
16508         Likewise.
16509         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
16510         Likewise.
16511         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
16512         Likewise.
16513         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
16514         Likewise.
16515         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
16516         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
16517         from GLIBC_2.3.2.
16519 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16521         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16523 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16525         * manual/texinfo.tex: Update to version 2013-11-26.10 with
16526         trailing whitespace removed.
16527         * scripts/config.guess: Update to version 2013-11-29.
16528         * scripts/config.sub: Update to version 2013-10-01.
16530         * math/auto-libm-test-in: Add tests of sincos.
16531         * math/auto-libm-test-out: Regenerated.
16532         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
16533         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16534         mpfr_f_11.
16535         (func_calc_desc): Add mpfr_f_11 union field.
16536         (test_functions): Add sincos.
16537         (calc_generic_results): Handle mpfr_f_11.
16538         * sysdeps/i386/fpu/libm-test-ulps: Update.
16539         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16541 2013-12-19  Andreas Schwab  <schwab@suse.de>
16543         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
16544         CALL_MCOUNT.
16545         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
16546         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
16547         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
16549 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16551         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
16552         * sysdeps/i386/fpu/libm-test-ulps: Update.
16553         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16555         [BZ #16293]
16556         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
16557         round-to-nearest mode when using frndint.
16558         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
16559         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
16560         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
16561         Likewise.
16562         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
16563         sinh test to fail.
16564         * math/auto-libm-test-out: Regenerated.
16565         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
16566         (TEST_COND_x86): Likewise.
16567         (expm1_tonearest_test_data): New array.
16568         (expm1_test_tonearest): New function.
16569         (expm1_towardzero_test_data): New array.
16570         (expm1_test_towardzero): New function.
16571         (expm1_downward_test_data): New array.
16572         (expm1_test_downward): New function.
16573         (expm1_upward_test_data): New array.
16574         (expm1_test_upward): New function.
16575         (main): Run the new test functions.
16576         * sysdeps/i386/fpu/libm-test-ulps: Update.
16577         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16579         * include/features.h: Update comment documenting feature test
16580         macros.  Mention _DEFAULT_SOURCE in comment.
16581         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
16582         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
16583         _BSD_SOURCE and _SVID_SOURCE.
16584         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
16585         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
16586         !_SVID_SOURCE]: Likewise.
16587         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16588         (__USE_POSIX_IMPLICITLY): Define.
16589         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16590         (_POSIX_SOURCE): Undefine and redefine.
16591         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16592         (_POSIX_C_SOURCE): Likewise.
16593         * manual/creature.texi (_DEFAULT_SOURCE): Document.
16594         (Feature Test Macros): Update documentation of default features.
16596 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
16598         * benchtests/Makefile: Add bench-strtok.
16599         * benchtests/bench-strtok.c: New file: strtok benchtest.
16601 2013-12-19  Allan McRae  <allan@archlinux.org>
16603         * manual/install.texi: Suppress menu for plain text output.
16604         * INSTALL: Regenerated.
16606 2013-12-18  Brooks Moses  <bmoses@google.com>
16608         [BZ #15846]
16609         * misc/getauxval.c: Include errno.h.
16610         (__getauxval): Set errno to ENOENT if the requested type is not
16611         found.
16612         * misc/sys/auxv.h (getauxval): Document that it may set errno;
16613         don't declare with __attribute_const__.
16614         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
16615         * manual/startup.texi: Document that getauxval sets errno.
16617 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
16619         * math/auto-libm-test-in: Add tests of jn and yn.
16620         * math/auto-libm-test-out: Regenerated.
16621         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
16622         (yn_test_data): Likewise.
16623         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16624         mpfr_if_f.
16625         (func_calc_desc): Add mpfr_if_f union field.
16626         (FUNC_mpfr_if_f): New macro.
16627         (test_functions): Add jn and yn.
16628         (calc_generic_results): Assert type of second input for
16629         mpfr_ff_f.  Handle mpfr_if_f.
16630         (output_for_one_input_case): Disable all checking for arguments
16631         fitting floating-point types in case of an integer argument.
16632         * sysdeps/i386/fpu/libm-test-ulps: Update.
16633         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16635         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
16636         Don't expect fegetround reference in libm.so.
16638 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
16640         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
16641         $(config-cflags-nofma).
16643 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
16645         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
16646         * math/auto-libm-test-out: Regenerated.
16648         [BZ #16338]
16649         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
16650         to determine exponent and adjust argument to have exponent of -1.
16651         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
16652         log2.
16653         * math/auto-libm-test-out: Regenerated.
16654         * sysdeps/i386/fpu/libm-test-ulps: Update.
16655         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16657 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
16659         * manual/probes.texi: Remove cases when per-thread arenas are
16660         disabled.
16662 2013-12-18  Andreas Schwab  <schwab@suse.de>
16664         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
16665         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
16666         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
16667         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
16668         * sysdeps/i386/i686/multiarch/Makefile: Update.
16669         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
16671 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16673         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
16674         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
16676 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
16678         [BZ #15968]
16679         Support TZ transition times < 00:00:00.
16680         This is needed for version-3 tz-format files; it supports time
16681         stamps past 2037 for America/Godthab (the only entry in the tz
16682         database for which this change is relevant).
16683         * manual/time.texi (TZ Variable): Document transition times
16684         from -167:59:59 through -00:00:01.
16685         * time/tzset.c (tz_rule): Time of day is now signed.
16686         (__tzset_parse_tz): Parse negative time of day.
16688         Document TZ transition times >= 25:00:00.
16689         * manual/time.texi (TZ Variable): Document transition times from
16690         25:00:00 through 167:59:59.  These are already supported, and this
16691         support will help with version-3 tz-format files.
16693         * manual/time.texi (TZ Variable): Modernize North America example
16694         to reflect current (i.e., 2007-and-later) daylight saving rules.
16696         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
16698 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16700         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
16701         * sysdeps/unix/bsd/bits/stat.h: Likewise.
16702         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
16703         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
16704         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
16705         * sysdeps/unix/bsd/bsdstat.h: Likewise.
16706         * sysdeps/unix/bsd/clock.c: Likewise.
16707         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
16708         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
16709         * sysdeps/unix/bsd/init-posix.c: Likewise.
16710         * sysdeps/unix/bsd/poll.c: Likewise.
16711         * sysdeps/unix/bsd/ptsname.c: Likewise.
16712         * sysdeps/unix/bsd/seekdir.c: Likewise.
16713         * sysdeps/unix/bsd/setegid.c: Likewise.
16714         * sysdeps/unix/bsd/seteuid.c: Likewise.
16715         * sysdeps/unix/bsd/setgid.c: Likewise.
16716         * sysdeps/unix/bsd/setrgid.c: Likewise.
16717         * sysdeps/unix/bsd/setruid.c: Likewise.
16718         * sysdeps/unix/bsd/setsid.c: Likewise.
16719         * sysdeps/unix/bsd/setuid.c: Likewise.
16720         * sysdeps/unix/bsd/sigaction.c: Likewise.
16721         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
16722         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
16723         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
16724         * sysdeps/unix/bsd/telldir.c: Likewise.
16725         * sysdeps/unix/bsd/times.c: Likewise.
16726         * sysdeps/unix/bsd/usleep.c: Likewise.
16728         * misc/Makefile (install-lib): Remove libbsd-compat.a.
16729         ($(objpfx)libbsd-compat.a): Remove rule.
16731         * include/features.h (__FAVOR_BSD): Do not define.
16732         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
16733         features conflicting with POSIX.
16734         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
16735         (_BSD_SOURCE): Remove description of not being a subset of other
16736         feature test macros.
16737         * manual/job.texi (getpgrp): Do not document BSD version.
16738         (getpgid): Do not document by reference to BSD getpgrp.
16739         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
16740         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
16741         * signal/signal.h [__FAVOR_BSD]: Likewise.
16742         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
16743         instead of making contents conditional on [__FAVOR_BSD].
16744         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
16746 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16748         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16750 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16752         [BZ #16314]
16753         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
16754         values below 2**-450, not 2**-500.
16755         * math/auto-libm-test-in: Don't allow spurious underflow from
16756         hypot.
16757         * math/auto-libm-test-out: Regenerated.
16759         [BZ #16316]
16760         [BZ #16330]
16761         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
16762         values of ha and hb and sort them after adjusting subnormal
16763         arguments.
16764         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
16765         Likewise.
16766         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
16767         values of ea and eb and sort them after adjusting subnormal
16768         arguments.
16769         * math/auto-libm-test-in: Do not expect some hypot tests of
16770         subnormals to fail.  Add more hypot tests.
16771         * math/auto-libm-test-out: Regenerated.
16773 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16775         [BZ #13304]
16776         * sysdeps/sh/s_fma.c: New file.
16777         * sysdeps/sh/s_fmaf.c: New file.
16778         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
16779         version.
16780         * sysdeps/sh/Implies: Add sh/soft-fp.
16782 2013-12-16  Roland McGrath  <roland@hack.frob.com>
16784         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
16785         level of indirection to members `objname', `errstring', `malloced'.
16786         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
16787         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
16788         it as the __longjmp argument (just pass 1 instead).
16789         (_dl_catch_error): Initialize C with argument pointers and address of
16790         volatile local ERRCODE rather than copying values out of C at return.
16792 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
16794         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
16795         * math/auto-libm-test-out: Regenerated.
16796         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
16797         (hypot_test_data): Likewise.
16798         (pow_test_data): Likewise.
16799         (pow_tonearest_test_data): Likewise.
16800         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16801         mpfr_ff_f.
16802         (func_calc_desc): Add mpfr_ff_f union field.
16803         (FUNC_mpfr_ff_f): New macro.
16804         (test_functions): Add atan2, hypot and pow.
16805         (special_fill_min): New function.
16806         (special_fill_minus_min): Likewise.
16807         (special_fill_min_subnorm): Likewise.
16808         (special_fill_minus_min_subnorm): Likewise.
16809         (special_real_inputs): Add min, -min, min_subnorm and
16810         -min_subnorm.
16811         (calc_generic_results): Handle mpfr_ff_f.
16812         * sysdeps/i386/fpu/libm-test-ulps: Update.
16813         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16815 2013-12-16  Will Newton  <will.newton@linaro.org>
16817         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
16818         (Aligned Memory Blocks): Add documentation for aligned_alloc
16819         and suggest it as an alternative to posix_memalign.
16820         (Hooks for Malloc): Document __memalign_hook is also called
16821         for aligned_alloc.  (Summary of Malloc): Add summary for
16822         aligned alloc.  Document __memalign_hook is also called
16823         for aligned_alloc.
16825 2013-12-16  Will Newton  <will.newton@linaro.org>
16827         * manual/memory.texi (Malloc Examples): Clarify default
16828         alignment documentation.  Suggest posix_memalign rather
16829         than memalign or valloc.
16830         (Aligned Memory Blocks): Remove suggestion to use memalign
16831         or valloc.  Remove obsolete comment about BSD.
16832         Document memalign errno values and mark the function obsolete.
16833         Document posix_memalign returned error codes.  Mark valloc
16834         as obsolete.  (Hooks for Malloc): __memalign_hook is also
16835         called for posix_memalign and valloc.
16836         (Summary of Malloc): Add posix_memalign to function summary.
16837         __memalign_hook is also called for posix_memalign and valloc.
16839 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
16841         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
16842         TAYLOR_SIN.
16843         (__sin): Adjust.
16844         (__cos): Likewise.
16845         (sloww): Use mynumber union.  Expand ternary operator into
16846         if-else statements.
16847         (cslow): use mynumber union.
16849 2013-12-16  Allan McRae  <allan@archlinux.org>
16851         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
16852         * configure: Regenerated.
16854         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
16856         [BZ #14120]
16857         * configure.ac: Added --enable-maintainer-mode. Check for
16858         autoconf when enabled.
16859         * configure: Regenerated.
16861         * nscd/nscd.service: New file.
16862         * nscd/nscd.tmpfiles: New file.
16864 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
16866         [BZ #12100]
16867         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
16868         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
16869         * sysdeps/x86_64/multiarch/strstr.c: ... here.
16870         (strstr): Add __strstr_sse2_unaligned ifunc.
16871         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
16872         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
16873         (strcasestr): Remove __strcasestr_sse42 ifunc.
16874         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
16875         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
16876         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
16878 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16880         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
16881         * sysdeps/sh/bits/fenv.h: ... here.
16882         * sysdeps/sh/sh4/fpu/bits: Remove directory.
16884 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16886         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
16888         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
16889         hypotf multiarch implementations.
16890         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
16891         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
16892         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
16893         multiarch hypot for PPC64.
16894         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
16895         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
16896         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
16897         multiarch hypotf for PPC64.
16899         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
16900         modff multiarch implementations.
16901         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
16902         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
16903         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
16904         multiarch modf for PPC64.
16905         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
16906         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
16907         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
16908         multiarch modff for PPC64.
16910         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
16911         and logl multiarch implementations.
16912         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
16913         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
16914         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
16915         multiarch logb for PPC64.
16916         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
16917         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
16918         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
16919         multiarch logb for PPC64.
16920         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
16921         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
16922         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
16923         multiarch logb for PPC64.
16925         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
16926         isinff multiarch implementation.
16927         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
16928         file.
16929         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
16930         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
16931         multiarch isinf for PPC64.
16932         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
16933         file.
16934         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
16935         multiarch isinff for PPC64.
16937         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
16938         finitef multiarch implementation.
16939         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
16940         file.
16941         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
16942         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
16943         multiarch finite for PPC64.
16944         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
16945         file.
16946         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
16947         multiarch finitef for PPC64.
16949         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
16950         lrint multiarch implementation.
16951         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
16952         file.
16953         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
16954         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
16955         multiarch llrint for PPC64.
16956         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
16957         multiarch lrint for PPC64.
16959         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
16960         copysignf multiarch implementation.
16961         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
16962         file.
16963         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
16964         file.
16965         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
16966         multiarch copysign for PPC64.
16967         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
16968         multiarch copysignf for PPC64.
16970         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
16971         multiarch implementation.
16972         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
16973         file.
16974         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
16975         file.
16976         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
16977         file.
16978         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
16979         file.
16980         multiarch llround for PPC64.
16981         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
16982         multiarch trunc for PPC64.
16983         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
16984         multiarch truncf for PPC64.
16986         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
16987         multiarch implementation.
16988         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
16989         file.
16990         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
16991         file.
16992         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
16993         file.
16994         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
16995         file.
16996         multiarch llround for PPC64.
16997         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
16998         multiarch round for PPC64.
16999         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
17000         multiarch roundf for PPC64.
17002         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
17003         multiarch implementation.
17004         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
17005         file.
17006         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
17007         file.
17008         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
17009         file.
17010         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
17011         file.
17012         multiarch llround for PPC64.
17013         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
17014         multiarch floor for PPC64.
17015         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
17016         multiarch floorf for PPC64.
17018         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
17019         multiarch implementation.
17020         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
17021         file.
17022         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
17023         file.
17024         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
17025         file.
17026         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
17027         file.
17028         multiarch llround for PPC64.
17029         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
17030         multiarch ceil for PPC64.
17031         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
17032         multiarch ceilf for PPC64.
17034         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
17035         multiarch implementation.
17036         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
17037         file.
17038         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
17039         file.
17040         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
17041         file.
17042         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
17043         multiarch llround for PPC64.
17044         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
17045         multiarch lround for PPC64.
17047         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
17048         multiarch implementation.
17049         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
17050         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
17051         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
17052         file.
17053         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
17054         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
17055         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
17056         multiarch isnan for PPC64.
17057         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
17058         multiarch isnanf for PPC64.
17060         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
17061         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
17062         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
17063         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
17064         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
17065         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
17067         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
17068         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
17069         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
17070         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
17072         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
17073         multiarch implementations.
17074         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17075         (__libc_ifunc_impl_list): Likewise.
17076         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
17077         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
17078         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
17079         multiarch stpcpy for PPC64.
17081         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
17082         multiarch implementations.
17083         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17084         (__libc_ifunc_impl_list): Likewise.
17085         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
17086         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
17087         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
17088         multiarch strcpy for PPC64.
17090         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
17091         redefine function name.
17092         (_wordcopy_fwd_dest_aligned): Likewise.
17093         (_wordcopy_bwd_aligned): Likewise.
17094         (_wordcopy_bwd_dest_aligned): Likewise.
17095         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
17096         multiarch implementations.
17097         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17098         (__libc_ifunc_impl_list): Likewise.
17099         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
17100         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
17101         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
17102         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
17103         multiarch wcscpy for PPC64.
17105         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
17106         multiarch implementations.
17107         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17108         (__libc_ifunc_impl_list): Likewise.
17109         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
17110         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
17111         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
17112         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
17113         multiarch wcscpy for PPC64.
17115         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
17116         multiarch implementations.
17117         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17118         (__libc_ifunc_impl_list): Likewise.
17119         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
17120         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
17121         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
17122         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
17123         multiarch wcsrchr for PPC64.
17125         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
17126         multiarch implementations.
17127         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17128         (__libc_ifunc_impl_list): Likewise.
17129         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
17130         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
17131         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
17132         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
17133         multiarch wcschr for PPC64.
17135         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
17136         multiarch implementations.
17137         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17138         (__libc_ifunc_impl_list): Likewise.
17139         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
17140         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
17141         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
17142         multiarch strchrnul for PPC64.
17144         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
17145         implementations.
17146         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17147         (__libc_ifunc_impl_list): Likewise.
17148         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
17149         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
17150         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
17151         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
17152         strchr for PPC64.
17154         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
17155         implementations.
17156         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17157         (__libc_ifunc_impl_list): Likewise.
17158         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
17159         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
17160         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
17161         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
17162         strncmp for PPC64.
17164         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
17165         multiarch implementations.
17166         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17167         (__libc_ifunc_impl_list): Likewise.
17168         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
17169         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
17170         strncasecmp for PPC64.
17171         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
17172         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
17173         multiarch strncasecmp_l for PPC64.
17175         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
17176         multiarch implementations.
17177         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17178         (__libc_ifunc_impl_list): Likewise.
17179         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
17180         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
17181         multiarch strcasecmp for PPC64.
17182         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
17183         file.
17184         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
17185         multiarch strcasecmp_l for PPC64.
17187         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
17188         implementations.
17189         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17190         (__libc_ifunc_impl_list): Likewise.
17191         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
17192         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
17193         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
17194         strnlen for PPC64.
17196         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
17197         implementations.
17198         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17199         (__libc_ifunc_impl_list): Likewise.
17200         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
17201         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
17202         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
17203         strlen for PPC64.
17205         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
17206         implementations.
17207         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17208         (__libc_ifunc_impl_list): Likewise.
17209         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
17210         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
17211         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
17212         rawmemrchr for PPC64.
17214         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
17215         implementation.
17216         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17217         (__libc_ifunc_impl_list): Likewise.
17218         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
17219         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
17220         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
17221         memrchr for PPC64.
17223         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
17224         implementation.
17225         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17226         (__libc_ifunc_impl_list): Likewise.
17227         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
17228         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
17229         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
17230         memchr for PPC64.
17232         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
17233         implementation.
17234         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17235         (__libc_ifunc_impl_list): Likewise.
17236         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
17237         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
17238         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
17239         mempcpy for PPC64.
17241         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
17242         avoid cretion of __bzero symbol.
17243         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
17244         Likewise.
17245         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
17246         Likewise.
17247         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
17248         Likewise.
17249         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
17250         multiarch implementations.
17251         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17252         (__libc_ifunc_impl_list): Likewise.
17253         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
17254         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
17255         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
17256         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
17257         bzero for PPC32.
17258         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
17259         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
17260         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
17261         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
17262         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
17263         memset for PPC64.
17264         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
17266         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
17267         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
17268         implementations.
17269         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17270         (__libc_ifunc_impl_list): Likewise.
17271         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
17272         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
17273         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
17274         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
17275         memcmp for PPC64.
17277         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
17278         multiarch for POWER/PPC64.
17279         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
17280         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
17281         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
17282         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
17283         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
17284         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
17285         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
17286         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
17287         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
17288         memcpy for PPC64.
17290         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
17291         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
17292         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
17293         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
17294         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
17295         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
17296         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
17297         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
17298         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
17299         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
17300         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
17301         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
17302         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
17303         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
17304         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
17305         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
17306         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
17307         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
17308         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
17309         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
17310         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
17311         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
17313 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17315         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
17317 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
17319         * benchtests/Makefile (bench): Add exp2 and log2.
17320         (LDLIBS-bench-exp2): Add -lm.
17321         (LDLIBS-bench-log2): Likewise.
17322         * benchtests/exp2-inputs: New inputs file.
17323         * benchtests/log2-inputs: New inputs file.
17324         * benchtests/log-inputs: Add new inputs.
17325         * benchtests/tan-inputs: Likewise.
17327 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
17329         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
17330         definition...
17331         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
17332         (csloww2): ... from here.
17334         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
17335         instead of structures.
17336         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
17337         (POLYNOMIAL): Likewise.
17338         (TAYLOR_SLOW): Likewise.
17339         (__sin): Likewise.
17340         (__cos): Likewise.
17341         (slow1): Likewise.
17342         (slow2): Likewise.
17343         (sloww): Likewise.
17344         (sloww1); Likewise.
17345         (sloww2): Likewise.
17346         (bsloww1): Likewise.
17347         (bsloww2): Likewise.
17348         (cslow2): Likewise.
17349         (csloww): Likewise.
17350         (csloww1): Likewise.
17351         (csloww2): Likewise.
17353 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
17355         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
17356         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
17357         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
17358         * malloc/hooks.c (realloc_check): Likewise.
17360         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
17361         * malloc/arena.c: Remove PER_THREAD conditional.
17362         [!PER_THREAD]: Remove code.
17363         (ptmalloc_unlock_all2): Likewise.
17364         (ptmalloc_init): Likewise.
17365         (_int_new_arena): Likewise.
17366         (arena_get2): Likewise.
17367         * malloc/hooks.c (__malloc_get_state): Likewise.
17368         (__malloc_set_state): Likewise.
17369         * malloc/malloc.c: Likewise.
17370         (struct malloc_state): Likewise.
17371         (struct malloc_par): Likewise.
17372         (__libc_realloc): Likewise.
17373         (__libc_mallopt): Likewise.
17375 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17377         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
17379 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
17381         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
17382         macro to a function.  Check for zero perturb_byte.
17383         (_int_malloc, _int_free): Remove zero perturb_byte checks.
17385         * malloc/malloc.c: (force_reg): Remove.
17386         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
17387         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
17388         force_reg by atomic_forced_read.
17389         * malloc/arena.c (ptmalloc_init): Likewise.
17390         * malloc/hooks.c (top_check): Likewise.
17392 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17394         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17396 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
17398         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17400 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
17402         * math/auto-libm-test-in: Add tests of lgamma.
17403         * math/auto-libm-test-out: Regenerated.
17404         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
17405         (M_LOG_2_SQRT_PIl): Likewise.
17406         (lgamma_test_data): Use AUTO_TESTS_f_f1.
17407         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17408         mpfr_f_f1.
17409         (func_calc_desc): Add mpfr_f_f1 union field.
17410         (ARGS1): New macro.
17411         (ARGS2): Likewise.
17412         (ARGS3): Likewise.
17413         (ARGS4): Likewise.
17414         (RET1): Likewise.
17415         (RET2): Likewise.
17416         (CALC): Likewise.
17417         (FUNC): Likewise.
17418         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
17419         (test_functions): Add lgamma.
17420         (calc_generic_results): Handle mpfr_f_f1.
17421         * sysdeps/i386/fpu/libm-test-ulps: Update.
17422         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17424 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17426         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
17427         __mpn_add_n for PowerPC64/POWER7.
17428         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
17429         __mpn_sub_n for PowerPC64/POWER7.
17431         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
17432         __mpn_addmul_1 for PowerPC64.
17433         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
17434         __mpn_submul_1 for PowerPC64.
17435         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
17436         for PowerPC64.
17437         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
17438         for PowerPC64.
17440 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
17442         [BZ #15089]
17443         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
17445 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17447         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
17449         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
17450         add multiarch folders.
17451         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
17452         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
17453         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
17454         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
17455         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
17456         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
17457         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
17458         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
17459         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
17460         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
17461         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
17462         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
17463         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
17464         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
17465         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
17466         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
17467         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
17469         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17470         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
17471         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
17472         New file.
17473         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
17474         New file.
17475         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
17476         multiarch __ieee754_hypot for PowerPC32.
17477         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
17478         New file.
17479         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
17480         New file.
17481         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
17482         multiarch __ieee754_hypotf for PowerPC32.
17484         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
17485         long_double_symbol only if __logbl is defined.
17486         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
17487         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
17488         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
17489         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
17490         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
17491         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
17492         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
17493         path for implementation.
17494         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
17495         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
17496         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
17497         logb, and logbl multiarch implementations for PowerPC32.
17498         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
17499         file.
17500         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
17501         file.
17502         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
17503         multiarch logb for PowerPC32.
17504         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
17505         file.
17506         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
17507         file.
17508         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
17509         multiarch logbf for PowerPC32.
17510         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
17511         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
17512         file.
17513         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
17514         multiarch logbl implementation for PowerPC32.
17516         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
17517         and modff multiarch implementations.
17518         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
17519         New file.
17520         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
17521         New file.
17522         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
17523         multiarch modf for PowerPC32.
17524         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
17525         New file.
17526         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
17527         New file.
17528         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
17529         multiarch modff for PowerPC32.
17531         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
17532         and lrintf multiarch implementations.
17533         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
17534         New file.
17535         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
17536         New file.
17537         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
17538         multiarch lrint for PowerPC32.
17539         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
17540         file: multiarch lrintf for PowerPC32.
17542         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
17543         and lroundf multiarch implementations.
17544         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
17545         New file.
17546         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
17547         New file.
17548         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
17549         New file.
17550         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
17551         multiarch lround for PowerPC32.
17552         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
17553         file: multiarch lroundf for PowerPC32.
17555         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17556         copysign and copysignf multiarch implementations.
17557         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
17558         New file.
17559         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
17560         New file.
17561         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
17562         file: multiarch copysign for PowerPC32.
17563         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
17564         file: multiarch copysignf for PowerPC32.
17566         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
17567         and truncf multiarch implementations.
17568         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
17569         New file.
17570         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
17571         file.
17572         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
17573         multiarch trunc for PowerPC32.
17574         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
17575         New file.
17576         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
17577         New file.
17578         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
17579         multiarch truncf for PowerPC32.
17581         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
17582         and roundf multiarch implementations.
17583         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
17584         New file.
17585         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
17586         file.
17587         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
17588         multiarch round for PowerPC32.
17589         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
17590         New file.
17591         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
17592         New file.
17593         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
17594         multiarch roundf for PowerPC32.
17596         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
17597         and floorf multiarch implementations.
17598         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
17599         New file.
17600         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
17601         file.
17602         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
17603         multiarch floor for PowerPC32.
17604         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
17605         New file.
17606         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
17607         New file.
17608         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
17609         multiarch floorf for PowerPC32.
17611         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
17612         and ceilf multiarch implementations.
17613         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
17614         New file.
17615         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
17616         file.
17617         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
17618         multiarch ceil for PowerPC32.
17619         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
17620         New file.
17621         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
17622         file.
17623         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
17624         multiarch ceilf for PowerPC32.
17626         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
17627         is defined.
17628         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
17629         FINITEF is defined.
17630         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
17631         and finitef multiarch implementations.
17632         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
17633         New file.
17634         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
17635         file.
17636         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
17637         multiarch finite for PowerPC32.
17638         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
17639         New file.
17640         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
17641         file: multiarch finitef for PowerPC32.
17643         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
17644         and isinff multiarch implementations.
17645         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
17646         file.
17647         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
17648         file.
17649         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
17650         multiarch isinf for PowerPC32.
17651         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
17652         New file.
17653         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
17654         multiarch isinff for PowerPC32.
17656         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
17657         alias when __isnan is defined.
17658         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
17659         and isnanf multiarch implementations.
17660         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
17661         file.
17662         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
17663         file.
17664         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
17665         file.
17666         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
17667         file.
17668         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
17669         multiarch isnan for PowerPC32.
17670         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
17671         New file.
17672         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
17673         New file.
17674         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
17675         multiarch isnanf for PowerPC32.
17677         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
17678         and sqrtf multiarch implementations.
17679         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
17680         file.
17681         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
17682         file.
17683         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
17684         multiarch sqrt for PowerPC32.
17685         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
17686         file.
17687         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
17688         file.
17689         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
17690         multiarch sqrtf for PowerPC32.
17692         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
17693         and llroundf multiarch implementations.
17694         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
17695         New file.
17696         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
17697         New file.
17698         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
17699         New file.
17700         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
17701         file: multiarch llround for PowerPC32.
17702         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
17703         file: multiarch llroundf for PowerPC32.
17705         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
17706         multiarch PowerPC32 fpu implementations.
17707         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
17708         New file.
17709         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
17710         New file.
17711         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
17712         multiarch llrint for PowerPC32.
17713         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
17714         New file.
17715         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
17716         New file.
17717         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
17718         file.
17720         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
17722         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
17723         file.
17724         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
17725         file.
17726         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
17727         file.
17728         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
17729         multiarch wordcopy for PPC32.
17730         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
17731         wordcopy objects.
17732         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17733         (__libc_ifunc_impl_list): Likewise.
17734         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
17735         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
17736         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
17737         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
17738         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
17739         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
17741         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
17742         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
17743         file.
17744         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
17745         file.
17746         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
17747         file.
17748         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
17749         multiarch wcscpy for PPC32.
17750         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
17751         multiarch objects.
17752         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17753         (__libc_ifunc_impl_list): Likewise.
17754         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
17755         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
17756         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
17757         sysdeps/powerpc/power6/wcscpy.c.
17759         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
17760         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
17761         file.
17762         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
17763         file.
17764         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
17765         file.
17766         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
17767         multiarch wcsrchr for PPC32.
17768         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
17769         multiarch objects.
17770         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17771         (__libc_ifunc_impl_list): Likewise.
17772         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
17773         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
17774         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
17775         sysdeps/powerpc/power6/wcsrchr.c.
17777         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
17778         file.
17779         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
17780         file.
17781         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
17782         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
17783         multiarch wcschr for PPc32.
17784         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
17785         multiarch objects.
17786         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17787         (__libc_ifunc_impl_list): Likewise.
17788         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
17789         * sysdeps/powerpc/power6/wcschr.c: ... to here.
17790         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
17791         sysdeps/powerpc/power6/wcschr.c.
17793         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
17794         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
17795         file.
17796         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
17797         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
17798         file: multiarch strchr for PPC32.
17799         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
17800         multiarch objects.
17801         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17802         (__libc_ifunc_impl_list): Likewise.
17804         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
17805         name.
17806         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
17807         file.
17808         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
17809         file.
17810         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
17811         multiarch strchrnul for PPC32.
17812         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
17813         multiarch objects.
17814         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17815         (__libc_ifunc_impl_list): Likewise.
17817         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
17818         file.
17819         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
17820         multiarch strncasecmp for PPC32.
17821         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
17822         file.
17823         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
17824         multiarch strncasecmp_l for PPC32.
17825         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
17826         strncasecmp multiarch objects.
17827         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17828         (__libc_ifunc_impl_list): Likewise.
17830         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
17831         file.
17832         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
17833         multiarch strncasecmp for PPC32.
17834         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
17835         New file.
17836         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
17837         multiarch strcasecmp_l for PPC32.
17838         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
17839         multiarch objects.
17840         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17841         (__libc_ifunc_impl_list): Likewise.
17843         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
17844         file.
17845         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
17846         file.
17847         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
17848         multiarch strncmp for PPC32.
17849         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
17850         multiarch objects.
17851         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17852         (__libc_ifunc_impl_list): Likewise.
17854         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
17855         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
17856         file.
17857         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
17858         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
17859         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
17860         multiarch objects.
17861         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17862         (__libc_ifunc_impl_list): Likewise.
17864         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
17865         file.
17866         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
17867         file.
17868         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
17869         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
17870         multiarch objects.
17871         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17872         (__libc_ifunc_impl_list): Likewise.
17874         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
17875         file.
17876         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
17877         file.
17878         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
17879         multiarch rawmemchr for PPC32.
17880         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
17881         multiarch objects.
17882         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17883         (__libc_ifunc_impl_list): Likewise.
17885         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
17886         file.
17887         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
17888         file.
17889         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
17890         file: memrchr multiarch for PPC32.
17891         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
17892         multiarch objects.
17893         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17894         (__libc_ifunc_impl_list): Likewise.
17896         * string/memchr.c (__memchr): Using macro to redefine symbol name.
17897         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
17898         file.
17899         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
17900         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
17901         multiarch memchr for PPC32.
17902         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
17903         multiarch objects.
17904         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17905         (__libc_ifunc_impl_list): Likewise.
17907         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
17908         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
17909         file.
17910         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
17911         file.
17912         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
17913         file: multiarch mempcpy for PPC32.
17914         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
17915         multiarch objects.
17916         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17917         (__libc_ifunc_impl_list): Likewise.
17919         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
17920         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
17921         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
17922         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
17923         multiarch bzero for PPC32.
17924         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
17925         file.
17926         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
17927         file.
17928         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
17929         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
17930         file: multiarch memset for PPC32.
17931         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
17932         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
17933         memset multiarch objects.
17934         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17935         (__libc_ifunc_impl_list): Likewise.
17937         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
17938         file.
17939         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
17940         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
17941         memcmp for PPC32.
17942         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
17943         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
17944         multiarch objects.
17945         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17946         (__libc_ifunc_impl_list): Likewise.
17948         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
17949         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
17950         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
17951         file.
17952         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
17953         file.
17954         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
17955         file.
17956         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
17957         multiarch memcpy for PPC32.
17958         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
17959         multiarch objects.
17960         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17961         (__libc_ifunc_impl_list): Likewise.
17963         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
17964         support multiarch for POWER/PPC32.
17965         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
17966         Likewise.
17967         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
17968         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
17969         Implies file to make multiarch folder appers before the fpu and
17970         default folder for power4 configuration.
17972 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
17974         * scripts/bench.pl: Append volatile keyword to type.
17976 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17978         * sysdeps/sh/sotruss-lib.c: New file.
17979         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
17981 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17983         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17985 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
17987         [BZ #6810]
17988         * math/w_tgamma.c: Include <errno.h>.
17989         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
17990         * math/w_tgammaf.c: Include <errno.h>.
17991         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
17992         * math/w_tgammal.c: Include <errno.h>.
17993         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
17994         * math/auto-libm-test-in: Do not allow missing errno on tgamma
17995         underflow.  Add more tgamma tests.
17996         * math/auto-libm-test-out: Regenerated.
17997         * sysdeps/i386/fpu/libm-test-ulps: Update.
17998         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18000         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
18001         sin, sinh, tan, tanh, tgamma, y0 and y1.
18002         * math/auto-libm-test-out: Regenerated.
18003         * math/libm-test.inc (TEST_COND_x86_64): New macro.
18004         (TEST_COND_x86): Likewise.
18005         (M_E2l): Remove macro.
18006         (M_E3l): Likewise.
18007         (M_2_SQRT_PIl): Likewise.
18008         (M_SQRT_PIl): Likewise.
18009         (M_1_DIV_El): Likewise.
18010         (log_test_data): Use AUTO_TESTS_f_f.
18011         (log10_test_data): Likewise.
18012         (log1p_test_data): Likewise.
18013         (log2_test_data): Likewise.
18014         (sin_test_data): Likewise.
18015         (sin_tonearest_test_data): Likewise.
18016         (sin_towardzero_test_data): Likewise.
18017         (sin_downward_test_data): Likewise.
18018         (sin_upward_test_data): Likewise.
18019         (sinh_test_data): Likewise.
18020         (sinh_tonearest_test_data): Likewise.
18021         (sinh_towardzero_test_data): Likewise.
18022         (sinh_downward_test_data): Likewise.
18023         (sinh_upward_test_data): Likewise.
18024         (tan_test_data): Likewise.
18025         (tan_tonearest_test_data): Likewise.
18026         (tan_towardzero_test_data): Likewise.
18027         (tan_downward_test_data): Likewise.
18028         (tan_upward_test_data): Likewise.
18029         (tanh_test_data): Likewise.
18030         (tgamma_test_data): Likewise.
18031         (y0_test_data): Likewise.
18032         (y1_test_data): Likewise.
18033         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
18034         (special_real_inputs): Add pi/4.
18035         * sysdeps/i386/fpu/libm-test-ulps: Update.
18036         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18038 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18040         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
18041         "longjmp_target" static probes.
18042         (__longjmp): Rename to __longjmp_symbol.
18043         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
18044         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
18045         on which longjmp to generate.
18046         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
18047         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
18048         probe.
18049         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18050         (__sigjmp_save): Rename to __sigjmp_save_symbol.
18051         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
18052         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
18053         and __sigjmp_save_symbol based on which sigsetjmp to generated.
18054         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
18055         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
18056         __longjmp_symbol based on which __longjmp to generate.
18057         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
18058         probe.
18059         (setjmp): Rename to setjmp_symbol.
18060         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18061         (_setjmp): Rename to _setjmp_symbol.
18062         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18063         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
18064         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
18065         which setjmp to generate.
18066         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
18067         "longjmp_target" static probes.
18069 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
18071         * benchtests/README: Add note about output arguments.
18072         * benchtests/bench-sincos.c: Remove file.
18073         * benchtests/sincos-inputs: New file.
18074         * scripts/bench.pl: Identify output arguments and define
18075         static variables for them.
18077         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
18079         [BZ #15941]
18080         * Makefile (INSTALL): Add install-plain.texi as the primary
18081         dependency.
18082         * manual/install-plain.texi: New file.
18083         * manual/install.texi: Include node directive only for
18084         non-plaintext output.
18086 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
18088         * stdlib/longlong.h: Update from GCC.
18090         [BZ #6807]
18091         [BZ #15901]
18092         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
18093         * math/w_j0f.c (y0f): Likewise.
18094         * math/w_j0l.c (__y0l): Likewise.
18095         * math/w_j1.c (y1): Likewise.
18096         * math/w_j1f.c (y1f): Likewise.
18097         * math/w_j1l.c (__y1l): Likewise
18098         * math/w_jn.c (yn): Likewise.
18099         * math/w_jnf.c (ynf): Likewise.
18100         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
18101         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
18102         value for Bessel function domain errors outside _SVID_ mode.
18103         Adjust sign of return value for yn (negative integer, 0).
18104         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
18105         by zero in return for negative x and set sign appropriately for
18106         negative n.
18107         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
18108         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
18109         * math/libm-test.inc (y0_test_data): Add more tests and adjust
18110         expectations in error cases.
18111         (y1_test_data): Likewise.
18112         (yn_test_data): Likewise.
18113         * sysdeps/i386/fpu/libm-test-ulps: Update.
18114         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18116 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18118         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
18119         "64" to "64-v1".  Add "64-v2".
18120         (abi-64-options): Rename to ...
18121         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
18122         (abi-64-condition): Rename to ...
18123         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
18124         (abi-64-ld-soname): Rename to ...
18125         (abi-64-v1-ld-soname): ... this.
18126         (abi-64-v2-options): Define.
18127         (abi-64-v2-condition): Likewise.
18128         (abi-64-v2-ld-soname): Likewise.
18129         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
18130         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
18131         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
18132         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
18133         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
18135 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18136             Alan Modra  <amodra@gmail.com>
18138         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
18139         New versions for use with the ELFv2 ABI.
18140         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
18141         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
18142         declaration.
18143         (struct La_ppc64v2_retval): Likewise.
18144         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
18145         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
18146         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
18147         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
18148         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
18149         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
18150         Do not save or restore CR.
18151         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
18152         (_dl_profile_resolve): Do no save or restore CR.  Support extended
18153         return values for ELFv2 ABI.  Fix location of FPR return registers.
18154         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
18155         updated values for _CALL_ELF == 2.
18156         (La_regs, La_retval, int_retval): Likewise.
18158 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18160         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
18161         (FRAME_MIN_SIZE_PARM): Likewise.
18162         (FRAME_BACKCHAIN): Likewise.
18163         (FRAME_CR_SAVE): Likewise.
18164         (FRAME_LR_SAVE): Likewise.
18165         (FRAME_TOC_SAVE): Likewise.
18166         (FRAME_PARM_SAVE): Likewise.
18167         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
18168         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
18169         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
18170         (call_mcount_parm_offset): New macro.
18171         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
18172         (PROF): Use symbolic stack frame offsets.
18173         (TAIL_CALL_SYSCALL_ERROR): Likewise.
18174         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
18175         Redefine in terms of FRAME_MIN_SIZE.
18176         (_dl_runtime_resolve): Use symbolic stack frame offsets.
18177         (_dl_profile_resolve): Likewise.  Update comment.
18178         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
18179         symbols stack frame offsets.
18180         (__sigsetjmp): Likewise.
18181         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
18182         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
18183         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
18184         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
18186         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
18187         (FRAME_BACKCHAIN): Remove.
18188         (FRAME_CR_SAVE): Likewise.
18189         (FRAME_LR_SAVE): Likewise.
18190         (FRAME_COMPILER_DW): Likewise.
18191         (FRAME_LINKER_DW): Likewise.
18192         (FRAME_TOC_SAVE): Likewise.
18193         (FRAME_PARM_SAVE): Likewise.
18194         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
18195         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
18196         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
18197         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
18198         (CHECK_SP): Use symbolic stack frame offsets.
18199         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
18200         zone" instead of caller's parameter save area for temp storage.
18201         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
18202         Likewise.  Also, use symbolic stack frame offsets.
18203         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
18204         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
18205         our own stack frame instead of the caller's.
18206         (__socket): Use symbolic stack frame offsets.
18208 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18209             Alan Modra  <amodra@gmail.com>
18211         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
18212         Define.
18213         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
18214         (PPC64_LOCAL_ENTRY_OFFSET): Define.
18215         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
18216         New function.
18217         (elf_machine_fixup_plt): Call it.
18218         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
18219         reloc arguments.
18220         (elf_machine_rela): Update call to elf_machine_plt_conflict.
18221         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18222         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
18223         r2 before calling target.
18225 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18226             Alan Modra  <amodra@gmail.com>
18228         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
18229         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
18230         versions of macros to support ELFv2 ABI.
18231         (LOCALENTRY): New macro.
18232         (ENTRY, EALIGN): Use it.
18233         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
18234         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
18235         fall through into ENTRY entry point.
18236         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
18237         Only define if _CALL_ELF != 2.
18239         (elf_machine_matches_host): Verify ABI version matches.
18240         (RTLD_START): Use LOCALENTRY.
18241         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
18242         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
18243         (PLT_ENTRY_WORDS): New macro.
18244         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
18245         (elf_machine_runtime_setup): Support ELFv2 ABI.
18246         (elf_machine_fixup_plt): Likewise.
18247         (elf_machine_plt_conflict): Likewise.
18248         (resolve_ifunc): Likewise.
18249         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
18250         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
18251         Likewise.
18252         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
18253         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
18254         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18255         (makecontext): Support ELFv2 ABI.
18256         * elf/elf.h (EF_PPC64_ABI): Define.
18258 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18260         * sysdeps/powerpc/powerpc64/sysdep.h
18261         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
18262         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
18263         (ENTRY) [ASSEMBLER]: ... but instead here ...
18264         (EALIGN) [ASSEMBLER]: ... and here.
18265         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
18266         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
18267         (ENTRY_2) [!ASSEMBLER]: Use it.
18268         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
18269         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
18270         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18271         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
18272         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
18273         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
18274         Use PPC64_LOAD_FUNCPTR.
18276         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
18278 2013-12-04  Alan Modra  <amodra@gmail.com>
18280         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
18281         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
18282         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
18283         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
18285         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
18286         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
18287         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
18288         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
18289         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
18290         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
18292 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18294         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18295         (__makecontext): Fix incorrect CFI when backtracing out of
18296         context created via makecontext.
18297         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
18298         (__setcontext): Fix incorrect CFI during switch to new context.
18299         (__novec_setcontext): Likewise.
18301 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18303         [BZ #4772]
18304         * time/strptime_l.c (__strptime_internal): Allow modifiers
18305         in strptime.
18306         * time/tst-strptime.c (day_tests): Add testcase.
18308 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
18310         * scripts/bench.pl: Skip over blank lines.
18312 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18314         [BZ #926]
18315         * manual/time.texi (Calendar Time): Clarify what timezone functions
18316         use.
18318 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18320         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18322 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18324         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
18325         implementation.
18326         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
18327         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
18328         * debug/memset_chk.c (__memset_chk): Likewise.
18329         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
18330         * debug/strncpy_chk.c: Likewise.
18332 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18334         [BZ #15268]
18335         [BZ #15425]
18336         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
18337         (__ieee754_exp): For possibly underflowing results, check size of
18338         result and force underflow exception if required.
18339         * math/auto-libm-test-in: Add more tests of exp.
18340         * math/auto-libm-test-out: Regenerated.
18341         * sysdeps/i386/fpu/libm-test-ulps: Update.
18342         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18344         [BZ #16283]
18345         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
18346         * math/w_exp2f.c (__exp2f): Likewise.
18347         * math/w_exp2l.c (__exp2l): Likewise.
18348         * math/auto-libm-test-in: Do not allow missing errno on exp2
18349         underflow.
18350         * math/auto-libm-test-out: Regenerated.
18352 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
18354         [BZ #16274]
18355         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
18356         handle filename validation.
18357         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
18358         (do_open): Delete.
18360 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18362         [BZ #6786]
18363         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
18364         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
18365         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
18366         <float.h>.
18367         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
18368         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
18369         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18370         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
18371         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18372         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
18373         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18374         * math/auto-libm-test-in: Don't allow missing errno from erfc.
18375         Add more erfc tests.
18376         * math/auto-libm-test-out: Regenerated.
18377         * sysdeps/i386/fpu/libm-test-ulps: Update.
18378         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18380         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
18381         exp2, expm1, j0 and j1.
18382         * math/auto-libm-test-out: Regenerated.
18383         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
18384         (erfc_test_data): Likewise.
18385         (exp_test_data): Likewise.
18386         (exp_tonearest_test_data): Likewise.
18387         (exp_towardzero_test_data): Likewise.
18388         (exp_downward_test_data): Likewise.
18389         (exp_upward_test_data): Likewise.
18390         (exp10_test_data): Likewise.
18391         (exp2_test_data): Likewise.
18392         (expm1_test_data): Likewise.
18393         (j0_test_data): Likewise.
18394         (j1_test_data): Likewise.
18395         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
18396         (input_flag_type): Add flag_xfail_rounding.
18397         (input_flags): Add xfail-rounding.
18398         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
18399         (output_for_one_input_case): Handle flag_xfail_rounding.
18400         * sysdeps/i386/fpu/libm-test-ulps: Update.
18401         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18403 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
18405         [BZ #16289]
18406         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
18407         division by 0.
18409 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
18411         [BZ #16195]
18412         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
18413         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
18414         (STAP_PROBE0): New macro.
18415         (STAP_PROBE1): Likewise.
18416         (STAP_PROBE2): Likewise.
18417         (STAP_PROBE3): Likewise.
18418         (STAP_PROBE4): Likewise.
18420 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
18422         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
18424 2013-12-02  Steve Ellcey  <sellcey@mips.com>
18426         * benchtests/Makefile (bench): Add sqrt.
18427         (LDLIBS-bench-sqrt): New.
18428         * benchtests/sqrt-input: New.
18430 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
18432         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
18433         (GAIH_EAI): Likewise.
18434         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
18435         (gaih_inet): Likewise.
18436         (getaddrinfo): Don't use GAIH_EAI.
18438         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
18439         (struct gaih): Remove definition.
18441 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
18443         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
18444         Use HERRNOP directly.
18446 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18448         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18450 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
18452         * math/gen-auto-libm-tests.c (test_functions): Add more
18453         single-argument functions.
18454         (special_fill_pi_2): New function.
18455         (special_fill_minus_pi_2): Likewise.
18456         (special_fill_pi_6): Likewise.
18457         (special_fill_minus_pi_6): Likewise.
18458         (special_fill_pi_3): Likewise.
18459         (special_fill_2pi_3): Likewise.
18460         (special_fill_e): Likewise.
18461         (special_fill_1_e): Likewise.
18462         (special_fill_e_minus_1): Likewise.
18463         (special_real_inputs): Add more special inputs.
18464         (output_for_one_input_case): Do not require ERANGE on underflow to
18465         zero if round-to-nearest result does not underflow to zero, unless
18466         exact results required.
18467         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
18468         atan, atanh, cbrt, cos and cosh.
18469         * math/auto-libm-test-out: Regenerated.
18470         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
18471         (acos_tonearest_test_data): Likewise.
18472         (acos_towardzero_test_data): Likewise.
18473         (acos_downward_test_data): Likewise.
18474         (acos_upward_test_data): Likewise.
18475         (acosh_test_data): Likewise.
18476         (asin_test_data): Likewise.
18477         (asin_tonearest_test_data): Likewise.
18478         (asin_towardzero_test_data): Likewise.
18479         (asin_upward_test_data): Likewise.
18480         (asinh_test_data): Likewise.
18481         (atan_test_data): Likewise.
18482         (atanh_test_data): Likewise.
18483         (cbrt_test_data): Likewise.
18484         (cos_test_data): Likewise.
18485         (cos_tonearest_test_data): Likewise.
18486         (cos_towardzero_test_data): Likewise.
18487         (cos_downward_test_data): Likewise.
18488         (cos_upward_test_data): Likewise.
18489         (cosh_test_data): Likewise.
18490         (cosh_tonearest_test_data): Likewise.
18491         (cosh_towardzero_test_data): Likewise.
18492         (cosh_downward_test_data): Likewise.
18493         (cosh_upward_test_data): Likewise.
18494         * sysdeps/i386/fpu/libm-test-ulps: Update.
18495         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18497 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
18499         [BZ #6787]
18500         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
18501         * math/w_exp10f.c (__exp10f): Likewise.
18502         * math/w_exp10l.c (__exp10l): Likewise.
18503         * math/libm-test.inc (exp10_test_data): Add more tests and expect
18504         errno settings in existing tests.
18506         [BZ #14032]
18507         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
18508         precision control set to double precision.
18509         * sysdeps/i386/fpu/w_sqrt.c: New file.
18510         * math/auto-libm-test-in: Add more tests.
18511         * math/auto-libm-test-out: Update.
18513         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
18514         (sqrt_test_tonearest): New function.
18515         (sqrt_towardzero_test_data): New variable.
18516         (sqrt_test_towardzero): New function.
18517         (sqrt_downward_test_data): New variable.
18518         (sqrt_test_downward): New function.
18519         (sqrt_upward_test_data): New variable.
18520         (sqrt_test_upward): New function.
18521         (main): Call the new functions.
18523         * math/gen-auto-libm-tests.c: New file.
18524         * math/auto-libm-test-in: Likewise.
18525         * math/auto-libm-test-out: New generated file.
18526         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
18527         variables.
18528         (%beautify): Add generated representations of zero.
18529         (top level): Set $auto_input and call parse_auto_input.
18530         (beautify): Remove trailing "f" from hex float constants.
18531         (parse_args): Handle XFAIL_TEST.
18532         (convert_condition): New function.
18533         (or_value): Likewise.
18534         (or_cond_value): Likewise.
18535         (generate_testfile): Handle AUTO_TESTS_* lines.
18536         (parse_auto_input): New function.
18537         * math/libm-test.inc (XFAIL_TEST): New macro.
18538         (ERRNO_UNCHANGED): Update value.
18539         (ERRNO_EDOM): Likewise.
18540         (ERRNO_ERANGE): Likewise.
18541         (IGNORE_RESULT): Likewise.
18542         (TEST_COND_flt_32): New macro.
18543         (TEST_COND_dbl_64): Likewise.
18544         (TEST_COND_ldbl_96_intel): Likewise.
18545         (TEST_COND_ldbl_96_m68k): Likewise.
18546         (TEST_COND_ldbl_128): Likewise.
18547         (TEST_COND_ldbl_128ibm): Likewise.
18548         (TEST_COND_long32): Likewise.
18549         (TEST_COND_long64): Likewise.
18550         (TEST_COND_before_rounding): Likewise.
18551         (TEST_COND_after_rounding): Likewise.
18552         (enable_test): Handle XFAIL_TEST flag.
18553         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
18554         with finite results.
18555         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
18556         auto-libm-test-out.
18558 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
18559             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18561         [BZ #16214]
18562         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
18563         __tls_get_addr_internal instead of __tls_get_offset in order to
18564         avoid GOT pointer dependency.  Make rtld export
18565         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
18566         __tls_get_addr since we are a __tls_get_offset platform.
18567         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
18568         GOT pointer being set up before.
18569         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
18571 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
18573         * manual/math.texi (Errors in Math Functions): Document accuracy
18574         goals.
18576         [BZ #15004]
18577         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
18578         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
18579         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
18580         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
18581         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
18582         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
18583         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
18584         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
18585         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
18586         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
18587         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
18588         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
18589         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
18590         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
18591         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
18592         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
18594         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
18595         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
18596         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
18597         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
18598         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
18599         Likewise.
18600         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
18601         Likewise.
18602         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
18603         Likewise.
18604         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
18605         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
18606         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
18607         atomic-feupdateenv and flt-rounds.
18608         * sysdeps/powerpc/nofpu/Versions (libc): Add
18609         __atomic_feholdexcept, __atomic_feclearexcept,
18610         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
18611         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
18612         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
18613         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
18614         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
18615         here.
18616         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
18617         Update.
18619         * manual/arith.texi (FP Exceptions): Document that exceptions may
18620         not be raised when matherr is used.
18621         (Math Error Reporting): Document overflow in directed rounding
18622         modes.  Document that errno may not be set when finite values are
18623         returned on overflow.  Document intent to set errno on underflow
18624         only for underflow to zero.
18626         [BZ #16271]
18627         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
18628         round-to-nearest then adjust result for other rounding modes.
18629         * include/fenv.h (fegetround): Use libm_hidden_proto.
18630         * math/fegetround.c (fegetround): Use libm_hidden_def.
18631         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
18632         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
18633         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
18634         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
18635         Likewise.
18636         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
18637         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
18638         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
18639         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
18641 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
18643         [BZ #16077]
18644         * nss/Versions (libnss_files): Add
18645         _nss_files_gethostbyname3_r.
18646         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
18647         New function.
18648         (HOST_DB_LOOKUP): Remove macro.
18649         (_nss_files_gethostbyname_r): Implement function without the
18650         HOST_DB_LOOKUP macro.
18651         (_nss_files_gethostbyname2_r): Likewise.
18653 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
18655         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
18657 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
18659         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
18660         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
18661         warning.
18663 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18665         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
18666         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
18667         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
18668         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
18669         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
18670         __fe_nomask_env_priv and attribute_hidden.
18671         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
18672         (libc_feupdateenv_test_ppc): Likewise.
18673         (libc_feresetround_ppc): Likewise.
18674         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
18675         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
18676         compat_symbol macro.
18677         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
18678         (__fe_nomask_env): Likewise.
18679         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
18681 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18683         * string/Makefile: Remove ifunc tests.
18684         * string/test-string.h: Define TEST_IFUNC.
18685         * string/test-bcopy-ifunc.c: Remove.
18686         * string/test-bzero-ifunc.c: Likewise.
18687         * string/test-memccpy-ifunc.c: Likewise.
18688         * string/test-memchr-ifunc.c: Likewise.
18689         * string/test-memcmp-ifunc.c: Likewise.
18690         * string/test-memcpy-ifunc.c: Likewise.
18691         * string/test-memmem-ifunc.c: Likewise.
18692         * string/test-memmove-ifunc.c: Likewise.
18693         * string/test-mempcpy-ifunc.c: Likewise.
18694         * string/test-memrchr-ifunc.c: Likewise.
18695         * string/test-memset-ifunc.c: Likewise.
18696         * string/test-rawmemchr-ifunc.c: Likewise.
18697         * string/test-stpcpy-ifunc.c: Likewise.
18698         * string/test-stpncpy-ifunc.c: Likewise.
18699         * string/test-strcasecmp-ifunc.c: Likewise.
18700         * string/test-strcasestr-ifunc.c: Likewise.
18701         * string/test-strcat-ifunc.c: Likewise.
18702         * string/test-strchr-ifunc.c: Likewise.
18703         * string/test-strchrnul-ifunc.c: Likewise.
18704         * string/test-strcmp-ifunc.c: Likewise.
18705         * string/test-strcpy-ifunc.c: Likewise.
18706         * string/test-strcspn-ifunc.c: Likewise.
18707         * string/test-strlen-ifunc.c: Likewise.
18708         * string/test-strncasecmp-ifunc.c: Likewise.
18709         * string/test-strncat-ifunc.c: Likewise.
18710         * string/test-strncmp-ifunc.c: Likewise.
18711         * string/test-strncpy-ifunc.c: Likewise.
18712         * string/test-strnlen-ifunc.c: Likewise.
18713         * string/test-strpbrk-ifunc.c: Likewise.
18714         * string/test-strrchr-ifunc.c: Likewise.
18715         * string/test-strspn-ifunc.c: Likewise.
18716         * string/test-strstr-ifunc.c: Likewise.
18718 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18720         * benchtests/Makefile: Remove ifunc tests.
18721         * benchtests/bench-string.h: Define TEST_IFUNC.
18722         * benchtests/bench-bcopy-ifunc.c: Remove.
18723         * benchtests/bench-bzero-ifunc.c: Likewise.
18724         * benchtests/bench-memccpy-ifunc.c: Likewise.
18725         * benchtests/bench-memchr-ifunc.c: Likewise.
18726         * benchtests/bench-memcmp-ifunc.c: Likewise.
18727         * benchtests/bench-memcpy-ifunc.c: Likewise.
18728         * benchtests/bench-memmem-ifunc.c: Likewise.
18729         * benchtests/bench-memmove-ifunc.c: Likewise.
18730         * benchtests/bench-mempcpy-ifunc.c: Likewise.
18731         * benchtests/bench-memrchr-ifunc.c: Likewise.
18732         * benchtests/bench-memset-ifunc.c: Likewise.
18733         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
18734         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
18735         * benchtests/bench-stpcpy-ifunc.c: Likewise.
18736         * benchtests/bench-stpncpy-ifunc.c: Likewise.
18737         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
18738         * benchtests/bench-strcasestr-ifunc.c: Likewise.
18739         * benchtests/bench-strcat-ifunc.c: Likewise.
18740         * benchtests/bench-strchr-ifunc.c: Likewise.
18741         * benchtests/bench-strchrnul-ifunc.c: Likewise.
18742         * benchtests/bench-strcmp-ifunc.c: Likewise.
18743         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
18744         * benchtests/bench-strcpy-ifunc.c: Likewise.
18745         * benchtests/bench-strcspn-ifunc.c: Likewise.
18746         * benchtests/bench-strlen-ifunc.c: Likewise.
18747         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
18748         * benchtests/bench-strncat-ifunc.c: Likewise.
18749         * benchtests/bench-strncmp-ifunc.c: Likewise.
18750         * benchtests/bench-strncpy-ifunc.c: Likewise.
18751         * benchtests/bench-strnlen-ifunc.c: Likewise.
18752         * benchtests/bench-strpbrk-ifunc.c: Likewise.
18753         * benchtests/bench-strrchr-ifunc.c: Likewise.
18754         * benchtests/bench-strsep-ifunc.c: Likewise.
18755         * benchtests/bench-strspn-ifunc.c: Likewise.
18756         * benchtests/bench-strstr-ifunc.c: Likewise.
18758 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18760         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
18762 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18764         * resolv/netdb.h: Use __glibc_reserved instead __unused.
18765         * rt/aio.h: Likewise.
18766         * sysdeps/gnu/bits/utmp.h: Likewise.
18767         * sysdeps/gnu/bits/utmpx.h: Likewise.
18768         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
18769         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
18770         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
18771         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
18772         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
18773         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
18774         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
18775         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
18776         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
18777         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
18778         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
18779         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
18780         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
18781         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
18782         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
18783         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
18784         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
18785         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
18786         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
18787         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
18788         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
18789         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
18790         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
18791         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
18792         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
18793         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
18794         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
18795         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
18796         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
18797         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
18798         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
18799         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
18800         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
18801         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
18802         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
18803         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
18804         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
18805         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
18806         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
18807         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
18808         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
18809         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
18811 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
18813         [BZ #16245]
18814         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
18815         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
18817 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
18819         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
18820         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
18821         Likewise.
18823 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18825         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
18826         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
18827         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
18828         (__fesetround): Remove define.
18829         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
18830         rounding and exceptions handling.
18831         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
18832         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
18833         (__fe_nomask_env): Likewise.
18834         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
18835         __fegetround instead of fegetround.
18836         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
18837         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
18839 2013-11-21  Roland McGrath  <roland@hack.frob.com>
18841         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
18842         it's there.
18844         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
18846 2013-11-21  Meador Inge  <meadori@codesourcery.com>
18848         [BZ #11157]
18849         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
18850         (encrypt_r): Likewise.
18851         * malloc/obstack.h (obstack_free): Likewise.
18852         * posix/unistd.h (encrypt): Likewise.
18854 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
18856         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
18857         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
18858         DL_CALL_DT_FINI() that call the functions directly.
18859         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
18860         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
18861         * elf/dl-fini.c: Likewise.
18863 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
18865         * malloc/hooks.c (memalign_check): Add alignment rounding.
18866         * malloc/malloc.c (_mid_memalign): New function.
18867         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
18868         Implement by calling _mid_memalign.
18869         * manual/probes.texi (Memory Allocation Probes): Remove
18870         memory_valloc_retry and memory_pvalloc_retry.
18872 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
18874         * locale/programs/locarchive.c (open_archive): Add const
18875         qualifier to ARCHIVEFNAME and copy default fname to
18876         DEFAULT_FNAME.
18878         [BZ #15601]
18879         * libio/tst-widetext.input: Rename Oriya to Odia.
18880         * locale/iso-639.def: Likewise.
18882         * manual/probes.texi (Mathematical Function Probes): Add
18883         documentation for sin, cos, asin and acos probes.
18884         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
18885         (__sin32): Add slowasin probe.
18886         (__cos32): Add slowacos probe.
18887         (__mpsin): Add slowsin probe.
18888         (__mpcos): Add slowcos probe.
18890 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
18892         [BZ #15483]
18893         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
18894         thread-local __sim_exceptions_thread and global
18895         __sim_exceptions_global.
18896         (__sim_disabled_exceptions): Change to thread-local
18897         __sim_disabled_exceptions_thread and global
18898         __sim_disabled_exceptions_global.
18899         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
18900         and global __sim_round_mode_global.
18901         (__simulate_exceptions): Use thread-local floating-point state and
18902         set global state from it as needed.
18903         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
18904         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
18905         __sim_round_mode_thread.
18906         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
18907         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
18908         and global __sim_exceptions_global.
18909         (__sim_disabled_exceptions): Change to thread-local
18910         __sim_disabled_exceptions_thread and global
18911         __sim_disabled_exceptions_global.
18912         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
18913         and global __sim_round_mode_global.
18914         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
18915         (SIM_SET_GLOBAL): Likewise.
18916         * sysdeps/powerpc/soft-fp/sfp-machine.h
18917         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
18918         __sim_round_mode_thread.
18919         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
18920         __sim_disabled_exceptions_thread.
18921         (__sim_exceptions): Change to __sim_exceptions_thread.
18922         (__sim_disabled_exceptions): Change to
18923         __sim_disabled_exceptions_thread.
18924         (__sim_round_mode): Change to __sim_round_mode_thread.
18925         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
18926         thread-local floating-point state and set global state from it as
18927         needed.
18928         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
18929         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
18930         (__sim_disabled_exceptions): Remove extern declaration.
18931         (feenableexcept): Use thread-local floating-point state and set
18932         global state from it as needed.
18933         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
18934         extern declaration.
18935         (__sim_disabled_exceptions): Likewise.
18936         (__sim_round_mode): Likewise.
18937         (__fegetenv): Use thread-local floating-point state.
18938         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
18939         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
18940         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
18941         floating-point state and set global state from it as needed.
18942         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
18943         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
18944         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
18945         Likewise.
18946         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
18947         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
18948         Likewise.
18949         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
18950         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
18951         Use __sim_round_mode_thread.
18952         * math/test-fenv-tls.c: New file.
18953         * math/Makefile (tests): Add test-fenv-tls.
18954         ($(objpfx)test-fenv-tls): Depend on
18955         $(common-objpfx)nptl/libpthread.so.
18957 2013-11-19  Andreas Schwab  <schwab@suse.de>
18959         * locale/programs/locale.c (show_info): Decode wordarray elements.
18960         * locale/categories.def (LC_MONETARY): Add element for
18961         _NL_MONETARY_CRNCYSTR.
18962         * locale/C-monetary.c (conversion_rate): New variable.
18963         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
18964         element.
18966 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
18968         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
18969         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
18971 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
18973         * elf/Makefile (tst-auxv): New test.
18974         * elf/tst-auxv.c: New
18975         * elf/rtld.c (dl_main): Adjust AT_EXECFN
18977 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
18979         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
18980         (hidden_proto): Caller changed.
18981         (hidden_tls_proto): New macro.
18982         (libc_hidden_tls_proto): Likewise.
18983         (rtld_hidden_tls_proto): Likewise.
18984         (libm_hidden_tls_proto): Likewise.
18985         (libresolv_hidden_tls_proto): Likewise.
18986         (librt_hidden_tls_proto): Likewise.
18987         (libdl_hidden_tls_proto): Likewise.
18988         (libnss_files_hidden_tls_proto): Likewise.
18989         (libnsl_hidden_tls_proto): Likewise.
18990         (libnss_nisplus_hidden_tls_proto): Likewise.
18991         (libutil_hidden_tls_proto): Likewise.
18993 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
18995         [BZ #10253]
18996         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
18997         (decompose_rpath): Defer expansion to fillin_rpath.
18998         (_dl_init_paths): Pass linkmap to fillin_rpath.
19000 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
19002         * benchtests/Makefile: Add strsep.
19003         * benchtests/bench-strsep.c: New file: strsep benchtest.
19004         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
19006 2013-11-18  Andreas Schwab  <schwab@suse.de>
19008         * locale/programs/locale.c (show_info) [case byte]: Check for
19009         '\377' instead of '\177'.
19010         * locale/C-monetary.c (not_available): Always use "\377".
19011         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
19012         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
19013         detect unavailable sign_posn locale elements.
19014         * locale/localeconv.c (__localeconv): For grouping and
19015         mon_grouping handle "\177" and "\377" like no grouping.
19016         (INT_ELEM): New macro.  Use it to set all numeric members.
19017         * locale/programs/ld-monetary.c (monetary_read)
19018         <tok_mon_grouping>: Normalize single -1 to the empty string.
19019         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
19020         Likewise.
19022 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
19024         [BZ #16055]
19025         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
19026         when we match (nil).
19027         * stdio-common/tst-sscanf.c (struct test): Add testcase.
19029 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
19031         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
19032         (NO_TEST_INLINE): Update value.
19033         (ERRNO_UNCHANGED): Likewise.
19034         (ERRNO_EDOM): Likewise.
19035         (ERRNO_ERANGE): Likewise.
19036         (IGNORE_RESULT): Likewise.
19037         (check_float_internal): Check signs of NaN results if
19038         TEST_NAN_SIGN used.
19039         (check_complex): Pass TEST_NAN_SIGN flag through to second
19040         check_float_internal call.
19041         (copysign_test_data): Add tests with quiet NaNs as second
19042         argument.  Use TEST_NAN_SIGN.
19043         (fabs_test_data): Add test of negative quiet NaN argument.  Use
19044         TEST_NAN_SIGN.
19045         (signbit_test_data): Add tests of quiet NaN argument.
19046         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
19048         * math/gen-libm-test.pl (show_exceptions): Take extra argument
19049         $ignore_result.
19050         (parse_args): Handle function results specified as IGNORE.
19051         * math/libm-test.inc (IGNORE_RESULT): New macro.
19052         (check_float_internal): Do not check numerical result if flag
19053         IGNORE_RESULT set.
19054         (check_complex): Pass through IGNORE_RESULT to second
19055         check_float_internal call.
19056         (check_int): Do not check numerical result if flag IGNORE_RESULT
19057         set.
19058         (check_long): Likewise.
19059         (check_bool): Likewise.
19060         (check_longlong): Likewise.
19061         (lrint_test_data): Add tests of infinite and NaN arguments.
19062         (lrint_tonearest_test_data): Likewise.
19063         (lrint_towardzero_test_data): Likewise.
19064         (lrint_downward_test_data): Likewise.
19065         (lrint_upward_test_data): Likewise.
19066         (llrint_test_data): Likewise.
19067         (llrint_tonearest_test_data): Likewise.
19068         (llrint_towardzero_test_data): Likewise.
19069         (llrint_downward_test_data): Likewise.
19070         (llrint_upward_test_data): Likewise.
19071         (lround_test_data): Likewise.
19072         (llround_test_data): Likewise.
19074         * math/libm-test.inc (NO_TEST_INLINE): New macro.
19075         (ERRNO_UNCHANGED): Update value.
19076         (ERRNO_EDOM): Likewise.
19077         (ERRNO_ERANGE): Likewise.
19078         (NO_TEST_INLINE_FLOAT): New macro.
19079         (NO_TEST_INLINE_DOUBLE): Likewise.
19080         (enable_test): New function.
19081         (RUN_TEST_f_f): Check enable_test before running test.
19082         (RUN_TEST_2_f): Likewise.
19083         (RUN_TEST_fff_f): Likewise.
19084         (RUN_TEST_c_f): Likewise.
19085         (RUN_TEST_f_f1): Likewise.
19086         (RUN_TEST_fF_f1): Likewise.
19087         (RUN_TEST_fI_f1): Likewise.
19088         (RUN_TEST_ffI_f1): Likewise.
19089         (RUN_TEST_c_c): Likewise.
19090         (RUN_TEST_cc_c): Likewise.
19091         (RUN_TEST_f_i): Likewise.
19092         (RUN_TEST_f_i_tg): Likewise.
19093         (RUN_TEST_ff_i_tg): Likewise.
19094         (RUN_TEST_f_b): Likewise.
19095         (RUN_TEST_f_b_tg): Likewise.
19096         (RUN_TEST_f_l): Likewise.
19097         (RUN_TEST_f_L): Likewise.
19098         (RUN_TEST_fFF_11): Likewise.
19099         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
19100         conditionals.
19101         (cosh_test_data): Likewise.
19102         (exp_test_data): Likewise.
19103         (expm1_test_data): Likewise.
19104         (hypot_test_data): Likewise.
19105         (pow_test_data): Likewise.
19106         (sinh_test_data): Likewise.
19107         (tanh_test_data): Likewise.
19108         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
19109         flags argument.
19111         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
19112         tests with quiet NaN input and output.
19113         (acosh_test_data): Likewise.
19114         (asin_test_data): Likewise.
19115         (asinh_test_data): Likewise.
19116         (atan_test_data): Likewise.
19117         (atanh_test_data): Likewise.
19118         (atan2_test_data): Likewise.
19119         (cbrt_test_data): Likewise.
19120         (cos_test_data): Likewise.
19121         (cosh_test_data): Likewise.
19122         (erf_test_data): Likewise.
19123         (erfc_test_data): Likewise.
19124         (exp_test_data): Likewise.
19125         (exp10_test_data): Likewise.
19126         (exp2_test_data): Likewise.
19127         (expm1_test_data): Likewise.
19128         (hypot_test_data): Likewise.
19129         (j0_test_data): Likewise.
19130         (j1_test_data): Likewise.
19131         (jn_test_data): Likewise.
19132         (lgamma_test_data): Likewise.
19133         (log_test_data): Likewise.
19134         (log10_test_data): Likewise.
19135         (log1p_test_data): Likewise.
19136         (log2_test_data): Likewise.
19137         (pow_test_data): Likewise.
19138         (scalb_test_data): Likewise.
19139         (sin_test_data): Likewise.
19140         (sincos_test_data): Likewise.
19141         (sinh_test_data): Likewise.
19142         (tan_test_data): Likewise.
19143         (tanh_test_data): Likewise.
19144         (tgamma_test_data): Likewise.
19145         (y0_test_data): Likewise.
19146         (y1_test_data): Likewise.
19147         (yn_test_data): Likewise.
19149         [BZ #16167]
19150         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
19151         argument being NaN and avoid computations with second argument in
19152         that case.
19153         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
19154         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
19155         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
19157 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
19159         * locale/iso-639.def: Add Chitwani Tharu (the).
19161 2013-11-14  Andreas Schwab  <schwab@suse.de>
19163         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
19164         word instead of empty string.
19166 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19168         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19169         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
19170         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19171         (__fe_nomask_env): Likewise.
19173 2013-11-13  Steve Ellcey  <sellcey@mips.com>
19175         * benchtests/bench-timing.h: Include time.h.
19177 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
19179         [BZ #15997]
19180         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
19181         to 3.4.0 for x32.
19182         * sysdeps/unix/sysv/linux/configure: Regenerated.
19184 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
19186         [BZ #16151]
19187         * stdlib/strtod_l.c (round_and_return): Do not consider
19188         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
19189         exponent one less than half the least subnormal exponent.
19190         * stdlib/test-strtod-round-data: Add more tests.
19191         * stdlib/tst-strtod-round.c (tests): Regenerated.
19193 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19195         [BZ #14143]
19196         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
19197         (__fe_mask_env): Likewise.
19198         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
19199         libm_hidden_proto and add function prototype.
19200         (__fe_mask_env): Add function prototype.
19201         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19202         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
19203         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
19204         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
19205         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19206         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
19208 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19210         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
19211         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
19213 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19215         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
19216         of htab_find_slot().
19218 2013-11-11  David S. Miller  <davem@davemloft.net>
19220         [BZ #16150]
19221         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
19222         symbol in the non-vis3 case in static builds.
19223         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
19224         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
19225         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
19226         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
19228 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
19230         [BZ #387]
19231         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
19232         it is empty.
19234 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19236         * benchtests/Makefile: Add bench-strtod.
19237         * benchtests/bench-strtod.c: New file: strtod benchtest
19239 2013-11-11  Andreas Schwab  <schwab@suse.de>
19241         [BZ #16153]
19242         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
19243         terminating NUL in key length.
19245 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19247         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
19248         Add artificial ODP entry for vDSO symbol for PPC64.
19249         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
19250         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
19252 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
19254         [BZ #15374]
19255         * nss/getent.c (services_keys): Recognize services starting with digit.
19257 2013-11-06  David S. Miller  <davem@davemloft.net>
19259         [BZ #15985]
19260         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
19261         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
19263 2013-11-06  Will Newton  <will.newton@linaro.org>
19265         * manual/memory.texi (Malloc Examples): Remove register
19266         keyword from examples.
19268 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
19270         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
19272 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
19274         [BZ #6981]
19275         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
19276         depending on [__GCC_IEC_559 > 0].
19277         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
19278         depending on [__GCC_IEC_559_COMPLEX > 0].
19280 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
19282         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
19283         to iso-639.def.
19285 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
19287         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
19289 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
19291         [BZ #16112]
19292         * malloc/malloc (malloc_info): Do not handle first bin as
19293         special case.
19295 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
19297         * locale/iso-639.def: Add Central Nahuatl (nhn).
19299 2013-11-01  Bruno Haible  <bruno@clisp.org>
19301         [BZ #7003]
19302         * manual/math.texi (BSD Random): Specify range upper bound as
19303         in POSIX.
19305 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
19307         * locale/iso-639.def: Add Meadow Mari (mhr).
19309 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
19311         [BZ #14752], [BZ #15763]
19312         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
19313         Validate name.
19314         * rt/tst_shm.c: Add test for escaping directory.
19316 2013-10-31  Andreas Schwab  <schwab@suse.de>
19318         [BZ #15917]
19319         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
19320         followed by 'x' as part of digit sequence.
19321         * stdio-common/tst-sscanf.c (double_tests2): New tests.
19323 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
19325         [BZ #16037]
19326         * configure.ac: allow GNU Make 4.0 and greater.
19327         * configure: Regenerated.
19329 2013-10-30  Will Newton  <will.newton@linaro.org>
19331         [BZ #16038]
19332         * malloc/hooks.c (memalign_check): Limit alignment to the
19333         maximum representable power of two.
19334         * malloc/malloc.c (__libc_memalign): Likewise.
19335         * malloc/tst-memalign.c (do_test): Add test for very
19336         large alignment values.
19337         * malloc/tst-posix_memalign.c (do_test): Likewise.
19339 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19341         [BZ #11087]
19342         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
19343         (munmap_chunk): Likewise.
19344         (mremap_chunk): Likewise.
19346 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19348         [BZ #15799]
19349         * stdlib/div.c (div): Remove obsolete code.
19350         * stdlib/ldiv.c (ldiv): Likewise.
19351         * stdlib/lldiv.c (lldiv): Likewise.
19353 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
19355         [BZ #16071]
19356         * nss/nss_files/files-XXX.c (get_contents_ret): New
19357         enumerator.
19358         (get_contents): New function.
19359         (internal_getent): Use it.  Expand size of LINEBUFLEN.
19361 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
19363         * configure.in: Moved to ...
19364         * configure.ac: ... here. Change reference to configure.in
19365         to configure.ac.
19366         * sysdeps/arm/preconfigure.ac: ... here.
19367         configure.in to configure.ac.
19368         * sysdeps/gnu/configure.in: Moved to ...
19369         * sysdeps/gnu/configure.ac: ... here.
19370         * sysdeps/i386/configure.in: Moved to ...
19371         * sysdeps/i386/configure.ac: ... here.
19372         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
19373         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
19374         * sysdeps/mach/configure.in: Moved to ...
19375         * sysdeps/mach/configure.ac: ... here.
19376         * sysdeps/mach/hurd/configure.in: Moved to ...
19377         * sysdeps/mach/hurd/configure.ac: ... here.
19378         * sysdeps/powerpc/configure.in: Moved to ...
19379         * sysdeps/powerpc/configure.ac: ... here.
19380         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
19381         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
19382         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
19383         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
19384         * sysdeps/s390/s390-32/configure.in: Moved to ...
19385         * sysdeps/s390/s390-32/configure.ac: ... here.
19386         * sysdeps/s390/s390-64/configure.in: Moved to ...
19387         * sysdeps/s390/s390-64/configure.ac: ... here.
19388         * sysdeps/sh/configure.in: Moved to ...
19389         * sysdeps/sh/configure.ac: ... here.
19390         * sysdeps/sparc/configure.in: Moved to ...
19391         * sysdeps/sparc/configure.ac: ... here.
19392         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
19393         * sysdeps/unix/sysv/linux/configure.ac: ... here.
19394         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
19395         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
19396         * sysdeps/x86_64/configure.in: Moved to ...
19397         * sysdeps/x86_64/configure.ac: ... here.
19398         * sysdeps/x86_64/preconfigure.in: Moved to ...
19399         * sysdeps/x86_64/preconfigure.ac: ... here.
19400         * aclocal.m4: Change reference to configure.in to configure.ac.
19401         * config.h.in: Likewise.
19402         * manual/install.texi: Likewise.
19403         * manual/maint.texi: Likewise.
19404         * Makefile: Likewise.
19405         * malloc/Makefile: Likewise.
19406         * nscd/Makefile: Likewise.
19407         * Makeconfig: Change reference to configure.in and
19408         preconfigure.in to configure.ac and preconfigure.ac
19409         respectively.
19410         * INSTALL: Regenerated.
19411         * configure: Likewise.
19412         * sysdeps/gnu/configure: Likewise.
19413         * sysdeps/i386/configure: Likewise.
19414         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
19415         * sysdeps/mach/configure: Likewise.
19416         * sysdeps/mach/hurd/configure: Likewise.
19417         * sysdeps/powerpc/configure: Likewise.
19418         * sysdeps/powerpc/powerpc32/configure: Likewise.
19419         * sysdeps/powerpc/powerpc64/configure: Likewise.
19420         * sysdeps/s390/s390-32/configure: Likewise.
19421         * sysdeps/s390/s390-64/configure: Likewise.
19422         * sysdeps/sh/configure: Likewise.
19423         * sysdeps/sparc/configure: Likewise.
19424         * sysdeps/unix/sysv/linux/configure: Likewise.
19425         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
19426         * sysdeps/x86_64/configure: Likewise.
19427         * sysdeps/x86_64/preconfigure: Likewise.
19429 2013-10-29  Andreas Schwab  <schwab@suse.de>
19431         * stdio-common/Makefile (tst-swscanf-ENV): Define.
19433 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
19435         * benchtests/pow-inputs: Add new inputs.
19437         * benchtests/exp-inputs: Add new inputs.
19439         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
19440         conditional check for return value.
19441         (__cos32): Likewise.
19443 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19445         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
19446         to provide a boost for large inputs with word alignment.
19447         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
19448         implementation based on optimized PPC64 strcpy.
19449         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
19450         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
19451         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
19452         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
19454 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19456         [BZ #2801]
19457         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
19459 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19461         [BZ #14876]
19462         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
19463         * time/tst-strptime.c (day_tests): Add testcase.
19465 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19467         [BZ #14029]
19468         * manual/pattern.texi: Acknowledge that fnmatch can fail.
19470 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
19472         [BZ #16074]
19473         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
19474         MAP_FAILED on error.
19476 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
19478         [BZ #16072]
19479         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
19480         heap for large requests.
19482 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
19484         [BZ #9954]
19485         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
19486         result if the result has no associated interface.
19487         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
19488         interface for all 127.X.Y.Z addresses.
19490 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
19492         * locale/iso-639.def: Add Ligurian (lij)
19494 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
19496         [BZ #15825]
19497         * sunrpc/rpc_main.c: Document rpcgen -5.
19499 2013-10-19  Michael Stahl  <mstahl@redhat.com>
19501         * elf/rtld.c (do_preload): Print the reason why preloading failed.
19503 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19505         [BZ #10278]
19506         * posix/glob.c: Match only directories when trailing slash is present.
19507         * posix/tst-gnuglob.c (my_opendir): Do not open files.
19508         (main): Add testcase.
19510 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19512         [BZ #15670]
19513         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
19515 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
19517         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
19518         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
19519         AUTH_DES and cindex for FIPS 140-2.
19520         (DES Encryption): Add cindex FIPS 46-3.
19522         * locale/locarchive.h (struct locarhandle): Add fname.
19523         * locale/programs/localedef.c (main): Pass ARGV[remaining]
19524         if an optional argument was specified to --list-archive,
19525         otherwise NULL.
19526         * locale/programs/locarchive.c (show_archive_content): Take new
19527         argument fname and pass it via ah.fname to open_archive.
19528         * locale/programs/localedef.h: Update decl.
19529         (open_archive): If AH->fname is non-null, open that file
19530         rather than the default file name, and don't ignore ENOENT.
19531         (create_archive): Set AH.fname to NULL.
19532         (delete_locales_from_archive): Likewise.
19533         (add_locales_to_archive): Likewise.
19534         * locale/programs/locfile.c (write_all_categories): Likewise.
19536 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
19537             Aldy Hernandez  <aldyh@redhat.com>
19539         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
19540         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
19541         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
19542         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
19543         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
19544         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
19545         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
19546         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
19547         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
19548         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
19549         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
19550         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
19551         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
19552         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
19553         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
19554         Likewise.
19555         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
19556         Likewise.
19557         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
19558         Likewise.
19559         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
19560         Likewise.
19561         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
19562         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
19563         Likewise.
19564         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
19565         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
19566         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
19567         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
19568         Likewise.
19569         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
19570         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
19571         * sysdeps/powerpc/preconfigure: Likewise.
19572         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
19573         Likewise.
19574         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
19575         Replace contents of file by #include of <fenv_libc.h>.
19576         * sysdeps/powerpc/soft-fp/sfp-machine.h
19577         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
19578         and <sys/prctl.h>.
19579         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
19580         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
19581         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
19582         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
19583         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
19584         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
19585         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
19586         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
19587         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
19588         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
19589         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
19590         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
19591         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
19592         Allow copysignl PLT reference to be missing.
19594 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
19595             Joseph Myers  <joseph@codesourcery.com
19597         [BZ #15948]
19598         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
19599         single character.
19600         (add_to_tablewc): Assert sequence of wide characters is nonempty.
19602 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
19604         * elf/tst-tls-dlinfo.c: Don't include tls.h.
19605         * elf/tst-tls1.c: Likewise.
19606         * elf/tst-tls10.h: Likewise.
19607         * elf/tst-tls14.c: Likewise.
19608         * elf/tst-tls2.c: Likewise.
19609         * elf/tst-tls3.c: Likewise.
19610         * elf/tst-tls4.c: Likewise.
19611         * elf/tst-tls5.c: Likewise.
19612         * elf/tst-tls6.c: Likewise.
19613         * elf/tst-tls7.c: Likewise.
19614         * elf/tst-tls8.c: Likewise.
19615         * elf/tst-tls9.c: Likewise.
19616         * elf/tst-tlsmod1.c: Likewise.
19617         * elf/tst-tlsmod13.c: Likewise.
19618         * elf/tst-tlsmod13a.c: Likewise.
19619         * elf/tst-tlsmod14a.c: Likewise.
19620         * elf/tst-tlsmod16a.c: Likewise.
19621         * elf/tst-tlsmod16b.c: Likewise.
19622         * elf/tst-tlsmod2.c: Likewise.
19623         * elf/tst-tlsmod3.c: Likewise.
19624         * elf/tst-tlsmod4.c: Likewise.
19625         * elf/tst-tlsmod5.c: Likewise.
19626         * elf/tst-tlsmod6.c: Likewise.
19628 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
19630         [BZ #12486]
19631         * malloc/malloc.c: remove checks for statistics.
19633 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
19635         [BZ #15277]
19636         * inet/inet_net.c (inet_network): Detect additional invalid strings.
19637         * inet/tst-network.c: Add testcase.
19639 2013-10-17  Andreas Schwab  <schwab@suse.de>
19641         [BZ #15218]
19642         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
19643         to determine canonical name.
19645 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
19647         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
19648         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
19649         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
19650         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
19651         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
19652         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
19653         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
19654         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
19655         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
19656         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
19657         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
19658         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
19659         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
19660         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
19661         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
19662         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
19663         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
19664         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
19665         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
19666         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
19667         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
19668         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
19669         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
19670         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
19671         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
19672         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
19673         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
19674         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
19675         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
19676         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
19677         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
19678         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
19679         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
19680         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
19681         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
19682         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
19683         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
19684         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
19685         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
19686         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
19687         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
19688         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
19689         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
19690         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
19691         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
19692         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
19693         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
19694         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
19695         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
19696         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
19697         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
19698         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
19699         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
19700         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
19701         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
19702         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
19703         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
19704         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
19706 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
19708         [BZ #16041]
19709         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
19710         make result into a quiet NaN.
19712 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
19714         * soft-fp/adddf3.c: Fix horizontal whitespace.
19715         * soft-fp/addsf3.c: Likewise.
19716         * soft-fp/addtf3.c: Likewise.
19717         * soft-fp/divdf3.c: Likewise.
19718         * soft-fp/divsf3.c: Likewise.
19719         * soft-fp/divtf3.c: Likewise.
19720         * soft-fp/double.h: Likewise.
19721         * soft-fp/eqdf2.c: Likewise.
19722         * soft-fp/eqsf2.c: Likewise.
19723         * soft-fp/eqtf2.c: Likewise.
19724         * soft-fp/extenddftf2.c: Likewise.
19725         * soft-fp/extended.h: Likewise.
19726         * soft-fp/extendsfdf2.c: Likewise.
19727         * soft-fp/extendsftf2.c: Likewise.
19728         * soft-fp/extendxftf2.c: Likewise.
19729         * soft-fp/fixdfdi.c: Likewise.
19730         * soft-fp/fixdfsi.c: Likewise.
19731         * soft-fp/fixdfti.c: Likewise.
19732         * soft-fp/fixsfdi.c: Likewise.
19733         * soft-fp/fixsfsi.c: Likewise.
19734         * soft-fp/fixsfti.c: Likewise.
19735         * soft-fp/fixtfdi.c: Likewise.
19736         * soft-fp/fixtfsi.c: Likewise.
19737         * soft-fp/fixtfti.c: Likewise.
19738         * soft-fp/fixunsdfdi.c: Likewise.
19739         * soft-fp/fixunsdfsi.c: Likewise.
19740         * soft-fp/fixunsdfti.c: Likewise.
19741         * soft-fp/fixunssfdi.c: Likewise.
19742         * soft-fp/fixunssfsi.c: Likewise.
19743         * soft-fp/fixunssfti.c: Likewise.
19744         * soft-fp/fixunstfdi.c: Likewise.
19745         * soft-fp/fixunstfsi.c: Likewise.
19746         * soft-fp/fixunstfti.c: Likewise.
19747         * soft-fp/floatdidf.c: Likewise.
19748         * soft-fp/floatdisf.c: Likewise.
19749         * soft-fp/floatditf.c: Likewise.
19750         * soft-fp/floatsidf.c: Likewise.
19751         * soft-fp/floatsisf.c: Likewise.
19752         * soft-fp/floatsitf.c: Likewise.
19753         * soft-fp/floattidf.c: Likewise.
19754         * soft-fp/floattisf.c: Likewise.
19755         * soft-fp/floattitf.c: Likewise.
19756         * soft-fp/floatundidf.c: Likewise.
19757         * soft-fp/floatundisf.c: Likewise.
19758         * soft-fp/floatunditf.c: Likewise.
19759         * soft-fp/floatunsidf.c: Likewise.
19760         * soft-fp/floatunsisf.c: Likewise.
19761         * soft-fp/floatunsitf.c: Likewise.
19762         * soft-fp/floatuntidf.c: Likewise.
19763         * soft-fp/floatuntisf.c: Likewise.
19764         * soft-fp/floatuntitf.c: Likewise.
19765         * soft-fp/fmadf4.c: Likewise.
19766         * soft-fp/fmasf4.c: Likewise.
19767         * soft-fp/fmatf4.c: Likewise.
19768         * soft-fp/gedf2.c: Likewise.
19769         * soft-fp/gesf2.c: Likewise.
19770         * soft-fp/getf2.c: Likewise.
19771         * soft-fp/ledf2.c: Likewise.
19772         * soft-fp/lesf2.c: Likewise.
19773         * soft-fp/letf2.c: Likewise.
19774         * soft-fp/muldf3.c: Likewise.
19775         * soft-fp/mulsf3.c: Likewise.
19776         * soft-fp/multf3.c: Likewise.
19777         * soft-fp/negdf2.c: Likewise.
19778         * soft-fp/negsf2.c: Likewise.
19779         * soft-fp/negtf2.c: Likewise.
19780         * soft-fp/op-1.h: Likewise.
19781         * soft-fp/op-2.h: Likewise.
19782         * soft-fp/op-4.h: Likewise.
19783         * soft-fp/op-8.h: Likewise.
19784         * soft-fp/op-common.h: Likewise.
19785         * soft-fp/quad.h: Likewise.
19786         * soft-fp/single.h: Likewise.
19787         * soft-fp/soft-fp.h: Likewise.
19788         * soft-fp/sqrtdf2.c: Likewise.
19789         * soft-fp/sqrtsf2.c: Likewise.
19790         * soft-fp/sqrttf2.c: Likewise.
19791         * soft-fp/subdf3.c: Likewise.
19792         * soft-fp/subsf3.c: Likewise.
19793         * soft-fp/subtf3.c: Likewise.
19794         * soft-fp/truncdfsf2.c: Likewise.
19795         * soft-fp/trunctfdf2.c: Likewise.
19796         * soft-fp/trunctfsf2.c: Likewise.
19797         * soft-fp/trunctfxf2.c: Likewise.
19798         * soft-fp/unorddf2.c: Likewise.
19799         * soft-fp/unordsf2.c: Likewise.
19800         * soft-fp/unordtf2.c: Likewise.
19802 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
19804         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
19805         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
19807 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
19809         * elf/dl-libc.c: Clear initfini list after freeing.
19811 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
19813         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
19814         * soft-fp/addsf3.c: Likewise.
19815         * soft-fp/addtf3.c: Likewise.
19816         * soft-fp/divdf3.c: Likewise.
19817         * soft-fp/divsf3.c: Likewise.
19818         * soft-fp/divtf3.c: Likewise.
19819         * soft-fp/double.h: Likewise.
19820         * soft-fp/eqdf2.c: Likewise.
19821         * soft-fp/eqsf2.c: Likewise.
19822         * soft-fp/eqtf2.c: Likewise.
19823         * soft-fp/extenddftf2.c: Likewise.
19824         * soft-fp/extended.h: Likewise.
19825         * soft-fp/extendsfdf2.c: Likewise.
19826         * soft-fp/extendsftf2.c: Likewise.
19827         * soft-fp/extendxftf2.c: Likewise.
19828         * soft-fp/fixdfdi.c: Likewise.
19829         * soft-fp/fixdfsi.c: Likewise.
19830         * soft-fp/fixdfti.c: Likewise.
19831         * soft-fp/fixsfdi.c: Likewise.
19832         * soft-fp/fixsfsi.c: Likewise.
19833         * soft-fp/fixsfti.c: Likewise.
19834         * soft-fp/fixtfdi.c: Likewise.
19835         * soft-fp/fixtfsi.c: Likewise.
19836         * soft-fp/fixtfti.c: Likewise.
19837         * soft-fp/fixunsdfdi.c: Likewise.
19838         * soft-fp/fixunsdfsi.c: Likewise.
19839         * soft-fp/fixunsdfti.c: Likewise.
19840         * soft-fp/fixunssfdi.c: Likewise.
19841         * soft-fp/fixunssfsi.c: Likewise.
19842         * soft-fp/fixunssfti.c: Likewise.
19843         * soft-fp/fixunstfdi.c: Likewise.
19844         * soft-fp/fixunstfsi.c: Likewise.
19845         * soft-fp/fixunstfti.c: Likewise.
19846         * soft-fp/floatdidf.c: Likewise.
19847         * soft-fp/floatdisf.c: Likewise.
19848         * soft-fp/floatditf.c: Likewise.
19849         * soft-fp/floatsidf.c: Likewise.
19850         * soft-fp/floatsisf.c: Likewise.
19851         * soft-fp/floatsitf.c: Likewise.
19852         * soft-fp/floattidf.c: Likewise.
19853         * soft-fp/floattisf.c: Likewise.
19854         * soft-fp/floattitf.c: Likewise.
19855         * soft-fp/floatundidf.c: Likewise.
19856         * soft-fp/floatundisf.c: Likewise.
19857         * soft-fp/floatunsidf.c: Likewise.
19858         * soft-fp/floatunsisf.c: Likewise.
19859         * soft-fp/floatuntidf.c: Likewise.
19860         * soft-fp/floatuntisf.c: Likewise.
19861         * soft-fp/floatuntitf.c: Likewise.
19862         * soft-fp/fmadf4.c: Likewise.
19863         * soft-fp/fmasf4.c: Likewise.
19864         * soft-fp/fmatf4.c: Likewise.
19865         * soft-fp/gedf2.c: Likewise.
19866         * soft-fp/gesf2.c: Likewise.
19867         * soft-fp/getf2.c: Likewise.
19868         * soft-fp/ledf2.c: Likewise.
19869         * soft-fp/lesf2.c: Likewise.
19870         * soft-fp/letf2.c: Likewise.
19871         * soft-fp/muldf3.c: Likewise.
19872         * soft-fp/mulsf3.c: Likewise.
19873         * soft-fp/multf3.c: Likewise.
19874         * soft-fp/negdf2.c: Likewise.
19875         * soft-fp/negsf2.c: Likewise.
19876         * soft-fp/negtf2.c: Likewise.
19877         * soft-fp/op-1.h: Likewise.
19878         * soft-fp/op-2.h: Likewise.
19879         * soft-fp/op-4.h: Likewise.
19880         * soft-fp/op-8.h: Likewise.
19881         * soft-fp/op-common.h: Likewise.
19882         * soft-fp/quad.h: Likewise.
19883         * soft-fp/single.h: Likewise.
19884         * soft-fp/soft-fp.h: Likewise.
19885         * soft-fp/sqrtdf2.c: Likewise.
19886         * soft-fp/sqrtsf2.c: Likewise.
19887         * soft-fp/sqrttf2.c: Likewise.
19888         * soft-fp/subdf3.c: Likewise.
19889         * soft-fp/subsf3.c: Likewise.
19890         * soft-fp/subtf3.c: Likewise.
19891         * soft-fp/truncdfsf2.c: Likewise.
19892         * soft-fp/trunctfdf2.c: Likewise.
19893         * soft-fp/trunctfsf2.c: Likewise.
19894         * soft-fp/trunctfxf2.c: Likewise.
19895         * soft-fp/unorddf2.c: Likewise.
19896         * soft-fp/unordsf2.c: Likewise.
19897         * soft-fp/unordtf2.c: Likewise.
19899 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
19901         [BZ #15672]
19902         * misc/error.c (error_tail): Fix possible buffer overflow.
19904 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
19906         [BZ #13028]
19907         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
19908         address.
19910 2013-10-14  P. J. McDermott  <pj@pehjota.net>
19912         [BZ #832]
19913         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
19914         testing pipefail option.
19916 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
19918         * soft-fp/double.h: Indent preprocessor directives inside #if.
19919         * soft-fp/extended.h: Likewise.
19920         * soft-fp/op-2.h: Likewise.
19921         * soft-fp/op-4.h: Likewise.
19922         * soft-fp/op-common.h: Likewise.
19923         * soft-fp/quad.h: Likewise.
19924         * soft-fp/single.h: Likewise.
19925         * soft-fp/soft-fp.h: Likewise.
19927 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
19929         * iconv/iconv_prog.c: Fix typos.
19930         * stdio-common/psiginfo-data.h: Likewise.
19932 2013-10-12   Reuben Thomas <rrt@sc3d.org>
19934         [BZ #15764]
19935         * locale/setlocale.c: Fix typo.
19937 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
19939         [BZ #16036]
19940         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
19941         signaling NaN arguments.
19942         * soft-fp/unordsf2.c (__unordsf2): Likewise.
19943         * soft-fp/unordtf2.c (__unordtf2): Likewise.
19945         [BZ #14910]
19946         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
19947         unordered operands.
19948         * soft-fp/gesf2.c (__gesf2): Likewise.
19949         * soft-fp/getf2.c (__getf2): Likewise.
19950         * soft-fp/ledf2.c (__ledf2): Likewise.
19951         * soft-fp/lesf2.c (__lesf2): Likewise.
19952         * soft-fp/letf2.c (__letf2): Likewise.
19954         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
19955         * soft-fp/eqsf2.c (__eqsf2): Likewise.
19956         * soft-fp/eqtf2.c (__eqtf2): Likewise.
19957         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
19958         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
19959         * soft-fp/fixdfti.c (__fixdfti): Likewise.
19960         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
19961         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
19962         * soft-fp/fixsfti.c (__fixsfti): Likewise.
19963         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
19964         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
19965         * soft-fp/fixtfti.c (__fixtfti): Likewise.
19966         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
19967         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
19968         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
19969         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
19970         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
19971         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
19972         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
19973         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
19974         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
19975         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
19976         * soft-fp/floatdisf.c (__floatdisf): Likewise.
19977         * soft-fp/floatsisf.c (__floatsisf): Likewise.
19978         * soft-fp/floattidf.c (__floattidf): Likewise.
19979         * soft-fp/floattisf.c (__floattisf): Likewise.
19980         * soft-fp/floattitf.c (__floattitf): Likewise.
19981         * soft-fp/floatundidf.c (__floatundidf): Likewise.
19982         * soft-fp/floatundisf.c (__floatundisf): Likewise.
19983         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
19984         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
19985         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
19986         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
19987         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
19988         * soft-fp/gesf2.c (__gesf2): Likewise.
19989         * soft-fp/getf2.c (__getf2): Likewise.
19990         * soft-fp/ledf2.c (__ledf2): Likewise.
19991         * soft-fp/lesf2.c (__lesf2): Likewise.
19992         * soft-fp/letf2.c (__letf2): Likewise.
19994         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
19995         Undefine and redefine.
19996         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
19997         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
19998         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
19999         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
20000         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20001         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
20002         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20003         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
20004         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20005         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
20006         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20007         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
20008         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20009         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
20010         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20012         [BZ #16032]
20013         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
20014         without decrementing exponent if mantissa >= that for the
20015         denominator, not >.
20016         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
20017         denominator, not >.  Decrement exponent in < case instead of
20018         incrementing in >= case.
20019         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
20020         without decrementing exponent if mantissa >= that for the
20021         denominator, not >.
20023         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
20024         computing saturated result for unsigned overflow.
20026 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
20027             Jeff Law  <law@redhat.com>
20029         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
20030         (atan2Mp): Add systemtap probe marker.
20031         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
20032         (__ieee754_log): Add systemtap probe marker.
20033         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
20034         (atanMp): Add systemtap probe marker.
20035         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
20036         (tanMp): Add systemtap probe marker.
20037         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
20038         (__slowexp): Add systemtap probe marker.
20039         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
20040         (__slowpow): Add systemtap probe marker.
20041         * manual/probes.texi: Document probes.
20043 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
20045         [BZ #15362]
20046         * libio/fileops.c (_IO_new_file_write): Return count of bytes
20047         written.
20048         (_IO_new_file_xsputn): Don't return EOF if nothing has been
20049         written.
20050         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
20051         written to buffer but not flushed.
20052         * libio/iofwrite_u.c:  Likewise.
20053         * libio/iopadn.c:  Return bytes returned even if EOF was
20054         encountered.
20055         * libio/iowpadn.c:  Likewise.
20056         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
20057         if _IO_padn does not write the whole buffer.
20058         [!COMPILE_WPRINTF] (PAD): Likewise.
20060 2013-10-10  David S. Miller  <davem@davemloft.net>
20062         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
20063         directory block.
20065 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
20067         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
20068         instead of FSF address.
20069         * soft-fp/fixdfti.c: Likewise.
20070         * soft-fp/fixsfti.c: Likewise.
20071         * soft-fp/fixtfti.c: Likewise.
20072         * soft-fp/fixunsdfti.c: Likewise.
20073         * soft-fp/fixunssfti.c: Likewise.
20074         * soft-fp/fixunstfti.c: Likewise.
20075         * soft-fp/floattidf.c: Likewise.
20076         * soft-fp/floattisf.c: Likewise.
20077         * soft-fp/floattitf.c: Likewise.
20078         * soft-fp/floatuntidf.c: Likewise.
20079         * soft-fp/floatuntisf.c: Likewise.
20080         * soft-fp/floatuntitf.c: Likewise.
20081         * soft-fp/trunctfxf2.c: Likewise.
20083         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
20084         * soft-fp/fixdfti.c: Likewise.
20085         * soft-fp/fixsfti.c: Likewise.
20086         * soft-fp/fixtfti.c: Likewise.
20087         * soft-fp/fixunsdfti.c: Likewise.
20088         * soft-fp/fixunssfti.c: Likewise.
20089         * soft-fp/fixunstfti.c: Likewise.
20090         * soft-fp/floattidf.c: Likewise.
20091         * soft-fp/floattisf.c: Likewise.
20092         * soft-fp/floattitf.c: Likewise.
20093         * soft-fp/floatuntidf.c: Likewise.
20094         * soft-fp/floatuntisf.c: Likewise.
20095         * soft-fp/floatuntitf.c: Likewise.
20096         * soft-fp/trunctfxf2.c: Likewise.
20098 2013-10-10  David S. Miller  <davem@davemloft.net>
20100         * sysdeps/sparc/fpu/libm-test-ulps: Update.
20102 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
20104         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
20105         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
20106         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
20107         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
20108         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
20109         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
20110         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
20112         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
20113         for NaNs before doing comparisons on argument.
20114         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
20115         Likewise.
20117 2013-10-10  Will Newton  <will.newton@linaro.org>
20119         * malloc/hooks.c (memalign_check): Ensure the value of bytes
20120         passed to _int_memalign does not overflow.
20122 2013-10-10  Torvald Riegel  <triegel@redhat.com>
20124         * scripts/bench.pl: Add include-sources directive.
20125         * benchtests/README: Update documentation.
20127 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
20129         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
20130         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
20131         instead of FP_INIT_ROUNDMODE.
20132         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
20133         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
20135         [BZ #16034]
20136         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
20137         copy class of input value.
20138         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
20139         not handle exceptions.
20140         * soft-fp/negsf2.c (__negsf2): Likewise.
20141         * soft-fp/negtf2.c (__negtf2): Likewise.
20142         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
20144 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
20146         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
20147         semicolon.  From Linux kernel.
20149 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
20151         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
20153 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
20155         [BZ #156]
20156         * manual/socket.texi: Added statement about buffer
20157         for gethostbyname2_r.
20159 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
20161         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
20162         Use .p2align directive instead, throughout.
20163         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
20164         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
20165         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
20166         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
20167         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
20168         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
20169         * sysdeps/x86_64/strchr.S: Likewise.
20170         * sysdeps/x86_64/strrchr.S: Likewise.
20172 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
20174         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
20176         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
20178         * sysdeps/generic/math_private.h (__mpsin1): Remove
20179         declaration.
20180         (__mpcos1): Likewise.
20181         (__mpsin): New argument __range_reduce.
20182         (__mpcos): Likewise.
20183         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
20184         (slow): Use __mpsin and __mpcos.
20185         (slow1): Likewise.
20186         (slow2): Likewise.
20187         (sloww): Likewise.
20188         (sloww1): Likewise.
20189         (sloww2): Likewise.
20190         (bsloww): Likewise.
20191         (bsloww1): Likewise.
20192         (bsloww2): Likewise.
20193         (cslow2): Likewise.
20194         (csloww): Likewise.
20195         (csloww1): Likewise.
20196         (csloww2): Likewise.
20197         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
20198         range_reduce.  Merge in __mpsin1.
20199         (__mpcos): Likewise.
20200         (__mpsin1): Remove.
20201         (__mpcos1): Likewise.
20203 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
20205         * locale/loadlocale.c (_nl_intern_locale_data): Use
20206         LOCFILE_ALIGNED_P.
20207         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
20208         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
20209         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
20210         obstack data is appropriately aligned.
20211         (obstack_int32_grow_fast): Likewise.
20212         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
20213         * locale/programs/locfile.c (add_locale_uint32): Likewise.
20214         (add_locale_uint32_array): Likewise.
20216 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
20218         * benchtests/Makefile: Remove ARGLIST and RET variables.
20219         ($(objpfx)bench-%.c): Pass only function name to the script.
20220         * benchtests/README: Update documentation.
20221         * benchtests/acos-inputs: Add new directives.
20222         * benchtests/acosh-inputs: Likewise.
20223         * benchtests/asin-inputs: Likewise.
20224         * benchtests/asinh-inputs: Likewise.
20225         * benchtests/atan-inputs: Likewise.
20226         * benchtests/atanh-inputs: Likewise.
20227         * benchtests/cos-inputs: Likewise.
20228         * benchtests/cosh-inputs: Likewise.
20229         * benchtests/exp-inputs: Likewise.
20230         * benchtests/log-inputs: Likewise.
20231         * benchtests/pow-inputs: Likewise.
20232         * benchtests/rint-inputs: Likewise.
20233         * benchtests/sin-inputs: Likewise.
20234         * benchtests/sinh-inputs: Likewise.
20235         * benchtests/tan-inputs: Likewise.
20236         * benchtests/tanh-inputs: Likewise.
20237         * scripts/bench.pl: Add support for new directives.
20239 2013-10-07  Alan Modra  <amodra@gmail.com>
20241         * README: Fix careless merge.
20243 2013-10-05  Alan Modra  <amodra@gmail.com>
20245         * NEWS: Mention powerpc64le support and bugs fixed.
20246         * README: Both big-endian and little-endian powerpc64 supported.
20248 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
20250         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
20251         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
20252         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
20253         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
20255 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
20257         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
20258         match prototype.
20260 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
20262         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
20263         Move -mhard-float appending from
20264         ports/sysdeps/powerpc/powerpc32/Makefile.
20265         [$(with-fp) = yes] (ASFLAGS): Likewise.
20266         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
20267         * sysdeps/powerpc/nofpu: Move directory from
20268         ports/sysdeps/powerpc/nofpu.
20269         * sysdeps/powerpc/soft-fp: Move directory from
20270         ports/sysdeps/powerpc/soft-fp.
20271         * sysdeps/powerpc/powerpc32/405: Move directory from
20272         ports/sysdeps/powerpc/powerpc32/405.
20273         * sysdeps/powerpc/powerpc32/440: Move directory from
20274         ports/sysdeps/powerpc/powerpc32/440.
20275         * sysdeps/powerpc/powerpc32/464: Move directory from
20276         ports/sysdeps/powerpc/powerpc32/464.
20277         * sysdeps/powerpc/powerpc32/476: Move directory from
20278         ports/sysdeps/powerpc/powerpc32/476.
20279         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
20280         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
20281         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
20282         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
20283         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
20284         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
20285         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
20286         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
20287         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
20288         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
20289         * README: Update for powerpc-*-linux-gnu software floating point
20290         support in libc.
20292         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
20293         case to powerpc/powerpc32*.
20294         * sysdeps/unix/sysv/linux/configure: Regenerated.
20296         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
20297         (_FPU_MASK_OM): Define as 0x04.
20298         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
20299         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
20300         0x00c10080.
20301         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
20302         0x0000003c.
20303         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
20305         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
20306         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20307         getcontext_e500.
20308         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
20309         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20310         setcontext_e500.
20311         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
20312         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
20313         and setcontext_e500.
20315 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
20317         * locale/iso-3166.def: Update iso-1366.def and related occurrences
20319 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
20321         * manual/threads.texi (Default Thread Attributes): Fix typo.
20323 2013-10-04  Will Newton  <will.newton@linaro.org>
20325         * malloc/Makefile: Add tst-memalign.
20326         * malloc/tst-memalign.c: New file.
20328         * malloc/tst-posix_memalign.c: Add comments.
20329         (do_test): Add comments and call free on all potentially
20330         allocated pointers. Add space after cast.
20332         * malloc/tst-pvalloc.c: Add comments.
20333         (do_test): Add comments and call free on all potentially
20334         allocated pointers. Remove duplicate check for NULL pointer.
20335         Add space after cast.
20337         * malloc/tst-valloc.c: Add comments.
20338         (do_test): Add comments and call free on all potentially
20339         allocated pointers. Remove duplicate check for NULL pointer.
20340         Add space after cast.
20342 2013-10-04  Alan Modra  <amodra@gmail.com>
20344         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20345         Use stdint types in rather than __attribute__((mode())).
20346         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20348 2013-10-04  Alan Modra  <amodra@gmail.com>
20350         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20351         Correct handling of unaligned relocs for little-endian.
20352         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20354 2013-10-04  Alan Modra  <amodra@gmail.com>
20356         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
20357         * configure: Regenerate.
20358         * nptl/shlib-versions: Powerpc*le starts at 2.18.
20359         * shlib-versions: Likewise.
20361 2013-10-04  Alan Modra  <amodra@gmail.com>
20363         * string/tester.c (test_memrchr): Increment reported test cycle.
20365 2013-10-04  Alan Modra  <amodra@gmail.com>
20367         * string/test-memcpy.c (do_one_test): When reporting errors, print
20368         string address and don't overrun end of string.
20370 2013-10-04  Alan Modra  <amodra@gmail.com>
20372         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
20373         insrdi.  Make better use of reg selection to speed exit slightly.
20374         Schedule entry path a little better.  Remove useless "are we done"
20375         checks on entry to main loop.  Handle wrapping around zero address.
20376         Correct main loop count.  Handle single left-over word from main
20377         loop inline rather than by using loop_small.  Remove extra word
20378         case in loop_small caused by wrong loop count.  Add little-endian
20379         support.
20380         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
20381         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
20382         cache hint.
20383         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
20384         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
20385         support.  Avoid rlwimi.
20386         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
20388 2013-10-04  Alan Modra  <amodra@gmail.com>
20390         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
20391         insrdi.  Formatting.
20392         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
20393         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
20394         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
20395         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
20396         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
20397         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
20399 2013-10-04  Alan Modra  <amodra@gmail.com>
20401         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
20402         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
20403         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
20404         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
20405         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
20406         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
20407         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
20408         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
20409         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
20410         use of regs.  Use power7 mtocrf.  Tidy function tails.
20412 2013-10-04  Alan Modra  <amodra@gmail.com>
20414         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
20415         Formatting.  Consistently use rXXX register defines or rN defines.
20416         Use early exit labels that avoid restoring unused non-volatile regs.
20417         Make cr field use more consistent with rWORDn compares.  Rename
20418         regs used as shift registers for unaligned loop, using rN defines
20419         for short lifetime/multiple use regs.
20420         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
20421         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
20422         addi 1,1,64 to pop stack frame.  Simplify return value code.
20423         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
20425 2013-10-04  Alan Modra  <amodra@gmail.com>
20427         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
20428         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
20429         rather than rlwimi.
20430         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
20431         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
20432         little-endian support.  Correct typos.
20433         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
20434         rather than rlwimi.
20435         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
20436         in loop and entry code to keep "and." results.
20437         (strchr): Add little-endian support.  Comment.  Move cntlzd
20438         earlier in tail.
20439         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
20441 2013-10-04  Alan Modra  <amodra@gmail.com>
20443         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
20444         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
20445         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
20446         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
20448 2013-10-04  Alan Modra  <amodra@gmail.com>
20450         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
20451         (rTMP): Define as r11.
20452         (strcmp): Add little-endian support.  Optimise tail.
20453         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
20454         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
20455         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
20456         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
20457         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
20458         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
20459         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
20461 2013-10-04  Alan Modra  <amodra@gmail.com>
20463         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
20464         little-endian support.  Remove unnecessary "are we done" tests.
20465         Handle "s" wrapping around zero and extremely large "size".
20466         Correct main loop count.  Handle single left-over word from main
20467         loop inline rather than by using small_loop.  Correct comments.
20468         Delete "zero" tail, use "end_max" instead.
20469         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
20471 2013-10-04  Alan Modra  <amodra@gmail.com>
20473         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
20474         support.  Don't branch over align.
20475         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
20476         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
20477         support.  Rearrange tmp reg use to suit.  Comment.
20478         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
20480 2013-10-04  Alan Modra  <amodra@gmail.com>
20482         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
20484 2013-10-04  Alan Modra  <amodra@gmail.com>
20486         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
20487         conditional form of branch and link when obtaining pc.
20488         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
20490 2013-10-04  Alan Modra  <amodra@gmail.com>
20492         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
20493         HIWORD/LOWORD.
20494         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
20495         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
20497 2013-10-04  Alan Modra  <amodra@gmail.com>
20499         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
20500         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
20501         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
20502         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
20503         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
20504         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
20505         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
20506         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
20507         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
20508         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
20510 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20511             Alistair Popple <alistair@ozlabs.au.ibm.com>
20512             Alan Modra <amodra@gmail.com>
20514         [BZ #15723]
20515         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
20516         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
20517         _dl_hwcap access for little-endian.
20518         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
20519         destroy vmx regs when saving unaligned.
20520         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
20521         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
20522         destroy vmx regs when saving unaligned.
20524 2013-10-04  Alan Modra  <amodra@gmail.com>
20526         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
20527         Don't use a union to pack hi/low value.
20529 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20531         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
20532         for little-endian.
20533         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
20534         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
20535         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
20536         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
20537         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
20539 2013-10-04  Alan Modra  <amodra@gmail.com>
20541         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
20542         constants to usual value for .cst8 section, and remove redundant
20543         high address load.
20544         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
20545         constant for 0x1p52.  Load little-endian words of double from
20546         correct stack offsets.
20548 2013-10-04  Alan Modra  <amodra@gmail.com>
20550         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
20551         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
20552         words of double from correct stack offsets.
20553         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
20554         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
20555         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
20556         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
20557         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
20558         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
20559         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
20560         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
20561         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
20562         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
20563         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
20564         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
20565         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
20566         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
20567         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
20568         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
20569         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
20571 2013-10-04  Alan Modra  <amodra@gmail.com>
20573         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
20574         64-bit int/double union.
20575         (_FPU_SETCW): Likewise.
20576         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
20577         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
20579 2013-10-04  Alan Modra  <amodra@gmail.com>
20581         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
20582         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
20584 2013-10-04  Alan Modra  <amodra@gmail.com>
20586         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
20587         use vector int constants.
20588         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
20590 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20592         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
20593         array with long long.
20594         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
20595         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
20596         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
20597         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
20598         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
20599         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
20600         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
20601         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
20602         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
20603         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
20604         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
20605         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
20606         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
20608 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20610         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
20611         (__signbit): Likewise.  Correct for little-endian.
20612         (__signbitl): Call __signbit.
20613         (lrint): Correct for little-endian.
20614         (lrintf): Call lrint.
20616 2013-10-04  Alan Modra  <amodra@gmail.com>
20618         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
20619         union 32-bit int array member with 64-bit int array.
20620         (t515, tm256): Double rather than long double.
20621         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
20623 2013-10-04  Alan Modra  <amodra@gmail.com>
20625         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
20626         Delete.
20627         (IEEE854_LONG_DOUBLE_BIAS): Delete.
20628         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
20629         version of math_ldbl.h.
20631 2013-10-04  Alan Modra  <amodra@gmail.com>
20633         [BZ #15734], [BZ #15735]
20634         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
20635         all uses of ieee875 long double macros and unions.  Simplify test
20636         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
20637         ldbl_extract_mantissa value for ix,iy exponents.  Properly
20638         normalize after ldbl_extract_mantissa, and don't add hidden bit
20639         already handled.  Don't treat low word of ieee854 mantissa like
20640         low word of IBM long double and mask off bit when testing for
20641         zero.
20642         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
20643         all uses of ieee875 long double macros and unions.  Simplify tests
20644         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
20645         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
20646         two1022, instead use their values.  Recognise that tests for large
20647         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
20648         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
20649         Rewrite all uses of ieee875 long double macros and unions.  Simplify
20650         test for 0.0L and nan.  Correct negation.
20651         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
20652         ieee875 long double macros and unions.  Correct output for large
20653         magnitude x.  Correct absolute value calculation.
20654         (__erfcl): Likewise.
20655         * math/libm-test.inc: Add tests for errors discovered in IBM long
20656         double versions of fmodl, remainderl, erfl and erfcl.
20658 2013-10-04  Alan Modra  <amodra@gmail.com>
20660         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
20661         all uses of ieee854 long double macros and unions.  Simplify tests
20662         for long doubles that are fully specified by the high double.
20663         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
20664         Likewise.
20665         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
20666         Remove dead code too.
20667         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
20668         (__ieee754_ynl): Likewise.
20669         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
20670         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
20671         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
20672         Remove dead code too.
20673         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
20674         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
20675         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
20676         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
20677         Simplify.
20678         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
20679         Simplify.
20680         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
20681         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
20682         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
20683         Comment on variable precision.
20684         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
20685         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
20686         Likewise.
20687         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
20688         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
20689         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
20690         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
20691         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
20693 2013-10-04  Alan Modra  <amodra@gmail.com>
20695         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
20696         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
20697         all uses of ieee854 long double macros and unions.
20698         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
20699         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
20700         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
20701         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
20702         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
20703         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
20704         Likewise.
20705         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
20706         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
20707         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
20708         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
20709         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
20710         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
20711         Simplify sign and nan test too.
20712         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
20713         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
20714         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
20715         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
20716         Likewise.
20717         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
20718         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
20719         Likewise.
20720         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
20721         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
20722         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
20723         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
20724         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
20725         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
20727 2013-10-04  Alan Modra  <amodra@gmail.com>
20729         * stdio-common/printf_size.c (__printf_size): Don't use
20730         union ieee854_long_double in fpnum union.
20731         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
20732         signbit macro to retrieve sign from long double.
20733         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
20734         retrieve sign from long double.
20735         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
20736         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
20737         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
20738         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
20739         * math/test-misc.c (main): Don't use union ieee854_long_double.
20741 2013-10-04  Alan Modra  <amodra@gmail.com>
20743         [BZ #15680]
20744         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
20745         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
20746         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
20747         calculation.  Remove unnecessary test for denormal exponent.
20748         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
20749         Correct handling of denormals.  Avoid undefined shift behaviour.
20750         Correct normalisation of low mantissa when low double is denormal.
20751         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
20752         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
20753         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
20754         Correct normalisation of low mantissa.  Test for overflow of high
20755         mantissa and normalise.
20756         (ldbl_nearbyint): Use more readable constant for two52.
20757         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
20758         (__mpn_construct_long_double): Fix test for overflow of high
20759         mantissa and correct normalisation.  Avoid undefined shift.
20761 2013-10-04  Alan Modra  <amodra@gmail.com>
20763         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
20764         (union ibm_extended_long_double): Define as an array of ieee754_double.
20765         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
20766         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
20767         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
20768         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
20769         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
20770         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
20771         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
20772         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
20773         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
20774         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
20775         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
20777 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
20779         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
20780         page size instead of calling getpagesize.
20782         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
20783         (LOCFILE_ALIGN_MASK): Likewise.
20784         (LOCFILE_ALIGN_UP): Likewise.
20785         (LOCFILE_ALIGNED_P): Likewise.
20786         * locale/programs/ld-collate.c (collate_output): Use the new
20787         macros instead of __alignof__ (int32_t).
20788         * locale/weight.h (findidx): Likewise.
20790 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
20792         [BZ #431]
20793         * manual/string.texi: Fix strncat and wcsncat.
20795 2013-10-03  Brooks Moses  <bmoses@google.com>
20797         [BZ #15915]
20798         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
20799         * Makerules: ...here, and adjust associated comments.
20801 2013-10-02  Will Newton  <will.newton@linaro.org>
20803         * malloc/Makefile: Add tst-pvalloc.
20804         * malloc/tst-pvalloc.c: New file.
20806 2013-10-02  Will Newton  <will.newton@linaro.org>
20808         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
20809         improve test coverage.
20811 2013-10-02  Will Newton  <will.newton@linaro.org>
20813         * malloc/Makefile: Add tst-posix_memalign.
20814         * malloc/tst-posix_memalign.c: New file.
20816 2013-10-01  Eric Blake  <eblake@redhat.com>
20818         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
20819         Use __THROWNL rather than __THROW on static functions.
20821 2013-09-30  Petr Machata  <pmachata@redhat.com>
20823         * elf/elf.h (R_AARCH64_ABS16): New macro.
20824         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
20825         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
20826         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
20827         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
20828         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
20829         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
20830         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
20831         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
20832         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
20833         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
20834         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
20835         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
20836         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
20837         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
20838         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
20839         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
20840         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
20841         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
20842         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
20843         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
20844         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
20845         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
20846         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
20847         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
20848         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
20849         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
20850         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
20851         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
20852         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
20853         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
20854         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
20855         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
20856         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
20857         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
20858         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
20859         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
20860         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
20861         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
20862         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
20863         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
20864         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
20865         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
20866         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
20867         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
20868         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
20869         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
20870         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
20871         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
20872         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
20873         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
20874         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
20875         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
20876         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
20877         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
20878         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
20879         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
20880         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
20881         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
20882         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
20883         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
20884         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
20885         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
20886         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
20887         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
20888         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
20889         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
20890         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
20891         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
20892         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
20893         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
20894         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
20895         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
20896         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
20897         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
20898         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
20899         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
20900         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
20901         (R_AARCH64_TLSDESC_LDR): Likewise.
20902         (R_AARCH64_TLSDESC_ADD): Likewise.
20903         (R_AARCH64_TLSDESC_CALL): Likewise.
20905 2013-09-30  Andreas Schwab  <schwab@suse.de>
20907         [BZ #15048]
20908         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
20909         the nss database lookup.
20910         * nscd/initgrcache.c (addinitgroupsX): Likewise.
20911         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
20913 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
20915         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
20917 2013-09-28  P. J. McDermott  <pj@pehjota.net>
20919         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
20920         ${Bash-specific parameter/pattern/string} parameter expansion.
20921         * sysdeps/unix/make-syscalls.sh: Likewise.
20923 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20925         * sysdeps/sh/stackguard-macros.h: New file.
20927 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
20929         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
20930         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
20931         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
20932         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
20933         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
20934         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
20936 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20938         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
20939         Fix thread ID register.
20941 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
20943         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
20944         [POSIX || UNIX98]: Require rather than permitting all symbols from
20945         <time.h>.
20946         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
20947         element of struct sched_param.
20948         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
20949         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
20950         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
20951         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
20952         constant.
20954 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
20956         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
20957         argument calculation.
20959 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
20961         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
20962         Expect macro.
20963         [POSIX] (pthread_attr_t): Do not require type.
20964         [POSIX] (pthread_cond_t): Likewise.
20965         [POSIX] (pthread_condattr_t): Likewise.
20966         [POSIX] (pthread_key_t): Likewise.
20967         [POSIX] (pthread_mutex_t): Likewise.
20968         [POSIX] (pthread_mutexattr_t): Likewise.
20969         [POSIX] (pthread_once_t): Likewise.
20970         [POSIX] (pthread_t): Likewise.
20971         [POSIX-based standards] (pthread_atfork): Expect function.
20973 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
20974             Richard Sandiford  <richard@codesourcery.com>
20976         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
20977         (swap_endianness_p): New extern variable.
20978         (set_big_endian): New inline function.
20979         (maybe_swap_uint32): Likewise.
20980         (maybe_swap_uint32_array): Likewise.
20981         (maybe_swap_uint32_obstack): Likewise.
20982         * locale/programs/locfile.c: Include <stdbool.h>.
20983         (swap_endianness_p): New variable.
20984         (add_locale_uint32): Call maybe_swap_uint32.
20985         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
20986         (write_locale_data): Call maybe_swap_uint32_array.
20987         * locale/programs/ld-collate.c (obstack_int32_grow): Call
20988         maybe_swap_uint32.
20989         (obstack_int32_grow_fast): Likewise.
20990         (output_weightwc): Call maybe_swap_uint32_obstack.
20991         (collate_output): Likewise.
20992         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
20993         (OPT_LITTLE_ENDIAN): Likewise.
20994         (options): Add --little-endian and --big-endian options.
20995         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
20996         * locale/programs/locarchive.c: Include "locfile.h".
20997         (GET): New macro.
20998         (SET): Likewise.
20999         (INC): Likewise.
21000         (create_archive): Use the new macros to access fields of
21001         structures directly mapped from or written to locale archives.
21002         (oldlocrecentcmp): Likewise.
21003         (enlarge_archive): Likewise.
21004         (insert_name): Likewise.
21005         (add_alias): Likewise.
21006         (add_locale): Likewise.
21007         (delete_locales_from_archive): Likewise.
21008         (show_archive_content): Likewise.
21009         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
21010         locale data.
21012 2013-09-24  Roland McGrath  <roland@hack.frob.com>
21014         * manual/freemanuals.texi: Updated from (newly) canonical copy at
21015         http://www.gnu.org/doc/freemanuals.texi.
21016         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
21018 2013-09-24  Will Newton  <will.newton@linaro.org>
21020         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
21021         macro.
21023 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
21025         * locale/hashval.h (compute_hashval): Interpret bytes of key as
21026         unsigned char.
21028 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
21030         * manual/threads.texi (POSIX Threads): Fix a typo.
21032 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
21034         [BZ #14547]
21035         * string/tst-strcoll-overflow.c: New test case.
21036         * string/Makefile (xtests): Add tst-strcoll-overflow.
21037         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
21038         cache if string sizes may cause integer overflow.
21040         [BZ #14547]
21041         * string/strcoll_l.c (coll_seq): New members rule, idx,
21042         save_idx and back_us.
21043         (get_next_seq_nocache): New function.
21044         (do_compare_nocache): New function.
21045         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
21046         when malloc fails.
21048 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
21050         [BZ #15754]
21051         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
21052         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
21053         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
21055         [BZ #15754]
21056         * elf/Makefile (tests): Add tst-ptrguard1.
21057         (tests-static): Add tst-ptrguard1-static.
21058         (tst-ptrguard1-ARGS): Define.
21059         (tst-ptrguard1-static-ARGS): Define.
21060         * elf/tst-ptrguard1.c: New file.
21061         * elf/tst-ptrguard1-static.c: New file.
21062         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
21063         * sysdeps/i386/stackguard-macros.h: Likewise.
21064         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
21065         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
21066         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
21067         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
21068         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
21069         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
21071 2013-09-23  Hector Marco  <hecmargi@upv.es>
21072             Ismael Ripoll  <iripoll@disca.upv.es>
21073             Carlos O'Donell  <carlos@redhat.com>
21075         [BZ #15754]
21076         * sysdeps/generic/stackguard-macros.h: Define
21077         __pointer_chk_guard_local and POINTER_CHK_GUARD.
21078         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
21079         Define __pointer_chk_guard_local.
21080         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
21081         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
21083 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
21085         [BZ #15859]
21086         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
21088 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
21090         * include/string.h (__ffs): Declare as hidden.
21091         * string/ffs.c (__ffs): Define as hidden.
21092         * sysdeps/i386/ffs.c (__ffs): Likewise.
21093         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
21094         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
21095         * sysdeps/s390/ffs.c (__ffs): Likewise.
21096         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
21098 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
21100         * NEWS: Mention malloc probes.
21102         * malloc/arena.c (new_heap): New memory_heap_new probe.
21103         (grow_heap): New memory_heap_more probe.
21104         (shrink_heap): New memory_heap_less probe.
21105         (heap_trim): New memory_heap_free probe.
21106         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
21107         (systrim): New memory_sbrk_less probe.
21108         * manual/probes.texi: Document them.
21110         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
21111         * manual/probes.texi: Document it.
21113         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
21114         (__libc_realloc): Add memory_realloc_retry probe.
21115         (__libc_memalign): Add memory_memalign_retry probe.
21116         (__libc_valloc): Add memory_valloc_retry probe.
21117         (__libc_pvalloc): Add memory_pvalloc_retry probe.
21118         (__libc_calloc): Add memory_calloc_retry probe.
21119         * manual/probes.texi: Document them.
21121         * malloc/arena.c (get_free_list): Add probe
21122         memory_arena_reuse_free_list.
21123         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
21124         and memory_arena_reuse.
21125         (arena_get2) [!PER_THREAD]: Likewise.
21126         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
21127         memory_arena_reuse_realloc.
21128         * manual/probes.texi: Document them.
21130         * malloc/malloc.c (__libc_free): Add
21131         memory_mallopt_free_dyn_thresholds probe.
21132         (__libc_mallopt): Add multiple memory_mallopt probes.
21133         * manual/probes.texi: Document them.
21135         * malloc/malloc.c: Include stap-probe.h.
21136         (__libc_mallopt): Add memory_mallopt probe.
21137         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
21138         * manual/probes.texi: New.
21139         * manual/Makefile (chapters): Add probes.
21140         * manual/threads.texi: Set next node.
21142 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
21144         [BZ #15963, #13985]
21145         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
21146         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
21147         Add `Chinese' to `nan' entry name.
21149 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
21151         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
21152         (POLYNOMIAL): Likewise.
21153         (TAYLOR_SINCOS): Likewise.
21154         (TAYLOR_SLOW): Likewise.
21155         (__sin): Use TAYLOR_SINCOS.
21156         (__cos): Likewise.
21157         (slow): Use TAYLOR_SLOW.
21158         (sloww): Likewise.
21159         (bsloww): Likewise.
21160         (csloww): Likewise.
21162 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21164         * stdlib/strtod_l.c: Fix buffer overrun.
21166 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
21168         * benchtests/Makefile (bench): Add sincos.
21169         * benchtests/bench-sincos.c: New file.
21171         * math/libm-test.inc (cos_test_data): New test inputs.
21172         (sin_test_data): Likewise.
21174         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
21175         macro.
21176         (__sin): Use it.
21177         (__cos): Likewise.
21178         (slow1): Likewise.
21179         (slow2): Likewise.
21180         (sloww1): Likewise.
21181         (sloww2): Likewise.
21182         (bsloww1): Likewise.
21183         (bsloww2): Likewise.
21184         (cslow2): Likewise.
21185         (csloww1): Likewise.
21186         (csloww2): Likewise.
21188         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
21189         function.
21190         (__sin): Use it.
21191         (__cos): Likewise.
21193         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
21194         gotos.
21195         (__cos): Likewise.
21197 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
21199         * config.h.in (HAVE_MIPS_NAN2008): New macro.
21200         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
21201         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
21202         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
21203         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
21204         * elf/cache.c (print_entry): Handle the new cache flags.
21206 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
21207             Aldy Hernandez  <aldyh@redhat.com>
21209         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
21210         Change condition to [_SOFT_FLOAT].
21211         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
21212         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
21213         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
21214         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
21215         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
21216         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
21217         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
21218         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
21219         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
21220         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
21221         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
21222         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
21223         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
21224         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
21225         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
21226         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
21227         declaration.
21229 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
21231         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
21232         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21233         (__longjmp): Use LOAD_GP to load saved GPRs.
21234         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
21235         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21236         (__sigsetjmp): Use SAVE_GP to save GPRs.
21238         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
21239         Do not append -msoft-float.
21240         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
21242 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
21244         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
21246 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
21248         [BZ #15966]
21249         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
21250         (_FPU_GETCW): Use initial "__" on variable and field names but not
21251         on macro parameter name.
21252         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
21253         parentheses around reference to macro parameter.
21255 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
21257         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
21258         prototype.
21259         (ctype_startup): Use uint32_t in cast and sizeof for
21260         ctype->charnames.
21262 2013-09-11  Jia Liu  <proljc@gmail.com>
21264         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
21265         __daddr_t_defined.
21266         [__FreeBSD__]: Likewise.
21268 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
21270         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
21271         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
21272         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
21273         (strchr): Remove __strchr_sse42 ifunc selection.
21274         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
21275         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
21277 2013-09-11  Will Newton  <will.newton@linaro.org>
21279         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
21280         parameter to RES. Remove hardcoded 1000 value.
21281         * benchtests/bench-skeleton.c (main): Pass RES parameter
21282         to TIMING_INIT and multiply result by 1000.
21284 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21286         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21288 2013-09-11  Andreas Schwab  <schwab@suse.de>
21290         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
21291         if not defined.
21292         (O_TMPFILE) [__USE_GNU]: Define.
21293         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
21294         Define.
21296 2013-09-11  Will Newton  <will.newton@linaro.org>
21298         [BZ #15857]
21299         * malloc/malloc.c (__libc_memalign): Check the value of bytes
21300         does not overflow.
21302 2013-09-11  Will Newton  <will.newton@linaro.org>
21304         [BZ #15856]
21305         * malloc/malloc.c (__libc_valloc): Check the value of bytes
21306         does not overflow.
21308 2013-09-11  Will Newton  <will.newton@linaro.org>
21310         [BZ #15855]
21311         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
21312         does not overflow.
21314 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
21316         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
21317         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
21318         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
21319         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
21320         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
21322 2013-09-10  Allan McRae  <allan@archlinux.org>
21324         [BZ #15748]
21325         * manual/arith.texi (Parsing of Floats): Clarify
21326         cross-reference.
21328         [BZ #15849]
21329         * manual/install.texi (Running make install): Mention
21330         --enable-pt-chown.
21331         * INSTALL: Regenerated.
21333 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
21335         * csu/init-first.c (_init): Remove the !SHARED condition around
21336         FPU control word initialization.
21337         * elf/dl-support.c (_dl_fpu_control): New variable.
21338         (_dl_aux_init) <AT_FPUCW>: Initialize it.
21339         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
21340         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
21341         * math/test-fpucw-static.c: New file.
21342         * math/test-fpucw-ieee.c: New file.
21343         * math/test-fpucw-ieee-static.c: New file.
21344         * math/Makefile (tests): Add `test-fpucw-ieee' and
21345         `$(tests-static)'.
21346         (tests-static): New variable.
21347         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
21348         dependency to...
21349         [($(build-shared),yes)]
21350         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
21351         ... this.
21352         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
21353         New dependency.
21355 2013-09-09  Allan McRae  <allan@archlinux.org>
21357         [BZ #15939]
21358         * manual/string.texi (Collation Functions): Fix typo in
21359         strcoll example.
21360         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
21362         [BZ #15893]
21363         * stdlib/isomac.c (get_null_defines): Fix memory leak.
21365         [BZ #15892]
21366         * libio/memstream.c (open_memstream): Fix memory leak.
21367         * libio/wmemstream.c (open_wmemstream): Likewise.
21369         [BZ #15895]
21370         * nscd/netgroupcache.c: Fix nesting of ifdefs.
21372 2013-09-09  Will Newton  <will.newton@linaro.org>
21374         * malloc/Makefile: Add tst-realloc to tests.
21375         * malloc/tst-realloc.c: New file.
21377 2013-09-09  Allan McRae  <allan@archlinux.org>
21379         [BZ #15844]
21380         * COPYING: Update from GNU website to fix FSF address.
21381         * COPYING.LIB: Likewise.
21383 2013-09-06  David S. Miller  <davem@davemloft.net>
21385         * po/zh_TW.po: Update Chinese (traditional) translation from
21386         translation project.
21388 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
21389             Joseph Myers  <joseph@codesourcery.com>
21391         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
21392         "localeinfo.h".
21393         (obstack_chunk_alloc): New macro.
21394         (obstack_chunk_free): Likewise.
21395         (record_offset): New function.
21396         (init_locale_data): Likewise.
21397         (align_locale_data): Likewise.
21398         (add_locale_empty): Likewise.
21399         (add_locale_raw_data): Likewise.
21400         (add_locale_raw_obstack): Likewise.
21401         (add_locale_string): Likewise.
21402         (add_locale_wstring): Likewise.
21403         (add_locale_uint32): Likewise.
21404         (add_locale_uint32_array): Likewise.
21405         (add_locale_char): Likewise.
21406         (start_locale_structure): Likewise.
21407         (end_locale_structure): Likewise.
21408         (start_locale_prelude): Likewise.
21409         (end_locale_prelude): Likewise.
21410         (write_locale_data): Take locale_file structure rather than an
21411         iovec.
21412         * locale/programs/locfile.h: Include "obstack.h".
21413         (struct locale_file): Change to store locale file contents instead
21414         of header.
21415         (init_locale_data): New prototype.
21416         (align_locale_data): Likewise.
21417         (add_locale_empty): Likewise.
21418         (add_locale_raw_data): Likewise.
21419         (add_locale_raw_obstack): Likewise.
21420         (add_locale_string): Likewise.
21421         (add_locale_wstring): Likewise.
21422         (add_locale_uint32): Likewise.
21423         (add_locale_uint32_array): Likewise.
21424         (add_locale_char): Likewise.
21425         (start_locale_structure): Likewise.
21426         (end_locale_structure): Likewise.
21427         (start_locale_prelude): Likewise.
21428         (end_locale_prelude): Likewise.
21429         (write_locale_data): Update prototype.
21430         * locale/programs/3level.h (struct TABLE): Remove result field.
21431         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
21432         Use new locale_file interface.
21433         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
21434         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
21435         * locale/programs/ld-address.c (address_output): Use new
21436         locale_file interface.
21437         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
21438         NO_ADD_LOCALE.
21439         (collate_finish): Don't call collseq_table_finalize.
21440         (collate_output): Use new locale_file interface.
21441         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
21442         in file.
21443         (NO_FINALIZE): Change to NO_ADD_LOCALE.
21444         (TABLE): Move defines earlier in file.
21445         (ELEMENT): Likewise.
21446         (DEFAULT): Likewise.
21447         (wctrans_table_add): Move macro and inline function earlier in
21448         file.
21449         (struct wctype_table): Move type earlier in file.
21450         (add_locale_wctype_table): New static prototype.
21451         (struct locale_ctype_t): Use logical types instead of struct iovec
21452         pointers for members.
21453         (ctype_output): Use new locale_file interface.
21454         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
21455         new locale_file interface.
21456         (allocate_arrays): Update for use of new locale_file interface.
21457         * locale/programs/ld-identification.c (identification_output): Use
21458         new locale_file interface.
21459         * locale/programs/ld-measurement.c (measurement_output): Likewise.
21460         * locale/programs/ld-messages.c (messages_output): Likewise.
21461         * locale/programs/ld-monetary.c (monetary_output): Likewise.
21462         * locale/programs/ld-name.c (name_output): Likewise.
21463         * locale/programs/ld-numeric.c (numeric_output): Likewise.
21464         * locale/programs/ld-paper.c (paper_output): Likewise.
21465         * locale/programs/ld-telephone.c (telephone_output): Likewise.
21466         * locale/programs/ld-time.c (time_output): Likewise.
21468 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21470         * benchtests/Makefile: Add memrchr benchmark.
21471         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
21472         benchmark as memrchr.
21473         * benchtests/bench-memrchr-ifunc.c: New file.
21474         * benchtests/bench-memrchr.c: New file.
21476 2013-09-06   Will Newton  <will.newton@linaro.org>
21478         * benchtests/Makefile (string-bench): Add memcpy.
21480 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
21481             Cong Wang  <amwang@redhat.com>
21483         [BZ #15850]
21484         * sysdeps/unix/sysv/linux/bits/in.h
21485         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
21486         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
21487         before __USE_KERNEL_IPV6_DEFS uses.
21488         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
21489         IPPROTO_BEETPH.
21490         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
21491         sockaddr_in6, or ipv6_mreq.
21493 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21495         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
21496         memory access for final bytes in some large inputs.
21497         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
21499 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21501         * string/test-memrchr.c: New file.
21502         * string/test-memrchr-ifunc.c: New file.
21503         * string/Makefile: Add new memrchr testcase.
21505 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
21507         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
21508         fanotify_init returns EPERM.
21510 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21512         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
21513         errors.
21514         (top level): Treat second token from macro or constant entries for
21515         allowed headers as allowed.
21516         * include/complex.h: Condition internal declarations on
21517         [!_ISOMAC].
21518         * include/fenv.h: Condition include of <stdbool.h> and internal
21519         declarations on [!_ISOMAC].
21521 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
21523         [BZ #15923]
21524         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
21526 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21528         * configure.in (--enable-versioning): Remove configure option.
21529         (libc_cv_asm_symver_directive): Remove configure test.
21530         (libc_cv_ld_version_script_option): Likewise.
21531         (VERSIONING): Remove variable and AC_SUBST.
21532         (DO_VERSIONING): Remove AC_DEFINE.
21533         * configure: Regenerated.
21534         * config.h.in (DO_VERSIONING): Remove macro.
21535         * Makerules [$(versioning) = yes]: Change conditionals to
21536         [$(build-shared) = yes].
21537         * config.make.in (versioning): Remove variable.
21538         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
21539         [$(build-shared) = yes].
21540         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
21541         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
21542         * elf/Makefile [$(versioning) = yes]: Change conditionals to
21543         [$(build-shared) = yes].
21544         * extra-lib.mk [$(versioning) = yes]: Likewise.
21545         * hurd/Makefile [$(versioning) = yes]: Likewise.
21546         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
21547         [SHARED].
21548         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
21549         [SHARED].
21550         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21551         [SHARED && !NO_HIDDEN].
21552         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
21553         [SHARED].
21554         [SHARED && DO_VERSIONING]: Likewise..
21555         * libio/Makefile [$(versioning) = yes]: Change conditionals to
21556         [$(build-shared) = yes].
21557         * manual/install.texi (--disable-versioning): Remove
21558         documentation.
21559         * INSTALL: Regenerated.
21560         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
21561         to [SHARED].
21562         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
21563         [$(build-shared) = yes].
21564         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
21565         * sysdeps/i386/i686/multiarch/strstr-c.c
21566         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21567         [SHARED && !NO_HIDDEN].
21568         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
21569         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
21570         * sysdeps/powerpc/powerpc32/dl-machine.c
21571         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
21572         * sysdeps/powerpc/powerpc32/sysdep.h
21573         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
21574         to [SHARED && PIC && !NO_HIDDEN].
21575         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
21576         conditional to [SHARED].
21578 2013-09-04   Will Newton  <will.newton@linaro.org>
21580         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
21581         * benchtests/bench-string.h: Include bench-timing.h instead
21582         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
21583         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
21584         call to HP_TIMING_DIFF_INIT.
21585         * benchtests/bench-memccpy.c: Use bench-timing.h macros
21586         instead of hp-timing.h macros.
21587         * benchtests/bench-memchr.c: Likewise.
21588         * benchtests/bench-memcmp.c: Likewise.
21589         * benchtests/bench-memcpy.c: Likewise.
21590         * benchtests/bench-memmem.c: Likewise.
21591         * benchtests/bench-memmove.c: Likewise.
21592         * benchtests/bench-memset.c: Likewise.
21593         * benchtests/bench-rawmemchr.c: Likewise.
21594         * benchtests/bench-strcasecmp.c: Likewise.
21595         * benchtests/bench-strcasestr.c: Likewise.
21596         * benchtests/bench-strcat.c: Likewise.
21597         * benchtests/bench-strchr.c: Likewise.
21598         * benchtests/bench-strcmp.c: Likewise.
21599         * benchtests/bench-strcpy.c: Likewise.
21600         * benchtests/bench-strcpy_chk.c: Likewise.
21601         * benchtests/bench-strlen.c: Likewise.
21602         * benchtests/bench-strncasecmp.c: Likewise.
21603         * benchtests/bench-strncat.c: Likewise.
21604         * benchtests/bench-strncmp.c: Likewise.
21605         * benchtests/bench-strncpy.c: Likewise.
21606         * benchtests/bench-strnlen.c: Likewise.
21607         * benchtests/bench-strpbrk.c: Likewise.
21608         * benchtests/bench-strrchr.c: Likewise.
21609         * benchtests/bench-strspn.c: Likewise.
21610         * benchtests/bench-strstr.c: Likewise.
21612 2013-09-04  Will Newton  <will.newton@linaro.org>
21614         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
21616 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
21618         [BZ #15427]
21619         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
21620         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
21621         * math/libm-test.inc (lgamma_test_data): Add more tests.
21622         * sysdeps/i386/fpu/libm-test-ulps: Update.
21623         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21625 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
21627         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
21628         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
21629         Add ifunc.
21630         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
21631         Add strcmp-sse2-unaligned
21632         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
21634 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
21636         * Versions.def (libc): Add GLIBC_2.19.
21638 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
21640         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
21641         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
21643 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
21645         [BZ #14155]
21646         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
21647         intermediate calculations in recurrence.
21648         (__ieee754_ynf): Likewise.
21649         * math/libm-test.inc (jn_test_data): Do not allow spurious
21650         underflow exception.  Add more tests.
21651         (yn_test_data): Add more tests.
21652         * sysdeps/i386/fpu/libm-test-ulps: Update.
21653         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21655 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
21657         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
21659 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
21661         * csu/init-first.c: Fix then/than typos.
21662         * locale/programs/ld-collate.c: Likewise.
21663         * locale/programs/linereader.h: Likewise.
21664         * manual/charset.texi: Likewise.
21665         * manual/filesys.texi: Likewise.
21666         * manual/stdio.texi: Likewise.
21667         * manual/string.texi: Likewise.
21668         * stdlib/fmtmsg.c: Likewise.
21669         * sysdeps/i386/stpncpy.S: Likewise.
21670         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
21671         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
21672         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
21673         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
21675 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
21677         * elf/dl-open.c: Fix typos.
21678         * iconvdata/gbbig5.c: Likewise.
21679         * iconvdata/iso-2022-jp.c: Likewise.
21680         * iconv/gconv_int.h: Likewise.
21681         * iconv/loop.c: Likewise.
21682         * nis/rpcsvc/nis.h: Likewise.
21683         * resolv/ns_name.c: Likewise.
21684         * stdio-common/vfscanf.c: Likewise.
21685         * streams/stropts.h: Likewise.
21686         * sunrpc/rpc_thread.c: Likewise.
21687         * sysdeps/i386/strpbrk.S: Likewise.
21688         * sysdeps/ieee754/k_standard.c: Likewise.
21689         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
21690         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
21691         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
21692         * sysdeps/mach/hurd/profil.c: Likewise.
21693         * sysdeps/s390/dl-procinfo.h: Likewise.
21694         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
21695         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
21696         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
21697         * sysdeps/x86_64/dl-trampoline.S: Likewise.
21698         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
21700 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
21702         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
21703         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
21705 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
21707         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
21708         aix specific files.
21709         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
21710         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
21711         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
21712         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
21713         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
21714         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
21715         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
21716         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
21718 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
21719             Roland McGrath  <roland@hack.frob.com>
21721         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
21722         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
21724 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
21726         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
21727         __executable_start symbol instead of _start.
21729 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
21731         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
21732         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
21733         Move macros to...
21734         * sysdeps/gnu/ldsodefs.h: ... this new file.
21736         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
21737         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
21738         instead of ELFOSABI_LINUX.
21740         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
21741         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
21742         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
21743         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
21744         Likewise.
21745         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
21746         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
21747         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
21748         Likewise.
21749         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
21750         (ibm_extended_long_double): Add ieee_nan member.
21751         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
21752         (do_test): New function.
21754         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
21755         TEST_TRUNC.
21756         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
21757         functions, renamed from truncdfsf_test, trunctfsf_test,
21758         trunctfdf_test.
21759         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
21760         functions.
21761         (do_test): Run all these.
21763 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
21765         * argp/argp-help.c: Fix typos.
21766         * argp/argp-parse.c: Likewise.
21767         * debug/backtracesyms.c: Likewise.
21768         * elf/elf.h: Likewise.
21769         * malloc/malloc.c: Likewise.
21770         * nis/nis_print.c: Likewise.
21771         * resolv/res_comp.c: Likewise.
21772         * stdlib/stdlib.h: Likewise.
21773         * sunrpc/clnt_tcp.c: Likewise.
21774         * sunrpc/clnt_udp.c: Likewise.
21775         * sunrpc/clnt_unix.c: Likewise.
21776         * sysdeps/unix/bsd/ptsname.c: Likewise.
21777         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
21778         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
21779         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
21780         Likewise.
21781         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
21782         Likewise.
21783         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
21784         Likewise.
21785         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
21787 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
21789         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
21790         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
21792 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
21794         [BZ #15897]
21795         * dlfcn/Makefile (tests): Add bug-dl-leaf.
21796         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
21797         ($(objpfx)bug-dl-leaf): New rule.
21798         ($(objpfx)bug-dl-leaf.so): Likewise.
21799         ($(objpfx)bug-dl-leaf.out): Likewise.
21800         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
21801         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
21802         * dlfcn/bug-dl-leaf.c: New test.
21803         * dlfcn/bug-dl-leaf-lib.c: Likewise.
21804         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
21805         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
21806         (dlclose): Likewise.
21807         (dlmopen): Likewise.
21809 2013-08-27  Roland McGrath  <roland@hack.frob.com>
21811         * include/netdb.h [!_ISOMAC]:
21812         Don't include <tls.h>.
21813         (h_errno, __libc_h_errno): Move declaration and macros out of
21814         [_LIBC_REENTRANT].
21816         * include/resolv.h [_RESOLV_H_]:
21817         Don't include <tls.h>.
21818         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
21819         * resolv/res_libc.c: Don't include <tls.h>.
21820         (_res): Use __attribute__ ((nocommon)) in place of
21821         __attribute__ ((section (".bss"))).
21823         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
21824         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
21826         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
21828         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
21829         only under [SIOCGIFCONF && SIOCGIFNETMASK].
21831         * resolv/res_mkquery.c: Include <sys/time.h>.
21833         * inet/ifreq.c: Moved to ...
21834         * sysdeps/unix/ifreq.c: ... here.
21835         * inet/ifreq.c: New file, true stub version.
21837         * socket/sa_len.c: New file.
21838         * socket/Makefile (aux): Add it.
21839         * sysdeps/unix/sysv/linux/Makefile
21840         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
21841         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
21842         and #include <socket/sa_len.c>.
21843         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
21844         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
21846         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
21847         * bits/socket.h: ... here.
21849         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
21850         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
21851         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
21853 2013-08-27  Andreas Schwab  <schwab@suse.de>
21855         [BZ #15736]
21856         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
21857         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
21858         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
21859         * string/test-strcasecmp.c (test_main): Run tests in several
21860         locales.
21861         * string/test-strncasecmp.c (test_main): Likewise.
21863         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
21864         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
21865         to __strcasecmp_nonascii and __strncasecmp_nonascii.
21866         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
21867         (__strncasecmp_ssse3) [PIC]: Likewise.
21869 2013-08-26  Roland McGrath  <roland@hack.frob.com>
21871         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
21873         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
21874         instead of explicitly declaring xdecrypt.
21875         * nis/nss_nis/nis-publickey.c: Likewise.
21877 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
21879         [BZ #15890]
21880         * nscd/aicache.c: Include res_hconf.h.
21881         (addhstaiX): Initialize res_hconf.
21883 2013-08-26  Andreas Schwab  <schwab@suse.de>
21885         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
21886         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
21888 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
21890         * nscd/aicache.c (addhstaiX): Fix indentation.
21892 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
21894         * configure.ac: Quote $build_pt_chown test.
21895         * configure: Regenerated.
21897 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
21899         [BZ #15532]
21900         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
21901         * math/s_cexpf.c (__cexpf): Likewise.
21902         * math/s_cexpl.c (__cexpl): Likewise.
21903         * math/libm-test.inc (cexp_test_data): Correct expected return
21904         value for NaN + i0.  Add another test.
21906 2013-08-22  David S. Miller  <davem@davemloft.net>
21908         * po/ca.po: Update Catalan translation from translation project.
21909         * po/uk.po: Add Ukrainian translations from translation project.
21911 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
21913         [BZ #15797]
21914         * math/s_fdim.c (__fdim): Check for infinite arguments if result
21915         is infinite, not alongside NaN test.
21916         * math/s_fdimf.c (__fdimf): Likewise.
21917         * math/s_fdiml.c (__fdiml): Likewise.
21918         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
21919         errno is unchanged.
21921 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
21923         * argp/argp-help.c: Fix typos.
21924         * crypt/speeds.c: Likewise.
21925         * csu/check_fds.c: Likewise.
21926         * elf/dl-load.c: Likewise.
21927         * elf/dl-open.c: Likewise.
21928         * elf/reldep3.c: Likewise.
21929         * elf/reldep.c: Likewise.
21930         * elf/sprof.c: Likewise.
21931         * iconv/iconv_charmap.c: Likewise.
21932         * iconv/skeleton.c: Likewise.
21933         * iconv/strtab.c: Likewise.
21934         * io/lockf64.c: Likewise.
21935         * libio/libioP.h: Likewise.
21936         * resolv/gai_notify.c: Likewise.
21937         * resolv/ns_name.c: Likewise.
21938         * resolv/ns_samedomain.c: Likewise.
21939         * resolv/res_send.c: Likewise.
21940         * stdlib/random.c: Likewise.
21941         * sunrpc/rpc/xdr.h: Likewise.
21942         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
21943         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
21944         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
21945         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
21946         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
21947         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
21948         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
21949         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
21950         * sysdeps/mach/hurd/check_fds.c: Likewise.
21951         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
21952         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
21953         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
21954         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
21955         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
21956         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
21957         * sysdeps/pthread/aio_notify.c: Likewise.
21958         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
21959         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
21960         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
21961         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
21962         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
21964 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21966         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
21967         version if bit_Slow_SSE4_2 is set.
21968         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
21969         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
21971 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21973         [BZ #15867]
21974         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
21975         trampoline stack frame information.
21976         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
21977         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
21978         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
21979         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
21980         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
21981         * sysdeps/unix/sysv/linux/powerpc/init-first.c
21982         (_libc_vdso_platform_setup): Initialize the signal trampolines.
21983         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
21984         sa_flags value.
21985         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
21986         interrupting a syscall and set with option SA_SIGINFO.
21988 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
21990         [BZ #15531]
21991         * math/s_cproj.c (__cproj): Only return an infinity if one part of
21992         argument is infinite.
21993         * math/s_cprojf.c (__cprojf): Likewise.
21994         * math/s_cprojl.c (__cprojl): Likewise.
21995         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
21996         * math/libm-test.inc (cproj_test_data): Add more tests.
21998         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
22000         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
22001         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
22002         size.  Use __ffs to determine corresponding shift.
22004 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
22005             Roland McGrath  <roland@hack.frob.com>
22007         * Makefile (INSTALL): Remove trailing blank lines from output of
22008         makeinfo.
22010 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22012         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
22013         Align 32 bit compat elf_greg to 8 bytes.
22015 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
22017         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
22019 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
22021         * string/strcoll_l.c (coll_seq): New structure.
22022         (get_next_seq_cached): New function.
22023         (get_next_seq): New function.
22024         (do_compare): New function.
22025         (STRCOLL): Use GNU style definition.  Simplify implementation
22026         by using get_next_seq, get_next_seq_cached and do_compare.
22028 2013-08-16  Florian Weimer  <fweimer@redhat.com>
22030         [BZ #14699]
22031         CVE-2013-4237
22032         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
22033         member.
22034         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
22035         member.
22036         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
22037         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
22038         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
22039         conditional.
22040         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
22041         GETDENTS_64BIT_ALIGNED.
22042         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
22043         * manual/filesys.texi (Reading/Closing Directory): Document
22044         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
22045         strongly.
22046         * manual/conf.texi (Limits for Files): Add portability note to
22047         NAME_MAX, PATH_MAX.
22048         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
22050 2013-08-13  Andreas Schwab  <schwab@suse.de>
22052         [BZ #15749]
22053         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
22054         of fabs.
22055         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
22056         LDBL_MAX_EXP >= 16384]: Add tests for it.
22058 2013-08-12  David S. Miller  <davem@davemloft.net>
22060         * version.h (RELEASE): Set to "development".
22061         (VERSION): Set to "2.18.90".
22062         * NEWS: Add 2.19 section.
22064 2013-08-03  David S. Miller  <davem@davemloft.net>
22066         * po/ko.po: Update Korean translation from translation project.
22068 2013-08-01  David S. Miller  <davem@davemloft.net>
22070         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
22071         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
22072         Bilka.
22074 2013-07-30  David S. Miller  <davem@davemloft.net>
22076         * po/fr.po: Update French translation from translation project.
22078 2013-07-28  David S. Miller  <davem@davemloft.net>
22080         * po/cs.po: Update Czech translation from translation project.
22082         * po/sv.po: Update Swedish translation from translation project.
22084 2013-07-27  David S. Miller  <davem@davemloft.net>
22086         * po/eo.po: Update Esperanto translation from translation project.
22088         * po/vi.po: Update Vietnamese translation from translation project.
22090         * po/de.po: Update German translation from translation project.
22092 2013-07-26  David S. Miller  <davem@davemloft.net>
22094         * po/bg.po: Update Bulgarian translation from translation project.
22096         * po/nl.po: Update Dutch translation from translation project.
22097         * po/pl.po: Update Polish translation from translation project.
22098         * po/ru.po: Update Russian translation from translation project.
22100 2013-07-24  David S. Miller  <davem@davemloft.net>
22102         * po/libc.pot: Update.
22104 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22106         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
22107         variable page size.
22108         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
22109         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
22110         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
22112 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22114         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
22116 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
22117             Andreas Schwab  <schwab@suse.de>
22118             Roland McGrath  <roland@hack.frob.com>
22119             Joseph Myers  <joseph@codesourcery.com>
22120             Carlos O'Donell  <carlos@redhat.com>
22122         [BZ #15755]
22123         * config.h.in: Define HAVE_PT_CHOWN.
22124         * config.make.in (build-pt-chown): New variable.
22125         * configure.in (--enable-pt_chown): New configure option.
22126         * configure: Regenerate.
22127         * login/Makefile: Include Makeconfig.  Build pt_chown only if
22128         build-pt-chown is enabled.
22129         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
22130         pt_chown to fix pty ownership.
22131         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
22132         CLOSE_ALL_FDS.
22133         * manual/install.texi (Configuring and compiling): Mention
22134         --enable-pt_chown. Add @findex for grantpt.
22135         * INSTALL: Regenerate.
22137 2013-07-20  David S. Miller  <davem@davemloft.net>
22139         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
22140         difference between 32-bit and 64-bit.
22142 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
22144         [BZ #15711]
22145         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
22146         Avoid system header dependency with -ffreestanding.
22147         ($(objpfx)bits/syscall%d): Likewise.
22149 2013-07-13  David S. Miller  <davem@davemloft.net>
22151         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
22152         underflows from atanl/atan2l due to bug 15319.
22153         (casinh_test_data): Likewise.
22155 2013-07-07  David S. Miller  <davem@davemloft.net>
22157         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
22159 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
22161         * sysdeps/i386/fpu/libm-test-ulps: Update.
22162         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22164 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
22166         * configure.in (--enable-lock-elision): Fix message text.
22167         * INSTALL: Regenerate.
22168         * configure: Regenerate.
22170 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22172         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22174 2013-07-03  Andreas Jaeger  <aj@suse.de>
22176         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
22177         define.
22178         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
22179         (ptrace_peeksiginfo_args): Add.
22180         (__ptrace_peeksiginfo_flags): Add.
22181         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
22182         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
22183         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
22185 2013-07-03  Allan McRae  <allan@archlinux.org>
22187         * sysdeps/i386/fpu/libm-test-ulps: Update.
22189 2013-07-02  David S. Miller  <davem@davemloft.net>
22191         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22193 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
22195         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
22197 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
22199         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
22200         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22202 2013-07-02  Andi Kleen <ak@linux.intel.com>
22204         * config.h.in (ENABLE_LOCK_ELISION): Add.
22205         * configure.in (--enable-lock-elision): Add option.
22206         * manual/install.texi: Document --enable lock elision.
22207         * configure: Regenerate
22208         * INSTALL: Regenerate.
22210 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
22212         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
22213         SSE4.2 strcasecmp for libc.a.
22214         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
22216 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
22218         [BZ #13304]
22219         * soft-fp/op-common.h (_FP_FMA): New macro.
22220         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
22221         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
22222         (_FP_MUL_MEAT_1_imm): ... here.
22223         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
22224         (_FP_MUL_MEAT_1_wide): ... here.
22225         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
22226         (_FP_MUL_MEAT_1_hard): ... here.
22227         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
22228         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
22229         (_FP_MUL_MEAT_2_wide): ... here.
22230         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
22231         (_FP_MUL_MEAT_2_wide_3mul): ... here.
22232         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
22233         (_FP_MUL_MEAT_2_gmp): ... here.
22234         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
22235         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
22236         (_FP_MUL_MEAT_4_wide): ... here.
22237         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
22238         (_FP_MUL_MEAT_4_gmp): ... here.
22239         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
22240         (_FP_WFRACBITS_DW_S): Likewise.
22241         (_FP_WFRACXBITS_DW_S): Likewise.
22242         (_FP_HIGHBIT_DW_S): Likewise.
22243         (FP_FMA_S): Likewise.
22244         (_FP_FRAC_HIGH_DW_S): Likewise.
22245         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
22246         (_FP_WFRACBITS_DW_D): Likewise.
22247         (_FP_WFRACXBITS_DW_D): Likewise.
22248         (_FP_HIGHBIT_DW_D): Likewise.
22249         (FP_FMA_D): Likewise.
22250         (_FP_FRAC_HIGH_DW_D): Likewise.
22251         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
22252         (_FP_WFRACBITS_DW_E): Likewise.
22253         (_FP_WFRACXBITS_DW_E): Likewise.
22254         (_FP_HIGHBIT_DW_E): Likewise.
22255         (FP_FMA_E): Likewise.
22256         (_FP_FRAC_HIGH_DW_E): Likewise.
22257         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
22258         (_FP_WFRACBITS_DW_Q): Likewise.
22259         (_FP_WFRACXBITS_DW_Q): Likewise.
22260         (_FP_HIGHBIT_DW_Q): Likewise.
22261         (FP_FMA_Q): Likewise.
22262         (_FP_FRAC_HIGH_DW_Q): Likewise.
22263         * soft-fp/fmasf4.c: New file.
22264         * soft-fp/fmadf4.c: Likewise.
22265         * soft-fp/fmatf4.c: Likewise.
22267 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22269         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
22270         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
22271         Silvermont.
22272         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
22273         macro.
22274         (index_Slow_SSE4_2): Likewise.
22275         (index_Prefer_PMINUB_for_stringop): Likewise.
22276         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
22277         bit_Slow_SSE4_2 is set.
22278         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
22279         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
22281 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22283         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
22284         rtld_global._dl_hwcap2.
22285         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
22286         POWER8.
22287         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
22288         POWER8 feature descriptions defined in _dl_hwcap2.
22289         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
22290         string handling for POWER8 feature bits.
22291         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
22292         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
22293         _dl_powerpc_cap_flags.
22294         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
22295         * sysdeps/powerpc/rtld-global-offsets.sym
22296         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
22297         _dl_hwcap2 in the rtld_global_ro structure.
22299 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22301         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
22302         hardware capabilities in support of AT_HWCAP2.
22303         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
22304         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
22305         GLRO(dl_hwcap2).
22306         (_dl_show_auxv): Add support for calling _dl_procinfo to display
22307         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
22308         explicitly the unknown a_type display mechanism is used.
22309         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
22310         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
22311         struct member.
22312         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
22313         to macro prototype for AT_HWCAP2 support.
22314         * sysdeps/i386/dl-procinfo.h: Likewise.
22315         * sysdeps/s390/dl-procinfo.h: Likewise.
22316         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
22317         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
22318         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
22319         return -1 for unknown a_type display fallback.
22320         * sysdeps/sparc/dl-procinfo.h: Likewise.
22321         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
22322         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
22324 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
22326         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
22327         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
22329 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
22331         [BZ #12492]
22332         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
22333         mprotect making __stack_prot writable.
22335 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
22336             Joseph Myers  <joseph@codesourcery.com>
22338         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
22339         as being properly aligned.
22341 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
22343         * dlfcn/modstatic5.c: New file.
22344         * dlfcn/tststatic5.c: New file.
22345         * dlfcn/Makefile (tests): Add tststatic5.
22346         (tests-static): Likewise.
22347         (modules-names): Add modstatic5.
22348         (tststatic5-ENV): New variable.
22349         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
22351         [BZ #15022]
22352         * elf/dl-support.c (_dl_main_map): New variable.
22353         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
22354         (_dl_nns, _dl_load_adds): Set to 1.
22355         (_dl_initial_searchlist): Refer to _dl_main_map.
22356         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
22357         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
22358         call to _dl_get_origin.
22359         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
22360         around call_map.
22361         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
22362         * dlfcn/modstatic3.c: New file.
22363         * dlfcn/tststatic3.c: New file.
22364         * dlfcn/tststatic4.c: New file.
22365         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
22366         (tests-static): Likewise.
22367         (modules-names): Add modstatic3.
22368         (tststatic3-ENV, tststatic4-ENV): New variables.
22369         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
22370         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
22372 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
22374         * configure.in (CC): Require GCC version 4.4 or later.
22375         * configure: Regenerated.
22376         * manual/install.texi (Tools for Compilation): Update GCC version
22377         requirement.
22378         * INSTALL: Regenerated.
22380 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22382         [BZ #15674]
22383         * string/test-memcmp.c (check2): New.
22384         (main): Call check2.
22386         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
22388 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
22390         [BZ #15022]
22391         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
22392         over to...
22393         (dl_open_worker) [!SHARED]: ... here.
22395 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22397         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
22399 2013-06-25  Richard Henderson  <rth@redhat.com>
22401         * locale/programs/locarchive.c: Include <libc-internal.h>
22403 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
22405         * manual/texinfo.tex: Update to version 2013-06-21.17, with
22406         trailing whitespace removed.
22408 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22410         [BZ #10283]
22411         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
22412         * locale/programs/locarchive.c: Include libc-mmap.h.
22413         (prepare_address_space): Take two new outputs (the mmap base and len).
22414         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
22415         values.
22416         (create_archive): Declare new mmap base and len values for
22417         prepare_address_space, and store the result in ah.
22418         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
22419         (enlarge_archive): If ah->mmap_base is not NULL, use that and
22420         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22421         Declare new mmap base and len values for
22422         prepare_address_space, and store the result in new_ah.
22423         (open_archive): Declare new mmap base and len values for
22424         prepare_address_space, and store the result in ah.
22425         (close_archive): If ah->mmap_base is not NULL, use that and
22426         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22427         * sysdeps/generic/libc-mmap.h: New file.
22429 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22431         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
22432         (ALIGN_UP): Likewise.
22433         (PTR_ALIGN_DOWN): Likewise.
22434         (PTR_ALIGN_UP): Likewise.
22436 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22438         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
22439         entry mapped to PPC_PLATFORM_POWER8.
22440         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
22441         POWER8.
22442         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
22443         (_dl_string_platform): Add case for exporting platform position for
22444         POWER8.
22445         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
22446         search path to sysdeps/powerpc/powerpc32/power8 directory.
22447         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
22448         search path to sysdeps/powerpc/powerpc64/power8 directory.
22449         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
22450         power7 directories.
22451         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
22452         power7 directories.
22454 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
22456         * INSTALL: Regenerate.
22458         * nscd/connections.c (nscd_init): Fix comment.
22460 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
22462         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
22464         [BZ #15667]
22465         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
22466         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
22468 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22470         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
22471         DL_DST_REQ_STATIC.
22472         (DL_DST_REQ_STATIC): Remove macro.
22474 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
22476         [BZ #7006]
22477         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
22478         with a shift of 0 bits.
22480 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22482         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
22483         $(tststatic-ENV).
22485 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22487         [BZ #15655]
22488         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
22490 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22492         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
22493         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
22494         accepts -fno-tree-loop-distribute-patterns.
22495         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
22496         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
22497         recursive call.
22498         * string/memset.c (memset): Likewise.
22499         * string/test-memmove.c (simple_memmove): Disable loop transformation
22500         to library calls.
22501         * string/test-memset.c (simple_memset): Likewise.
22502         * benchtests/bench-memmove.c (simple_memmove): Likewise.
22503         * benchtests/bench-memset.c (simple_memset): Likewise.
22504         * configure: Regenerated.
22506 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
22508         * math/test-misc.c (main): Ignore fesetround failure when failures
22509         of subsequent rounding tests would be ignored.
22511         [BZ #15654]
22512         * math/fedisblxcpt.c (fedisableexcept): Return 0.
22513         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
22514         * math/fegetenv.c (__fegetenv): Return 0.
22515         * math/fegetexcept.c (fegetexcept): Return 0.
22516         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
22517         FE_TONEAREST.
22518         * math/feholdexcpt.c (feholdexcept): Return 0.
22519         * math/fesetenv.c (__fesetenv): Return 0.
22520         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
22521         argument FE_TONEAREST.
22522         * math/feupdateenv.c (__feupdateenv): Return 0.
22523         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
22525 2013-06-18  Roland McGrath  <roland@hack.frob.com>
22527         * elf/rtld-Rules (rtld-compile-command.S): New variable.
22528         (rtld-compile-command.s, rtld-compile-command.c): New variables.
22529         ($(objpfx)rtld-%.os rules): Use them.
22531 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22533         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
22534         fields.
22536 2013-06-17  Roland McGrath  <roland@hack.frob.com>
22538         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
22539         length of target pattern, then descending length of dependency pattern.
22540         * configure.in (AWK): Require gawk 3.1.2 or newer.
22541         * manual/install.texi (Tools for Compilation): Say that we do.
22542         * configure: Regenerated.
22544         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
22545         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
22546         * scripts/sysd-rules.awk: ... this new script.
22547         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
22548         than a glob-style pattern.
22550 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
22552         * math/test-misc.c (main): Do not treat incorrectly rounded
22553         conversions as failure unless ROUNDING_TESTS passes.
22555 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
22557         [BZ #15631]
22558         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
22559         restore exception state around main square root computation, then
22560         check for inexactness explicitly.
22562         * math/libm-test.inc (fma_test_data): Add another test.
22564 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22566         * manual/threads.texi (Non-POSIX Extensions): New document
22567         node.  Document pthread_getattr_default_np and
22568         pthread_setattr_default_np.
22570         * Versions.def (libpthread): Add GLIBC_2.18.
22571         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
22572         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
22573         Likewise.
22574         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
22575         Likewise.
22576         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
22577         Likewise.
22578         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
22579         Likewise.
22580         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
22581         Likewise.
22582         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
22583         Likewise.
22584         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
22585         Likewise.
22586         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
22587         Likewise.
22588         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
22589         Likewise.
22591 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22593         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
22594         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
22596 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
22597             H.J. Lu  <hjl.tools@gmail.com>
22599         [BZ #15627]
22600         * sysdeps/x86_64/rtld-memset.c: Remove file.
22601         * sysdeps/x86_64/rtld-memset.S: New file.
22603 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
22605         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
22606         (test_in_one_mode): Take arguments for whether the rounding mode
22607         is supported for each floating-point type.
22608         (do_test): Pass new arguments to test_in_one_mode using
22609         ROUNDING_TESTS.
22611 2013-06-13  Roland McGrath  <roland@hack.frob.com>
22613         * posix/tst-waitid.c (do_test): Distinguish different instances of
22614         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
22615         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
22616         before entering the kernel for waitpid.
22618 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22620         * NEWS: Fix note on clock function precision.  Text by Roland
22621         McGrath.
22623 2013-06-13  Roland McGrath  <roland@hack.frob.com>
22625         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
22626         it into place only when and if the sanity check passes.
22628 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
22630         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
22631         output for whether conversion result is exact.  Take argument
22632         indicating whether type is IBM long double.
22633         (round_for_all): Change need_exact field to ibm_ld.
22634         * stdlib/tst-strtod-round.c (struct exactness): New type.
22635         (struct test): Change bool ld_ok field to struct exactness exact.
22636         (TEST): Update all definitions for change to field.
22637         (tests): Regenerate array contents.
22638         (test_in_one_mode): Take pointer to new field instead of old ld_ok
22639         field value.  Check for IBM long double here.
22640         (do_test): Update calls to test_in_one_mode.
22642 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22644         [BZ #12515]
22645         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
22646         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
22648 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22650         [BZ #15605]
22651         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
22652         generated by the compiler on loop optimizations.
22653         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
22654         general definitions.
22656 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
22658         * math/bug-nextafter.c: Include <math-tests.h>.
22659         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22660         the relevant type.
22661         * math/bug-nexttoward.c: Include <math-tests.h>.
22662         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22663         the relevant type.
22664         * math/test-misc.c: Include <math-tests.h>.
22665         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22666         the relevant type.
22668 2013-06-12  Andreas Jaeger  <aj@suse.de>
22670         * po/ia.po: Update Interlingua translation from translation
22671         project.
22673 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
22675         * include/fenv.h: Include stdbool.h.
22676         (struct rm_ctx): New structure.
22677         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
22678         Define macro.
22679         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
22680         (SET_RESTORE_ROUNDF): Likewise.
22681         (SET_RESTORE_ROUNDL): Likewise.
22682         (SET_RESTORE_ROUND_NOEX): Likewise.
22683         (SET_RESTORE_ROUND_NOEXF): Likewise.
22684         (SET_RESTORE_ROUND_NOEXL): Likewise.
22685         (SET_RESTORE_ROUND_53BIT): Likewise.
22686         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
22687         (libc_feresetround_noexf_ctx): Likewise.
22688         (libc_feresetround_noexl_ctx): Likewise.
22689         (libc_feholdsetround_53bit_ctx): Likewise.
22690         (libc_feresetround_53bit_ctx): Likewise.
22691         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
22692         (libc_feholdexcept_setround_sse_ctx): New function.
22693         (libc_fesetenv_sse_ctx): Likewise.
22694         (libc_feupdateenv_sse_ctx): Likewise.
22695         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
22696         (libc_feholdexcept_setround_387_ctx): Likewise.
22697         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
22698         (libc_feholdsetround_387_prec_ctx): Likewise.
22699         (libc_feholdsetround_387_ctx): Likewise.
22700         (libc_feholdsetround_387_53bit_ctx): Likewise.
22701         (libc_feholdsetround_sse_ctx): Likewise.
22702         (libc_feresetround_sse_ctx): Likewise.
22703         (libc_feresetround_387_ctx): Likewise.
22704         (libc_feupdateenv_387_ctx): Likewise.
22705         (libc_feholdexcept_setroundf_ctx): Define macro.
22706         (libc_fesetenvf_ctx): Likewise.
22707         (libc_feupdateenvf_ctx): Likewise.
22708         (libc_feholdsetroundf_ctx): Likewise.
22709         (libc_feresetroundf_ctx): Likewise.
22710         (libc_feholdexcept_setround_ctx): Likewise.
22711         (libc_fesetenv_ctx): Likewise.
22712         (libc_feupdateenv_ctx): Likewise.
22713         (libc_feholdsetround_ctx): Likewise.
22714         (libc_feresetround_ctx): Likewise.
22715         (libc_feholdexcept_setroundl_ctx): Likewise.
22716         (libc_feupdateenvl_ctx): Likewise.
22717         (libc_feholdsetroundl_ctx): Likewise.
22718         (libc_feresetroundl_ctx): Likewise.
22719         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
22720         (libc_feresetround_53bit_ctx): Likewise.
22722 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22724         * locale/iso-639.def: Convert to UTF-8.
22726 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
22728         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
22729         (EXCEPTION_TESTS_double): Likewise.
22730         (EXCEPTION_TESTS_long_double): Likewise.
22731         (EXCEPTION_TESTS): Likewise.
22732         * math/libm-test.inc (test_exceptions): Only test exceptions if
22733         EXCEPTION_TESTS (FLOAT).
22735 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22737         * benchtests/Makefile (string-bench): Add strcpy_chk and
22738         stpcpy_chk.
22739         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
22740         * benchtests/bench-stpcpy_chk.c: New file.
22741         * benchtests/bench-strcpy_chk-ifunc.c: New file.
22742         * benchtests/bench-strcpy_chk.c: New file.
22743         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
22744         code.
22745         (do_test): Likewise.
22747 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22749         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
22750         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
22751         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
22752         with tabs where appropriate.
22753         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
22754         dl-procinfo.h.
22755         [PPC_PLATFORM_PPC440]: Likewise.
22756         [PPC_PLATFORM_PPC464]: Likewise.
22757         [PPC_PLATFORM_PPC476]: Likewise.
22758         (_dl_string_platform): Add support for detecting ppc405, ppc440,
22759         ppc464, and ppc476 platform strings merging from ports/
22760         dl-procinfo.h.
22762 2013-06-11  Andreas Schwab  <schwab@suse.de>
22764         [BZ #14991]
22765         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
22766         (from_ucs4_idx): Regenerate.
22767         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
22768         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
22769         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
22770         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
22771         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
22772         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
22773         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
22774         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
22775         from FROM_LOOP and TO_LOOP specific macros.
22776         (BODY): Handle combining characters.
22777         * iconvdata/BIG5HKSCS.irreversible: Update.
22778         * iconvdata/BIG5HKSCS.precomposed: New file.
22779         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
22780         characters.
22781         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
22783 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22785         * include/sys/time.h: Fix indentation and add copyright header.
22787         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
22788         (do_test): Likewise.
22789         * string/test-memchr.c (do_one_test): Likewise.
22790         (do_test): Likewise.
22791         * string/test-memcmp.c (do_one_test): Likewise.
22792         (do_test): Likewise.
22793         * string/test-memcpy.c (do_one_test): Likewise.
22794         (do_test): Likewise.
22795         * string/test-memmem.c (do_one_test): Likewise.
22796         (do_test): Likewise.
22797         (do_random_tests): Likewise.
22798         * string/test-memmove.c (do_one_test): Likewise.
22799         (do_test): Likewise.
22800         * string/test-memset.c (do_one_test): Likewise.
22801         (do_test): Likewise.
22802         * string/test-rawmemchr.c (do_one_test): Likewise.
22803         (do_test): Likewise.
22804         * string/test-strcasecmp.c (do_one_test): Likewise.
22805         (do_test): Likewise.
22806         * string/test-strcasestr.c (do_one_test): Likewise.
22807         (do_test): Likewise.
22808         * string/test-strcat.c (do_one_test): Likewise.
22809         (do_test): Likewise.
22810         * string/test-strchr.c (do_one_test): Likewise.
22811         (do_test): Likewise.
22812         * string/test-strcmp.c (do_one_test): Likewise.
22813         (do_test): Likewise.
22814         * string/test-strcpy.c (do_one_test): Likewise.
22815         (do_test): Likewise.
22816         * string/test-string.h: Likewise.
22817         (test_init): Likewise.
22818         * string/test-strlen.c (do_one_test): Likewise.
22819         (do_test): Likewise.
22820         * string/test-strncasecmp.c (do_one_test): Likewise.
22821         (do_test): Likewise.
22822         * string/test-strncat.c (do_one_test): Likewise.
22823         (do_test): Likewise.
22824         * string/test-strncmp.c (do_one_test): Likewise.
22825         (do_test_limit): Likewise.
22826         (do_test): Likewise.
22827         * string/test-strncpy.c (do_one_test): Likewise.
22828         (do_test): Likewise.
22829         * string/test-strnlen.c (do_one_test): Likewise.
22830         (do_test): Likewise.
22831         * string/test-strpbrk.c (do_one_test): Likewise.
22832         (do_test): Likewise.
22833         * string/test-strrchr.c (do_one_test): Likewise.
22834         (do_test): Likewise.
22835         * string/test-strspn.c (do_one_test): Likewise.
22836         (do_test): Likewise.
22837         * string/test-strstr.c (do_one_test): Likewise.
22838         (do_test): Likewise.
22840         * benchtests/Makefile (string-bench): Add string benchmarks.
22841         * benchtests/bench-bcopy-ifunc.c: New file.
22842         * benchtests/bench-bcopy.c: New file.
22843         * benchtests/bench-bzero-ifunc.c: New file.
22844         * benchtests/bench-bzero.c: New file.
22845         * benchtests/bench-memccpy-ifunc.c: New file.
22846         * benchtests/bench-memccpy.c: New file.
22847         * benchtests/bench-memchr-ifunc.c: New file.
22848         * benchtests/bench-memchr.c: New file.
22849         * benchtests/bench-memcmp-ifunc.c: New file.
22850         * benchtests/bench-memcmp.c: New file.
22851         * benchtests/bench-memmem-ifunc.c: New file.
22852         * benchtests/bench-memmem.c: New file.
22853         * benchtests/bench-memmove-ifunc.c: New file.
22854         * benchtests/bench-memmove.c: New file.
22855         * benchtests/bench-mempcpy-ifunc.c: New file.
22856         * benchtests/bench-mempcpy.c: New file.
22857         * benchtests/bench-memset-ifunc.c: New file.
22858         * benchtests/bench-memset.c: New file.
22859         * benchtests/bench-rawmemchr-ifunc.c: New file.
22860         * benchtests/bench-rawmemchr.c: New file.
22861         * benchtests/bench-stpcpy-ifunc.c: New file.
22862         * benchtests/bench-stpcpy.c: New file.
22863         * benchtests/bench-stpncpy-ifunc.c: New file.
22864         * benchtests/bench-stpncpy.c: New file.
22865         * benchtests/bench-strcasecmp-ifunc.c: New file.
22866         * benchtests/bench-strcasecmp.c: New file.
22867         * benchtests/bench-strcasestr-ifunc.c: New file.
22868         * benchtests/bench-strcasestr.c: New file.
22869         * benchtests/bench-strcat-ifunc.c: New file.
22870         * benchtests/bench-strcat.c: New file.
22871         * benchtests/bench-strchr-ifunc.c: New file.
22872         * benchtests/bench-strchr.c: New file.
22873         * benchtests/bench-strchrnul-ifunc.c: New file.
22874         * benchtests/bench-strchrnul.c: New file.
22875         * benchtests/bench-strcmp-ifunc.c: New file.
22876         * benchtests/bench-strcmp.c: New file.
22877         * benchtests/bench-strcpy-ifunc.c: New file.
22878         * benchtests/bench-strcpy.c: New file.
22879         * benchtests/bench-strcspn-ifunc.c: New file.
22880         * benchtests/bench-strcspn.c: New file.
22881         * benchtests/bench-strlen-ifunc.c: New file.
22882         * benchtests/bench-strlen.c: New file.
22883         * benchtests/bench-strncasecmp-ifunc.c: New file.
22884         * benchtests/bench-strncasecmp.c: New file.
22885         * benchtests/bench-strncat-ifunc.c: New file.
22886         * benchtests/bench-strncat.c: New file.
22887         * benchtests/bench-strncmp-ifunc.c: New file.
22888         * benchtests/bench-strncmp.c: New file.
22889         * benchtests/bench-strncpy-ifunc.c: New file.
22890         * benchtests/bench-strncpy.c: New file.
22891         * benchtests/bench-strnlen-ifunc.c: New file.
22892         * benchtests/bench-strnlen.c: New file.
22893         * benchtests/bench-strpbrk-ifunc.c: New file.
22894         * benchtests/bench-strpbrk.c: New file.
22895         * benchtests/bench-strrchr-ifunc.c: New file.
22896         * benchtests/bench-strrchr.c: New file.
22897         * benchtests/bench-strspn-ifunc.c: New file.
22898         * benchtests/bench-strspn.c: New file.
22899         * benchtests/bench-strstr-ifunc.c: New file.
22900         * benchtests/bench-strstr.c: New file.
22902         * benchtests/Makefile: Disable parallel execution of targets.
22903         (string-bench): Add memcpy.
22904         (benchset): New variable to store a list of benchmark sets.
22905         (bench-func): Renamed from bench.
22906         (bench-set): New target.
22907         (bench): Depend on bench-func and bench-set.
22908         * benchtests/README: Add section on benchmark sets.
22909         * benchtests/bench-memcpy-ifunc.c: New file.
22910         * benchtests/bench-memcpy.c: New file.
22911         * benchtests/bench-string.h: New file.
22913 2013-06-11  Andreas Schwab  <schwab@suse.de>
22915         [BZ #15577]
22916         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
22917         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
22918         values in the triple.
22919         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
22920         terminator in the group key.
22922 2013-06-11  Andreas Jaeger  <aj@suse.de>
22924         * po/zh_TW.po: Update Chinese (traditional) translation from
22925         translation project.
22927 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22929         * include/time.h (__clock_gettime): Add libc_hidden_proto.
22930         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
22931         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
22932         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
22933         (clock_getcpuclockid): Likewise.
22934         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
22935         Add weak_alias and libc_hidden_def.
22936         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
22937         * rt/clock_gettime.c (clock_gettime): Rename to
22938         __clock_gettime.  Add weak_alias and libc_hidden_def.
22939         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
22940         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
22941         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
22942         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
22943         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
22944         Likewise.
22945         * rt/clock_settime.c (clock_settime): Rename to
22946         __clock_settime.  Add weak_alias and libc_hidden_def.
22947         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
22949 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
22951         * mach/err_boot.sub: Remove trailing whitespace.
22952         * mach/err_ipc.sub: Likewise.
22953         * mach/err_mach.sub: Likewise.
22955         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
22956         (ROUNDING_TESTS_double): Likewise.
22957         (ROUNDING_TESTS_long_double): Likewise.
22958         (ROUNDING_TESTS): Likewise.
22959         * math/libm-test.inc: Include <math-tests.h>.
22960         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
22961         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
22962         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
22963         (IF_ROUND_INIT_FE_UPWARD): Likewise.
22965 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
22967         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
22968         of assigning.
22970 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
22972         * sysdeps/gnu/errlist.awk: Do not generate space at end of
22973         otherwise empty TRANS lines.
22974         * sysdeps/gnu/errlist.c: Regenerated.
22976         * catgets/gencat.c (error_print): Use (void) in function
22977         definition.
22978         * crypt/crypt_util.c (__init_des): Likewise.
22979         * crypt/speeds.c (Stop): Likewise.
22980         (main): Likewise.
22981         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
22982         * inet/ruserpass.c (token): Likewise.
22983         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
22984         * intl/localealias.c (extend_alias_table): Likewise.
22985         * intl/plural-exp.c (init_germanic_plural): Likewise.
22986         * libio/fcloseall.c (__fcloseall): Likewise.
22987         * libio/genops.c (_IO_flush_all): Likewise.
22988         (_IO_flush_all_linebuffered): Likewise.
22989         (_IO_cleanup): Likewise.
22990         (_IO_iter_begin): Likewise.
22991         (_IO_iter_end): Likewise.
22992         (_IO_list_lock): Likewise.
22993         (_IO_list_unlock): Likewise.
22994         (_IO_list_resetlock): Likewise.
22995         * libio/getchar.c (getchar): Likewise.
22996         * libio/getchar_u.c (getchar_unlocked): Likewise.
22997         * libio/getwchar.c (getwchar): Likewise.
22998         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
22999         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
23000         * login/getpt.c (__getpt): Likewise.
23001         * login/tst-utmp.c (main): Likewise.
23002         * malloc/hooks.c (__malloc_check_init): Likewise.
23003         * malloc/malloc.c (__malloc_stats): Likewise.
23004         * malloc/mtrace.c (tr_break): Likewise.
23005         (mtrace): Likewise.
23006         (muntrace): Likewise.
23007         * misc/fstab.c (endfsent): Likewise.
23008         * misc/getclktck.c (__getclktck): Likewise.
23009         * misc/getdtsz.c (__getdtablesize): Likewise.
23010         * misc/gethostid.c (gethostid): Likewise.
23011         * misc/getpagesize.c (__getpagesize): Likewise.
23012         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
23013         (__get_nprocs): Likewise.
23014         (__get_phys_pages): Likewise.
23015         (__get_avphys_pages): Likewise.
23016         * misc/getttyent.c (getttyent): Likewise.
23017         (setttyent): Likewise.
23018         (endttyent): Likewise.
23019         * misc/getusershell.c (getusershell): Likewise.
23020         (endusershell): Likewise.
23021         (setusershell): Likewise.
23022         (initshells): Likewise.
23023         * misc/hsearch.c (__hdestroy): Likewise.
23024         * misc/sync.c (sync): Likewise.
23025         * misc/syslog.c (closelog_internal): Likewise.
23026         (closelog): Likewise.
23027         * misc/ttyslot.c (ttyslot): Likewise.
23028         * misc/vhangup.c (vhangup): Likewise.
23029         * posix/fork.c (__fork): Likewise.
23030         * posix/getegid.c (__getegid): Likewise.
23031         * posix/geteuid.c (__geteuid): Likewise.
23032         * posix/getgid.c (__getgid): Likewise.
23033         * posix/getpid.c (__getpid): Likewise.
23034         * posix/getppid.c (__getppid): Likewise.
23035         * posix/getuid.c (__getuid): Likewise.
23036         * posix/pause.c (pause): Likewise.
23037         * posix/setpgrp.c (setpgrp): Likewise.
23038         * posix/setsid.c (__setsid): Likewise.
23039         * posix/test-vfork.c (noop): Likewise.
23040         * resolv/gethnamaddr.c (_endhtent): Likewise.
23041         (_gethtent): Likewise.
23042         (ht_endhostent): Likewise.
23043         (gethostent): Likewise.
23044         (dns_service): Likewise.
23045         * stdlib/drand48.c (drand48): Likewise.
23046         * stdlib/lrand48.c (lrand48): Likewise.
23047         * stdlib/mrand48.c (mrand48): Likewise.
23048         * stdlib/rand.c (rand): Likewise.
23049         * stdlib/random.c (__random): Likewise.
23050         * stdlib/setenv.c (clearenv): Likewise.
23051         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
23052         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
23053         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
23054         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
23055         (__get_nprocs): Likewise.
23056         (__get_phys_pages): Likewise.
23057         (__get_avphys_pages): Likewise.
23058         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
23059         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
23060         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
23061         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
23062         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
23063         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
23064         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
23065         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
23066         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
23067         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
23068         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
23069         * sysdeps/mach/hurd/sync.c (sync): Likewise.
23070         * sysdeps/posix/clock.c (clock): Likewise.
23071         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
23072         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
23073         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
23074         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
23075         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
23076         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
23077         (__get_nprocs_conf): Likewise.
23078         (__get_phys_pages): Likewise.
23079         (__get_avphys_pages): Likewise.
23080         * time/clock.c (clock): Likewise.
23081         * time/tzset.c (__tzname_max): Likewise.
23083 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
23085         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
23086         (__bswap_32): Do not use "register".
23087         * crypt/crypt.c (_ufc_doit_r): Likewise.
23088         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
23089         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
23090         * gmon/gmon.c (__monstartup): Likewise.
23091         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
23092         * hurd/hurdmalloc.c (more_memory): Likewise.
23093         (malloc): Likewise.
23094         (free): Likewise.
23095         (realloc): Likewise.
23096         (malloc_fork_prepare): Likewise.
23097         (malloc_fork_parent): Likewise.
23098         (malloc_fork_child): Likewise.
23099         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
23100         (_svcauth_des): Likewise.
23101         * inet/inet_lnaof.c (inet_lnaof): Likewise.
23102         * inet/inet_net.c (inet_network): Likewise.
23103         * inet/inet_netof.c (inet_netof): Likewise.
23104         * inet/rcmd.c (__validuser2_sa): Likewise.
23105         * io/fts.c (fts_open): Likewise.
23106         (fts_load): Likewise.
23107         (fts_close): Likewise.
23108         (fts_read): Likewise.
23109         (fts_children): Likewise.
23110         (fts_build): Likewise.
23111         (fts_stat): Likewise.
23112         (fts_sort): Likewise.
23113         (fts_alloc): Likewise.
23114         (fts_lfree): Likewise.
23115         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
23116         (_IO_file_xsgetn): Likewise.
23117         (_IO_file_xsgetn_mmap): Likewise.
23118         * libio/iofopncook.c (_IO_cookie_read): Likewise.
23119         (_IO_cookie_write): Likewise.
23120         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
23121         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
23122         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
23123         * malloc/obstack.c (_obstack_begin): Likewise.
23124         (_obstack_begin_1): Likewise.
23125         (_obstack_newchunk): Likewise.
23126         (_obstack_allocated_p): Likewise.
23127         (obstack_free): Likewise.
23128         (_obstack_memory_used): Likewise.
23129         * misc/getttyent.c (getttynam): Likewise.
23130         (getttyent): Likewise.
23131         (skip): Likewise.
23132         (value): Likewise.
23133         * misc/getusershell.c (initshells): Likewise.
23134         * misc/syslog.c (__vsyslog_chk): Likewise.
23135         * misc/ttyslot.c (ttyslot): Likewise.
23136         * nis/nis_hash.c (__nis_hash): Likewise.
23137         * posix/fnmatch_loop.c (FCT): Likewise.
23138         * posix/getconf.c (print_all): Likewise.
23139         (main): Likewise.
23140         * posix/getopt.c (exchange): Likewise.
23141         * posix/glob.c (globfree): Likewise.
23142         (prefix_array): Likewise.
23143         (__glob_pattern_type): Likewise.
23144         * resolv/arpa/nameser.h (NS_GET16): Likewise.
23145         (NS_GET32): Likewise.
23146         (NS_PUT16): Likewise.
23147         (NS_PUT32): Likewise.
23148         * resolv/gethnamaddr.c (getanswer): Likewise.
23149         (gethostbyname2): Likewise.
23150         (gethostbyaddr): Likewise.
23151         (_gethtent): Likewise.
23152         (_gethtbyname2): Likewise.
23153         (_gethtbyaddr): Likewise.
23154         * resolv/ns_print.c (dst_s_get_int16): Likewise.
23155         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
23156         * resolv/res_init.c (__res_vinit): Likewise.
23157         (net_mask): Likewise.
23158         * resolv/res_mkquery.c (outchar): Likewise.
23159         (PRINT): Likewise.
23160         * stdio-common/printf_fp.c (outchar): Likewise.
23161         (PRINT): Likewise.
23162         * stdio-common/printf_fphex.c (outchar): Likewise.
23163         (PRINT): Likewise.
23164         * stdio-common/printf_size.c (outchar): Likewise.
23165         (PRINT): Likewise.
23166         * stdio-common/test_rdwr.c (main): Likewise.
23167         * stdio-common/tfformat.c (matches): Likewise.
23168         * stdio-common/vfprintf.c (outchar): Likewise.
23169         (printf_unknown): Likewise.
23170         (buffered_vfprintf): Likewise.
23171         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
23172         * stdio-common/xbug.c (AppendToBuffer): Likewise.
23173         (ReadFile): Likewise.
23174         * stdlib/qsort.c (SWAP): Likewise.
23175         (_quicksort): Likewise.
23176         * stdlib/setenv.c (__add_to_environ): Likewise.
23177         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
23178         * stdlib/strtol_l.c (__strtol_l): Likewise.
23179         * stdlib/tst-strtod.c (main): Likewise.
23180         * stdlib/tst-strtol.c (main): Likewise.
23181         * stdlib/tst-strtoll.c (main): Likewise.
23182         * string/bits/string2.h (__strcmp_cc): Likewise.
23183         (__strcmp_cg): Likewise.
23184         (__strcspn_c1): Likewise.
23185         (__strcspn_c2): Likewise.
23186         (__strcspn_c3): Likewise.
23187         (__strspn_c1): Likewise.
23188         (__strspn_c2): Likewise.
23189         (__strspn_c3): Likewise.
23190         (__strsep_1c): Likewise.
23191         (__strsep_2c): Likewise.
23192         (__strsep_3c): Likewise.
23193         * string/memccpy.c (__memccpy): Likewise.
23194         * string/stpcpy.c (__stpcpy): Likewise.
23195         * string/strcmp.c (strcmp): Likewise.
23196         * string/strrchr.c (strrchr): Likewise.
23197         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
23198         Likewise.
23199         * sysdeps/mach/hurd/getcwd.c
23200         (_hurd_canonicalize_directory_name_internal): Likewise.
23201         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
23202         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
23203         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
23204         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
23205         Likewise, in both definitions.
23206         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
23207         definitions.
23208         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
23209         64] (__bswap_64): Likewise.
23210         * time/test_time.c (main): Likewise.
23211         * time/tzfile.c (__tzfile_read): Likewise.
23212         (__tzfile_compute): Likewise.
23213         * time/tzset.c (__tzset_parse_tz): Likewise.
23214         (tzset_internal): Likewise.
23215         (compute_change): Likewise.
23216         * wcsmbs/wcscat.c (__wcscat): Likewise.
23217         * wcsmbs/wcschr.c (wcschr): Likewise.
23218         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
23219         * wcsmbs/wcscspn.c (wcscspn): Likewise.
23220         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
23221         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
23222         * wcsmbs/wcsspn.c (wcsspn): Likewise.
23223         * wcsmbs/wcsstr.c (wcsstr): Likewise.
23224         * wcsmbs/wmemchr.c (wmemchr): Likewise.
23225         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
23226         * wcsmbs/wmemset.c (wmemset): Likewise.
23228 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
23230         * scripts/config.guess: Update to version 2013-05-16.
23231         * scripts/config.sub: Update to version 2013-04-24.
23232         * scripts/install-sh: Update to version 2011-11-20.07.
23233         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
23234         * scripts/move-if-change: Update to version 2012-01-06 07:23.
23236 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
23238         * debug/fgetws_u_chk.c: Fix leading whitespaces.
23239         * elf/sln.c: Likewise.
23240         * hurd/hurd/ioctl.h: Likewise.
23241         * hurd/hurdmalloc.c: Likewise.
23242         * hurd/xattr.c: Likewise.
23243         * include/shlib-compat.h: Likewise.
23244         * inet/ruserpass.c: Likewise.
23245         * libio/iofgets_u.c: Likewise.
23246         * libio/iofgetws_u.c: Likewise.
23247         * locale/programs/ld-identification.c: Likewise.
23248         * locale/programs/ld-time.c: Likewise.
23249         * mach/msg-destroy.c: Likewise.
23250         * nss/nss_files/files-netgrp.c: Likewise.
23251         * resolv/res_data.c: Likewise.
23252         * soft-fp/op-1.h: Likewise.
23253         * soft-fp/op-2.h: Likewise.
23254         * soft-fp/op-4.h: Likewise.
23255         * soft-fp/op-common.h: Likewise.
23256         * stdio-common/printf_fphex.c: Likewise.
23257         * stdlib/strtod_l.c: Likewise.
23258         * sunrpc/rpc/clnt.h: Likewise.
23259         * sysdeps/generic/framestate.c: Likewise.
23260         * sysdeps/i386/bsd-_setjmp.S: Likewise.
23261         * sysdeps/i386/bsd-setjmp.S: Likewise.
23262         * sysdeps/i386/__longjmp.S: Likewise.
23263         * sysdeps/i386/setjmp.S: Likewise.
23264         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
23265         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
23266         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23267         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
23268         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
23269         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
23270         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
23271         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
23272         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
23273         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
23274         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
23275         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
23276         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
23277         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
23278         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
23279         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
23280         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
23281         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
23282         * sysdeps/ieee754/support.c: Likewise.
23283         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
23284         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
23285         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
23286         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
23287         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
23288         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
23289         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
23290         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
23291         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
23292         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
23293         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
23294         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
23295         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
23296         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
23297         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
23298         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
23299         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
23300         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
23302 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
23304         * posix/transbug.c: Remove executable mode.
23306 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
23308         * crypt/speeds.c: Remove trailing whitespace.
23309         * dlfcn/default.c: Likewise.
23310         * elf/ifuncdep2.c: Likewise.
23311         * elf/ifuncmain1.c: Likewise.
23312         * elf/ifuncmain1vis.c: Likewise.
23313         * elf/testobj.h: Likewise.
23314         * elf/tst-stackguard1.c: Likewise.
23315         * gmon/sys/gmon.h: Likewise.
23316         * hurd/hurdmsg.c: Likewise.
23317         * hurd/new-fd.c: Likewise.
23318         * hurd/ports-get.c: Likewise.
23319         * iconvdata/ibm1008_420.c: Likewise.
23320         * inet/tst-getni1.c: Likewise.
23321         * inet/tst-getni2.c: Likewise.
23322         * libio/ioungetc.c: Likewise.
23323         * libio/wfiledoalloc.c: Likewise.
23324         * manual/libm-err-tab.pl: Likewise.
23325         * math/w_dremf.c: Likewise.
23326         * misc/ftruncate.c: Likewise.
23327         * posix/bug-glob2.c: Likewise.
23328         * posix/tst-pcre.c: Likewise.
23329         * posix/wait4.c: Likewise.
23330         * resolv/README: Likewise.
23331         * resolv/res_debug.h: Likewise.
23332         * resolv/tst-inet_ntop.c: Likewise.
23333         * setjmp/bug269-setjmp.c: Likewise.
23334         * soft-fp/extended.h: Likewise.
23335         * soft-fp/op-1.h: Likewise.
23336         * soft-fp/op-2.h: Likewise.
23337         * soft-fp/op-4.h: Likewise.
23338         * soft-fp/op-8.h: Likewise.
23339         * soft-fp/testit.c: Likewise.
23340         * stdio-common/bug16.c: Likewise.
23341         * stdlib/random.c: Likewise.
23342         * sunrpc/rpcsvc/rquota.x: Likewise.
23343         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
23344         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
23345         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23346         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
23347         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
23348         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
23349         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
23350         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
23351         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
23352         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
23353         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
23354         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
23355         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
23356         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
23357         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
23358         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
23359         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
23360         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
23361         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
23362         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
23363         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
23364         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
23365         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
23366         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
23367         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
23368         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
23369         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
23370         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
23371         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
23372         * sysdeps/ieee754/s_lib_version.c: Likewise.
23373         * sysdeps/mach/hurd/check_fds.c: Likewise.
23374         * sysdeps/mach/hurd/getsockname.c: Likewise.
23375         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
23376         * sysdeps/mach/hurd/recvfrom.c: Likewise.
23377         * sysdeps/powerpc/bits/link.h: Likewise.
23378         * sysdeps/powerpc/dl-procinfo.c: Likewise.
23379         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
23380         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
23381         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
23382         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
23383         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
23384         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
23385         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
23386         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
23387         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
23388         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
23389         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
23390         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
23391         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
23392         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
23393         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
23394         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
23395         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
23396         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
23397         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
23398         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
23399         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
23400         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
23401         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
23402         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
23403         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
23404         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
23405         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
23406         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
23407         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
23408         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
23409         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
23410         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23411         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
23412         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
23413         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
23414         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
23415         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
23416         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
23417         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
23418         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
23419         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
23420         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
23421         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
23422         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
23423         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
23424         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
23425         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
23426         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
23427         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
23428         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
23429         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
23430         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
23431         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
23432         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
23433         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
23434         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
23435         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23436         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
23437         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
23438         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
23439         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
23440         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
23441         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
23442         * sysdeps/powerpc/sysdep.h: Likewise.
23443         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
23444         * sysdeps/s390/s390-64/sub_n.S: Likewise.
23445         * sysdeps/sh/dl-trampoline.S: Likewise.
23446         * sysdeps/sh/memset.S: Likewise.
23447         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
23448         * sysdeps/sh/strlen.S: Likewise.
23449         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
23450         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
23451         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
23452         * sysdeps/sparc/sparc32/rem.S: Likewise.
23453         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
23454         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
23455         * sysdeps/sparc/sparc32/strchr.S: Likewise.
23456         * sysdeps/sparc/sparc32/udiv.S: Likewise.
23457         * sysdeps/sparc/sparc32/urem.S: Likewise.
23458         * sysdeps/sparc/sparc64/add_n.S: Likewise.
23459         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
23460         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
23461         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
23462         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
23463         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
23464         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
23465         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
23466         * sysdeps/unix/bsd/times.c: Likewise.
23467         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
23468         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
23469         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
23470         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
23471         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
23472         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
23473         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
23474         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
23475         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
23476         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
23477         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
23478         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
23479         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
23480         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
23481         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
23482         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
23483         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
23484         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
23485         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
23486         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
23487         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
23488         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
23489         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
23490         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
23491         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
23492         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
23493         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
23494         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
23495         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
23496         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
23497         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
23498         * sysdeps/x86_64/strcspn.S: Likewise.
23500 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23502         * locale/C-translit.h: Revert #include <stdint.h> because this is a
23503         generated file.  Regenerate properly from gen-translit.pl.
23504         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
23505         locale/C-translit.h.
23507 2013-06-05  Andreas Schwab  <schwab@suse.de>
23509         [BZ #15100]
23510         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
23511         week as 6 instead of -1.
23512         * time/tst-strptime.c (day_tests): Add test case.
23514 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
23516         * sysdeps/generic/math_private.h
23517         (libc_feholdexcept_setround_53bit): Replace with
23518         libc_feholdsetround_53bit.
23519         (libc_feupdateenv_53bit): Replace with
23520         libc_feresetround_53bit.
23521         (SET_RESTORE_ROUND_53BIT): Adjust.
23523 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
23525         * string/test-strchrnul.c: Add copyright header.
23527         * posix/tst-getaddrinfo4.c: Increase test timeout.
23529 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
23531         [BZ #15536]
23532         * math/libm-test.inc (MAX_EXP): Remove
23533         (MIN_EXP): Define.
23534         (ulp): Use MIN_EXP - MANT_DIG.
23535         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
23537 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
23539         * po/be.po: Revert last change.
23540         * po/zh_CN.po: Likewise.
23541         * po/header.pot: Likewise.
23543 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
23545         * Makefile ($(common-objpfx)linkobj/libc.so): Define
23546         link-libc-deps to empty as target-specific variable.
23547         * Makerules (link-libc-args): New variable.
23548         (libc-for-link): Likewise.
23549         (link-libc-deps): Likewise.
23550         (lib%.so): Depend on $(link-libc-deps).  Link with
23551         $(link-libc-args).
23552         (build-module): Link with $(link-libc-args).
23553         (build-module-asneeded): Likewise.
23554         (build-module-helper-objlist): Filter out $(link-libc-deps) from
23555         list of objects.
23556         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
23557         target-specific variable.
23558         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
23559         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
23560         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
23561         libc.
23562         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
23563         libc and ld.so.
23564         ($(objpfx)libpcprofile.so): Likewise.
23565         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
23566         libc_nonshared.a.
23567         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
23568         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
23569         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
23570         $(link-libc-deps).
23571         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
23572         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
23573         * login/Makefile ($(objpfx)libutil.so): Likewise.
23574         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
23575         * math/Makefile ($(objpfx)libm.so): Likewise.
23576         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
23577         $(objpfx)libnsl.so): Define libc-for-link as target-specific
23578         variable instead of depending directly on libc.
23579         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
23580         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
23581         $(link-libc-deps).
23582         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
23583         libc.
23584         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
23585         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
23586         ($(objpfx)libanl.so): Likewise.
23587         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
23588         ld.so.
23589         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
23590         $(link-libc-deps).
23591         * sysdeps/i386/fpu/Makefile: Remove file.
23592         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
23593         ($(objpfx)libm.so): Remove dependency on ld.so.
23595 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
23597         [BZ # 15553]
23598         * nis/yp_xdr.c (XDRMAXNAME): Define.
23599         (XDRMAXRECORD): Define.
23600         (xdr_domainname): Use XDRMAXNAME.
23601         (xdr_mapname): Likewise.
23602         (xdr_peername): Likewise.
23603         (xdr_keydat): Use XDRMAXRECORD.
23604         (xdr_valdat): Likewise.
23606 2013-05-30  Jeff Law  <law@redhat.com>
23608         [BZ #14256]
23609         * manual/errno.texi (ESTALE): Update to account for more than
23610         just NFS file systems.
23611         * sysdeps/gnu/errlist.c: Regenerated.
23613 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
23615         [BZ #15465]
23616         * elf/Makefile (tests): Add tst-null-argv.
23617         (modules-names):  Add tst-null-argv-lib.
23618         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
23619         (tst-null-argv-ENV): Set environment for tst-null-argv.
23620         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
23621         (RTLD_PROGNAME): New macro.
23622         * elf/tst-null-argv.c: New test case.
23623         * elf/tst-null-argv-lib.c: Library for test case.
23624         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
23625         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
23626         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
23627         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
23628         * elf/dl-init.c (call_init): Likewise.
23629         (_dl_init): Likewise.
23630         * elf/dl-load.c (print_search_path): Likewise.
23631         (_dl_map_object): Likewise.
23632         * elf/dl-lookup.c (do_lookup_x): Likewise.
23633         (add_dependency): Likewise.
23634         (_dl_lookup_symbol_x): Likewise.
23635         (_dl_debug_bindings): Likewise.
23636         * elf/dl-open.c (_dl_show_scope): Likewise.
23637         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
23638         * elf/dl-version.c (match_symbol): Likewise.
23639         (_dl_check_map_versions): Likewise.
23640         * elf/rtld.c (dl_main): Likewise.
23641         (print_unresolved): Use RTLD_PROGNAME.
23642         (print_missing_version): Likewise.
23643         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
23644         (elf_machine_rela): Likewise.
23645         * sysdeps/powerpc/powerpc32/dl-machine.c
23646         (__process_machine_rela): Likewise.
23647         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
23648         Likewise.
23649         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
23650         Likewise.
23651         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
23652         Likewise.
23653         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
23654         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
23655         Likewise.
23656         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
23657         Likewise.
23658         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
23660 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
23662         * po/be.po: Add descriptive title.
23663         * po/zh_CN.po: Likewise.
23664         * po/header.pot: Likewise.
23666 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
23668         * locale/programs/locarchive.c (create_archive): Inlucde fname in
23669         error message.
23670         (enlarge_archive): Likewise.
23672 2013-05-28  Ben North  <ben@redfrontdoor.org>
23674         * manual/arith.texi (frexp): It is the magnitude of the return
23675         value which lies in [0.5, 1), not the return value itself.
23677 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23679         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23681 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
23683         * stdio-common/bug26.c (main): Correct fscanf template.
23685         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
23686         declare _dl_skip_args.
23688         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
23689         Don't declare.
23691         * manual/platform.texi: Add missing @end deftypefun.
23693 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
23695         [BZ #15529]
23696         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
23697         bit of mantissa of 2^16382.
23698         * math/libm-test.inc (hypot_test_data): Add more tests.
23700         * math/libm-test.inc: Add drem and pow10 to list of tested
23701         functions.
23702         (pow10_test): New function.
23703         (drem_test): Likewise.
23704         (drem_test_tonearest): Likewise.
23705         (drem_test_towardzero): Likewise.
23706         (drem_test_downward): Likewise.
23707         (drem_test_upward): Likewise.
23708         (main): Call the new functions.
23710         * math/libm-test.inc (finite_test_data): Remove.
23711         (finite_test): Run tests from isfinite_test_data.
23712         (gamma_test_data): Remove.
23713         (gamma_test): Run tests from lgamma_test_data.
23714         * sysdeps/i386/fpu/libm-test-ulps: Update.
23715         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23717 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23719         * manual/platform.texi: Add PowerPC PPR function set documentation.
23720         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
23721         implementation.
23723 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
23725         * math/libm-test.inc (MAX_EXP): Define.
23726         (ULPDIFF): Define.
23727         (ulp): New function.
23728         (check_float_internal): Use ULPDIFF.
23729         (cpow_test): Disable failing test.
23730         (check_ulp): Test ulp() implemetnation.
23731         (main): Call check_ulp before starting tests.
23733 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
23735         * math/gen-libm-test.pl (generate_testfile): Do not handle
23736         START_DATA and END_DATA.
23737         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
23738         END_DATA.
23739         (acos_tonearest_test_data): Likewise.
23740         (acos_towardzero_test_data): Likewise.
23741         (acos_downward_test_data): Likewise.
23742         (acos_upward_test_data): Likewise.
23743         (acosh_test_data): Likewise.
23744         (asin_test_data): Likewise.
23745         (asin_tonearest_test_data): Likewise.
23746         (asin_towardzero_test_data): Likewise.
23747         (asin_downward_test_data): Likewise.
23748         (asin_upward_test_data): Likewise.
23749         (asinh_test_data): Likewise.
23750         (atan_test_data): Likewise.
23751         (atanh_test_data): Likewise.
23752         (atan2_test_data): Likewise.
23753         (cabs_test_data): Likewise.
23754         (cacos_test_data): Likewise.
23755         (cacosh_test_data): Likewise.
23756         (carg_test_data): Likewise.
23757         (casin_test_data): Likewise.
23758         (casinh_test_data): Likewise.
23759         (catan_test_data): Likewise.
23760         (catanh_test_data): Likewise.
23761         (cbrt_test_data): Likewise.
23762         (ccos_test_data): Likewise.
23763         (ccosh_test_data): Likewise.
23764         (ceil_test_data): Likewise.
23765         (cexp_test_data): Likewise.
23766         (cimag_test_data): Likewise.
23767         (clog_test_data): Likewise.
23768         (clog10_test_data): Likewise.
23769         (conj_test_data): Likewise.
23770         (copysign_test_data): Likewise.
23771         (cos_test_data): Likewise.
23772         (cos_tonearest_test_data): Likewise.
23773         (cos_towardzero_test_data): Likewise.
23774         (cos_downward_test_data): Likewise.
23775         (cos_upward_test_data): Likewise.
23776         (cosh_test_data): Likewise.
23777         (cosh_tonearest_test_data): Likewise.
23778         (cosh_towardzero_test_data): Likewise.
23779         (cosh_downward_test_data): Likewise.
23780         (cosh_upward_test_data): Likewise.
23781         (cpow_test_data): Likewise.
23782         (cproj_test_data): Likewise.
23783         (creal_test_data): Likewise.
23784         (csin_test_data): Likewise.
23785         (csinh_test_data): Likewise.
23786         (csqrt_test_data): Likewise.
23787         (ctan_test_data): Likewise.
23788         (ctan_tonearest_test_data): Likewise.
23789         (ctan_towardzero_test_data): Likewise.
23790         (ctan_downward_test_data): Likewise.
23791         (ctan_upward_test_data): Likewise.
23792         (ctanh_test_data): Likewise.
23793         (ctanh_tonearest_test_data): Likewise.
23794         (ctanh_towardzero_test_data): Likewise.
23795         (ctanh_downward_test_data): Likewise.
23796         (ctanh_upward_test_data): Likewise.
23797         (erf_test_data): Likewise.
23798         (erfc_test_data): Likewise.
23799         (exp_test_data): Likewise.
23800         (exp_tonearest_test_data): Likewise.
23801         (exp_towardzero_test_data): Likewise.
23802         (exp_downward_test_data): Likewise.
23803         (exp_upward_test_data): Likewise.
23804         (exp10_test_data): Likewise.
23805         (exp2_test_data): Likewise.
23806         (expm1_test_data): Likewise.
23807         (fabs_test_data): Likewise.
23808         (fdim_test_data): Likewise.
23809         (finite_test_data): Likewise.
23810         (floor_test_data): Likewise.
23811         (fma_test_data): Likewise.
23812         (fma_towardzero_test_data): Likewise.
23813         (fma_downward_test_data): Likewise.
23814         (fma_upward_test_data): Likewise.
23815         (fmax_test_data): Likewise.
23816         (fmin_test_data): Likewise.
23817         (fmod_test_data): Likewise.
23818         (fpclassify_test_data): Likewise.
23819         (frexp_test_data): Likewise.
23820         (gamma_test_data): Likewise.
23821         (hypot_test_data): Likewise.
23822         (ilogb_test_data): Likewise.
23823         (isfinite_test_data): Likewise.
23824         (isgreater_test_data): Likewise.
23825         (isgreaterequal_test_data): Likewise.
23826         (isinf_test_data): Likewise.
23827         (isless_test_data): Likewise.
23828         (islessequal_test_data): Likewise.
23829         (islessgreater_test_data): Likewise.
23830         (isnan_test_data): Likewise.
23831         (isnormal_test_data): Likewise.
23832         (issignaling_test_data): Likewise.
23833         (isunordered_test_data): Likewise.
23834         (j0_test_data): Likewise.
23835         (j1_test_data): Likewise.
23836         (jn_test_data): Likewise.
23837         (ldexp_test_data): Likewise.
23838         (lgamma_test_data): Likewise.
23839         (lrint_test_data): Likewise.
23840         (lrint_tonearest_test_data): Likewise.
23841         (lrint_towardzero_test_data): Likewise.
23842         (lrint_downward_test_data): Likewise.
23843         (lrint_upward_test_data): Likewise.
23844         (llrint_test_data): Likewise.
23845         (llrint_tonearest_test_data): Likewise.
23846         (llrint_towardzero_test_data): Likewise.
23847         (llrint_downward_test_data): Likewise.
23848         (llrint_upward_test_data): Likewise.
23849         (log_test_data): Likewise.
23850         (log10_test_data): Likewise.
23851         (log1p_test_data): Likewise.
23852         (log2_test_data): Likewise.
23853         (logb_test_data): Likewise.
23854         (logb_downward_test_data): Likewise.
23855         (lround_test_data): Likewise.
23856         (llround_test_data): Likewise.
23857         (modf_test_data): Likewise.
23858         (nearbyint_test_data): Likewise.
23859         (nextafter_test_data): Likewise.
23860         (nexttoward_test_data): Likewise.
23861         (pow_test_data): Likewise.
23862         (pow_tonearest_test_data): Likewise.
23863         (pow_towardzero_test_data): Likewise.
23864         (pow_downward_test_data): Likewise.
23865         (pow_upward_test_data): Likewise.
23866         (remainder_test_data): Likewise.
23867         (remainder_tonearest_test_data): Likewise.
23868         (remainder_towardzero_test_data): Likewise.
23869         (remainder_downward_test_data): Likewise.
23870         (remainder_upward_test_data): Likewise.
23871         (remquo_test_data): Likewise.
23872         (rint_test_data): Likewise.
23873         (rint_tonearest_test_data): Likewise.
23874         (rint_towardzero_test_data): Likewise.
23875         (rint_downward_test_data): Likewise.
23876         (rint_upward_test_data): Likewise.
23877         (round_test_data): Likewise.
23878         (scalb_test_data): Likewise.
23879         (scalbn_test_data): Likewise.
23880         (scalbln_test_data): Likewise.
23881         (signbit_test_data): Likewise.
23882         (sin_test_data): Likewise.
23883         (sin_tonearest_test_data): Likewise.
23884         (sin_towardzero_test_data): Likewise.
23885         (sin_downward_test_data): Likewise.
23886         (sin_upward_test_data): Likewise.
23887         (sincos_test_data): Likewise.
23888         (sinh_test_data): Likewise.
23889         (sinh_tonearest_test_data): Likewise.
23890         (sinh_towardzero_test_data): Likewise.
23891         (sinh_downward_test_data): Likewise.
23892         (sinh_upward_test_data): Likewise.
23893         (sqrt_test_data): Likewise.
23894         (tan_test_data): Likewise.
23895         (tan_tonearest_test_data): Likewise.
23896         (tan_towardzero_test_data): Likewise.
23897         (tan_downward_test_data): Likewise.
23898         (tan_upward_test_data): Likewise.
23899         (tanh_test_data): Likewise.
23900         (tgamma_test_data): Likewise.
23901         (trunc_test_data): Likewise.
23902         (y0_test_data): Likewise.
23903         (y1_test_data): Likewise.
23904         (yn_test_data): Likewise.
23905         (significand_test_data): Likewise.
23907         * math/gen-libm-test.pl (@functions): Remove variable.
23908         (generate_testfile): Don't handle START and END lines.
23909         * math/libm-test.inc (START): New macro.
23910         (END): Likewise.
23911         (END_COMPLEX): Likewise.
23912         (acos_test): Use END macro without arguments.
23913         (acos_test_tonearest): Likewise.
23914         (acos_test_towardzero): Likewise.
23915         (acos_test_downward): Likewise.
23916         (acos_test_upward): Likewise.
23917         (acosh_test): Likewise.
23918         (asin_test): Likewise.
23919         (asin_test_tonearest): Likewise.
23920         (asin_test_towardzero): Likewise.
23921         (asin_test_downward): Likewise.
23922         (asin_test_upward): Likewise.
23923         (asinh_test): Likewise.
23924         (atan_test): Likewise.
23925         (atanh_test): Likewise.
23926         (atan2_test): Likewise.
23927         (cabs_test): Likewise.
23928         (cacos_test): Use END_COMPLEX macro without arguments.
23929         (cacosh_test): Likewise.
23930         (carg_test): Use END macro without arguments.
23931         (casin_test): Use END_COMPLEX macro without arguments.
23932         (casinh_test): Likewise.
23933         (catan_test): Likewise.
23934         (catanh_test): Likewise.
23935         (cbrt_test): Use END macro without arguments.
23936         (ccos_test): Use END_COMPLEX macro without arguments.
23937         (ccosh_test): Likewise.
23938         (ceil_test): Use END macro without arguments.
23939         (cexp_test): Use END_COMPLEX macro without arguments.
23940         (cimag_test): Use END macro without arguments.
23941         (clog_test): Use END_COMPLEX macro without arguments.
23942         (clog10_test): Likewise.
23943         (conj_test): Likewise.
23944         (copysign_test): Use END macro without arguments.
23945         (cos_test): Likewise.
23946         (cos_test_tonearest): Likewise.
23947         (cos_test_towardzero): Likewise.
23948         (cos_test_downward): Likewise.
23949         (cos_test_upward): Likewise.
23950         (cosh_test): Likewise.
23951         (cosh_test_tonearest): Likewise.
23952         (cosh_test_towardzero): Likewise.
23953         (cosh_test_downward): Likewise.
23954         (cosh_test_upward): Likewise.
23955         (cpow_test): Use END_COMPLEX macro without arguments.
23956         (cproj_test): Likewise.
23957         (creal_test): Use END macro without arguments.
23958         (csin_test): Use END_COMPLEX macro without arguments.
23959         (csinh_test): Likewise.
23960         (csqrt_test): Likewise.
23961         (ctan_test): Likewise.
23962         (ctan_test_tonearest): Likewise.
23963         (ctan_test_towardzero): Likewise.
23964         (ctan_test_downward): Likewise.
23965         (ctan_test_upward): Likewise.
23966         (ctanh_test): Likewise.
23967         (ctanh_test_tonearest): Likewise.
23968         (ctanh_test_towardzero): Likewise.
23969         (ctanh_test_downward): Likewise.
23970         (ctanh_test_upward): Likewise.
23971         (erf_test): Use END macro without arguments.
23972         (erfc_test): Likewise.
23973         (exp_test): Likewise.
23974         (exp_test_tonearest): Likewise.
23975         (exp_test_towardzero): Likewise.
23976         (exp_test_downward): Likewise.
23977         (exp_test_upward): Likewise.
23978         (exp10_test): Likewise.
23979         (exp2_test): Likewise.
23980         (expm1_test): Likewise.
23981         (fabs_test): Likewise.
23982         (fdim_test): Likewise.
23983         (finite_test): Likewise.
23984         (floor_test): Likewise.
23985         (fma_test): Likewise.
23986         (fma_test_towardzero): Likewise.
23987         (fma_test_downward): Likewise.
23988         (fma_test_upward): Likewise.
23989         (fmax_test): Likewise.
23990         (fmin_test): Likewise.
23991         (fmod_test): Likewise.
23992         (fpclassify_test): Likewise.
23993         (frexp_test): Likewise.
23994         (gamma_test): Likewise.
23995         (hypot_test): Likewise.
23996         (ilogb_test): Likewise.
23997         (isfinite_test): Likewise.
23998         (isgreater_test): Likewise.
23999         (isgreaterequal_test): Likewise.
24000         (isinf_test): Likewise.
24001         (isless_test): Likewise.
24002         (islessequal_test): Likewise.
24003         (islessgreater_test): Likewise.
24004         (isnan_test): Likewise.
24005         (isnormal_test): Likewise.
24006         (issignaling_test): Likewise.
24007         (isunordered_test): Likewise.
24008         (j0_test): Likewise.
24009         (j1_test): Likewise.
24010         (jn_test): Likewise.
24011         (ldexp_test): Likewise.
24012         (lgamma_test): Likewise.
24013         (lrint_test): Likewise.
24014         (lrint_test_tonearest): Likewise.
24015         (lrint_test_towardzero): Likewise.
24016         (lrint_test_downward): Likewise.
24017         (lrint_test_upward): Likewise.
24018         (llrint_test): Likewise.
24019         (llrint_test_tonearest): Likewise.
24020         (llrint_test_towardzero): Likewise.
24021         (llrint_test_downward): Likewise.
24022         (llrint_test_upward): Likewise.
24023         (log_test): Likewise.
24024         (log10_test): Likewise.
24025         (log1p_test): Likewise.
24026         (log2_test): Likewise.
24027         (logb_test): Likewise.
24028         (logb_test_downward): Likewise.
24029         (lround_test): Likewise.
24030         (llround_test): Likewise.
24031         (modf_test): Likewise.
24032         (nearbyint_test): Likewise.
24033         (nextafter_test): Likewise.
24034         (nexttoward_test): Likewise.
24035         (pow_test): Likewise.
24036         (pow_test_tonearest): Likewise.
24037         (pow_test_towardzero): Likewise.
24038         (pow_test_downward): Likewise.
24039         (pow_test_upward): Likewise.
24040         (remainder_test): Likewise.
24041         (remainder_test_tonearest): Likewise.
24042         (remainder_test_towardzero): Likewise.
24043         (remainder_test_downward): Likewise.
24044         (remainder_test_upward): Likewise.
24045         (remquo_test): Likewise.
24046         (rint_test): Likewise.
24047         (rint_test_tonearest): Likewise.
24048         (rint_test_towardzero): Likewise.
24049         (rint_test_downward): Likewise.
24050         (rint_test_upward): Likewise.
24051         (round_test): Likewise.
24052         (scalb_test): Likewise.
24053         (scalbn_test): Likewise.
24054         (scalbln_test): Likewise.
24055         (signbit_test): Likewise.
24056         (sin_test): Likewise.
24057         (sin_test_tonearest): Likewise.
24058         (sin_test_towardzero): Likewise.
24059         (sin_test_downward): Likewise.
24060         (sin_test_upward): Likewise.
24061         (sincos_test): Likewise.
24062         (sinh_test): Likewise.
24063         (sinh_test_tonearest): Likewise.
24064         (sinh_test_towardzero): Likewise.
24065         (sinh_test_downward): Likewise.
24066         (sinh_test_upward): Likewise.
24067         (sqrt_test): Likewise.
24068         (tan_test): Likewise.
24069         (tan_test_tonearest): Likewise.
24070         (tan_test_towardzero): Likewise.
24071         (tan_test_downward): Likewise.
24072         (tan_test_upward): Likewise.
24073         (tanh_test): Likewise.
24074         (tgamma_test): Likewise.
24075         (trunc_test): Likewise.
24076         (y0_test): Likewise.
24077         (y1_test): Likewise.
24078         (yn_test): Likewise.
24079         (significand_test): Likewise.
24081 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
24083         [BZ #15381]
24084         * libio/genops.c (_IO_no_init): Initialize wide struct info.
24086 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
24088         [BZ #14894]
24089         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
24090         __ppc_mdoio and __ppc_mdoom.
24091         * manual/platform.texi: Document new functions __ppc_yield,
24092         __ppc_mdoio and __ppc_mdoom.
24094 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
24096         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
24097         (main): Mention "tls" pseudo-hwcap is legacy.
24098         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
24100 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
24102         * math/gen-libm-test.pl (parse_args): Output only string of
24103         arguments as text for test name, not full call or descriptions of
24104         tests for extra outputs.
24105         (generate_testfile): Do not pass function name to parse_args.
24106         Generate this_func variable from START.
24107         * math/libm-test.inc (struct test_f_f_data): Rename test_name
24108         field to arg_str.
24109         (struct test_ff_f_data): Likewise.
24110         (test_ff_f_data_nexttoward): Likewise.
24111         (struct test_fi_f_data): Likewise.
24112         (struct test_fl_f_data): Likewise.
24113         (struct test_if_f_data): Likewise.
24114         (struct test_fff_f_data): Likewise.
24115         (struct test_c_f_data): Likewise.
24116         (struct test_f_f1_data): Likewise.  Remove field extra_name.
24117         (struct test_fF_f1_data): Likewise.
24118         (struct test_ffI_f1_data): Likewise.
24119         (struct test_c_c_data): Rename test_name field to arg_str.
24120         (struct test_cc_c_data): Likewise.
24121         (struct test_f_i_data): Likewise.
24122         (struct test_ff_i_data): Likewise.
24123         (struct test_f_l_data): Likewise.
24124         (struct test_f_L_data): Likewise.
24125         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
24126         and extra2_name.
24127         (COMMON_TEST_SETUP): New macro.
24128         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
24129         (COMMON_TEST_CLEANUP): Likewise.
24130         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
24131         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
24132         macros.
24133         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
24134         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
24135         macros.
24136         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
24137         (RUN_TEST_fff_f): Take argument string.  Call new setup and
24138         cleanup macros.
24139         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
24140         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
24141         macros.
24142         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
24143         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
24144         macros.
24145         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24146         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
24147         cleanup macros.
24148         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24149         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
24150         cleanup macros.
24151         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24152         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
24153         cleanup macros.
24154         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24155         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
24156         macros.
24157         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
24158         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
24159         macros.
24160         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
24161         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
24162         macros.
24163         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
24164         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
24165         cleanup macros.
24166         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
24167         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
24168         cleanup macros.
24169         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
24170         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
24171         macros.
24172         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
24173         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
24174         cleanup macros.
24175         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
24176         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
24177         macros.
24178         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
24179         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
24180         macros.
24181         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
24182         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
24183         cleanup macros.
24184         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
24186 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
24188         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
24189         to _sifields.sigfault.
24190         (si_addr_lsb): Define new macro.
24191         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
24192         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
24193         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
24195 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
24197         [BZ #15441]
24198         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
24199         returns -1.
24200         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
24201         null return -1.
24202         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
24203         loading the domain.
24205 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
24207         * math/gen-libm-test.pl (parse_args): Do not include expected
24208         result in test name.
24209         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
24210         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24211         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24212         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24213         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24214         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24216 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
24218         * benchtests/Makefile: Sort function entries.
24220         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
24221         tanh, asinh, acosh, atanh.
24222         * benchtests/acos-inputs: New file.
24223         * benchtests/acosh-inputs: New file.
24224         * benchtests/asin-inputs: New file.
24225         * benchtests/asinh-inputs: New file.
24226         * benchtests/atanh-inputs: New file.
24227         * benchtests/cosh-inputs: New file.
24228         * benchtests/log-inputs: New file.
24229         * benchtests/sinh-inputs: New file.
24230         * benchtests/tanh-inputs: New file.
24232 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
24234         [BZ #15339]
24235         * posix/tst-getaddrinfo4.c: New test.
24236         * posix/Makefile (tests): Add it.
24238 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24240         [BZ #15339]
24241         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
24242         when no services were used.
24243         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
24244         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
24246 2013-05-21  Andreas Schwab  <schwab@suse.de>
24248         [BZ #15014]
24249         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
24250         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
24251         successful.
24252         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
24253         redundant variable declarations and reallocation of buffer when
24254         parsing as IPv6 address.  Always set NSS status when called from
24255         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
24256         buffer too small.  Correct computation of needed size.
24257         * nss/Makefile (tests): Add test-digits-dots.
24258         * nss/test-digits-dots.c: New test.
24260 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24262         * benchtests/Makefile: Remove instructions for adding
24263         benchmark tests.
24264         * benchtests/README: New file to explain how to execute and
24265         enhance the benchmark tests.
24267 2013-05-21  Andreas Schwab  <schwab@suse.de>
24269         [BZ #15493]
24270         * setjmp/Makefile (tests): Add tst-sigsetjmp.
24271         * setjmp/tst-sigsetjmp.c: New test.
24273 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24275         * sysdeps/x86_64/memset.S (memset): New implementation.
24276         (__bzero): Likewise.
24277         (__memset_tail): New function.
24279 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24281         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
24282         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
24283         __memcpy_sse2_unaligned ifunc selection.
24284         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
24285         Add memcpy-sse2-unaligned.S.
24286         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
24287         Add: __memcpy_sse2_unaligned.
24289 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
24291         [BZ #15490]
24292         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
24293         math_force_eval before restoring floating-point envrionment.
24294         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
24295         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
24296         Likewise.
24297         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
24298         <math_private.h>.
24299         (__nearbyintl): Use math_force_eval before restoring
24300         floating-point environment.
24301         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
24303         * math/gen-libm-test.pl (special_functions): Remove.
24304         (parse_args): Don't handle TEST_extra.  Handle functions with no
24305         return value.
24306         * math/libm-test.inc (struct test_sincos_data): Replace with
24307         struct test_fFF_11_data.
24308         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
24309         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
24310         (sincos_test_data): Change element type to struct
24311         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
24312         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
24313         RUN_TEST_LOOP_sincos.
24314         * math/README.libm-test: Don't mention special handling of
24315         individual functions.
24316         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
24317         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24318         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24319         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24320         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24321         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24323         * math/gen-libm-test.pl (get_variable): Remove function.
24324         (parse_args): Don't show pointer parameters to call in test
24325         names.  Use "extra output N" in test names for extra outputs
24326         rather than naming variables.
24328 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
24330         [BZ #15488]
24331         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
24332         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
24333         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
24334         double tests.
24335         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
24336         disable.
24337         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
24338         check_long_double.
24340         * math/gen-libm-test.pl (@tests): Remove variable.
24341         ($count): Likewise.
24342         (new_test): Remove function.
24343         (show_exceptions): New function.
24344         (special_functions): Use show_exceptions instead of new_test.
24345         (parse_args): Likewise.
24346         (generate_testfile): Pass only function name in generated call to
24347         print_max_error or print_complex_max_error.
24348         (get_ulps): Do not handle complex tests specially.
24349         (output_test): Rename to ...
24350         (get_all_ulps_for_test): ... this.  Return a string rather than
24351         printing to a file.  Require ulps to be present.
24352         (output_ulps): Generate arrays rather than #defines.
24353         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
24354         (struct ulp_data): New type.
24355         (BUILD_COMPLEX_ULP): Remove macro.
24356         (compare_ulp_data): New function.
24357         (find_ulps): Likewise.
24358         (find_test_ulps): Likewise.
24359         (find_function_ulps): Likewise.
24360         (find_complex_function_ulps): Likewise.
24361         (print_max_error): Determine allowed ulps using
24362         find_function_ulps.
24363         (print_complex_max_error): Determine allowed ulps using
24364         find_complex_function_ulps.
24365         (check_float_internal): Determine max ulps using find_test_ulps.
24366         (check_float): Do not take max_ulp parameter.  Update call to
24367         check_float_internal.
24368         (check_complex): Likewise.
24369         (check_int): Do not take max_ulp parameter.
24370         (check_long): Likewise.
24371         (check_bool): Likewise.
24372         (check_longlong): Likewise.
24373         (struct test_f_f_data): Remove max_ulp field.
24374         (struct test_ff_f_data): Likewise.
24375         (struct test_ff_f_data_nexttoward): Likewise.
24376         (struct test_fi_f_data): Likewise.
24377         (struct test_fl_f_data): Likewise.
24378         (struct test_if_f_data): Likewise.
24379         (struct test_fff_f_data): Likewise.
24380         (struct test_c_f_data): Likewise.
24381         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
24382         (struct test_fF_f1_data): Likewise.
24383         (struct test_ffI_f1_data): Likewise.
24384         (struct test_c_c_data): Remove max_ulp field.
24385         (struct test_cc_c_data): Likewise.
24386         (struct test_f_i_data): Likewise.
24387         (struct test_ff_i_data): Likewise.
24388         (struct test_f_l_data): Likewise.
24389         (struct test_f_L_data): Likewise.
24390         (struct test_sincos_data): Likewise.
24391         (RUN_TEST_f_f): Do not handle ulps.
24392         (RUN_TEST_LOOP_f_f): Likewise.
24393         (RUN_TEST_2_f): Likewise.
24394         (RUN_TEST_LOOP_2_f): Likewise.
24395         (RUN_TEST_fff_f): Likewise.
24396         (RUN_TEST_LOOP_fff_f): Likewise.
24397         (RUN_TEST_c_f): Likewise.
24398         (RUN_TEST_LOOP_c_f): Likewise.
24399         (RUN_TEST_f_f1): Likewise.
24400         (RUN_TEST_LOOP_f_f1): Likewise.
24401         (RUN_TEST_fF_f1): Likewise.
24402         (RUN_TEST_LOOP_fF_f1): Likewise.
24403         (RUN_TEST_fI_f1): Likewise.
24404         (RUN_TEST_LOOP_fI_f1): Likewise.
24405         (RUN_TEST_ffI_f1): Likewise.
24406         (RUN_TEST_LOOP_ffI_f1): Likewise.
24407         (RUN_TEST_c_c): Likewise.
24408         (RUN_TEST_LOOP_c_c): Likewise.
24409         (RUN_TEST_cc_c): Likewise.
24410         (RUN_TEST_LOOP_cc_c): Likewise.
24411         (RUN_TEST_f_i): Likewise.
24412         (RUN_TEST_LOOP_f_i): Likewise.
24413         (RUN_TEST_f_i_tg): Likewise.
24414         (RUN_TEST_LOOP_f_i_tg): Likewise.
24415         (RUN_TEST_ff_i_tg): Likewise.
24416         (RUN_TEST_LOOP_ff_i_tg): Likewise.
24417         (RUN_TEST_f_b): Likewise.
24418         (RUN_TEST_LOOP_f_b): Likewise.
24419         (RUN_TEST_f_b_tg): Likewise.
24420         (RUN_TEST_LOOP_f_b_tg): Likewise.
24421         (RUN_TEST_f_l): Likewise.
24422         (RUN_TEST_LOOP_f_l): Likewise.
24423         (RUN_TEST_f_L): Likewise.
24424         (RUN_TEST_LOOP_f_L): Likewise.
24425         (RUN_TEST_sincos): Likewise.
24426         (RUN_TEST_LOOP_sincos): Likewise.
24428 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
24430         [BZ #15480]
24431         [BZ #15485]
24432         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
24433         main case of finite arguments, set rounding mode to FE_TONEAREST
24434         and discard exceptions.
24435         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
24436         exceptions.
24437         (remainder_tonearest_test_data): New variable.
24438         (remainder_test_tonearest): New function.
24439         (remainder_towardzero_test_data): New variable.
24440         (remainder_test_towardzero): New function.
24441         (remainder_downward_test_data): New variable.
24442         (remainder_test_downward): New function.
24443         (remainder_upward_test_data): New variable.
24444         (remainder_test_upward): New function.
24445         (main): Call the new test functions.
24447         * math/libm-test.inc (struct test_f_f1_data): Remove field
24448         extra_init.
24449         (struct test_fF_f1_data): Likewise.
24450         (struct test_ffI_f1_data): Likewise.
24451         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
24452         based on value of EXTRA_EXPECTED.
24453         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24454         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
24455         EXTRA_VAR based on value of EXTRA_EXPECTED.
24456         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24457         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
24458         EXTRA_VAR based on value of EXTRA_EXPECTED.
24459         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24460         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
24461         EXTRA_VAR based on value of EXTRA_EXPECTED.
24462         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24463         * math/gen-libm-test.pl (parse_args): Don't output initializers
24464         for extra output values.
24466         * math/libm-test.inc (check_int): Expect result to be exactly
24467         equal to expected value and do not handle ulps.
24468         (check_long): Likewise.
24469         (check_longlong): Likewise.
24471         * math/libm-test.inc (ceil_test_data): Test for "inexact"
24472         exceptions.
24473         (cimag_test_data): Likewise.
24474         (conj_test_data): Likewise.
24475         (copysign_test_data): Likewise.
24476         (cproj_test_data): Likewise.
24477         (creal_test_data): Likewise.
24478         (fabs_test_data): Likewise.
24479         (fdim_test_data): Likewise.
24480         (finite_test_data): Likewise.
24481         (floor_test_data): Likewise.
24482         (fmax_test_data): Likewise.
24483         (fmin_test_data): Likewise.
24484         (fmod_test_data): Likewise.
24485         (fpclassify_test_data): Likewise.
24486         (frexp_test_data): Likewise.
24487         (ilogb_test_data): Likewise.
24488         (isfinite_test_data): Likewise.
24489         (isgreater_test_data): Likewise.
24490         (isgreaterequal_test_data): Likewise.
24491         (isinf_test_data): Likewise.
24492         (isless_test_data): Likewise.
24493         (islessequal_test_data): Likewise.
24494         (islessgreater_test_data): Likewise.
24495         (isnan_test_data): Likewise.
24496         (isnormal_test_data): Likewise.
24497         (issignaling_test_data): Likewise.
24498         (isunordered_test_data): Likewise.
24499         (ldexp_test_data): Likewise.
24500         (lrint_test_data): Likewise.
24501         (lrint_test_data) [TEST_FLOAT]: Disable one test.
24502         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
24503         (lrint_tonearest_test_data): Test for "inexact" exceptions.
24504         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24505         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
24506         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24507         test input.
24508         (lrint_towardzero_test_data): Test for "inexact" exceptions.
24509         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24510         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
24511         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
24512         that test input.
24513         (lrint_downward_test_data): Test for "inexact" exceptions.
24514         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24515         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
24516         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24517         test input.
24518         (lrint_upward_test_data): Test for "inexact" exceptions.
24519         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
24520         test input.
24521         (llrint_test_data): Test for "inexact" exceptions.
24522         (llrint_test_data) [TEST_FLOAT]: Disable one test.
24523         (llrint_tonearest_test_data): Test for "inexact" exceptions.
24524         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24525         (llrint_towardzero_test_data): Test for "inexact" exceptions.
24526         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24527         (llrint_downward_test_data): Test for "inexact" exceptions.
24528         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24529         (llrint_upward_test_data): Test for "inexact" exceptions.
24530         (logb_test_data): Likewise.
24531         (logb_downward_test_data): Likewise.
24532         (nextafter_test_data): Likewise.
24533         (nexttoward_test_data): Likewise.
24534         (remainder_test_data): Likewise.
24535         (remquo_test_data): Likewise.
24536         (scalbn_test_data): Likewise.
24537         (scalbln_test_data): Likewise.
24538         (signbit_test_data): Likewise.
24539         (sqrt_test_data): Likewise.
24540         (significand_test_data): Likewise.
24542 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
24544         [BZ #15424]
24545         * benchtests/bench-modf.c (struct args): Mark arg0 as
24546         volatile.
24547         * scripts/bench.pl: Mark members of struct args as volatile.
24549 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24551         [BZ # 15497]
24552         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
24553         negative infinity on POWER6 or lower.
24554         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
24556 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
24558         [BZ #15442]
24559         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
24560         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
24561         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
24562         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
24563         (_FP_SETQNAN): New macro.
24564         (_FP_SETQNAN_SEMIRAW): Likewise.
24565         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
24566         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
24567         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
24568         (FP_EXTEND): Use _FP_FRAC_SNANP.
24569         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
24570         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
24571         into account.
24572         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24573         New macro.
24574         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24575         Likewise.
24577 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24579         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
24580         with DIVIDE_BY_ZERO_EXCEPTION.
24581         (gamma_test_data): Likewise.
24582         (lgamma_test_data): Likewise.
24583         (log_test_data): Likewise.
24584         (log10_test_data): Likewise.
24585         (log2_test_data): Likewise.
24586         (tgamma_test_data): Likewise.
24588         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
24589         (acos_test_tonearest): Likewise.
24590         (acos_test_towardzero): Likewise.
24591         (acos_test_downward): Likewise.
24592         (acos_test_upward): Likewise.
24593         (acosh_test): Likewise.
24594         (asin_test): Likewise.
24595         (asin_test_tonearest): Likewise.
24596         (asin_test_towardzero): Likewise.
24597         (asin_test_downward): Likewise.
24598         (asin_test_upward): Likewise.
24599         (asinh_test): Likewise.
24600         (atan_test): Likewise.
24601         (atanh_test): Likewise.
24602         (atan2_test): Likewise.
24603         (cabs_test): Likewise.
24604         (cacos_test): Likewise.
24605         (cacosh_test): Likewise.
24606         (casin_test): Likewise.
24607         (casinh_test): Likewise.
24608         (catan_test): Likewise.
24609         (catanh_test): Likewise.
24610         (cbrt_test): Likewise.
24611         (ccos_test): Likewise.
24612         (ccosh_test): Likewise.
24613         (cexp_test): Likewise.
24614         (clog_test): Likewise.
24615         (clog10_test): Likewise.
24616         (cos_test): Likewise.
24617         (cos_test_tonearest): Likewise.
24618         (cos_test_towardzero): Likewise.
24619         (cos_test_downward): Likewise.
24620         (cos_test_upward): Likewise.
24621         (cosh_test): Likewise.
24622         (cosh_test_tonearest): Likewise.
24623         (cosh_test_towardzero): Likewise.
24624         (cosh_test_downward): Likewise.
24625         (cosh_test_upward): Likewise.
24626         (cpow_test): Likewise.
24627         (csin_test): Likewise.
24628         (csinh_test): Likewise.
24629         (csqrt_test): Likewise.
24630         (ctan_test): Likewise.
24631         (ctan_test_tonearest): Likewise.
24632         (ctan_test_towardzero): Likewise.
24633         (ctan_test_downward): Likewise.
24634         (ctan_test_upward): Likewise.
24635         (ctanh_test): Likewise.
24636         (ctanh_test_tonearest): Likewise.
24637         (ctanh_test_towardzero): Likewise.
24638         (ctanh_test_downward): Likewise.
24639         (ctanh_test_upward): Likewise.
24640         (erf_test): Likewise.
24641         (erfc_test): Likewise.
24642         (exp_test): Likewise.
24643         (exp_test_tonearest): Likewise.
24644         (exp_test_towardzero): Likewise.
24645         (exp_test_downward): Likewise.
24646         (exp_test_upward): Likewise.
24647         (exp10_test): Likewise.
24648         (exp2_test): Likewise.
24649         (expm1_test): Likewise.
24650         (fmod_test): Likewise.
24651         (gamma_test): Likewise.
24652         (hypot_test): Likewise.
24653         (j0_test): Likewise.
24654         (j1_test): Likewise.
24655         (jn_test): Likewise.
24656         (lgamma_test): Likewise.
24657         (log_test): Likewise.
24658         (log10_test): Likewise.
24659         (log1p_test): Likewise.
24660         (log2_test): Likewise.
24661         (logb_test_downward): Likewise.
24662         (pow_test): Likewise.
24663         (pow_test_tonearest): Likewise.
24664         (pow_test_towardzero): Likewise.
24665         (pow_test_downward): Likewise.
24666         (pow_test_upward): Likewise.
24667         (remainder_test): Likewise.
24668         (remquo_test): Likewise.
24669         (sin_test): Likewise.
24670         (sin_test_tonearest): Likewise.
24671         (sin_test_towardzero): Likewise.
24672         (sin_test_downward): Likewise.
24673         (sin_test_upward): Likewise.
24674         (sincos_test): Likewise.
24675         (sinh_test): Likewise.
24676         (sinh_test_tonearest): Likewise.
24677         (sinh_test_towardzero): Likewise.
24678         (sinh_test_downward): Likewise.
24679         (sinh_test_upward): Likewise.
24680         (sqrt_test): Likewise.
24681         (tan_test): Likewise.
24682         (tan_test_tonearest): Likewise.
24683         (tan_test_towardzero): Likewise.
24684         (tan_test_downward): Likewise.
24685         (tan_test_upward): Likewise.
24686         (tanh_test): Likewise.
24687         (tgamma_test): Likewise.
24688         (y0_test): Likewise.
24689         (y1_test): Likewise.
24690         (yn_test): Likewise.
24692         * math/gen-libm-test.pl (adjust_arg): Remove function.
24693         (special_function): Remove argument $in_func.  Only handle
24694         generating output for tables of tests, not inside functions.
24695         (parse_args): Likewise.
24696         (generate_testfile): Remove variable $in_func.  Update call to
24697         parse_args.
24698         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
24699         (MINUS_ZERO_INIT): Rename macro to minus_zero.
24700         (PLUS_INFTY_INIT): Rename macro to plus_infty.
24701         (MINUS_INFTY_INIT): Rename macro to minus_infty.
24702         (QNAN_VALUE_INIT): Rename macro to qnan_value.
24703         (MAX_VALUE_INIT): Rename macro to max_value.
24704         (MIN_VALUE_INIT): Rename macro to min_value.
24705         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
24706         (plus_zero): Remove variable.
24707         (minus_zero): Likewise.
24708         (plus_infty): Likewise.
24709         (minus_infty): Likewise.
24710         (qnan_value): Likewise.
24711         (max_value): Likewise.
24712         (min_value): Likewise.
24713         (min_subnorm_value): Likewise.
24715 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24717         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
24718         uint64_t or uint32_t usage.
24719         * crypt/sha256-block.c: Likewise.
24720         * crypt/sha256-crypt.c: Likewise.
24721         * crypt/sha256.c: Likewise.
24722         * crypt/sha512-block.c: Likewise.
24723         * crypt/sha512-crypt.c: Likewise.
24724         * crypt/sha512.c: Likewise.
24725         * debug/backtrace-tst.c: Likewise.
24726         * debug/pcprofiledump.c: Likewise.
24727         * elf/cache.c: Likewise.
24728         * elf/dl-cache.c: Likewise.
24729         * elf/dl-misc.c: Likewise.
24730         * elf/dl-profile.c: Likewise.
24731         * elf/dl-support.c: Likewise.
24732         * elf/ldconfig.c: Likewise.
24733         * elf/sprof.c: Likewise.
24734         * iconv/dummy-repertoire.c: Likewise.
24735         * iconv/iconv_charmap.c: Likewise.
24736         * iconv/skeleton.c: Likewise.
24737         * iconvdata/8bit-generic.c: Likewise.
24738         * iconvdata/cp737.h: Likewise.
24739         * iconvdata/cp775.h: Likewise.
24740         * iconvdata/ibm1008.h: Likewise.
24741         * iconvdata/ibm1025.h: Likewise.
24742         * iconvdata/ibm1046.h: Likewise.
24743         * iconvdata/ibm1097.h: Likewise.
24744         * iconvdata/ibm1112.h: Likewise.
24745         * iconvdata/ibm1122.h: Likewise.
24746         * iconvdata/ibm1123.h: Likewise.
24747         * iconvdata/ibm1124.h: Likewise.
24748         * iconvdata/ibm1129.h: Likewise.
24749         * iconvdata/ibm1130.h: Likewise.
24750         * iconvdata/ibm1132.h: Likewise.
24751         * iconvdata/ibm1133.h: Likewise.
24752         * iconvdata/ibm1137.h: Likewise.
24753         * iconvdata/ibm1140.h: Likewise.
24754         * iconvdata/ibm1141.h: Likewise.
24755         * iconvdata/ibm1142.h: Likewise.
24756         * iconvdata/ibm1143.h: Likewise.
24757         * iconvdata/ibm1144.h: Likewise.
24758         * iconvdata/ibm1145.h: Likewise.
24759         * iconvdata/ibm1146.h: Likewise.
24760         * iconvdata/ibm1147.h: Likewise.
24761         * iconvdata/ibm1148.h: Likewise.
24762         * iconvdata/ibm1149.h: Likewise.
24763         * iconvdata/ibm1153.h: Likewise.
24764         * iconvdata/ibm1154.h: Likewise.
24765         * iconvdata/ibm1155.h: Likewise.
24766         * iconvdata/ibm1156.h: Likewise.
24767         * iconvdata/ibm1157.h: Likewise.
24768         * iconvdata/ibm1158.h: Likewise.
24769         * iconvdata/ibm1160.h: Likewise.
24770         * iconvdata/ibm1161.h: Likewise.
24771         * iconvdata/ibm1162.h: Likewise.
24772         * iconvdata/ibm1163.h: Likewise.
24773         * iconvdata/ibm1164.h: Likewise.
24774         * iconvdata/ibm1166.h: Likewise.
24775         * iconvdata/ibm1167.h: Likewise.
24776         * iconvdata/ibm12712.h: Likewise.
24777         * iconvdata/ibm1390.h: Likewise.
24778         * iconvdata/ibm1399.h: Likewise.
24779         * iconvdata/ibm16804.h: Likewise.
24780         * iconvdata/ibm4517.h: Likewise.
24781         * iconvdata/ibm4899.h: Likewise.
24782         * iconvdata/ibm4909.h: Likewise.
24783         * iconvdata/ibm4971.h: Likewise.
24784         * iconvdata/ibm5347.h: Likewise.
24785         * iconvdata/ibm803.h: Likewise.
24786         * iconvdata/ibm856.h: Likewise.
24787         * iconvdata/ibm901.h: Likewise.
24788         * iconvdata/ibm902.h: Likewise.
24789         * iconvdata/ibm9030.h: Likewise.
24790         * iconvdata/ibm9066.h: Likewise.
24791         * iconvdata/ibm921.h: Likewise.
24792         * iconvdata/ibm922.h: Likewise.
24793         * iconvdata/ibm9448.h: Likewise.
24794         * iconvdata/isiri-3342.h: Likewise.
24795         * iconvdata/jis0201.h: Likewise.
24796         * include/link.h: Likewise.
24797         * include/netdb.h: Likewise.
24798         * inet/check_native.c: Likewise.
24799         * inet/check_pf.c: Likewise.
24800         * inet/getipv4sourcefilter.c: Likewise.
24801         * inet/getnameinfo.c: Likewise.
24802         * inet/getsourcefilter.c: Likewise.
24803         * inet/htonl.c: Likewise.
24804         * inet/setipv4sourcefilter.c: Likewise.
24805         * inet/setsourcefilter.c: Likewise.
24806         * inet/test-inet6_opt.c: Likewise.
24807         * inet/tst-network.c: Likewise.
24808         * locale/C-collate.c: Likewise.
24809         * locale/C-ctype.c: Likewise.
24810         * locale/C-time.c: Likewise.
24811         * locale/C-translit.h: Likewise.
24812         * locale/loadarchive.c: Likewise.
24813         * locale/programs/3level.h: Likewise.
24814         * locale/programs/charmap.c: Likewise.
24815         * locale/programs/charmap.h: Likewise.
24816         * locale/programs/ld-address.c: Likewise.
24817         * locale/programs/ld-collate.c: Likewise.
24818         * locale/programs/ld-ctype.c: Likewise.
24819         * locale/programs/ld-identification.c: Likewise.
24820         * locale/programs/ld-measurement.c: Likewise.
24821         * locale/programs/ld-messages.c: Likewise.
24822         * locale/programs/ld-monetary.c: Likewise.
24823         * locale/programs/ld-name.c: Likewise.
24824         * locale/programs/ld-numeric.c: Likewise.
24825         * locale/programs/ld-paper.c: Likewise.
24826         * locale/programs/ld-telephone.c: Likewise.
24827         * locale/programs/ld-time.c: Likewise.
24828         * locale/programs/linereader.c: Likewise.
24829         * locale/programs/locale.c: Likewise.
24830         * locale/programs/locarchive.c: Likewise.
24831         * locale/programs/locfile.h: Likewise.
24832         * locale/programs/repertoire.c: Likewise.
24833         * locale/programs/simple-hash.c: Likewise.
24834         * locale/programs/simple-hash.h: Likewise.
24835         * malloc/memusage.c: Likewise.
24836         * malloc/memusagestat.c: Likewise.
24837         * nis/nis_defaults.c: Likewise.
24838         * nis/nis_hash.c: Likewise.
24839         * nis/nis_print.c: Likewise.
24840         * nis/nis_xdr.c: Likewise.
24841         * nscd/connections.c: Likewise.
24842         * nscd/hstcache.c: Likewise.
24843         * nscd/nscd_gethst_r.c: Likewise.
24844         * nscd/nscd_getserv_r.c: Likewise.
24845         * nscd/nscd_helper.c: Likewise.
24846         * nscd/servicescache.c: Likewise.
24847         * nss/makedb.c: Likewise.
24848         * nss/nss_db/db-XXX.c: Likewise.
24849         * nss/nss_db/db-initgroups.c: Likewise.
24850         * nss/nss_db/db-netgrp.c: Likewise.
24851         * nss/nss_files/files-network.c: Likewise.
24852         * nss/nss_files/files-parse.c: Likewise.
24853         * posix/bug-regex5.c: Likewise.
24854         * posix/fnmatch_loop.c: Likewise.
24855         * posix/regcomp.c: Likewise.
24856         * posix/regexec.c: Likewise.
24857         * posix/tst-rfc3484-2.c: Likewise.
24858         * posix/tst-rfc3484-3.c: Likewise.
24859         * posix/tst-rfc3484.c: Likewise.
24860         * resolv/nss_dns/dns-canon.c: Likewise.
24861         * resolv/nss_dns/dns-network.c: Likewise.
24862         * resolv/res_init.c: Likewise.
24863         * resolv/res_mkquery.c: Likewise.
24864         * resolv/tst-aton.c: Likewise.
24865         * stdlib/cxa_atexit.c: Likewise.
24866         * stdlib/cxa_finalize.c: Likewise.
24867         * stdlib/gen-fpioconst.c: Likewise.
24868         * stdlib/strtol_l.c: Likewise.
24869         * string/tst-endian.c: Likewise.
24870         * sunrpc/auth_des.c: Likewise.
24871         * sunrpc/clnt_udp.c: Likewise.
24872         * sunrpc/rtime.c: Likewise.
24873         * sunrpc/svcauth_des.c: Likewise.
24874         * sunrpc/xdr.c: Likewise.
24875         * sunrpc/xdr_intXX_t.c: Likewise.
24876         * sunrpc/xdr_rec.c: Likewise.
24877         * sysdeps/generic/ldconfig.h: Likewise.
24878         * sysdeps/generic/ldsodefs.h: Likewise.
24879         * sysdeps/generic/memusage.h: Likewise.
24880         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
24881         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
24882         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
24883         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
24884         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
24885         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
24886         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
24887         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
24888         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
24889         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
24890         * sysdeps/posix/getaddrinfo.c: Likewise.
24891         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
24892         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
24893         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
24894         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
24895         * sysdeps/powerpc/test-gettimebase.c: Likewise.
24896         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
24897         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
24898         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
24899         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
24900         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
24901         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
24902         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
24903         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
24904         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
24905         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
24906         * sysdeps/x86_64/dl-tls.h: Likewise.
24907         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
24908         * time/alt_digit.c: Likewise.
24909         * time/era.c: Likewise.
24910         * wcsmbs/tst-c16c32-1.c: Likewise.
24912 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24914         * math/libm-test.inc (struct test_sincos_data): New type.
24915         (RUN_TEST_LOOP_sincos): New macro.
24916         (sincos_test_data): New variable.
24917         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
24919 2013-05-16  Richard Henderson  <rth@redhat.com>
24921         * math/atest-exp2.c (LIMB64): New macro.
24922         (CONSTSZ): New macro.
24923         (mp_exp1, mp_exp_m1, mp_log2): New variables.
24924         (hexdig): Move ...
24925         (print_mpn_fp): ... to function scope.
24926         (read_mpn_hex): Remove.
24927         (get_log2): Remove.
24928         (exp2_mpn): Use mp_log2.
24929         (main): Use mp_exp1.
24931 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24933         * math/libm-test.inc: Remove comment about not testing "inexact"
24934         exceptions.
24935         (INEXACT_EXCEPTION): New macro.
24936         (NO_INEXACT_EXCEPTION): Likewise.
24937         (INVALID_EXCEPTION_OK): Update value.
24938         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
24939         (OVERFLOW_EXCEPTION_OK): Likewise.
24940         (UNDERFLOW_EXCEPTION_OK): Likewise.
24941         (IGNORE_ZERO_INF_SIGN): Likewise.
24942         (ERRNO_UNCHANGED): Likewise.
24943         (ERRNO_EDOM): Likewise.
24944         (ERRNO_ERANGE): Likewise.
24945         (test_exceptions): Handle testing "inexact" exceptions.
24946         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
24947         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
24948         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
24949         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
24950         INEXACT_EXCEPTION.
24951         (rint_towardzero_test_data): Likewise.
24952         (rint_downward_test_data): Likewise.
24953         (rint_upward_test_data): Likewise.
24955         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
24956         with OVERFLOW_EXCEPTION.
24957         (exp10_test_data): Likewise.
24958         (exp2_test_data): Likewise.
24959         (expm1_test_data): Likewise.
24960         (lgamma_test_data): Likewise.
24961         (pow_test_data): Likewise.
24962         (tgamma_test_data): Likewise.
24963         (yn_test_data): Remove duplicate test of overflow.
24965         * math/libm-test.inc (struct test_cc_c_data): New type.
24966         (RUN_TEST_LOOP_cc_c): New macro.
24967         (cpow_test_data): New variable.
24968         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
24970         * math/libm-test.inc (struct test_f_L_data): New type.
24971         (RUN_TEST_LOOP_f_L): New macro.
24972         (llrint_test_data): New variable.
24973         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
24974         (llrint_tonearest_test_data): New variable.
24975         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
24976         (llrint_towardzero_test_data): New variable.
24977         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
24978         (llrint_downward_test_data): New variable.
24979         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
24980         (llrint_upward_test_data): New variable.
24981         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
24982         (llround_test_data): New variable.
24983         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
24985 2013-05-13  Peter Collingbourne  <pcc@google.com>
24987         * math/atest-exp2.c (get_log2): Remove const attribute.
24989 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
24991         * math/libm-test.inc (struct test_f_l_data): New type.
24992         (RUN_TEST_LOOP_f_l): New macro.
24993         (lrint_test_data): New variable.
24994         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
24995         (lrint_tonearest_test_data): New variable.
24996         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
24997         (lrint_towardzero_test_data): New variable.
24998         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
24999         (lrint_downward_test_data): New variable.
25000         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
25001         (lrint_upward_test_data): New variable.
25002         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
25003         (lround_test_data): New variable.
25004         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
25006 2013-05-15  Peter Collingbourne  <pcc@google.com>
25008         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
25009         (EXTRACT_WORDS64) Use where appropriate.
25010         (INSERT_WORDS64) Likewise.
25012         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
25013         constraints with x constraints.
25014         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
25016         * malloc/obstack.c (_obstack_compat): Add initializer.
25018 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
25020         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
25021         si_trapno and add si_addr_lsb to _sifields.sigfault.
25022         (si_trapno): Remove macro.
25023         (si_addr_lsb): Define new macro.
25024         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
25026 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
25028         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
25029         instead of TEST_f_l.
25030         (llrint_test_tonearest): Likewise.
25031         (llrint_test_towardzero): Likewise.
25032         (llrint_test_downward): Likewise.
25033         (llrint_test_upward): Likewise.
25034         (llround_test): Likewise.
25036         * math/libm-test.inc (struct test_f_i_data): Add comment.
25037         (RUN_TEST_LOOP_f_b): New macro.
25038         (RUN_TEST_LOOP_f_b_tg): Likewise.
25039         (finite_test_data): New variable.
25040         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
25041         (isfinite_test_data): New variable.
25042         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25043         (isinf_test_data): New variable.
25044         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25045         (isnan_test_data): New variable.
25046         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25047         (isnormal_test_data): New variable.
25048         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25049         (issignaling_test_data): New variable.
25050         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25051         (signbit_test_data): New variable.
25052         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25054         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
25055         with INVALID_EXCEPTION.
25056         (acosh_test_data): Likewise.
25057         (asin_test_data): Likewise.
25058         (atanh_test_data): Likewise.
25059         (fmod_test_data): Likewise.
25060         (log_test_data): Likewise.
25061         (log10_test_data): Likewise.
25062         (log2_test_data): Likewise.
25063         (pow_test_data): Likewise.
25064         (sqrt_test_data): Likewise.
25065         (y0_test_data): Likewise.
25066         (y1_test_data): Likewise.
25067         (yn_test_data): Likewise.
25069         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
25070         function contents.
25072         * math/libm-test.inc (struct test_ff_i_data): New type.
25073         (RUN_TEST_LOOP_ff_i_tg): New macro.
25074         (isgreater_test_data): New variable.
25075         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25076         (isgreaterequal_test_data): New variable.
25077         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25078         (isless_test_data): New variable.
25079         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25080         (islessequal_test_data): New variable.
25081         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25082         (islessgreater_test_data): New variable.
25083         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25084         (isunordered_test_data): New variable.
25085         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25087 2013-05-14  David S. Miller  <davem@davemloft.net>
25089         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25091 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
25093         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
25095         * math/libm-test.inc (struct test_fF_f1_data): Change type of
25096         extra_test to int.
25097         (struct test_f_i_data): Change type of max_ulp to int.
25099         * math/libm-test.inc (test_ffI_f1_data): New type.
25100         (RUN_TEST_LOOP_ffI_f1): New macro.
25101         (remquo_test_data): New variable.
25102         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
25104         * setjmp/tst-setjmp-fp.c: New file.
25105         * setjmp/Makefile (tests): Add tst-setjmp-fp.
25106         (link-libm): New variable.
25107         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
25109         * math/libm-test.inc (struct test_f_i_data): New type.
25110         (RUN_TEST_LOOP_f_i): New macro.
25111         (RUN_TEST_LOOP_f_i_tg): Likewise.
25112         (fpclassify_test_data): New variable.
25113         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
25114         (ilogb_test_data): New variable.
25115         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
25117         * math/libm-test.inc (scalbln_test): Correct function name in END
25118         call.
25120         * math/libm-test.inc (struct test_f_f1_data): Add comment.
25121         (RUN_TEST_LOOP_fI_f1): New macro.
25122         (frexp_test_data): New variable.
25123         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
25125         * math/libm-test.inc (struct test_fF_f1_data): New type.
25126         (RUN_TEST_LOOP_fF_f1): New macro.
25127         (modf_test_data): New variable.
25128         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
25130         * math/libm-test.inc (struct test_f_f1_data): New type.
25131         (RUN_TEST_LOOP_f_f1): New macro.
25132         (gamma_test_data): New variable.
25133         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25134         (lgamma_test_data): New variable.
25135         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25137 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
25139         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
25140         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
25141         (main): Comment "tls" pseudo-hwcap.
25143 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
25145         * math/libm-test.inc (struct test_fl_f_data): New type.
25146         (RUN_TEST_LOOP_fl_f): New variable.
25147         (scalbln_test_data): New variable.
25148         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
25150         * math/libm-test.inc (struct test_fi_f_data): New type.
25151         (RUN_TEST_LOOP_fi_f): New macro.
25152         (ldexp_test_data): New variable.
25153         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
25154         (scalbn_test_data): New variable.
25155         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
25157         * math/libm-test.inc (struct test_c_f_data): New type.
25158         (RUN_TEST_LOOP_c_f): New macro.
25159         (cabs_test_data): New variable.
25160         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
25161         (carg_test_data): New variable.
25162         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
25163         (cimag_test_data): New variable.
25164         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
25165         (creal_test_data): New variable.
25166         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
25168         * math/libm-test.inc (struct test_if_f_data): New type.
25169         (RUN_TEST_LOOP_if_f): New macro.
25170         (jn_test_data): New variable.
25171         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
25172         (yn_test_data): New variable.
25173         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
25175         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
25177 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25179         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
25180         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
25182 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25184         * benchtests/Makefile (CPPFLAGS-nonlib): Add
25185         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
25186         (bench-deps): Add bench-timing.h.
25187         * benchtests-bench-skeleton.c: Include bench-timing.h.
25188         (main): Use TIMING_* macros instead of clock_gettime.
25189         * benchtests/bench-timing.h: New file.
25191         [BZ #14582]
25192         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
25193         Renamed from _LIB_VERSION.
25194         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
25196 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
25198         * math/libm-test.inc (struct test_fff_f_data): New type.
25199         (RUN_TEST_LOOP_fff_f): New macro.
25200         (fma_test_data): New variable.
25201         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
25202         (fma_towardzero_test_data): New variable.
25203         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
25204         (fma_downward_test_data): New variable.
25205         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
25206         (fma_upward_test_data): New variable.
25207         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
25209         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
25210         (struct test_c_c_data): New type.
25211         (RUN_TEST_LOOP_c_c): New macro.
25212         (cacos_test_data): New variable.
25213         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
25214         (cacosh_test_data): New variable.
25215         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
25216         (casin_test_data): New variable.
25217         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
25218         (casinh_test_data): New variable.
25219         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
25220         (catan_test_data): New variable.
25221         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
25222         (catanh_test_data): New variable.
25223         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
25224         (ccos_test_data): New variable.
25225         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
25226         (ccosh_test_data): New variable.
25227         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
25228         (cexp_test_data): New variable.
25229         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
25230         (clog_test_data): New variable.
25231         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
25232         (clog10_test_data): New variable.
25233         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
25234         (conj_test_data): New variable.
25235         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
25236         (cproj_test_data): New variable.
25237         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
25238         (csin_test_data): New variable.
25239         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
25240         (csinh_test_data): New variable.
25241         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
25242         (csqrt_test_data): New variable.
25243         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
25244         (ctan_test_data): New variable.
25245         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
25246         (ctan_tonearest_test_data): New variable.
25247         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25248         (ctan_towardzero_test_data): New variable.
25249         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25250         (ctan_downward_test_data): New variable.
25251         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25252         (ctan_upward_test_data): New variable.
25253         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25254         (ctanh_test_data): New variable.
25255         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
25256         (ctanh_tonearest_test_data): New variable.
25257         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25258         (ctanh_towardzero_test_data): New variable.
25259         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25260         (ctanh_downward_test_data): New variable.
25261         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25262         (ctanh_upward_test_data): New variable.
25263         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25264         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
25265         of BUILD_COMPLEX.
25267         * math/libm-test.inc (struct test_ff_f_data): New type.
25268         (struct test_ff_f_data_nexttoward): Likewise.
25269         (RUN_TEST_LOOP_2_f): New macro.
25270         (RUN_TEST_LOOP_ff_f): Likewise.
25271         (atan2_test_data): New variable.
25272         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
25273         (copysign_test_data): New variable.
25274         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
25275         (fdim_test_data): New variable.
25276         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
25277         (fmax_test_data): New variable.
25278         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
25279         (fmin_test_data): New variable.
25280         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
25281         (fmod_test_data): New variable.
25282         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
25283         (hypot_test_data): New variable.
25284         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
25285         (nextafter_test_data): New variable.
25286         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
25287         (nexttoward_test_data): New variable.
25288         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
25289         (pow_test_data): New variable.
25290         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
25291         (pow_tonearest_test_data): New variable.
25292         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
25293         (pow_towardzero_test_data): New variable.
25294         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
25295         (pow_downward_test_data): New variable.
25296         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
25297         (pow_upward_test_data): New variable.
25298         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
25299         (remainder_test_data): New variable.
25300         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
25301         (scalb_test_data): New variable.
25302         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
25303         * sysdeps/i386/fpu/libm-test-ulps: Update.
25305 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
25307         * math/libm-test.inc (fma_test): Use max_value instead of local
25308         variable fltmax.
25309         (nextafter_test): Likewise.
25311         * math/libm-test.inc (acos_towardzero_test_data): New variable.
25312         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25313         (acos_downward_test_data): New variable.
25314         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25315         (acos_upward_test_data): New variable.
25316         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25317         (acosh_test_data): New variable.
25318         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
25319         (asin_test_data): New variable.
25320         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
25321         (asin_tonearest_test_data): New variable.
25322         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25323         (asin_towardzero_test_data): New variable.
25324         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25325         (asin_downward_test_data): New variable.
25326         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25327         (asin_upward_test_data): New variable.
25328         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25329         (asinh_test_data): New variable.
25330         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
25331         (atan_test_data): New variable.
25332         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
25333         (atanh_test_data): New variable.
25334         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
25335         (cbrt_test_data): New variable.
25336         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
25337         (ceil_test_data): New variable.
25338         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
25339         (cos_test_data): New variable.
25340         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
25341         (cos_tonearest_test_data): New variable.
25342         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25343         (cos_towardzero_test_data): New variable.
25344         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25345         (cos_downward_test_data): New variable.
25346         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25347         (cos_upward_test_data): New variable.
25348         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25349         (cosh_test_data): New variable.
25350         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
25351         (cosh_tonearest_test_data): New variable.
25352         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25353         (cosh_towardzero_test_data): New variable.
25354         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25355         (cosh_downward_test_data): New variable.
25356         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25357         (cosh_upward_test_data): New variable.
25358         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25359         (erf_test_data): New variable.
25360         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
25361         (erfc_test_data): New variable.
25362         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
25363         (exp_test_data): New variable.
25364         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
25365         (exp_tonearest_test_data): New variable.
25366         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25367         (exp_towardzero_test_data): New variable.
25368         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25369         (exp_downward_test_data): New variable.
25370         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25371         (exp_upward_test_data): New variable.
25372         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25373         (exp10_test_data): New variable.
25374         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
25375         (exp2_test_data): New variable.
25376         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
25377         (expm1_test_data): New variable.
25378         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
25379         (fabs_test_data): New variable.
25380         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
25381         (floor_test_data): New variable.
25382         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
25383         (j0_test_data): New variable.
25384         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
25385         (j1_test_data): New variable.
25386         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
25387         (log_test_data): New variable.
25388         (log_test): Run tests with RUN_TEST_LOOP_f_f.
25389         (log10_test_data): New variable.
25390         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
25391         (log1p_test_data): New variable.
25392         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
25393         (log2_test_data): New variable.
25394         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
25395         (logb_test_data): New variable.
25396         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
25397         (logb_downward_test_data): New variable.
25398         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25399         (nearbyint_test_data): New variable.
25400         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
25401         (rint_test_data): New variable.
25402         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
25403         (rint_tonearest_test_data): New variable.
25404         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25405         (rint_towardzero_test_data): New variable.
25406         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25407         (rint_downward_test_data): New variable.
25408         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25409         (rint_upward_test_data): New variable.
25410         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25411         (round_test_data): New variable.
25412         (round_test): Run tests with RUN_TEST_LOOP_f_f.
25413         (sin_test_data): New variable.
25414         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
25415         (sin_tonearest_test_data): New variable.
25416         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25417         (sin_towardzero_test_data): New variable.
25418         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25419         (sin_downward_test_data): New variable.
25420         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25421         (sin_upward_test_data): New variable.
25422         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25423         (sinh_test_data): New variable.
25424         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
25425         (sinh_tonearest_test_data): New variable.
25426         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25427         (sinh_towardzero_test_data): New variable.
25428         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25429         (sinh_downward_test_data): New variable.
25430         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25431         (sinh_upward_test_data): New variable.
25432         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25433         (sqrt_test_data): New variable.
25434         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
25435         (tan_test_data): New variable.
25436         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
25437         (tan_tonearest_test_data): New variable.
25438         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25439         (tan_towardzero_test_data): New variable.
25440         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25441         (tan_downward_test_data): New variable.
25442         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25443         (tan_upward_test_data): New variable.
25444         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25445         (tanh_test_data): New variable.
25446         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
25447         (tgamma_test_data): New variable.
25448         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
25449         (trunc_test_data): New variable.
25450         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
25451         (y0_test_data): New variable.
25452         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
25453         (y1_test_data): New variable.
25454         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
25455         (significand_test_data): New variable.
25456         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
25458 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
25460         [BZ #12387]
25461         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
25463 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
25465         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
25467 2013-05-10  Andreas Jaeger  <aj@suse.de>
25469         [BZ #15448]
25470         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
25471         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
25473 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25475         * math/gen-libm-test.pl (adjust_arg): New function.
25476         (special_functions): Handle generating output in both functions
25477         and arrays.
25478         (parse_args): Likewise.
25479         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
25480         $in_func argument to parse_args.
25481         * math/libm-test.inc (struct test_f_f_data): New type.
25482         (IF_ROUND_INIT_): New macro.
25483         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
25484         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
25485         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
25486         (IF_ROUND_INIT_FE_UPWARD): Likewise.
25487         (ROUND_RESTORE_): Likewise.
25488         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
25489         (ROUND_RESTORE_FE_TONEAREST): Likewise.
25490         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
25491         (ROUND_RESTORE_FE_UPWARD): Likewise.
25492         (RUN_TEST_LOOP_f_f): New macro.
25493         (acos_test_data): New variable.
25494         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
25495         (acos_tonearest_test_data): New variable.
25496         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25498 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
25500         * benchtests/bench-skeleton.c (startup): Fix coding style.
25502 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25504         [BZ #6809]
25505         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
25506         negative infinity argument.
25507         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
25508         negative infinity argument.
25509         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
25510         negative infinity argument.
25511         * math/libm-test.inc (tgamma_test): Expect errno to be set for
25512         domain errors.
25514 2013-05-10  Florian Weimer  <fweimer@redhat.com>
25516         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
25517         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
25518         * iconv/iconv_prog.c (main): Likewise.
25519         * locale/programs/charmap-dir.c (charmap_readdir)
25520         (fopen_uncompressed): Likewise.
25521         * locale/programs/locfile.c (siblings_uncached)
25522         (write_locale_data): Use lstat64 instead of lstat.
25523         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
25524         stat.
25526 2013-05-10  Andreas Jaeger  <aj@suse.de>
25528         [BZ #15395]
25529         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
25530         localization.
25531         Include <locale.h>.
25533 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
25535         * elf/dl-close.c (_dl_close_worker): Add comments.
25537 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
25539         [BZ #15359]
25540         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
25541         high part of pi/2.
25542         (__ieee754_rem_pio2l): Update comments.
25544         [BZ #15429]
25545         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
25546         high part of pi/2.
25547         (__ieee754_rem_pio2l): Update comments.
25549         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
25550         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
25552         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
25553         M_PI_4l.
25555         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
25556         (M_PI_34_LOG10El): Likewise.
25557         (M_PI2_LOG10El): Likewise.
25558         (M_PI4_LOG10El): Likewise.
25559         (M_PI_LOG10El): Likewise.
25561 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25563         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25565 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
25567         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
25568         (MINUS_ZERO_INIT): Likewise.
25569         (PLUS_INFTY_INIT): Likewise.
25570         (MINUS_INFTY_INIT): Likewise.
25571         (QNAN_VALUE_INIT): Likewise.
25572         (MAX_VALUE_INIT): Likewise.
25573         (MIN_VALUE_INIT): Likewise.
25574         (MIN_SUBNORM_VALUE_INIT): Likewise.
25575         (plus_zero): Initialize with PLUS_ZERO_INIT.
25576         (minus_zero): Initialize with MINUS_ZERO_INIT.
25577         (plus_infty): Initialize with PLUS_INFTY_INIT.
25578         (minus_infty): Initialize with MINUS_INFTY_INIT.
25579         (qnan_value): Initialize with QNAN_VALUE_INIT.
25580         (max_value): Initialize with MAX_VALUE_INIT.
25581         (min_value): Initialize with MIN_VALUE_INIT.
25582         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
25584         * math/libm-test.inc (RUN_TEST_if_f): New macro.
25585         (jn_test): Use TEST_if_f instead of TEST_ff_f.
25586         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
25587         (yn_test): Use TEST_if_f instead of TEST_ff_f.
25589         * math/libm-test.inc (RUN_TEST_f_f): New macro.
25590         (RUN_TEST_2_f): Likewise.
25591         (RUN_TEST_ff_f): Likewise.
25592         (RUN_TEST_fi_f): Likewise.
25593         (RUN_TEST_fl_f): Likewise.
25594         (RUN_TEST_fff_f): Likewise.
25595         (RUN_TEST_c_f): Likewise.
25596         (RUN_TEST_f_f1): Likewise.
25597         (RUN_TEST_fF_f1): Likewise.
25598         (RUN_TEST_fI_f1): Likewise.
25599         (RUN_TEST_ffI_f1): Likewise.
25600         (RUN_TEST_c_c): Likewise.
25601         (RUN_TEST_cc_c): Likewise.
25602         (RUN_TEST_f_i): Likewise.
25603         (RUN_TEST_f_i_tg): Likewise.
25604         (RUN_TEST_ff_i_tg): Likewise.
25605         (RUN_TEST_f_b): Likewise.
25606         (RUN_TEST_f_b_tg): Likewise.
25607         (RUN_TEST_f_l): Likewise.
25608         (RUN_TEST_f_L): Likewise.
25609         (RUN_TEST_sincos): Likewise.
25610         * math/gen-libm-test.pl (new_test): Take new argument to indicate
25611         whether to show exceptions.  Do not include ");\n" in return
25612         value.
25613         (special_functions): Output call to RUN_TEST_sincos instead of
25614         check_float calls.  Update calls to new_test.
25615         (parse_args): Output call to single RUN_TEST_* macro instead of
25616         check_* calls and other assignments.  Update calls to new_test.
25618         [BZ #2546]
25619         [BZ #2560]
25620         [BZ #5159]
25621         [BZ #15426]
25622         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
25623         input to result for tgamma overflow.
25624         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
25625         (gamma_coeff): New variable.
25626         (NCOEFF): New macro.
25627         (gamma_positive): New function.
25628         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
25629         underflow here.  Use gamma_positive instead of exp (lgamma) for
25630         other arguments.
25631         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
25632         (gamma_coeff): New variable.
25633         (NCOEFF): New macro.
25634         (gammaf_positive): New function.
25635         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
25636         underflow here.  Use gamma_positive instead of exp (lgamma) for
25637         other arguments.
25638         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
25639         (gamma_coeff): New variable.
25640         (NCOEFF): New macro.
25641         (gammal_positive): New function.
25642         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
25643         underflow here.  Use gamma_positive instead of exp (lgamma) for
25644         other arguments.
25645         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
25646         (gamma_coeff): New variable.
25647         (NCOEFF): New macro.
25648         (gammal_positive): New function.
25649         (__ieee754_gammal_r): Handle positive infinity, overflow and
25650         underflow here.  Handle NaN the same as positive infinity.  Remove
25651         check x < 0xffffffff for negative integers.  Use gamma_positive
25652         instead of exp (lgamma) for other arguments.
25653         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
25654         (gamma_coeff): New variable.
25655         (NCOEFF): New macro.
25656         (gammal_positive): New function.
25657         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
25658         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
25659         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
25660         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
25661         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
25662         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
25663         * sysdeps/generic/math_private.h (__gamma_productf): New
25664         prototype.
25665         (__gamma_product): Likewise.
25666         (__gamma_productl): Likewise.
25667         * math/Makefile (libm-calls): Add gamma_product.
25668         * math/libm-test.inc (tgamma_test): Add more tests.
25669         * sysdeps/i386/fpu/libm-test-ulps: Update.
25670         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25672 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
25674         * benchtests/bench-skeleton.c (main): Preheat CPU.
25676 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
25678         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
25680 2013-05-07  Roland McGrath  <roland@hack.frob.com>
25682         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
25683         and _dl_skip_args_internal.
25685 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
25687         * manual/message.texi (Message Translation): Talk about users.
25688         Message to key mapping impacts design.
25690 2013-05-06  Roland McGrath  <roland@hack.frob.com>
25692         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
25694         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
25696         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
25697         * sysdeps/wordsize-64/glob64.c: ... here.
25699         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
25700         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
25701         New macros.
25703         * debug/getlogin_r_chk.c: Moved to ...
25704         * login/getlogin_r_chk.c: ... here.
25705         * debug/Makefile (routines): Move getlogin_r_chk to ...
25706         * login/Makefile (routines): ... here.
25707         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
25708         * login/Versions (libc: GLIBC_2.4): ... here.
25710         * io/poll.c (__poll): Renamed from poll.
25711         Add libc_hidden_def.
25712         (poll): Define as weak alias.
25714         * debug/ptsname_r_chk.c: Moved to ...
25715         * login/ptsname_r_chk.c: ... here.
25716         * debug/Makefile (routines): Move ptsname_r_chk to ...
25717         * login/Makefile (routines): ... here.
25718         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
25719         * login/Versions (libc: GLIBC_2.4): ... here.
25721         * posix/getlogin.c: Moved to ...
25722         * login/getlogin.c: ... here.
25723         * posix/getlogin_r.c: Moved to ...
25724         * login/getlogin_r.c: ... here.
25725         * posix/getlogin_r.c: Moved to ...
25726         * login/getlogin_r.c: ... here.
25727         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
25728         * login/Makefile (routines): ... here.
25729         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
25730         * login/Versions (libc: GLIBC_2.0): ... here.
25732         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
25733         (setrlimit): Define as weak alias.
25735         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
25736         Call __ names for open, ftruncate, and close.
25737         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
25738         (truncate): Define as weak alias.
25740 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
25742         * math/gen-libm-test.pl (parse_args): Initialize x before each
25743         test of frexp, modf and remquo.
25745         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
25746         test signgam value.
25748 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25750         [BZ #15418]
25751         [BZ #15419]
25752         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
25753         internal tests.
25754         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
25756 2013-05-06  Roland McGrath  <roland@hack.frob.com>
25758         * elf/dl-writev.h: New file.
25759         * elf/dl-misc.c: Include it.
25760         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
25761         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
25763 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
25765         * math/libm-test.inc (noXFails): Remove variable.
25766         (noXPasses): Likewise.
25767         (BUILD_COMPLEX_INT): Remove macro.
25768         (print_screen): Remove xfail argument.
25769         (print_screen_max_error): Likewise.
25770         (update_stats): Likewise.
25771         (print_max_error): Likewise.  Update calls to other affected
25772         functions.
25773         (print_complex_max_error): Likewise.
25774         (test_single_exception): Update calls to print_screen.
25775         (test_single_errno): Likewise.
25776         (check_float_internal): Remove xfail argument.  Update calls to
25777         other affected functions.
25778         (check_float): Likewise.
25779         (check_complex): Likewise.
25780         (check_int): Likewise.
25781         (check_long): Likewise.
25782         (check_bool): Likewise.
25783         (check_longlong): Likewise.
25784         (main): Don't print noXFails and noXPasses.
25785         * math/gen-libm-test.pl (top level): Don't mention expected
25786         failure handling in comment.
25787         (new_test): Don't handle expected failures.
25788         (parse_args): Don't mention expected failure handling in comment.
25789         (generate_testfile): Don't handle expected failures.
25790         (parse_ulps): Likewise.
25791         (print_ulps_file): Likewise.
25792         (get_failure): Remove function.
25793         (output_test): Don't handle expected failures.
25794         * make/README.libm-test: Don't mention expected failure handling.
25796         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
25797         (minus_zero): Likewise.
25798         (plus_infty): Likewise.
25799         (minus_infty): Likewise.
25800         (qnan_value): Likewise.
25801         (max_value): Likewise.
25802         (min_value): Likewise.
25803         (min_subnorm_value): Likewise.
25804         (initialize): Do not initialize those variables dynamically.
25806 2013-05-03  Roland McGrath  <roland@hack.frob.com>
25808         * io/open.c (__open_2): Moved to ...
25809         * io/open_2.c: ... this new file.
25810         * io/open64.c (__open64_2): Moved to ...
25811         * io/open64_2.c: ... this new file.
25812         * io/openat.c (__openat_2): Moved to ...
25813         * io/openat_2.c: ... this new file.
25814         * io/openat64.c (__openat64_2): Moved to ...
25815         * io/openat64_2.c: ... this new file.
25816         * io/Makefile (routines): Add them.
25817         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
25818         * sysdeps/unix/sysv/linux/open_2.c: File removed.
25819         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
25820         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
25821         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
25822         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
25823         (__openat64): Add hidden_ver.
25824         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
25825         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
25827         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
25828         Separately conditionalize setting of GLRO(dl_sysinfo) so
25829         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
25830         as well, but the actual setting is only under [NEED_DL_SYSINFO].
25832 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25834         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
25835         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
25836         definition.
25837         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
25838         * sysdeps/unix/sysv/linux/powerpc/init-first.c
25839         (_libc_vdso_platform_setup): Add __vdso_time initialization.
25840         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
25841         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
25843 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
25845         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
25846         test signgam value.
25848         * math/libm-test.inc (hypot_test): Do not use
25849         IGNORE_ZERO_INF_SIGN.
25851 2013-05-03  Andreas Jaeger  <aj@suse.de>
25853         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
25854         Linux 3.9.
25855         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
25856         (PF_MAX): Adjust for VSOCK change.
25858 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25860         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25862 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
25864         [BZ #15264]
25865         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
25866         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
25867         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
25869 2013-05-02  David S. Miller  <davem@davemloft.net>
25871         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25873 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
25875         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
25877 2013-05-01  Roland McGrath  <roland@hack.frob.com>
25879         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
25881 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
25883         [BZ #14952]
25884         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
25885         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
25886         Use __attribute__ ((__gnu_inline__)).
25887         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
25888         Don't use __attribute__ ((__gnu_inline__)).
25890 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
25892         [BZ #15423]
25893         * math/s_catan.c (__catan): Handle small real or imaginary part of
25894         input specially to avoid spurious underflow.
25895         * math/s_catanf.c (__catanf): Likewise.
25896         * math/s_catanh.c (__catanh): Likewise.
25897         * math/s_catanhf.c (__catanhf): Likewise.
25898         * math/s_catanhl.c (__catanhl): Likewise.
25899         * math/s_catanl.c (__catanl): Likewise.
25900         * math/libm-test.inc (catan_test): Add more tests.
25901         (catanh_test): Likewise.
25902         * sysdeps/i386/fpu/libm-test-ulps: Update.
25903         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25905 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25907         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25909 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
25911         [BZ #15416]
25912         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
25913         accurately for denominator in atan2.
25914         * math/s_catanf.c (__catanf): Likewise.
25915         * math/s_catanh.c (__catanh): Likewise.
25916         * math/s_catanhf.c (__catanhf): Likewise.
25917         * math/s_catanhl.c (__catanhl): Likewise.
25918         * math/s_catanl.c (__catanl): Likewise.
25919         * math/libm-test.inc (catan_test): Add more tests.
25920         (catanh_test): Likewise.
25921         * sysdeps/i386/fpu/libm-test-ulps: Update.
25922         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25924 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
25926         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
25928         * benchtests/Makefile (bench): Remove slow benchmarks.
25929         * benchtests/atan-inputs: Add slow benchmark inputs.
25930         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
25931         (BENCH_FUNC): Accept variant offset.
25932         (VARIANT): Define.
25933         * benchtests/bench-skeleton.c (main): Run benchmark for each
25934         variant.
25935         * benchtests/cos-inputs: Add slow benchmark inputs.
25936         * benchtests/exp-inputs: Likewise.
25937         * benchtests/pow-inputs: Likewise.
25938         * benchtests/sin-inputs: Likewise.
25939         * benchtests/slowatan-inputs: Remove.
25940         * benchtests/slowatan.c: Remove.
25941         * benchtests/slowcos-inputs: Remove.
25942         * benchtests/slowcos.c: Remove.
25943         * benchtests/slowexp-inputs: Remove.
25944         * benchtests/slowexp.c: Remove.
25945         * benchtests/slowpow-inputs: Remove.
25946         * benchtests/slowpow.c: Remove.
25947         * benchtests/slowsin-inputs: Remove.
25948         * benchtests/slowsin.c: Remove.
25949         * benchtests/slowtan-inputs: Remove.
25950         * benchtests/slowtan.c: Remove.
25951         * benchtests/tan-inputs: Add slow benchmark inputs.
25952         * scripts/bench.pl: Parse comments and directives.
25954         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
25955         in CPPFLAGS.
25956         ($(objpfx)bench-%.c): Remove *-ITER.
25957         * benchtests/bench-modf.c: Remove definition of ITER.
25958         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
25959         (main): Loop for DURATION seconds instead of fixed number of
25960         iterations.
25961         * scripts/bench.pl: Don't expect iterations in parameters.
25963 2013-04-29  Roland McGrath  <roland@hack.frob.com>
25965         * io/fchdir.c (__fchdir): Renamed from fchdir.
25966         (fchdir): Define as weak alias.
25968 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
25970         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
25971         (ERRNO_EDOM): Likewise.
25972         (ERRNO_ERANGE): Likewise.
25973         (noErrnoTests): New variable.
25974         (init_max_error): Set errno to 0.
25975         (test_single_errno): New function.
25976         (test_errno): Likewise.
25977         (check_float_internal): Call test_errno.  Set errno to 0.
25978         (check_complex): Refer to errno tests in comment.
25979         (check_int): Call test_errno.  Set errno to 0.
25980         (check_long): Likewise.
25981         (check_bool): Likewise.
25982         (check_longlong): Likewise.
25983         (cos_test): Use ERRNO_* flags for errno tests instead of
25984         check_int.
25985         (expm1_test): Likewise.
25986         (fmod_test): Likewise.
25987         (ilogb_test): Likewise.
25988         (lgamma_test): Likewise.
25989         (pow_test): Likewise.
25990         (remainder_test): Likewise.
25991         (sin_test): Likewise.
25992         (tan_test): Likewise.
25993         (yn_test): Likewise.
25994         (initialize): Set errno to 0.
25995         (main): Print number of errno tests.
25996         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
25998 2013-04-29  Andreas Jaeger  <aj@suse.de>
26000         [BZ #15084]
26001         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
26002         and RES_USEVC.
26004         [BZ #15085]
26005         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
26006         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
26007         unimplemented.
26009         [BZ #15380]
26010         * stdlib/random.c (__initstate): Return NULL if
26011         __initstate fails.
26013         [BZ #15086]
26014         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
26015         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
26016         RES_SNGLKUPREOP.
26018 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26020         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26022 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
26024         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
26025         of individual tests.
26026         (casin_test): Likewise.
26027         (casinh_test): Likewise.
26029 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
26031         [BZ #15409]
26032         * math/s_catan.c (__catan): Handle arguments with large real or
26033         imaginary part separately without squaring.
26034         * math/s_catanf.c (__catanf): Likewise.
26035         * math/s_catanh.c (__catanh): Likewise.
26036         * math/s_catanhf.c (__catanhf): Likewise.
26037         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
26038         and redefine.
26039         (__catanhl): Handle arguments with large real or imaginary part
26040         separately without squaring.
26041         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
26042         and redefine.
26043         (__catanl): Handle arguments with large real or imaginary part
26044         separately without squaring.
26045         * math/libm-test.inc (catan_test): Add more tests.
26046         (catanh_test): Likewise.
26047         * sysdeps/i386/fpu/libm-test-ulps: Update.
26048         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26050 2013-04-27  Andreas Jaeger  <aj@suse.de>
26052         [BZ #15007]
26053         * stdlib/stdlib.h: Update guards for qecvt.
26054         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
26055         <stdlib.h>.
26057 2013-04-27  Allan McRae  <allan@archlinux.org>
26059         * sysdeps/i386/fpu/libm-test-ulps: Update.
26061 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
26063         [BZ #15406]
26064         * math/s_catan.c: Include <float.h>.
26065         (__catan): Ensure underflow exception occurs for underflowed
26066         result.
26067         * math/s_catanf.c: Include <float.h>.
26068         (__catanf): Ensure underflow exception occurs for underflowed
26069         result.
26070         * math/s_catanh.c: Include <float.h>.
26071         (__catanh): Ensure underflow exception occurs for underflowed
26072         result.
26073         * math/s_catanhf.c: Include <float.h>.
26074         (__catanhf): Ensure underflow exception occurs for underflowed
26075         result.
26076         * math/s_catanhl.c: Include <float.h>.
26077         (__catanhl): Ensure underflow exception occurs for underflowed
26078         result.
26079         * math/s_catanl.c: Include <float.h>.
26080         (__catanl): Ensure underflow exception occurs for underflowed
26081         result.
26082         * math/libm-test.inc (catan_test): Add more tests.
26083         (catanh_test): Likewise.
26085         [BZ #15405]
26086         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
26087         underflowed result.
26088         * math/s_ccoshf.c (__ccoshf): Likewise.
26089         * math/s_ccoshl.c (__ccoshl): Likewise.
26090         * math/s_csin.c (__csin): Likewise.
26091         * math/s_csinf.c (__csinf): Likewise.
26092         * math/s_csinh.c (__csinh): Likewise.
26093         * math/s_csinhf.c (__csinhf): Likewise.
26094         * math/s_csinhl.c (__csinhl): Likewise.
26095         * math/s_csinl.c (__csinl): Likewise.
26096         * math/libm-test.inc (ccos_test): Add more tests.
26097         (ccosh_test): Likewise.
26098         (csin_test): Likewise.
26099         (csinh_test): Likewise.
26101 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26103         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
26104         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
26105         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
26106         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
26107         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
26108         powerpc/power5+/fpu folders.
26109         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
26112 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
26114         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26116 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
26118         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
26119         additions to variable.
26120         [$(config-machine) = x86_64] (modules-names): Likewise.
26121         ($(objpfx)tst-audit3): Remove dependency.
26122         ($(objpfx)tst-audit3.out): Likewise.
26123         ($(objpfx)tst-audit4): Likewise.
26124         ($(objpfx)tst-audit4.out): Likewise.
26125         ($(objpfx)tst-audit5): Likewise.
26126         ($(objpfx)tst-audit5.out): Likewise.
26127         ($(objpfx)tst-audit6): Likewise.
26128         ($(objpfx)tst-audit6.out): Likewise.
26129         ($(objpfx)tst-audit7): Likewise.
26130         ($(objpfx)tst-audit7.out): Likewise.
26131         (tst-audit3-ENV): Remove variable.
26132         (tst-audit4-ENV): Likewise.
26133         (tst-audit5-ENV): Likewise.
26134         (tst-audit6-ENV): Likewise.
26135         (tst-audit7-ENV): Likewise.
26136         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
26137         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
26138         addition to variable.
26139         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
26140         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
26141         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
26142         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
26143         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
26144         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
26145         tst-audit3, tst-audit4 and tst-audit5.
26146         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
26147         tst-audit6 and tst-audit7.
26148         [$(subdir) = elf] (modules-names): Add audit modules for those
26149         tests.
26150         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
26151         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
26152         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
26153         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
26154         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
26155         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
26156         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
26157         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
26158         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
26159         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
26160         [$(subdir) = elf] (tst-audit3-ENV): New variable.
26161         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
26162         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
26163         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
26164         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
26165         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
26166         Likewise.
26167         [$(subdir) = elf && $(config-cflags-avx) = yes]
26168         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
26169         [$(subdir) = elf && $(config-cflags-avx) = yes]
26170         (CFLAGS-tst-auditmod4a.c): Likewise.
26171         [$(subdir) = elf && $(config-cflags-avx) = yes]
26172         (CFLAGS-tst-auditmod4b.c): Likewise.
26173         [$(subdir) = elf && $(config-cflags-avx) = yes]
26174         (CFLAGS-tst-auditmod6b.c): Likewise.
26175         [$(subdir) = elf && $(config-cflags-avx) = yes]
26176         (CFLAGS-tst-auditmod6c.c): Likewise.
26177         [$(subdir) = elf && $(config-cflags-avx) = yes]
26178         (CFLAGS-tst-auditmod7b.c): Likewise.
26179         * elf/tst-audit3.c: Move to ...
26180         * sysdeps/x86_64/tst-audit3.c: ... here.
26181         * elf/tst-audit4.c: Move to ...
26182         * sysdeps/x86_64/tst-audit4.c: ... here.
26183         * elf/tst-audit5.c: Move to ...
26184         * sysdeps/x86_64/tst-audit5.c: ... here.
26185         * elf/tst-audit6.c: Move to ...
26186         * sysdeps/x86_64/tst-audit6.c: ... here.
26187         * elf/tst-audit7.c: Move to ...
26188         * sysdeps/x86_64/tst-audit7.c: ... here.
26189         * elf/tst-auditmod3a.c: Move to ...
26190         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
26191         * elf/tst-auditmod3b.c: Move to ...
26192         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
26193         * elf/tst-auditmod4a.c: Move to ...
26194         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
26195         * elf/tst-auditmod4b.c: Move to ...
26196         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
26197         * elf/tst-auditmod5a.c: Move to ...
26198         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
26199         * elf/tst-auditmod5b.c: Move to ...
26200         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
26201         * elf/tst-auditmod6a.c: Move to ...
26202         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
26203         * elf/tst-auditmod6b.c: Move to ...
26204         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
26205         * elf/tst-auditmod6c.c: Move to ...
26206         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
26207         * elf/tst-auditmod7a.c: Move to ...
26208         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
26209         * elf/tst-auditmod7b.c: Move to ...
26210         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
26212 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
26214         [BZ #15366]
26215         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
26216         define unconditionally.
26217         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
26218         define unconditionally.
26219         (INT8_C, INT16_C, etc.): Likewise.
26221 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
26223         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
26224         __ehdr_start with hidden visibility.
26226         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
26228 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
26230         * math/libm-test.inc (cos_test): Use accurate hex constants.
26231         (sincost_test): Likewise.
26233 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
26235         * math/libm-test.inc (catan_test): Add more tests.
26236         (catanh_test): Likewise.
26238         * math/s_catanf.c (__catanf): Use suffixed floating-point
26239         constants.
26240         * math/s_catanhf.c (__catanhf): Likewise.
26241         * math/s_catanhl.c (__catanhl): Likewise.
26242         * math/s_catanl.c (__catanl): Likewise.
26244         [BZ #15394]
26245         * math/s_catan.c (__catan): Calculate imaginary part of result
26246         with log1p not log unless computing log of number close to 0.
26247         * math/s_catanf.c (__catanf): Likewise.
26248         * math/s_catanl.c (__catanl): Likewise.
26249         * math/s_catanh.c (__catanh): Calculate real part of result with
26250         log1p not log unless computing log of number close to 0.
26251         * math/s_catanhf.c (__catanhf): Likewise.
26252         * math/s_catanhl.c (__catanhl): Likewise.
26253         * math/libm-test.inc (catan_test): Add more tests.
26254         (catanh_test): Likewise.
26255         * sysdeps/i386/fpu/libm-test-ulps: Update.
26256         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26258 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
26260         * benchtests/Makefile: Mention files in which fast and slow
26261         paths of math functions are implemented.
26263 2013-04-23  Roland McGrath  <roland@hack.frob.com>
26265         * sysdeps/posix/timespec_get.c: New file.
26267 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26269         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
26270         POWER.
26271         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
26272         for POWER.
26273         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
26274         powerpc/power5/fpu folders.
26275         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
26276         * benchtests/Makefile: Add modf testcase.
26277         * benchtests/bench-modf.c: New file: Benchmark test for mo
26279 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
26281         [BZ #14888]
26282         * time/Makefile (tests): Add tst-strptime-whitespace.
26283         * time/strptime_l.c (get_number): Use ISSPACE.
26284         (__strptime_internal): Likewise.
26285         * time/tst-strptime-whitespace.c: New test case.
26287 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
26289         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
26290         member.
26291         (_nss_files_init): Set it here.
26293 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
26295         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
26296         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
26297         unsigned.
26299 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
26301         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
26303 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
26305         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
26306         size just once.
26308 2013-04-21  David S. Miller  <davem@davemloft.net>
26310         * po/ru.po: Update Russion translation from translation project.
26312 2013-04-17  Adam Conrad  <adconrad@0c3.net>
26314         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
26315         and setfsgid.
26317 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
26319         * configure.in: Remove i386 configure warning. Remove i386 case.
26320         * configure: Regenerate.
26321         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
26322         Add example to error message.
26323         * sysdeps/i386/configure: Regenerate.
26325 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
26327         * benchtests/Makefile (bench): Add cos, tan, slowcos and
26328         slowtan.
26329         * benchtests/cos-inputs: New file.
26330         * benchtests/slowcos-inputs: New file.
26331         * benchtests/slowcos.c: New file.
26332         * benchtests/slowtan-inputs: New file.
26333         * benchtests/slowtan.c: New file.
26334         * benchtests/tan-inputs: New file.
26336 2013-04-16  Roland McGrath  <roland@hack.frob.com>
26338         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
26339         considered kosher.
26341 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
26343         * benchtests/Makefile: Include cppflags-iterator.mk to add
26344         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
26346         * Makefile.in (bench-clean): New target.
26347         * benchtests/Makefile (bench-clean): Likewise.
26349 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
26351         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
26353 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
26355         * stdio-common/tstdiomisc.c: Fix coding-style violation.
26357 2013-04-15  Andreas Schwab  <schwab@suse.de>
26359         * nscd/grpcache.c (cache_addgr): Properly check for short write.
26360         * nscd/initgrcache.c (addinitgroupsX): Likewise.
26361         * nscd/pwdcache.c (cache_addpw): Likewise.
26362         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
26363         more than recsize.
26365 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26367         * benchtests/Makefile (bench): Write all output to
26368         bench-out.tmp together.
26370 2013-04-15  Andreas Schwab  <schwab@suse.de>
26372         * nscd/nscd.c (main): Don't fork again after closing files.
26374 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26376         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
26378         * benchtests/Rules (bench-deps): Collect dependencies into a
26379         single variable.  Add Makefile to dependencies.
26380         ($(objpfx)bench-%.c): Depend on bench-deps.
26382 2013-04-12  Roland McGrath  <roland@hack.frob.com>
26383             Xavier Roche  <roche+kml2@exalead.com>
26385         [BZ #15361]
26386         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
26387         just that it's a file descriptor.
26388         * manual/llio.texi (Synchronizing AIO Operations): Update description
26389         for EBADF error from aio_fsync.
26391 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
26393         * Rules (bench): Move target definition...
26394         * benchtests/Makefile: ... here.
26396 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
26398         * math/libm-test.inc (cos_test): Fix PI/2 test.
26399         (sincos_test): Likewise.
26400         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
26401         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
26403 2013-04-11  Andreas Schwab  <schwab@suse.de>
26405         [BZ #13988]
26406         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
26407         accept exponent character only when digits were seen.
26408         * stdio-common/Makefile (tests): Add bug26.
26409         * stdio-common/bug26.c: New file.
26411         [BZ #14293]
26412         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
26413         non-freeable.
26415 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26417         * Makeconfig (rtld-prefix): Define built linker prefix.
26418         * Rules (run-bench): Use it.
26419         * math/Makefile (run-regen-ulps): Likewise.
26421         * Rules (bench): Remove eval.
26423 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
26424             Roland McGrath  <roland@hack.frob.com>
26425             Ondrej Bilka  <neleai@seznam.cz>
26427         [BZ #15346]
26428         * time/getdate.c: Include ctype.h and alloca.h.
26429         (__getdate_r): Trim leading and trailing spaces of input.
26430         * time/tst-getdate.c (tests): Add tests with leading and
26431         trailing spaces.
26433 2013-04-08  Roland McGrath  <roland@hack.frob.com>
26435         [BZ #14280]
26436         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
26437         when computing value.
26439 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26441         * math/README.libm-test (How can I generate "libm-test-ulps"?):
26442         Use testrun.sh to run libm tests.
26444         [BZ #15309]
26445         * elf/dl-open.c (dl_open_worker): memset all of seen array.
26447 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
26449         [BZ #15264]
26450         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
26452 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26454         * Makefile.in (regen-ulps): New target.
26455         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
26456         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
26457         [ifneq (no,$(PERL)] (regen-ulps): New target.
26458         [ifeq (no,$(PERL)] (regen-ulps): New target.
26459         * math/libm-test.inc (ulps_file_name): Define.
26460         (output_dir): New variable.
26461         (options): Add "output-dir" option.
26462         (parse_opt): Handle 'o' case.
26463         (main): If output_dir is non-NULL use it as a prefix
26464         otherwise use "".
26465         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
26467 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26469         [BZ #10060, #10062]
26470         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
26471         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
26472         fail configure if __sync_val_compare_and_swap is not inlined.
26473         * sysdeps/i386/configure: Regenerate.
26474         * configure.in: Build for i686 when configured for i386.
26475         * configure: Regenerate.
26476         * README: Remove i386 reference.
26478 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26480         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
26481         * sysdeps/s390/s390-64/sysdep.h: Likewise.
26483 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
26485         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
26486         (lmsnanval): New variables.
26487         (F): Add conversion tests.
26488         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
26489         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
26491         * stdio-common/tstdiomisc.c (F): Properly collect individual
26492         tests' results.
26494         [BZ #14686, #15336]
26495         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
26496         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
26497         Instead, use input NaN values or generate a qNaN by arithmetic
26498         operation.  Also fix bugs to comply with the standard.
26499         * math/libm-test.inc (remainder_test): Add more tests.
26501         [BZ #15335, #15342]
26502         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
26503         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
26504         input NaN values or generate a qNaN by arithmetic operation.
26506         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
26507         unreachable code.
26509         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
26510         definitions.
26512 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
26514         [BZ #14478]
26515         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
26516         underflowed result.
26517         * math/s_cexpf.c (__cexpf): Likewise.
26518         * math/s_cexpl.c (__cexpl): Likewise.
26519         * math/libm-test.inc (cexp_test): Add more tests.
26521 2013-04-03  Andreas Schwab  <schwab@suse.de>
26523         [BZ #15330]
26524         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
26525         order arrays from heap if bigger than alloca cutoff.
26527 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
26529         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
26530         (SNAN_TESTS_double): Refer to GCC PR56831.
26531         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
26532         GCC PR56828.
26534 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
26536         * Rules (bench): Move bench.out after the run is complete.
26538         * Rules (bench): Echo currently running benchmark.
26540         * benchtests/Makefile (bench): Add atan and slowatan.
26541         * benchtests/atan-inputs: New file.
26542         * benchtests/slowatan-inputs: New file.
26543         * benchtests/slowatan.c: New file.
26545         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
26546         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
26547         its value.
26549         [BZ #15305]
26550         * sysdeps/unix/sysv/linux/kernel-features.h
26551         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
26552         __ASSUME_XFS_RESTRICTED_CHOWN.
26553         * sysdeps/unix/sysv/linux/pathconf.c
26554         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
26555         Save and restore errno.
26557 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
26559         [BZ #15327]
26560         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
26561         arguments using __kernel_casinh.
26562         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
26563         arguments using __kernel_casinhf.
26564         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
26565         arguments using __kernel_casinhl.
26566         * math/libm-test.inc (cacosh_test): Add more tests.
26567         * sysdeps/i386/fpu/libm-test-ulps: Update.
26568         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26570 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
26572         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
26573         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
26575         * bench/Makefile (bench): Add sin and slowsin.
26576         * benchtests/sin-inputs: New file.
26577         * benchtests/slowsin-inputs: New file.
26578         * benchtests/slowsin.c: New file.
26580         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
26581         (bench): Add slowexp and slowpow.
26582         (exp-ITER): Increase iterations.
26583         (pow-ITER): Likewise.
26584         * benchtests/exp-inputs: Change input.
26585         * benchtests/pow-inputs: Likewise.
26586         * benchtests/slowexp-inputs: New file.
26587         * benchtests/slowexp.c: New file.
26588         * benchtests/slowpow-inputs: New file.
26589         * benchtests/slowpow.c: New file.
26591 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26593         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
26594         instructions.
26595         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
26596         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
26597         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
26598         * benchtests/Makefile: Add rint benchtest.
26599         * benchtests/rint-inputs: Input for rint benchtest.
26601 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
26603         * Versions.def (libm): Add GLIBC_2.18.
26604         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
26605         hidden libm prototypes.
26606         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
26607         * math/Makefile (libm-calls): Add s_issignaling.
26608         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
26609         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
26610         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
26611         declaration.
26612         * math/math.h [__USE_GNU] (issignaling): New macro.
26613         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
26614         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
26615         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
26616         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
26617         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
26618         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
26619         * manual/arith.texi (issignaling): New section.
26620         * manual/libm-err-tab.pl (@all_functions): Update comment.
26621         * math/gen-libm-test.pl (parse_args): Apply special handling for
26622         issignaling.
26623         * math/libm-test.inc (print_float, issignaling_test): New
26624         functions.
26625         (check_float_internal): Add issignaling checks.
26626         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
26627         default definition.
26628         * sysdeps/powerpc/math-tests.h: New file.
26629         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
26630         tests.
26631         * math/test-snan.c (TEST_FUNC): Likewise.
26633 2013-03-30  David S. Miller  <davem@davemloft.net>
26635         * po/de.po: Update from translation team.
26637 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
26639         [BZ #10357]
26640         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26641         imaginary part less than 1.0 and real part less than 0.5
26642         specially.
26643         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26644         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26645         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
26646         (cacos_test): Add more tests.
26647         (casin_test): Likewise.
26648         (casinh_test): Likewise.
26649         * sysdeps/i386/fpu/libm-test-ulps: Update.
26650         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26652 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
26654         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
26655         ONE with its value.
26657         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
26658         (__pow_mp): Replace ONE and MONE with their values.
26659         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26660         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
26661         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26662         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
26663         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26664         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26666         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
26668         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
26669         (__pow_mp): Replace ZERO and MZERO with their values.
26670         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
26671         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26672         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26673         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
26674         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26675         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
26676         (__sqr): Likewise.
26678         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
26680         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
26682 2013-03-28  Roland McGrath  <roland@hack.frob.com>
26684         * include/stdlib.h [!SHARED] (__call_tls_dtors):
26685         Declare with __attribute__ ((weak)).
26686         * stdlib/exit.c (__libc_atexit) [!SHARED]:
26687         Call __call_tls_dtors only if it's not NULL.
26689 2013-03-28  Roland McGrath  <roland@hack.frob.com>
26691         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
26692         didn't do it already, then set _dl_phdr and _dl_phnum based on the
26693         magic __ehdr_start linker symbol if it's defined.
26694         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
26695         them up here if it was already done.
26697         * elf/dl-support.c (_dl_phdr): Make pointer to const.
26698         (_dl_aux_init): Use const in cast when setting it.
26699         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
26700         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
26701         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
26703         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
26704         Declare them here.
26705         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
26706         * csu/libc-tls.c: Nor here.
26707         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
26709         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
26710         (__libc_message): Never call vsyslog.
26712 2013-03-28  Alan Modra  <amodra@gmail.com>
26714         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
26715         Define as empty.
26716         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
26717         Likewise.
26719 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26721         [BZ #15214]
26722         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
26723         underflow.
26724         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26726 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26728         [BZ #15304]
26729         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
26730         Don't add gid passed as argument.
26732         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
26734 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
26736         [BZ #15307]
26737         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26738         imaginary part between 1.0 and 1.5 and real part less than 0.5
26739         specially.
26740         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26741         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26742         * math/libm-test.inc (cacos_test): Add more tests.
26743         (casin_test): Likewise.
26744         (casinh_test): Likewise.
26745         * sysdeps/i386/fpu/libm-test-ulps: Update.
26746         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26748 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
26750         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
26751         constants.
26752         (norm): Likewise.
26753         (denorm): Likewise.
26754         (__dbl_mp): Likewise.
26755         (add_magnitudes): Likewise.
26756         (sub_magnitudes): Likewise.
26757         (__add): Likewise.
26758         (__sub): Likewise.
26759         (__mul): Likewise.
26760         (__sqr): Likewise.
26761         (__inv): Likewise.
26762         (__dvd): Likewise.
26764         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
26765         commented code.
26766         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
26767         (__dubcos): Likewise.
26768         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
26769         (__ieee754_acos): Likewise.
26770         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
26771         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
26772         (__exp1): Likewise.
26773         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26774         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
26775         (log1): Likewise.
26776         (my_log2): Likewise.
26777         (checkint): Likewise.
26778         * sysdeps/ieee754/dbl-64/e_remainder.c
26779         (__ieee754_remainder): Likewise.
26780         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26781         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
26782         (bsloww): Likewise.
26783         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26785         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
26786         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
26787         MANTISSA_STORE_T to store computations on mantissa.  Use
26788         macros for rounding and division.
26789         (denorm): Likewise.
26790         (__dbl_mp): Likewise.
26791         (add_magnitudes): Likewise.
26792         (sub_magnitudes): Likewise.
26793         (__mul): Likewise.
26794         (__sqr): Likewise.
26795         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
26796         powers of two in terms of TWOPOW macro.
26797         (mp_no): Make type of mantissa as MANTISSA_T.
26798         [!RADIXI]: Define RADIXI.
26799         [!TWO52]: Define TWO52.
26800         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
26802 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26804         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
26805         llroundl symbol when building for PPC32.
26807 2013-03-24  Mark H Weaver  <mhw@netris.org>
26809         * manual/arith.texi (Normalization Functions): Fix prototypes for
26810         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
26812 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26814         [BZ #13889]
26815         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
26816         high value to check if expl overflow.
26817         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
26818         to check for underflow and overflow.
26819         * math/libm-test.inc: Add exp test.
26821 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
26823         [BZ #11120]
26824         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
26825         with NOT_IN_libc.
26827 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26829         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
26830         symbol.
26832 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
26834         * math/gen-libm-test.pl (parse_args, special_functions): Properly
26835         wrap blocks consisting of several statements.
26837         * sysdeps/generic/math-tests.h: New file.
26838         * sysdeps/i386/fpu/math-tests.h: Likewise.
26839         * math/test-snan.c: Include it.
26840         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
26842 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
26844         [BZ #15285]
26845         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
26846         (__ieee754_j0l): Do not improve calculations using cos of twice
26847         input for inputs above LDBL_MAX / 2.0L.
26848         (__ieee754_y0l): Likewise.
26849         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
26850         (__ieee754_j1l): Do not improve calculations using cos of twice
26851         input for inputs above LDBL_MAX / 2.0L.
26852         (__ieee754_y1l): Likewise.
26853         * math/libm-test.inc (j0_test): Add another test.
26854         (j1_test): Likewise.
26855         (y0_test): Likewise.
26856         (y1_test): Likewise.
26857         * sysdeps/i386/fpu/libm-test-ulps: Update.
26859 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26861         * Rules ($(objpfx)bench-%.c): Include code from a C source
26862         file.
26864 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
26866         [BZ #15287]
26867         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26868         imaginary part 1.0 and real part less than 0.5 specially.
26869         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26870         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26871         * math/libm-test.inc (cacos_test): Add more tests.
26872         (casin_test): Likewise.
26873         (casinh_test): Likewise.
26874         * sysdeps/i386/fpu/libm-test-ulps: Update.
26875         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26877 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26879         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
26880         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
26882 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
26884         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
26885         * config.make.in (config-cflags-sse4): Remove variable.
26886         (config-cflags-avx): Likewise.
26887         (config-cflags-sse2avx): Likewise.
26888         (config-cflags-novzeroupper): Likewise.
26889         (config-asflags-i686): Likewise.
26890         (have-mfma4): Likewise.
26891         (have-as-vis3): Likewise.
26892         (MIG): Likewise.
26893         * configure.in (MIG): Do not AC_SUBST.
26894         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
26895         (libc_cv_cc_sse4): Do not AC_SUBST.
26896         (libc_cv_cc_avx): Likewise.
26897         (libc_cv_cc_sse2avx): Likewise.
26898         (libc_cv_cc_novzeroupper): Likewise.
26899         (libc_cv_cc_fma4): Likewise.
26900         (libc_cv_as_i686): Likewise.
26901         (libc_cv_sparc_as_vis3): Likewise.
26902         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
26903         LIBC_CONFIG_VAR.
26904         (config-asflags-i686): Likewise.
26905         (config-cflags-avx): Likewise.
26906         (config-cflags-sse2avx): Likewise.
26907         (have-mfma4): Likewise.
26908         (config-cflags-novzeroupper): Likewise.
26909         * sysdeps/mach/configure.in (MIG): Likewise.
26910         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
26911         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
26912         LIBC_CONFIG_VAR.
26913         (config-cflags-avx): Likewise.
26914         (config-cflags-sse2avx): Likewise.
26915         (have-mfma4): Likewise.
26916         (config-cflags-novzeroupper): Likewise.
26917         * configure: Regenerated.
26918         * sysdeps/i386/configure: Likewise.
26919         * sysdeps/mach/configure: Likewise.
26920         * sysdeps/sparc/configure: Likewise.
26921         * sysdeps/x86_64/configure: Likewise.
26923 2013-03-20  Roland McGrath  <roland@hack.frob.com>
26925         [BZ #14812]
26926         * locale/programs/localedef.c (options): Put N_ translation marker
26927         on argument names, not just descriptions.
26929 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
26931         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
26933 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
26935         [BZ #14176]
26936         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
26938 2013-03-19  Roland McGrath  <roland@hack.frob.com>
26940         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
26941         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
26942         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
26943         [!BEFORE_ABORT] (before_abort): New function.
26944         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
26945         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
26946         (writev_for_fatal): New function.
26947         (WRITEV_FOR_FATAL): New macro; call that.
26948         (backtrace_and_maps): New function.
26949         (BEFORE_ABORT): New macro; call that.
26950         (struct str_list): Type removed.
26951         (__libc_message, __libc_fatal): Functions removed.
26952         Include <sysdeps/posix/libc_fatal.c> instead.
26954 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
26956         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
26957         constants.
26958         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
26959         double constants.
26961 2013-03-19  Andreas Schwab  <schwab@suse.de>
26963         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
26964         * sysdeps/gnu/configure: Regenerate.
26966         * configure.in: Substitute libc_cv_rtlddir.
26967         * configure: Regenerate.
26968         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
26969         * Makeconfig (rtlddir, inst_rtlddir): New variables.
26970         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
26971         * elf/Makefile (install-others, CFLAGS-interp.c)
26972         (ldso_install, common-ldd-rewrite): Likewise.
26973         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
26974         $(inst_slibdir)/$(rtld-installed-name).
26975         * scripts/rellns-sh: Add -p option.
26976         * Makerules (make-shlib-link): Use rellns-sh to get relative name
26977         for source.
26979 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
26981         * manual/nptl.texi: Renamed to ...
26982         * manual/threads.texi: ... this.
26983         * manual/Makefile (chapters): Update.
26985 2013-03-18  Roland McGrath  <roland@hack.frob.com>
26987         [BZ #14812]
26988         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
26989         on argument names, not just descriptions.
26990         * malloc/memusagestat.c (options): Likewise.
26991         * nss/getent.c (options): Likewise.
26993 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
26995         [BZ #14812]
26996         * iconv/iconv_prog.c (options): Put N_ translation marker
26997         on argument names, not just descriptions.
26998         * iconv/iconvconfig.c (options): Likewise.
27000 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
27002         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
27003         implementation which is faster on all x86_64 architectures.
27004         Tested on AMD, Intel Nehalem, SNB, IVB.
27005         * sysdeps/x86_64/strnlen.S: Likewise.
27007         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
27008         Remove all multiarch strlen and strnlen versions.
27009         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
27010         Remove strlen and strnlen related parts.
27012         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
27013         Inline strlen part.
27014         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
27016         * sysdeps/x86_64/multiarch/strlen.S: Remove.
27017         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
27018         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
27019         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
27020         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
27021         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
27023 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
27025         * manual/memory.texi (Malloc Tunable Parameters):
27026         Sort parameters alphabetically. Add comments for missing entries.
27028 2013-03-17  David S. Miller  <davem@davemloft.net>
27030         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27032 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
27034         [BZ #15283]
27035         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
27036         for arguments at most half maximum finite value.
27037         * math/libm-test.inc (j0_test): Add more tests.
27038         (j1_test): Likewise.
27039         (y0_test): Likewise.
27040         (y1_test): Likewise.
27041         * sysdeps/i386/fpu/libm-test-ulps: Update.
27042         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27044         [BZ #14155]
27045         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
27046         1 / x and functions P and Q for arguments above 0x1p256L.
27047         (__ieee754_y0l): Likewise.
27048         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
27049         (__ieee754_y1l): Likewise.
27050         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
27051         (j1_test): Likewise.
27052         (y0_test): Likewise.
27053         (y1_test): Likewise.
27055 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
27057         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
27058         variable.
27060 2013-03-15  Roland McGrath  <roland@hack.frob.com>
27062         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
27063         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
27064         zero since it's initialized to EXEC_PAGESIZE.
27066         * sysdeps/unix/sysv/linux/ldsodefs.h
27067         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
27068         * sysdeps/generic/ldsodefs.h: ... here.
27070 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
27072         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
27074         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
27075         math/test-snan.c.
27076         * math/test-snan.c: Renamed from
27077         sysdeps/powerpc/fpu/test-powerpc-snan.c.
27078         * math/Makefile (tests): Add test-snan.
27079         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
27080         test-powerpc-snan.
27082         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
27083         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
27084         functions.
27085         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
27086         __builtin_nan family of functions.
27087         * math/libm-test.inc (initialize): Initialize qnan_value with
27088         __builtin_nan family of functions.
27089         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
27090         Remove variables.
27091         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
27092         Remove functions.
27093         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
27094         storage class.  Initialize qNaN_var and sNaN_var with
27095         __builtin_nan and __builtin_nans families of functions,
27096         respectively.
27098         * math/libm-test.inc (acosh_test): Also test with qNaN input.
27099         (sqrt_test): Remove duplicate test with qNaN input.
27100         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
27101         (round_test, signbit_test, significand_test): Note missing +/-Inf
27102         as well as qNaN tests.
27104         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
27105         qNaN_var.  Fix a few strings, too.
27106         * math/libm-test.inc (nan_value): Rename to qnan_value.
27107         * math/gen-libm-test.pl (%beautify): Adjust to that.
27108         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
27109         * math/test-misc.c (main): Likewise.
27110         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
27111         to __qnan_bytes, and __qnan_union, respectively.
27112         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
27113         Likewise.
27114         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
27115         and lqnanval, respectively.
27116         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
27117         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
27118         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
27119         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
27121         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
27122         * math/test-misc.c (main) [__x86_64__]: Enable test for long
27123         doubles.
27125         * math/test-misc.c (main): Fix copy'n'pastos.
27126         * misc/tst-efgcvt.c (special): Likewise.
27128         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
27129         Remove declarations.
27131 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27133         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
27134         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
27135         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
27136         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
27138 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27140         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
27141         macro to return vdso values correctly in IFUNC implementations.
27142         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
27143         Optimization by using IFUNC.
27145 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27146             Richard Henderson  <rth@redhat.com>
27147             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
27149         * Makefile.in (bench): New target.
27150         * NEWS: Mention the benchmark framework.
27151         * Rules (bench): Likewise.
27152         (binaries-bench): Generate binaries for functions to
27153         benchmark.
27154         * benchtests/Makefile: New makefile for benchmark tests.
27155         * benchtests/bench-skeleton.c: New skeleton file for benchmark
27156         programs.
27157         * benchtests/exp-inputs: New input file for EXP function.
27158         * benchtests/pow-inputs: New input file for POW function.
27159         * scripts/bench.pl: New script to generate source files for
27160         benchmark programs.
27162 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27164         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
27165         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
27166         computations on mantissa.  Use macros for rounding and
27167         division.
27168         (denorm): Likewise.
27169         (__dbl_mp): Likewise.
27170         (add_magnitudes): Likewise.
27171         (sub_magnitudes): Likewise.
27172         (__mul): Likewise.
27173         (__sqr): Likewise.
27174         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
27175         powers of two in terms of TWOPOW macro.
27176         (mp_no): Make type of mantissa as MANTISSA_T.
27177         [!RADIXI]: Define RADIXI.
27178         [!TWO52]: Define TWO52.
27179         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
27181         * manual/nptl.texi (cindex): Modify threads to pthreads.
27183 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
27185         * sysdeps/x86_64/preconfigure: Regenerated.
27187 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
27189         [BZ #14155]
27190         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
27191         0x1p28 and above.
27192         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
27193         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
27194         0x1p28 and above.
27195         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
27196         * math/libm-test.inc (j0_test): Do not allow one spurious
27197         underflow exception.
27198         (y1_test): Likewise.
27200 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
27202         * manual/Makefile (chapters): Add nptl.
27203         * manual/debug.texi (Debugging Support): Add link to Threads
27204         chapter.
27205         * manual/nptl.texi: New file.
27207         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
27209 2013-03-14  Petr Baudis  <pasky@ucw.cz>
27211         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
27212         for non-NULL pointer before the memory validity test. Pointed
27213         out by Holger Brunck <holger.brunck@keymile.com>.
27215 2013-03-13  Andreas Schwab  <schwab@suse.de>
27217         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
27218         instead of .os.
27220 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
27222         * timezone/zic.c: Update from tzcode 2013b.
27224 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
27226         * manual/install.texi (Configuring and compiling):
27227         Mention i686 and i586.
27228         * INSTALL: Regenerate.
27230 2013-03-12  Roland McGrath  <roland@hack.frob.com>
27232         * sysdeps/init_array/elf-init.c: New file.
27233         * csu/elf-init.c
27234         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
27235         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
27237         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
27238         __gmon_start__ as global, but as static with a .preinit_array pointer.
27239         * sysdeps/init_array/gmon-start.c: New file.  Use that.
27240         * sysdeps/init_array/crti.S: New file, empty except for comments.
27241         * sysdeps/init_array/crtn.S: Likewise.
27243 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
27245         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
27246         definining bcopy.
27247         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27248         Remove Prefer_SSE_for_memop.
27249         * sysdeps/x86_64/multiarch/init-arch.h: Remove
27250         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
27251         HAS_PREFER_SSE_FOR_MEMOP.
27252         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
27253         memset-x86-64.
27254         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
27255         Remove bzero, memset ifunc support.
27256         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
27257         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
27258         * sysdeps/x86_64/multiarch/memset.S: Likewise.
27259         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
27261 2013-03-11  Andreas Schwab  <schwab@suse.de>
27263         [BZ #15234]
27264         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
27265         by SHLIB_COMPAT.
27266         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
27267         (GLIBC_2.16): Remove pthread_atfork.
27269 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
27271         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
27272         (ptestcases.h): Likewise.
27274 2013-03-08  Roland McGrath  <roland@hack.frob.com>
27276         * Makeconfig ($(common-objpfx)config.status): Depend on
27277         sysdeps/*/preconfigure{,.in} too.
27279 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
27281         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
27282         (__free_hook): Use void * instead of __malloc_ptr_t.
27283         (__malloc_hook): Likewise.
27284         (__realloc_hook): Likewise.
27285         (__memalign_hook): Likewise.
27286         (__after_morecore_hook): Likewise.
27287         * malloc/arena.c (save_malloc_hook): Likewise.
27288         (save_free_hook): Likewise.
27289         * malloc/hooks.c (malloc_hook_ini): Likewise.
27290         (realloc_hook_ini): Likewise.
27291         (memalign_hook_ini): Likewise.
27292         * malloc/malloc.c (malloc_hook_ini): Likewise.
27293         (realloc_hook_ini): Likewise.
27294         (memalign_hook_ini): Likewise.
27295         (__free_hook): Likewise.
27296         (__malloc_hook): Likewise.
27297         (__realloc_hook): Likewise.
27298         (__memalign_hook): Likewise.
27299         (__libc_malloc): Likewise.
27300         (__libc_free): Likewise.
27301         (__libc_realloc): Likewise.
27302         (__libc_memalign): Likewise.
27303         (__libc_valloc): Likewise.
27304         (__libc_pvalloc): Likewise.
27305         (__libc_calloc): Likewise.
27306         (__posix_memalign): Likewise.
27307         * malloc/morecore.c (__sbrk): Likewise.
27308         (__default_morecore): Likewise.
27310         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
27312         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
27313         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
27314         __malloc_ptrdiff_t.
27316         * malloc/malloc.h (__malloc_size_t): Remove macro.
27317         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
27318         __malloc_size_t.
27319         (old_memalign_hook): Likewise.
27320         (old_realloc_hook): Likewise.
27321         (struct hdr): Likewise.
27322         (flood): Likewise.
27323         (mallochook): Likewise.
27324         (memalignhook): Likewise.
27325         (reallochook): Likewise.
27326         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
27327         (tr_old_realloc_hook): Likewise.
27328         (tr_old_memalign_hook): Likewise.
27329         (tr_mallochook): Likewise.
27330         (tr_reallochook): Likewise.
27331         (tr_memalignhook): Likewise.
27333 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27335         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
27336         default_ldbl_pack and using as default implementation.
27337         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
27338         implementation.
27339         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
27340         redundant definition.
27341         (ldbl_insert_mantissa): Likewise.
27342         (ldbl_canonicalize): Likewise.
27343         (ldbl_nearbyint): Likewise.
27344         (ldbl_pack): Rename to ldbl_pack_ppc.
27345         (ldbl_unpack): Rename to ldbl_unpack_ppc.
27346         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
27347         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
27349 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
27351         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
27352         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
27353         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
27354         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
27355         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
27356         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
27357         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
27358         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
27360 2013-03-07  Andreas Jaeger  <aj@suse.de>
27362         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
27363         bits/mman-linux.h.
27365 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
27367         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
27368         Include mpa.h and declare __MPEXP.
27369         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
27370         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27371         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27372         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
27373         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27374         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27375         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
27377         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
27378         (__slowpow): Use long double EXPL and LOGL functions to
27379         compute POW.
27380         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27381         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27382         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
27383         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27384         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27385         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
27387         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
27388         intermediate variable to calculate exponent.
27389         (__sqr): Likewise.
27390         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
27391         Likewise.
27392         (__sqr): Likewise.
27394         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
27395         [!NO__SQR]: Define __sqr.
27396         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
27397         and NO__SQR.  Remove all code except __mul and __sqr.  Include
27398         sysdeps/ieee754/dbl-64/mpa.c.
27399         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27401         [BZ #12723]
27402         * posix/Makefile (tests): Add tst-pathconf.
27403         * posix/tst-pathconf.c: New test case.
27404         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
27405         _PC_PIPE_BUF.
27406         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
27408 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
27410         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
27412 2013-03-06  Andreas Jaeger  <aj@suse.de>
27414         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
27415         definition via __MAP_ANONYMOUS.
27417         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
27418         it's not part of Linux headers.
27420         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
27421         (MAP_HUGE_MASK): Define.
27423         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27424         Define.
27425         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27426         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27427         Define.
27428         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27429         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27430         Define.
27431         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27432         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
27433         Define.
27434         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27436         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
27437         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
27438         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
27439         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
27440         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
27441         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
27443         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
27444         Handle f2fs.
27446         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
27447         Handle f2fs and efivarfs.
27449         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
27450         f2fs.
27452         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
27453         (EFIVARFS_MAGIC): Add.
27454         (F2FS_LINK_MAX): Add.
27456 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
27458         * stdio-common/vfprintf.c: Replace __builtin_expect with
27459         __glibc_unlikely.
27461 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
27463         [BZ #13550]
27464         * sysdeps/generic/bp-sym.h: Remove file.
27465         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
27466         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
27467         <bp-sym.h> and <bp-asm.h>.
27468         (__longjmp): Don't use BP_SYM.
27469         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
27470         and <bp-asm.h>.
27471         (memcpy): Don't use BP_SYM.
27472         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
27473         <bp-sym.h> and <bp-asm.h>.
27474         (memcpy): Don't use BP_SYM.
27475         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
27476         <bp-asm.h>.
27477         (memcpy): Don't use BP_SYM.
27478         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
27479         <bp-asm.h>.
27480         (memset): Don't use BP_SYM.
27481         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27482         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27483         (__bzero): Don't use BP_SYM.
27484         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27485         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27486         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
27487         <bp-sym.h> and <bp-asm.h>.
27488         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27489         pointers.
27490         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
27491         <bp-sym.h> and <bp-asm.h>.
27492         (memcpy): Don't use BP_SYM.
27493         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
27494         <bp-sym.h> and <bp-asm.h>.
27495         (memset): Don't use BP_SYM.
27496         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27497         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27498         (__bzero): Don't use BP_SYM.
27499         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27500         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27501         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
27502         <bp-sym.h> and <bp-asm.h>.
27503         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27504         pointers.
27505         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
27506         <bp-sym.h> and <bp-asm.h>.
27507         (memcpy): Don't use BP_SYM.
27508         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
27509         <bp-sym.h> and <bp-asm.h>.
27510         (memset): Don't use BP_SYM.
27511         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27512         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27513         (__bzero): Don't use BP_SYM.
27514         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27515         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27516         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
27517         <bp-sym.h> and <bp-asm.h>.
27518         (__memchr): Don't use BP_SYM.
27519         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
27520         <bp-sym.h> and <bp-asm.h>.
27521         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27522         pointers.
27523         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
27524         <bp-sym.h> and <bp-asm.h>.
27525         (memcpy): Don't use BP_SYM.
27526         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
27527         <bp-sym.h> and <bp-asm.h>.
27528         (__mempcpy): Don't use BP_SYM.
27529         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
27530         <bp-sym.h> and <bp-asm.h>.
27531         (__memrchr): Don't use BP_SYM.
27532         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
27533         <bp-sym.h> and <bp-asm.h>.
27534         (memset): Don't use BP_SYM.
27535         (__bzero): Likewise.
27536         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
27537         <bp-sym.h> and <bp-asm.h>.
27538         (__rawmemchr): Don't use BP_SYM.
27539         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
27540         <bp-sym.h> and <bp-asm.h>.
27541         (__STRCMP): Don't use BP_SYM.
27542         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
27543         <bp-sym.h> and <bp-asm.h>.
27544         (strchr): Don't use BP_SYM.
27545         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
27546         <bp-sym.h> and <bp-asm.h>.
27547         (__strchrnul): Don't use BP_SYM.
27548         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
27549         <bp-sym.h> and <bp-asm.h>.
27550         (strlen): Don't use BP_SYM.
27551         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
27552         <bp-sym.h> and <bp-asm.h>.
27553         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27554         pointers.
27555         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
27556         <bp-sym.h> and <bp-asm.h>.
27557         (__strnlen): Don't use BP_SYM.
27558         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
27559         <bp-sym.h> and <bp-asm.h>.
27560         (__GI__setjmp): Don't use BP_SYM.
27561         (_setjmp): Likewise.
27562         (__sigsetjmp): Likewise.
27563         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
27564         (L(start_addresses)): Don't use BP_SYM.
27565         (_start): Likewise.
27566         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
27567         <bp-asm.h>.
27568         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
27569         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
27570         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27571         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27572         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
27573         <bp-asm.h>.
27574         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
27575         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
27576         about bounded pointers.
27577         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27578         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27579         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
27580         <bp-asm.h>.
27581         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27582         about bounded pointers.  Remove GKM FIXME comments.
27583         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27584         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
27585         <bp-asm.h>.
27586         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
27587         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
27588         Remove GKM FIXME comments.
27589         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27590         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27591         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
27592         <bp-asm.h>.
27593         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27594         about bounded pointers.  Remove GKM FIXME comment.
27595         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
27596         and <bp-asm.h>.
27597         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27598         pointers.
27599         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
27600         <bp-sym.h> and <bp-asm.h>.
27601         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
27602         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
27603         <bp-sym.h> and <bp-asm.h>.
27604         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
27605         comment.
27607 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
27609         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
27610         call free(NULL).
27612 2013-03-05  David S. Miller  <davem@davemloft.net>
27614         * po/es.po: Update from translation team.
27616 2013-03-05  Andreas Jaeger  <aj@suse.de>
27618         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
27619         <bits/mman-linux.h>.
27620         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27621         is fine.
27622         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
27623         <bits/mman-linux.h> to end of file.
27624         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27625         is fine.
27626         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
27627         <bits/mman-linux.h> to end of file.
27628         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27629         is fine.
27630         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
27631         <bits/mman-linux.h> to end of file.
27633         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
27634         (MCL_CURRENT, MCL_FUTURE): Define here.
27636 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27638         [BZ #15232]
27639         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
27640         attribute_hidden.
27641         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
27643 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27645         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
27646         fourth parameter needed for rt_sigprocmask syscall.
27647         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
27648         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
27649         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
27650         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
27651         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
27652         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
27654 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
27656         [BZ #13550]
27657         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
27658         comment about bounded pointers.
27659         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
27660         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
27662 2013-03-04  Andreas Jaeger  <aj@suse.de>
27664         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
27665         common definitions.
27667         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
27668         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
27669         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
27670         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
27671         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
27672         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
27674 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27676         [BZ #15055]
27677         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
27678         __ieee754_sqrl instead of __sqrl.
27680 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
27682         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
27683         * sysdeps/powerpc/fpu_control.h: ... here.
27684         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
27685         * sysdeps/powerpc/bits/fenvinline.h: ... here.
27686         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
27687         * sysdeps/powerpc/bits/mathinline.h: ... here.
27689 2013-03-01  Roland McGrath  <roland@hack.frob.com>
27691         * elf/dl-hwcaps.c (_dl_important_hwcaps):
27692         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
27693         to just [NEED_DL_SYSINFO_DSO].
27694         * elf/dl-support.c: Likewise.
27695         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
27696         * elf/rtld.c (dl_main): Likewise.
27697         * elf/setup-vdso.h (setup_vdso): Likewise.
27698         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
27699         * sysdeps/unix/sysv/linux/dl-sysdep.c
27700         (_dl_discover_osversion): Likewise.
27702 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
27704         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
27705         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
27707 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
27709         * NEWS: Mention libm performance improvements and non-x86 PI
27710         futex support.
27712         * csu/libc-start.c (__pthread_initialize_minimal): Change
27713         function arguments.
27714         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
27716 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
27718         [BZ #13550]
27719         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
27720         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
27721         <bp-sym.h> and <bp-asm.h>.
27722         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27723         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
27724         and <bp-asm.h>.
27725         (memcpy): Don't use BP_SYM.
27726         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
27727         <bp-asm.h>.
27728         (__mpn_add_n): Don't use BP_SYM.
27729         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
27730         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
27731         and <bp-asm.h>.
27732         (__mpn_addmul_1): Don't use BP_SYM.
27733         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27734         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
27735         <bp-sym.h>.
27736         (_setjmp): Don't use BP_SYM.
27737         (__novmx_setjmp): Likewise.
27738         (__GI__setjmp): Likewise.
27739         (__vmx_setjmp): Likewise.
27740         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
27741         <bp-sym.h>.
27742         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
27743         (__bzero): Don't use BP_SYM.
27744         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27745         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27746         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
27747         <bp-sym.h> and <bp-asm.h>.
27748         (memcpy): Don't use BP_SYM.
27749         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
27750         <bp-sym.h> and <bp-asm.h>.
27751         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27752         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
27753         <bp-sym.h> and <bp-asm.h>.
27754         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27755         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
27756         <bp-asm.h>.
27757         (__mpn_lshift): Don't use BP_SYM.
27758         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27759         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
27760         <bp-asm.h>.
27761         (memset): Don't use BP_SYM.
27762         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27763         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27764         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
27765         <bp-asm.h>.
27766         (__mpn_mul_1): Don't use BP_SYM.
27767         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27768         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
27769         <bp-sym.h> and <bp-asm.h>.
27770         (memcmp): Don't use BP_SYM.
27771         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
27772         <bp-sym.h> and <bp-asm.h>.
27773         (memcpy): Don't use BP_SYM.
27774         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
27775         <bp-sym.h> and <bp-asm.h>.
27776         (memset): Don't use BP_SYM.
27777         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
27778         <bp-sym.h> and <bp-asm.h>.
27779         (strncmp): Don't use BP_SYM.
27780         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
27781         <bp-sym.h> and <bp-asm.h>.
27782         (memcpy): Don't use BP_SYM.
27783         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
27784         <bp-sym.h> and <bp-asm.h>.
27785         (memset): Don't use BP_SYM.
27786         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
27787         <bp-sym.h> and <bp-asm.h>.
27788         (__memchr): Don't use BP_SYM.
27789         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
27790         <bp-sym.h> and <bp-asm.h>.
27791         (memcmp): Don't use BP_SYM.
27792         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
27793         <bp-sym.h> and <bp-asm.h>.
27794         (memcpy): Don't use BP_SYM.
27795         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
27796         <bp-sym.h> and <bp-asm.h>.
27797         (__mempcpy): Don't use BP_SYM.
27798         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
27799         <bp-sym.h> and <bp-asm.h>.
27800         (__memrchr): Don't use BP_SYM.
27801         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
27802         <bp-sym.h> and <bp-asm.h>.
27803         (memset): Don't use BP_SYM.
27804         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
27805         <bp-sym.h> and <bp-asm.h>.
27806         (__rawmemchr): Don't use BP_SYM.
27807         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
27808         <bp-sym.h> and <bp-asm.h>.
27809         (__STRCMP): Don't use BP_SYM.
27810         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
27811         <bp-sym.h> and <bp-asm.h>.
27812         (strchr): Don't use BP_SYM.
27813         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
27814         <bp-sym.h> and <bp-asm.h>.
27815         (__strchrnul): Don't use BP_SYM.
27816         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
27817         <bp-sym.h> and <bp-asm.h>.
27818         (strlen): Don't use BP_SYM.
27819         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
27820         <bp-sym.h> and <bp-asm.h>.
27821         (strncmp): Don't use BP_SYM.
27822         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
27823         <bp-sym.h> and <bp-asm.h>.
27824         (__strnlen): Don't use BP_SYM.
27825         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
27826         <bp-asm.h>.
27827         (__mpn_rshift): Don't use BP_SYM.
27828         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27829         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
27830         <bp-sym.h> and <bp-asm.h>.
27831         (__sigsetjmp): Don't use BP_SYM.
27832         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
27833         (L(start_addresses)): Don't use BP_SYM.
27834         (_start): Likewise.
27835         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
27836         <bp-asm.h>.
27837         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
27838         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27839         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27840         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
27841         <bp-asm.h>.
27842         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
27843         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27844         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27845         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
27846         <bp-asm.h>.
27847         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
27848         comments.
27849         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27850         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
27851         <bp-asm.h>.
27852         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
27853         FIXME comments.
27854         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27855         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27856         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
27857         <bp-asm.h>.
27858         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
27859         comment.
27860         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
27861         and <bp-asm.h>.
27862         (strncmp): Don't use BP_SYM,
27863         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
27864         <bp-asm.h>.
27865         (__mpn_sub_n): Don't use BP_SYM.
27866         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
27867         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
27868         and <bp-asm.h>.
27869         (__mpn_submul_1): Don't use BP_SYM.
27870         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27871         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
27872         <bp-sym.h> and <bp-asm.h>.
27873         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
27874         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
27875         <bp-sym.h> and <bp-asm.h>.
27876         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
27877         comment.
27879 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27881         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
27882         Use ZK to minimize writes to Z.
27883         (sub_magnitudes): Simplify code a bit.
27884         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
27885         Use ZK to minimize writes to Z.
27886         (sub_magnitudes): Simplify code a bit.
27888 2013-02-27  Roland McGrath  <roland@hack.frob.com>
27890         * csu/gmon-start.c: Add special exception to license text.
27892 2013-02-27  Richard Henderson  <rth@redhat.com>
27894         * scripts/config.guess: Update from config.git.
27895         * scripts/config.sub: Likewise.
27897 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
27899         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
27901         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
27903         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
27905         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
27907         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
27909 2013-02-26  Roland McGrath  <roland@hack.frob.com>
27911         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
27912         [$(build-shared = yes].
27914 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
27916         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
27917         (__mul): Reduce iterations for calculating mantissa.
27919         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
27920         MPTWO.
27921         (__mpranred): Likewise.
27923         [BZ #15160]
27924         * malloc/memusagestat.c (main): Draw graphs for heap and stack
27925         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
27927 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
27929         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
27930         Define __attribute__.
27932 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
27934         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
27935         unused.
27936         * posix/regex_internal.h (__attribute): Remove.
27937         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
27938         (re_string_context_at): Likewise.
27939         (bitset_not): Use __attribute__ and mark function as possibly
27940         unused.
27941         (bitset_merge): Likewise.
27942         (bitset_mask): Likewise.
27943         (re_string_char_size_at): Likewise.
27944         (re_string_wchar_at): Likewise.
27945         (re_string_elem_size_at): Likewise.
27947 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
27949         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
27950         code.
27951         (cc32): Likewise.
27953         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
27954         (__acr): Likewise.
27955         (__cpy): Likewise.
27956         (norm): Likewise.
27957         (denorm): Likewise.
27958         (__dbl_mp): Likewise.
27959         (add_magnitudes): Likewise.
27960         (sub_magnitudes): Likewise.
27961         (__mul): Likewise.
27962         (__inv): Likewise.
27964         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
27965         style.
27967         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
27968         style.
27970         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
27971         code.
27973         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
27974         up changes with default code.
27975         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
27976         Likewise.
27978 2013-02-24  Allan McRae  <allan@archlinux.org>
27980         * manual/socket.texi (The Internet Namespace): Order menu items
27981         to match that in the file.
27983         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
27984         node listing of the info page menu.
27986 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
27988         [BZ #13550]
27989         * sysdeps/i386/bp-asm.h: Remove file.
27990         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
27991         (PARMS): Do not use macros from bp-asm.h.
27992         (S1): Likewise.
27993         (S2): Likewise.
27994         (SIZE): Likewise.
27995         (__mpn_add_n): Do not use BP_SYM
27996         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
27997         "bp-asm.h".
27998         (PARMS): Do not use macros from bp-asm.h.
27999         (S1): Likewise.
28000         (SIZE): Likewise.
28001         (__mpn_addmul_1): Do not use BP_SYM
28002         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
28003         "bp-asm.h".
28004         (PARMS): Do not use macros from bp-asm.h.
28005         (SIGMSK): Likewise.
28006         (_setjmp): Likewise.  Do not use BP_SYM.
28007         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
28008         "bp-asm.h".
28009         (PARMS): Do not use macros from bp-asm.h.
28010         (SIGMSK): Likewise.
28011         (setjmp): Likewise.  Do not use BP_SYM.
28012         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
28013         "bp-asm.h".
28014         (PARMS): Do not use macros from bp-asm.h.
28015         (__frexp): Do not use BP_SYM.
28016         (frexp): Likewise.
28017         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
28018         "bp-asm.h".
28019         (PARMS): Do not use macros from bp-asm.h.
28020         (__frexpf): Do not use BP_SYM.
28021         (frexpf): Likewise.
28022         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
28023         "bp-asm.h".
28024         (PARMS): Do not use macros from bp-asm.h.
28025         (__frexpl): Do not use BP_SYM.
28026         (frexpl): Likewise.
28027         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
28028         "bp-asm.h".
28029         (PARMS): Do not use macros from bp-asm.h.
28030         (__remquo): Do not use BP_SYM.
28031         (remquo): Likewise.
28032         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
28033         "bp-asm.h".
28034         (PARMS): Do not use macros from bp-asm.h.
28035         (__remquof): Do not use BP_SYM.
28036         (remquof): Likewise.
28037         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
28038         "bp-asm.h".
28039         (PARMS): Do not use macros from bp-asm.h.
28040         (__remquol): Do not use BP_SYM.
28041         (remquol): Likewise.
28042         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
28043         "bp-asm.h".
28044         (PARMS): Do not use macros from bp-asm.h.
28045         (DEST): Likewise.
28046         (SRC): Likewise.
28047         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
28048         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
28049         "bp-asm.h".
28050         (PARMS): Do not use macros from bp-asm.h.
28051         (strlen): Do not use BP_SYM.
28052         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
28053         "bp-asm.h".
28054         (PARMS): Do not use macros from bp-asm.h.
28055         (S1): Likewise.
28056         (S2): Likewise.
28057         (SIZE): Likewise.
28058         (__mpn_add_n): Do not use BP_SYM.
28059         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
28060         "bp-asm.h".
28061         (PARMS): Do not use macros from bp-asm.h.
28062         (S1): Likewise.
28063         (SIZE): Likewise.
28064         (__mpn_addmul_1): Do not use BP_SYM.
28065         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
28066         weak_alias.
28067         (bzero): Likewise.
28068         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
28069         "bp-asm.h".
28070         (PARMS): Do not use macros from bp-asm.h.
28071         (S): Likewise.
28072         (SIZE): Likewise.
28073         (__mpn_lshift): Do not use BP_SYM.
28074         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
28075         "bp-asm.h".
28076         (PARMS): Do not use macros from bp-asm.h.
28077         (DEST): Likewise.
28078         (SRC): Likewise.
28079         (LEN): Likewise.
28080         (memcpy): Likewise.  Do not use BP_SYM.
28081         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
28082         libc_hidden_def and weak_alias.
28083         (mempcpy): Do not use BP_SYM in weak_alias.
28084         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
28085         "bp-asm.h".
28086         (PARMS): Do not use macros from bp-asm.h.
28087         (DEST): Likewise.
28088         (LEN): Likewise.
28089         [!BZERO_P] (CHR): Likewise.
28090         (memset): Likewise.  Do not use BP_SYM.
28091         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
28092         "bp-asm.h".
28093         (PARMS): Do not use macros from bp-asm.h.
28094         (S1): Likewise.
28095         (SIZE): Likewise.
28096         (__mpn_mul_1): Do not use BP_SYM.
28097         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
28098         "bp-asm.h".
28099         (PARMS): Do not use macros from bp-asm.h.
28100         (S): Likewise.
28101         (SIZE): Likewise.
28102         (__mpn_rshift): Do not use BP_SYM.
28103         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
28104         "bp-asm.h".
28105         (PARMS): Do not use macros from bp-asm.h.
28106         (STR): Likewise.
28107         (CHR): Likewise.
28108         (strchr): Likewise.  Do not use BP_SYM.
28109         (index): Do not use BP_SYM in weak_alias.
28110         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
28111         "bp-asm.h".
28112         (PARMS): Do not use macros from bp-asm.h.
28113         (DEST): Likewise.
28114         (SRC): Likewise.
28115         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
28116         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
28117         "bp-asm.h".
28118         (PARMS): Do not use macros from bp-asm.h.
28119         (strlen): Do not use BP_SYM.
28120         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
28121         "bp-asm.h".
28122         (PARMS): Do not use macros from bp-asm.h.
28123         (S1): Likewise.
28124         (S2): Likewise.
28125         (SIZE): Likewise.
28126         (__mpn_sub_n): Do not use BP_SYM.
28127         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
28128         "bp-asm.h".
28129         (PARMS): Do not use macros from bp-asm.h.
28130         (S1): Likewise.
28131         (SIZE): Likewise.
28132         (__mpn_submul_1): Do not use BP_SYM.
28133         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
28134         "bp-asm.h".
28135         (PARMS): Do not use macros from bp-asm.h.
28136         (S1): Likewise.
28137         (S2): Likewise.
28138         (SIZE): Likewise.
28139         (__mpn_add_n): Do not use BP_SYM.
28140         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
28141         weak_alias.
28142         (bzero): Likewise.
28143         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
28144         "bp-asm.h".
28145         (PARMS): Do not use macros from bp-asm.h.
28146         (BLK2): Likewise.
28147         (LEN): Likewise.
28148         (memcmp): Do not use BP_SYM.
28149         (bcmp): Do not use BP_SYM in weak_alias.
28150         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
28151         "bp-asm.h".
28152         (PARMS): Do not use macros from bp-asm.h.
28153         (DEST): Likewise.
28154         (SRC): Likewise.
28155         (LEN): Likewise.
28156         (memcpy): Likewise.  Do not use BP_SYM.
28157         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
28158         "bp-asm.h".
28159         (PARMS): Do not use macros from bp-asm.h.
28160         (DEST): Likewise.
28161         (SRC): Likewise.
28162         (LEN): Likewise.
28163         (memmove): Likewise.  Do not use BP_SYM.
28164         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
28165         "bp-asm.h".
28166         (PARMS): Do not use macros from bp-asm.h.
28167         (DEST): Likewise.
28168         (SRC): Likewise.
28169         (LEN): Likewise.
28170         (__mempcpy): Likewise.  Do not use BP_SYM.
28171         (mempcpy): Do not use BP_SYM in weak_alias.
28172         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
28173         "bp-asm.h".
28174         (PARMS): Do not use macros from bp-asm.h.
28175         (DEST): Likewise.
28176         (LEN): Likewise.
28177         [!BZERO_P] (CHR): Likewise.
28178         (memset): Likewise.  Do not use BP_SYM.
28179         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
28180         "bp-asm.h".
28181         (PARMS): Do not use macros from bp-asm.h.
28182         (STR2): Likewise.
28183         (strcmp): Do not use BP_SYM.
28184         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
28185         "bp-asm.h".
28186         (PARMS): Do not use macros from bp-asm.h.
28187         (STR): Likewise.
28188         (DELIM): Likewise.
28189         [USE_AS_STRTOK_R] (SAVE): Likewise.
28190         (FUNCTION): Likewise.  Do not use BP_SYM.
28191         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
28192         aliases.
28193         (strtok_r): Likewise.
28194         (__GI___strtok_r): Likewise.
28195         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28196         (PARMS): Do not use macros from bp-asm.h.
28197         (S): Likewise.
28198         (SIZE): Likewise.
28199         (__mpn_lshift): Do not use BP_SYM.
28200         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28201         (PARMS): Do not use macros from bp-asm.h.
28202         (STR): Likewise.
28203         (CHR): Likewise.
28204         (__memchr): Do not use BP_SYM.
28205         (memchr): Do not use BP_SYM in weak_alias.
28206         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28207         (PARMS): Do not use macros from bp-asm.h.
28208         (BLK2): Likewise.
28209         (LEN): Likewise.
28210         (memcmp): Do not use BP_SYM.
28211         (bcmp): Do not use BP_SYM in weak_alias.
28212         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
28213         (PARMS): Do not use macros from bp-asm.h.
28214         (S1): Likewise.
28215         (SIZE): Likewise.
28216         (__mpn_mul_1): Do not use BP_SYM.
28217         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
28218         "bp-asm.h".
28219         (PARMS): Do not use macros from bp-asm.h.
28220         (STR): Likewise.
28221         (CHR): Likewise.
28222         (__rawmemchr): Do not use BP_SYM.
28223         (rawmemchr): Do not use BP_SYM in weak_alias.
28224         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28225         (PARMS): Do not use macros from bp-asm.h.
28226         (S): Likewise.
28227         (SIZE): Likewise.
28228         (__mpn_rshift): Do not use BP_SYM.
28229         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28230         (PARMS): Do not use macros from bp-asm.h.
28231         (SIGMSK): Likewise.
28232         (__sigsetjmp): Likewise.  Do not use BP_SYM.
28233         * sysdeps/i386/start.S: Do not include "bp-sym.h".
28234         (_start): Do not use BP_SYM.
28235         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
28236         (PARMS): Do not use macros from bp-asm.h.
28237         (DEST): Likewise.
28238         (SRC): Likewise.
28239         (__stpcpy): Likewise.  Do not use BP_SYM.
28240         (stpcpy): Do not use BP_SYM in weak_alias.
28241         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
28242         "bp-asm.h".
28243         (PARMS): Do not use macros from bp-asm.h.
28244         (DEST): Likewise.
28245         (SRC): Likewise.
28246         (LEN): Likewise.
28247         (__stpncpy): Likewise.  Do not use BP_SYM.
28248         (stpncpy): Do not use BP_SYM in weak_alias.
28249         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28250         (PARMS): Do not use macros from bp-asm.h.
28251         (STR): Likewise.
28252         (CHR): Likewise.
28253         (strchr): Likewise.  Do not use BP_SYM.
28254         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
28255         "bp-asm.h".
28256         (PARMS): Do not use macros from bp-asm.h.
28257         (STR): Likewise.
28258         (CHR): Likewise.
28259         (__strchrnul): Likewise.  Do not use BP_SYM.
28260         (strchrnul): Do not use BP_SYM in weak_alias.
28261         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
28262         "bp-asm.h".
28263         (PARMS): Do not use macros from bp-asm.h.
28264         (STOP): Likewise.
28265         (strcspn): Do not use BP_SYM.
28266         * sysdeps/i386/strpbrk.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         (STOP): Likewise.
28271         (strpbrk): Likewise.  Do not use BP_SYM.
28272         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
28273         "bp-asm.h".
28274         (PARMS): Do not use macros from bp-asm.h.
28275         (STR): Likewise.
28276         (CHR): Likewise.
28277         (strrchr): Likewise.  Do not use BP_SYM.
28278         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
28279         (PARMS): Do not use macros from bp-asm.h.
28280         (SKIP): Likewise.
28281         (strspn): Do not use BP_SYM.
28282         * sysdeps/i386/strtok.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         (DELIM): Likewise.
28286         (SAVE): Likewise.
28287         (FUNCTION): Likewise.  Do not use BP_SYM.
28288         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
28289         aliases.
28290         (strtok_r): Likewise.
28291         (__GI___strtok_r): Likewise.
28292         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28293         (PARMS): Do not use macros from bp-asm.h.
28294         (S1): Likewise.
28295         (S2): Likewise.
28296         (SIZE): Likewise.
28297         (__mpn_sub_n): Do not use BP_SYM.
28298         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
28299         "bp-asm.h".
28300         (PARMS): Do not use macros from bp-asm.h.
28301         (S1): Likewise.
28302         (SIZE): Likewise.
28303         (__mpn_submul_1): Do not use BP_SYM.
28304         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
28305         <bp-sym.h>.
28306         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
28307         and <bp-asm.h>.
28308         (PARMS): Do not use macros from bp-asm.h.
28309         (FLAGS): Likewise.
28310         (PTID): Likewise.
28311         (TLS): Likewise.
28312         (CTID): Likewise.
28313         (__clone): Do not use BP_SYM.
28314         (clone): Do not use BP_SYM in weak_alias.
28315         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
28316         and <bp-asm.h>.
28317         (PARMS): Do not use macros from bp-asm.h.
28318         (LEN): Likewise.
28319         (__mmap64): Do not use BP_SYM.
28320         (mmap64): Do not use BP_SYM in weak_alias.
28321         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
28322         <bp-sym.h> and <bp-asm.h>.
28323         (PARMS): Do not use macros from bp-asm.h.
28324         (__posix_fadvise64_l64): Do not use BP_SYM.
28325         * sysdeps/unix/sysv/linux/i386/semtimedop.S
28326         (PARMS): Do not use macros from bp-asm.h.
28327         (NSOPS): Likewise.
28328         (semtimedop): Do not use BP_SYM.
28329         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
28330         and <bp-asm.h>.
28332 2013-02-21  Allan McRae  <allan@archlinux.org>
28334         * manual/message.texi (Charset conversion in gettext):
28335         Move @end statement to beginning of line.
28337 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28339         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
28340         static.
28341         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
28342         Likewise.
28344         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
28345         (denorm): Likewise.
28346         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
28347         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
28349 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28351         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
28352         tail-call to the resolved function if pltexit isn't needed.
28354 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28356         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
28357         or Y being zero as being unlikely.
28358         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
28359         Likewise.
28361 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
28363         * manual/nss.texi (System Databases and Name Service Switch):
28364         Remove frobnicate @pxref.
28366 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28368         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28369         __attribute__ ((unused)) to __attribute__ ((__unused__)).
28371 2013-02-20  Petr Machata  <pmachata@redhat.com>
28373         * elf/elf.h (R_ARM_TARGET1): New macro.
28374         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
28375         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
28376         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
28377         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
28378         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
28379         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
28380         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
28381         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
28382         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
28383         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
28384         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
28385         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
28386         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
28387         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
28388         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
28389         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
28390         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
28391         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
28392         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
28393         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
28394         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
28395         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
28396         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
28397         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
28398         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
28399         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
28400         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
28401         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
28402         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
28403         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
28404         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
28405         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
28406         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
28407         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
28408         (R_ARM_THM_GOT_BREL12): Likewise.
28409         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
28410         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
28411         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
28412         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
28413         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
28414         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
28415         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
28416         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
28417         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
28419 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28421         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28422         __attribute_used__ to __attribute__ ((unused)).
28424 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
28426         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
28427         powerpc mpa.c.
28428         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
28429         comment formatting.
28430         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
28432 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
28434         [BZ #13550]
28435         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
28436         Remove macro.
28437         (ENTER): Remove both macro definitions.
28438         (LEAVE): Likewise.
28439         (CHECK_BOUNDS_LOW): Likewise.
28440         (CHECK_BOUNDS_HIGH): Likewise.
28441         (CHECK_BOUNDS_BOTH): Likewise.
28442         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
28443         (RETURN_BOUNDED_POINTER): Likewise.
28444         (RETURN_NULL_BOUNDED_POINTER): Likewise.
28445         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
28446         (POP_ERRNO_LOCATION_RETURN): Likewise.
28447         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
28448         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28449         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
28450         macros.
28451         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28452         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
28453         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
28454         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
28455         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
28456         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
28457         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
28458         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
28459         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
28460         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
28461         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
28462         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
28463         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28464         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
28465         removed macros.
28466         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28467         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
28468         macros.
28469         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28470         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
28471         * sysdeps/i386/i586/memset.S (memset): Likewise.
28472         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
28473         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28474         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
28475         macros.
28476         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28477         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
28478         Change uses of L(2) to L(out).
28479         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
28480         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
28481         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
28482         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28483         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
28484         removed macros.
28485         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28486         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
28487         macros.
28488         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28489         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
28490         (RETURN): Do not use macro LEAVE.
28491         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
28492         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
28493         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
28494         * sysdeps/i386/i686/memset.S (memset): Likewise.
28495         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
28496         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
28497         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28498         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
28499         Likewise.
28500         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28501         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
28502         L(1_2) and L(1_3) into L(1).
28503         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28504         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
28505         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28506         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
28507         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28508         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
28509         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
28510         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28511         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
28512         macros.
28513         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
28514         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28515         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
28516         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
28517         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
28518         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28519         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
28520         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
28521         * sysdeps/i386/strcspn.S (strcspn): Likewise.
28522         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
28523         * sysdeps/i386/strrchr.S (strrchr): Likewise.
28524         * sysdeps/i386/strspn.S (strspn): Likewise.
28525         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
28526         conditional code.
28527         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28528         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
28529         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28530         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
28531         L(1_3) into L(1_1).
28532         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
28533         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28534         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
28535         macros.
28536         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28538 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
28540         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
28541         macro.
28543 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
28545         * math/atest-exp.c (exp_mpn): Remove ROUND.
28546         * math/atest-exp2.c (exp_mpn): Likewise.
28547         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
28549         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
28550         * stdlib/tst-tls-atexit-lib.c: Likewise.
28551         * stdlib/tst-tls-atexit.c: Likewise.
28553 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28555         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
28556         and __attribute_alloc_size__.
28558 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28560         * include/programs/xmalloc.h: Change __attribute_alloc_size to
28561         __attribute_alloc_size__.
28562         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
28563         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
28565 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28567         * include/programs/xmalloc.h: New file.
28568         * catgets/gencat.c: Include it.
28569         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
28570         * elf/pldd.c: Likewise.
28571         * iconv/iconv_charmap.c: Likewise.
28572         * iconv/iconvconfig.c: Likewise.
28573         * iconv/strtab.c: Likewise.
28574         * locale/programs/locale.c: Likewise.
28575         * locale/programs/localedef.h: Likewise.
28576         * locale/programs/simple-hash.c: Likewise.
28577         * nscd/nscd.h: Likewise.
28578         * nss/makedb.c: Likewise.
28579         * sysdeps/generic/ldconfig.h: Likewise.
28581 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
28583         * Versions.def: Add GLIBC_2.18.
28584         * include/link.h (struct link_map): New member l_tls_dtor_count.
28585         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
28586         (__call_tls_dtors): Likewise.
28587         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
28588         __cxa_thread_atexit_impl.
28589         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
28590         Likewise.
28591         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
28592         Likewise.
28593         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
28594         Likewise.
28595         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
28596         Likewise.
28597         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
28598         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
28599         Likewise.
28600         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
28601         Likewise.
28602         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
28603         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
28604         Likewise.
28605         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
28606         (tests): Add test case tst-tls-atexit.
28607         (modules-names): Add shared library for tst-tls-atexit.
28608         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
28609         (GLIBC_PRIVATE): Add __call_tls_dtors.
28610         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
28611         for libstdc++.
28612         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
28613         * stdlib/tst-tls-atexit.c: New test case.
28614         * stdlib/tst-tls-atexit-lib.c: New test case.
28616         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
28618         * elf/Versions (ld): Add _dl_find_dso_for_object.
28619         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
28620         * elf/dl-open.c (_dl_find_dso_for_object): New function.
28621         (dl_open_worker): Use _dl_find_dso_for_object.
28622         * elf/dl-sym.c (do_sym): Likewise.
28623         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
28625 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28627         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
28628         Syntactic changes only.
28629         (_dl_runtime_profile): Do a tail-call to the resolved function.
28631 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
28633         [BZ #13550]
28634         * sysdeps/x86_64/bp-asm.h: Remove file.
28635         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
28636         <bp-sym.h> and <bp-asm.h>.
28637         (__clone): Do not use BP_SYM.
28638         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
28639         <bp-sym.h> and <bp-asm.h>.
28640         * sysdeps/unix/x86_64/sysdep.S: Likewise.
28641         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
28642         "bp-asm.h".
28643         (_setjmp): Do not use BP_SYM.
28644         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
28645         "bp-asm.h".
28646         (setjmp): Do not use BP_SYM.
28647         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
28648         libc_hidden_def.
28649         (mempcpy): Do not use BP_SYM in weak_alias.
28650         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
28651         "bp-asm.h".
28652         (strchr): Do not use BP_SYM.
28653         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
28654         "bp-asm.h".
28655         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
28656         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
28657         (_start): Do not use BP_SYM.
28658         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
28659         "bp-asm.h".
28660         (strcat): Do not use BP_SYM.
28661         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
28662         "bp-asm.h".
28663         (STRCMP): Do not use BP_SYM.
28664         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
28665         "bp-asm.h".
28666         (STRCPY): Do not use BP_SYM.
28667         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
28668         "bp-asm.h".
28669         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
28670         "bp-asm.h".
28671         (FUNCTION): Do not use BP_SYM.
28672         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
28673         weak_alias.
28674         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
28676 2013-02-17  Andreas Jaeger  <aj@suse.de>
28678         * time/Versions: Sort entries.
28679         * string/Versions: Likewise.
28680         * resolv/Versions: Likewise.
28681         * posix/Versions: Likewise.
28682         * iconv/Versions: Likewise.
28683         * elf/Versions: Likewise.
28684         * wcsmbs/Versions: Likewise.
28686 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
28688         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
28689         loop termination condition.
28691         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
28692         variable to calculate EZ.
28693         (__sqr): Likewise.
28695         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
28696         the lower precision input.
28698 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
28700         [BZ #13550]
28701         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
28702         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
28703         (run-via-rtld-prefix): Do not handle %-bp tests.
28704         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
28705         (all-object-suffixes): Remove .ob.
28706         (bppfx): Remove variable.
28707         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
28708         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
28709         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
28710         [$(build-bounded) = yes] (libtype.ob): Likewise.
28711         * Makerules (elide-routines.ob): Remove variable.
28712         (do-tests-clean): Do not handle *-bp.out.
28713         (common-mostlyclean): Do not handle *-bp and *-bp.out.
28714         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
28715         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
28716         (tests): Do not include $(tests-bp.out).
28717         (xtests): Do not include $(xtests-bp.out).
28718         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
28719         [$(build-bounded) = yes] ($(addprefix
28720         $(objpfx),$(binaries-bounded))): Remove rule.
28721         ($(objpfx)%-bp.out): Remove rule.
28722         * config.make.in (build-bounded): Remove variable.
28723         * crypt/Makefile [$(build-bounded) = yes]
28724         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
28725         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
28726         append to variable.
28727         [$(build-bounded) = yes] (install-lib): Likewise.
28728         [$(build-bounded) = yes] (generated): Likewise.
28729         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
28730         Remove rule.
28731         * intl/Makefile [$(build-bounded) = yes]
28732         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
28733         * math/Makefile [$(build-bounded) = yes]
28734         ($(tests:%=$(objpfx)%-bp): Likewise.
28735         * misc/Makefile [$(build-bounded) = yes]
28736         ($(objpfx)tst-tsearch-bp): Likewise.
28737         * nptl/Makeconfig (bounded-thread-library): Remove variable.
28738         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
28739         Remove dependency.
28740         * string/Makefile (o-objects.ob): Remove variable.
28741         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
28742         (CFLAGS-.ob): Remove variable.
28743         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
28744         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
28745         both definitions of variable.
28746         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
28747         (ASFLAGS-.ob): Remove variable.
28749 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
28751         [BZ #13550]
28752         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
28753         Remove __BOUNDED_POINTERS__ from condition.
28754         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
28755         * string/bits/string2.h [!__NO_STRING_INLINES &&
28756         !__BOUNDED_POINTERS__]: Likewise.
28757         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
28758         Likewise.
28759         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
28760         Remove conditional code.
28761         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
28762         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
28763         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
28764         condition.
28766         [BZ #13550]
28767         * csu/libc-start.c: Do not include <bp-sym.h>.
28768         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
28769         * elf/dl-open.c: Do not include <bp-sym.h>.
28770         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
28771         * math/fegetenv.c: Do not include <bp-sym.h>.
28772         (fegetenv): Do not use BP_SYM in versioned symbols.
28773         * nptl/sysdeps/pthread/bits/libc-lockP.h
28774         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
28775         <bp-sym.h>.
28776         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28777         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
28778         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28779         (__pthread_mutex_destroy): Likewise.
28780         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28781         (__pthread_mutex_lock): Likewise.
28782         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28783         (__pthread_mutex_trylock): Likewise.
28784         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28785         (__pthread_mutex_unlock): Likewise.
28786         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28787         (__pthread_mutexattr_init): Likewise.
28788         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28789         (__pthread_mutexattr_destroy): Likewise.
28790         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28791         (__pthread_mutexattr_settype): Likewise.
28792         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28793         (__pthread_rwlock_init): Likewise.
28794         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28795         (__pthread_rwlock_destroy): Likewise.
28796         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28797         (__pthread_rwlock_rdlock): Likewise.
28798         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28799         (__pthread_rwlock_tryrdlock): Likewise.
28800         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28801         (__pthread_rwlock_wrlock): Likewise.
28802         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28803         (__pthread_rwlock_trywrlock): Likewise.
28804         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28805         (__pthread_rwlock_unlock): Likewise.
28806         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28807         (__pthread_key_create): Likewise.
28808         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28809         (__pthread_setspecific): Likewise.
28810         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28811         (__pthread_getspecific): Likewise.
28812         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
28813         Likewise.
28814         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28815         (_pthread_cleanup_push_defer): Likewise.
28816         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28817         (_pthread_cleanup_pop_restore): Likewise.
28818         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28819         (pthread_setcancelstate): Likewise.
28820         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
28821         <bp-sym.h>.
28822         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
28823         (memchr): Do not use BP_SYM in weak_alias.
28824         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
28825         (fegetenv): Do not use BP_SYM in versioned symbols.
28826         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
28827         (fesetenv): Do not use BP_SYM in versioned symbols.
28828         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
28829         (feupdateenv): Do not use BP_SYM in versioned symbols.
28830         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
28831         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
28832         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
28833         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
28834         (open64): Do not use BP_SYM in weak_alias.
28835         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
28836         (fegetenv): Do not use BP_SYM in versioned symbols.
28837         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
28838         (fesetenv): Do not use BP_SYM in versioned symbols.
28839         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
28840         (feupdateenv): Do not use BP_SYM in versioned symbols.
28841         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
28842         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
28843         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
28844         (feraiseexcept): Do not use BP_SYM in versioned symbols.
28845         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
28846         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
28847         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
28848         <bp-sym.h>.
28849         (__libc_start_main): Do not use BP_SYM.
28851 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
28853         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
28854         redundant return line.
28855         (norm): Likewise.
28856         (denorm): Likewise.
28857         (dbl_mp): Likewise.
28858         (sub_magnitudes): Likewise.
28859         (__add): Likewise.
28860         (__sub): Likewise.
28861         (__mul): Likewise.
28862         (__inv): Likewise.
28863         (__dvd): Likewise.
28864         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
28865         (norm): Likewise.
28866         (denorm): Likewise.
28867         (dbl_mp): Likewise.
28868         (sub_magnitudes): Likewise.
28869         (__add): Likewise.
28870         (__sub): Likewise.
28871         (__mul): Likewise.
28872         (__inv): Likewise.
28873         (__dvd): Likewise.
28875         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
28876         instead of __mul.
28877         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
28878         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
28879         (cc32): Likewise.
28881         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
28882         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
28883         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
28884         of __mul for squares.
28885         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
28886         function
28887         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
28888         Likewise.
28889         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
28890         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
28892 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
28894         [BZ #13550]
28895         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
28896         code.
28897         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
28898         prototype or function definition.  Rename ubp_* variables and
28899         parameters.  Remove argv definitions conditional on
28900         [__BOUNDED_POINTERS__].
28901         * debug/backtrace.c (__backtrace): Do not use __unbounded.
28902         * elf/dl-runtime.c (_dl_fixup): Likewise.
28903         * include/set-hooks.h (RUN_HOOK): Likewise.
28904         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
28905         definition.
28906         * string/strcpy.c (strcpy): Do not use __unbounded.
28907         * sysdeps/generic/frame.h (struct layout): Likewise.
28908         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
28909         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
28910         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
28911         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
28912         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
28913         (__backtrace): Likewise.
28914         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
28915         use __ptrvalue.
28916         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
28917         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
28918         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
28919         Likewise.
28920         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
28921         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
28922         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
28923         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
28924         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
28925         Do not use __unbounded.
28926         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
28927         Rename __unboundedrlimits parameter to rlimits in prototype.
28928         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
28929         Do not use __unbounded.
28930         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
28931         not use __ptrvalue.
28932         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
28933         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
28934         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
28935         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
28936         __ptrvalue or __unbounded.
28937         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
28938         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
28939         use __unbounded.
28940         (__new_msgctl): Do not use __ptrvalue.
28941         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
28942         __unbounded.
28943         (__libc_msgrcv): Do not use __ptrvalue.
28944         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
28945         startup_info): Do not use __unbounded.
28946         (__libc_start_main): Likewise.  Rename ubp_* variables and
28947         parameters.  Remove argv definitions conditional on
28948         [__BOUNDED_POINTERS__].
28949         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
28950         __ptrvalue.
28951         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
28952         use __unbounded.
28953         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
28954         or __ptrvalue.
28955         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
28956         use __unbounded.
28957         (__new_shmctl): Do not use __ptrvalue.
28958         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
28959         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
28960         Likewise.
28961         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
28962         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
28963         (__libc_sigaction): Likewise.
28964         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
28965         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
28966         Likewise.
28967         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
28969 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
28971         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
28973         * string/mempcpy.c: Implement by calling memcpy.
28975 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
28977         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
28979         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
28980         evaluation.
28982         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
28983         values in the mantissa.
28985         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
28986         minimize writes to Z.
28987         (sub_magnitudes): Simplify code a bit.
28989 2013-02-12  Roland McGrath  <roland@hack.frob.com>
28991         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
28992         from the message.  The linker prefixes all warnings with that already.
28994 2013-02-12  Andreas Schwab  <schwab@suse.de>
28996         [BZ #15078]
28997         * posix/regexec.c (extend_buffers): Add parameter min_len.
28998         (check_matching): Pass minimum needed length.
28999         (clean_state_log_if_needed): Likewise.
29000         (get_subexp): Likewise.
29001         * posix/Makefile (tests): Add bug-regex34.
29002         (bug-regex34-ENV): Define.
29003         * posix/bug-regex34.c: New file.
29005         [BZ #11561]
29006         * posix/regcomp.c (parse_bracket_exp): When looking up collating
29007         elements compare against the byte sequence of it, not its name.
29008         * posix/Makefile (tests): Add bug-regex35.
29009         (bug-regex35-ENV): Define.
29010         * posix/bug-regex35.c: New file.
29012 2013-02-11  Tom de Vries  <tom@codesourcery.com>
29014         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
29015         comment.
29016         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
29017         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
29018         (CHECK_EOL): Add undef.
29020 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
29022         * bits/stdlib-bsearch.h: New file.
29023         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
29024         * stdlib/stdlib.h: Likewise.
29026 2013-02-11  Roland McGrath  <roland@hack.frob.com>
29028         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
29029         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
29030         declaration.
29031         * manual/search.texi (Array Search Function): Add missing const in
29032         lfind prototype.
29033         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
29034         declaration to use rlim_t.
29035         (Basic Scheduling Functions): Remove erroneous const from
29036         sched_getparam prototype.  Remove erroneous * from
29037         sched_get_priority_max and sched_get_priority_min prototypes.
29038         (Resource Usage): Fix summary @comment on vtimes to refer to
29039         sys/vtimes.h rather than vtimes.h.
29040         Add missing *s in vtimes prototype.
29041         (Limits on Resources): Fix ulimit prototype to return long int.
29042         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
29043         prototypes to use long int rather than double.
29044         (BSD Random): Fix initstate and setstate to use char *, not void *.
29045         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
29046         prototype to make second argument 'struct aiocb64 *const[]'.
29047         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
29048         (Status of AIO Operations): Remove erroneous const in aio_return and
29049         aio_return64 prototypes.
29050         (Synchronizing I/O): Fix sync prototype to return void.
29051         * manual/startup.texi (Suboptions): Remove an erroneous const in
29052         getsubopt prototype.
29053         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
29054         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
29055         use size_t rather than int.
29056         (Scanning All Users): Likewise for getpwent_r.
29057         (Setting Groups): Add missing const to setgroups prototype.
29058         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
29059         * manual/socket.texi (Host Names): Fix gethostbyaddr and
29060         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
29061         'const void *' rather than 'const char *'.
29062         (Host Address Functions): Likewise for inet_ntop.
29063         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
29064         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
29065         ssize_t for return value.
29066         (Sending Data): Likewise for send, sendto, sendmsg.
29067         (Socket Option Functions): Add a missing const in setsockopt prototype.
29068         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
29069         use wchar_t for the argument.
29070         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
29071         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
29072         take no arguments.
29073         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
29074         double/float/long double for second argument.
29075         Fix return types of significand, significandf, significandl.
29076         * manual/filesys.texi (Setting Permissions): Use mode_t for second
29077         argument in fchmod prototype.
29078         (File Owner): Use uid_t and gid_t in fchown prototype.
29079         (File Times): Add const to utimes, futimes, and lutimes prototypes.
29080         (Making Special Files): Use mode_t and dev_t in mknod prototype.
29081         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
29082         use 'const struct dirent **' as argument types to CMP function pointer
29083         argument.
29084         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
29085         (File Times): Fix summary magic @comment for struct utimbuf and utime
29086         to refer to utime.h, not time.h.
29087         * manual/string.texi (Argz Functions): Add missing const in
29088         argz_extract and argz_next prototypes.
29089         (Finding Tokens in a String): Likewise for basename.
29090         (String/Array Comparison): Fix typo in wcscasecmp prototype.
29091         (Copying and Concatenation): Fix typo in wmemmove prototype.
29092         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
29093         (Signal Stack): Remove erroneous const in sigstack prototype.
29094         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
29095         prototype.
29096         (Simple Calendar Time): Likewise for stime.
29097         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
29098         prototype.
29099         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
29100         say sys/sysctl.h instead.
29101         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
29102         and vsyslog prototypes.
29104 2013-02-11  Tom de Vries  <tom@codesourcery.com>
29106         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
29107         Remove.
29109 2013-02-11  Roland McGrath  <roland@hack.frob.com>
29111         * misc/sys/mman.h: Fix typo in mremap comment.
29113 2013-02-08  Roland McGrath  <roland@hack.frob.com>
29115         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
29116         the '\0' terminator.
29118 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
29120         [BZ #13550]
29121         * debug/segfault.c: Don't include <bp-checks.h>.
29122         * sysdeps/generic/bp-checks.h: Remove file.
29123         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
29124         (__GETDENTS): Don't use CHECK_N.
29125         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
29126         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
29127         (__getgroups): Don't use CHECK_N.
29128         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
29129         (setgroups): Don't use CHECK_N.
29130         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
29131         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
29132         (__libc_msgrcv): Don't use CHECK_N.
29133         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
29134         (__libc_msgsnd): Don't use CHECK_N.
29135         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
29136         <bp-checks.h>.
29137         (__libc_pread): Don't use CHECK_N.
29138         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
29139         include <bp-checks.h>.
29140         (__libc_pread64): Don't use CHECK_N.
29141         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
29142         include <bp-checks.h>.
29143         (__libc_pwrite): Don't use CHECK_N.
29144         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
29145         include <bp-checks.h>.
29146         (__libc_pwrite64): Don't use CHECK_N.
29147         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
29148         <bp-checks.h>.
29149         (__libc_pread): Don't use CHECK_N.
29150         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
29151         include <bp-checks.h>.
29152         (__libc_pread64): Don't use CHECK_N.
29153         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
29154         include <bp-checks.h>.
29155         (__libc_pwrite): Don't use CHECK_N.
29156         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
29157         include <bp-checks.h>.
29158         (__libc_pwrite64): Don't use CHECK_N.
29159         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
29160         (do_pread): Don't use CHECK_N.
29161         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
29162         (do_pread64): Don't use CHECK_N.
29163         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
29164         (do_pwrite): Don't use CHECK_N.
29165         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
29166         (do_pwrite64): Don't use CHECK_N.
29167         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
29168         (__libc_readv): Don't use CHECK_N.
29169         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
29170         (semop): Don't use CHECK_N.
29171         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
29172         <bp-checks.h>.
29173         (semtimedop): Don't use CHECK_N.
29174         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
29175         (__libc_pread): Don't use CHECK_N.
29176         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
29177         <bp-checks.h>.
29178         (__libc_pread64): Don't use CHECK_N.
29179         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
29180         <bp-checks.h>.
29181         (__libc_pwrite): Don't use CHECK_N.
29182         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
29183         <bp-checks.h>.
29184         (__libc_pwrite64): Don't use CHECK_N.
29185         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
29186         <bp-checks.h>.
29187         (__libc_msgrcv): Don't use CHECK_N.
29188         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
29189         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
29190         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
29191         (__libc_writev): Don't use CHECK_N.
29193 2013-02-08  Roland McGrath  <roland@hack.frob.com>
29195         * string/strcpy.c: Removed unused variable.
29197         * Makeconfig (+sysdep-includes): Define with := rather than =.
29198         Use an existing include/ subdir of each sysdeps dir before it.
29200 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29202         * nscd/connection.c (register_traced_file): Comment function.
29203         [HAVE_INOTIFY] (union __inev): Define.
29204         [HAVE_INOTIFY] (inotify_check_files): New function.
29205         [HAVE_INOTIFY] (clear_db_cache): Likewise.
29206         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
29207         clear_db_cache.
29208         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
29210 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29212         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
29213         loaded if not already and that a failure is permanent.
29215 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29217         [BZ #15006]
29218         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
29219         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
29221 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
29223         [BZ #13550]
29224         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
29225         (CHECK_1_NULL_OK): Likewise.
29226         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
29227         (__fxstat): Do not use CHECK_1.
29228         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
29229         <bp-checks.h>.
29230         (___fxstat64): Do not use CHECK_1.
29231         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
29232         <bp-checks.h>.
29233         (__fxstatat): Do not use CHECK_1.
29234         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
29235         <bp-checks.h>.
29236         (__fxstatat64): Do not use CHECK_1.
29237         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
29238         <bp-checks.h>.
29239         (__fxstat): Do not use CHECK_1.
29240         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
29241         <bp-checks.h>.
29242         (__fxstatat): Do not use CHECK_1.
29243         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
29244         <bp-checks.h>.
29245         (__getresgid): Do not use CHECK_1.
29246         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
29247         <bp-checks.h>.
29248         (__getresuid): Do not use CHECK_1.
29249         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
29250         <bp-checks.h>.
29251         (__lxstat): Do not use CHECK_1.
29252         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
29253         <bp-checks.h>.
29254         (__old_msgctl): Do not use CHECK_1.
29255         (__new_msgctl): Likewise.
29256         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
29257         <bp-checks.h>.
29258         (__new_setrlimit): Do not use CHECK_1.
29259         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
29260         <bp-checks.h>.
29261         (__old_shmctl): Do not use CHECK_1.
29262         (__new_shmctl): Likewise.
29263         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
29264         <bp-checks.h>.
29265         (__xstat): Do not use CHECK_1.
29266         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
29267         (__lxstat): Do not use CHECK_1.
29268         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
29269         <bp-checks.h>.
29270         (___lxstat64): Do not use CHECK_1.
29271         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
29272         (__old_msgctl): Do not use CHECK_1.
29273         (__new_msgctl): Likewise.
29274         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
29275         <bp-checks.h>.
29276         (__gettimeofday): Do not use CHECK_1.
29277         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
29278         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
29279         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
29280         <bp-checks.h>.
29281         (__gettimeofday): Do not use CHECK_1.
29282         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
29283         (__old_shmctl): Do not use CHECK_1_NULL_OK.
29284         (__new_shmctl): Do not use CHECK_1.
29285         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
29286         <bp-checks.h>.
29287         (do_sigtimedwait): Do not use CHECK_1.
29288         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
29289         <bp-checks.h>.
29290         (do_sigwaitinfo): Do not use CHECK_1.
29291         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
29292         <bp-checks.h>.
29293         (msgctl): Do not use CHECK_1.
29294         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
29295         <bp-checks.h>.
29296         (shmctl): Do not use CHECK_1.
29297         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
29298         (ustat): Do not use CHECK_1.
29299         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
29300         <bp-checks.h>.
29301         (__fxstat): Do not use CHECK_1.
29302         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
29303         <bp-checks.h>.
29304         (__fxstatat): Do not use CHECK_1.
29305         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
29306         <bp-checks.h>.
29307         (__lxstat): Do not use CHECK_1.
29308         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
29309         <bp-checks.h>.
29310         (__xstat): Do not use CHECK_1.
29311         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
29312         (__xstat): Do not use CHECK_1.
29313         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
29314         (___xstat64): Do not use CHECK_1.
29316         [BZ #13550]
29317         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
29318         definitions.
29319         (CHECK_BOUNDS_HIGH): Likewise.
29320         * string/strcpy.c: Do not include <bp-checks.h>.
29321         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
29323 2013-02-07  Roland McGrath  <roland@hack.frob.com>
29325         * nscd/nscd-client.h (__nscd_drop_map_ref):
29326         Add __attribute__ ((unused)).
29327         * nis/nss-nisplus.h (niserr2nss): Likewise.
29329         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
29330         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
29332         * csu/libc-tls.c (init_static_tls, init_slotinfo):
29333         Remove inline keyword.
29334         * include/rounding-mode.h (round_away): Likewise.
29335         * libio/wfileops.c (adjust_wide_data): Likewise.
29336         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
29337         (__m128i_strloadu_tolower): Likewise.
29338         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
29339         (__m128i_strloadu_tolower): Likewise.
29340         * time/mktime.c (ydhms_diff): Likewise.
29341         * locale/elem-hash.h (elem_hash): Likewise.
29342         * locale/setlocale.c (setdata): Likewise.
29343         * posix/regex_internal.h (re_string_char_size_at): Likewise.
29344         (re_string_wchar_at): Likewise.
29345         (bitset_not, bitset_merge, bitset_mask): Likewise.
29346         [!(__GNUC__ > 3)] (inline): Remove macro.
29347         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
29348         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
29349         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
29350         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
29351         * string/memcmp.c (memcmp_bytes): Likewise.
29352         * locale/programs/locarchive.c (compute_hashval): Likewise.
29353         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
29354         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
29355         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
29356         * nss/getent.c (print_rpc, print_protocols): Likewise.
29357         (print_passwd, print_group, print_aliases): Likewise.
29358         * nis/nss-nisplus.h (niserr2nss): Likewise.
29359         * nscd/connections.c (restart_p): Likewise.
29360         Change return type to bool.
29362 2013-02-05  Roland McGrath  <roland@hack.frob.com>
29364         * Makeconfig (all-Depend-files): Add existing
29365         $(sorted-subdirs:=/Depend) files.
29366         (all-subdirs): Remove nss.
29367         * sysdeps/unix/inet/Subdirs: Add it here instead.
29368         * hesiod/Depend: New file.
29370         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
29371         instead of calling alloca.
29373         * io/lseek.c (__lseek): Rename to __libc_lseek.
29374         Define __lseek as an alias.
29376         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
29378 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
29380         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
29381         else clause and remove check for non-standard endianness.
29383 2013-02-04  David S. Miller  <davem@davemloft.net>
29385         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29387 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
29389         [BZ #13550]
29390         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
29391         (__ubp_memchr): Remove prototype.
29392         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
29393         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29394         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
29395         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29396         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
29397         Remove alias.
29398         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
29399         (__ubp_memchr): Likewise.
29400         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
29401         (__ubp_memchr): Likewise.
29402         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
29403         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
29404         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
29405         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
29406         CHECK_STRING.
29407         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
29408         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
29409         (__getcwd): Do not use CHECK_STRING.
29410         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
29411         <bp-checks.h>.
29412         (__real_chown): Do not use CHECK_STRING.
29413         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
29414         <bp-checks.h>.
29415         (fchownat): Do not use CHECK_STRING.
29416         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
29417         CHECK_STRING.
29418         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
29419         <bp-checks.h>.
29420         (__lchown): Do not use CHECK_STRING.
29421         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29422         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29423         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29424         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
29425         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
29426         include <bp-checks.h>.
29427         (truncate64): Do not use CHECK_STRING.
29428         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
29429         <bp-checks.h>.
29430         (__real_chown): Do not use CHECK_STRING.
29431         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
29432         <bp-checks.h>.
29433         (__lchown): Do not use CHECK_STRING.
29434         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
29435         <bp-checks.h>.
29436         (__chown): Do not use CHECK_STRING.
29437         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
29438         <bp-checks.h>.
29439         (truncate64): Do not use CHECK_STRING.
29440         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
29441         Likewise.
29442         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
29443         (__xmknod): Do not use CHECK_STRING.
29444         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
29445         <bp-checks.h>.
29446         (__xmknodat): Do not use CHECK_STRING.
29447         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29448         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
29450 2013-02-04  Andreas Schwab  <schwab@suse.de>
29452         [BZ #14142]
29453         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
29454         * include/netdb.h: Likewise for h_errno.
29455         * elf/tst-stackguard1.c: Include <tls.h>.
29457 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
29459         * elf/link.h (struct link_map): Extend the l_addr comment.
29460         * include/link.h (struct link_map): Likewise.
29462 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
29464         [BZ #13550]
29465         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
29466         (BOUNDED_1): Remove macro.
29467         * debug/backtrace.c: Don't include <bp-checks.h>.
29468         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
29469         (__backtrace): Likewise.
29470         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
29471         <bp-checks.h>.
29472         (__backtrace): Don't use BOUNDED_1.
29473         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
29474         <bp-checks.h>.
29475         (__backtrace): Don't use BOUNDED_1.
29476         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
29477         (__backtrace): Don't use BOUNDED_1.
29478         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
29479         (shmat): Don't use BOUNDED_N.
29481 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
29483         [BZ #13550]
29484         * sysdeps/generic/bp-start.h: Remove file.
29485         * csu/libc-start.c: Don't include <bp-start.h>.
29486         (LIBC_START_MAIN): Set up __environ directly instead of using
29487         INIT_ARGV_and_ENVIRON.
29488         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
29489         <bp-start.h>.
29491         [BZ #13550]
29492         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
29493         definitions.
29494         (CHECK_FCNTL): Likewise.
29495         (CHECK_N_PAGES): Likewise.
29497         [BZ #13550]
29498         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
29499         definitions.
29500         (CHECK_SIGSET_NULL_OK): Likewise.
29501         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
29502         <bp-checks.h>.
29503         (sigpending): Don't use CHECK_SIGSET.
29504         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
29505         <bp-checks.h>.
29506         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29507         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
29508         <bp-checks.h>.
29509         (do_sigsuspend): Don't use CHECK_SIGSET.
29510         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
29511         use CHECK_SIGSET.
29512         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
29513         (do_sigwait): Don't use CHECK_SIGSET.
29514         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
29515         use CHECK_SIGSET.
29516         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
29517         include <bp-checks.h>.
29518         (sigpending): Don't use CHECK_SIGSET.
29519         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
29520         include <bp-checks.h>.
29521         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29522         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
29523         <bp-checks.h>.
29524         (sigpending): Don't use CHECK_SIGSET.
29525         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
29526         <bp-checks.h>.
29527         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29529         [BZ #13550]
29530         * sysdeps/generic/bp-semctl.h: Remove file.
29531         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
29532         <bp-checks.h> and <bp-semctl.h>.
29533         (__old_semctl): Don't use CHECK_SEMCTL.
29534         (__new_semctl): Likewise.
29535         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
29536         and <bp-semctl.h>.
29537         (__old_semctl): Don't use CHECK_SEMCTL.
29538         (__new_semctl): Likewise.
29539         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
29540         <bp-checks.h> and <bp-semctl.h>.
29541         (__old_semctl): Don't use CHECK_SEMCTL.
29542         (__new_semctl): Likewise.
29543         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
29544         <bp-checks.h> and <bp-semctl.h>.
29545         (semctl): Don't use CHECK_SEMCTL.
29547         [BZ #13550]
29548         * Makerules (elide-bp-thunks): Remove variable.
29549         (elide-routines.oS): Don't use $(elide-bp-thunks).
29550         (elide-routines.os): Likewise.
29551         (elide-routines.o): Likewise.
29552         (elide-routines.op): Likewise.
29553         (elide-routines.og): Likewise.
29554         (objects): Don't use $(bp-thunks).
29555         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
29556         include.
29557         (common-generated): Do not add s-proto-bp.d.
29558         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
29559         (int): Likewise.
29560         (typ): Likewise.
29561         Do not generate makefile rules for bounded-pointer thunks.
29562         * sysdeps/generic/bp-thunks.h: Remove file.
29563         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
29564         * sysdeps/unix/s-proto-bp.S: Likewise.
29566         [BZ #15062]
29567         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
29568         parts of result separately when argument is not close to line from
29569         -i to i and one part of argument is small.
29570         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29571         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29572         * math/libm-test.inc (cacos_test): Add more tests.
29573         (casin_test): Likewise.
29574         (casinh_test): Likewise.
29575         * sysdeps/i386/fpu/libm-test-ulps: Update.
29576         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29578 2013-01-31  David S. Miller  <davem@davemloft.net>
29580         * po/de.po: Update from translation team.
29582 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
29584         * time/tzfile.c: Include stdint.h for SIZE_MAX.
29586 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
29588         * configure.in (_AC_PROG_CC_C89): New definition.
29589         * configure: Regenerate.
29591         * configure.in (AC_PROG_CPP): New definition.
29592         * configure: Regenerate.
29594 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
29596         * debug/tst-backtrace.h: New file.
29597         * debug/tst-backtrace2.c: Include tst-backtrace.h.
29598         (ret): Remove variable.
29599         (x): Likewise.
29600         (FAIL): Remove macro.
29601         (NO_INLINE): Likewise.
29602         (fn1): Use match function instead of strstr.
29603         * debug/tst-backtrace3.c: Include tst-backtrace.h.
29604         (ret): Remove variable.
29605         (x): Likewise.
29606         (FAIL): Remove macro.
29607         (NO_INLINE): Likewise.
29608         (fn): Use match function instead of strstr.
29609         * debug/tst-backtrace4.c: Include tst-backtrace.h.
29610         (ret): Remove variable.
29611         (x): Likewise.
29612         (FAIL): Remove macro.
29613         (NO_INLINE): Likewise.
29614         (handle_signal): Use match function instead of strstr.
29615         * debug/tst-backtrace5.c: Include tst-backtrace.h.
29616         (ret): Remove variable.
29617         (x): Likewise.
29618         (FAIL): Remove macro.
29619         (NO_INLINE): Likewise.
29620         (handle_signal): Use match function instead of strstr.
29622 2013-01-23  Roland McGrath  <roland@hack.frob.com>
29624         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
29626 2013-01-23  David S. Miller  <davem@davemloft.net>
29628         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
29629         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
29630         argument of CAS if possible.
29631         * sysdeps/sparc/sparc64/bits/atomic.h
29632         (__arch_compare_and_exchange_val_32_acq): Likewise.
29633         (__arch_compare_and_exchange_val_64_acq): Likewise.
29635 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
29637         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
29638         * sysdeps/posix/ulimit.c: ... this.
29639         Include <limits.h>.
29640         * sysdeps/unix/bsd/ulimit.c: Remove file.
29642 2013-01-23  Adam Conrad  <adconrad@0c3.net>
29644         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
29645         (LDFLAGS-tst-array5): Likewise.
29647 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
29649         [BZ #15036]
29650         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
29651         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
29652         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
29653         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
29655 2013-01-21  David S. Miller  <davem@davemloft.net>
29657         * sysdeps/sparc/backtrace.c: New file.
29658         * sysdeps/sparc/sparc32/backtrace.h: New file.
29659         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
29660         * sysdeps/sparc/sparc64/backtrace.h: New file.
29661         * sysdeps/sparc/sparc64/backtrace.c: Delete.
29662         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
29663         -funwind-tables.
29665 2013-01-21  Andreas Schwab  <schwab@suse.de>
29667         [BZ #15020]
29668         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
29669         closed its stdout.
29671 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
29673         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
29674         "mpa2.h".
29675         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29677 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
29678             Mark Mitchell  <mark@codesourcery.com>
29679             Tom de Vries  <tom@codesourcery.com>
29680             Paul Pluzhnikov  <ppluzhnikov@google.com>
29682         * debug/tst-backtrace2.c: New file.
29683         * debug/tst-backtrace3.c: Likewise.
29684         * debug/tst-backtrace4.c: Likewise.
29685         * debug/tst-backtrace5.c: Likewise.
29686         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
29687         (CFLAGS-tst-backtrace3.c): Likewise.
29688         (CFLAGS-tst-backtrace4.c): Likewise.
29689         (CFLAGS-tst-backtrace5.c): Likewise.
29690         (LDFLAGS-tst-backtrace2): Likewise.
29691         (LDFLAGS-tst-backtrace3): Likewise.
29692         (LDFLAGS-tst-backtrace4): Likewise.
29693         (LDFLAGS-tst-backtrace5): Likewise.
29694         (tests): Add new tests tst-backtrace2, tst-backtrace3,
29695         tst-backtrace4 and tst-backtrace5.
29697 2013-01-18  Anton Blanchard  <anton@samba.org>
29698             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
29700         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
29701         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
29702         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
29703         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
29704         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
29705         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
29706         "+r" and remove output regs list as redundant.  Add explicit inline
29707         asm to specify register of return val to work around compiler codegen
29708         bug.  Remove (int) cast on return value.  Add return type parameter to
29709         use in macro so that this macro does not truncate return value for
29710         64-bit values.
29711         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
29712         pass to INTERNAL_VSYSCALL_NCS.
29713         (INLINE_VSYSCALL): Add 'long int' as return type to
29714         INTERNAL_VSYSCALL_NCS macro invocation.
29715         (INTERNAL_VSYSCALL): Add 'long int' as return type to
29716         INTERNAL_VSYSCALL_NCS macro invocation.
29717         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
29719 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
29721         [BZ #14496]
29722         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
29723         Fix application of SIMD FP exception mask.
29725         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
29726         mp_no from a power of two.
29727         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
29728         __mpexp_twomm1.  Use __pow_mp.
29730         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
29731         multiplication.
29733 2013-01-17  David S. Miller  <davem@davemloft.net>
29735         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29737 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
29739         [BZ #15023]
29740         * include/complex.h: Condition contents on [!_COMPLEX_H].
29741         (__kernel_casinhf): New prototype.
29742         (__kernel_casinh): Likewise.
29743         (__kernel_casinhl): Likewise.
29744         * math/Makefile (libm_calls): Add k_casinh.
29745         * math/k_casinh.c: New file.
29746         * math/k_casinhf.c: Likewise.
29747         * math/k_casinhl.c: Likewise.
29748         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
29749         finite nonzero arguments.
29750         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
29751         finite nonzero arguments.
29752         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
29753         finite nonzero arguments.
29754         * math/s_casinh.c: Do not include <float.h>.
29755         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
29756         * math/s_casinhf.c: Do not include <float.h>.
29757         (__casinhf): Move code for finite nonzero arguments to
29758         k_casinhf.c.
29759         * math/s_casinhl.c: Do not include <float.h>.
29760         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
29761         redefine.
29762         (__casinhl): Move code for finite nonzero arguments to
29763         k_casinhl.c.
29764         * math/libm-test.inc (cacos_test): Add more tests.
29765         * sysdeps/i386/fpu/libm-test-ulps: Update.
29766         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29768 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
29770         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
29771         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
29772         [!HAVE_MREMAP]: Remove [defined linux] case.
29773         * malloc/arena.c: Do not include <malloc-sysdep.h>.
29775 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
29777         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
29779 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
29781         * elf/elf.h (R_386_SIZE32): New relocation.
29782         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
29783         R_386_SIZE32.
29784         (elf_machine_rela): Likewise.
29785         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
29786         R_X86_64_SIZE64 and R_X86_64_SIZE32.
29788 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
29790         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
29791         (FP_FAST_FMA): Do not define.
29792         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
29793         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
29794         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
29795         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
29796         !_SOFT_FLOAT]: Likewise.
29797         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
29798         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
29799         value.
29800         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
29801         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
29802         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
29803         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
29804         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
29805         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
29806         file.
29808 2013-01-16  Andreas Schwab  <schwab@suse.de>
29810         [BZ #14327]
29811         * include/stdlib.h (__mktemp): Add declaration.
29812         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
29813         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
29815 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
29817         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
29818         definitions.
29819         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
29820         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
29821         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
29822         definitions here.
29823         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
29824         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
29825         definitions.
29826         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
29827         and ONE.
29828         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
29829         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
29830         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
29831         definitions.
29832         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
29833         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
29834         definitions.
29835         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
29837         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
29839 2013-01-15  David S. Miller  <davem@davemloft.net>
29841         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29842         trunc{,f} to libm-sysdep_routes.
29843         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
29844         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
29845         file.
29846         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
29847         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
29848         file.
29849         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
29850         file.
29851         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
29852         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
29853         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
29854         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
29855         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
29856         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
29857         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
29858         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
29860         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29861         nearbyint{,f} to libm-sysdep_routes.
29862         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
29863         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
29864         New file.
29865         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
29866         file.
29867         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
29868         New file.
29869         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
29870         file.
29871         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
29872         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
29873         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
29874         file.
29875         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
29876         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
29877         file.
29878         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
29879         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
29880         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
29882         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
29883         libc_feholdexcept and libc_fesetenv.
29885 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
29887         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
29889 2013-01-14  David S. Miller  <davem@davemloft.net>
29891         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
29892         (SPARC_ASM_VIS2_IFUNC): Likewise.
29893         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
29894         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
29895         use of 'siam' instruction.
29896         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
29897         Likewise.
29898         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
29899         Likewise.
29900         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
29901         Likewise.
29902         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
29903         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
29904         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
29905         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
29906         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
29907         file.
29908         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
29909         file.
29910         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
29911         file.
29912         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
29913         file.
29914         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
29915         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
29916         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
29917         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
29918         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
29919         new VIS2 routines.
29920         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
29921         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
29922         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
29923         Likewise.
29924         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
29925         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
29926         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
29927         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
29928         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
29929         routines to libm-sysdep_routines.
29930         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
29932         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29933         fdim/fdimf to libm-sysdep_routines.
29934         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
29935         file.
29936         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
29937         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
29938         file.
29939         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
29940         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
29941         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
29942         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
29943         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
29944         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
29945         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
29947 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
29949         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
29950         to optimize copies.
29952         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
29953         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
29954         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29956         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
29957         local variable MPTWO.
29958         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
29959         Likewise.
29961 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
29963         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
29964         GLOB_NOESCAPE.
29966 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
29968         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
29970 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
29972         * manual/pattern.texi (glob_t): Document gl_flags.
29973         (glob64_t): Likewise.
29975 2013-01-11  David S. Miller  <davem@davemloft.net>
29977         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
29978         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
29979         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
29980         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
29981         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
29982         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
29983         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
29984         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
29985         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
29986         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
29987         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
29988         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
29989         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
29991         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
29992         sparc V9 rather than using V8 code.
29993         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
29994         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
29996         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
29997         Move to...
29998         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
29999         Here.
30001 2013-01-11  Roland McGrath  <roland@hack.frob.com>
30003         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
30004         not in the main loop.
30005         * configure: Regenerated.
30007 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
30009         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
30010         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
30011         to just #else.
30012         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
30013         [!__GLIBC_HAVE_LONG_LONG] case.
30014         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
30015         condition to just #else.
30016         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
30017         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
30018         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
30019         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
30020         unconditional.
30021         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
30022         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
30023         #elif condition to just #else.
30024         * sysdeps/unix/sysv/linux/sys/sysmacros.h
30025         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
30026         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
30027         #elif condition to just #else.
30029 2013-01-11  Steve Ellcey  <sellcey@mips.com>
30031         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
30032         (EF_MIPS_ARCH_64): Fix value.
30033         (EF_MIPS_ARCH_32R2): New.
30034         (EF_MIPS_ARCH_64R2): New.
30036 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
30038         * Makeconfig (+link-pie-before-libc): New.
30039         (+link-pie-after-libc): Likewise.
30040         (+link-pie-tests): Likewise.
30041         (+link-pie): Rewritten.
30042         (link-before-libc): Remove $(config-LDFLAGS).
30043         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
30044         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
30045         (config-LDFLAGS): Renamed to ...
30046         (rtld-LDFLAGS): This.
30047         (rtld-tests-LDFLAGS): New macro.
30048         (link-libc-rpath-link): Likewise.
30049         (link-libc-tests-rpath-link): Likewise.
30050         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
30051         (link-libc): Prepand $(link-libc-rpath-link).
30052         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
30053         (test-program-prefix): New macro.
30054         (test-via-rtld-prefix): Likewise.
30055         (test-program-cmd): Likewise.
30056         (host-test-program-cmd): Likewise.
30057         * Makefile ($(common-objpfx)testrun.sh): Replace
30058         $(run-program-prefix) with $(test-program-prefix).
30059         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
30060         $(rtld-LDFLAGS).
30061         ($(common-objpfx)shlib.lds): Likewise.
30062         (build-module-helper): Likewise.
30063         ($(common-objpfx)format.lds): Likewise.
30064         * Rules (binaries-pie-tests): New.
30065         (binaries-pie-notests): Likewise.
30066         (binaries-pie): Rewritten.
30067         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
30068         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
30069         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
30070         (make-test-out): Replace $(host-built-program-cmd) with
30071         $(host-test-program-cmd).
30072         * config.make.in (build-hardcoded-path-in-tests): New variable.
30073         * configure.in (--enable-hardcoded-path-in-tests): New configure
30074         option.
30075         (hardcoded_path_in_tests): New AC_SUBST.
30076         * configure: Regenerated.
30077         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
30078         $(built-program-cmd) with $(test-program-cmd).
30079         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
30080         (test_program_cmd): This.
30081         * elf/Makefile ($(objpfx)order.out): Run test with
30082         $(test-program-prefix).
30083         ($(objpfx)order2.out): Likewise.
30084         ($(objpfx)tst-initorder.out): Likewise.
30085         ($(objpfx)tst-initorder2.out): Likewise.
30086         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
30087         $(test-program-cmd).
30088         ($(objpfx)tst-array1-static.out): Likewise.
30089         ($(objpfx)tst-array2.out): Likewise.
30090         ($(objpfx)tst-array3.out): Likewise.
30091         ($(objpfx)tst-array4.out): Likewise.
30092         ($(objpfx)tst-array5.out): Likewise.
30093         ($(objpfx)tst-array5-static.out): Likewise.
30094         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
30095         $(test-program-cmd).
30096         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
30097         $(run-program-prefix) with $(test-program-prefix).
30098         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
30099         (test_program_prefix): This.
30100         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
30101         $(run-program-prefix) with $(test-program-prefix).
30102         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
30103         (test_program_prefix): This.
30104         * iconvdata/tst-tables.sh: Likewise.
30105         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
30106         $(run-program-prefix) with $(test-program-prefix).
30107         ($(objpfx)tst-translit.out): Likewise.
30108         ($(objpfx)tst-gettext2.out): Likewise.
30109         ($(objpfx)tst-gettext4.out): Likewise.
30110         ($(objpfx)tst-gettext6.out): Likewise.
30111         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
30112         (test_program_prefix): This.
30113         * intl/tst-gettext2.sh: Likewise.
30114         * intl/tst-gettext4.sh  Likewise.
30115         * intl/tst-gettext6.sh: Likewise.
30116         * intl/tst-translit.sh: Likewise.
30117         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
30118         with $(test-program-cmd).
30119         * libio/Makefile ($(objpfx)test-freopen.out): Replace
30120         $(run-program-prefix) with $(test-program-prefix).
30121         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
30122         (test_program_prefix): This.
30123         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
30124         $(run-program-prefix) with $(test-program-prefix).
30125         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
30126         (test_program_prefix): This.
30127         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
30128         * posix/Makefile ($(objpfx)globtest.out): Replace
30129         $(run-via-rtld-prefix) and $(test-wrapper) with
30130         $(test-program-prefix) and $(test-via-rtld-prefix).
30131         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
30132         $(test-program-prefix).
30133         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
30134         $(host-test-program-cmd).
30135         (tst-spawn-ARGS): Likewise.
30136         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
30137         $(test-program-prefix).
30138         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
30139         (test_via_rtld_prefix): This.
30140         (test_wrapper): Renamed to ...
30141         (test_program_prefix): This.
30142         (run_program_prefix): Replaced by test_program_prefix.
30143         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
30144         (test_program_prefix): This.
30145         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
30146         with $(host-test-program-cmd).
30147         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
30148         $(run-program-prefix) with $(test-program-prefix).
30149         ($(objpfx)tst-printf.out): Likewise.
30150         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
30151         $(test-program-cmd).
30152         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
30153         (test_program_prefix): This.
30154         * stdio-common/tst-unbputc.sh: Likewise.
30155         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
30156         $(run-program-prefix) with $(test-program-prefix).
30157         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
30158         (test_program_prefix): This.
30159         * string/Makefile ($(objpfx)tst-svc.out):  Replace
30160         $(built-program-cmd) with $(test-program-cmd).
30162 2013-01-11  Andreas Jaeger  <aj@suse.de>
30164         [BZ #15003]
30165         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
30166         value. Sync with Linux 3.7.
30168 2013-01-10  David S. Miller  <davem@davemloft.net>
30170         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
30171         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30172         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30174 2013-01-10  Roland McGrath  <roland@hack.frob.com>
30176         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
30177         never set.
30178         * configure: Regenerated.
30180 2013-01-10  David S. Miller  <davem@davemloft.net>
30182         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
30183         sparc V9 rather than using V8 code.
30184         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30185         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30187 2013-01-10  Roland McGrath  <roland@hack.frob.com>
30189         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
30190         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
30191         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
30192         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
30193         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
30194         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
30195         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
30196         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
30197         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
30198         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
30199         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
30200         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
30201         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
30202         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
30203         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
30204         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
30205         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
30206         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
30207         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
30208         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
30209         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
30210         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
30211         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
30212         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
30213         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
30214         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
30215         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
30217 2013-01-10  David S. Miller  <davem@davemloft.net>
30219         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30221 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
30223         * posix/Makefile (tests-static): New variable.
30224         (tests): Add $(tests-static).
30225         (tst-exec-static-ARGS): New variable.
30226         (tst-spawn-static-ARGS): Likewise.
30227         * posix/tst-exec-static.c: New file.
30228         * posix/tst-spawn-static.c: Likewise.
30229         * posix/tst-exec.c: Support run directly.
30230         * posix/tst-spawn.c: Likewise.
30232 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
30234         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
30235         long.
30236         * math/bits/mathcalls.h (llrint): Likewise.
30237         (llround): Likewise.
30238         * stdlib/stdlib.h (struct drand48_data): Likewise.
30239         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
30240         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
30241         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
30242         Likewise.
30243         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
30244         Likewise.
30245         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
30246         (elf_greg_t): Likewise.
30247         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
30248         (__jmp_buf): Likewise.
30249         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
30250         definitions.
30251         (llrint): Likewise, for all definitions.
30252         (llrintl): Likewise.
30254         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
30255         Remove [__GNUC__] condition.
30256         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
30257         condition to just [__USE_ISOC99].
30258         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
30260 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
30262         [BZ #14200]
30263         * sysdeps/unix/sysv/linux/x86/bits/environments.h
30264         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
30265         defined.
30266         (_POSIX_V6_ILP32_OFF32): Likewise.
30267         (_XBS5_ILP32_OFF32): Likewise.
30268         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
30269         (__ILP32_OFFBIG_LDFLAGS): Likewise.
30271 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
30273         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
30275         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
30276         doubles __mpexp_twomm1.  Adjust usage.
30277         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
30278         Remove.
30280 2013-01-10  Andreas Schwab  <schwab@suse.de>
30282         [BZ #14964]
30283         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
30284         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
30286 2013-01-09  David S. Miller  <davem@davemloft.net>
30288         [BZ #15003]
30289         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
30290         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
30291         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
30292         (TCP_FASTOPEN): Define.
30293         (tcp_repair_opt): New structure.
30294         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
30295         enum values.
30296         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
30297         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
30298         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
30299         (tcp_cookie_transactions): New structure.
30301 2013-01-09  Anton Blanchard  <anton@samba.org>
30303         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
30304         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
30305         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
30306         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
30308 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
30310         * include/features.h (__USE_ANSI): Remove.
30312 2013-01-09  Roland McGrath  <roland@hack.frob.com>
30314         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
30316         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
30318 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
30320         * sysdeps/s390/fpu/libm-test-ulps: Update.
30322         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30324         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
30325         (__acr): Likewise.
30326         (__cpy): Likewise.
30327         (norm): Likewise.
30328         (denorm): Likewise.
30329         (__mp_dbl): Likewise.
30330         (__dbl_mp): Likewise.
30331         (add_magnitudes): Likewise.
30332         (sub_magnitudes): Likewise.
30333         (__add): Likewise.
30334         (__sub): Likewise.
30335         (__mul): Likewise.
30336         (__inv): Likewise.
30337         (__dvd): Likewise.
30338         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
30339         (__acr): Likewise.
30340         (__cpy): Likewise.
30341         (norm): Likewise.
30342         (denorm): Likewise.
30343         (__mp_dbl): Likewise.
30344         (__dbl_mp): Likewise.
30345         (add_magnitudes): Likewise.
30346         (sub_magnitudes): Likewise.
30347         (__add): Likewise.
30348         (__sub): Likewise.
30349         (__mul): Likewise.
30350         (__inv): Likewise.
30351         (__dvd): Likewise.
30352         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
30353         (__acr): Likewise.
30354         (__cpy): Likewise.
30355         (norm): Likewise.
30356         (denorm): Likewise.
30357         (__mp_dbl): Likewise.
30358         (__dbl_mp): Likewise.
30359         (add_magnitudes): Likewise.
30360         (sub_magnitudes): Likewise.
30361         (__add): Likewise.
30362         (__sub): Likewise.
30363         (__mul): Likewise.
30364         (__inv): Likewise.
30365         (__dvd): Likewise.
30367 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
30369         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
30370         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
30371         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
30372         2 && __USE_EXTERN_INLINES]: Likewise.
30374 2013-01-08  Andreas Jaeger  <aj@suse.de>
30376         [BZ# 14985]
30377         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
30378         Remove.
30379         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30380         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30382 2013-01-07  Anton Blanchard  <anton@samba.org>
30384         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
30385         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
30386         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
30387         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
30388         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
30389         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
30390         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
30391         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
30392         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30393         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
30394         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
30395         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
30396         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
30397         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
30398         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
30399         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
30400         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
30401         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
30402         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
30403         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
30404         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
30405         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
30406         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
30407         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
30408         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
30409         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
30410         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
30411         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
30412         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
30413         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
30414         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
30415         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30416         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
30417         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
30418         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
30419         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
30420         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
30421         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
30422         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
30423         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
30424         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
30425         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
30426         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
30428 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
30430         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
30431         (__MALLOC_PMT): Likewise.
30432         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
30433         [__GNUC__], only on [_LIBC].
30434         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30435         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
30436         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30437         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
30438         forward declaration.
30439         (realloc_hook_ini): Likewise.
30440         (memalign_hook_ini): Likewise.
30441         (__libc_memalign): Do not use __MALLOC_PMT in variable
30442         declaration.
30443         (__libc_valloc): Likewise.
30444         (__libc_pvalloc): Likewise.
30445         (__libc_calloc): Likewise.
30446         (__posix_memalign): Likewise.
30448         [BZ #14996]
30449         * math/s_casinh.c: Include <float.h>.
30450         (__casinh): Do not do computation with squaring and square root
30451         for large arguments.
30452         * math/s_casinhf.c: Include <float.h>.
30453         (__casinhf): Do not do computation with squaring and square root
30454         for large arguments.
30455         * math/s_casinhl.c: Include <float.h>.
30456         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
30457         (__casinhl): Do not do computation with squaring and square root
30458         for large arguments.
30459         * math/libm-test.inc (casin_test): Add more tests.
30460         (casinh_test): Likewise.
30461         * sysdeps/i386/fpu/libm-test-ulps: Update.
30462         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30464 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
30466         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
30467         (__x86_64_raw_data_cache_size): Likewise.
30468         (__x86_64_data_cache_size_half): Likewise.
30469         (__x86_64_raw_data_cache_size_half): Likewise.
30470         (__x86_64_shared_cache_size): Likewise.
30471         (__x86_64_raw_shared_cache_size): Likewise.
30472         (__x86_64_shared_cache_size_half): Likewise.
30473         (__x86_64_raw_shared_cache_size_half): Likewise.
30474         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
30475         to ...
30476         (__x86_data_cache_size): This.
30477         (__x86_64_raw_data_cache_size): Renamed to ...
30478         (__x86_raw_data_cache_size): This.
30479         (__x86_64_data_cache_size_half): Renamed to ...
30480         (__x86_data_cache_size_half): This.
30481         (__x86_64_raw_data_cache_size_half): Renamed to ...
30482         (__x86_raw_data_cache_size_half): This.
30483         (__x86_64_shared_cache_size): Renamed to ...
30484         (__x86_shared_cache_size): This.
30485         (__x86_64_raw_shared_cache_size): Renamed to ...
30486         (__x86_raw_shared_cache_size): This.
30487         (__x86_64_shared_cache_size_half): Renamed to ...
30488         (__x86_shared_cache_size_half): This.
30489         (__x86_64_raw_shared_cache_size_half): Renamed to ...
30490         (__x86_raw_shared_cache_size_half): This.
30491         * sysdeps/x86_64/memcpy.S: Updated.
30492         * sysdeps/x86_64/memset.S: Likewise.
30493         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
30494         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
30495         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
30497 2013-01-04  David S. Miller  <davem@davemloft.net>
30499         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30501 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
30503         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
30504         1 to avoid redefinition warning.
30505         (__USE_GNU): Don't define.
30506         (init_signaling_nan): Protoize.
30508         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30510 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30512         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
30513         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
30514         (__cpymn): Likewise.
30515         (norm): Remove commented code.
30516         (denorm): Likewise.
30517         (__mp_dbl): Likewise.
30518         (__inv): Likewise.
30519         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
30520         (__cpymn): Likewise.
30521         (norm): Remove commented code.
30522         (denorm): Likewise.
30523         (__mp_dbl): Likewise.
30524         (__inv): Likewise.
30526         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
30527         mp_no value for 1.0 and 2.0.
30528         (norm): Use RADIXI instead of radixi.d.
30529         (denorm): Likewise.
30530         (__mul): Use 0.0 instead of zero.d.
30531         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
30532         mp_no value for 1.0 and 2.0.
30533         (norm): Use RADIXI instead of radixi.d.
30534         (denorm): Likewise.
30535         (__mul): Use 0.0 instead of zero.d.
30537 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
30539         [BZ #14994]
30540         * math/s_casinh.c (__casinh): Reduce finite argument to first
30541         quadrant then set signs of results at the end.
30542         * math/s_casinhf.c (__casinhf): Likewise.
30543         * math/s_casinhl.c (__casinhl): Likewise.
30544         * math/libm-test.inc (casin_test): Add more tests.
30545         (casinh_test): Likewise.
30546         * sysdeps/i386/fpu/libm-test-ulps: Update.
30547         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30549 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30551         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
30553         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
30555         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
30556         declarations.
30557         (denorm): Likewise.
30558         (__mp_dbl): Likewise.
30559         (__inv): Likewise.
30561         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
30562         and adjust the header comment.
30564         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
30565         variable name from declaration.
30567 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
30569         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30570         Initialize COMMON_CPUID_INDEX_7 element.
30571         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
30572         (CPUID_RTM): Likewise.
30573         (HAS_RTM): Likewise.
30574         (COMMON_CPUID_INDEX_7): New enum.
30576 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
30578         [BZ #14981]
30579         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
30580         size is zero, record memory as freed.
30582 2013-01-03  Andreas Jaeger  <aj@suse.de>
30584         * po/ia.po: Add new Interlingua translation.
30586 2012-01-03  Allan McRae  <allan@archlinux.org>
30588         * locale/programs/localedef.c: Fix description of '--posix' flag.
30590 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
30592         * NEWS: Update dates in second copyright notice.
30593         * README: Update copyright dates in example.
30594         * manual/libc.texinfo: Update copyright dates.
30595         * scripts/test-installation.pl: Update copyright date in --version
30596         output.
30598         * hurd/ctty-input.c: Fix copyright notice formatting.
30599         * hurd/ctty-output.c: Likewise.
30600         * hurd/dtable.c: Likewise.
30601         * hurd/hurd-raise.c: Likewise.
30602         * hurd/hurdprio.c: Likewise.
30603         * hurd/msgportdemux.c: Likewise.
30604         * misc/sys/file.h: Likewise.
30605         * misc/sys/ioctl.h: Likewise.
30606         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
30607         * sysdeps/mach/hurd/chdir.c: Likewise.
30608         * sysdeps/mach/hurd/fchdir.c: Likewise.
30609         * sysdeps/mach/hurd/rename.c: Likewise.
30610         * sysdeps/mach/hurd/rmdir.c: Likewise.
30611         * sysdeps/mach/hurd/seekdir.c: Likewise.
30612         * sysdeps/mach/hurd/setsid.c: Likewise.
30613         * sysdeps/posix/wait3.c: Likewise.
30615         * All files with FSF copyright notices: Update copyright dates
30616         using scripts/update-copyrights.
30617         * intl/plural.c: Regenerated.
30618         * locale/programs/charmap-kw.h: Likewise.
30619         * locale/programs/locfile-kw.h: Likewise.
30621 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
30623         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
30624         four values.
30626         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
30627         calculation loop and add branch prediction.
30629         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
30630         check access beyond bounds of m1np.
30632         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
30633         MPTWO.
30634         (__inv): Remove local variable MPTWO to use the global
30635         constant.
30636         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
30637         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
30638         variable MPTWO.
30639         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
30640         MP3HALFS static const.
30642 2013-01-01  David S. Miller  <davem@davemloft.net>
30644         * po/ca.po: Update from translation team.
30646 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
30648         * scripts/update-copyrights: New file.
30649         * Makeconfig: Reformat copyright notice.
30650         * ctype/ctype.h: Likewise.
30651         * debug/swprintf_chk.c: Likewise.
30652         * elf/dl-cache.c: Likewise.
30653         * elf/dl-debug.c: Likewise.
30654         * elf/dl-object.c: Likewise.
30655         * grp/initgroups.c: Likewise.
30656         * hurd/Makefile: Likewise.
30657         * hurd/hurd/signal.h: Likewise.
30658         * hurd/hurdfault.c: Likewise.
30659         * hurd/hurdioctl.c: Likewise.
30660         * hurd/hurdlookup.c: Likewise.
30661         * hurd/intr-msg.c: Likewise.
30662         * iconv/gconv_open.c: Likewise.
30663         * libio/swprintf.c: Likewise.
30664         * locale/lc-ctype.c: Likewise.
30665         * locale/nl_langinfo.c: Likewise.
30666         * mach/Machrules: Likewise.
30667         * mach/Makefile: Likewise.
30668         * malloc/obstack.h: Likewise.
30669         * manual/Makefile: Likewise.
30670         * manual/tsort.awk: Likewise.
30671         * misc/bits/stab.def: Likewise.
30672         * nis/nis_print_group_entry.c: Likewise.
30673         * nis/nis_table.c: Likewise.
30674         * nis/nss_compat/compat-pwd.c: Likewise.
30675         * nis/nss_compat/compat-spwd.c: Likewise.
30676         * po/Makefile: Likewise.
30677         * posix/fnmatch.c: Likewise.
30678         * posix/regex.h: Likewise.
30679         * resolv/Makefile: Likewise.
30680         * resolv/nss_dns/dns-network.c: Likewise.
30681         * resolv/res_hconf.c: Likewise.
30682         * scripts/gen-sorted.awk: Likewise.
30683         * soft-fp/soft-fp.h: Likewise.
30684         * stdio-common/printf.h: Likewise.
30685         * stdlib/monetary.h: Likewise.
30686         * stdlib/random.c: Likewise.
30687         * stdlib/random_r.c: Likewise.
30688         * sysdeps/generic/Makefile: Likewise.
30689         * sysdeps/gnu/Makefile: Likewise.
30690         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
30691         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
30692         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
30693         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
30694         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
30695         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
30696         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
30697         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
30698         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
30699         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
30700         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
30701         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
30702         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
30703         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
30704         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
30705         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
30706         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
30707         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
30708         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
30709         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
30710         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
30711         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
30712         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
30713         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
30714         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
30715         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
30716         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
30717         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
30718         * sysdeps/mach/hurd/errnos.awk: Likewise.
30719         * sysdeps/mach/hurd/fork.c: Likewise.
30720         * sysdeps/mach/hurd/getcwd.c: Likewise.
30721         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
30722         * sysdeps/mach/hurd/mmap.c: Likewise.
30723         * sysdeps/mach/hurd/utimes.c: Likewise.
30724         * sysdeps/mach/hurd/xmknod.c: Likewise.
30725         * sysdeps/posix/profil.c: Likewise.
30726         * sysdeps/posix/readdir_r.c: Likewise.
30727         * sysdeps/powerpc/bits/mathdef.h: Likewise.
30728         * sysdeps/powerpc/bits/setjmp.h: Likewise.
30729         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
30730         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
30731         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30732         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
30733         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
30734         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
30735         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30736         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
30737         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
30738         * sysdeps/pthread/lio_listio.c: Likewise.
30739         * sysdeps/sparc/dl-procinfo.h: Likewise.
30740         * sysdeps/unix/i386/sysdep.S: Likewise.
30741         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
30742         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
30743         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
30744         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
30745         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
30746         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
30747         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
30748         * sysdeps/unix/sysv/linux/speed.c: Likewise.
30749         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
30750         * sysdeps/wordsize-32/divdi3.c: Likewise.
30751         * time/sys/time.h: Likewise.
30752         * wcsmbs/Makefile: Likewise.
30754 2013-01-01  David S. Miller  <davem@davemloft.net>
30756         * po/fr.po: Update from translation team.
30758         * catgets/gencat.c: Update copyright year.
30759         * csu/version.c: Likewise.
30760         * debug/catchsegv.sh: Likewise.
30761         * debug/pcprofiledump.c: Likewise.
30762         * debug/xtrace.sh: Likewise.
30763         * elf/ldconfig.c: Likewise.
30764         * elf/ldd.bash.in: Likewise.
30765         * elf/pldd.c: Likewise.
30766         * elf/sotruss.ksh: Likewise.
30767         * elf/sprof.c: Likewise.
30768         * iconv/iconv_prog.c: Likewise.
30769         * iconv/iconvconfig.c: Likewise.
30770         * locale/programs/locale.c: Likewise.
30771         * locale/programs/localedef.c: Likewise.
30772         * login/programs/pt_chown.c: Likewise.
30773         * malloc/memusage.sh: Likewise.
30774         * malloc/memusagestat.c: Likewise.
30775         * malloc/mtrace.pl: Likewise.
30776         * nscd/nscd.c: Likewise.
30777         * nss/getent.c: Likewise.
30778         * nss/makedb.c: Likewise.
30779         * posix/getconf.c: Likewise.
30781 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
30783         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
30784         numbers.
30786 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
30788         * math/bits/mathcalls.h (modf): Use __nonnull.
30790 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
30792         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
30793         (split): Use macro CN instead of the bare value.
30794         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
30795         could be used.
30796         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
30797         instead of the bare value.
30798         (power1): Likewise.
30800 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30802         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
30803         __ATAN_TWOM.
30804         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
30806         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
30807         their values.
30808         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
30809         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
30810         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
30811         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
30813 2012-12-28  Andreas Jaeger  <aj@suse.de>
30815         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
30816         values are from Linux 3.7.
30818         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
30819         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
30821 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30823         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
30824         TRUE case.
30826         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
30827         (norm): Likewise.
30828         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
30829         variables with preprocessor constants.
30830         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
30831         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
30832         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
30834 2012-12-27  Bruno Haible  <bruno@clisp.org>
30836         [BZ #14317]
30837         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
30838         only if needed.
30840 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
30842         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
30843         and use variable directly.
30844         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
30846         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
30847         MPONE.
30848         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
30849         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
30850         variable MPONE.
30851         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
30852         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
30853         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
30854         include directive.  Remove local variable MPONE.
30855         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
30856         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
30857         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
30859 2012-12-25  David S. Miller  <davem@davemloft.net>
30861         * version.h (RELEASE): Set to "development".
30862         (VERSION): Set to "2.17.90".
30863         * NEWS: Add 2.18 section.
30865 2012-12-21  David S. Miller  <davem@davemloft.net>
30867         * po/hr.po: Update from translation team.
30869 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30871         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
30873 2012-12-19  Steve Ellcey  <sellcey@mips.com>
30875         * NEWS:  Mention new memcpy for MIPS.
30877 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
30879         * manual/contrib.texi (Contributors): Spelling correction.
30881 2012-12-15  David S. Miller  <davem@davemloft.net>
30883         * po/ru.po: Update from translation team.
30885 2012-12-13  David S. Miller  <davem@davemloft.net>
30887         * NEWS: Mention IFUNC testsuite enhancements.
30889         * po/pl.po: Update from translation team.
30890         * po/bg.po: Likewise.
30892         * manual/contrib.texi (Contributors): Update entries for Hongjiu
30893         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
30895 2012-12-11  David S. Miller  <davem@davemloft.net>
30897         * po/sv.po: Update from translation team.
30899         * po/vi.po: Update from translation team.
30901         * po/cs.po: Update from translation team.
30903         * po/de.po: Update from translation team.
30904         * po/eo.po: Likewise.
30905         * po/nl.po: Likewise.
30907 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
30909         [BZ #14246]
30910         * manual/argp.texi (Argp Helper Functions): Move node to follow
30911         Argp Parsing State.
30913         [BZ #14872]
30914         * manual/conf.texi (Limits on File System Capacity): Mention if
30915         terminating null is included in the max size.
30917 2012-12-10  Andreas Jaeger  <aj@suse.de>
30919         * po/cs.po: Update from translation team.
30921 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
30923         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
30924         void pointer and cast to uintptr_t.
30925         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
30926         path.
30927         * sysdeps/s390/s390-64/memcpy.S: Likewise.
30928         * sysdeps/s390/s390-64/memset.S: Likewise.
30930 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
30932         [BZ #14833]
30933         * menual/message.texi (Message Translation): Fix typos.
30934         (Helper programs for gettext): Likewise.
30936 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
30938         [BZ #14898]
30939         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
30940         Change to -1.
30942 2012-12-07  David S. Miller  <davem@davemloft.net>
30944         * po/libc.pot: Update.
30946 2012-12-07  Richard Henderson  <rth@redhat.com>
30948         [BZ #10114]
30949         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
30950         normal/normal case to before the switch.
30951         (_FP_DIV): Likewise.
30953 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
30954             Mike Frysinger  <vapier@gentoo.org>
30956         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
30957         check for __NR_fadvise64_64.
30959 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
30961         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
30962         0, not just to plain "0" as a statement.
30963         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
30964         with cw.
30966 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
30968         * NEWS: Use sourceware.org in Bugzilla URL.
30970 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
30972         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
30973         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
30975         * stdio-common/tst-put-error.c (do_test): Add newline to the
30976         padded test to ensure flush.
30978 2012-12-05  Jeff Law  <law@redhat.com>
30980         * sunrpc/etc.rpc (fedfs_admin): Add entry.
30982 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
30984         * README: Don't refer to ports add-on as distributed separately.
30985         Mention AArch64 in list of systems supported in the ports add-on.
30987         * LICENSES: Add more non-FSF copyright and license notices.
30989         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
30990         ((unused)).
30992         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
30994         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
30995         10000 as width of padded output.
30997 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
30999         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
31001         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
31002         variable LX with __attribute__ ((unused)).
31003         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
31004         Likewise.
31005         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
31006         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
31007         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
31008         with __attribute__ ((unused)).
31010 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
31012         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
31014 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
31016         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
31017         (CFLAGS-nldbl-acos.c): New variable.
31018         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
31019         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
31020         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
31021         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
31022         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
31023         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
31024         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
31025         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
31026         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
31027         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
31028         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
31029         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
31030         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
31031         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
31032         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
31033         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
31034         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
31035         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
31036         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
31037         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
31038         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
31039         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
31040         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
31041         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
31042         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
31043         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
31044         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
31045         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
31046         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
31047         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
31048         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
31049         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
31050         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
31051         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
31052         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
31053         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
31054         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
31055         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
31056         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
31057         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
31058         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
31059         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
31060         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
31061         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
31062         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
31063         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
31064         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
31065         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
31066         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
31067         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
31068         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
31069         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
31070         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
31071         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
31072         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
31073         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
31074         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
31075         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
31076         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
31077         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
31078         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
31079         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
31080         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
31081         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
31082         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
31083         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
31084         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
31085         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
31086         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
31087         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
31088         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
31089         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
31090         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
31091         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
31092         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
31093         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
31094         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
31095         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
31096         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
31097         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
31098         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
31099         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
31100         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
31101         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
31102         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
31103         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
31104         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
31105         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
31106         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
31107         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
31108         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
31109         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
31110         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
31111         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
31112         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
31113         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
31114         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
31116         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
31117         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
31119         [BZ #14914]
31120         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
31121         whole low double instead of just low 47 bits when splitting values
31122         into two parts.
31124 2012-12-03  Allan McRae  <allan@archlinux.org>
31126         * manual/stdio.texi (Predefined Printf Handlers): Remove
31127         @hsep and @vsep usage.
31129 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
31131         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
31132         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
31134 2012-12-03  Jeff Law  <law@redhat.com>
31136         * time/sys/time.h (settimeofday): Do not mark TV argument
31137         as __nonnull.
31139 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
31141         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
31142         when currently writing and seek to current position when not.
31143         * libio/Makefile (tests): Remove bug-fclose1.
31144         * libio/bug-fclose1.c: Delete.
31146 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
31148         * manual/arith.texi (feenableexcept): Fix typo.
31149         (fedisableexcept): Likewise.
31151 2012-11-30  Roland McGrath  <roland@hack.frob.com>
31153         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
31154         second, differently-typed declaration, rather than a cast.
31156 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
31158         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
31159         * include/rpc/svc.h: ... here.
31161 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
31163         [BZ #13013]
31164         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
31165         depending n and resplen2 to catch cases where answer
31166         equals answerp2.
31168 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
31170         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
31171         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
31173 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
31175         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
31177 2012-11-29  Roland McGrath  <roland@hack.frob.com>
31179         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
31181 2012-11-28  Jeff Law  <law@redhat.com>
31183         [BZ #13761]
31184         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
31185         dataset_temporary.  Track alloca usage into alloca_used.
31186         If dataset is large allocate and release it via malloc/free.
31188 2012-06-04  Florian Weimer  <fweimer@redhat.com>
31190         [BZ #14197]
31191         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
31193 2012-11-28  David S. Miller  <davem@davemloft.net>
31195         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31197 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
31199         [BZ #14803]
31200         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
31201         of pi/2 rounded to nearest to 64 bits.
31202         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
31203         nearest to 64 bits.
31204         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
31205         bits.
31207 2012-11-28  Jeff Law <law@redhat.com>
31208             Martin Osvald <mosvald@redhat.com>
31210         [BZ #14889]
31211         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
31212         * sunrpc/svc.c: Include time.h.
31213         (__svc_accept_failed): New function.
31214         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
31215         any reason other than EINTR, call __svc_accept_failed.
31216         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
31217         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
31219 2012-11-28  Andreas Schwab  <schwab@suse.de>
31221         * scripts/abilist.awk: Also handle indirect functions in .opd
31222         section.
31224 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
31226         [BZ #13881]
31227         * sysdeps/x86/fpu/powl_helper.c: New file.
31228         * sysdeps/x86/fpu/Makefile: Likewise.
31229         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
31230         (p3): New object.
31231         (__ieee754_powl): Use __powl_helper for finite arguments except
31232         integer exponents below 8.
31233         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
31234         (p3): New object.
31235         (__ieee754_powl): Use __powl_helper for finite arguments except
31236         integer exponents below 8.
31237         * math/libm-test.inc (pow_test): Add more tests and enable some
31238         previously disabled tests.
31239         * sysdeps/i386/fpu/libm-test-ulps: Update.
31240         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31242 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31243             Carlos O'Donell  <carlos_odonell@mentor.com>
31245         * nss/makedb.c (is_prime): Assert that input is odd and greater
31246         than 4.  Note that fact in a comment too.
31247         (next_prime): Add 4 to input.
31249 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31251         [BZ #11741]
31252         * libio/Makefile (tests): Add test case tst-fwrite-error.
31253         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
31254         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
31255         * libio/tst-fwrite-error.c: New test case.
31257 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
31259         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
31260         before casting to void *.
31261         * include/libc-internal.h (__pointer_type): New macro.
31262         (__integer_if_pointer_type_sub): Likewise.
31263         (__integer_if_pointer_type): Likewise.
31264         (cast_to_integer): Likewise.
31265         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
31266         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
31267         before casting to atomic64_t.
31268         (atomic_exchange_acq): Likewise.
31269         (__arch_exchange_and_add_body): Likewise.
31270         (__arch_add_body): Likewise.
31271         (atomic_add_negative): Likewise.
31272         (atomic_add_zero): Likewise.
31274 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
31276         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
31277         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
31278         (add_fdes): Likewise.
31279         (linear_search_fdes): Likewise.
31280         (binary_search_unencoded_fdes): Likewise.
31282 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
31284         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
31286 2012-11-24  Adam Conrad  <adconrad@0c3.net>
31288         * configure.in: Autodetect C++ header directories.
31289         * configure: Regenerated.
31291 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
31293         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
31295 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
31297         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31299 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
31301         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
31302         LDBL_MANT_DIG == 106]: Disable some tests.
31303         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31304         Likewise.
31305         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31306         Likewise.
31308         [BZ #14871]
31309         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
31310         input for small inputs.  Return +/- pi/2 for large inputs.
31311         * math/libm-test.inc (atan_test): Add more tests.
31313         * sysdeps/generic/unwind-dw2-fde-glibc.c
31314         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
31315         __attribute__ ((unused)).
31317         [BZ #14645]
31318         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
31319         x * y if x and y are nonzero and z is zero.
31321         [BZ #14811]
31322         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
31323         nonzero exponents with absolute value below 0x1p-117 to +/-
31324         0x1p-117.
31326         [BZ #14869]
31327         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
31328         up arguments below 2**-450, not just those below 2**-500.
31329         * math/libm-test.inc (hypot_test): Add another test.
31331         [BZ #14868]
31332         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
31333         Return a+b for ratio over 2**120, not 2**60.
31334         * math/libm-test.inc (hypot_test): Add another test.
31336         * math/libm-test.inc (clog_test): Use
31337         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
31338         (clog10_test): Likewise.
31340         [BZ #6778]
31341         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
31343 2012-11-22  Andreas Schwab  <schwab@suse.de>
31345         * sysdeps/i386/fpu/libm-test-ulps: Update.
31347 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
31349         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
31350         printf output with newline.
31352 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
31354         [BZ #14865]
31355         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
31356         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
31357         -z nodlopen, -z initfirst and -z execstack support.
31358         * configure: Regenerated.
31360         * elf/elf.h (DF_1_NODIRECT): New macro.
31361         (DF_1_IGNMULDEF): Likewise.
31362         (DF_1_NOKSYMS): Likewise.
31363         (DF_1_NOHDR): Likewise.
31364         (DF_1_EDITED): Likewise.
31365         (DF_1_NORELOC): Likewise.
31366         (DF_1_SYMINTPOSE): Likewise.
31367         (DF_1_GLOBAUDIT): Likewise.
31368         (DF_1_SINGLETON): Likewise.
31369         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
31370         DT_1_SUPPORTED_MASK bits.
31371         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
31373 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
31375         * sysdeps/unix/make-syscalls.sh: Document prefixes.
31377 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
31379         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
31380         macro.
31382         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
31383         (sendmmsg): Move declarations...
31384         * socket/sys/socket.h: ... here.
31385         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
31386         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
31387         include it from...
31388         * socket/recvmmsg.c: ... this new file.
31389         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
31390         (sendmmsg): Rename to __sendmmsg, create weak alias and make
31391         definition of __sendmmsg hidden.
31392         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
31393         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
31394         Move ENOSYS stub into and include it from...
31395         * socket/sendmmsg.c: ... this new file.
31396         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
31397         (sysdep_routines): Move recvmmsg and sendmmsg...
31398         * socket/Makefile (routines): ... here.
31399         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
31400         (GLIBC_PRIVATE): Add __sendmmsg.
31401         * include/sys/socket.h (__sendmmsg): Add declarations.
31402         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
31403         sendmmsg.
31405 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
31407         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
31408         variable I1 with __attribute__ ((unused)).
31409         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
31411 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31413         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
31414         DUMMY variables with __attribute__ ((unused)).
31416         * bits/byteswap.h: Include <bits/types.h>.
31417         (__bswap_64): Use __uint64_t instead of unsigned long long int.
31419 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
31421         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
31422         string_t.  Do not manually set errno.
31423         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
31424         length with __strnlen.  Make sure to both set errno and return it on
31425         failure.
31427 2012-11-19  David S. Miller  <davem@davemloft.net>
31429         With help from Joseph Myers.
31430         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
31431         very large arguments properly.
31432         * math/libm-test.inc (atan_test): New tests.
31433         (atan2_test): New tests.
31434         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31435         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31437 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31439         [BZ #14856]
31440         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
31441         Define to 3.
31443         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
31444         [POSIX] (EADDRNOTAVAIL): Likewise.
31445         [POSIX] (EAFNOSUPPORT): Likewise.
31446         [POSIX] (EALREADY): Likewise.
31447         [POSIX] (ECONNABORTED): Likewise.
31448         [POSIX] (ECONNREFUSED): Likewise.
31449         [POSIX] (ECONNRESET): Likewise.
31450         [POSIX] (EDESTADDRREQ): Likewise.
31451         [POSIX] (EDQUOT): Likewise.
31452         [POSIX] (EHOSTUNREACH): Likewise.
31453         [POSIX] (EIDRM): Likewise.
31454         [POSIX] (EISCONN): Likewise.
31455         [POSIX] (ELOOP): Likewise.
31456         [POSIX] (EMULTIHOP): Likewise.
31457         [POSIX] (ENETDOWN): Likewise.
31458         [POSIX] (ENETUNREACH): Likewise.
31459         [POSIX] (ENOBUFS): Likewise.
31460         [POSIX] (ENODATA): Likewise.
31461         [POSIX] (ENOLINK): Likewise.
31462         [POSIX] (ENOMSG): Likewise.
31463         [POSIX] (ENOPROTOOPT): Likewise.
31464         [POSIX] (ENOSR): Likewise.
31465         [POSIX] (ENOSTR): Likewise.
31466         [POSIX] (ENOTCONN): Likewise.
31467         [POSIX] (ENOTSOCK): Likewise.
31468         [POSIX] (EOPNOTSUPP): Likewise.
31469         [POSIX] (EOVERFLOW): Likewise.
31470         [POSIX] (EPROTO): Likewise.
31471         [POSIX] (EPROTONOSUPPORT): Likewise.
31472         [POSIX] (EPROTOTYPE): Likewise.
31473         [POSIX] (ESTALE): Likewise.
31474         [POSIX] (ETIME): Likewise.
31475         [POSIX] (ETXTBSY): Likewise.
31476         [POSIX] (EWOULDBLOCK): Likewise.
31477         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
31478         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
31479         [POSIX] (SEEK_CUR): Likewise.
31480         [POSIX] (SEEK_END): Likewise.
31481         [POSIX || UNIX98] (mode_t): Do not require.
31482         [POSIX] (off_t): Likewise.
31483         [POSIX] (pid_t): Likewise.
31484         [POSIX] (sys/stat.h): Do not allow header.
31485         [POSIX] (unistd.h): Likewise.
31486         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
31487         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
31488         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
31489         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
31490         require.
31491         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
31492         sigevent): Specify elements.
31493         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
31494         entry.
31495         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
31496         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
31498         * conform/data/cpio.h-data [POSIX]: Disable whole file.
31499         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
31500         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
31501         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
31502         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
31503         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
31504         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
31505         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
31506         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
31507         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
31508         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
31509         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
31510         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
31511         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
31512         Likewise.
31513         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
31514         Likewise.
31515         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
31516         Likewise.
31517         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
31518         Likewise.
31519         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
31520         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
31521         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
31522         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
31523         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
31524         Specify lower bound on value.
31525         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
31526         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
31527         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
31528         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
31529         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
31530         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
31531         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
31532         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
31533         value.
31534         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
31535         as optional.
31536         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
31537         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
31538         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
31539         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
31540         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
31541         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
31542         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
31543         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
31544         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
31545         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
31546         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
31547         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
31548         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
31549         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
31550         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
31551         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
31552         entry.
31553         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
31554         optional.
31555         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
31556         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
31557         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
31558         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
31559         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
31560         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
31561         Likewise.
31562         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
31563         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
31564         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
31565         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
31566         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
31567         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
31568         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
31569         as optional.
31570         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
31571         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
31572         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
31573         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
31574         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
31575         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
31576         specify as optional.
31577         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
31578         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
31579         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
31580         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
31581         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
31582         [XPG3] (NL_LANGMAX): Likewise.
31583         [POSIX || XPG3] (NL_MSGMAX): Likewise.
31584         [POSIX || XPG3] (NL_NMAX): Likewise.
31585         [POSIX || XPG3] (NL_SETMAX): Likewise.
31586         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
31587         [XPG3] (NZERO): Likewise.
31588         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
31589         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
31590         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
31591         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
31592         (REG_ERANGE): Expect.
31593         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
31594         optional-constant.
31595         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
31596         Use (void) in prototype.
31597         [POSIX] (*_t): Allow.
31598         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
31599         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
31600         (WRDE_BADVAL): Expect.
31602         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
31603         expect.
31604         [XPG3 || XPG4] (O_RSYNC): Likewise.
31605         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
31606         Likewise.
31607         [XPG3 || XPG4] (pthread_sigmask): Likewise.
31608         [XPG3 || XPG4] (sigqueue): Likewise.
31609         [XPG3 || XPG4] (sigtimedwait): Likewise.
31610         [XPG3 || XPG4] (sigwaitinfo): Likewise.
31611         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
31612         [XPG3 || XPG4] (vsnprintf): Likewise.
31613         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
31614         Likewise.
31615         [XPG3 || XPG4] (blksize_t): Likewise.
31616         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
31617         Likewise.
31618         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
31619         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
31620         [XPG3 || XPG4] (struct itimerspec): Likewise.
31621         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
31622         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
31623         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
31624         [XPG3 || XPG4] (clockid_t): Likewise.
31625         [XPG3 || XPG4] (timer_t): Likewise.
31626         [XPG3 || XPG4] (clock_getres): Likewise.
31627         [XPG3 || XPG4] (clock_gettime): Likewise.
31628         [XPG3 || XPG4] (clock_settime): Likewise.
31629         [XPG3 || XPG4] (nanosleep): Likewise.
31630         [XPG3 || XPG4] (timer_create): Likewise.
31631         [XPG3 || XPG4] (timer_delete): Likewise.
31632         [XPG3 || XPG4] (timer_gettime): Likewise.
31633         [XPG3 || XPG4] (timer_getoverrun): Likewise.
31634         [XPG3 || XPG4] (timer_settime): Likewise.
31635         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
31636         [XPG3 || XPG4] (getlogin_r): Likewise.
31637         [XPG3 || XPG4] (pread): Likewise.
31638         [XPG3 || XPG4] (pthread_atfork): Likewise.
31639         [XPG3 || XPG4] (pwrite): Likewise.
31641         [BZ #14835]
31642         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
31643         <bits/siginfo.h>.
31645 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
31647         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
31648         finalizing MALLSTREAM.
31650         * sysdeps/mach/hurd/syncfs.c: New file.
31652 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
31654         [BZ #14719]
31655         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
31656         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
31657         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
31658         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
31659         (_nss_dns_gethostbyname4_r): Likewise.
31660         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
31661         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
31663 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
31665         [BZ #13763]
31666         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
31668 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
31670         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
31671         * elf/cache.c (print_entry): Print ",AArch64" for
31672         FLAG_AARCH64_LIB64
31674         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
31675         * elf/cache.c (print_entry): Print ",hard-float" for
31676         FLAG_ARM_LIBHF.
31678 2012-11-18  David S. Miller  <davem@davemloft.net>
31680         With help from Joseph Myers.
31681         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
31682         cutoff to 2**-13.
31683         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
31684         cutoff to 2**-25.
31685         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
31686         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
31687         small.
31688         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
31689         * math/libm-test.inc (y0_test): New tests.
31690         (y1_test): New tests.
31691         * sysdeps/i386/fpu/libm-test-ulps: Update.
31692         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31693         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31695 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
31697         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
31698         64-bit targets.
31699         * configure: Regenerated.
31701 2012-11-17  David S. Miller  <davem@davemloft.net>
31703         [BZ #14811]
31704         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
31705         nonzero exponents with absolute value below 0x1p-128 to +/-
31706         0x1p-128.
31708 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
31710         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
31712         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
31714         * posix/getconf-speclist.c: New file.
31715         * posix/posix-envs.def: Likewise.
31716         * posix/confstr.c (START_ENV_GROUP): New macro.
31717         (END_ENV_GROUP): Likewise.
31718         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
31719         (KNOWN_PRESENT_ENV_STRING): Likewise.
31720         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
31721         (UNKNOWN_ENVIRONMENT): Likewise.
31722         (confstr): Include posix-envs.def instead of handling
31723         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
31724         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
31725         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
31726         (END_ENV_GROUP): Likewise.
31727         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
31728         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
31729         (UNKNOWN_ENVIRONMENT): Likewise.
31730         (__sysconf): Include posix-envs.def instead of handling associated
31731         cases directly here.
31732         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
31733         preprocessing getconf-speclist.c rather than running getconf or
31734         generating empty file.
31736 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
31738         * scripts/check-local-headers.sh: Ignore 'mach' headers.
31740 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
31742         [BZ #14672]
31743         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
31745 2012-11-16  David S. Miller  <davem@davemloft.net>
31747         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
31748         smaller than LDBL_EPSILON/2.0L, just return xm1.
31750 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
31752         * elf/tst-array1.c (init): Set constructor priority to 1000.
31753         (fini): Set destructor priority to 1000.
31754         * elf/tst-array2dep.c: Likewise.
31756 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
31758         [BZ #11741]
31759         * libio/fileops.c (_IO_new_file_write): Correctly return error.
31760         (_IO_new_file_xsputn): Also return EOF if none of the input
31761         data was written when overflow failed.
31762         * libio/iopadn.c (_IO_padn): Likewise.
31763         * libio/iowpadn.c (_IO_wpadn): Likewise.
31764         * stdio-common/tst-put-error.c: Add copyright notice.
31765         (do_test): Add case for printing padded string.
31766         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
31767         _IO_padn returned error.
31768         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
31769         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
31770         return EOF.
31772 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
31774         * libio/libioP.h: Add comment note that the references to C++
31775         bits are now obsolete.
31777 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31779         * math/libm-test.inc (check_complex): Use asprintf.
31781 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
31783         * debug/pcprofiledump.c (print_version): Update copyright year.
31784         * malloc/memusagestat.c (print_version): Likewise.
31786 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
31788         [BZ #14831]
31789         * elf/Makefile (tests): Add tst-audit8.
31790         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
31791         ($(objpfx)tst-audit8.out): New target.
31792         (tst-audit8-ENV): New variable.
31793         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
31794         audit if l_reloc_result is NULL.
31795         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
31796         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
31797         * elf/tst-audit8.c: New file.
31799 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31801         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
31802         * misc/Makefile (CFLAGS-select.c): Define.
31803         * posix/Makefile (CFLAGS-pause.c): Define.
31805 2012-11-13  David S. Miller  <davem@davemloft.net>
31807         * crypt/Makefile: Move test targets after toplevel Rules
31808         inclusion.  Grab any necessary sysdep routines when linking.
31809         * crypt/md5.c (md5_process_block): Remove define, we will always
31810         name it __md5_process_block.
31811         (md5_finish_ctx): Update md5_process_block call.
31812         (md5_stream): Likewise.
31813         (md5_process_bytes): Likewise.
31814         (md5_process_block): Rename to __md5_process_block and move to ...
31815         * crypt/md5-block.c: ... here.
31816         * crypt/sha256.c (sha256_process_block): Move to ...
31817         * crypt/sha256-block.c: ... here.
31818         * crypt/sha512.c (sha512_process_block): Move to ...
31819         * crypt/sha512-block.c: ... here.
31820         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
31821         path.
31822         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
31823         * sysdeps/sparc/sparc64/multiarch/Makefile
31824         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
31825         crypt subdir.
31826         (localedef-aux): Add md5 crypto assembler when in locale subdir.
31827         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
31828         multiarch changes.
31829         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
31830         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
31831         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
31832         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
31833         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
31834         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
31835         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
31836         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
31837         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
31838         file.
31839         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
31840         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
31841         file.
31842         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
31844 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
31846         * timezone/tzselect.ksh: Update from tzcode git revision
31847         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
31848         * timezone/zdump.c: Likewise.
31849         * timezone/zic.c: Likewise.
31850         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
31851         in TZVERSION setting, not $(PKGVERSION).
31852         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
31853         REPORT_BUGS_TO settings.
31855         [BZ #14838]
31856         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
31857         macro.
31859 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31861         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
31862         detection to immediately after _FP_ROUND().
31863         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
31864         bits are 0.
31866 2012-11-11  David S. Miller  <davem@davemloft.net>
31868         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
31869         inttypes.h
31870         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
31871         __close rather than their public counterparts.
31873 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
31875         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
31876         file.
31877         [UNIX98] (sem_timedwait): Do not expect.
31878         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
31879         [XPG4 || UNIX98] (sockatmark): Do not expect.
31880         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
31881         (clock_getcpuclockid): Do not expect.
31882         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
31883         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
31884         Do not expect.
31885         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
31886         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
31887         [UNIX98] (vwscanf): Likewise.
31888         [UNIX98] (vswscanf): Likewise.
31890 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
31892         * timezone/version.h: Remove file.
31893         * timezone/README: Do not refer to version.h.
31894         * timezone/Makefile ($(objpfx)zic.o): New dependency on
31895         $(objpfx)version.h.
31896         ($(objpfx)zdump.o): Likewise.
31897         ($(objpfx)version.h): New target.
31899         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
31900         2012i.
31901         * timezone/README: Don't mention modification to tzselect.ksh.
31902         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
31903         work on unmodified tzselect.ksh.  Substitute version numbers in
31904         tzselect.ksh.
31906         * Makefile (format-me): Remove.
31907         (INSTALL): Adjust indentation.  Use commands directly instead of
31908         using $(format-me).
31910         * aclocal.m4 (ACX_PKGVERSION): New macro.
31911         (ACX_BUGURL): Likewise.
31912         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
31913         (PKGVERSION): New AC_DEFINE_UNQUOTED.
31914         (REPORT_BUGS_TO): Likewise.
31915         * configure: Regenerated.
31916         * config.h.in (PKGVERSION): New macro.
31917         (REPORT_BUGS_TO): Likewise.
31918         * config.make.in (PKGVERSION): New variable.
31919         (PKGVERSION_TEXI): Likewise.
31920         (REPORT_BUGS_TO): Likewise.
31921         (REPORT_BUGS_TEXI): Likewise.
31922         * Makefile (format-me): Use -I$(common-objpfx)manual.
31923         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
31924         ($(common-objpfx)manual/%): New target.
31925         (manual/%): Remove target.
31926         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
31927         (print_version): Use PKGVERSION.
31928         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
31929         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
31930         and REPORT_BUGS_TO.
31931         ($(objpfx)xtrace): Likewise.
31932         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
31933         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
31934         (print_version): Use PKGVERSION.
31935         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
31936         (do_version): Use PKGVERSION.
31937         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
31938         REPORT_BUGS_TO.
31939         (common-ldd-rewrite): Likewise.
31940         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
31941         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
31942         (print_version): Use PKGVERSION.
31943         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
31944         * elf/pldd.c (argp_program_bug_address): Remove variable.
31945         (more_help): New function.
31946         (argp): Use more_help.
31947         (print_version): Use PKGVERSION.
31948         * elf/sln.c (main): Use PKGVERSION.
31949         (usage): Use REPORT_BUGS_TO.
31950         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
31951         (top level): Use PKGVERSION.
31952         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
31953         (print_version): Use PKGVERSION.
31954         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
31955         (print_version): Use PKGVERSION.
31956         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
31957         (print_version): Use PKGVERSION.
31958         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
31959         (print_version): Use PKGVERSION.
31960         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
31961         (print_version): Use PKGVERSION.
31962         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
31963         (print_version): Use PKGVERSION.
31964         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
31965         and BUGURL.
31966         ($(objpfx)memusage): Likewise.
31967         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
31968         (do_version): Use PKGVERSION.
31969         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
31970         (print_version): Use PKGVERSION.
31971         * malloc/mtrace.pl ($PACKAGE): Remove variable.
31972         ($PKGVERSION): New variable.
31973         ($REPORT_BUGS_TO): Likewise.
31974         (usage): Use $REPORT_BUGS_TO.
31975         (top level): Use $PKGVERSION.
31976         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
31977         ($(objpfx)pkgvers.texi): New rule.
31978         ($(objpfx)stamp-pkgvers): Likewise.
31979         * manual/install.texi: Include pkgvers.texi.
31980         (--with-pkgversion): Document new configure option.
31981         (--with-bugurl): Likewise.
31982         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
31983         than necessarily for this particular distribution.  Use
31984         REPORT_BUGS_TO for where to report bugs.
31985         * INSTALL: Regenerated.
31986         * manual/libc.texinfo: Include pkgvers.texi.
31987         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
31988         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
31989         (print_version): Use PKGVERSION.
31990         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
31991         (print_version): Use PKGVERSION.
31992         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
31993         (print_version): Use PKGVERSION.
31994         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
31995         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
31996         macro.
31997         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
31998         (print_version): Use PKGVERSION.
31999         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
32000         (print_version): Use PKGVERSION.
32001         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
32002         and PKGVERSION.
32004         * timezone/checktab.awk: Update from tzcode 2012i.
32005         * timezone/ialloc.c: Likewise.
32006         * timezone/private.h: Likewise.
32007         * timezone/scheck.c: Likewise.
32008         * timezone/tzfile.h: Likewise.
32009         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
32010         (TZVERSION): Hardcode tzcode version number.
32011         * timezone/zdump.c: Update from tzcode 2012i.
32012         * timezone/zic.c: Likewise.
32013         * timezone/version.h: New file.
32014         * timezone/README: Describe version.h.  Update upstream location.
32016         [BZ #14824]
32017         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
32018         (mktemp): Enable declaration.
32019         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
32020         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
32021         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
32022         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
32023         Likewise.
32024         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
32025         Likewise.
32026         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
32027         Likewise.
32028         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
32029         Likewise.
32030         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
32031         Likewise.
32032         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
32033         Likewise.
32035         [BZ #14821]
32036         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
32037         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
32038         for copies of such integer values.
32039         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
32040         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
32042 2012-11-09  Andreas Jaeger  <aj@suse.de>
32044         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
32045         definitions and declarations that are provided by
32046         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
32048 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32050         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
32051         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
32052         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
32053         definition.
32055 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32057         * elf/elf.h: Update comment before AArch64 relocations.
32059 2012-11-07  David S. Miller  <davem@davemloft.net>
32061         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
32062         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
32063         (__start_context): Declare.
32064         (__makecontext_ret): Delete.
32065         (__makecontext): Hook up __start_context instead of
32066         __makecontext_ret.
32067         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
32068         (sysdep_routines): Add __start_context when in stdlib.
32070 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32072         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
32073         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
32074         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
32075         hardcoded "nm".
32076         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
32077         (READELF): New variable.  Use it instead of hardcoded "readelf".
32079 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
32081         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
32082         * sysdeps/x86/Makefile: Here.
32083         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
32084         * sysdeps/x86/tst-xmmymm.sh: This.
32086 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32088         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
32089         expectations.
32090         [UNIX98] (pthread_barrier_t): Do not expect.
32091         [UNIX98] (pthread_barrierattr_t): Likewise.
32092         [UNIX98] (pthread_spinlock_t): Likewise.
32093         [UNIX98] (pthread_barrier_destroy): Likewise.
32094         [UNIX98] (pthread_barrier_init): Likewise.
32095         [UNIX98] (pthread_barrier_wait): Likewise.
32096         [UNIX98] (pthread_barrierattr_destroy): Likewise.
32097         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
32098         [UNIX98] (pthread_barrierattr_init): Likewise.
32099         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
32100         [UNIX98] (pthread_getcpuclockid): Likewise.
32101         [UNIX98] (pthread_mutex_timedlock): Likewise.
32102         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
32103         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
32104         [UNIX98] (pthread_sigmask): Likewise.
32105         [UNIX98] (pthread_spin_destroy): Likewise.
32106         [UNIX98] (pthread_spin_init): Likewise.
32107         [UNIX98] (pthread_spin_lock): Likewise.
32108         [UNIX98] (pthread_spin_trylock): Likewise.
32109         [UNIX98] (pthread_spin_unlock): Likewise.
32110         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
32111         Do not expect.
32112         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
32113         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
32114         [XPG3 || XPG4] (pthread_cond_t): Likewise.
32115         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
32116         [XPG3 || XPG4] (pthread_key_t): Likewise.
32117         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
32118         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
32119         [XPG3 || XPG4] (pthread_once_t): Likewise.
32120         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
32121         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
32122         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
32123         [XPG3 || XPG4] (pthread_t): Likewise.
32125         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
32126         not expect.
32127         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
32129         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
32130         Change function return type to int.
32132         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
32133         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
32134         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
32135         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
32136         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
32137         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
32138         [!POSIX] (posix_madvise): Likewise.
32139         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
32140         && !UNIX98].
32141         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
32142         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
32143         (mode_t): Likewise.
32144         (posix_mem_offset): Likewise.
32145         (posix_typed_mem_get_info): Likewise.
32146         (posix_typed_mem_open): Likewise.
32148         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
32149         Change condition to [XOPEN2K8].
32151         * conform/conformtest.pl: Preprocess allow-header data with -x c
32152         instead of from stdin.
32153         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
32154         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
32155         [C99-based standards] (cerfc): Likewise.
32156         [C99-based standards] (cexp2): Likewise.
32157         [C99-based standards] (cexpm1): Likewise.
32158         [C99-based standards] (clog10): Likewise.
32159         [C99-based standards] (clog1p): Likewise.
32160         [C99-based standards] (clog2): Likewise.
32161         [C99-based standards] (clgamma): Likewise.
32162         [C99-based standards] (ctgamma): Likewise.
32163         [C99-based standards] (cerff): Likewise.
32164         [C99-based standards] (cerfcf): Likewise.
32165         [C99-based standards] (cexp2f): Likewise.
32166         [C99-based standards] (cexpm1f): Likewise.
32167         [C99-based standards] (clog10f): Likewise.
32168         [C99-based standards] (clog1pf): Likewise.
32169         [C99-based standards] (clog2f): Likewise.
32170         [C99-based standards] (clgammaf): Likewise.
32171         [C99-based standards] (ctgammaf): Likewise.
32172         [C99-based standards] (cerfl): Likewise.
32173         [C99-based standards] (cerfcl): Likewise.
32174         [C99-based standards] (cexp2l): Likewise.
32175         [C99-based standards] (cexpm1l): Likewise.
32176         [C99-based standards] (clog10l): Likewise.
32177         [C99-based standards] (clog1pl): Likewise.
32178         [C99-based standards] (clog2l): Likewise.
32179         [C99-based standards] (clgammal): Likewise.
32180         [C99-based standards] (ctgammal): Likewise.
32181         * conform/data/inttypes.h-data [C99-based standards]: Include
32182         stdint.h-data.  Remove all expectations for stdint.h contents.
32183         [C99-based standards] (PRI*): Do not allow.
32184         [C99-based standards] (SCN*): Likewise.
32185         [C99-based standards] (*_t): Likewise.
32186         [C99-based-standards] (PRId8): Expect macro.
32187         [C99-based-standards] (PRIi8): Likewise.
32188         [C99-based-standards] (PRIo8): Likewise.
32189         [C99-based-standards] (PRIu8): Likewise.
32190         [C99-based-standards] (PRIx8): Likewise.
32191         [C99-based-standards] (PRIX8): Likewise.
32192         [C99-based-standards] (SCNd8): Likewise.
32193         [C99-based-standards] (SCNi8): Likewise.
32194         [C99-based-standards] (SCNo8): Likewise.
32195         [C99-based-standards] (SCNu8): Likewise.
32196         [C99-based-standards] (SCNx8): Likewise.
32197         [C99-based-standards] (PRIdLEAST8): Likewise.
32198         [C99-based-standards] (PRIiLEAST8): Likewise.
32199         [C99-based-standards] (PRIoLEAST8): Likewise.
32200         [C99-based-standards] (PRIuLEAST8): Likewise.
32201         [C99-based-standards] (PRIxLEAST8): Likewise.
32202         [C99-based-standards] (PRIXLEAST8): Likewise.
32203         [C99-based-standards] (SCNdLEAST8): Likewise.
32204         [C99-based-standards] (SCNiLEAST8): Likewise.
32205         [C99-based-standards] (SCNoLEAST8): Likewise.
32206         [C99-based-standards] (SCNuLEAST8): Likewise.
32207         [C99-based-standards] (SCNxLEAST8): Likewise.
32208         [C99-based-standards] (PRIdFAST8): Likewise.
32209         [C99-based-standards] (PRIiFAST8): Likewise.
32210         [C99-based-standards] (PRIoFAST8): Likewise.
32211         [C99-based-standards] (PRIuFAST8): Likewise.
32212         [C99-based-standards] (PRIxFAST8): Likewise.
32213         [C99-based-standards] (PRIXFAST8): Likewise.
32214         [C99-based-standards] (SCNdFAST8): Likewise.
32215         [C99-based-standards] (SCNiFAST8): Likewise.
32216         [C99-based-standards] (SCNoFAST8): Likewise.
32217         [C99-based-standards] (SCNuFAST8): Likewise.
32218         [C99-based-standards] (SCNxFAST8): Likewise.
32219         [C99-based-standards] (PRId16): Likewise.
32220         [C99-based-standards] (PRIi16): Likewise.
32221         [C99-based-standards] (PRIo16): Likewise.
32222         [C99-based-standards] (PRIu16): Likewise.
32223         [C99-based-standards] (PRIx16): Likewise.
32224         [C99-based-standards] (PRIX16): Likewise.
32225         [C99-based-standards] (SCNd16): Likewise.
32226         [C99-based-standards] (SCNi16): Likewise.
32227         [C99-based-standards] (SCNo16): Likewise.
32228         [C99-based-standards] (SCNu16): Likewise.
32229         [C99-based-standards] (SCNx16): Likewise.
32230         [C99-based-standards] (PRIdLEAST16): Likewise.
32231         [C99-based-standards] (PRIiLEAST16): Likewise.
32232         [C99-based-standards] (PRIoLEAST16): Likewise.
32233         [C99-based-standards] (PRIuLEAST16): Likewise.
32234         [C99-based-standards] (PRIxLEAST16): Likewise.
32235         [C99-based-standards] (PRIXLEAST16): Likewise.
32236         [C99-based-standards] (SCNdLEAST16): Likewise.
32237         [C99-based-standards] (SCNiLEAST16): Likewise.
32238         [C99-based-standards] (SCNoLEAST16): Likewise.
32239         [C99-based-standards] (SCNuLEAST16): Likewise.
32240         [C99-based-standards] (SCNxLEAST16): Likewise.
32241         [C99-based-standards] (PRIdFAST16): Likewise.
32242         [C99-based-standards] (PRIiFAST16): Likewise.
32243         [C99-based-standards] (PRIoFAST16): Likewise.
32244         [C99-based-standards] (PRIuFAST16): Likewise.
32245         [C99-based-standards] (PRIxFAST16): Likewise.
32246         [C99-based-standards] (PRIXFAST16): Likewise.
32247         [C99-based-standards] (SCNdFAST16): Likewise.
32248         [C99-based-standards] (SCNiFAST16): Likewise.
32249         [C99-based-standards] (SCNoFAST16): Likewise.
32250         [C99-based-standards] (SCNuFAST16): Likewise.
32251         [C99-based-standards] (SCNxFAST16): Likewise.
32252         [C99-based-standards] (PRId32): Likewise.
32253         [C99-based-standards] (PRIi32): Likewise.
32254         [C99-based-standards] (PRIo32): Likewise.
32255         [C99-based-standards] (PRIu32): Likewise.
32256         [C99-based-standards] (PRIx32): Likewise.
32257         [C99-based-standards] (PRIX32): Likewise.
32258         [C99-based-standards] (SCNd32): Likewise.
32259         [C99-based-standards] (SCNi32): Likewise.
32260         [C99-based-standards] (SCNo32): Likewise.
32261         [C99-based-standards] (SCNu32): Likewise.
32262         [C99-based-standards] (SCNx32): Likewise.
32263         [C99-based-standards] (PRIdLEAST32): Likewise.
32264         [C99-based-standards] (PRIiLEAST32): Likewise.
32265         [C99-based-standards] (PRIoLEAST32): Likewise.
32266         [C99-based-standards] (PRIuLEAST32): Likewise.
32267         [C99-based-standards] (PRIxLEAST32): Likewise.
32268         [C99-based-standards] (PRIXLEAST32): Likewise.
32269         [C99-based-standards] (SCNdLEAST32): Likewise.
32270         [C99-based-standards] (SCNiLEAST32): Likewise.
32271         [C99-based-standards] (SCNoLEAST32): Likewise.
32272         [C99-based-standards] (SCNuLEAST32): Likewise.
32273         [C99-based-standards] (SCNxLEAST32): Likewise.
32274         [C99-based-standards] (PRIdFAST32): Likewise.
32275         [C99-based-standards] (PRIiFAST32): Likewise.
32276         [C99-based-standards] (PRIoFAST32): Likewise.
32277         [C99-based-standards] (PRIuFAST32): Likewise.
32278         [C99-based-standards] (PRIxFAST32): Likewise.
32279         [C99-based-standards] (PRIXFAST32): Likewise.
32280         [C99-based-standards] (SCNdFAST32): Likewise.
32281         [C99-based-standards] (SCNiFAST32): Likewise.
32282         [C99-based-standards] (SCNoFAST32): Likewise.
32283         [C99-based-standards] (SCNuFAST32): Likewise.
32284         [C99-based-standards] (SCNxFAST32): Likewise.
32285         [C99-based-standards] (PRId64): Likewise.
32286         [C99-based-standards] (PRIi64): Likewise.
32287         [C99-based-standards] (PRIo64): Likewise.
32288         [C99-based-standards] (PRIu64): Likewise.
32289         [C99-based-standards] (PRIx64): Likewise.
32290         [C99-based-standards] (PRIX64): Likewise.
32291         [C99-based-standards] (SCNd64): Likewise.
32292         [C99-based-standards] (SCNi64): Likewise.
32293         [C99-based-standards] (SCNo64): Likewise.
32294         [C99-based-standards] (SCNu64): Likewise.
32295         [C99-based-standards] (SCNx64): Likewise.
32296         [C99-based-standards] (PRIdLEAST64): Likewise.
32297         [C99-based-standards] (PRIiLEAST64): Likewise.
32298         [C99-based-standards] (PRIoLEAST64): Likewise.
32299         [C99-based-standards] (PRIuLEAST64): Likewise.
32300         [C99-based-standards] (PRIxLEAST64): Likewise.
32301         [C99-based-standards] (PRIXLEAST64): Likewise.
32302         [C99-based-standards] (SCNdLEAST64): Likewise.
32303         [C99-based-standards] (SCNiLEAST64): Likewise.
32304         [C99-based-standards] (SCNoLEAST64): Likewise.
32305         [C99-based-standards] (SCNuLEAST64): Likewise.
32306         [C99-based-standards] (SCNxLEAST64): Likewise.
32307         [C99-based-standards] (PRIdFAST64): Likewise.
32308         [C99-based-standards] (PRIiFAST64): Likewise.
32309         [C99-based-standards] (PRIoFAST64): Likewise.
32310         [C99-based-standards] (PRIuFAST64): Likewise.
32311         [C99-based-standards] (PRIxFAST64): Likewise.
32312         [C99-based-standards] (PRIXFAST64): Likewise.
32313         [C99-based-standards] (SCNdFAST64): Likewise.
32314         [C99-based-standards] (SCNiFAST64): Likewise.
32315         [C99-based-standards] (SCNoFAST64): Likewise.
32316         [C99-based-standards] (SCNuFAST64): Likewise.
32317         [C99-based-standards] (SCNxFAST64): Likewise.
32318         [C99-based-standards] (PRIdMAX): Likewise.
32319         [C99-based-standards] (PRIiMAX): Likewise.
32320         [C99-based-standards] (PRIoMAX): Likewise.
32321         [C99-based-standards] (PRIuMAX): Likewise.
32322         [C99-based-standards] (PRIxMAX): Likewise.
32323         [C99-based-standards] (PRIXMAX): Likewise.
32324         [C99-based-standards] (SCNdMAX): Likewise.
32325         [C99-based-standards] (SCNiMAX): Likewise.
32326         [C99-based-standards] (SCNoMAX): Likewise.
32327         [C99-based-standards] (SCNuMAX): Likewise.
32328         [C99-based-standards] (SCNxMAX): Likewise.
32329         [C99-based-standards] (PRIdPTR): Likewise.
32330         [C99-based-standards] (PRIiPTR): Likewise.
32331         [C99-based-standards] (PRIoPTR): Likewise.
32332         [C99-based-standards] (PRIuPTR): Likewise.
32333         [C99-based-standards] (PRIxPTR): Likewise.
32334         [C99-based-standards] (PRIXPTR): Likewise.
32335         [C99-based-standards] (SCNdPTR): Likewise.
32336         [C99-based-standards] (SCNiPTR): Likewise.
32337         [C99-based-standards] (SCNoPTR): Likewise.
32338         [C99-based-standards] (SCNuPTR): Likewise.
32339         [C99-based-standards] (SCNxPTR): Likewise.
32340         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
32341         allow.
32342         * conform/data/stdint.h-data: Update comments to clarify
32343         requirements.
32344         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
32345         type.
32346         [C99-based standards] (INT8_MAX): Likewise.
32347         [C99-based standards] (INT16_MIN): Likewise.
32348         [C99-based standards] (INT16_MAX): Likewise.
32349         [C99-based standards] (INT32_MIN): Likewise.
32350         [C99-based standards] (INT32_MAX): Likewise.
32351         [C99-based standards] (INT64_MIN): Likewise.
32352         [C99-based standards] (INT64_MAX): Likewise.
32353         [C99-based standards] (UINT8_MAX): Likewise.
32354         [C99-based standards] (UINT16_MAX): Likewise.
32355         [C99-based standards] (UINT32_MAX): Likewise.
32356         [C99-based standards] (UINT64_MAX): Likewise.
32357         [C99-based standards] (INT_LEAST8_MIN): Likewise.
32358         [C99-based standards] (INT_LEAST8_MAX): Likewise.
32359         [C99-based standards] (INT_LEAST16_MIN): Likewise.
32360         [C99-based standards] (INT_LEAST16_MAX): Likewise.
32361         [C99-based standards] (INT_LEAST32_MIN): Likewise.
32362         [C99-based standards] (INT_LEAST32_MAX): Likewise.
32363         [C99-based standards] (INT_LEAST64_MIN): Likewise.
32364         [C99-based standards] (INT_LEAST64_MAX): Likewise.
32365         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
32366         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
32367         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
32368         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
32369         [C99-based standards] (INT_FAST8_MIN): Likewise.
32370         [C99-based standards] (INT_FAST8_MAX): Likewise.
32371         [C99-based standards] (INT_FAST16_MIN): Likewise.
32372         [C99-based standards] (INT_FAST16_MAX): Likewise.
32373         [C99-based standards] (INT_FAST32_MIN): Likewise.
32374         [C99-based standards] (INT_FAST32_MAX): Likewise.
32375         [C99-based standards] (INT_FAST64_MIN): Likewise.
32376         [C99-based standards] (INT_FAST64_MAX): Likewise.
32377         [C99-based standards] (UINT_FAST8_MAX): Likewise.
32378         [C99-based standards] (UINT_FAST16_MAX): Likewise.
32379         [C99-based standards] (UINT_FAST32_MAX): Likewise.
32380         [C99-based standards] (UINT_FAST64_MAX): Likewise.
32381         [C99-based standards] (INTPTR_MIN): Likewise.
32382         [C99-based standards] (INTPTR_MAX): Likewise.
32383         [C99-based standards] (UINTPTR_MAX): Likewise.
32384         [C99-based standards] (INTMAX_MIN): Likewise.
32385         [C99-based standards] (INTMAX_MAX): Likewise.
32386         [C99-based standards] (UINTMAX_MAX): Likewise.
32387         [C99-based standards] (PTRDIFF_MIN): Likewise.
32388         [C99-based standards] (PTRDIFF_MAX): Likewise.
32389         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
32390         [C99-based standards] (SIZE_MAX): Likewise.
32391         [C99-based standards] (WCHAR_MAX): Likewise.
32392         [C99-based standards] (WINT_MAX): Likewise.
32393         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
32394         constraint on value.
32395         [C99-based standards] (WCHAR_MIN): Likewise.
32396         [C99-based standards] (WINT_MIN): Likewise.
32397         [C99-based standards] (*_t): Allow.
32398         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
32399         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
32400         Include math.h-data and complex.h-data.  Remove all expectations
32401         of math.h and complex.h contents.
32402         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
32403         at end of line.
32404         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
32405         (struct tm): Expect tag.
32406         [C99-based-standards] (wcstof): Expect function.
32407         [C99-based-standards] (wcstold): Likewise.
32408         [C99-based-standards] (wcstoll): Likewise.
32409         [C99-based-standards] (wcstoull): Likewise.
32410         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
32411         macro-int-constant.  Specify type.
32412         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
32413         constraint on value.
32414         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32415         Specify type.
32416         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
32417         Specify value.
32418         [ISO C standards]: Do not allow headers.
32419         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
32420         wcs[abcdefghijklmnopqrstuvwxyz]*.
32421         [ISO C standards] (*_t): Do not allow.
32422         * conform/data/wctype.h-data [C99-based standards] (iswblank):
32423         Expect function.
32424         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
32425         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32426         Specify type.
32427         [ISO C standards]: Do not allow headers.
32428         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
32429         is[abcdefghijklmnopqrstuvwxyz]*.
32430         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
32431         to[abcdefghijklmnopqrstuvwxyz]*.
32432         [ISO C standards] (*_t): Do not allow.
32433         * conform/data/stdalign.h-data: New file.
32434         * conform/data/stdbool.h-data: Likewise.
32435         * conform/data/stdnoreturn.h-data: Likewise.
32437 2012-11-07  Roland McGrath  <roland@hack.frob.com>
32439         [BZ #14815]
32440         * manual/filesys.texi (Directory Entries): Typo fix.
32441         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
32443 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32445         * elf/elf.h (EM_AARCH64): New macro.
32446         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
32447         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
32448         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
32449         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
32450         (R_AARCH64_TLSDESC): Likewise.
32451         (NT_ARM_TLS): Likewise.
32452         (NT_ARM_HW_BREAK): Likewise.
32453         (NT_ARM_HW_WATCH): Likewise.
32455 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32457         [BZ #14811]
32458         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
32459         (__ieee754_powl): Saturate nonzero exponents with absolute value
32460         below 0x1p-79 to +/- 0x1p-79.
32461         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
32462         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
32463         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
32464         nonzero exponents with absolute value below 0x1p-32 to +/-
32465         0x1p-32.
32466         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
32467         (__ieee754_powl): Saturate nonzero exponents with absolute value
32468         below 0x1p-79 to +/- 0x1p-79.
32469         * math/libm-test.inc (pow_test): Add more tests.
32471 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32473         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
32474         _dl_s390_cap_flags with kernel. Increase string length.
32475         (_dl_s390_platforms): Add z196 and zEC12.
32477 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32479         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
32480         Change XOPEN21K to XOPEN2K.
32482 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
32484         * string/memmove.c: Use memcpy when possible.
32486 2012-11-06  Andreas Jaeger  <aj@suse.de>
32488         * po/eo.po: Update from translation team.
32490 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
32492         [BZ #14793]
32493         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
32494         exponent and small x and y exponents, scale x or y up.  Increase
32495         by 2 the exponent used in scaling up.
32496         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32497         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32498         * math/libm-test.inc (fma_test): Add more tests.
32499         (fma_test_towardzero): Likewise.
32500         (fma_test_downward): Likewise.
32501         (fma_test_upward): Likewise.
32503 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
32505         [BZ #14805]
32506         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
32507         fenv_t *.
32509         [BZ #14801]
32510         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
32511         namespace for names of struct fields.
32512         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
32513         fenv_t fields.
32514         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
32515         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
32517 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
32519         [BZ #3665]
32520         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
32522 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32524         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
32525         PTR_DEMANGLE.
32527         [BZ #5246]
32528         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
32529         PTR_DEMANGLE.
32531 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
32533         [BZ #14797]
32534         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
32535         definitely overflow as x * y not x * y + z.
32536         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32537         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32538         * math/libm-test.inc (fma_test): Add more tests.
32539         (fma_test_towardzero): Likewise.
32540         (fma_test_downward): Likewise.
32541         (fma_test_upward): Likewise.
32543 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32545         [BZ #157]
32547         * include/stub-tag.h: Remove file.
32548         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
32549         '#include' of it.
32550         * manual/maint.texi (Porting): Don't reference it.
32551         * Makerules ($(objpfx)stubs): Likewise.
32552         * dirent/closedir.c: Don't include <stub-tag.h>.
32553         * dirent/dirfd.c: Likewise.
32554         * dirent/fdopendir.c: Likewise.
32555         * dirent/getdents.c: Likewise.
32556         * dirent/getdents64.c: Likewise.
32557         * dirent/opendir.c: Likewise.
32558         * dirent/readdir.c: Likewise.
32559         * dirent/readdir64.c: Likewise.
32560         * dirent/readdir64_r.c: Likewise.
32561         * dirent/readdir_r.c: Likewise.
32562         * dirent/rewinddir.c: Likewise.
32563         * dirent/seekdir.c: Likewise.
32564         * dirent/telldir.c: Likewise.
32565         * gmon/profil.c: Likewise.
32566         * grp/setgroups.c: Likewise.
32567         * inet/if_index.c: Likewise.
32568         * io/access.c: Likewise.
32569         * io/chdir.c: Likewise.
32570         * io/chmod.c: Likewise.
32571         * io/chown.c: Likewise.
32572         * io/close.c: Likewise.
32573         * io/dup.c: Likewise.
32574         * io/dup2.c: Likewise.
32575         * io/dup3.c: Likewise.
32576         * io/euidaccess.c: Likewise.
32577         * io/faccessat.c: Likewise.
32578         * io/fchdir.c: Likewise.
32579         * io/fchmod.c: Likewise.
32580         * io/fchmodat.c: Likewise.
32581         * io/fchown.c: Likewise.
32582         * io/fchownat.c: Likewise.
32583         * io/fcntl.c: Likewise.
32584         * io/flock.c: Likewise.
32585         * io/fstatfs.c: Likewise.
32586         * io/fstatfs64.c: Likewise.
32587         * io/fstatvfs.c: Likewise.
32588         * io/fstatvfs64.c: Likewise.
32589         * io/futimens.c: Likewise.
32590         * io/fxstat.c: Likewise.
32591         * io/fxstat64.c: Likewise.
32592         * io/fxstatat.c: Likewise.
32593         * io/fxstatat64.c: Likewise.
32594         * io/getcwd.c: Likewise.
32595         * io/isatty.c: Likewise.
32596         * io/lchmod.c: Likewise.
32597         * io/lchown.c: Likewise.
32598         * io/link.c: Likewise.
32599         * io/linkat.c: Likewise.
32600         * io/lseek.c: Likewise.
32601         * io/lseek64.c: Likewise.
32602         * io/lxstat64.c: Likewise.
32603         * io/mkdir.c: Likewise.
32604         * io/mkdirat.c: Likewise.
32605         * io/mkfifo.c: Likewise.
32606         * io/mkfifoat.c: Likewise.
32607         * io/open.c: Likewise.
32608         * io/open64.c: Likewise.
32609         * io/openat.c: Likewise.
32610         * io/openat64.c: Likewise.
32611         * io/pipe.c: Likewise.
32612         * io/pipe2.c: Likewise.
32613         * io/poll.c: Likewise.
32614         * io/posix_fadvise.c: Likewise.
32615         * io/posix_fadvise64.c: Likewise.
32616         * io/posix_fallocate.c: Likewise.
32617         * io/posix_fallocate64.c: Likewise.
32618         * io/read.c: Likewise.
32619         * io/readlink.c: Likewise.
32620         * io/readlinkat.c: Likewise.
32621         * io/rmdir.c: Likewise.
32622         * io/sendfile.c: Likewise.
32623         * io/sendfile64.c: Likewise.
32624         * io/statfs.c: Likewise.
32625         * io/statfs64.c: Likewise.
32626         * io/statvfs.c: Likewise.
32627         * io/statvfs64.c: Likewise.
32628         * io/symlink.c: Likewise.
32629         * io/symlinkat.c: Likewise.
32630         * io/ttyname.c: Likewise.
32631         * io/ttyname_r.c: Likewise.
32632         * io/umask.c: Likewise.
32633         * io/unlink.c: Likewise.
32634         * io/unlinkat.c: Likewise.
32635         * io/utime.c: Likewise.
32636         * io/utimensat.c: Likewise.
32637         * io/write.c: Likewise.
32638         * io/xmknod.c: Likewise.
32639         * io/xmknodat.c: Likewise.
32640         * io/xstat.c: Likewise.
32641         * io/xstat64.c: Likewise.
32642         * login/getpt.c: Likewise.
32643         * login/grantpt.c: Likewise.
32644         * login/unlockpt.c: Likewise.
32645         * math/e_acoshl.c: Likewise.
32646         * math/e_acosl.c: Likewise.
32647         * math/e_asinl.c: Likewise.
32648         * math/e_atan2l.c: Likewise.
32649         * math/e_atanhl.c: Likewise.
32650         * math/e_coshl.c: Likewise.
32651         * math/e_expl.c: Likewise.
32652         * math/e_fmodl.c: Likewise.
32653         * math/e_gammal_r.c: Likewise.
32654         * math/e_hypotl.c: Likewise.
32655         * math/e_j0l.c: Likewise.
32656         * math/e_j1l.c: Likewise.
32657         * math/e_jnl.c: Likewise.
32658         * math/e_lgammal_r.c: Likewise.
32659         * math/e_log10l.c: Likewise.
32660         * math/e_log2l.c: Likewise.
32661         * math/e_logl.c: Likewise.
32662         * math/e_powl.c: Likewise.
32663         * math/e_rem_pio2l.c: Likewise.
32664         * math/e_sinhl.c: Likewise.
32665         * math/e_sqrtl.c: Likewise.
32666         * math/fclrexcpt.c: Likewise.
32667         * math/fedisblxcpt.c: Likewise.
32668         * math/feenablxcpt.c: Likewise.
32669         * math/fegetenv.c: Likewise.
32670         * math/fegetexcept.c: Likewise.
32671         * math/fegetround.c: Likewise.
32672         * math/feholdexcpt.c: Likewise.
32673         * math/fesetenv.c: Likewise.
32674         * math/fesetround.c: Likewise.
32675         * math/feupdateenv.c: Likewise.
32676         * math/fgetexcptflg.c: Likewise.
32677         * math/fraiseexcpt.c: Likewise.
32678         * math/fsetexcptflg.c: Likewise.
32679         * math/ftestexcept.c: Likewise.
32680         * math/k_cosl.c: Likewise.
32681         * math/k_rem_pio2l.c: Likewise.
32682         * math/k_sinl.c: Likewise.
32683         * math/k_tanl.c: Likewise.
32684         * math/s_asinhl.c: Likewise.
32685         * math/s_atanl.c: Likewise.
32686         * math/s_cbrtl.c: Likewise.
32687         * math/s_erfl.c: Likewise.
32688         * math/s_expm1l.c: Likewise.
32689         * math/s_log1pl.c: Likewise.
32690         * math/s_tanhl.c: Likewise.
32691         * misc/acct.c: Likewise.
32692         * misc/brk.c: Likewise.
32693         * misc/chflags.c: Likewise.
32694         * misc/chroot.c: Likewise.
32695         * misc/fchflags.c: Likewise.
32696         * misc/fgetxattr.c: Likewise.
32697         * misc/flistxattr.c: Likewise.
32698         * misc/fremovexattr.c: Likewise.
32699         * misc/fsetxattr.c: Likewise.
32700         * misc/fsync.c: Likewise.
32701         * misc/ftruncate.c: Likewise.
32702         * misc/futimes.c: Likewise.
32703         * misc/futimesat.c: Likewise.
32704         * misc/getdomain.c: Likewise.
32705         * misc/getdtsz.c: Likewise.
32706         * misc/gethostid.c: Likewise.
32707         * misc/gethostname.c: Likewise.
32708         * misc/getloadavg.c: Likewise.
32709         * misc/getpagesize.c: Likewise.
32710         * misc/getsysstats.c: Likewise.
32711         * misc/getxattr.c: Likewise.
32712         * misc/gtty.c: Likewise.
32713         * misc/ioctl.c: Likewise.
32714         * misc/lgetxattr.c: Likewise.
32715         * misc/listxattr.c: Likewise.
32716         * misc/llistxattr.c: Likewise.
32717         * misc/lremovexattr.c: Likewise.
32718         * misc/lsetxattr.c: Likewise.
32719         * misc/lutimes.c: Likewise.
32720         * misc/madvise.c: Likewise.
32721         * misc/mincore.c: Likewise.
32722         * misc/mlock.c: Likewise.
32723         * misc/mlockall.c: Likewise.
32724         * misc/mmap.c: Likewise.
32725         * misc/mprotect.c: Likewise.
32726         * misc/msync.c: Likewise.
32727         * misc/munlock.c: Likewise.
32728         * misc/munlockall.c: Likewise.
32729         * misc/munmap.c: Likewise.
32730         * misc/preadv.c: Likewise.
32731         * misc/preadv64.c: Likewise.
32732         * misc/ptrace.c: Likewise.
32733         * misc/pwritev.c: Likewise.
32734         * misc/pwritev64.c: Likewise.
32735         * misc/readv.c: Likewise.
32736         * misc/reboot.c: Likewise.
32737         * misc/remap_file_pages.c: Likewise.
32738         * misc/removexattr.c: Likewise.
32739         * misc/revoke.c: Likewise.
32740         * misc/select.c: Likewise.
32741         * misc/setdomain.c: Likewise.
32742         * misc/setegid.c: Likewise.
32743         * misc/seteuid.c: Likewise.
32744         * misc/sethostid.c: Likewise.
32745         * misc/sethostname.c: Likewise.
32746         * misc/setregid.c: Likewise.
32747         * misc/setreuid.c: Likewise.
32748         * misc/setxattr.c: Likewise.
32749         * misc/sstk.c: Likewise.
32750         * misc/stty.c: Likewise.
32751         * misc/swapoff.c: Likewise.
32752         * misc/swapon.c: Likewise.
32753         * misc/sync.c: Likewise.
32754         * misc/syncfs.c: Likewise.
32755         * misc/syscall.c: Likewise.
32756         * misc/truncate.c: Likewise.
32757         * misc/ualarm.c: Likewise.
32758         * misc/usleep.c: Likewise.
32759         * misc/ustat.c: Likewise.
32760         * misc/utimes.c: Likewise.
32761         * misc/vhangup.c: Likewise.
32762         * misc/writev.c: Likewise.
32763         * posix/_exit.c: Likewise.
32764         * posix/alarm.c: Likewise.
32765         * posix/execve.c: Likewise.
32766         * posix/fexecve.c: Likewise.
32767         * posix/fork.c: Likewise.
32768         * posix/fpathconf.c: Likewise.
32769         * posix/getaddrinfo.c: Likewise.
32770         * posix/getegid.c: Likewise.
32771         * posix/geteuid.c: Likewise.
32772         * posix/getgid.c: Likewise.
32773         * posix/getgroups.c: Likewise.
32774         * posix/getlogin.c: Likewise.
32775         * posix/getlogin_r.c: Likewise.
32776         * posix/getpgid.c: Likewise.
32777         * posix/getpid.c: Likewise.
32778         * posix/getppid.c: Likewise.
32779         * posix/getresgid.c: Likewise.
32780         * posix/getresuid.c: Likewise.
32781         * posix/getsid.c: Likewise.
32782         * posix/getuid.c: Likewise.
32783         * posix/glob64.c: Likewise.
32784         * posix/nanosleep.c: Likewise.
32785         * posix/pathconf.c: Likewise.
32786         * posix/pause.c: Likewise.
32787         * posix/posix_madvise.c: Likewise.
32788         * posix/pread.c: Likewise.
32789         * posix/pread64.c: Likewise.
32790         * posix/pwrite.c: Likewise.
32791         * posix/pwrite64.c: Likewise.
32792         * posix/sched_getaffinity.c: Likewise.
32793         * posix/sched_getp.c: Likewise.
32794         * posix/sched_gets.c: Likewise.
32795         * posix/sched_primax.c: Likewise.
32796         * posix/sched_primin.c: Likewise.
32797         * posix/sched_rr_gi.c: Likewise.
32798         * posix/sched_setaffinity.c: Likewise.
32799         * posix/sched_setp.c: Likewise.
32800         * posix/sched_sets.c: Likewise.
32801         * posix/sched_yield.c: Likewise.
32802         * posix/setgid.c: Likewise.
32803         * posix/setlogin.c: Likewise.
32804         * posix/setpgid.c: Likewise.
32805         * posix/setresgid.c: Likewise.
32806         * posix/setresuid.c: Likewise.
32807         * posix/setsid.c: Likewise.
32808         * posix/setuid.c: Likewise.
32809         * posix/sleep.c: Likewise.
32810         * posix/spawni.c: Likewise.
32811         * posix/sysconf.c: Likewise.
32812         * posix/times.c: Likewise.
32813         * posix/wait.c: Likewise.
32814         * posix/wait3.c: Likewise.
32815         * posix/wait4.c: Likewise.
32816         * posix/waitpid.c: Likewise.
32817         * resolv/gai_sigqueue.c: Likewise.
32818         * resource/getpriority.c: Likewise.
32819         * resource/getrlimit.c: Likewise.
32820         * resource/getrusage.c: Likewise.
32821         * resource/nice.c: Likewise.
32822         * resource/setpriority.c: Likewise.
32823         * resource/setrlimit.c: Likewise.
32824         * resource/ulimit.c: Likewise.
32825         * rt/aio_cancel.c: Likewise.
32826         * rt/aio_fsync.c: Likewise.
32827         * rt/aio_read.c: Likewise.
32828         * rt/aio_sigqueue.c: Likewise.
32829         * rt/aio_suspend.c: Likewise.
32830         * rt/aio_write.c: Likewise.
32831         * rt/clock_getres.c: Likewise.
32832         * rt/clock_gettime.c: Likewise.
32833         * rt/clock_nanosleep.c: Likewise.
32834         * rt/clock_settime.c: Likewise.
32835         * rt/lio_listio.c: Likewise.
32836         * rt/mq_close.c: Likewise.
32837         * rt/mq_getattr.c: Likewise.
32838         * rt/mq_notify.c: Likewise.
32839         * rt/mq_open.c: Likewise.
32840         * rt/mq_receive.c: Likewise.
32841         * rt/mq_send.c: Likewise.
32842         * rt/mq_setattr.c: Likewise.
32843         * rt/mq_timedreceive.c: Likewise.
32844         * rt/mq_timedsend.c: Likewise.
32845         * rt/mq_unlink.c: Likewise.
32846         * rt/shm_open.c: Likewise.
32847         * rt/shm_unlink.c: Likewise.
32848         * rt/timer_create.c: Likewise.
32849         * rt/timer_delete.c: Likewise.
32850         * rt/timer_getoverr.c: Likewise.
32851         * rt/timer_gettime.c: Likewise.
32852         * rt/timer_settime.c: Likewise.
32853         * setjmp/__longjmp.c: Likewise.
32854         * setjmp/setjmp.c: Likewise.
32855         * signal/kill.c: Likewise.
32856         * signal/killpg.c: Likewise.
32857         * signal/raise.c: Likewise.
32858         * signal/sigaction.c: Likewise.
32859         * signal/sigaltstack.c: Likewise.
32860         * signal/sigblock.c: Likewise.
32861         * signal/sigignore.c: Likewise.
32862         * signal/sigintr.c: Likewise.
32863         * signal/signal.c: Likewise.
32864         * signal/sigpause.c: Likewise.
32865         * signal/sigpending.c: Likewise.
32866         * signal/sigqueue.c: Likewise.
32867         * signal/sigreturn.c: Likewise.
32868         * signal/sigset.c: Likewise.
32869         * signal/sigsetmask.c: Likewise.
32870         * signal/sigstack.c: Likewise.
32871         * signal/sigsuspend.c: Likewise.
32872         * signal/sigtimedwait.c: Likewise.
32873         * signal/sigvec.c: Likewise.
32874         * signal/sigwait.c: Likewise.
32875         * signal/sigwaitinfo.c: Likewise.
32876         * signal/sysv_signal.c: Likewise.
32877         * socket/accept.c: Likewise.
32878         * socket/accept4.c: Likewise.
32879         * socket/bind.c: Likewise.
32880         * socket/connect.c: Likewise.
32881         * socket/getpeername.c: Likewise.
32882         * socket/getsockname.c: Likewise.
32883         * socket/getsockopt.c: Likewise.
32884         * socket/isfdtype.c: Likewise.
32885         * socket/listen.c: Likewise.
32886         * socket/recv.c: Likewise.
32887         * socket/recvfrom.c: Likewise.
32888         * socket/recvmsg.c: Likewise.
32889         * socket/send.c: Likewise.
32890         * socket/sendmsg.c: Likewise.
32891         * socket/sendto.c: Likewise.
32892         * socket/setsockopt.c: Likewise.
32893         * socket/shutdown.c: Likewise.
32894         * socket/sockatmark.c: Likewise.
32895         * socket/socket.c: Likewise.
32896         * socket/socketpair.c: Likewise.
32897         * stdio-common/ctermid.c: Likewise.
32898         * stdio-common/cuserid.c: Likewise.
32899         * stdio-common/remove.c: Likewise.
32900         * stdio-common/rename.c: Likewise.
32901         * stdio-common/renameat.c: Likewise.
32902         * stdio-common/tempname.c: Likewise.
32903         * stdlib/getcontext.c: Likewise.
32904         * stdlib/makecontext.c: Likewise.
32905         * stdlib/setcontext.c: Likewise.
32906         * stdlib/swapcontext.c: Likewise.
32907         * stdlib/system.c: Likewise.
32908         * streams/fattach.c: Likewise.
32909         * streams/fdetach.c: Likewise.
32910         * streams/getmsg.c: Likewise.
32911         * streams/getpmsg.c: Likewise.
32912         * streams/putmsg.c: Likewise.
32913         * streams/putpmsg.c: Likewise.
32914         * sysdeps/unix/bsd/getpt.c: Likewise.
32915         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
32916         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
32917         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
32918         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
32919         Likewise.
32920         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
32921         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
32922         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
32923         * sysvipc/msgctl.c: Likewise.
32924         * sysvipc/msgget.c: Likewise.
32925         * sysvipc/msgrcv.c: Likewise.
32926         * sysvipc/msgsnd.c: Likewise.
32927         * sysvipc/semctl.c: Likewise.
32928         * sysvipc/semget.c: Likewise.
32929         * sysvipc/semop.c: Likewise.
32930         * sysvipc/semtimedop.c: Likewise.
32931         * sysvipc/shmat.c: Likewise.
32932         * sysvipc/shmctl.c: Likewise.
32933         * sysvipc/shmdt.c: Likewise.
32934         * sysvipc/shmget.c: Likewise.
32935         * termios/tcdrain.c: Likewise.
32936         * termios/tcflow.c: Likewise.
32937         * termios/tcflush.c: Likewise.
32938         * termios/tcgetattr.c: Likewise.
32939         * termios/tcgetpgrp.c: Likewise.
32940         * termios/tcsendbrk.c: Likewise.
32941         * termios/tcsetattr.c: Likewise.
32942         * termios/tcsetpgrp.c: Likewise.
32943         * time/adjtime.c: Likewise.
32944         * time/clock.c: Likewise.
32945         * time/getitimer.c: Likewise.
32946         * time/gettimeofday.c: Likewise.
32947         * time/setitimer.c: Likewise.
32948         * time/settimeofday.c: Likewise.
32949         * time/stime.c: Likewise.
32950         * time/time.c: Likewise.
32952 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
32954         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
32955         /usr/old/bin.
32957         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
32958         instead of spaces.
32959         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
32961 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
32963         [BZ #14796]
32964         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
32965         FE_TONEAREST before applying Dekker multiplication and Knuth
32966         addition.  Clear inexact exceptions and check for exact zero
32967         results afterwards.
32968         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32969         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
32970         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32971         * math/libm-test.inc (fma_test): Add more tests.
32972         (fma_test_towardzero): Likewise.
32973         (fma_test_downward): Likewise.
32974         (fma_test_upward): Likewise.
32975         * sysdeps/generic/math_private.h (default_libc_fesetround): New
32976         function.
32977         (libc_fesetround): New macro.
32978         (libc_fesetroundf): Likewise.
32979         (libc_fesetroundl): Likewise.
32980         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
32981         function.
32982         (libc_fesetround_387): Likewise.
32983         (libc_fesetroundf): New macro.
32984         (libc_fesetround): Likewise.
32985         (libc_fesetroundl): Likewise.
32986         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
32987         function.
32988         (libc_fesetroundf): New macro.
32989         (libc_fesetround): Likewise.
32990         (libc_fesetroundl): Likewise.
32991         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
32992         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
32993         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
32994         libm_hidden_ver.
32995         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
32996         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
32997         libm_hidden_def.
32998         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
32999         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
33000         libm_hidden_ver.
33001         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
33002         libm_hidden_def.
33004         [BZ #3439]
33005         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
33006         integer constant usable in #if and use that to give value to enum
33007         constant.
33008         (FE_DIVBYZERO): Likewise.
33009         (FE_UNDERFLOW): Likewise.
33010         (FE_OVERFLOW): Likewise.
33011         (FE_INVALID): Likewise.
33012         (FE_INVALID_SNAN): Likewise.
33013         (FE_INVALID_ISI): Likewise.
33014         (FE_INVALID_IDI): Likewise.
33015         (FE_INVALID_ZDZ): Likewise.
33016         (FE_INVALID_IMZ): Likewise.
33017         (FE_INVALID_COMPARE): Likewise.
33018         (FE_INVALID_SOFTWARE): Likewise.
33019         (FE_INVALID_SQRT): Likewise.
33020         (FE_INVALID_INTEGER_CONVERSION): Likewise.
33021         (FE_TONEAREST): Likewise.
33022         (FE_TOWARDZERO): Likewise.
33023         (FE_UPWARD): Likewise.
33024         (FE_DOWNWARD): Likewise.
33025         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
33026         (FE_DIVBYZERO): Likewise.
33027         (FE_OVERFLOW): Likewise.
33028         (FE_UNDERFLOW): Likewise.
33029         (FE_INEXACT): Likewise.
33030         (FE_TONEAREST): Likewise.
33031         (FE_DOWNWARD): Likewise.
33032         (FE_UPWARD): Likewise.
33033         (FE_TOWARDZERO): Likewise.
33034         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
33035         (FE_UNDERFLOW): Likewise.
33036         (FE_OVERFLOW): Likewise.
33037         (FE_DIVBYZERO): Likewise.
33038         (FE_INVALID): Likewise.
33039         (FE_TONEAREST): Likewise.
33040         (FE_TOWARDZERO): Likewise.
33041         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
33042         (FE_OVERFLOW): Likewise.
33043         (FE_UNDERFLOW): Likewise.
33044         (FE_DIVBYZERO): Likewise.
33045         (FE_INEXACT): Likewise.
33046         (FE_TONEAREST): Likewise.
33047         (FE_TOWARDZERO): Likewise.
33048         (FE_UPWARD): Likewise.
33049         (FE_DOWNWARD): Likewise.
33050         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
33051         (FE_DIVBYZERO): Likewise.
33052         (FE_OVERFLOW): Likewise.
33053         (FE_UNDERFLOW): Likewise.
33054         (FE_INEXACT): Likewise.
33055         (FE_TONEAREST): Likewise.
33056         (FE_DOWNWARD): Likewise.
33057         (FE_UPWARD): Likewise.
33058         (FE_TOWARDZERO): Likewise.
33060 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
33062         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
33064 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
33066         * scripts/cross-test-ssh.sh (command): Use newlines to separate
33067         commands.  Quote $PWD.
33068         (blacklist_exports): Don't use remove_newlines.  Replace "declare
33069         -x" by "export".
33070         (remove_newlines): Remove.
33072 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
33074         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
33075         * stdlib/stdlib.h (atof): Moved to ...
33076         * include/bits/stdlib-float.h: Here.  New file.
33077         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
33078         * stdlib/bits/stdlib-float.h: New file.
33079         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
33080         -mno-sse -mno-mmx.
33081         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
33082         <xmmintrin.h>.
33084 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
33086         * conform/conformtest.pl (@headers): Add fenv.h.
33087         * conform/data/fenv.h-data: New file.
33088         * include/fenv.h [_ISOMAC]: Disable all contents of file except
33089         include of <math/fenv.h>.
33091         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
33092         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
33093         && !UNIX98].  Enables tests for XOPEN2K8.
33094         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
33095         POSIX2008]: Likewise.
33097         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
33098         (struct rusage): Do not expect type or its members.
33100         [BZ #3439]
33101         * math/math.h (FP_NAN): Define macro to integer constant usable in
33102         #if and use that to give value to enum constant.
33103         (FP_INFINITE): Likewise.
33104         (FP_ZERO): Likewise.
33105         (FP_SUBNORMAL): Likewise.
33106         (FP_NORMAL): Likewise.
33108 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
33110         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
33111         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
33112         arguments.
33114 2012-11-02  Roland McGrath  <roland@hack.frob.com>
33116         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
33117         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
33118         autoconf-time if not.
33119         * configure.in: Remove AC_PREREQ.
33121 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33123         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
33124         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
33125         of the internal implementation.
33127 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
33129         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
33130         except include of <misc/sys/syslog.h>.
33132 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
33134         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
33135         function returns with a NULL context exit with zero.
33137 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33139         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
33141 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
33143         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
33144         (run_program_cmd): This.
33145         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
33146         (tst_langinfo): New variable.  Use it.
33148 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
33150         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
33151         floating point opcodes.
33153 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33155         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
33156         variable.
33158         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
33160         * sysdeps/mach/hurd/powerpc: Remove directory.
33161         * sysdeps/mach/powerpc: Likewise.
33163 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
33165         * scripts/check-local-headers.sh: Ignore c++ headers.
33167 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33169         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
33170         __libc_cleanup_region_start argument.
33172 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
33174         [BZ #14784]
33175         [BZ #14785]
33176         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
33177         x * y using scaling, not as x * y + z.
33178         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33179         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33180         * math/libm-test.inc (fma_test): Add more tests.
33181         (fma_test_towardzero): Likewise.
33182         (fma_test_downward): Likewise.
33183         (fma_test_upward): Likewise.
33185 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33187         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
33189 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
33191         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
33192         New variable.
33194 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
33196         * rt/tst-shm.c (worker): Correct checking for mmap failure.
33198 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
33200         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33201         Fix sort order.
33202         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33203         Likewise.
33205 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33207         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33208         Fix the order of the list for glibc 2.17.
33209         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33210         Likewise.
33212 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
33214         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33216 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
33218         [BZ #14610]
33219         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
33220         for low part of x being zero before using __atanl (y).
33221         * math/libm-test.inc (atan2_test): Add another test.
33223         * manual/install.texi (Configuring and compiling): Document
33224         general use of test-wrapper and test-wrapper-env.
33225         * INSTALL: Regenerated.
33227         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
33228         (__fma): Do not extract and scale down low bits on after-rounding
33229         systems when result rounded to normal precision would have normal
33230         exponent.
33231         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
33232         (__fmal): Do not extract and scale down low bits on after-rounding
33233         systems when result rounded to normal precision would have normal
33234         exponent.
33235         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
33236         (__fmal): Do not extract and scale down low bits on after-rounding
33237         systems when result rounded to normal precision would have normal
33238         exponent.
33239         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
33240         macro.
33241         (fma_test): Add more tests.
33242         (fma_test_towardzero): Likewise.
33243         (fma_test_downward): Likewise.
33244         (fma_test_upward): Likewise.
33246 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
33248         * sysdeps/i386/tininess.h: Renamed to ...
33249         * sysdeps/x86/tininess.h: This.
33250         * sysdeps/x86_64/tininess.h: Removed.
33252 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
33254         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
33255         input.  Use $(build-program-cmd).
33256         ($(objpfx)tst-array1-static.out): Likewise.
33257         ($(objpfx)tst-array2.out): Likewise.
33258         ($(objpfx)tst-array3.out): Likewise.
33259         ($(objpfx)tst-array4.out): Likewise.
33260         ($(objpfx)tst-array5.out): Likewise.
33261         ($(objpfx)tst-array5-static.out): Likewise.
33263 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
33265         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
33266         if defined.
33268         * nss/nsswitch.h (nss_interface_function): Provide new
33269         macro for use with NSS functions.
33270         * grp/initgroups.c: Use new macro.
33271         * nss/getXXbyYY.c: Likewise.
33272         * nss/getXXbyYY_r.c: Likewise.
33273         * nss/getXXent.c: Likewise.
33274         * nss/getXXent_r.c: Likewise.
33275         * sysdeps/posix/getaddrinfo.c: Likewise.
33277 2012-10-30  Andreas Jaeger  <aj@suse.de>
33279         * po/ru.po: Update Russion translation from translation project.
33281 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
33283         [BZ #14152]
33284         [BZ #14783]
33285         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
33286         result and shift together with sticky bit instead of replicating
33287         round-to-nearest rounding.
33288         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33289         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33290         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
33291         missing underflow exceptions.
33292         (fma_test_towardzero): Add more tests.
33293         (fma_test_downward): Likewise.
33294         (fma_test_upward): Likewise.
33296         [BZ #14047]
33297         * sysdeps/generic/tininess.h: New file.
33298         * sysdeps/i386/tininess.h: Likewise.
33299         * sysdeps/sh/tininess.h: Likewise.
33300         * sysdeps/x86_64/tininess.h: Likewise.
33301         * stdlib/tst-strtod-underflow.c: Likewise.
33302         * stdlib/tst-tininess.c: Likewise.
33303         * stdlib/strtod_l.c: Include <tininess.h>.
33304         (round_and_return): Do not set errno for exact underflow cases.
33305         Force an underflow exception when setting errno for underflow.
33306         Determine underflow based on rounding to normal precision if
33307         TININESS_AFTER_ROUNDING.
33308         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
33309         ERANGE for exact underflow cases.
33310         * stdlib/Makefile (tests): Add tst-tininess and
33311         tst-strtod-underflow.
33312         ($(objpfx)tst-tininess): Use $(link-libm).
33313         ($(objpfx)tst-strtod-underflow): Likewise.
33315 2012-10-30  Andreas Jaeger  <aj@suse.de>
33317         [BZ#14767]
33318         * elf/Makefile (tests): Remove conditional for have-initfini-array
33319         since this is now always required and the variable does not exist
33320         anymore.
33321         (tests-static): Likewise.
33322         (modules-names): Likewise.
33324         * po/eo.po: Add Esperanto translation from translation project.
33326         * elf/tst-array1.c (fini_array): Make writeable so that it can be
33327         merged with constructor/destructor.
33328         (init_array): Likewise.
33329         * elf/tst-array2dep.c (fini_array): Likewise.
33330         (init_array): Likewise.
33332 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
33334         * manual/message.texi: Delete @cartouche tags.
33336 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
33338         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
33339         EOPNOTSUPP.
33340         * sysdeps/mach/hurd/fsync.c: Likewise.
33342         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
33343         [_POSIX_REALTIME_SIGNALS]: Change condition to
33344         [_POSIX_REALTIME_SIGNALS > 0].
33346 2012-10-27  Andreas Jaeger  <aj@suse.de>
33348         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
33349         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
33350         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
33351         [__WORDSIZE != 64]: Likewise.
33353 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
33355         *  iconvdata/tst-table.sh: Remove ${SHELL}.
33356         *  iconvdata/tst-tables.sh: Likewise.
33358 2012-10-25  David S. Miller  <davem@davemloft.net>
33360         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33361         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
33362         of strtoull.
33364         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
33365         ifunc-impl-list.c
33366         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
33367         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
33368         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
33369         file.
33371 2012-10-25  Roland McGrath  <roland@hack.frob.com>
33373         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33374         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
33375         __getdirentries.
33377 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33378             Jim Blandy  <jimb@codesourcery.com>
33380         * scripts/cross-test-ssh.sh: New file.
33381         * manual/install.texi (Configuring and compiling): Document use of
33382         cross-test-ssh.sh.
33383         * INSTALL: Regenerated.
33385 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
33387         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
33388         EOPNOTSUPP.
33390 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33392         * Makeconfig (run-program-prefix): Fix comment.
33394 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33395             Jim Blandy  <jimb@codesourcery.com>
33397         * Makeconfig (test-wrapper): New variable,
33398         (test-wrapper-env): Likewise.
33399         [$(cross-compiling) = yes && $(test-wrapper) != ""]
33400         (run-built-tests): Define to yes.
33401         (run-program-prefix): Use $(test-wrapper).
33402         (built-program-cmd): Likewise.
33403         * Rules (make-test-out): Use $(test-wrapper-env) and
33404         $(host-built-program-cmd).
33405         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
33406         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
33407         tst-pathopt.sh.
33408         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
33409         $(test-wrapper-env) to tst-rtld-load-self.sh.
33410         ($(objpfx)order2.out): Use $(test-wrapper).
33411         ($(objpfx)tst-initorder.out): Likewise.
33412         ($(objpfx)tst-initorder2.out): Likewise.
33413         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
33414         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
33415         (test_wrapper_env): New variable.  Use it to run ld.so.
33416         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
33417         Use it to run ld.so.
33418         (test_wrapper_env): Likewise.
33419         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
33420         $(test-wrapper) to run-iconv-test.sh.
33421         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
33422         (ICONV): Use $test_wrapper.
33423         * posix/Makefile ($(objpfx)globtest.out): Pass
33424         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
33425         globtest.sh, not $(run-program-prefix).
33426         * posix/globtest.sh (run_via_rtld_prefix): New variable.
33427         (test_wrapper): Likewise.
33428         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
33429         set together with run_via_rtld_prefix.
33430         (run_program_prefix): Define in terms of test_wrapper and
33431         run_via_rtld_prefix.
33433 2012-10-24  Roland McGrath  <roland@hack.frob.com>
33435         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
33436         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
33437         Targets removed.
33439         [BZ #14743]
33440         * include/time.h: Remove librt_hidden_proto (clock_gettime).
33441         Declare __clock_getres, __clock_gettime, __clock_settime,
33442         __clock_nanosleep, and __clock_getcpuclockid.
33443         * rt/clock_gettime.c: Define __clock_gettime as an alias.
33444         Remove librt_hidden_def (clock_gettime).
33445         * sysdeps/unix/clock_gettime.c: Likewise.
33446         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
33447         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
33448         * rt/clock_getres.c: Define __clock_getres as an alias.
33449         * sysdeps/posix/clock_getres.c: Likewise.
33450         * rt/clock_settime.c: Define __clock_settime as an alias.
33451         * sysdeps/unix/clock_settime.c: Likewise.
33452         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
33453         * sysdeps/unix/clock_nanosleep.c: Likewise.
33454         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
33455         * rt/clock-compat.c: New file.
33456         * rt/Makefile (librt-routines): Add clock-compat and move
33457         $(clock-routines) to ...
33458         (routines): ... here, new variable.
33459         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
33460         Don't add get_clockfreq here.
33461         * rt/Versions (libc: GLIBC_2.17): New version set.
33462         Add clock_* symbols here.
33463         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
33464         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
33465         (GLIBC_2.17): Add clock_* symbols.
33466         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
33467         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
33468         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
33469         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33470         Likewise.
33471         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33472         Likewise.
33473         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
33474         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
33475         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
33476         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
33477         * NEWS: Mention the move.
33479         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
33480         Use __open, __read, __close rather than their public counterparts.
33481         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33482         (__get_clockfreq_via_cpuinfo): Likewise.
33483         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
33484         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
33486         * config.h.in (HAVE_IFUNC): New #undef.
33487         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
33488         was successful.
33489         * configure: Regenerated.
33491 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33493         * configure.in: Move READELF check to start of file.
33494         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
33495         libc_cv_asm_gnu_indirect_function in the process.
33496         * configure: Regenerated.
33498 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33500         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
33501         send the output to /dev/null.
33502         (libc_cv_cc_with_libunwind): Likewise.
33503         (libc_cv_as_noexecstack): Likewise.
33504         * configure: Regenerate.
33506 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33508         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
33510         * posix/globtest.sh (TMPDIR): Do not set.
33511         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
33512         (testout): Likewise.
33514 2012-10-24  Andreas Jaeger  <aj@suse.de>
33516         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
33517         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
33518         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
33519         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
33520         posix_fadvise64, posix_fallocate64.
33522         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
33523         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
33524         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
33525         Likewise.
33526         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
33527         Likewise.
33528         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
33530         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
33531         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
33532         <bits/fcntl-linux.h>.
33533         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
33535         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
33536         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
33537         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
33538         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
33539         [__WORDSIZE != 64]: Likewise.
33541 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33543         * Makeconfig (run-built-tests): New variable.
33544         * Rules [$(cross-compiling) = yes]: Change condition to
33545         [$(run-built-tests) = no].
33546         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
33547         to [$(run-built-tests) = yes].
33548         * elf/Makefile [$(cross-compiling) = no]: Likewise
33549         * grp/Makefile [$(cross-compiling) = no]: Likewise.
33550         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
33551         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
33552         * intl/Makefile [$(cross-compiling) = no]: Likewise.
33553         * io/Makefile [$(cross-compiling) = no]: Likewise.
33554         * libio/Makefile [$(cross-compiling) = no]: Likewise.
33555         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
33556         * misc/Makefile [$(cross-compiling) = no]: Likewise.
33557         * posix/Makefile [$(cross-compiling) = no]: Likewise.
33558         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
33559         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
33560         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
33561         * string/Makefile [$(cross-compiling) = no]: Likewise.
33563         * posix/Makefile ($(objpfx)globtest.out): Pass
33564         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
33565         $(rtld-installed-name).
33566         * posix/globtest.sh (elf_objpfx): Remove variable.
33567         (rtld_installed_name): Likewise.
33568         (library_path): Likewise.
33569         (run_program_prefix): New variable.  Use for running globtest
33570         binary.
33572 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
33573             Joseph Myers  <joseph@codesourcery.com>
33575         * Makeconfig (host-built-program-cmd): New variable.
33576         * elf/Makefile (tst-stackguard1-ARGS): Use
33577         $(host-built-program-cmd).
33578         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
33579         (tst-spawn-ARGS): Likewise.
33580         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
33582 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33583             Jim Blandy  <jimb@codesourcery.com>
33585         * Makeconfig (run-via-rtld-prefix): New variable.
33586         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
33587         (built-program-cmd): Likewise.
33589 2012-10-22  Andreas Jaeger  <aj@suse.de>
33591         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
33592         __O_RSYNC if it exists, otherwise to O_SYNC.
33594 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
33595             Joseph Myers  <joseph@codesourcery.com>
33597         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
33598         /dev/null.
33599         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
33600         from /dev/null
33601         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
33602         /dev/null.
33604 2012-10-22  Andreas Jaeger  <aj@suse.de>
33606         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
33607         Define always.
33608         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
33610         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
33611         bits/fcntl-linux.h.
33613         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
33614         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
33616         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
33617         to __O_LARGEFILE.
33618         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
33619         to __O_LARGEFILE.
33621 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
33622             Joseph Myers  <joseph@codesourcery.com>
33624         * config.make.in (NM): New variable.
33626 2012-10-21  Andreas Jaeger  <aj@suse.de>
33628         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
33629         definitions and declarations that are provided by
33630         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
33632 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
33634         [BZ #14683]
33635         * elf/Makefile (tests-static): Add tst-leaks1-static.
33636         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
33637         ($(objpfx)tst-leaks1-static): New rule.
33638         ($(objpfx)tst-leaks1-static-mem): Likewise.
33639         (tst-leaks1-static-ENV): New macro.
33640         * elf/dl-open.c (dl_open_worker): Check the main application
33641         only if SHARED is defined.
33642         * elf/tst-leaks1-static.c: New file.
33644 2012-10-20  Andreas Jaeger  <aj@suse.de>
33646         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
33647         generic values for Linux.
33648         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
33649         and declarations that are provided by <bits/fcntl-linux.h> and
33650         include <bits/fcntl-linux.h>.
33651         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
33652         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
33654 2012-10-20  Roland McGrath  <roland@hack.frob.com>
33656         * io/fcntl.h: Move include of <bits/types.h> to the top and
33657         include it unconditionally.
33659 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
33661         * wcsmbs/Makefile (tests-ifunc): New variable.
33662         (tests): Add $(tests-ifunc).
33663         * wcsmbs/test-wcschr-ifunc.c: New file.
33664         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
33665         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
33666         * wcsmbs/test-wcslen-ifunc.c: Likewise.
33667         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
33668         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
33670         * string/Makefile (tests-ifunc): New variable.
33671         (tests): Add $(tests-ifunc).
33672         * string/test-memccpy.c (TEST_NAME): New macro.
33673         * string/test-memchr.c (TEST_NAME): Likewise.
33674         * string/test-memcmp.c (TEST_NAME): Likewise.
33675         * string/test-memcpy.c (TEST_NAME): Likewise.
33676         * string/test-memmem.c (TEST_NAME): Likewise.
33677         * string/test-memmove.c (TEST_NAME): Likewise.
33678         * string/test-memset.c (TEST_NAME): Likewise.
33679         * string/test-rawmemchr.c (TEST_NAME): Likewise.
33680         * string/test-stpcpy.c (TEST_NAME): Likewise.
33681         * string/test-stpncpy.c (TEST_NAME): Likewise.
33682         * string/test-strcasecmp.c (TEST_NAME): Likewise.
33683         * string/test-strcasestr.c (TEST_NAME): Likewise.
33684         * string/test-strcat.c (TEST_NAME): Likewise.
33685         * string/test-strchr.c (TEST_NAME): Likewise.
33686         * string/test-strcmp.c(TEST_NAME): Likewise.
33687         * string/test-strcpy.c (TEST_NAME): Likewise.
33688         * string/test-strcspn.c (TEST_NAME): Likewise.
33689         * string/test-strlen.c (TEST_NAME): Likewise.
33690         * string/test-strncasecmp.c (TEST_NAME): Likewise.
33691         * string/test-strncmp.c (TEST_NAME): Likewise.
33692         * string/test-strncpy.c (TEST_NAME): Likewise.
33693         * string/test-strnlen.c (TEST_NAME): Likewise.
33694         * string/test-strpbrk.c (TEST_NAME): Likewise.
33695         * string/test-strrchr.c (TEST_NAME): Likewise.
33696         * string/test-strspn.c (TEST_NAME): Likewise.
33697         * string/test-strstr.c (TEST_NAME): Likewise.
33698         * string/test-bcopy-ifunc.c: New file.
33699         * string/test-bzero-ifunc.c: Likewise.
33700         * string/test-memccpy-ifunc.c: Likewise.
33701         * string/test-memchr-ifunc.c: Likewise.
33702         * string/test-memcmp-ifunc.c: Likewise.
33703         * string/test-memcpy-ifunc.c: Likewise.
33704         * string/test-memmem-ifunc.c: Likewise.
33705         * string/test-memmove-ifunc.c: Likewise.
33706         * string/test-mempcpy-ifunc.c: Likewise.
33707         * string/test-memset-ifunc.c: Likewise.
33708         * string/test-rawmemchr-ifunc.c: Likewise.
33709         * string/test-stpcpy-ifunc.c: Likewise.
33710         * string/test-stpncpy-ifunc.c: Likewise.
33711         * string/test-strcasecmp-ifunc.c: Likewise.
33712         * string/test-strcasestr-ifunc.c: Likewise.
33713         * string/test-strcat-ifunc.c: Likewise.
33714         * string/test-strchr-ifunc.c: Likewise.
33715         * string/test-strchrnul-ifunc.c: Likewise.
33716         * string/test-strcmp-ifunc.c: Likewise.
33717         * string/test-strcpy-ifunc.c: Likewise.
33718         * string/test-strcspn-ifunc.c: Likewise.
33719         * string/test-strlen-ifunc.c: Likewise.
33720         * string/test-strncasecmp-ifunc.c: Likewise.
33721         * string/test-strncat-ifunc.c: Likewise.
33722         * string/test-strncmp-ifunc.c: Likewise.
33723         * string/test-strncpy-ifunc.c: Likewise.
33724         * string/test-strnlen-ifunc.c: Likewise.
33725         * string/test-strpbrk-ifunc.c: Likewise.
33726         * string/test-strrchr-ifunc.c: Likewise.
33727         * string/test-strspn-ifunc.c: Likewise.
33728         * string/test-strstr-ifunc.c: Likewise.
33730         * debug/Makefile (tests-ifunc): New variable.
33731         (tests): Add $(tests-ifunc).
33732         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
33733         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
33734         * debug/test-stpcpy_chk-ifunc.c: New file.
33735         * debug/test-strcpy_chk-ifunc.c: Likewise.
33737 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
33739         [BZ #13601]
33740         * elf/dl-load.c (open_verify): Retry read if the entire ELF
33741         header is not read in.
33743 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
33745         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
33746         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
33747         directly.  Pass built executable to script as
33748         $(built-program-cmd).
33749         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
33750         $testprogram without using LD_LIBRARY_PATH and $ldso.
33752         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
33753         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
33754         $(rtld-installed-name).
33755         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
33756         (rtld_installed_name): Likewise.
33757         (library_path): Likewise.
33758         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
33759         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
33760         $(run-program-prefix) to tst-tables.sh.
33761         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
33762         it to run tst-table-from and tst-table-to.
33763         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
33764         Pass it to tst-table.sh.
33765         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
33766         $(run-program-prefix) to tst-gettext.sh.
33767         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
33768         tst-translit.sh.
33769         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
33770         tst-gettext2.sh.
33771         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
33772         to run tst-gettext.
33773         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
33774         to run tst-gettext2.
33775         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
33776         to run tst-translit.
33777         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
33778         $(run-program-prefix) to tst-mtrace.sh.
33779         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
33780         to run tst-mtrace.
33781         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
33782         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
33783         $(rtld-installed-name).
33784         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
33785         (rtld_installed_name): Likewise.
33786         (run_program_prefix): New variable.  Use it to run wordexp-test.
33788         * Makeconfig (ARCH): Remove all definitions.
33789         (machine): Likewise.
33790         [ARCH]: Remove conditional code.
33791         [!objdir]: Give error.
33792         [!objdir] (objpfx): Remove.
33793         [!objdir] (common-objpfx): Likewise.
33794         [!objdir] (common-objdir): Likewise.
33795         * configure.in (config_makefile): Remove.  Hardcode Makefile in
33796         AC_CONFIG_FILES call.
33797         * configure: Regenerated.
33799         [BZ #13888]
33800         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
33801         or TMPDIR.
33802         (testout): Likewise.
33804         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
33805         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
33806         $(rtld-installed-name).
33807         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
33808         (rtld_installed_name): Likwise.
33809         (runit): Remove function.
33810         (run_getconf): New variable,  Use it for running getconf binary.
33812 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
33814         [BZ #14716]
33815         * string/test-memmem.c (check_result): New function.
33816         (do_one_test): Use it.
33817         (check1): New function.
33818         (test_main): Use it.
33820 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
33822         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
33824 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
33826         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
33827         (_G_LSEEK64): Likewise.
33828         (_G_MMAP64): Likewise.
33829         (_G_FSTAT64): Likewise.
33830         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
33831         (_G_LSEEK64): Likewise.
33832         (_G_MMAP64): Likewise.
33833         (_G_FSTAT64): Likewise.
33834         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
33835         unconditional.  Call __mmap64 directly.
33836         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
33837         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
33838         __lseek64 directly.
33839         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
33840         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
33841         __mmap64 directly.
33842         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
33843         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
33844         __lseek64 directly.
33845         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
33846         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
33847         __lseek64 directly.
33848         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
33849         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
33850         __lseek64 directly.
33851         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
33852         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
33853         __fxstat64 directly.
33854         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
33855         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
33856         unconditional.
33857         (freopen64) [!_G_OPEN64]: Remove conditional code.
33858         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
33859         unconditional.
33860         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
33861         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
33862         unconditional.
33863         (ftello64) [!_G_LSEEK64]: Remove conditional code.
33864         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
33865         unconditional.
33866         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
33867         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
33868         unconditional.
33869         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
33870         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
33871         unconditional.
33872         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
33873         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
33874         unconditional.
33875         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
33876         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
33877         unconditional.
33878         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
33880 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
33882         [BZ #12140]
33883         * manual/memory.texi (Malloc Tunable Parameters): Add note
33884         about free list pointers overwriting some perturb bytes.
33885         Wording suggested by Roland McGrath.
33887 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
33889         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
33890         (lgamma_test): Likewise.
33891         (tgamma_test): Likewise.
33893 2012-10-16  Florian Weimer  <fweimer@redhat.com>
33895         [BZ #14700]
33896         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
33897         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
33899 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
33901         * NEWS: Mention BZ #14716.
33902         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
33903         when removing AVAILABLE1_USES_J macro.
33905 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
33907         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
33908         (__bswap_64): __uint64_t for unsigned 64-bit int.
33910 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
33912         * include/string.h (memmem): Declare libc hidden alias.
33913         * string/memmem.c (memmem): Define libc hidden alias.
33914         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
33915         __read, __close instead of open, read, close.
33917 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
33919         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
33920         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
33921         global and hidden.
33922         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
33923         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
33924         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
33925         Likewise.
33926         (__rawmemchr_sse2): Likewise.
33927         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
33928         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
33929         (__strchr_sse2): Likewise.
33930         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
33931         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
33932         (__strcasecmp_sse2): Likewise.
33933         (__strncasecmp_sse2): Likewise.
33934         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
33935         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
33936         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
33937         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
33938         (__strrchr_sse2): Likewise.
33939         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
33940         ifunc-impl-list.c.
33941         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
33942         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
33943         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
33944         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
33945         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
33946         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
33947         * sysdeps/x86_64/multiarch/memset.S: Likewise.
33948         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
33949         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
33950         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
33951         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
33952         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
33953         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
33954         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
33955         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
33956         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
33957         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
33958         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
33959         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
33960         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
33961         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
33962         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
33963         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
33964         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
33965         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
33966         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
33967         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
33968         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
33969         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
33970         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
33972         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
33973         global and hidden.
33974         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
33975         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
33976         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
33977         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
33978         Likewise.
33979         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
33980         Likewise.
33981         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
33982         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
33983         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
33984         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
33985         ifunc-impl-list.c.
33986         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
33987         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
33988         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
33989         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
33990         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
33991         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
33992         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
33993         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
33994         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
33995         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
33996         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
33997         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
33998         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
33999         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
34000         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
34001         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
34002         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
34003         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
34004         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
34005         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
34006         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
34007         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
34008         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
34009         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
34010         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
34011         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
34012         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
34013         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
34014         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
34015         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
34016         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
34017         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
34018         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
34019         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
34020         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
34021         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
34022         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
34023         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
34024         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
34025         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
34026         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
34028         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
34029         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
34030         * include/ifunc-impl-list.h: New file.
34031         * misc/ifunc-impl-list.c: Likewise.
34032         * misc/Makefile (routines): Add ifunc-impl-list.
34033         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
34034         * string/test-string.h: Include <ifunc-impl-list.h>.
34035         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
34036         TEST_NAME]: New variables.
34037         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
34038         are defined.
34039         (test_init): Call __libc_ifunc_impl_list to initialize
34040         func_list if TEST_IFUNC and TEST_NAME are defined.
34042         * string/Makefile (strop-tests): Add bcopy and bzero.
34043         * string/test-bcopy.c: New file.
34044         * string/test-bzero.c: Likewise.
34045         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
34046         defined.
34047         * string/test-memset.c: Support bzero test if TEST_BZERO is
34048         defined.
34049         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
34050         __libc_memmove.
34051         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
34052         __libc_memset.
34053         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
34054         of memset.
34056 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
34058         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
34059         * configure: Regenerated.
34061         * Makeconfig (+link-static-before-libc): Don't include
34062         $(link-static-libc).
34064         * libio/libio.h (_IO_pos_t): Remove.
34066 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34068         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
34069         McGrath.
34071 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34073         * crypt/crypt-entry.c: Include fips-private.h.
34074         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
34075         * crypt/md5c-test.c (main): Tolerate disabled MD5.
34076         * sysdeps/unix/sysv/linux/fips-private.h: New file.
34077         * sysdeps/generic/fips-private.h: New file, dummy fallback.
34079 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34081         * crypt/crypt-private.h: Include stdbool.h.
34082         (_ufc_setup_salt_r): Return bool.
34083         * crypt/crypt-entry.c: Include errno.h.
34084         (__crypt_r): Return NULL with EINVAL for bad salt.
34085         * crypt/crypt_util.c (bad_for_salt): New.
34086         (_ufc_setup_salt_r): Check that salt is long enough and within
34087         the specified alphabet.
34088         * crypt/badsalttest.c: New file.
34089         * crypt/Makefile (tests): Add it.
34090         ($(objpfx)badsalttest): New.
34092 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
34094         * NEWS: Add entry for BZ #14602.
34096 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
34098         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
34099         type-generic.
34100         * math/libm-test.inc: Update comment listing what functions and
34101         macros are tested.
34102         (isgreater_test): New function.
34103         (isgreaterequal_test): Likewise.
34104         (isless_test): Likewise.
34105         (islessequal_test): Likewise.
34106         (islessgreater_test): Likewise.
34107         (isunordered_test): Likewise.
34108         (main): Call the new functions.
34110 2012-10-09  Roland McGrath  <roland@hack.frob.com>
34112         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
34113         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
34114         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
34115         * sysdeps/i386/configure: Regenerated.
34116         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
34117         * sysdeps/mach/configure: Regenerated.
34118         * sysdeps/mach/hurd/configure: Regenerated.
34119         * sysdeps/powerpc/configure: Regenerated.
34120         * sysdeps/powerpc/powerpc32/configure: Regenerated.
34121         * sysdeps/powerpc/powerpc64/configure: Regenerated.
34122         * sysdeps/s390/s390-32/configure: Regenerated.
34123         * sysdeps/s390/s390-64/configure: Regenerated.
34124         * sysdeps/sh/configure: Regenerated.
34125         * sysdeps/sparc/configure: Regenerated.
34126         * sysdeps/unix/sysv/linux/configure: Regenerated.
34127         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
34128         * sysdeps/x86_64/configure: Regenerated.
34130         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
34131         defined.  Don't check if MAP is NULL.
34133 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
34135         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
34136         (_G_stat64): Likewise.
34137         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
34138         (_G_stat64): Likewise.
34139         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
34140         instead of struct _G_stat64.
34141         * libio/fileops.c (mmap_remap_check): Likewise.
34142         (decide_maybe_mmap): Likewise.
34143         (_IO_new_file_seekoff): Likewise.
34144         (_IO_file_stat): Likewise.
34145         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
34146         _G_off64_t.
34147         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
34148         instead of struct _G_stat64.
34149         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34151 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
34153         [BZ #14602]
34154         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34155         Replace with ...
34156         (CHECK_EOL): New macro.
34157         (two_way_short_needle): Check beginning of haystack for EOL.  Use
34158         CHECK_EOL.
34159         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34160         Replace with CHECK_EOL.
34161         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34162         Replace with CHECK_EOL.
34164 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
34166         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
34167         type-generic.
34168         * math/libm-test.inc: Update comment listing what functions and
34169         macros are tested.
34170         (finite_test): New function.
34171         (isinf_test): Likewise.
34172         (isnan_test): Likewise.
34173         (fpclassify_test): Test subnormal input.
34174         (isfinite_test): Likewise.
34175         (isnormal_test): Likewise.
34176         (main): Call the new functions.
34178 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
34180         [BZ #14660]
34181         * Makerules (%.dynsym): Force C locale when running
34182         $(OBJDUMP) --dynamic-syms.
34184 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
34186         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
34187         <stdint.h>.
34189 2012-10-06  David S. Miller  <davem@davemloft.net>
34191         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
34192         upper 32-bits of the length value in %o2 since we use branch-on-register
34193         tests which consider the entire 64-bit register.
34195 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
34197         * string/test-strstr.c (check2): Add a test for page boundary.
34199 2012-10-05  David S. Miller  <davem@davemloft.net>
34201         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
34202         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
34203         file.
34204         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34205         sysdep_routines.
34206         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34207         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
34208         and bzero when HWCAP_SPARC_CRYPTO is present.
34210 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
34212         [BZ #14602]
34213         * string/test-strstr.c (check2): New function.
34214         (test_main): Call check2.
34216         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
34217         and bug-strchr1.
34218         * string/bug-strcasestr1.c (do_test): Moved to ...
34219         * string/test-strcasestr.c (check1): Here.  New function.
34220         (do_one_test): Break out result checking code into ...
34221         (check_result): This.  New function.
34222         (do_one_test): Call check_result.
34223         (test_main): Call check1.
34224         * string/bug-strchr1.c (do_test): Moved to ...
34225         * string/test-strchr.c (check1): Here.  New function.
34226         (do_one_test): Break out result checking code into ...
34227         (check_result): This.  New function.
34228         (do_one_test): Call check_result.
34229         (test_main): Call check1.
34230         * string/bug-strstr1.c (main): Moved to ...
34231         * string/test-strstr.c (check1): Here.  New function.
34232         (do_one_test): Break out result checking code into ...
34233         (check_result): This.  New function.
34234         (do_one_test): Call check_result.
34235         (test_main): Call check1.
34236         * string/bug-strcasestr1.c: Removed.
34237         * string/bug-strchr1.c: Likewise.
34238         * string/bug-strstr1.c: Likewise.
34240         * elf/Makefile (dl-routines): Add hwcaps.
34241         * elf/dl-support.c (_dl_important_hwcaps): Removed.
34242         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
34243         (_dl_important_hwcaps): Moved to ...
34244         * elf/dl-hwcaps.c: Here.  New file.
34245         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
34247         [BZ #14557]
34248         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
34249         if IS_IN_rtld isn't defined.
34251         * elf/dl-support.c (_dl_sysinfo_map): New.
34252         Include "get-dynamic-info.h" and "setup-vdso.h".
34253         (_dl_non_dynamic_init): Call setup_vdso.
34254         * elf/dynamic-link.h: Don't include <assert.h>.
34255         (elf_get_dynamic_info): Moved to ...
34256         * elf/get-dynamic-info.h: Here.  New file.
34257         * elf/dynamic-link.h: Include "get-dynamic-info.h".
34258         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
34259         * elf/setup-vdso.h: Here.  New file.
34260         * elf/rtld.c: Include "setup-vdso.h".
34261         (dl_main): Call setup_vdso.
34263 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
34265         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
34266         creal in comment listing functions tested.  List finite, isinf,
34267         isnan, isless, islessequal, isgreater, isgreaterequal,
34268         islessgreater, isunordered, lgamma_r and pow10 as functions and
34269         macros not tested.  Mention which functions not tested are aliases
34270         for other functions.  Fix typo.  Note that signs of NaNs are not
34271         tested.
34273         * scripts/config.guess: Update from config.git.
34274         * scripts/config.sub: Likewise.
34276 2012-10-04  Roland McGrath  <roland@hack.frob.com>
34278         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
34279         * misc/madvise.c (madvise): Renamed to __madvise.
34280         Make madvise a weak alias.
34281         * include/sys/mman.h: Declare __madvise.
34282         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
34283         * sysdeps/unix/syscalls.list
34284         (madvise): Make __madvise the strong name, and madvise a weak alias.
34285         * sysdeps/unix/sysv/linux/syscalls.list
34286         (madvise, mmap): Remove redundant entries.
34287         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
34288         * malloc/malloc.c (mtrim): Likewise.
34289         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
34291 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34293         * sysdeps/mach/hurd/dl-cache.c: File removed.
34294         * config.h.in (USE_LDCONFIG): New #undef.
34295         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
34296         * configure: Regenerated.
34297         * elf/Makefile (dl-routines): Add dl-cache only under
34298         [$(use-ldconfig) = yes].
34299         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
34300         cache on [USE_LDCONFIG].
34301         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
34302         [USE_LDCONFIG].
34303         * elf/rtld.c (dl_main): Likewise.
34305 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
34307         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
34308         _SC_LEVEL4_CACHE_LINESIZE.
34310 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34312         * sysdeps/unix/bsd/confstr.h: File removed.
34314 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
34316         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
34317         sys/sdt-config.h.
34319 2012-10-02  Roland McGrath  <roland@hack.frob.com>
34321         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
34322         Make 'mapoff' field ElfW(Off) rather than off_t.
34324 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
34326         * nscd/Makefile: Remove nscd-cflags and all its users.
34327         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
34328         (CFLAGS-nonlib): Add compiler flags for nscd modules.
34330         [BZ #10631]
34331         * malloc.c (malloc_printerr): Clarify error message.
34333 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
34335         [BZ #14648]
34336         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34337         Set bit_FMA_Usable if FMA is supported.
34338         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
34339         macro.
34340         (bit_FMA4_Usable): Updated.
34341         (index_FMA_Usable): New macro.
34342         (CPUID_FMA): Likewise
34343         (HAS_FMA): Defined with bit_FMA_Usable.
34345 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34347         * bits/types.h (__swblk_t): Type removed.
34348         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
34349         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
34350         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
34351         (__SWBLK_T_TYPE): Likewise.
34352         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
34353         (__SWBLK_T_TYPE): Likewise.
34354         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
34355         (__SWBLK_T_TYPE): Likewise.
34356         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
34357         (__SWBLK_T_TYPE): Likewise.
34359 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
34360             Honza Horak <hhorak@redhat.com>
34362         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
34363         (xdr_mapname): Use YPMAXMAP as maxsize.
34364         (xdr_peername): Use YPMAXPEER as maxsize.
34365         (xdr_keydat): Use YPAXRECORD as maxsize.
34366         (xdr_valdat): Use YPMAXRECORD as maxsize.
34368 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34370         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
34372         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
34373         * csu/init-first.c: ... here.
34374         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
34375         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
34376         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
34377         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
34378         * sysdeps/i386/init-first.c: File removed.
34379         * sysdeps/sh/init-first.c: File removed.
34381 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
34383         [BZ #14645]
34384         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
34385         if x * y might underflow to zero and z is zero.
34386         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34387         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34388         * math/libm-test.inc (min_subnorm_value): New variable.
34389         (fma_test): Add more tests.
34390         (fma_test_towardzero): Likewise.
34391         (fma_test_downward): Likewise
34392         (fma_test_upward): Likewise.
34393         (initialize): Set min_subnorm_value.
34395 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
34397         [BZ #14638]
34398         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
34399         0 + 0.
34400         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
34401         mode for addition resulting in exact zero.
34402         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
34403         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
34404         exact 0 + 0.
34405         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
34406         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34407         * math/libm-test.inc (fma_test): Add more tests.
34408         (fma_test_towardzero): New function.
34409         (fma_test_downward): Likewise.
34410         (fma_test_upward): Likewise.
34411         (main): Call the new functions.
34413 2012-09-28  David S. Miller  <davem@davemloft.net>
34415         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
34417 2012-09-28  Roland McGrath  <roland@hack.frob.com>
34419         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
34420         instead of SIGALRM.
34422         * sysdeps/gnu/_G_config.h: Moved to ...
34423         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
34424         * sysdeps/mach/hurd/_G_config.h: Moved to ...
34425         * sysdeps/generic/_G_config.h: ... here.
34427         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
34429         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
34431         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
34432         Conditionalize target on [libnss_test1.so-version].
34434         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
34436         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
34437         (elfobjdir): Move out of conditionals.
34439         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
34440         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
34441         (__nss_lookup_function): Conditionalize label remove_from_tree on
34442         [!DO_STATIC_NSS || SHARED], matching its only use.
34444 2012-09-28  David S. Miller  <davem@davemloft.net>
34446         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
34447         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
34448         file.
34449         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34450         sysdep_routines.
34451         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34452         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
34453         when HWCAP_SPARC_CRYPTO is present.
34455 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34457         * io/tst-mknodat.c: Create a FIFO instead of a socket.
34459 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
34461         [BZ #6530]
34462         * stdio-common/vfprintf.c (process_string_arg): Revert
34463         2000-07-22 change.
34465 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
34467         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
34468         for testcase.
34469         * stdio-common/tst-sprintf.c: Include <locale.h>
34470         (main): Test sprintf's handling of incomplete multibyte
34471         characters.
34473 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
34475         * elf/dl-runtime.c (VERSYMIDX): Removed.
34476         * elf/dl-version.c (VERSYMIDX): Likewise.
34477         * elf/do-rel.h (VERSYMIDX): Likewise.
34478         (VALIDX): Likewise.
34479         * elf/dynamic-link.h (VERSYMIDX): Likewise.
34480         * elf/rtld.c (VALIDX): Likewise.
34481         (ADDRIDX): Likewise.
34482         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
34483         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
34484         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
34485         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
34486         (VALIDX): Likewise.
34487         (ADDRIDX): Likewise.
34489 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34491         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
34493 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
34495         [BZ #11438]
34496         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
34497         to global scope.
34498         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
34499         addresses are in the same scope as 192.0.2/24.
34500         * posix/gai.conf: Document new scope table defaults.
34502 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34504         [BZ #5298]
34505         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
34506         for ftell.  Compute offsets from write pointers instead.
34507         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34509 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34511         [BZ #14543]
34512         * libio/Makefile (tests): New test case tst-fseek.
34513         * libio/tst-fseek.c: New test case to verify that fseek/ftell
34514         combination works in wide mode.
34515         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
34516         state when the external buffer state changes.
34518 2012-09-27  David S. Miller  <davem@davemloft.net>
34520         [BZ #14376]
34521         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
34522         pass reloc->r_addend in as the 'high' argument to
34523         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
34525         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34527 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34529         * rt/tst-aio2.c: Include <pthread.h>.
34530         * rt/tst-aio3.c: Likewise.
34532 2012-09-27  Steve Ellcey  <sellcey@mips.com>
34534         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
34536 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
34538         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
34539         contents on [SHARED].
34541 2012-09-26  Marek Polacek  <polacek@redhat.com>
34543         [BZ #14530]
34544         [BZ #13741]
34545         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
34546         for C++ and GCC <4.3 as well as for non GCC compilers.
34548 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
34550         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34552 2012-09-25  Roland McGrath  <roland@hack.frob.com>
34554         * Makefile.in (all, install): Declare with .PHONY.
34555         Reported by Michael Hope <michael.hope@linaro.org>.
34557 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
34559         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
34560         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
34561         system header.
34562         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
34563         Likewise.
34564         (sydep_routines): Add the new and the internal functions.
34565         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
34566         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
34567         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
34568         (GLIBC_2.17): Add the new function.
34569         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
34570         (GLIBC_2.17): Likewise.
34571         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
34572         (GLIBC_2.17): Likewise.
34573         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
34574         (GLIBC_2.17): Likewise.
34575         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
34577 2012-09-25  Alan Modra  <amodra@gmail.com>
34579         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
34580         Add release barrier before setting once_control to say
34581         initialisation is done.  Add hints on lwarx.  Use macro in
34582         place of isync.
34583         (clear_once_control): Add release barrier.
34585 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
34587         [BZ #13629]
34588         * math/s_clog.c (__clog): Handle more values close to |z| = 1
34589         specially.
34590         * math/s_clog10.c (__clog10): Likewise.
34591         * math/s_clog10f.c (__clog10f): Likewise.
34592         * math/s_clog10l.c (__clog10l): Likewise.
34593         * math/s_clogf.c (__clogf): Likewise.
34594         * math/s_clogl.c (__clogl): Likewise.
34595         * math/Makefile (libm-calls): Add x2y2m1.
34596         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
34597         (__x2y2m1): Likewise.
34598         (__x2y2m1l): Likewise.
34599         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
34600         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
34601         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
34602         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
34603         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
34604         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
34605         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
34606         * sysdeps/i386/fpu/libm-test-ulps: Update.
34607         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34609         [BZ #14621]
34610         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
34611         int as type of variable DEPTH.
34612         (glob): Use size_t instead of int as type of variables NEWCOUNT
34613         and OLD_PATHC.
34615 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34617         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
34618         Add s_sincosf-sse2.
34619         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
34620         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
34621         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
34622         macros for using routine as __sincosf_ia32.
34623         Use macro for function declaration and weak_alias.
34624         * sysdeps/i386/fpu/libm-test-ulps: Update.
34626         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
34627         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34629         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
34630         subnormal argument.
34631         * math/s_cexpf.c (__cexpf): Likewise.
34632         * math/s_csinf.c (__csinf): Likewise.
34633         * math/s_csinhf.c (__csinhf): Likewise.
34634         * math/s_ctanf.c (__ctanf): Likewise.
34635         * math/s_ctanhf.c (__ctanhf): Likewise.
34636         * math/s_ccosh.c (__ccoshf): Likewise.
34637         * math/s_cexp.c (__cexpl): Likewise.
34638         * math/s_csin.c (__csin): Likewise.
34639         * math/s_csinh.c (__csinh): Likewise.
34640         * math/s_ctan.c (__ctan): Likewise.
34641         * math/s_ctanh.c (ctanh): Likewise.
34642         * math/s_ccoshl.c (__ccoshl): Likewise.
34643         * math/s_cexpl.c (__cexpl): Likewise.
34644         * math/s_csinl.c (__csinl): Likewise.
34645         * math/s_csinhl.c (__csinhl): Likewise.
34646         * math/s_ctanl.c (__ctanl): Likewise.
34647         * math/s_ctanhl.c (__ctanhl): Likewise.
34649 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
34651         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
34652         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
34653         (_IO_off_t): Define to __off_t, not _G_off_t.
34654         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
34655         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
34656         (_IO_wint_t): Define to wint_t, not _G_wint_t.
34657         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
34658         type of __dummy and __dummy2 fields.
34659         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
34660         (_G_ssize_t): Likewise.
34661         (_G_off_t): Likewise.
34662         (_G_pid_t): Likewise.
34663         (_G_uid_t): Likewise.
34664         (_G_wchar_t): Likewise.
34665         (_G_wint_t): Likewise.
34666         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
34667         (_G_ssize_t): Likewise.
34668         (_G_off_t): Likewise.
34669         (_G_pid_t): Likewise.
34670         (_G_uid_t): Likewise.
34671         (_G_wchar_t): Likewise.
34672         (_G_wint_t): Likewise.
34673         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
34674         (_G_ssize_t): Likewise.
34675         (_G_off_t): Likewise.
34676         (_G_pid_t): Likewise.
34677         (_G_uid_t): Likewise.
34678         (_G_wchar_t): Likewise.
34679         (_G_wint_t): Likewise.
34681 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
34683         * malloc/arena.c: Include malloc-sysdep.h.
34684         (shrink_heap): Use check_may_shrink_heap to decide if madvise
34685         is sufficient to shrink the heap or an unmap is needed.
34686         * sysdeps/generic/malloc-sysdep.h: New file.  Define
34687         new function check_may_shrink_heap.
34688         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
34689         new function check_may_shrink_heap.
34691 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
34693         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
34694         comments.
34696 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
34698         * catgets/test-gencat.sh: Add "set -e".
34699         * elf/tst-pathopt.sh: Likewise.
34700         * grp/tst_fgetgrent.sh: Likewise.
34701         * iconvdata/run-iconv-test.sh: Likewise.
34702         * intl/tst-gettext.sh: Likewise.
34703         * intl/tst-gettext2.sh: Likewise.
34704         * intl/tst-gettext4.sh: Likewise.
34705         * intl/tst-gettext6.sh: Likewise.
34706         * intl/tst-translit.sh: Likewise.
34707         * io/ftwtest-sh: Likewise.
34708         * libio/test-freopen.sh: Likewise.
34709         * malloc/tst-mtrace.sh: Likewise.
34710         * posix/globtest.sh: Likewise.
34711         * posix/tst-getconf.sh: Likewise.
34712         * posix/wordexp-tst.sh: Likewise.
34713         * stdio-common/tst-printf.sh: Likewise.
34714         * stdio-common/tst-unbputc.sh: Likewise.
34715         * stdlib/tst-fmtmsg.sh: Likewise.
34716         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
34717         * catgets/Makefile: Do not specify -e option when running
34718         testsuite shell scripts.
34719         * elf/Makefile: Likewise.
34720         * grp/Makefile: Likewise.
34721         * iconvdata/Makefile: Likewise.
34722         * intl/Makefile: Likewise.
34723         * io/Makefile: Likewise.
34724         * libio/Makefile: Likewise.
34725         * malloc/Makefile: Likewise.
34726         * posix/Makefile: Likewise.
34727         * stdio-common/Makefile: Likewise.
34728         * stdlib/Makefile: Likewise.
34729         * sysdeps/x86_64/Makefile: Likewise.
34731         * io/ftwtest-sh: Add copyright header.
34732         * posix/globtest.sh: Likewise.
34733         * posix/tst-getconf.sh: Likewise.
34734         * posix/wordexp-tst.sh: Likewise.
34735         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
34737 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
34739         [BZ #13679]
34740         * Makeconfig (+link): Defined as $(+link-static) if
34741         $(build-shared) isn't yes.
34742         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
34743         isn't yes.
34744         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
34746         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
34748         [BZ #14562]
34749         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
34750         new chunk size with MALLOC_ALIGN_MASK.
34752 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
34754         [BZ #5044]
34755         * stdio-common/printf_fphex.c: Include <stdbool.h> and
34756         <rounding-mode.h>.
34757         (__printf_fphex): Determine rounding using get_rounding_mode and
34758         round_away.
34759         * stdio-common/tst-printf-round.c (struct hex_test): New
34760         structure.
34761         (hex_tests): New variable.
34762         (test_hex_in_one_mode): New function.
34763         (do_test): Also run tests for hex float output.
34765 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
34767         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
34768         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
34769         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
34770         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
34771         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
34772         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
34773         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
34774         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
34776 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
34778         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
34779         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
34780         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
34781         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
34783 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
34785         [BZ #14579]
34786         * elf/rtld.c (dl_main): Limit the check for self loading to normal
34787         mode only.
34788         * elf/tst-rtld-load-self.sh: New test.
34789         * elf/Makefile: Run it.
34791 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
34793         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
34794         (tst-writev-ENV): Remove.
34795         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
34797 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
34799         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
34801 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
34803         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
34804         unconditional.
34805         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
34806         Likewise.
34807         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
34808         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
34809         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
34810         Likewise.
34812 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
34814         [BZ #14587]
34815         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
34816         * config.make.in (have-cpp-asm-debuginfo): Removed.
34817         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
34818         * configure: Regenerated.
34820 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
34822         [BZ #5044]
34823         * stdio-common/printf_fp.c: Include <stdbool.h> and
34824         <rounding-mode.h>.
34825         (___printf_fp): Determine rounding using get_rounding_mode and
34826         round_away.
34827         * stdio-common/tst-printf-round.c: New file.
34828         * stdio-common/Makefile (tests): Add tst-printf-round.
34829         (link-libm): New variable.
34830         ($(objpfx)tst-printf-round): Depend in $(link-libm).
34832 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
34834         [BZ #14576]
34835         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
34836         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
34837         Likewise.
34838         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
34839         Likewise.
34841 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
34843         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
34844         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34845         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34846         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34848 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
34850         [BZ #14518]
34851         * include/rounding-mode.h: New file.
34852         * sysdeps/generic/get-rounding-mode.h: Likewise.
34853         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
34854         * stdlib/strtod_l.c: Include <rounding-mode.h>.
34855         (MAX_VALUE): New macro.
34856         (MIN_VALUE): Likewise.
34857         (overflow_value): New function.
34858         (underflow_value): Likewise.
34859         (round_and_return): Use overflow_value and underflow_value to
34860         determine return values in overflow and underflow cases.  Use
34861         round_away to determine rounding depending on rounding mode.
34862         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
34863         determine return values in overflow and underflow cases.
34864         * stdlib/tst-strtod-round.c: Include <fenv.h>.
34865         (struct test_results): New structure.
34866         (struct test): Use struct test_results to store expected results
34867         for all rounding modes.
34868         (TEST): Include expected results for all rounding modes.
34869         (test_in_one_mode): New function.
34870         (do_test): Use test_in_one_mode to compute and check results.
34871         Check results for all rounding modes.
34872         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
34873         $(link-libm).
34875 2012-12-09  Allan McRae  <allan@archlinux.org>
34877         * sysdeps/i386/fpu/libm-test-ulps: Update
34879 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
34881         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
34882         (_G_int32_t): Likewise.
34883         (_G_uint16_t): Likewise.
34884         (_G_uint32_t): Likewise.
34885         (_G_HAVE_BOOL): Likewise.
34886         (_G_HAVE_ATEXIT): Likewise.
34887         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34888         (_G_HAVE_IO_FILE_OPEN): Likewise.
34889         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
34890         (_G_int32_t): Likewise.
34891         (_G_uint16_t): Likewise.
34892         (_G_uint32_t): Likewise.
34893         (_G_HAVE_BOOL): Likewise.
34894         (_G_HAVE_ATEXIT): Likewise.
34895         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34896         (_G_HAVE_IO_FILE_OPEN): Likewise.
34897         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
34898         (_G_int32_t): Likewise.
34899         (_G_uint16_t): Likewise.
34900         (_G_uint32_t): Likewise.
34901         (_G_HAVE_BOOL): Likewise.
34902         (_G_HAVE_ATEXIT): Likewise.
34903         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34904         (_G_HAVE_IO_FILE_OPEN): Likewise.
34906 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
34908         * csu/libc-tls.c: Update copyright years.
34910 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
34912         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
34913         [!_G_USING_THUNKS]: Remove conditional code.
34914         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
34915         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
34917         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
34918         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
34919         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
34920         (_G_VTABLE_LABEL_PREFIX): Likewise.
34921         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
34922         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
34923         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
34924         (_G_VTABLE_LABEL_PREFIX): Likewise.
34925         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
34926         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
34927         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
34928         (_G_VTABLE_LABEL_PREFIX): Likewise.
34929         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
34931 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
34933         * libio/Makefile: Include ../Makeconfig before tests.
34934         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
34935         only if $(build-shared) is yes.
34937         * iconv/gconv_db.c: Update copyright years.
34939 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34941         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
34942         unwind info if defined PIC. Fix special cases description.
34943         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
34945         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
34946         DP_HI_MASK entry.
34947         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
34949 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
34951         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
34953         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
34954         is NULL.
34956         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
34957         (LDLIBS-tst-chk4): This.
34958         (LDFLAGS-tst-chk5): Renamed to ...
34959         (LDLIBS-tst-chk5): This.
34960         (LDFLAGS-tst-chk6): Renamed to ...
34961         (LDLIBS-tst-chk6): This.
34962         (LDFLAGS-tst-lfschk4): Renamed to ...
34963         (LDLIBS-tst-lfschk4): This.
34964         (LDFLAGS-tst-lfschk5): Renamed to ...
34965         (LDLIBS-tst-lfschk5): This.
34966         (LDFLAGS-tst-lfschk6): Renamed to ...
34967         (LDLIBS-tst-lfschk6): This.
34969         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
34970         on $(common-objpfx)soversions.mk.
34972 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
34974         [BZ #10014]
34975         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
34976         example host name.
34978 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
34980         * malloc/arena.c (arena_get_retry): New function that gets
34981         another arena for the caller to try its request on.
34982         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
34983         current arena cannot fulfill the request.
34984         (__libc_memalign): Likewise.
34985         (__libc_memalign): Likewise.
34986         (__libc_pvalloc): Likewise.
34987         (__libc_calloc): Likewise.
34989 2012-09-05  John Tobey  <john.tobey@gmail.com>
34991         [BZ #13542]
34992         * manual/arith.texi (Operations on Complex): Fix description
34993         of carg branch cut.
34995 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
34997         [BZ #10014]
34998         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
34999         host name.
35001         [BZ #10038]
35002         * manual/memory.texi (Memory): Make order of menu items match
35003         order of sections.
35005 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35007         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
35008         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
35009         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
35011 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35013         * csu/libc-tls.c (static_dtv): Renamed to ...
35014         (_dl_static_dtv): This.  Make it global.
35015         (_dl_initial_dtv): Removed.
35016         (__libc_setup_tls): Updated.
35017         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
35018         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
35019         DL_INITIAL_DTV.
35021 2012-09-06  Petr Machata  <pmachata@redhat.com>
35023         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
35024         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
35025         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
35026         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
35028 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35030         [BZ #14545]
35031         * csu/libc-tls.c (_dl_initial_dtv): New variable.
35032         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
35033         freeing dtv[-1].
35035 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35037         [BZ #14544]
35038         * Makeconfig (link-static-before-libc): Replace $(+prector)
35039         with $(+prectorT).
35040         (link-static-after-libc): Replace $(+postctor) with
35041         $(+postctorT).
35042         (link-bounded): Replace $(+prector)/$(+postctor) with
35043         $(+prectorT)/$(+postctorT).
35044         (+prectorT): New macro.
35045         (+postctorT): Likewise.
35047 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
35049         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
35050         (round_str): Handle values above the maximum for IBM long double
35051         as inexact.
35052         * stdlib/tst-strtod-round.c (tests): Regenerated.
35054 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35056         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
35057         assembler flag.
35058         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
35059         zarch_nohighgprs around the zarch optimized routines.
35060         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
35061         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
35062         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
35063         for zarch.
35065 2012-09-05  David S. Miller  <davem@davemloft.net>
35067         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35069         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
35070         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
35071         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
35072         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
35073         entries.
35075 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35077         * malloc/arena.c: Fold copyright years.
35078         * malloc/mcheck.c, malloc/memusage.c: Likewise.
35080 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35082         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
35084 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35086         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
35088 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35090         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
35091         change internal state upon failure.
35093 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35095         * malloc/mcheck.c (mcheck_check_all): Fix typo.
35096         * malloc/memusage.c (mmap): Likewise.
35097         (mmap64, mremap): Likewise.  Adjust name in comment.
35099 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
35101         * libio/fileops.c: Fix typos in comments.
35102         * libio/oldfileops.c: Likewise.
35103         * libio/wfileops.c: Likewise.
35105 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
35107         [BZ #1349]
35108         * malloc/Makefile (tests): Add tst-malloc-usable test case.
35109         (tst-malloc-usable-ENV): Set environment for test case.
35110         * malloc/hooks.c (malloc_check_get_size): New function to get
35111         requested size.
35112         * malloc/malloc.c (musable): Use malloc_check_get_size.
35113         * malloc/tst-malloc-usable.c: New test case.
35115 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
35117         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
35119 2012-09-05  Allan McRae  <allan@archlinux.org>
35121         [BZ #13966]
35122         * configure.in (CXX_SYSINCLUDES): Use compiler output to
35123         determine header location.
35124         * configure: Regenerated.
35126 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
35128         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
35129         float format.
35130         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
35131         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
35132         format.
35133         (test): Regenerate.
35135 2012-09-04  David S. Miller  <davem@davemloft.net>
35137         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
35138         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
35139         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
35141 2012-09-04  Florian Weimer  <fweimer@redhat.com>
35143         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
35144         failures.
35146         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
35148 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
35150         [BZ #9914]
35151         * libio/iogetdelim.c: Include <limits.h>.
35152         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
35153         + len + 1 would overflow.
35155 2012-09-03  Andreas Jaeger  <aj@suse.de>
35157         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35158         * sysdeps/i386/fpu/libm-test-ulps: Update.
35160 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35162         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
35163         Add s_sinf-sse2, s_conf-sse2.
35165         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
35166         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
35167         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
35168         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
35170         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
35171         for using routine as __sinf_ia32.
35172         Use macro for function declaration and weak_alias.
35173         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
35174         for using routine as __cosf_ia32.
35175         Use macro for function declaration and weak_alias.
35177         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
35178         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
35180         * sysdeps/x86_64/fpu/s_sinf.S: New file.
35181         * sysdeps/x86_64/fpu/s_cosf.S: New file.
35182         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35184         * math/libm-test.inc (cos_test): Add more test cases.
35185         (sin_test): Likewise.
35186         (sincos_test): Likewise.
35188 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35190         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
35191         (IFUNC_RESOLVE): Make pointers to the specialized implementations
35192         hidden.
35193         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
35195 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
35197         [BZ #14538]
35198         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
35199         first element of the GOT.
35200         (elf_machine_load_address): Return the difference between
35201         the runtime address of _DYNAMIC and elf_machine_dynamic ().
35203 2012-09-01  Allan McRae  <allan@archlinux.org>
35205         [BZ #13412]
35206         * configure.in (AWK): Require gawk version 3.0 or later.
35207         * configure: Regenerated.
35209 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
35211         * sysdeps/unix/sysv/linux/kernel-features.h
35212         (__ASSUME_POSIX_CPU_TIMERS): Remove.
35213         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
35214         [__NR_clock_getres]: Make code unconditional.
35215         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
35216         (clock_getcpuclockid): Remove code left unreachable by removal of
35217         conditionals.
35218         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
35219         code unconditional.
35220         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35221         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35222         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
35223         Make code unconditional.
35224         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35225         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35226         * sysdeps/unix/sysv/linux/clock_settime.c
35227         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
35228         conditional code.
35229         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
35230         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35232 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
35234         [BZ #14476]
35235         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
35236         scripts/test-installation.pl.
35238         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
35239         and $ld_so_version if it is set.
35241 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
35243         [BZ #14516]
35244         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
35245         failure if reading from procfs failed.
35246         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
35248 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
35250         * sysdeps/unix/sysv/linux/kernel-features.h
35251         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
35252         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35253         Remove conditional code.
35254         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35255         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
35256         Remove conditional code.
35257         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35258         * sysdeps/unix/sysv/linux/i386/fxstat.c
35259         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35260         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35261         * sysdeps/unix/sysv/linux/i386/fxstatat.c
35262         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35263         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35264         * sysdeps/unix/sysv/linux/i386/lxstat.c
35265         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35266         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35267         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
35268         Remove conditional code.
35269         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35270         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35271         Remove conditional code.
35272         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35273         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
35274         <kernel-features.h>.
35275         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
35276         Remove.
35277         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
35278         Remove conditional code.
35279         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35280         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
35281         Remove conditional.
35283 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
35285         [BZ #5400]
35286         * NEWS: Add fixed bug number.
35288 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
35290         [BZ #14519]
35291         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
35292         underflowing exponent in case of negative sign.
35293         * stdlib/tst-strtod-round-data: Add more tests.
35294         * stdlib/tst-strtod-round.c (tests): Regenerated.
35296         [BZ #3479]
35297         * stdlib/strtod_l.c (NDIG): Remove.
35298         (HEXNDIG): Likewise.
35299         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
35300         smallest representable value.
35301         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
35302         lie within an exact representation of 1/2 ulp of the result.
35303         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
35304         unconditionally.
35305         (TENS_P9_IDX): Define unconditionally.
35306         (TENS_P9_SIZE): Likewise.
35307         (TENS_P10_IDX): Likewise.
35308         (TENS_P10_SIZE): Likewise.
35309         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
35310         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
35311         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
35312         entries for 10^2^13 and 10^2^14.
35313         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
35314         (TENS_P13_IDX): Define.
35315         (TENS_P13_SIZE): Likewise.
35316         (TENS_P14_IDX): Likewise.
35317         (TENS_P14_SIZE): Likewise.
35318         (_fpioconst_pow10): Change array size to
35319         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
35320         unconditional.
35321         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
35322         1024]: Add entries for 10^2^13 and 10^2^14.
35323         [LAST_POW10 > _LAST_POW10]: Remove #error.
35324         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
35325         (_fpioconst_pow10): Change array size to
35326         FPIOCONST_POW10_ARRAY_SIZE.
35327         * stdlib/gen-fpioconst.c: New file.
35328         * stdlib/gen-tst-strtod-round.c: Likewise.
35329         * stdlib/tst-strtod-round-data: Likewise.
35330         * stdlib/tst-strtod-round.c: Likewise.
35331         * stdlib/Makefile (tests): Add tst-strtod-round.
35333         [BZ #14459]
35334         * stdlib/strtod_l.c: Include <stdint.h>.
35335         (NDEBUG): Do not define.
35336         (round_and_return): Change EXPONENT parameter to type intmax_t.
35337         Rearrange calculations to avoid internal overflow possibilities.
35338         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
35339         Rearrange calculations to avoid internal overflow possibilities.
35340         Assert that number fits inside MPNSIZE limbs.
35341         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
35342         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
35343         calculations and add assertions to avoid internal overflow
35344         possibilities.  Add casts to avoid signed/unsigned operations.
35345         * stdlib/tst-strtod-overflow.c: New file.
35346         * stdlib/Makefile (tests): Add tst-strtod-overflow.
35348 2012-08-25  Marek Polacek  <polacek@redhat.com>
35350         * time/time.h: Fix some typos in comments.
35352 2012-08-23  Roland McGrath  <roland@hack.frob.com>
35354         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
35355         * posix/tst-rfc3484-2.c: Likewise.
35356         * posix/tst-rfc3484-3.c: Likewise.
35358 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
35360         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
35361         (EF_ARM_ABI_FLOAT_HARD): Likewise.
35363 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
35365         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
35366         #include of fxstatat64.c.
35368 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35370         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
35371         * shadow/getspent_r.c: Likewise.
35372         * shadow/getspnam.c: Likewise.
35373         * shadow/getspnam_r.c: Likewise.
35374         * gshadow/getsgent.c: Likewise.
35375         * gshadow/getsgent_r.c: Likewise.
35376         * gshadow/getsgnam.c: Likewise.
35377         * gshadow/getsgnam_r.c: Likewise.
35378         * inet/getnetbyad.c: Likewise.
35379         * inet/getnetbyad_r.c: Likewise.
35380         * inet/getnetbynm.c: Likewise.
35381         * inet/getnetbynm_r.c: Likewise.
35382         * inet/getnetent.c: Likewise.
35383         * inet/getnetent_r.c: Likewise.
35384         * inet/getproto.c: Likewise.
35385         * inet/getproto_r.c: Likewise.
35386         * inet/getprtent.c: Likewise.
35387         * inet/getprtent_r.c: Likewise.
35388         * inet/getprtname.c: Likewise.
35389         * inet/getprtname_r.c: Likewise.
35390         * inet/getrpcbyname.c: Likewise.
35391         * inet/getrpcbyname_r.c: Likewise.
35392         * inet/getrpcbynumber.c: Likewise.
35393         * inet/getrpcbynumber_r.c: Likewise.
35394         * inet/getrpcent.c: Likewise.
35395         * inet/getrpcent_r.c: Likewise.
35396         * inet/getaliasent.c: Likewise.
35397         * inet/getaliasent_r.c: Likewise.
35398         * inet/getaliasname.c: Likewise.
35399         * inet/getaliasname_r.c: Likewise.
35400         * nscd/getgrgid_r.c: Likewise.
35401         * nscd/getgrnam_r.c: Likewise.
35402         * nscd/gethstbyad_r.c: Likewise.
35403         * nscd/gethstbynm3_r.c: Likewise.
35404         * nscd/getpwnam_r.c: Likewise.
35405         * nscd/getpwuid_r.c: Likewise.
35406         * nscd/getsrvbynm_r.c: Likewise.
35407         * nscd/getsrvbypt_r.c: Likewise.
35408         * nscd/gai.c: Likewise.
35410         * configure.in (build_nscd): New substituted variable, set
35411         by --disable-build-nscd and defaults to $use_nscd.
35412         * configure: Regenerated.
35413         * config.make.in (build-nscd): New substituted variable.
35414         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
35415         Change conditional to require [$(build-nscd) = yes] as well.
35416         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
35418         [BZ# 13696]
35419         * configure.in (use_nscd): New substituted variable, set by
35420         --disable-nscd.  If enabled, define USE_NSCD.
35421         * configure: Regenerated.
35422         * config.h.in: Add USE_NSCD.
35423         * config.make.in (use-nscd): New substituted variable.
35424         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
35425         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
35426         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
35427         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
35428         (CFLAGS-getgrnam_r.c): Likewise.
35429         (CFLAGS-initgroups.c): Likewise.
35430         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
35431         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
35432         Variables removed.
35433         * inet/getnetgrent_r.c
35434         (nscd_setnetgrent): New function, broken out of ...
35435         (setnetgrent): ... here.  Call it.
35436         (innetgr): Conditionalize nscd bits on [USE_NSCD].
35437         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
35438         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
35439         * nscd/Makefile (routines, aux): Move definitions after include of
35440         Makeconfig.  Conditionalize on [$(use-nscd) != no].
35441         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
35442         Conditionalize on [USE_NSCD].
35443         (is_nscd, nscd_init_cb): Likewise.
35444         (nss_load_library): Conditionalize init callback on [USE_NSCD].
35445         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
35446         * nss/nss_db/db-init.c: Likewise.
35447         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
35448         [USE_NSCD].
35449         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
35450         (make_request): Use it.
35451         (cache_valid_p): New function.
35452         (__check_pf): Use it.
35453         * NEWS: Add item for --disable-nscd.
35455 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
35457         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
35458         to support sed >= 4.2.1-20-ga9bf076.
35459         * configure: Regenerated.
35461 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35463         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
35464         Conditionalize whole body on [IREL].
35466 2012-08-22  Jeff Law <law@redhat.com>
35468         [BZ #14505]
35469         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
35470         if the family is PF_UNSPEC.
35472 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
35474         * Makerules (lib-version): Rename from V.
35475         (install-lib-nosubdir): Change V to lib-version.
35477 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
35479         [BZ #14252]
35480         * powerpc32/power6/wcschr.c: New file.
35481         * powerpc32/power6/wcscpy.c: New file.
35482         * powerpc32/power6/wcsrchr.c: New file.
35483         * powerpc64/power6/wcschr.c: New file.
35484         * powerpc64/power6/wcscpy.c: New file.
35485         * powerpc64/power6/wcsrchr.c: New file.
35487 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35489         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
35490         (two_way_short_needle): Use it.
35491         * string/strstr.c (AVAILABLE1_USES_J): Define.
35492         * string/strcasestr.c: Likewise.
35494         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
35495         array references.
35496         * string/strcasestr.c (TOLOWER): Make side-effect safe.
35498         [BZ #11607]
35499         * NEWS: Add an entry.
35500         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
35501         define their defaults.
35502         (two_way_short_needle): Detect end-of-string on-the-fly.
35503         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
35504         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
35505         * string/bug-strcasestr1.c: New test.
35506         * string/Makefile: Run it.
35508 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35510         [BZ #11607]
35511         * string/str-two-way.h (two_way_short_needle): Optimize matching of
35512         the first character.
35514 2012-08-21  Roland McGrath  <roland@hack.frob.com>
35516         * csu/elf-init.c (__libc_csu_irel): Function removed.
35517         * csu/libc-start.c (apply_irel): New function.
35518         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
35520 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
35522         * sysdeps/unix/sysv/linux/kernel-features.h
35523         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
35524         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
35525         <kernel-features.h>.
35526         [__NR_fadvise64_64]: Make code unconditional.
35527         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
35528         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35529         !__NR_fadvise64_64)]: Likewise.
35530         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35531         !__NR_fadvise64_64))]: Likewise.
35532         [__NR_fadvise64]: Make code unconditional.
35533         [!__NR_fadvise64]: Remove conditional code.
35534         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
35535         <kernel-features.h>.
35536         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35537         unconditional.
35538         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35539         conditional code.
35540         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
35541         not include <kernel-features.h>.
35542         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35543         unconditional.
35544         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35545         conditional code.
35546         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
35547         include <kernel-features.h>.
35548         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35549         unconditional.
35550         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35551         conditional code.
35553 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
35555         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
35556         slight instruction rearrangements per scrollpipe analysis.
35557         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
35559 2012-08-20  Roland McGrath  <roland@hack.frob.com>
35561         * manual/syslog.texi (syslog; vsyslog, closelog):
35562         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
35563         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
35565         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
35566         DSOCAPS to match condition on defining it.
35568 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
35570         * sysdeps/unix/sysv/linux/kernel-features.h
35571         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
35572         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
35573         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35574         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35575         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
35576         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35577         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35578         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
35579         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35580         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35582         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
35583         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
35585         * sysdeps/unix/sysv/linux/kernel-features.h
35586         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
35587         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
35588         unconditional.
35589         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35590         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
35591         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35592         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35593         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
35594         Make code unconditional.
35595         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35596         (__mmap64) [!__NR_mmap2]: Likewise.
35597         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
35598         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35599         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35600         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
35601         [__NR_mmap2]: Make code unconditional.
35602         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35603         (__mmap64) [!__NR_mmap2]: Likewise.
35605 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35607         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
35609 2012-08-18  Andreas Jaeger  <aj@suse.de>
35611         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
35613 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
35615         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
35616         * include/unistd.h (__have_sock_cloexec): Likewise.
35617         (__have_pipe2): Likewise.
35618         (__have_dup3): Likewise.
35620 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
35622         [BZ #9685]
35623         * include/unistd.h (__have_pipe2): Change define into an extern int.
35624         (__have_dup3): Likewise.
35625         * socket/have_sock_cloexec.c: Include fcntl.h.
35626         (__have_pipe2): New variable.
35627         (__have_dup3): Likewise.
35629 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
35631         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
35633 2012-08-17  Marek Polacek  <polacek@redhat.com>
35635         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
35636         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
35638 2012-08-17  Roland McGrath  <roland@hack.frob.com>
35640         * configure.in: Add AC_SUBST for sysheaders.
35641         * configure: Regenerated.
35642         * config.make.in (sysheaders): New substituted variable.
35644         * sysdeps/unix/mkfifo.c: Moved ...
35645         * sysdeps/posix/mkfifo.c: ... here.
35646         * sysdeps/unix/mkfifoat.c: Moved ...
35647         * sysdeps/posix/mkfifoat.c: ... here.
35649         * sysdeps/unix/utime.c: Moved ...
35650         * sysdeps/posix/utime.c: ... here.
35652         * sysdeps/unix/time.c: Moved ...
35653         * sysdeps/posix/time.c: ... here.
35654         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
35655         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
35657         * sysdeps/unix/nice.c: Moved ...
35658         * sysdeps/posix/nice.c: ... here.
35660         * sysdeps/unix/alarm.c: Moved ...
35661         * sysdeps/posix/alarm.c: ... here.
35663         * intl/Makefile ($(codeset_mo)): Depend on the input file.
35665 2012-08-17  Jeff Law <law@redhat.com>
35667         * intl/Makefile (codeset_mo): New variable.
35668         ($(codeset_mo)): New target.
35669         (tst-codeset.out): Depend on that.  Remove explicit rule.
35670         (tst-gettext3.out, tst-gettext5.out): Likewise.
35671         (LOCPATH-ENV, tst-codeset-ENV): New variables.
35672         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
35673         * intl/tst-codeset.sh: Remove.
35674         * intl/tst-gettext3.sh: Likewise.
35675         * intl/tst-gettext5.sh: Likewise.
35677 2012-08-17  Roland McGrath  <roland@hack.frob.com>
35679         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
35680         * sysdeps/unix/syscalls.list: ... here.
35682         * sysdeps/posix/getaddrinfo.c
35683         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
35684         (gaiconf_init, gaiconf_reload): Use them.
35685         [!_STATBUF_ST_NSEC]
35686         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
35687         Define using time_t rather than struct timespec.
35689         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
35690         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
35691         Macros removed.
35692         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
35693         [!NO_THREADS].
35694         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
35695         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
35696         Likewise.
35698         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
35699         __libc_cleanup_push argument.
35701         * bits/param.h: New file.
35702         * misc/sys/param.h: New file.
35703         * include/sys/param.h: New file.
35704         * misc/Makefile (headers): Add bits/param.h.
35705         * sysdeps/generic/sys/param.h: File removed.
35706         * sysdeps/unix/sysv/linux/bits/param.h: New file.
35707         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
35708         * sysdeps/mach/hurd/bits/param.h: New file.
35709         * sysdeps/mach/hurd/sys/param.h: File removed.
35711         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
35712         last change.
35714         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
35715         [_IO_MTSAFE_IO].
35716         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
35717         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
35718         New macros.
35720         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
35721         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
35722         rather than -D_IO_MTSAFE_IO conditionally.
35723         * stdio-common/Makefile (CPPFLAGS): Likewise.
35724         * wcsmbs/Makefile (CPPFLAGS): Likewise.
35725         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
35726         Use $(libio-mtsafe).
35727         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
35728         of -D_IO_MTSAFE_IO.
35729         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
35730         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
35731         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
35732         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
35733         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
35734         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
35735         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
35736         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
35737         (CFLAGS-fread_u_chk.c): Likewise.
35738         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
35739         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
35740         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
35741         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
35742         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
35743         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
35744         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
35745         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
35746         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
35748         * libio/Makefile: Test [$(libc-reentrant) = yes]
35749         instead of [$(filter %REENTRANT, $(defines)) nonempty].
35751         * Makeconfig
35752         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
35753         * sysdeps/pthread/configure: File removed.
35754         * sysdeps/pthread/Makeconfig: New file.
35755         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
35756         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
35758 2012-08-16  Gary Benson  <gbenson@redhat.com>
35760         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
35761         unmapping the first object in a namespace.
35763 2012-08-16  Roland McGrath  <roland@hack.frob.com>
35765         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
35766         (__internal_setnetgrent): ... this.  Add internal_function to
35767         definition.  Add libc_hidden_def.
35768         (setnetgrent): Update caller.
35769         (internal_endnetgrent): Renamed to ...
35770         (__internal_endnetgrent): ... this.  Add internal_function to
35771         definition.  Add libc_hidden_def.
35772         (endnetgrent): Update caller.
35773         (internal_getnetgrent_r): Renamed to ...
35774         (__internal_getnetgrent_r): ... this.  Add internal_function to
35775         definition.  Add libc_hidden_def.
35776         (__getnetgrent_r): Update caller.
35777         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
35779 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
35781         * stdlib/longlong.h: Update from GCC.
35783 2012-08-16  Roland McGrath  <roland@hack.frob.com>
35785         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
35786         on _QL, which is set by umul_ppmm but never used.
35787         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
35788         variables, which are set by GMP macros but never used.
35789         * stdio-common/_itowa.c (_itowa): Likewise.
35790         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
35791         * stdlib/mod_1.c (mpn_mod_1): Likewise.
35793 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
35795         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
35796         struct La_sh_regs is not constant.
35797         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
35798         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
35799         and struct La_sparc64_regs are not constant.
35801 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
35803         * sysdeps/unix/sysv/linux/kernel-features.h
35804         (__ASSUME_POSIX_TIMERS): Remove.
35805         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
35806         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35807         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
35808         Make code unconditional.
35809         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35810         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
35811         Make code unconditional.
35812         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35813         * sysdeps/unix/sysv/linux/clock_nanosleep.c
35814         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
35815         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35816         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
35817         Make code unconditional.
35818         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35819         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
35820         (__libc_missing_posix_timers): Remove.
35822 2012-08-15  Roland McGrath  <roland@hack.frob.com>
35824         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
35825         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
35827         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
35829         * elf/dl-sym.c: Include <stdlib.h>.
35831         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
35832         constants, which avoids warnings in 32-bit builds.
35834         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
35835         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
35837         * misc/lseek.c: File moved to ...
35838         * io/lseek.c: ... here.
35840         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
35842         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
35843         shifting LEN more than 31 bits at once.
35845 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35847         [BZ #14195]
35848         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
35849         segmentation fault for a case of two empty input strings.
35850         * string/test-strncasecmp.c (check1): Renamed to...
35851         (bz12205): ...this.
35852         (bz14195): Add new testcase for two empty input strings and N > 0.
35853         (test_main): Call new testcase, adapt for renamed function.
35855 2012-08-15  Andreas Jaeger  <aj@suse.de>
35857         [BZ #14090]
35858         * crypt/md5test2.c: New test, based on test supplied by Serge
35859         Belyshev <belyshev@depni.sinp.msu.ru>.
35860         * crypt/Makefile (xtests): Add md5test-giant..
35861         * crypt/Makefile ($(objpfx)md5test-giant): Add.
35863 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
35865         [BZ #14090]
35866         * crypt/md5.c (md5_process_block): Don't assume the buffer
35867         length is less than 2**32.
35868         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
35869         length is less than 2**64.
35871 2012-08-15  Roland McGrath  <roland@hack.frob.com>
35873         * string/str-two-way.h: Include <sys/param.h>.
35874         (MAX): Macro removed.
35876         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
35877         Move #define and #undef of memmove to just before and after
35878         including <string.h>.
35880         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
35881         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
35882         and after including <string.h>.  Move declarations of
35883         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
35884         to before #include "string/memmove.c".
35886         * include/dirent.h: Declare __getdirentries.
35888         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
35889         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
35891 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
35893         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
35894         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
35895         * sysdeps/i386/configure: Regenerated.
35896         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
35897         STABS_CURRENT_FILE, and STABS_FUN.
35898         (END): Remove call to STABS_FUN_END.
35899         (STABS_CURRENT_FILE1): Delete.
35900         (STABS_CURRENT_FILE): Likewise.
35901         (STABS_FUN): Likewise.
35902         (STABS_FUN_END): Likewise.
35903         (STABS_FUN2): Likewise.
35904         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
35905         * sysdeps/x86_64/configure: Regenerated.
35907 2012-08-14  Roland McGrath  <roland@hack.frob.com>
35909         * elf/dl-open.c: Include <atomic.h>.
35910         * elf/dl-lookup.c: Likewise.
35912 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
35914         * sysdeps/unix/sysv/linux/kernel-features.h
35915         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
35916         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
35917         unconditionally.
35918         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
35919         unconditionally.
35920         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
35921         condition on __ASSUME_CLONE_THREAD_FLAGS.
35923 2012-08-14  Andreas Jaeger  <aj@suse.de>
35925         * sysdeps/i386/fpu/libm-test-ulps: Update.
35927 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
35929         * include/atomic.h (atomic_exchange_and_add): Split into ...
35930         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
35931         New atomic macros.
35933 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
35935         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35937 2012-08-13  Jeff Law <law@redhat.com>
35939         * manual/stdio.texi (snprintf): Clarify handling of the trailing
35940         null byte in the output string.
35942 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
35944         * sysdeps/unix/sysv/linux/kernel-features.h
35945         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
35946         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
35947         (__ASSUME_ARG_MAX_STACK_BASED): Define.
35948         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
35949         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
35950         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
35951         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
35953 2012-08-09  Jeff Law <law@redhat.com>
35955         [BZ #13939]
35956         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
35957         When avoid_arena is set, don't retry in the that arena.  Pick the
35958         next one, whatever it might be.
35959         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
35960         (arena_lock): Pass in new parameter to arena_get2.
35961         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
35962         arena_get2.
35963         (__libc_malloc): Unify retrying after main arena failure with
35964         __libc_memalign version.
35965         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
35967 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
35969         [BZ #14166]
35970         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
35971         to __redirect_strstr.
35972         (__strstr_sse42): Use typeof __redirect_strstr.
35973         (__strstr_ia32): Likewise.
35974         (__libc_strstr): New prototype.
35975         (strstr): Renamed to ...
35976         (__libc_strstr): This.
35977         (strstr): New strong alias of __libc_strstr.
35978         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
35979         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
35980         __redirect_time.
35981         Include <time.h>.
35982         (__libc_time): New prototype.
35983         (time_ifunc): Replace time with __libc_time.
35984         (time): New strong alias and hidden definition of __libc_time.
35985         (__GI_time): Remove strong alias.
35986         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
35987         Include <stddef.h>.
35988         (memmove): Redefined to __redirect_memmove.
35989         (__memmove_sse2): Use typeof __redirect_memmove.
35990         (__memmove_ssse3): Likewise.
35991         (__memmove_ssse3_back): Likewise.
35992         (__libc_memmove): New prototype.
35993         (memmove): Renamed to ...
35994         (__libc_memmove): This.
35995         (memmove): New strong alias of __libc_memmove.
35997 2012-08-08  Mark Salter  <msalter@redhat.com>
35999         * elf/elf.h
36000         (R_MN10300_TLS_GD): Define.
36001         (R_MN10300_TLS_LD): Likewise.
36002         (R_MN10300_TLS_LDO): Likewise.
36003         (R_MN10300_TLS_GOTIE): Likewise.
36004         (R_MN10300_TLS_IE): Likewise.
36005         (R_MN10300_TLS_LE): Likewise.
36006         (R_MN10300_TLS_DTPMOD): Likewise.
36007         (R_MN10300_TLS_DTPOFF): Likewise.
36008         (R_MN10300_TLS_TPOFF): Likewise.
36009         (R_MN10300_SYM_DIFF): Likewise.
36010         (R_MN10300_ALIGN): Likewise.
36011         (R_MN10300_NUM): Update.
36013 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
36015         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
36016         Remove.
36018 2012-08-08  Roland McGrath  <roland@hack.frob.com>
36020         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
36022         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
36023         sysdeps/unix -> sysdeps/posix move.
36024         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
36026 2012-08-07      Allan McRae     <allan@archlinux.org>
36028         [BZ #14303]
36029         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
36030         (SUNOS_CPP): Likewise.
36031         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
36032         not found.
36033         (open_input): Call CPP using execvp.
36035 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
36037         * sysdeps/unix/sysv/linux/kernel-features.h
36038         (__ASSUME_PROT_GROWSUPDOWN): Remove.
36039         (__ASSUME_NO_CLONE_DETACHED): Likewise.
36040         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36041         (__ASSUME_WAITID_SYSCALL): Likewise.
36042         * sysdeps/unix/sysv/linux/dl-execstack.c
36043         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
36044         code unconditional.
36045         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
36046         conditional code.
36047         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
36048         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
36049         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
36050         code.
36051         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
36052         unconditional.
36053         [__ASSUME_WAITID_SYSCALL]: Likewise.
36054         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
36056 2012-08-07  Roland McGrath  <roland@hack.frob.com>
36058         * sysdeps/unix/closedir.c: Renamed to ...
36059         * sysdeps/posix/closedir.c: ... here.
36060         * sysdeps/unix/dirfd.c: Renamed to ...
36061         * sysdeps/posix/dirfd.c: ... here.
36062         * sysdeps/unix/dirstream.h: Renamed to ...
36063         * sysdeps/posix/dirstream.h: ... here.
36064         * sysdeps/unix/fdopendir.c: Renamed to ...
36065         * sysdeps/posix/fdopendir.c: ... here.
36066         * sysdeps/unix/opendir.c: Renamed to ...
36067         * sysdeps/posix/opendir.c: ... here.
36068         * sysdeps/unix/readdir.c: Renamed to ...
36069         * sysdeps/posix/readdir.c: ... here.
36070         * sysdeps/unix/readdir_r.c: Renamed to ...
36071         * sysdeps/posix/readdir_r.c: ... here.
36072         * sysdeps/unix/rewinddir.c: Renamed to ...
36073         * sysdeps/posix/rewinddir.c: ... here.
36074         * sysdeps/unix/seekdir.c: Renamed to ...
36075         * sysdeps/posix/seekdir.c: ... here.
36076         * sysdeps/unix/telldir.c: Renamed to ...
36077         * sysdeps/posix/telldir.c: ... here.
36078         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
36079         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
36080         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
36081         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
36083         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
36084         * bits/fcntl.h: ... here.
36086         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
36087         not 0.
36088         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
36089         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
36090         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
36091         (struct flock): Move l_start, l_len to the beginning.
36092         Use __pid_t for l_pid.
36093         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
36094         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
36095         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
36096         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
36097         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
36098         [__USE_LARGEFILE64] (struct flock64): New type.
36099         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
36101         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
36102         * bits/dirent.h: ... here.
36104         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
36105         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
36107 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
36109         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36110         Change from 2.6.0 to 2.6.16.
36111         * sysdeps/unix/sysv/linux/configure: Regenerated.
36112         * sysdeps/unix/sysv/linux/kernel-features.h
36113         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
36114         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
36115         version.
36116         (__ASSUME_UTIMES): Likewise.
36117         (__ASSUME_CLONE_STOPPED): Remove.
36118         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
36119         architectures, not kernel version.
36120         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
36121         (__ASSUME_NO_CLONE_DETACHED): Likewise.
36122         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36123         (__ASSUME_WAITID_SYSCALL): Likewise.
36124         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
36125         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
36126         * README: State 2.6.16 as minimum Linux kernel version.  Do not
36127         refer to older versions.
36129 2012-08-06  Roland McGrath  <roland@hack.frob.com>
36131         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
36132         Define alphasort64 as an alias.
36133         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
36134         Define versionsort64 as an alias.
36135         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
36136         Define scandir64 as an alias.
36137         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
36138         Define scandirat64 as an alias.
36139         * dirent/alphasort64.c (alphasort64):
36140         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
36141         * dirent/versionsort64.c: Likewise.
36142         * dirent/scandir64.c: Likewise.
36143         * dirent/scandirat64.c: Likewise.
36144         * sysdeps/wordsize-64/alphasort.c: File removed.
36145         * sysdeps/wordsize-64/alphasort64.c: File removed.
36146         * sysdeps/wordsize-64/scandir.c: File removed.
36147         * sysdeps/wordsize-64/scandir64.c: File removed.
36148         * sysdeps/wordsize-64/scandirat.c: File removed.
36149         * sysdeps/wordsize-64/scandirat64.c: File removed.
36150         * sysdeps/wordsize-64/versionsort.c: File removed.
36151         * sysdeps/wordsize-64/versionsort64.c: File removed.
36152         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
36153         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
36154         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
36155         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
36156         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
36157         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
36158         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
36159         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
36161         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
36162         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36163         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
36164         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36165         [defined __arch64__ || defined __sparcv9]
36166         (__INO_T_MATCHES_INO64_T): New macro.
36167         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36168         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
36169         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
36170         * sysdeps/unix/sysv/linux/bits/dirent.h
36171         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
36172         (_DIRENT_MATCHES_DIRENT64): New macro.
36174         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
36175         Define lockf64 as an alias.
36176         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
36177         Define fseeko64 as an alias.
36178         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
36179         Define ftello64 as an alias.
36180         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
36181         Define _IO_fgetpos64 and fgetpos64 as aliases.
36182         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
36183         Define _IO_fsetpos64 and fsetpos64 as aliases.
36184         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
36185         Conditionalize body on this.
36186         * libio/fseeko64.c: Likewise.
36187         * libio/ftello64.c: Likewise.
36188         * libio/iofgetpos64.c: Likewise.
36189         * libio/iofsetpos64.c: Likewise.
36190         * sysdeps/wordsize-64/lockf.c: File removed.
36191         * sysdeps/wordsize-64/lockf64.c: File removed.
36192         * sysdeps/wordsize-64/fseeko.c: File removed.
36193         * sysdeps/wordsize-64/fseeko64.c: File removed.
36194         * sysdeps/wordsize-64/ftello.c: File removed.
36195         * sysdeps/wordsize-64/ftello64.c: File removed.
36196         * sysdeps/wordsize-64/iofgetpos.c: File removed.
36197         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
36198         * sysdeps/wordsize-64/iofsetpos.c: File removed.
36199         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
36200         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
36201         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
36202         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
36203         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
36204         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
36205         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
36206         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
36207         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
36208         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
36209         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
36211         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36212         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36213         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
36214         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36215         [defined __arch64__ || defined __sparcv9]
36216         (__OFF_T_MATCHES_OFF64_T): New macro.
36217         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36218         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36219         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36220         (__OFF_T_MATCHES_OFF64_T): New macro.
36222 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
36224         * stdlib/secure-getenv.c (__secure_getenv): Replace
36225         GLIBC_2_16 with GLIBC_2_17.
36227 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
36229         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
36230         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
36232 2012-08-03  David S. Miller  <davem@davemloft.net>
36234         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36236 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
36238         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
36239         Remove.
36240         (__ASSUME_CORRECT_SI_PID): Likewise.
36241         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
36242         (__ASSUME_TMPFS_NAME): Likewise.
36243         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
36244         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
36245         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
36246         (HAVE_AUX_SECURE): Make definition unconditional.
36247         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
36248         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
36250 2012-08-03  Roland McGrath  <roland@hack.frob.com>
36252         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
36253         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
36254         * sysdeps/mach/hurd/eloop-threshold.h: New file.
36255         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
36256         __eloop_threshold instead of SYMLOOP_MAX.
36258         * sysdeps/generic/eloop-threshold.h: New file.
36259         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
36260         of MAXSYMLINKS.
36261         * elf/chroot_canon.c (chroot_canon): Likewise.
36263 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
36265         [BZ #13717]
36266         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36267         Change to 2.6.0 everywhere.
36268         * sysdeps/unix/sysv/linux/configure: Regenerated.
36269         * sysdeps/unix/sysv/linux/kernel-features.h
36270         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
36271         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
36272         kernel versions.
36273         (__ASSUME_POSIX_TIMERS): Define unconditionally.
36274         (__ASSUME_FUTEX_REQUEUE): Remove.
36275         (__ASSUME_STATFS64): Define unconditionally.
36276         (__ASSUME_AT_SECURE): Likewise.
36277         (__ASSUME_CORRECT_SI_PID): Likewise.
36278         (__ASSUME_TGKILL): Define without depending on kernel version for
36279         i386.
36280         (__ASSUME_UTIMES): Likewise.
36281         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
36282         kernel version.
36283         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
36284         (__ASSUME_TMPFS_NAME): Likewise.
36285         * README: Update reference to Linux kernel versions.
36287 2012-08-02  Marek Polacek  <polacek@redhat.com>
36289         [BZ# 14150]
36290         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
36291         libc_cv_asm_type_prefix with %.
36292         * configure: Regenerated.
36293         * include/libc-symbols.h: Remove comment about
36294         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36295         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
36296         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
36297         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
36298         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
36299         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36300         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
36301         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
36302         * elf/tst-unique2mod1.c: Likewise.
36303         * elf/tst-unique1mod2.c: Likewise.
36304         * elf/tst-unique1mod1.c: Likewise.
36305         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
36306         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
36307         Replace ASM_TYPE_DIRECTIVE with .type.
36308         * sysdeps/s390/s390-64/sysdep.h: Likewise.
36309         * sysdeps/i386/sysdep.h: Likewise.
36310         * sysdeps/x86_64/sysdep.h: Likewise.
36311         * sysdeps/sh/sysdep.h: Likewise.
36312         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
36313         Do not define ASM_TYPE_DIRECTIVE.
36314         * sysdeps/powerpc/sysdep.h: Likewise.
36315         * sysdeps/powerpc/powerpc32/sysdep.h:
36316         Replace ASM_TYPE_DIRECTIVE with .type.
36317         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
36318         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
36319         * sysdeps/i386/fpu/e_powf.S: Likewise.
36320         * sysdeps/i386/fpu/e_expl.S: Likewise.
36321         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
36322         * sysdeps/i386/fpu/e_acosh.S: Likewise.
36323         * sysdeps/i386/fpu/e_pow.S: Likewise.
36324         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
36325         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
36326         * sysdeps/i386/fpu/s_expm1.S: Likewise.
36327         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
36328         * sysdeps/i386/fpu/e_log2.S: Likewise.
36329         * sysdeps/i386/fpu/e_log2l.S: Likewise.
36330         * sysdeps/i386/fpu/e_scalb.S: Likewise.
36331         * sysdeps/i386/fpu/e_powl.S: Likewise.
36332         * sysdeps/i386/fpu/e_log10f.S: Likewise.
36333         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
36334         * sysdeps/i386/fpu/e_logl.S: Likewise.
36335         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
36336         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
36337         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
36338         * sysdeps/i386/fpu/e_log2f.S: Likewise.
36339         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
36340         * sysdeps/i386/fpu/e_log.S: Likewise.
36341         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
36342         * sysdeps/i386/fpu/e_logf.S: Likewise.
36343         * sysdeps/i386/fpu/e_log10l.S: Likewise.
36344         * sysdeps/i386/fpu/e_atanh.S: Likewise.
36345         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
36346         * sysdeps/i386/fpu/e_log10.S: Likewise.
36347         * sysdeps/i386/fpu/s_frexp.S: Likewise.
36348         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
36349         * sysdeps/i386/fpu/s_asinh.S: Likewise.
36350         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
36351         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
36352         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
36353         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
36354         * sysdeps/i386/i686/strtok.S: Likewise.
36355         * sysdeps/i386/i386-mcount.S: Likewise.
36356         * sysdeps/i386/strtok.S: Likewise.
36357         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
36358         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
36359         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
36360         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
36361         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
36362         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
36363         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
36364         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
36365         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
36366         * sysdeps/x86_64/_mcount.S: Likewise.
36367         * sysdeps/x86_64/strtok.S: Likewise.
36368         * sysdeps/sh/_mcount.S: Likewise.
36370 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36372         * libio/iofopen.c: Include <fcntl.h>.
36373         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
36374         (_IO_fopen64, fopen64): Define as aliases.
36375         * libio/iofopen64.c: Include <fcntl.h>.
36376         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
36377         Conditionalize body on this.
36378         * sysdeps/wordsize-64/iofopen.c: File removed.
36379         * sysdeps/wordsize-64/iofopen64.c: File removed.
36381 2012-08-01  Marek Polacek  <polacek@redhat.com>
36383         * libc/Makeconfig: Use elf in place of binfmt-subdir.
36384         Use dlfcn directly instead of a variable.
36385         (binfmt-subdir): Do not define.
36386         (dlfcn): Likewise.
36388 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
36390         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
36391         Remove all definitions.
36392         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
36393         <kernel-features.h>.
36394         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36395         (miss_F_GETOWN_EX): Remove all definitions.
36396         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
36397         macro definition.
36398         [!__ASSUME_FCNTL64]: Remove conditional code.
36399         [__ASSUME_FCNTL64]: Make code unconditional.
36400         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
36401         <kernel-features.h>.
36402         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36403         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
36404         (lockf64) [__NR_fcntl64]: Make code unconditional.
36405         (lockf64) [__ASSUME_FCNTL64]: Likewise.
36407         * sysdeps/unix/sysv/linux/kernel-features.h
36408         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
36409         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
36410         Make code unconditional.
36411         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36412         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36413         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
36414         [__NR_vfork]: Make code unconditional.
36415         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36416         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36417         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
36418         [__NR_vfork]: Make code unconditional.
36419         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36420         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36422 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36424         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
36425         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
36427         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36428         Define mkstemp64 as an alias.
36429         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36430         Define mkstemps64 as an alias.
36431         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36432         Define mkostemp64 as an alias.
36433         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36434         Define mkostemps64 as an alias.
36435         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
36436         Conditionalize body on this.
36437         * misc/mkostemp64.c: Likewise.
36438         * misc/mkostemps64.c: Likewise.
36439         * misc/mkstemps64.c: Likewise.
36440         * sysdeps/wordsize-64/mkstemp64.c: File removed.
36441         * sysdeps/wordsize-64/mkostemp64.c: File removed.
36442         * sysdeps/wordsize-64/mkostemp.c: File removed.
36443         * sysdeps/wordsize-64/mkstemp.c: File removed.
36444         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
36445         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
36446         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
36447         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
36449         [BZ #14138]
36450         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
36451         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
36452         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
36453         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
36455         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
36456         compat_symbol macros from <shlib-compat.h> rather than the underlying
36457         default_symbol_version and symbol_version macros, so that DEFAULT
36458         lines in shlib-versions are respected.
36459         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
36461 2012-08-01  Florian Weimer  <fweimer@redhat.com>
36463         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
36464         Declare with warn_unused_result.
36465         (setgid, setregid, setegid, setresgid): Likewise.
36466         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
36467         Likewise.
36468         * WUR-REPORT: Remove set*id functions.
36470 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
36472         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
36474 2012-07-31  Roland McGrath  <roland@hack.frob.com>
36476         [BZ #10191]
36477         * include/sys/socket.h (__libc_accept, __libc_accept4):
36478         Add attribute_hidden.
36479         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
36481         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
36482         use of PTR_MANGLE.
36483         * inet/getnetgrent_r.c (setup): Likewise.
36485         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
36487 2012-07-31  David S. Miller  <davem@davemloft.net>
36489         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36491 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
36493         [BZ #13629]
36494         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
36495         value between 1.0 and 2.0 and smaller part has absolute value less
36496         than 1.0.
36497         * math/s_clog10.c (__clog10): Likewise.
36498         * math/s_clog10f.c (__clog10f): Likewise.
36499         * math/s_clog10l.c (__clog10l): Likewise.
36500         * math/s_clogf.c (__clogf): Likewise.
36501         * math/s_clogl.c (__clogl): Likewise.
36502         * math/libm-test.inc (clog_test): Add more tests.
36503         (clog10_test): Likewise.
36504         * sysdeps/i386/fpu/libm-test-ulps: Update.
36505         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36507 2012-07-31  Florian Weimer  <fweimer@redhat.com>
36509         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
36510         Exit with zero in case no suitable GID is found, and write a
36511         message to standard error.
36513 2012-07-30  Roland McGrath  <roland@hack.frob.com>
36515         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
36516         rather than to 1.
36517         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
36518         (MAXPATHLEN): Removed.
36519         (NOGROUP, NODEV): New macros.
36520         (setbit, clrbit, isset, isclr): New macros.
36521         (howmany, roundup, powerof2): New macros.
36522         (DEV_BSIZE): New macro.
36524         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
36525         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
36527         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
36528         definition on [!__NO_LONG_DOUBLE_MATH].
36530         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
36531         PTR_MANGLE and PTR_DEMANGLE.
36533         * socket/accept4.c (accept4): Rename to __libc_accept4.
36534         Define accept4 as a weak alias.
36536         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
36537         on [_DIRENT_HAVE_D_TYPE].
36538         * io/ftw.c (ftw_dir): Likewise.
36540         * io/xmknod.c (__xmknod): Don't check PATH for being null.
36542         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
36544         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
36545         Use the BSD numbers rather than the arbitrary ones we had.
36546         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
36547         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
36548         (SIGXCPU, SIGXFSZ): New macros.
36549         (_NSIG): Now 32.
36551         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
36552         initializer on [_LIBC_REENTRANT].
36554         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
36555         definitions inside [_POSIX_MAPPED_FILES].
36557         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
36559         * dirent/opendir.c: Include <fcntl.h>.
36561         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
36562         (__libc_getspecific): Likewise.
36563         (__libc_key_create): Likewise.
36565         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
36566         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
36567         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
36568         (tmpfile64): Define as alias.
36569         * sysdeps/wordsize-64/tmpfile.c: File removed.
36570         * sysdeps/wordsize-64/tmpfile64.c: File removed.
36571         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
36572         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
36574         * stdio-common/vfscanf.c: Include <stdbool.h>.
36575         * nss/makedb.c: Likewise.
36576         * stdio-common/_i18n_number.h: Likewise.
36577         * argp/argp-help.c: Likewise.
36578         * posix/wordexp.c: Likewise.
36579         * sysdeps/posix/spawni.c: Likewise.
36580         * nss/nss_files/files-initgroups.c: Likewise.
36581         * stdio-common/reg-modifier.c: Include <stdlib.h>.
36582         * nss/nss_files/files-initgroups.c: Likewise.
36583         * nss/nss_db/db-netgrp.c: Likewise.
36584         * nss/nss_db/db-initgroups.c: Likewise.
36585         * io/fchmodat.c: Include <sys/stat.h>.
36587         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
36588         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
36590         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
36591         [HAVE_MMAP].
36593         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
36594         Add multiple inclusion protection.
36596 2012-07-27  David S. Miller  <davem@davemloft.net>
36598         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36600 2012-07-27  Gary Benson  <gbenson@redhat.com>
36602         [BZ #14298]
36603         * elf/rtld.c: Include <stap-probe.h>.
36604         (dl_main): Added static probes "init_start" and "init_complete".
36605         * elf/dl-load.c: Include <stap-probe.h>.
36606         (lose): Take new parameter "nsid".
36607         Added static probe "map_failed".
36608         (_dl_map_object_from_fd): Pass namespace id to lose.
36609         Added static probe "map_start".
36610         (open_verify): Pass namespace id to lose.
36611         * elf/dl-open.c: Include <stap-probe.h>.
36612         (dl_open_worker) Added static probes "map_complete", "reloc_start"
36613         and "reloc_complete".
36614         * elf/dl-close.c: Include <stap-probe.h>.
36615         (_dl_close_worker): Added static probes "unmap_start" and
36616         "unmap_complete".
36617         * elf/rtld-debugger-interface.txt: New file documenting the above.
36619 2012-07-26  Roland McGrath  <roland@hack.frob.com>
36621         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
36622         rather than a string variable.
36623         * sunrpc/rpc_main.c (h_output): Likewise.
36624         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
36626 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
36628         * inet/check_native.c: New file.
36630 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
36632         [BZ #13629]
36633         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
36634         if larger part has absolute value 1.0.
36635         * math/s_clog10.c (__clog10): Likewise.
36636         * math/s_clog10f.c (__clog10f): Likewise.
36637         * math/s_clog10l.c (__clog10l): Likewise.
36638         * math/s_clogf.c (__clogf): Likewise.
36639         * math/s_clogl.c (__clogl): Likewise.
36640         * math/libm-test.inc (clog_test): Add more tests.
36641         (clog10_test): Likewise.
36642         * sysdeps/i386/fpu/libm-test-ulps: Update.
36643         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36645         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
36646         (pltexit): Likewise.
36647         (La_regs): Likewise.
36648         (La_retval): Likewise.
36649         (int_retval): Likewise.
36650         Update #error for removed macros to refer only to definitions in
36651         tst-audit.h.
36652         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
36653         macro.
36654         (pltexit): Likewise.
36655         (La_regs): Likewise.
36656         (La_retval): Likewise.
36657         (int_retval): Likewise.
36658         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
36659         macro.
36660         (pltexit): Likewise.
36661         (La_regs): Likewise.
36662         (La_retval): Likewise.
36663         (int_retval): Likewise.
36664         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
36665         macro.
36666         (pltexit): Likewise.
36667         (La_regs): Likewise.
36668         (La_retval): Likewise.
36669         (int_retval): Likewise.
36670         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
36671         macro.
36672         (pltexit): Likewise.
36673         (La_regs): Likewise.
36674         (La_retval): Likewise.
36675         (int_retval): Likewise.
36676         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
36677         macro.
36678         (pltexit): Likewise.
36679         (La_regs): Likewise.
36680         (La_retval): Likewise.
36681         (int_retval): Likewise.
36682         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
36683         macro.
36684         (pltexit): Likewise.
36685         (La_regs): Likewise.
36686         (La_retval): Likewise.
36687         (int_retval): Likewise.
36688         * sysdeps/generic/tst-audit.h: Update comment to refer only to
36689         macro definitions in tst-audit.h.
36690         * sysdeps/i386/tst-audit.h: New file.
36691         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
36692         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
36693         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
36694         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
36695         * sysdeps/sh/tst-audit.h: Likewise.
36696         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
36697         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
36698         * sysdeps/x86_64/tst-audit.h: Likewise.
36700 2012-07-26  Andreas Jaeger  <aj@suse.de>
36702         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
36703         ptrace.
36705         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
36706         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
36707         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
36708         PTRACE_O_MASK.
36709         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
36710         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
36711         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
36713         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
36714         value.
36716         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
36717         _sigsys.
36718         (si_call_addr, si_syscall, si_arch): Define new macro.
36719         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
36720         _sigsys.
36721         (si_call_addr, si_syscall, si_arch): Define new marcro.
36722         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
36723         _sigsys.
36724         (si_call_addr, si_syscall, si_arch): Define new macro.
36725         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
36726         _sigsys.
36727         (si_call_addr, si_syscall, si_arch): Define new macro.
36729 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
36731         [BZ #13717]
36732         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36733         Change to 2.4.21 where previously 2.4.1.
36734         * sysdeps/unix/sysv/linux/configure: Regenerated.
36735         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
36736         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
36737         Linux kernel version.
36738         (__ASSUME_STD_AUXV): Remove.
36739         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
36740         kernel version.
36741         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
36742         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
36743         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
36744         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
36745         (__ASSUME_NETLINK_SUPPORT): Likewise.
36746         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
36747         (__no_netlink_support): Remove conditional definition.
36748         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
36749         Remove.
36750         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
36751         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
36752         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
36753         (if_nameindex_ioctl): Remove.
36754         (if_nameindex_netlink): Do not handle __no_netlink_support.
36755         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
36756         code.
36757         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
36758         Remove conditional code.
36759         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
36760         code.
36761         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
36762         unconditional.
36763         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
36764         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
36765         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
36766         Remove.
36767         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
36768         [!__ASSUME_STD_AUXV]: Remove conditional code.
36769         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
36770         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
36771         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
36772         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
36773         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
36774         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
36775         code.
36776         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
36777         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
36778         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
36779         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
36780         conditional code.
36781         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
36782         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
36783         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
36784         code.
36785         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
36786         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
36787         conditional code.
36788         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
36789         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36790         code unconditional.
36791         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36792         conditional code.
36793         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36794         unconditional.
36795         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36796         conditional code.
36797         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
36798         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36799         unconditional.
36800         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36801         conditional code.
36802         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
36803         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36804         code unconditional.
36805         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36806         conditional code.
36807         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36808         unconditional.
36809         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36810         conditional code.
36811         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
36812         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36813         code unconditional.
36814         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36815         conditional code.
36816         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36817         unconditional.
36818         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36819         conditional code.
36821 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
36823         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
36824         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
36825         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
36826         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
36827         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
36828         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
36829         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
36830         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
36831         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
36832         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
36833         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
36834         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
36835         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
36836         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
36837         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
36838         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
36839         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
36840         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
36841         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
36842         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
36843         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
36844         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
36845         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
36847 2012-07-25  Florian Weimer  <fweimer@redhat.com>
36849         * Versions.def: Add GLIBC_2.17.
36850         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
36851         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
36852         Introduce __libc_secure_getenv.
36853         * stdlib/Versions (2.17): Add secure_getenv
36854         (GLIBC_PRIVATE): Add __libc_secure_getenv.
36855         * stdlib/secure-getenv.c: Rename __secure_getenv to
36856         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
36857         symbol __secure_getenv for GLIBC_2.0.
36858         * stdlib/tst-secure-getenv.c: New.
36859         * stdlib/Makefile (tests): Add testcase.
36860         * manual/startup.texi (Environment Access): Document
36861         secure_getenv.
36862         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
36863         __libc_secure_getenv.
36864         * inet/ruserpass.c (ruserpass): Likewise.
36865         * malloc/mtrace.c (mtrace): Likewise.
36866         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
36867         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
36868         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
36869         * sysdeps/posix/tempname.c: Likewise.  Evaluate
36870         HAVE_SECURE_GETENV.
36871         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
36872         __secure_getenv to __libc_secure_getenv.
36873         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
36874         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36875         Likewise.
36876         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36877         Likewise.
36878         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
36879         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
36880         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
36881         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
36882         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
36883         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
36884         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
36886 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
36888         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
36889         (struct La_i86_retval): Likewise.
36890         (struct La_x86_64_regs): Likewise.
36891         (struct La_x86_64_retval): Likewise.
36892         (struct La_x32_regs): Likewise.
36893         (struct La_x32_retval): Likewise.
36894         (struct La_ppc32_regs): Likewise.
36895         (struct La_ppc32_retval): Likewise.
36896         (struct La_ppc64_regs): Likewise.
36897         (struct La_ppc64_retval): Likewise.
36898         (struct La_sh_regs): Likewise.
36899         (struct La_sh_retval): Likewise.
36900         (struct La_s390_32_regs): Likewise.
36901         (struct La_s390_32_retval): Likewise.
36902         (struct La_s390_64_regs): Likewise.
36903         (struct La_s390_64_retval): Likewise.
36904         (struct La_sparc32_regs): Likewise.
36905         (struct La_sparc32_retval): Likewise.
36906         (struct La_sparc64_regs): Likewise.
36907         (struct La_sparc64_retval): Likewise.
36908         (struct audit_ifaces): Remove architecture-specific pltenter and
36909         pltexit members.
36910         * sysdeps/i386/ldsodefs.h: New file.
36911         * sysdeps/powerpc/ldsodefs.h: Likewise.
36912         * sysdeps/s390/ldsodefs.h: Likewise.
36913         * sysdeps/sh/ldsodefs.h: Likewise.
36914         * sysdeps/sparc/ldsodefs.h: Likewise.
36915         * sysdeps/x86_64/ldsodefs.h: Likewise.
36917 2012-07-25  Marek Polacek  <polacek@redhat.com>
36919         [BZ #6808]
36920         * math/libm-test.inc (yn_test): Add another test.
36921         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
36922         to ERANGE when the result is +-Inf.
36923         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
36924         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
36925         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
36926         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
36928 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
36930         * conform/data/time.h-data (NULL): Use macro-constant.  Require
36931         equal to 0.
36932         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
36933         clock_t.
36934         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
36936 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
36938         * configure.in <sysdeps resolving>: Correct printing
36939         Implies_before.
36940         * configure: Regenerate.
36942 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
36944         * math/w_ilogb.c: Include <limits.h>.
36945         * math/w_ilogbl.c: Likewise.
36947 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
36949         * manual/lang.texi (__va_copy): Document primarily as ISO C99
36950         va_copy.  Document allowing for unavailable va_copy only as
36951         pre-C99 compatibility.
36952         * manual/string.texi (Copying and Concatenation): Use va_copy
36953         instead of __va_copy in concat example.
36955 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
36957         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
36958         (__sendto): Use create_address_port.  Initialize APORT and deallocate
36959         it if not null.
36961         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
36962         with O_NOLINK passed to __file_name_lookup.
36964         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
36965         with O_NOLINK passed to __file_name_lookup.
36967         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
36968         negative N or less than NGIDS.
36970         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
36971         type to string_t.  Set ERANGE as errno and return it if NAME is not big
36972         enough.  Use memcpy instead of strncpy.
36974 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
36976         * elf/Makefile (check-data): Remove.
36977         (localplt.data): New vpath directive.
36978         ($(objpfx)check-localplt.out): Use localplt.data from vpath
36979         instead of $(check-data).
36980         * scripts/data/localplt-generic.data: Move to ...
36981         * sysdeps/generic/localplt.data: ... here.
36982         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
36983         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
36984         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
36985         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
36986         ... here.
36987         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
36988         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
36989         ... here.
36990         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
36991         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
36992         ... here.
36993         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
36994         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
36995         ... here.
36996         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
36997         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
36998         ... here.
36999         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
37000         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
37001         ... here.
37003 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37005         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
37006         PPC32 and PPC64 files.
37007         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
37008         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
37010 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37012         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
37013         __makecontext_ret to ...
37014         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
37015         ... here and call exit if uc_link is NULL.  New file.
37016         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
37017         __makecontext_ret.S.
37018         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
37019         __makecontext_ret to ...
37020         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
37021         ... here and call exit if uc_link is NULL.  New file.
37022         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
37023         __makecontext_ret.S.
37025 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37027         * elf/elf.h (R_390_IRELATIVE): New definition.
37028         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
37029         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
37030         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
37031         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
37032         (elf_machine_lazy_rel): Likewise.
37033         * sysdeps/s390/dl-irel.h: New file.
37034         * sysdeps/s390/s390-64/memcpy.S: New asm code.
37035         * sysdeps/s390/s390-64/memset.S: New asm code.
37036         * sysdeps/s390/s390-64/memcmp.S: New asm code.
37037         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
37038         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
37039         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
37040         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
37041         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
37042         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
37043         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
37044         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
37045         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
37046         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
37047         * sysdeps/s390/s390-32/memcpy.S: New asm code.
37048         * sysdeps/s390/s390-32/memset.S: New asm code.
37049         * sysdeps/s390/s390-32/memcmp.S: New asm code.
37051 2012-07-17  Marek Polacek  <polacek@redhat.com>
37053         [BZ #14349]
37054         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
37055         * sysdeps/s390/s390-64/configure.in: Likewise.
37056         * sysdeps/sparc/configure.in: Likewise.
37057         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
37058         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
37059         * sysdeps/i386/configure.in: Likewise.
37060         * sysdeps/x86_64/configure.in: Likewise.
37061         * sysdeps/sh/configure.in: Likewise.
37062         * sysdeps/s390/s390-32/configure: Regenerated.
37063         * sysdeps/s390/s390-64/configure: Likewise.
37064         * sysdeps/x86_64/configure: Likewise.
37065         * sysdeps/sh/configure: Likewise.
37066         * sysdeps/powerpc/powerpc64/configure: Likewise.
37067         * sysdeps/powerpc/powerpc32/configure: Likewise.
37068         * sysdeps/sparc/configure: Likwise.
37069         * sysdeps/i386/configure: Likewise.
37071         * elf/dl-open.c: Comment fixes.
37073 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
37075         * Makefile [CXX] (check-data): Remove.
37076         [CXX] (c++-types.data): New vpath directive.
37077         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
37078         vpath.  Do not allow for C++ type data being missing.
37079         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
37080         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
37081         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
37082         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
37083         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
37084         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
37085         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
37086         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
37087         ... here.
37088         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
37089         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
37090         ... here.
37091         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
37092         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
37093         ... here.
37094         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
37095         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
37096         ... here.
37097         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
37098         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
37099         ... here.
37100         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
37101         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
37102         ... here.
37103         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
37104         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
37105         ... here.
37106         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
37107         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
37109         * elf/tls-macros.h (TLS_LE): Move architecture-specific
37110         definitions to architecture-specific files.
37111         (TLS_IE): Likewise.
37112         (TLS_LD): Likewise.
37113         (TLS_GD): Likewise.
37114         * sysdeps/i386/tls-macros.h: New file.
37115         * sysdeps/powerpc/tls-macros.h: Likewise.
37116         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
37117         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
37118         * sysdeps/sh/tls-macros.h: Likewise.
37119         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
37120         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
37121         * sysdeps/x86_64/tls-macros.h: Likewise.
37123 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
37125         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
37126         zero value for regular exit case.
37128         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
37129         (__start_context): Preserve zero value for regular exit case.
37131 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
37132             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37134         * manual/setjmp.texi (setcontext): Clarify normal process
37135         termination when uc_link is the null pointer.
37136         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
37137         exit call.
37139 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
37141         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
37142         preprocessor.  Test for each exception mask separately.
37144 2012-07-16  Andreas Jaeger  <aj@suse.de>
37146         * po/ru.po: Update from translation team.
37148 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
37150         * conform/data/string.h-data (NULL): Use macro-constant.  Require
37151         equal to 0.
37152         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
37153         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
37154         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
37155         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
37156         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37158 2012-07-13  Andreas Jaeger  <aj@suse.de>
37160         * po/fr.po: Update from translation team.
37162 2012-07-12  Marek Polacek  <polacek@redhat.com>
37164         [BZ #14173]
37165         * math/libm-test.inc (yn_test): Add test for BZ #14173.
37166         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
37167         loop condition.
37169 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
37171         [BZ #13717]
37172         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
37173         Change to 2.4.1 where previously 2.4.0.
37174         * sysdeps/unix/sysv/linux/configure: Regenerated.
37175         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
37176         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
37177         version.
37178         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
37179         (__ASSUME_AT_CLKTCK): Remove.
37180         (__ASSUME_AT_PAGESIZE): Likewise.
37181         (__ASSUME_AT_XID): Likewise.
37182         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
37183         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
37184         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
37185         unconditionally.
37186         (HAVE_AUX_PAGESIZE): Likewise.
37187         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
37188         [__ASSUME_AT_CLKTCK]: Make code unconditional.
37189         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
37191 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
37193         [BZ #14307]
37194         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
37195         the temporary buffer used to invoke __gethostbyname2_r,
37196         __gethostbyaddr_r and gethostbyname4_r to make room for struct
37197         host_data / struct gaih_addrtuple.
37198         * resolv/nss_dns/dns-host.c (global scope): Move definition of
37199         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
37200         header file nss/nsswitch.h.
37201         * nss/nsswitch.h (global scope): Add definition of implementation
37202         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
37203         resolv/nss_dns/dns-host.c).
37205 2012-07-11  Andreas Jaeger  <aj@suse.de>
37207         * po/fr.po: Update from translation team.
37209         * po/sv.po: Update from translation team
37210         * po/fr.po: Another update from translation team.
37212 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37214         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
37215         for subnormals or multiply small sinh result by itself.
37216         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
37217         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37219 2012-07-11  David S. Miller  <davem@davemloft.net>
37221         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37223 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
37225         [BZ #14347]
37226         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
37227         (INTERNAL_MARK): Shift it here.
37229 2012-07-10  Marek Polacek  <polacek@redhat.com>
37231         [BZ #14151]
37232         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
37233         libc_cv_asm_global_directive with .globl.
37234         * configure: Regenerated.
37235         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
37236         with .globl.
37237         * sysdeps/i386/configure: Regenerated.
37238         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
37239         with .globl.
37240         * sysdeps/x86_64/configure: Regenerated.
37241         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
37242         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
37243         * elf/tst-unique2mod2.c: Likewise.
37244         * elf/tst-unique2mod1.c: Likewise.
37245         * elf/tst-unique1mod2.c: Likewise.
37246         * elf/tst-unique1mod1.c: Likewise.
37247         * sysdeps/s390/s390-32/sysdep.h: Likewise.
37248         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
37249         * sysdeps/s390/s390-64/sysdep.h: Likewise.
37250         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
37251         * sysdeps/mach/sysdep.h: Likewise.
37252         * sysdeps/i386/sysdep.h: Likewise.
37253         * sysdeps/i386/i386-mcount.S: Likewise.
37254         * sysdeps/x86_64/_mcount.S: Likewise.
37255         * sysdeps/x86_64/sysdep.h: Likewise.
37256         * sysdeps/sh/_mcount.S: Likewise.
37257         * sysdeps/sh/sysdep.h: Likewise.
37258         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
37259         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
37260         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
37261         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
37262         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
37263         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
37264         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
37265         * locale/localeinfo.h: Likewise.
37266         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
37267         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
37269 2012-07-09  Roland McGrath  <roland@hack.frob.com>
37271         [BZ #14336]
37272         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
37273         system".
37274         * manual/message.texi (The Uniforum approach): Likewise.
37275         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
37276         (glibc iconv Implementation): Likewise.
37278 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
37280         [BZ #14337]
37281         * math/s_clog.c (__clog): Avoid scaling a value down where that
37282         could result in underflow.
37283         * math/s_clog10.c (__clog10): Likewise.
37284         * math/s_clog10f.c (__clog10f): Likewise.
37285         * math/s_clog10l.c (__clog10l): Likewise.
37286         * math/s_clogf.c (__clogf): Likewise.
37287         * math/s_clogl.c (__clogl): Likewise.
37288         * math/libm-test.inc (clog_test): Add more tests.
37289         (clog10_test): Likewise.
37290         * sysdeps/i386/fpu/libm-test-ulps: Update.
37291         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37293 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
37295         [BZ #14283]
37296         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
37297         by 7 not 8 to examine high bit of fractional part.
37299         [BZ #14042]
37300         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
37301         for call to __mcount_internal.
37302         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
37303         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
37304         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
37306 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
37308         [BZ #14154]
37309         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
37310         approximation for values within 0x1p-13f of an odd multiple of
37311         pi/4.
37312         * math/libm-test.inc (tan_test): Do not allow spurious underflow
37313         exception.  Add more tests.
37314         * sysdeps/i386/fpu/libm-test-ulps: Update.
37316         [BZ #6778]
37317         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
37318         inputs and return -1 for them.  Do not check for +Inf in case not
37319         reachable for +Inf.
37320         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
37321         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
37322         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37323         and return -1 for them.  Do not check for +Inf in case not
37324         reachable for +Inf.
37325         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
37326         define.
37327         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37328         and return -1 for them.  Do not check for +Inf in case not
37329         reachable for +Inf.
37330         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
37331         spurious underflow.
37332         * sysdeps/i386/fpu/libm-test-ulps: Update.
37333         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37335 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
37337         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
37339 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
37341         [BZ #14157]
37342         [BZ #14331]
37343         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
37344         could result in spurious underflow.  Scale down values above
37345         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
37346         * math/s_csqrtf.c (__csqrtf): Likewise.
37347         * math/s_csqrtl.c (__csqrtl): Likewise.
37348         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
37349         spurious underflow.
37350         * sysdeps/i386/fpu/libm-test-ulps: Update.
37351         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37353 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
37355         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
37356         xopen-msg.sed.
37357         * catgets/xopen-msg.awk: New file.
37358         * catgets/xopen-msg.sed: Removed.
37360         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
37361         po2text.sed.
37362         * intl/po2test.awk: New file.
37363         * intl/po2test.sed: Removed.
37365 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
37367         [BZ #14328]
37368         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
37369         or multiply small sinh result by itself.
37370         * math/s_ctanf.c (__ctanf): Likewise.
37371         * math/s_ctanh.c (__ctanh): Likewise.
37372         * math/s_ctanhf.c (__ctanhf): Likewise.
37373         * math/s_ctanhl.c (__ctanhl): Likewise.
37374         * math/s_ctanl.c (__ctanl): Likewise.
37375         * math/libm-test.inc (ctan_test_tonearest): New function.
37376         (ctan_test_towardzero): Likewise.
37377         (ctan_test_downward): Likewise.
37378         (ctan_test_upward): Likewise.
37379         (ctanh_test_tonearest): Likewise.
37380         (ctanh_test_towardzero): Likewise.
37381         (ctanh_test_downward): Likewise.
37382         (ctanh_test_upward): Likewise.
37383         (main): Call these new functions.
37384         * sysdeps/i386/fpu/libm-test-ulps: Update.
37385         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37387 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
37389         * .gitignore: Delete /ports entry.
37391 2012-07-03  Andreas Jaeger  <aj@suse.de>
37393         * po/bg.po: Update from translation team.
37394         * po/cs.po: Likewise.
37395         * po/de.po: Likewise.
37396         * po/hr.po: Likewise.
37397         * po/nl.pl: Likewise.
37398         * po/pl.po: Likewise.
37399         * po/vi.po: Likewise.
37401 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
37403         * Makeconfig [!+link] (+link-before-libc): New variable.
37404         [!+link] (+link-after-libc): Likewise.
37405         [!+link] (+link-tests): Likewise.
37406         [!+link] (+link): Define in terms of $(+link-before-libc) and
37407         $(+link-after-libc).
37408         [!+link-static] (+link-static-before-libc): New variable.
37409         [!+link-static] (+link-static-after-libc): Likewise.
37410         [!+link-static] (+link-static-tests): Likewise.
37411         [!+link-static] (+link-static): Define in terms of
37412         $(+link-static-before-libc) and $(+link-static-after-libc).
37413         [build-shared] (link-libc-before-gnulib): New variable.
37414         [build-shared] (link-libc-tests): Likewise.
37415         [build-shared] (link-libc): Define in terms of
37416         $(link-libc-before-gnulib).
37417         [!build-shared] (link-libc-tests): New variable.
37418         (link-libc-static-tests): New variable.
37419         [!gnulib] (gnulib-arch): New variable.
37420         [!gnulib] (gnulib-tests): Likewise.
37421         [!gnulib] (static-gnulib-arch): Likewise.
37422         [!gnulib] (static-gnulib-tests): Likewise.
37423         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
37424         Define with "=" instead of ":=".
37425         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
37426         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
37427         * Rules (binaries-all-notests): New variable.
37428         (binaries-all-tests): Likewise.
37429         (binaries-static-notests): Likewise.
37430         (binaries-static-tests): Likewise.
37431         (binaries-all): Define using $(binaries-all-notests) and
37432         $(binaries-all-tests).
37433         (binaries-static): Define using $(binaries-static-notests) and
37434         $(binaries-static-tests).
37435         (binaries-shared-tests): New variable.
37436         (binaries-shared-notests): Likewise.
37437         (binaries-shared): Remove variable.
37438         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
37439         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
37440         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
37441         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
37442         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
37443         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
37444         * elf/Makefile (sln-modules): New variable.
37445         (extra-objs): Add $(sln-modules:=.o).
37446         (ldconfig-modules): Add static-stubs.
37447         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
37448         * elf/static-stubs.c: New file.
37450         [BZ #14283]
37451         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
37452         by 7 not 8 to examine high bit of fractional part.  Use volatile
37453         variables when splitting into final array of floats if
37454         __FLT_EVAL_METHOD__ != 0.
37455         * math/libm-test.inc (cos_test): Add another test.
37456         (sin_test): Likewise.
37457         * sysdeps/i386/fpu/libm-test-ulps: Update.
37459         [BZ #14273]
37460         * math/libm-test.inc (cosh_test): Add more tests.
37462         * version.h (RELEASE): Set to "development".
37463         (VERSION): Set to "2.16.90".
37465 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
37467         * NEWS: Update copyright. Remove last-updated date.
37468         Mention math library bug fixes and timezone data changes.
37469         * README: Mention GNU/Hurd, x32, and HPPA support status.
37471 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
37473         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
37475 2012-06-27  Andreas Jaeger  <aj@suse.de>
37477         * manual/contrib.texi (Contributors): Add Samuel Thibault.
37479 2012-06-25  Andreas Jaeger  <aj@suse.de>
37481         * sysdeps/s390/fpu/libm-test-ulps: Update.
37483 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
37484             Thomas Schwinge  <thomas@codesourcery.com>
37486         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
37487         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
37488         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
37489         fanotify_mark.
37491 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
37493         * sysdeps/mach/start.c: Remove file.
37494         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
37495         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
37496         * sysdeps/sh/init-first.c: Likewise.
37498         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
37499         registers for frame unwinding purposes, add CFI directives.
37500         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37501         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
37502         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
37503         Likewise.
37505         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
37506         __fortify_fail returning.
37507         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37509         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
37510         sysdeps/sh/____longjmp_chk.S.
37511         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
37512         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
37513         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
37514         (gen-as-const-headers): Append sigaltstack-offsets.sym.
37516         * sysdeps/sh/abort-instr.h: New file.
37517         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
37518         process in case exit returns.
37520         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
37521         initialize the GOT register before use.
37523         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
37524         calculation of ARGC > 4.
37526         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
37527         meaningful names to some local labels.
37529 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
37530             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37532         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
37533         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
37534         (__arch_compare_and_exchange_val_16_acq): Likewise.
37535         (__arch_compare_and_exchange_val_32_acq): Likewise.
37536         (atomic_exchange_and_add): Fix gUSA sequence.
37537         (atomic_add): Likewise.
37538         (atomic_add_negative): Likewise.
37539         (atomic_add_zero): Likewise.
37540         (atomic_bit_test_set): Likewise.
37542 2012-06-22  Andreas Schwab  <schwab@redhat.com>
37544         [BZ #13579]
37545         * include/link.h (struct link_map): Add l_free_initfini.
37546         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
37547         l_initfini.
37548         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
37549         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
37550         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
37551         set.
37553 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
37555         * configure.in: Use AC_LANG_SOURCE.
37556         * configure: Regenerate.
37558 2012-06-22  Roland McGrath  <roland@hack.frob.com>
37560         * configure.in (libc_cv_localstatedir): New substituted variable.
37561         * configure: Regenerated.
37562         * config.make.in (localstatedir): New variable, substituted from
37563         libc_cv_localstatedir.
37564         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
37565         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
37566         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
37567         * sysdeps/gnu/configure: Regenerated.
37569 2012-06-21  Jeff Law  <law@redhat.com>
37571         [BZ #14277]
37572         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
37573         free.  Simplify list management for _LIBC case.
37575 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
37577         [BZ #14273]
37578         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
37579         Clear sign bit of 64-bit integer value before comparing against
37580         overflow value.
37582         * sysdeps/mach/configure: Regenerated.
37584 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
37586         [BZ #14278]
37587         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
37589 2012-06-21  Jeff Law  <law@redhat.com>
37591         [BZ #13882]
37592         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
37593         uint16_t for elements in the "seen" array to avoid char overflows.
37594         * elf/dl-fini.c (_dl_sort_fini): Likewise.
37595         * elf/dl-open.c (dl_open_worker): Likewise.
37597 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
37599         * scripts/list-sources.sh: Scan PORTS for translations.
37600         * po/libc.pot: Regenerated.
37602 2012-06-21  Andreas Jaeger  <aj@suse.de>
37604         [BZ #12194]
37605         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
37606         warning.
37607         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
37608         * bits/byteswap-16.h (__bswap_16): Likewise.
37609         * bits/byteswap.h (__bswap_constant_16): Likewise.
37611 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
37613         [BZ #14117]
37614         * sysdeps/i386/fpu_control.h: Removed.
37615         * sysdeps/x86_64/fpu_control.h: Moved to ...
37616         * sysdeps/x86/fpu_control.h: Here.
37618         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
37619         (_FPU_SETCW): Likewise.
37621 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
37623         [BZ #14117]
37624         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
37625         * sysdeps/x86/fpu/bits/mathinline.h: This.
37626         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
37628         [BZ #14050]
37629         [BZ #14117]
37630         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
37631         functions if __x86_64__ is defined.
37633 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
37635         * string/endian.h: Add !__ASSEMBLER__ condition for including
37636         conversion interfaces.
37638 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
37640         [BZ #14241]
37641         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
37642         of ABS(x) in calculating zero to negative powers other than odd
37643         integers.
37644         * math/libm-test.inc (pow_test): Add more tests.
37646 2012-06-15  Andreas Jaeger  <aj@suse.de>
37648         * manual/contrib.texi (Contributors): Update entry of Liubov
37649         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
37650         Machado Filho.
37652 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
37654         * string/string.h: Add __wur to GNU version of strerror_r.
37656 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
37658         [BZ #14229]
37659         * string/Makefile (tests): Add tst-strtok_r.
37660         * string/tst-strtok_r.c: New file.
37661         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
37662         RAX_LP/RDX_LP on SAVE_PTR.
37664 2012-06-14  Roland McGrath  <roland@hack.frob.com>
37666         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
37668 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
37670         * libm_test.inc (csqrt_test): Allow more spurious underflow
37671         exceptions.
37672         (j0_test): Likewise.
37673         (j1_test): Likewise.
37674         (y0_test): Likewise.
37675         (y1_test): Likewise.
37677 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
37679         * po/Makefile (libc.pot): Use UTF-8 charset.
37681 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
37683         [BZ #14210]
37684         Suppress sign-conversion warning from FD_SET.
37685         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
37686         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
37687         not unsigned long int.
37688         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
37690 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
37692         [BZ #14050]
37693         [BZ #14117]
37694         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
37695         __extern_always_inline instead of __extern_inline.
37696         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
37697         (__signbit): Likewise.
37698         (__signbitl): Support C++ namespace.
37699         (lrintf): New inline function.
37700         (lrint): Likewise.
37701         (llrintf): Likewise.
37702         (llrint): Likewise.
37703         (fmaxf): Likewise.
37704         (fmax): Likewise.
37705         (fminf): Likewise.
37706         (fmin): Likewise.
37707         (rint): Likewise.
37708         (rintf): Likewise.
37709         (ceil): Likewise.
37710         (ceilf): Likewise.
37711         (floor): Likewise.
37712         (floorf): Likewise.
37713         (nearbyint): Likewise.
37714         (nearbyintf): Likewise.
37716 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
37718         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
37719         non-default versions.
37721 2012-06-11  Roland McGrath  <roland@hack.frob.com>
37723         [BZ #14218]
37724         * manual/argp.texi (Argp): Reword argp_parse description slightly.
37726 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
37728         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
37729         (FE_UPWARD, FE_DOWNWARD): Don't define.
37730         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
37731         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
37733         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
37734         reading it.
37735         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
37736         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
37738 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37740         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
37741         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
37742         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
37743         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
37745 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
37747         [BZ #14117]
37748         * sysdeps/i386/fpu/bits/fenv.h: Removed.
37749         * sysdeps/i386/fpu/Implies: New file.
37750         * sysdeps/x86_64/fpu/Implies: Likewise.
37751         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
37752         * sysdeps/x86/fpu/bits/fenv.h: This.
37754         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
37755         __SSE_MATH__.
37757 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
37759         [BZ #14134]
37760         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
37761         character 0xffff that matches the last element of the
37762         conversion table.
37764 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37766         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
37767         fmodl commit.
37769 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37771         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
37772         values higher than 25.6283.
37774 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37776         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
37777         subnormal exponent extraction and add some __builtin_expect.
37778         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
37779         Fix for subnormal mantissa calculation.
37781 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
37783         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
37784         cpu2 is -1 and errno is not ENOSYS.
37786 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
37788         [BZ #14117]
37789         * sysdeps/i386/i486/bits/string.h: Renamed to ...
37790         * sysdeps/x86/bits/string.h: This.
37791         * sysdeps/x86_64/bits/string.h: Removed.
37793         * sysdeps/i386/i486/bits/string.h: Define inline functions only
37794         if not compiling for x86-64, but compiling for >= i486.
37796         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
37797         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
37799         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
37800         New macro from Linux kernel 3.4.0.
37801         (FP_XSTATE_MAGIC2): Likewise.
37802         (FP_XSTATE_MAGIC2_SIZE): Likewise.
37803         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
37804         (struct _fpx_sw_bytes): New struct.
37805         (struct _xsave_hdr): Likewise.
37806         (struct _ymmh_state): Likewise.
37807         (struct _xstate): Likewise.
37809         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
37810         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
37811         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
37812         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
37813         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
37814         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
37816         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
37817         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
37818         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
37819         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
37820         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
37821         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
37823 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37825         [BZ #13743]
37826         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
37827         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
37828         (sysdep_headers): Include sys/platform/ppc.h.
37829         * sysdeps/powerpc/test-gettimebase.c: Test for
37830         __ppc_get_timebase() to catch future ISA opcode/insn changes.
37831         * manual/Makefile (appendices): Include platform.texi.
37832         * manual/contrib.texi (Contributors): Update @node pointers.
37833         * manual/maint.texi (Maintenance): Likewise.
37834         (Platform): New node.
37835         * manual/platform.texi: New file.  Document the new features.
37837 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
37838             Jakub Jelinek  <jakub@redhat.com>
37840         [BZ #14188]
37841         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
37842         where __builtin_expect is unavailable.
37844 2012-06-03  David S. Miller  <davem@davemloft.net>
37846         * stdlib/longlong.h: Updated from GCC.
37848 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
37850         [BZ #14042]
37851         * sysdeps/powerpc/powerpc32/mcount.c: New file.
37852         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
37853         __mcount_internal.
37854         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
37855         (GLIBC_2.16): Likewise.
37857 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
37859         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
37861 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
37863         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
37864         (default-abi): New variable.
37865         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
37866         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
37867         variable.
37868         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
37869         Likewise.
37870         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
37871         Likewise.
37872         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
37873         Likewise.
37875         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
37876         definition.  Document in comment.
37878 2012-06-01  David S. Miller  <davem@davemloft.net>
37880         * stdlib/longlong.h: Updated from GCC.
37882 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
37884         [BZ #14117]
37885         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
37886         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
37887         sys/debugreg.h sys/io.h here.
37888         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
37889         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
37890         sys/io.h.
37891         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
37892         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
37893         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
37894         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
37895         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
37896         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
37898         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
37899         Define only if __x86_64__ is defined.
37901 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
37903         [BZ #14048]
37904         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
37905         Use int64_t for variable i.
37906         * math/libm-test.inc (fmod_test): Add more tests.
37908         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
37909         z computation is not scheduled after fetestexcept.
37910         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
37911         Use math_force_eval instead of asm to ensure calculation scheduled
37912         before exception test.
37913         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
37914         Ensure a1 + u.d computation is not scheduled after fetestexcept.
37916 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
37918         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
37919         computation is not scheduled after fetestexcept.
37921 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
37923         [BZ #14117]
37924         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
37925         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
37927 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37929         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
37930         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
37932 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
37934         [BZ #14117]
37935         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
37936         <bits/wordsize.h>.
37937         (__WCHAR_MIN): Support __WORDSIZE == 64.
37938         (__WCHAR_MAX): Likewise.
37940         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
37941         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
37943         [BZ #14183]
37944         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
37945         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
37947         [BZ #14117]
37948         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
37949         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
37951         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
37952         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
37954         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
37955         Defined to 1 if __x86_64__ isn't defined.
37956         (_STAT_VER_LINUX_OLD): New.
37957         (st_atime): Remove duplicate.
37958         (st_mtime): Likewise.
37959         (st_ctime): Likewise.
37961 2012-05-31  David S. Miller  <davem@davemloft.net>
37963         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
37964         entries.
37966 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
37968         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
37969         gen-libm-test.pl.
37971         [BZ #14132]
37972         * elf/dl-reloc.c: Include <_itoa.h>.
37973         (_dl_reloc_bad_type): Remove use of INTUSE.
37974         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
37975         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
37976         * stdio-common/psiginfo.c (psiginfo): Likewise.
37977         * stdio-common/psignal.c (psignal): Likewise.
37978         * string/strsignal.c (strsignal): Likewise.
37979         * include/signal.h (_sys_siglist): Declare hidden proto.
37980         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
37981         INTVARDEF with libc_hidden_data_def.
37982         * stdio-common/itoa-udigits.c: Likewise.
37983         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
37984         (_itoa_lower_digits_internal): Remove declaration.
37985         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
37986         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
37987         (_sys_sigabbrev_internal): Remove aliases.
37988         (_sys_siglist): Define hidden alias.
37990 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
37992         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
37993         bits/sysctl.h.
37995 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
37997         [BZ #14117]
37998         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
37999         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
38001         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
38002         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
38003         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
38004         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
38005         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
38006         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
38008         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
38009         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
38010         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
38012         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
38013         with __addr.
38014         (insw): Likewise.
38015         (insl): Likewise.
38016         (outsb): Likewise.
38017         (outsw): Likewise.
38018         (outsl): Likewise.
38020         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
38021         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
38022         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
38024         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
38025         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
38026         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
38027         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
38028         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
38029         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
38031         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
38032         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
38034         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
38035         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
38037         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
38038         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
38039         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
38041         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
38042         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
38043         to ...
38044         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
38046         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
38047         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
38048         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
38050         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
38051         for x86-64.
38052         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
38054 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
38056         * math/math.h (M_El): Use two more decimal places.
38057         (M_LOG2El): Likewise.
38058         (M_LOG10El): Likewise.
38059         (M_LN2l): Likewise.
38060         (M_LN10l): Likewise.
38061         (M_PIl): Likewise.
38062         (M_PI_2l): Likewise.
38063         (M_PI_4l): Likewise.
38064         (M_1_PIl): Likewise.
38065         (M_2_PIl): Likewise.
38066         (M_2_SQRTPIl): Likewise.
38067         (M_SQRT2l): Likewise.
38068         (M_SQRT1_2l): Likewise.
38070 2012-05-31  David S. Miller  <davem@davemloft.net>
38072         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
38073         values between float registers.
38074         * sysdeps/sparc/sparc64/memset.S: Likewise.
38075         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
38077 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
38079         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
38080         -D_FORTIFY_SOURCE=1.
38081         (CPPFLAGS-tst-longjmp_chk.c): Define.
38082         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
38083         (CPPFLAGS-tst-longjmp_chk2.c): Define.
38084         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
38085         CFLAGS-tst-wchar-h.c.
38087 2012-05-31  Marek Polacek  <polacek@redhat.com>
38089         [BZ #14132]
38090         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
38091         __endmntent_internal): Remove declaration.
38092         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
38093         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
38094         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
38096 2012-05-30  David S. Miller  <davem@davemloft.net>
38098         * sysdeps/sparc/sparc32/soft-fp/q_util.c
38099         (___Q_simulate_exceptions): Use real FP ops rather than writing
38100         into the %fsr.
38101         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
38102         Likewise.
38104 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38106         [BZ #14117]
38107         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
38108         * sysdeps/x86/bits/xtitypes.h: This.
38110         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
38111         * sysdeps/x86/bits/wordsize.h: This.
38113         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
38114         * sysdeps/x86/bits/huge_vall.h: This.
38116         * sysdeps/i386/bits/select.h: Removed.
38117         * sysdeps/x86_64/bits/select.h: Renamed to ...
38118         * sysdeps/x86/bits/select.h: This.
38120         * sysdeps/i386/bits/setjmp.h: Removed.
38121         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
38122         * sysdeps/x86/bits/setjmp.h: This.
38124         * sysdeps/i386/bits/mathdef.h: Removed.
38125         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
38126         * sysdeps/x86/bits/mathdef.h: This.
38128 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
38130         [BZ #14132]
38131         * include/sys/socket.h (__connect_internal)
38132         (__libc_sa_len_internal): Remove declaration.
38133         (__connect, __libc_sa_len): Declare hidden_proto.
38134         (SA_LEN): Remove use of INTUSE.
38135         * socket/connect.c: Add libc_hidden_def.
38136         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
38137         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
38138         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
38139         alias.
38140         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
38141         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
38142         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
38143         of adding _internal alias.
38145 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38147         [BZ #14117]
38148         * sysdeps/i386/bits/link.h: Removed.
38149         * sysdeps/i386/bits/linkmap.h: Likewise.
38150         * sysdeps/x86_64/bits/link.h: Renamed to ...
38151         * sysdeps/x86/bits/link.h: This.
38152         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
38153         * sysdeps/x86/bits/linkmap.h: This.
38155         * sysdeps/i386/bits/endian.h: Removed.
38156         * sysdeps/x86_64/bits/endian.h: Renamed to ...
38157         * sysdeps/x86/bits/endian.h: This.
38159         * sysdeps/i386/bits/byteswap.h: Removed.
38160         * sysdeps/i386/bits/byteswap-16.h: Likewise.
38161         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
38162         * sysdeps/x86/bits/byteswap.h: This.
38163         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
38164         * sysdeps/x86/bits/byteswap-16.h: This.
38165         * sysdeps/i386/Implies: Add x86.
38166         * sysdeps/x86_64/Implies: Likewise.
38168 2012-05-30  David S. Miller  <davem@davemloft.net>
38170         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
38171         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
38172         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
38173         (FP_TRAPPING_EXCEPTIONS): Define.
38174         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
38175         (FP_TRAPPING_EXCEPTIONS): Define.
38176         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
38177         subnormals only when inexact has been signalled or underflow
38178         exceptions are enabled.
38179         (_FP_PACK_CANONICAL): Likewise.
38181 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38183         [BZ #14183]
38184         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
38185         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
38187 2012-05-30  Richard Henderson  <rth@twiddle.net>
38189         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
38190         with #ifndef NOT_IN_libc.
38192         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
38193         marked to avoid plt entry.
38195 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38197         [BZ #14112]
38198         * Makeconfig (default-abi): New macro.
38199         (abi-includes): Likewise.
38200         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
38201         $(abi-$(default-abi)-lib-soname) for soname if defined.
38202         ($(common-objpfx)gnu/lib-names.stmp): Generate from
38203         abi-variants.
38204         * Makefile (installed-stubs): Likewise.
38205         * include/stubs-biarch.h: Removed.
38206         * scripts/lib-names.awk: Only handle one library at a time.
38207         * scripts/soversions.awk: Remove WORDSIZE support.
38208         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
38209         entries.
38210         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
38211         Removed.
38212         (syscall-list-default-condition): Likewise.
38213         (syscall-list-default-condition): Likewise.
38214         (syscall-list-includes): Likewise.
38215         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
38216         syscall-list-* with abi-*.  Handle undefined abi-variants.
38217         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
38218         * sysdeps/unix/sysv/linux/i386/Implies: New file.
38219         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
38220         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
38221         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
38222         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
38223         Removed.
38224         (syscall-list-32-options): Likewise.
38225         (syscall-list-32-condition): Likewise.
38226         (syscall-list-64-options): Likewise.
38227         (syscall-list-64-condition): Likewise.
38228         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
38229         macro.
38230         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
38231         Renamed to ...
38232         (abi-*): This.
38233         (abi-64-ld-soname): New macro.
38234         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
38235         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
38236         Renamed to ...
38237         (abi-*): This.
38238         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
38239         * sysdeps/x86_64/x32/shlib-versions: Likewise.
38241 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
38243         * sysdeps/unix/sysv/linux/kernel-features.h
38244         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
38245         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
38246         include <kernel-features.h>.
38247         [!__NR_ftruncate64]: Remove conditional code.
38248         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38249         [__NR_ftruncate64]: Make code unconditional.
38250         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38251         * sysdeps/unix/sysv/linux/truncate64.c: Do not
38252         include <kernel-features.h>.
38253         [!__NR_ftruncate64]: Remove conditional code.
38254         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38255         [__NR_ftruncate64]: Make code unconditional.
38256         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38257         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
38258         include <kernel-features.h>.
38259         [!__NR_ftruncate64]: Remove conditional code.
38260         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38261         [__NR_ftruncate64]: Make code unconditional.
38262         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38263         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
38264         include <kernel-features.h>.
38265         [!__NR_ftruncate64]: Remove conditional code.
38266         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38267         [__NR_ftruncate64]: Make code unconditional.
38268         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38270         * configure.in (libc_cv_fpie): Weaken to a compile test using
38271         LIBC_TRY_CC_OPTION.
38272         * configure: Regenerated.
38274 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38276         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
38277         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
38278         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
38279         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
38280         Refreshed.
38281         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
38282         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
38283         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
38284         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
38285         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
38286         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
38287         Refreshed.
38289 2012-05-27  David S. Miller  <davem@davemloft.net>
38291         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
38292         (___Q_zero): New.
38293         (__Q_simulate_exceptions): Return void.  Change to simulate
38294         exceptions by writing into the %fsr.
38295         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
38296         (__Qp_handle_exceptions): Likewise.
38297         (numbers): Delete.
38298         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
38299         __Qp_handle_exceptions.
38300         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
38301         __Qp_handle_exceptions.
38302         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38303         as unused and give dummy FP_RND_NEAREST initializer.
38304         (FP_INHIBIT_RESULTS): Define.
38305         (___Q_simulate_exceptions): Update declaration.
38306         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
38307         formatting.
38308         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38309         as unused and give dummy FP_RND_NEAREST initializer.
38310         (__Qp_handle_exceptions): Update declaration.
38311         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
38312         formatting.
38314 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
38316         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
38317         the temporary FPU control word.
38318         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
38319         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
38320         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
38321         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
38322         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
38323         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
38324         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
38325         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
38326         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
38327         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
38328         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
38330 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
38332         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
38333         fields.
38335 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
38337         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
38338         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
38339         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
38340         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
38341         Likewise.
38342         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
38343         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
38344         Likewise.
38346 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
38348         * po/h.po: Update from translation team.
38350 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
38352         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
38354         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
38355         handling of denormals.
38356         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
38357         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
38358         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
38359         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
38360         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
38361         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
38362         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
38363         Likewise.
38365 2012-05-26  Marek Polacek  <polacek@redhat.com>
38367         [BZ #14152]
38368         * math/libm-test.inc (fma_test): Don't always expect underflow
38369         exception.
38371 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
38373         [BZ #12416]
38374         * elf/tst-execstack.c: Include stackinfo.h.
38375         (do_test): Adjust test case to ensure that pthread_getattr_np
38376         behaviour remains the same after marking stack executable.
38378 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38380         * sysdeps/unix/sysv/linux/kernel-features.h
38381         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
38382         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
38383         kernel-features.h.
38384         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38385         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38386         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
38387         kernel-features.h.
38388         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38389         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38391 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
38393         * configure.in: Define the default includes to being none.
38394         * configure: Regenerated.
38396 2012-05-25  Roland McGrath  <roland@hack.frob.com>
38398         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
38399         * sysdeps/x86_64/setjmp.S: Likewise.
38400         * sysdeps/i386/bsd-setjmp.S: Likewise.
38401         * sysdeps/i386/bsd-_setjmp.S: Likewise.
38402         * sysdeps/i386/setjmp.S: Likewise.
38403         * sysdeps/i386/__longjmp.S: Likewise.
38404         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
38405         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
38407         * include/stap-probe.h: New file.
38408         * configure.in: Handle --enable-systemtap.
38409         * configure: Regenerated.
38410         * config.h.in (USE_STAP_PROBE): New #undef.
38411         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
38412         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
38413         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
38415 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38417         [BZ #13717]
38418         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
38419         to 2.4.0 where earlier.
38420         * sysdeps/unix/sysv/linux/configure: Regenerated.
38421         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
38422         <kernel-features.h>.
38423         [__ASSUME_32BITUIDS]: Make code unconditional.
38424         [!__ASSUME_32BITUIDS]: Remove conditional code.
38425         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
38426         <kernel-features.h>.
38427         [__ASSUME_32BITUIDS]: Make code unconditional.
38428         [!__ASSUME_32BITUIDS]: Remove conditional code.
38429         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
38430         [__ASSUME_32BITUIDS]: Make code unconditional.
38431         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
38432         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
38433         <kernel-features.h>.
38434         [__ASSUME_32BITUIDS]: Make code unconditional.
38435         [!__ASSUME_32BITUIDS]: Remove conditional code.
38436         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
38437         <kernel-features.h>.
38438         [__ASSUME_32BITUIDS]: Make code unconditional.
38439         [!__ASSUME_32BITUIDS]: Remove conditional code.
38440         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
38441         <kernel-features.h>.
38442         [__ASSUME_32BITUIDS]: Make code unconditional.
38443         [!__ASSUME_32BITUIDS]: Remove conditional code.
38444         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
38445         <kernel-features.h>.
38446         [__ASSUME_32BITUIDS]: Make code unconditional.
38447         [!__ASSUME_32BITUIDS]: Remove conditional code.
38448         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
38449         <kernel-features.h>.
38450         [__ASSUME_32BITUIDS]: Make code unconditional.
38451         [!__ASSUME_32BITUIDS]: Remove conditional code.
38452         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
38453         <kernel-features.h>.
38454         [__ASSUME_32BITUIDS]: Make code unconditional.
38455         [!__ASSUME_32BITUIDS]: Remove conditional code.
38456         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
38457         <kernel-features.h>.
38458         [__ASSUME_32BITUIDS]: Make code unconditional.
38459         [!__ASSUME_32BITUIDS]: Remove conditional code.
38460         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
38461         <kernel-features.h>.
38462         [__ASSUME_32BITUIDS]: Make code unconditional.
38463         [!__ASSUME_32BITUIDS]: Remove conditional code.
38464         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
38465         <kernel-features.h>.
38466         [__ASSUME_32BITUIDS]: Make code unconditional.
38467         [!__ASSUME_32BITUIDS]: Remove conditional code.
38468         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
38469         <kernel-features.h>.
38470         [__ASSUME_32BITUIDS]: Make code unconditional.
38471         [!__ASSUME_32BITUIDS]: Remove conditional code.
38472         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
38473         <kernel-features.h>.
38474         [__NR_setresgid] (__setresgid): Do not declare.
38475         [__ASSUME_32BITUIDS]: Make code unconditional.
38476         [!__ASSUME_32BITUIDS]: Remove conditional code.
38477         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
38478         <kernel-features.h>.
38479         [__NR_setresuid] (__setresuid): Do not declare.
38480         [__ASSUME_32BITUIDS]: Make code unconditional.
38481         [!__ASSUME_32BITUIDS]: Remove conditional code.
38482         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
38483         <kernel-features.h>.
38484         [__ASSUME_32BITUIDS]: Make code unconditional.
38485         [!__ASSUME_32BITUIDS]: Remove conditional code.
38486         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
38487         <kernel-features.h>.
38488         [__ASSUME_32BITUIDS]: Make code unconditional.
38489         [!__ASSUME_32BITUIDS]: Remove conditional code.
38490         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
38491         <kernel-features.h>.
38492         [__ASSUME_32BITUIDS]: Make code unconditional.
38493         [!__ASSUME_32BITUIDS]: Remove conditional code.
38494         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
38495         <kernel-features.h>.
38496         [__ASSUME_32BITUIDS]: Make code unconditional.
38497         [!__ASSUME_32BITUIDS]: Remove conditional code.
38498         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
38499         <kernel-features.h>.
38500         [__ASSUME_32BITUIDS]: Make code unconditional.
38501         [!__ASSUME_32BITUIDS]: Remove conditional code.
38502         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
38503         <kernel-features.h>.
38504         [__ASSUME_32BITUIDS]: Make code unconditional.
38505         [!__ASSUME_32BITUIDS]: Remove conditional code.
38506         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
38507         <kernel-features.h>.
38508         [__ASSUME_32BITUIDS]: Make code unconditional.
38509         [!__ASSUME_32BITUIDS]: Remove conditional code.
38510         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
38511         <kernel-features.h>.
38512         [__ASSUME_32BITUIDS]: Make code unconditional.
38513         [!__ASSUME_32BITUIDS]: Remove conditional code.
38514         * sysdeps/unix/sysv/linux/i386/setuid.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/shmctl.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/kernel-features.h
38523         (__ASSUME_SETRESUID_SYSCALL): Remove.
38524         (__ASSUME_SETRESGID_SYSCALL): Likewise.
38525         (__ASSUME_32BITUIDS): Likewise.
38526         (__ASSUME_LDT_WORKS): Likewise.
38527         (__ASSUME_O_DIRECTORY): Likewise.
38528         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
38529         architecture but not kernel version.
38530         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
38531         (__ASSUME_MMAP2_SYSCALL): Likewise.
38532         (__ASSUME_STAT64_SYSCALL): Likewise.
38533         (__ASSUME_IPC64): Likewise.
38534         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
38535         <kernel-features.h>.
38536         [__ASSUME_32BITUIDS]: Make code unconditional.
38537         [!__ASSUME_32BITUIDS]: Remove conditional code.
38538         * sysdeps/unix/sysv/linux/opendir.c: Do not include
38539         <kernel-features.h>.
38540         [__ASSUME_O_DIRECTORY]: Make code unconditional.
38541         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
38542         132096]: Remove conditional code.
38543         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
38544         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
38545         <kernel-features.h>.
38546         [__ASSUME_32BITUIDS]: Make code unconditional.
38547         [!__ASSUME_32BITUIDS]: Remove conditional code.
38548         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
38549         <kernel-features.h>.
38550         [__ASSUME_32BITUIDS]: Make code unconditional.
38551         [!__ASSUME_32BITUIDS]: Remove conditional code.
38552         * sysdeps/unix/sysv/linux/setegid.c: Do not include
38553         <kernel-features.h>.
38554         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
38555         unconditional.
38556         (__setresgid): Do not declare.
38557         [__ASSUME_32BITUIDS]: Make code unconditional.
38558         [!__ASSUME_32BITUIDS]: Remove conditional code.
38559         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
38560         <kernel-features.h>.
38561         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
38562         unconditional.
38563         (__setresuid): Do not declare.
38564         [__ASSUME_32BITUIDS]: Make code unconditional.
38565         [!__ASSUME_32BITUIDS]: Remove conditional code.
38566         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
38567         <kernel-features.h>.
38568         [__ASSUME_32BITUIDS]: Make code unconditional.
38569         [!__ASSUME_32BITUIDS]: Remove conditional code.
38570         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
38571         <kernel-features.h>.
38572         [__ASSUME_32BITUIDS]: Make code unconditional.
38573         [!__ASSUME_32BITUIDS]: Remove conditional code.
38575 2012-05-25  Richard Henderson  <rth@twiddle.net>
38577         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
38578         dl_hwcap to ifunc resolver.
38579         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
38580         elf_ifunc_invoke.
38581         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
38582         dl_hwcap to ifunc resolver.
38583         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
38585 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38587         [BZ #14153]
38588         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
38589         for |x| <= 2**-26, not 2**-57.
38590         * math/libm-test.inc (acos_test): Do not allow spurious underflow
38591         exception.
38593 2012-05-24  Jeff Law  <law@redhat.com>
38595         * stdio-common/Makefile (tests): Add bug25.
38596         * stdio-common/bug25.c: New test.
38598 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
38600         [BZ #13576]
38601         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
38602         multiple of MALLOC_ALIGNMENT in size.
38603         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
38605 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38607         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
38608         Require >= 256.
38609         (FILENAME_MAX): Use macro-int-constant.
38610         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
38611         (_IOFBF): Use macro-int-constant.
38612         (_IOLBF): Likewise.
38613         (_IONBF): Likewise.
38614         (SEEK_CUR): Likewise.
38615         (SEEK_END): Likewise.
38616         (SEEK_SET): Likewise.
38617         (TMP_MAX): Likewise.
38618         (EOF): Use macro-int-constant.  Require < 0.
38619         (NULL): Use macro-constant.  Require == 0.
38620         (stdin): Require type to be FILE *.
38621         (stdout): Likewise.
38622         (stderr): Likewise.
38623         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
38624         macro-int-constant.
38625         (EXIT_SUCCESS): Likewise.
38626         (NULL): Use macro-constant.  Require == 0.
38627         (RAND_MAX): Use macro-int-constant.
38628         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
38629         [C99-based standards] (strtof): Require function.
38630         [C99-based standards] (strtold): Likewise.
38631         [C99-based standards] (strtoll): Likewise.
38632         [C99-based standards] (strtoull): Likewise.
38633         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
38634         [ISO || ISO99 || ISO11] (limits.h): Likewise.
38635         [ISO || ISO99 || ISO11] (math.h): Likewise.
38636         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
38637         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
38638         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38640 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
38642         [BZ #14132]
38643         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
38644         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
38645         * intl/dgettext.c (DCGETTEXT): Likewise.
38646         * intl/gettext.c (DCGETTEXT): Likewise.
38647         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
38648         * posix/regex_internal.h (gettext): Likewise.
38649         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
38650         Remove declaration.
38651         * include/argz.h (__argz_count_internal)
38652         (__argz_stringify_internal): Remove declaration.
38653         (__argz_count, __argz_stringify): Declare hidden proto.
38654         * intl/dcgettext.c: Remove use of INTDEF.
38655         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
38656         * string/argz-stringify.c: Likewise.
38657         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
38658         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
38659         Declare hidden proto.
38660         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
38661         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
38662         Declare hidden proto.
38663         * include/stdio.h (__asprintf_internal): Don't declare.
38664         (__asprintf): Don't define as macro.  Declare hidden proto.
38665         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
38666         (__fsetlocking): Declare hidden proto.
38667         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
38668         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
38669         hidden proto.
38670         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
38671         (_IO_setlinebuf): Remove use of INTUSE.
38672         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
38673         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
38674         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
38675         Remove declaration.
38676         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
38677         (_IO_do_flush): Remove use of INTUSE.
38678         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
38679         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
38680         (_IO_adjust_column, _IO_least_wmarker)
38681         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
38682         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
38683         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
38684         (_IO_default_doallocate, _IO_wdefault_doallocate)
38685         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
38686         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
38687         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
38688         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
38689         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
38690         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
38691         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
38692         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
38693         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
38694         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
38695         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
38696         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
38697         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
38698         proto.
38699         (_IO_flush_all_internal, _IO_adjust_column_internal)
38700         (_IO_default_uflow_internal, _IO_default_finish_internal)
38701         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
38702         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
38703         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
38704         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
38705         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
38706         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
38707         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
38708         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
38709         (_IO_file_close_internal, _IO_file_close_it_internal)
38710         (_IO_file_underflow_internal, _IO_file_overflow_internal)
38711         (_IO_file_init_internal, _IO_file_attach_internal)
38712         (_IO_file_fopen_internal, _IO_file_read_internal)
38713         (_IO_file_sync_internal, _IO_file_seek_internal)
38714         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
38715         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
38716         (_IO_str_underflow_internal, _IO_str_overflow_internal)
38717         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
38718         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
38719         (_IO_list_all_internal, _IO_link_in_internal)
38720         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
38721         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
38722         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
38723         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
38724         (_IO_do_write_internal, _IO_padn_internal)
38725         (_IO_getline_info_internal, _IO_getline_internal)
38726         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
38727         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
38728         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
38729         (_IO_vfscanf_internal, _IO_vfprintf_internal)
38730         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
38731         (_IO_init_internal, _IO_un_link_internal): Don't declare.
38732         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
38733         with libc_hidden_ver, remove use of INTUSE.
38734         * libio/genops.c: Likewise.
38735         * libio/freopen.c: Likewise.
38736         * libio/freopen64.c: Likewise.
38737         * libio/iofclose.c: Likewise.
38738         * libio/iofdopen.c: Likewise.
38739         * libio/iofflush.c: Likewise.
38740         * libio/iofflush_u.c: Likewise.
38741         * libio/iofgets.c: Likewise.
38742         * libio/iofgets_u.c: Likewise.
38743         * libio/iofopen.c: Likewise.
38744         * libio/iofopncook.c: Likewise.
38745         * libio/iofread.c: Likewise.
38746         * libio/iofread_u.c: Likewise.
38747         * libio/ioftell.c: Likewise.
38748         * libio/iofwrite.c: Likewise.
38749         * libio/iogetline.c: Likewise.
38750         * libio/iogets.c: Likewise.
38751         * libio/iogetwline.c: Likewise.
38752         * libio/iopadn.c: Likewise.
38753         * libio/iopopen.c: Likewise.
38754         * libio/ioseekoff.c: Likewise.
38755         * libio/ioseekpos.c: Likewise.
38756         * libio/iosetbuffer.c: Likewise.
38757         * libio/iosetvbuf.c: Likewise.
38758         * libio/ioungetc.c: Likewise.
38759         * libio/ioungetwc.c: Likewise.
38760         * libio/iovdprintf.c: Likewise.
38761         * libio/iovsprintf.c: Likewise.
38762         * libio/iovsscanf.c: Likewise.
38763         * libio/memstream.c: Likewise.
38764         * libio/obprintf.c: Likewise.
38765         * libio/oldfileops.c: Likewise.
38766         * libio/oldiofclose.c: Likewise.
38767         * libio/oldiofdopen.c: Likewise.
38768         * libio/oldiofopen.c: Likewise.
38769         * libio/oldiopopen.c: Likewise.
38770         * libio/oldstdfiles.c: Likewise.
38771         * libio/putc.c: Likewise.
38772         * libio/setbuf.c: Likewise.
38773         * libio/setlinebuf.c: Likewise.
38774         * libio/stdfiles.c: Likewise.
38775         * libio/strops.c: Likewise.
38776         * libio/vasprintf.c: Likewise.
38777         * libio/vscanf.c: Likewise.
38778         * libio/vsnprintf.c: Likewise.
38779         * libio/vswprintf.c: Likewise.
38780         * libio/wfiledoalloc.c: Likewise.
38781         * libio/wfileops.c: Likewise.
38782         * libio/wgenops.c: Likewise.
38783         * libio/wmemstream.c: Likewise.
38784         * libio/wstrops.c: Likewise.
38785         * libio/__fpurge.c: Likewise.
38786         * libio/__fsetlocking.c: Likewise.
38787         * assert/assert.c: Likewise.
38788         * debug/fgets_chk.c: Likewise.
38789         * debug/fgets_u_chk.c: Likewise.
38790         * debug/fread_chk.c: Likewise.
38791         * debug/fread_u_chk.c: Likewise.
38792         * debug/gets_chk.c: Likewise.
38793         * debug/obprintf_chk.c: Likewise.
38794         * debug/vasprintf_chk.c: Likewise.
38795         * debug/vdprintf_chk.c: Likewise.
38796         * debug/vsnprintf_chk.c: Likewise.
38797         * debug/vsprintf_chk.c: Likewise.
38798         * malloc/mtrace.c: Likewise.
38799         * misc/error.c: Likewise.
38800         * misc/syslog.c: Likewise.
38801         * stdio-common/asprintf.c: Likewise.
38802         * stdio-common/fxprintf.c: Likewise.
38803         * stdio-common/getw.c: Likewise.
38804         * stdio-common/isoc99_fscanf.c: Likewise.
38805         * stdio-common/isoc99_scanf.c: Likewise.
38806         * stdio-common/isoc99_vfscanf.c: Likewise.
38807         * stdio-common/isoc99_vscanf.c: Likewise.
38808         * stdio-common/isoc99_vsscanf.c: Likewise.
38809         * stdio-common/printf-prs.c: Likewise.
38810         * stdio-common/printf_fp.c: Likewise.
38811         * stdio-common/printf_fphex.c: Likewise.
38812         * stdio-common/printf_size.c: Likewise.
38813         * stdio-common/putw.c: Likewise.
38814         * stdio-common/scanf.c: Likewise.
38815         * stdio-common/sprintf.c: Likewise.
38816         * stdio-common/tmpfile.c: Likewise.
38817         * stdio-common/vfprintf.c: Likewise.
38818         * stdio-common/vfscanf.c: Likewise.
38819         * stdlib/strfmon_l.c: Likewise.
38820         * sunrpc/openchild.c: Likewise.
38821         * sunrpc/xdr_stdio.c: Likewise.
38822         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
38823         * sysdeps/mach/hurd/tmpfile.c: Likewise.
38825 2012-05-24  Roland McGrath  <roland@hack.frob.com>
38827         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
38829         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
38830         in the third column, to generate for the shared library an IFUNC
38831         that uses _dl_vdso_vsym.
38832         * Makerules (COMPILE.c, compile-stdin.c): New variables.
38833         * Makeconfig (object-suffixes-noshared): New variable.
38835         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
38836         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
38837         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
38838         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
38840         [BZ #14132]
38841         * include/sys/time.h (__gettimeofday): Remove macro.
38842         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
38843         * time/gettimeofday.c (__gettimeofday): Remove #undef.
38844         Remove INTDEF.
38845         (__gettimeofday): Add libc_hidden_def.
38846         (gettimeofday): Add libc_hidden_weak.
38847         * sysdeps/mach/gettimeofday.c: Likewise.
38848         * sysdeps/posix/gettimeofday.c: Likewise.
38849         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
38850         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
38851         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
38852         (__gettimeofday_internal): Remove strong_alias.
38853         (__gettimeofday): Add libc_hidden_def.
38854         (gettimeofday): Add libc_hidden_weak.
38855         * sysdeps/unix/syscalls.list (gettimeofday):
38856         Remove __gettimeofday_internal alias.
38858 2012-05-24  Daniel Jacobowitz  <drow@false.org>
38859             H.J. Lu  <hongjiu.lu@intel.com>
38861         [BZ #12495]
38862         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
38863         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
38864         (largebin_index_32_big): New.
38865         (largebin_index): Use it for 16-byte alignment.
38866         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
38867         correction with front_misalign.
38869 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
38871         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
38872         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
38873         Likewise.
38874         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
38875         Likewise.
38876         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
38877         Likewise.
38878         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
38879         Likewise.
38880         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
38881         Likewise.
38882         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
38883         Likewise.
38884         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
38885         Likewise.
38886         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
38887         Likewise.
38888         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
38889         Likewise.
38890         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
38891         Likewise.
38892         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
38893         Likewise.
38894         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
38895         Likewise.
38897         * scripts/data/c++-types-x32-linux-gnu.data: New file.
38898         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
38900 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38902         [BZ #10846]
38903         [BZ #14036]
38904         * math/libm-test.inc (exp_test): Add test from bug 14036.
38905         (pow_test): Add test from bug 10846.
38907         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
38908         and other flags.
38909         (special_function): Do not include flags in test name.
38910         (parse_args): Likewise.
38911         * sysdeps/i386/fpu/libm-test-ulps: Update.
38912         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
38913         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
38914         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
38915         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38917         * math/gen-libm-test.pl (%beautify): Add entries for underflow
38918         exceptions.
38919         * math/libm-test.inc ("Philosophy"): Update comment about
38920         exception testing.
38921         (UNDERFLOW_EXCEPTION): New macro.
38922         (UNDERFLOW_EXCEPTION_OK): Likewise.
38923         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
38924         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
38925         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
38926         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
38927         (INVALID_EXCEPTION_OK): Update value.
38928         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
38929         (OVERFLOW_EXCEPTION_OK): Likewise.
38930         (IGNORE_ZERO_INF_SIGN): Likewise.
38931         (test_exceptions): Handle underflow exceptions.
38932         (acos_test): Update for underflow exception expectations.
38933         (cexp_test): Likewise.
38934         (clog_test): Likewise.
38935         (clog10_test): Likewise.
38936         (csqrt_test): Likewise.
38937         (ctan_test): Likewise.
38938         (ctanh_test): Likewise.
38939         (exp_test): Likewise.
38940         (exp10_test): Likewise.
38941         (exp2_test): Likewise.
38942         (expm1_test): Likewise.
38943         (fma_test): Likewise.
38944         (j0_test): Likewise.
38945         (jn_test): Likewise.
38946         (nexttoward_test): Likewise.
38947         (pow_test): Likewise.
38948         (scalbn_test): Likewise.
38949         (scalbln_test): Likewise.
38950         (tan_test): Likewise.
38951         (y1_test): Likewise.
38952         * sysdeps/i386/fpu/libm-test-ulps: Update.
38953         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38955 2012-05-23  David S. Miller  <davem@davemloft.net>
38957         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
38958         (__libc_sigaction): Remove unused local variables.
38960 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
38962         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
38964 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
38966         mktime: avoid signed integer overflow
38967         * time/mktime.c (__mktime_internal): Do not mishandle the case
38968         where diff == INT_MIN.
38970         mktime: simplify computation of average
38971         * time/mktime.c (ranged_convert): Use new time_t_avg function
38972         instead of rolling our own (probably-slower) code.
38974         mktime: do not assume signed right shift propagates sign bit
38975         * time/mktime.c (isdst_differ): New static function.
38976         (__mktime_internal): No need to normalize tm_isdst now.
38977         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
38978         tm_isdst values.
38980         mktime: merge another wrapv change from gnulib
38981         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
38982         from some compilers.
38984         mktime: remove incorrect attempt at unusual arithmetics
38985         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
38986         The code didn't really work on such machines anyway.
38987         (TYPE_MINIMUM): Assume two's complement.
38988         (twos_complement_arithmetic): Verify that long_int and time_t
38989         are two's complement (or unsigned, in the latter case).
38991         mktime: check signed shifts on long_int and time_t, too
38992         * time/mktime.c (SHR): Check that shifts work as desired
38993         on the types long_int and time_t too, as SHR is used on
38994         such types.
38996         mktime: do not assume 'long' is wide enough
38997         * time/mktime.c (verify): Move decl up.
38998         (long_int): New type.
38999         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
39000         to remove assumption in the code that 'long' is wide enough to
39001         store year values.  This assumption is not true on x32 and on
39002         some non-glibc platforms.
39004         mktime: merge wrapv change from gnulib
39005         * time/mktime.c (WRAPV): New macro.
39006         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
39007         (guess_time_tm, __mktime_internal): Do not assume that signed
39008         integer overflow wraps around; modern compilers generate code
39009         where this assumption is no longer valid.
39011 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39013         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
39014         Replace "jmp L(pseudo_end)" with "ret".
39015         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
39016         Likewise.
39018 2012-05-23  Andreas Jaeger  <aj@suse.de>
39020         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
39021         * sysdeps/unix/sysv/linux/poll.c: Remove file.
39023 2012-05-23  Andreas Jaeger  <aj@suse.de>
39024             Maximilian Attems  <max@stro.at>
39026         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
39027         New macros.
39029 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39031         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
39032         code so that pseudo_end is just ret and the stack pointer is
39033         correct also for static library in error case.
39035 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
39037         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
39038         move to syscalls.list.
39039         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
39040         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
39041         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
39042         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
39044         * manual/install.texi (Running make install): Do not mention Linux
39045         kernel version for which pt_chown is not needed.
39046         (Linux): Do not mention problems with nscd with 2.0 kernels.
39047         * INSTALL: Regenerated.
39049 2012-05-23  Andreas Jaeger  <aj@suse.de>
39051         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
39052         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
39053         macro.
39054         * sysdeps/unix/sysv/linux/s390/bits/mman.h
39055         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39056         * sysdeps/unix/sysv/linux/sh/bits/mman.h
39057         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39058         * sysdeps/unix/sysv/linux/i386/bits/mman.h
39059         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39060         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
39061         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39062         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
39063         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39064         * sysdeps/unix/sysv/linux/bits/in.h
39065         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
39067 2012-05-22  Roland McGrath  <roland@hack.frob.com>
39069         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
39070         (PREPARE_VERSION): Just use assert instead, it will be elided
39071         under [NDEBUG] anyway.
39073 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39075         * sysdeps/unix/sysv/linux/Makefile: Include
39076         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
39077         (sysdep_routines): Remove sysctl.
39078         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
39079         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
39080         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
39081         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
39082         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
39084 2012-05-22  Andreas Jaeger  <aj@suse.de>
39086         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
39087         that pseudo_end is just ret and the stack pointer is correct also
39088         for static library in error case.
39090 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
39092         [BZ #14122]
39093         * nss/nsswitch.c (defconfig_entries): New variable.
39094         (__nss_database_lookup): Don't leak defconfig entries.
39095         (nss_parse_service_list): Don't leak on error paths.
39096         (free_database_entries): New function.
39097         (free_defconfig): New function.
39098         (free_mem): Move common code to free_database_entries.
39100 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39102         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
39103         Add arch_prctl.
39104         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
39106         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
39107         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
39108         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
39109         New macro.
39110         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
39111         (INTERNAL_SYSCALL_TYPES): Likewise.
39112         (LOAD_ARGS_TYPES_[1-6]): Likewise.
39113         (LOAD_REGS_TYPES_[1-6]): Likewise.
39114         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
39115         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
39117 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39119         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
39120         copysignl for GLIBC_2_0.
39121         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
39122         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
39123         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
39124         logbl for GLIBC_2_0.
39125         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
39126         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
39128 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39130         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
39131         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39133         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
39134         Use "neg %eax".
39136         * time/mktime.c: Update copyright years.
39138 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
39140         mktime: merge comment-quoting-style change from gnulib
39141         * time/mktime.c: Quote 'like this' in comments.
39142         The GNU coding standards suggest that we no longer quote `like this',
39143         as "`" and "'" are typically rendered asymmetrically nowadays.
39144         The typical gnulib style is to quote 'like this' when quoting
39145         code, and "like this" when quoting English.
39147         * time/mktime.c (compile-command): Add "-I.".
39149         mktime: merge mktime-internal.h change from gnulib
39150         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
39152         mktime: merge time_r change from gnulib
39153         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
39155         mktime: merge DEBUG change from gnulib
39156         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
39157         case system <time.h> has a #define.
39159         mktime: merge <sys/types.h> change from gnulib
39160         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
39161         since <time.t> is now guaranteed to define time_t.
39163         mktime: merge HAVE_CONFIG_H change from gnulib
39164         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
39166 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39168         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39169         Use "neg %eax".
39171         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
39172         __rlim_t cast.
39173         (struct rusage): Use anonymous union to pad each field to
39174         __syscall_slong_t.
39176 2012-05-21  David S. Miller  <davem@davemloft.net>
39178         * Makefules (o-iterator): Remove .s cases.
39179         (compile-command.s): Delete.
39180         (COMPILE.s): Delete.
39181         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
39183 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
39185         * configure.in (libc_cv_predef_stack_protector): Only consider
39186         "foobar" and "__stack_chk_fail" lines in libc_undefs.
39187         * configure: Regenerated.
39189 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39191         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39192         New macro.  Use R*LP on int and pointer.
39193         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
39194         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
39195         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
39196         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
39198         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
39199         [__WORDSIZE_TIME64_COMPAT32] instead of
39200         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
39201         (struct utmp): Likewise.
39202         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
39203         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
39204         Renamed to ...
39205         (__WORDSIZE_TIME64_COMPAT32): This.
39206         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
39207         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
39208         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
39209         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
39210         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
39211         (__WORDSIZE_TIME64_COMPAT32): New macro.
39213 2012-05-21  Andreas Jaeger  <aj@suse.de>
39215         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
39216         only if [SHARED]. Add prototype for __wcschr_ia32.
39218 2012-05-21  Roland McGrath  <roland@hack.frob.com>
39220         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
39221         of %rbp unmolested in the jmp_buf while mangling the low bits.
39222         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
39223         unmolested high bits of %rbp while demangling the low bits.
39224         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
39226 2012-05-21  Andreas Jaeger  <aj@suse.de>
39228         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
39229         * sunrpc/svc_simple.c: Use it for registerrpc.
39230         * sunrpc/xcrypt.c: Use it for passwd2des.
39232         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
39234 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39236         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
39237         Don't define if [__SYSCALL_WORDSIZE != 32].
39238         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
39239         New macro.
39241 2012-05-21  Bruno Haible  <bruno@clisp.org>
39242             Andreas Jaeger  <aj@suse.de>
39244         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
39245         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
39246         inptr and inend for must_buffer_ch.
39247         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
39248         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
39249         * stdio-common/Makefile (tests): Remove bug15.
39250         (bug15-ENV): Remove macro.
39251         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
39252         anymore.
39254 2012-05-19  Andreas Jaeger  <aj@suse.de>
39255             Roland McGrath  <roland@hack.frob.com>
39257         * manual/contrib.texi: Completely rewritten. It contains now an
39258         alphabetical list of contributors and their contributions.
39260 2012-05-21  Richard Henderson  <rth@twiddle.net>
39262         * misc/getauxval.c (__getauxval): Use unsigned long int.
39263         * misc/sys/auxv.h: Include <sys/cdefs.h>.
39264         (getauxval): Use unsigned long int.
39266 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39268         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
39270 2012-05-21  Roland McGrath  <roland@hack.frob.com>
39272         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
39273         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
39274         __alignof__ (long double).
39276 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39278         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39280 2012-05-20  Richard Henderson  <rth@twiddle.net>
39282         * misc/getauxval.c: New file.
39283         * misc/sys/auxv.h: New file.
39284         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
39285         (routines): Add getauxval.
39286         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
39287         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
39288         * elf/dl-sysdep.c (_dl_auxv): Remove.
39289         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
39290         * elf/dl-support.c (_dl_auxv): New variable.
39291         (_dl_aux_init): Initialize it.
39292         * manual/startup.texi (Auxiliary Vector): New node.
39293         * sysdeps/generic/bits/hwcap.h: New file.
39294         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
39295         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
39296         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
39297         * sysdeps/sparc/sysdep.h: ... here.  Include it.
39298         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
39299         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
39300         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
39301         Update.
39302         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
39303         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
39304         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
39305         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
39306         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39307         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39308         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
39309         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
39311 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39313         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39315 2012-05-19  David S. Miller  <davem@davemloft.net>
39317         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39319 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39321         [BZ #14123]
39322         * math/s_ccosh.c: Include <float.h>
39323         (__ccosh): Avoid internal overflow calculating sinh and cosh
39324         values before multiplying by sin and cos values.
39325         * math/s_ccoshf.c: Likewise.
39326         * math/s_ccoshl.c: Likewise.
39327         * math/s_csin.c: Likewise.
39328         * math/s_csinf.c: Likewise.
39329         * math/s_csinl.c: Likewise.
39330         * math/s_csinh.c: Likewise.
39331         * math/s_csinhf.c: Likewise.
39332         * math/s_csinhl.c: Likewise.
39333         * math/libm-test.inc (ccos_test): Add more tests.
39334         (ccosh_test): Likewise.
39335         (csin_test): Likewise.
39336         (csinh_test): Likewise.
39337         * sysdeps/i386/fpu/libm-test-ulps: Update.
39338         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39340 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
39342         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
39343         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
39345         * sysdeps/x86_64/x32/_itoa.h: Add comment.
39347 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39349         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
39350         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
39351         * sysdeps/powerpc/soft-fp/Versions: Likewise.
39352         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
39353         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
39354         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
39355         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
39356         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
39357         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
39358         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
39359         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
39360         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
39361         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
39362         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
39363         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
39364         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
39365         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
39366         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
39367         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
39368         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
39369         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
39370         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
39371         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
39372         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
39373         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
39374         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
39375         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
39376         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
39377         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
39378         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
39379         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
39381 2012-05-18  Andreas Jaeger  <aj@suse.de>
39383         * csu/.gitignore: Delete.
39385 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39387         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
39388         (timex): Use __syscall_slong_t.
39390 2012-05-18  Andreas Jaeger  <aj@suse.de>
39391             Carlos O'Donell  <carlos_odonell@mentor.com>
39393         * manual/install.texi (Configuring and compiling): Update
39394         description about files modified in the source directory.
39395         * INSTALL: Regenerated.
39397 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39399         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
39400         value.  Use "or" to set return value to -1.
39401         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
39402         negate return value.
39404 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
39406         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
39407         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
39408         failure if the compiler has Graphite support disabled.
39409         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
39410         Likewise.
39411         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
39412         (CFLAGS-memmove.c): Likewise.
39413         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
39414         Likewise.
39416 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39418         * sysdeps/x86_64/x32/_itoa.h: New file.
39420         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
39421         getdents system call only if kernel and user dirents have the
39422         same d_ino and d_off.
39424         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
39425         LLONG_MAX != LONG_MAX.
39426         (_itoa_word): Use _ITOA_WORD_TYPE on value.
39427         (_fitoa_word): Likewise.
39429         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
39430         years.
39431         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
39432         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
39433         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
39435         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
39436         include <bits/wordsize.h>.  Check __x86_64__ instead of
39437         __WORDSIZE.
39438         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
39439         if __x86_64__ is defined.  Use anonymous union on fpstate.
39441         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
39442         anonymous union.
39444 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
39446         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
39447         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
39448         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
39449         Refer to _rtld_local_ro instead of _rtld_global_ro.
39450         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
39451         Likewise.
39452         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
39453         Likewise.
39454         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
39455         Likewise.
39456         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
39457         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
39458         of _rtld_global, and rtld_progname instead of _dl_argv[0].
39460         * sysdeps/powerpc/powerpc32/dl-machine.c
39461         (__elf_machine_runtime_setup) [PROF]: Don't reference
39462         _dl_prof_resolve.
39464 2012-05-18  Andreas Jaeger  <aj@suse.de>
39466         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
39467         function only available for GCCs before 3.4 since GCC 3.4
39468         introduced a builtin.
39469         (lrint): Likewise.
39470         (llrintf): Likewise.
39471         (llrint): Likewise.
39472         (fmaxf): Likewise.
39473         (fmax): Likewise.
39474         (fminf): Likewise.
39475         (fmin): Likewise.
39476         (rint): Likewise.
39477         (rintf): Likewise.
39478         (nearbyint): Likewise.
39479         (nearbyintf): Likewise.
39480         (ceil): Likewise.
39481         (ceilf): Likewise.
39482         (floor): Likewise.
39483         (floorf): Likewise.
39485 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39487         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
39488         on both fields and cast pointer to __syscall_ulong_t.
39490         * bits/types.h (__fsword_t): New type.
39491         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
39492         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
39493         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39494         (__FSWORD_T_TYPE): Likewise.
39495         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39496         (__FSWORD_T_TYPE): Likewise.
39497         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39498         (__FSWORD_T_TYPE): Likewise.
39499         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
39500         (__FSWORD_T_TYPE): Likewise.
39501         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
39502         __SWORD_TYPE with __fsword_t.
39503         (statfs64): Likewise.
39505 2012-05-17  David S. Miller  <davem@davemloft.net>
39507         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
39509 2012-05-17  Andreas Jaeger  <aj@suse.de>
39511         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
39512         warning.
39514 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39516         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
39518 2012-05-17  Andreas Jaeger  <aj@suse.de>
39520         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
39521         when it is used.
39523 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39525         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
39527 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39529         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
39530         * sysdeps/x86_64/tst-mallocalign1.c: New file.
39532 2012-05-17  Andreas Jaeger  <aj@suse.de>
39533             Carlos O'Donell  <carlos_odonell@mentor.com>
39535         [BZ #14059]
39536         * sysdeps/x86_64/multiarch/init-arch.h
39537         (bit_YMM_Usable): Rename to...
39538         (bit_AVX_Usable): ... this.
39539         (bit_FMA4_Usable): New macro.
39540         (bit_XMM_state): New macro.
39541         (bit_YMM_state): New macro.
39542         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
39543         [__ASSEMBLER__] (index_AVX_Usable): ... this.
39544         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
39545         (CPUID_OSXSAVE): New macro.
39546         (CPUID_AVX): New macro.
39547         (CPUID_FMA4): New macro.
39548         (index_YMM_Usable): Rename to...
39549         (index_AVX_Usable): ... this.
39550         (HAS_AVX): Use HAS_ARCH_FEATURE.
39551         (HAS_FMA4): Likewise.
39552         (HAS_YMM_USABLE): Remove.
39553         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
39554         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
39555         are present.
39556         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
39557         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
39558         * sysdeps/x86_64/multiarch/Makefile: Likewise.
39559         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
39560         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
39562 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39564         * math/libm-test.c: Support platforms without multiple rounding modes.
39565         * math/bug-nextafter.c: Support platforms without FP exceptions.
39566         * math/bug-nexttoward.c: Likewise.
39567         * math/test-fenv.c: Likewise.
39568         * math/test-misc.c: Likewise.
39569         * stdlib/bug-getcontext.c: Likewise.
39571 2012-05-17  Andreas Jaeger  <aj@suse.de>
39573         * manual/examples/search.c (critter_cmp): Change signature to
39574         avoid warnings.
39575         * manual/string.texi (Collation Functions): Likewise.
39577 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39579         * bits/types.h: Fold copyright years.
39580         * bits/typesizes.h: Likewise.
39581         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
39582         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
39583         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
39584         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
39585         * time/time.h: Likewise.
39587 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
39589         [BZ #208]
39590         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
39591         in instead of returning them.  Return void.
39592         (__libc_mallinfo): Accumulate over all arenas.
39593         (__malloc_stats): Adjust for change in int_mallinfo interface.
39595 2012-05-16  Roland McGrath  <roland@hack.frob.com>
39597         [BZ #10375]
39598         * configure.in (NM): Add AC_CHECK_TOOL for it.
39599         (libc_extra_cflags): New substituted variable.
39600         Check for -fstack-protector being used implicitly.
39601         * configure: Regenerated.
39602         * config.make.in (config-extra-cflags): New variable,
39603         gets @libc_extra_cflags@.
39604         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
39606         [BZ #10375]
39607         * configure.in: Check for _FORTIFY_SOURCE being predefined.
39608         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
39609         * configure: Regenerated.
39610         * config.make.in (CPPUNDEFS): New substituted variable.
39611         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
39612         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
39613         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
39615 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39617         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
39618         (mq_attr): Use __syscall_slong_t.
39620 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39622         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
39623         Check __x86_64__ instead of __WORDSIZE.
39624         (_STAT_VER_LINUX): Likewise.
39625         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
39626         __syscall_ulong_t and __syscall_slong_t.
39627         (stat64): Likewise.
39629 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39631         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
39633 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39635         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
39637 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39639         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
39640         __syscall_ulong_t.
39642         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
39643         include <bits/wordsize.h>.  Check __x86_64__ instead of
39644         __WORDSIZE.
39645         (greg_t): Use "__extension__ long long int" if __x86_64__ is
39646         defined.
39647         (mcontext_t): Replace "unsigned long" with "unsigned long long".
39649         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
39650         include <bits/wordsize.h>.  Check __x86_64__ instead of
39651         __WORDSIZE.
39652         (user_regs_struct): Use "__extension__ unsigned long long"
39653         instead of "unsigned long" if __x86_64__ is defined.
39654         (user): Likewise.  Pad after pointer field if __ILP32__ is
39655         defined.
39657 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
39659         * configure.in (makeinfo): Require version 4.5 or later.  Allow
39660         versions 5 to 9.
39661         * configure: Regenerated.
39662         * manual/install.texi (texinfo): Increase version requirement to
39663         4.5 or later.
39664         * INSTALL: Regenerated.
39666         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
39668 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39670         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
39672         * sysdeps/x86_64/x32/ffs.c: New file.
39674         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
39675         __syscall_ulong_t.
39676         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
39677         defined.  Use __syscall_ulong_t.
39678         (shminfo): Use __syscall_ulong_t.
39679         (shm_info): Likewise.
39681         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
39682         __syscall_ulong_t.
39684         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
39685         <bits/wordsize.h>.
39686         (msgqnum_t): Use __syscall_ulong_t.
39687         (msglen_t): Likewise.
39688         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
39689         __syscall_ulong_t.
39691         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
39692         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39694         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
39696         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
39697         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
39699         * sysvipc/sys/msg.h (msgbuf): Replace long int with
39700         __syscall_slong_t.
39702         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
39703         include <bits/wordsize.h>.  Check __x86_64__ instead of
39704         __WORDSIZE.
39706         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
39707         "unsigned long long int" if __x86_64__ is defined.
39708         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
39710         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
39711         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39712         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
39714         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
39715         <stdint.h>.
39716         (GET_PC): Cast to uintptr_t first.
39717         (GET_FRAME): Likewise.
39718         (GET_STACK): Likewise.
39720         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
39721         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
39722         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
39723         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
39724         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
39725         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
39726         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
39727         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
39728         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
39729         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
39730         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
39731         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
39732         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
39733         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
39734         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
39735         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
39736         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
39737         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
39738         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
39739         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
39740         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
39741         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
39742         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
39743         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
39744         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
39745         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
39746         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
39747         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
39748         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
39750 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
39752         * Makerules (+depfiles): Also collect depfiles from .oS in
39753         $(extra-objs).
39754         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
39755         .oS, $(libnldbl-routines)).
39757         * Makerules (native-compile-mkdep-flags): Define.
39758         * sunrpc/Makefile (extra-objs): Add $(addprefix
39759         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
39760         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
39761         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
39762         calling $(make-target-directory).
39764 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39766         * bits/types.h (__snseconds_t): Removed.
39767         * time/time.h (struct timespec): Replace __snseconds_t with
39768         __syscall_slong_t.
39769         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
39770         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
39771         Likewise.
39772         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39773         (__SNSECONDS_T_TYPE): Likewise.
39774         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39775         (__SNSECONDS_T_TYPE): Likewise.
39776         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39777         (__SNSECONDS_T_TYPE): Likewise.
39779 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39781         * sysdeps/mach/hurd/bits/typesizes.h
39782         (__SYSCALL_SLONG_TYPE): New macro.
39783         (__SYSCALL_ULONG_TYPE): Likewise.
39785 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39787         * bits/types.h (__syscall_slong_t): New type.
39788         (__syscall_ulong_t): Likewise.
39790         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
39791         (__SYSCALL_ULONG_TYPE): Likewise.
39792         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39793         (__SYSCALL_SLONG_TYPE): Likewise.
39794         (__SYSCALL_ULONG_TYPE): Likewise.
39795         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39796         (__SYSCALL_SLONG_TYPE): Likewise.
39797         (__SYSCALL_ULONG_TYPE): Likewise.
39798         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39799         (__SYSCALL_SLONG_TYPE): Likewise.
39800         (__SYSCALL_ULONG_TYPE): Likewise.
39802 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39804         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
39805         Add sigaltstack-offsets.sym.
39806         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
39807         <sigaltstack-offsets.h>.
39808         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
39809         longjmp_msg pointer.
39810         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
39811         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
39812         signal stack.
39813         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
39815 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
39817         * elf/stackguard-macros.h: Remove file.
39818         * sysdeps/generic/stackguard-macros.h: New file.
39819         * sysdeps/i386/stackguard-macros.h: Likewise.
39820         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
39821         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
39822         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
39823         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
39824         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
39825         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
39826         * sysdeps/x86_64/stackguard-macros.h: Likewise.
39827         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
39828         <elf/stackguard-macros.h>.
39830         [BZ #14109]
39831         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
39832         __aligned__ in attribute.
39833         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
39834         (gregset_t): Likewise.
39836 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39838         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
39839         * sysdeps/x86_64/64/Implies-after: Here.  New file.
39840         * sysdeps/x86_64/x32/Implies-after: New file.
39842 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39844         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
39845         and access return value for _dl_profile_fixup.  Use R10_LP to
39846         load frame size.
39848 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39850         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
39852 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39854         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
39855         * sysdeps/x86_64/x32/sysdep.h: New file.
39857 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39859         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
39860         * sysdeps/x86_64/setjmp.S: Likewise.
39862 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39864         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
39865         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
39866         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
39867         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
39868         remove unused global constant.
39870 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
39872         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
39873         include of <not-cancel.h>.
39875 2012-05-15  Roland McGrath  <roland@hack.frob.com>
39877         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
39879 2012-05-15  Jeff Law  <law@redhat.com>
39880             Andreas Jaeger  <aj@suse.de>
39882         [BZ #13594]
39883         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
39884         out from...
39885         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
39886         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
39887         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
39888         code changing __hst_map_handle.map.
39890 2012-05-15  Roland McGrath  <roland@hack.frob.com>
39892         * configure.in (sysnames): Look for Implies-before and Implies-after
39893         files.
39894         * configure: Regenerated.
39896 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39898         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
39899         8-byte data alignment with LP_SIZE alignment.
39901 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39903         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
39904         into R10_LP.
39906 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39908         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
39910 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39912         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
39913         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
39914         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
39915         Likewise.
39916         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
39918 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39920         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
39921         (stackinfo_sub_sp): Likewise.
39923 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39925         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
39926         RAX_LP.
39928 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39930         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
39931         into R*_LP.
39933 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39935         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
39936         sizes into R*_LP.
39938 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39940         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
39942 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39944         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
39945         into R11_LP and load __x86_64_shared_cache_size_half into
39946         R8_LP.
39948 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39950         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
39951         R8_LP.
39953 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39955         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
39956         logb for POWER7.
39957         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
39958         logbf for POWER7.
39959         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
39960         logbl for POWER7.
39961         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
39962         powerpc32/power7/fpu/s_logb.c via #include.
39963         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
39964         powerpc32/power7/fpu/s_logbf.c via #include.
39965         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
39966         powerpc32/power7/fpu/s_logbl.c via #include.
39968 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
39970         * README.libm: Remove file.
39972 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39974         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
39975         count for x32.  Use R*_LP and omit operand-size suffix.
39977 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39979         * shlib-versions: Move x86_64-.*-linux.* entries to ...
39980         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
39981         * sysdeps/x86_64/x32/shlib-versions: New file.
39983 2012-05-14  Roland McGrath  <roland@hack.frob.com>
39985         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
39986         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
39987         Use _dl_fatal_printf instead.
39989 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
39991         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
39992         set if not set by the user.  Do not allow for being unset.
39993         * sysdeps/unix/sysv/linux/configure: Regenerated.
39995 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39997         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
39998         the `q' suffix from lea and replace .quad with ASM_ADDR.
40000 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40002         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
40003         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
40004         instead of $17.
40005         (PTR_DEMANGLE): Likewise.
40007 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40009         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
40010         (LP_OP): Likewise.
40011         (ASM_ADDR): Likewise.
40012         (RAX_LP): Likewise.
40013         (RBP_LP): Likewise.
40014         (RBX_LP): Likewise.
40015         (RCX_LP): Likewise.
40016         (RDI_LP): Likewise.
40017         (RSI_LP): Likewise.
40018         (RSP_LP): Likewise.
40019         (R8_LP): Likewise.
40020         (R9_LP): Likewise.
40021         (R10_LP): Likewise.
40022         (R10_LP): Likewise.
40023         (R11_LP): Likewise.
40024         (R12_LP): Likewise.
40025         (R13_LP): Likewise.
40026         (R14_LP): Likewise.
40027         (R15_LP): Likewise.
40029 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40031         * sysdeps/x86_64/x32/dl-machine.h: New file.
40033 2012-05-14  Andreas Jaeger  <aj@suse.de>
40035         * manual/Makefile (subdir): Remove export of subdir.
40036         (all): Remove target.
40037         (.PHONY): Remove all from list.
40038         (mkinstalldirs): Remove.
40039         (.PHONY): Remove installdirs from list.
40040         ($(inst_infodir)/libc.info): Use make-target-directory.
40041         (installdirs): Remove.
40042         (subdir_%): Remove.
40043         (glibc-targets): Remove.
40044         (lib): Remove.
40045         (stubs): Remove.
40046         ($(objpfx)stubs ../po/manual.pot): Remove.
40047         ($(objpfx)stamp%): Remove.
40048         (make-target-directory): Remove.
40049         (subdir_install): Remove.
40050         (routines): Remove.
40051         (aux): Remove.
40052         (sources): Remove.
40053         (objects): Remove.
40054         (headers): Remove.
40056         [BZ #13750]
40057         * manual/.gitignore: Remove, it's not needed anymore.
40058         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
40059         all files in it.
40060         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
40061         directory.
40062         (texis): Renamed to $(objpfx)texis.
40063         (texis-path): New, contains path to generated files.
40064         (chapters.%): Use texis-path for complete path, add extra argument
40065         libc-texinfo.sh.
40066         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
40067         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
40068         (summary,texi, stamp-summary): Use complete path of
40069         files. Generate files in build dir.
40070         (dir-add.texi): Build in build dir.
40071         (libm-err.texi,stamp-libm-err): Likewise.
40072         (version.texi, stamp-version): Likewise.
40073         (.%c.texi): Likewise.
40074         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
40075         (mostlyclean): Remove target.
40076         (realclean): Remove target.
40077         (generated): Add new variable with contents from mostlyclean and
40078         realclean, remove entries duplicated in common-mostlyclean, add
40079         stamp-libm-err and stamp-version.
40080         (generated-dirs): Add libc directory.
40081         ($(inst_infodir)/libc.info): Install files from build dir.
40083         * manual/install.texi (Configuring and compiling): Adjust since
40084         the info files are not part of the tar ball anymore.
40086 2012-05-14  Andreas Jaeger  <aj@suse.de>
40088         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
40089         variable.
40091 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
40093         [BZ #13717]
40094         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
40095         to 2.2.0 where earlier.
40096         * sysdeps/unix/sysv/linux/configure: Regenerated.
40097         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
40098         Remove conditional code.
40099         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
40100         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
40101         Remove conditional code.
40102         [!__NR_lchown]: Likewise.
40103         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40104         [__NR_lchown]: Likewise.
40105         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
40106         comment referencing __ASSUME_LCHOWN_SYSCALL.
40107         * sysdeps/unix/sysv/linux/i386/sigaction.c
40108         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40109         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40110         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
40111         Remove conditional code.
40112         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
40113         (__protocol_available): Remove #if 0 code.
40114         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
40115         conditional code.
40116         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
40117         * sysdeps/unix/sysv/linux/kernel-features.h
40118         (__ASSUME_GETCWD_SYSCALL): Don't define.
40119         (__ASSUME_REALTIME_SIGNALS): Likewise.
40120         (__ASSUME_PREAD_SYSCALL): Likewise.
40121         (__ASSUME_PWRITE_SYSCALL): Likewise.
40122         (__ASSUME_POLL_SYSCALL): Likewise.
40123         (__ASSUME_LCHOWN_SYSCALL): Likewise.
40124         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
40125         non-SPARC.
40126         (__ASSUME_SIOCGIFNAME): Don't define.
40127         (__ASSUME_MSG_NOSIGNAL): Likewise.
40128         (__ASSUME_SENDFILE): Define unconditionally.
40129         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
40130         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
40131         conditional code.
40132         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
40133         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
40134         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40135         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40136         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
40137         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40138         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40139         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
40140         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40141         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40142         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
40143         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40144         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40145         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
40146         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40147         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40148         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
40149         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40150         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40151         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
40152         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40153         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40154         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
40155         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40156         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40157         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
40158         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40159         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40160         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
40161         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40162         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40163         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
40164         Remove conditional code.
40165         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40166         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40167         Remove conditional code.
40168         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40169         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
40170         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
40171         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40172         Remove conditional code.
40173         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40174         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
40175         Remove conditional code.
40176         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40177         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
40178         Remove conditional code.
40179         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40180         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40181         Remove conditional code.
40182         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40183         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40184         Remove conditional code.
40185         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40186         * sysdeps/unix/sysv/linux/sh/pwrite64.c
40187         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40188         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40189         * sysdeps/unix/sysv/linux/sigaction.c
40190         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40191         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40192         * sysdeps/unix/sysv/linux/sigpending.c
40193         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40194         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40195         * sysdeps/unix/sysv/linux/sigprocmask.c
40196         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40197         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40198         * sysdeps/unix/sysv/linux/sigsuspend.c
40199         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40200         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40201         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
40202         (__libc_missing_rt_sigs): Remove.
40203         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
40204         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
40205         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
40206         Remove conditional code.
40207         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
40208         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
40209         return 1.
40210         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
40211         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
40212         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
40213         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
40215 2012-05-14  Andreas Jaeger  <aj@suse.de>
40217         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
40218         it's not used in glibc.
40219         (__coshm1): Likewise.
40220         (__acosh1p): Likewise.
40221         (__sgn): Likewise.
40223         * manual/string.texi (Copying and Concatenation): Add missing
40224         variable in concat example.
40225         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
40227 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40229         [BZ #14103]
40230         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
40231         __builtin_clzl with __builtin_clzll.
40233 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40235         [BZ #14104]
40236         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
40237         libc_freeres_ptr.
40239 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
40241         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
40242         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
40243         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
40244         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
40246 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
40248         * NEWS: Update ia64 info.
40250 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
40252         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
40253         used as bcopy.
40255 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
40257         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
40258         * sysdeps/unix/syscalls.list (dup3): Likewise.
40259         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
40260         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
40262 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
40264         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
40265         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
40267 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
40269         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
40270         thread pointer.
40271         (TLS_IE): Use mov/add instead of movq/addq to load thread
40272         pointer.
40273         (TLS_GD_PREFIX): New.
40274         (TLS_GD): Use it.
40276 2012-05-11  David S. Miller  <davem@davemloft.net>
40278         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
40279         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
40280         (_FPU_SETCW): Likewise.
40282 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40284         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
40285         is 32-byte aligned.
40287 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
40289         [BZ #11837]
40290         * iconvdata/gb18030.c: Update tables.
40291         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
40292         characters specially.
40293         (BODY for TO_LOOP): Add encoding of missing ranges.
40295 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
40297         [BZ #13673]
40298         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
40299         * sysdeps/mach/hurd/dup3.c: Likewise.
40300         * sysdeps/mach/hurd/readlinkat.c: Likewise.
40301         * sysdeps/powerpc/memmove.c:: Likewise.
40303 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40305         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
40306         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
40308 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40310         * elf/elf.h (R_X86_64_RELATIVE64): New.
40311         (R_X86_64_NUM): Updated.
40312         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
40313         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
40314         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
40315         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
40316         tst-quad1pie tst-quad2pie
40317         (modules-names): Add tst-quadmod1 tst-quadmod2.
40318         ($(objpfx)tst-quad1): New dependency.
40319         ($(objpfx)tst-quad2): Likewise.
40320         ($(objpfx)tst-quad1pie): Likewise.
40321         ($(objpfx)tst-quad2pie): Likewise.
40322         * sysdeps/x86_64/tst-quad1.c: New file.
40323         * sysdeps/x86_64/tst-quad1pie.c: New file.
40324         * sysdeps/x86_64/tst-quad2.c: Likewise.
40325         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
40326         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
40327         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
40328         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
40329         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
40331 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40333         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
40334         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
40335         * streams/stropts.h (t_scalar_t): Define type.
40337         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
40338         (_PATH_PRESERVE): Set to "/var/lib".
40339         (_PATH_RWHODIR): Set to "/var/spool/rwho".
40341         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
40342         instead of int.
40344         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
40345         if __dir_mkfile succeeded.
40347         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
40348         checking for _hurd_dtablesize.  Unlock it right after having
40349         finished _hurd_dtable allocation.
40351 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40353         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
40354         * sysdeps/mach/hurd/configure: Regenerated.
40355         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
40356         special-casing to...
40357         * sysdeps/gnu/configure.in: ... this new file.
40358         * sysdeps/unix/sysv/linux/configure: Regenerated.
40359         * sysdeps/gnu/configure: New generated file.
40361         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
40362         for Linux: use nsec instead of usec, as well as:
40363         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
40364         members of type struct timespec.
40365         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
40366         New macros.
40367         (struct stat64): Likewise.
40368         (_STATBUF_ST_NSEC): New macro.
40369         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
40371         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
40372         __strtoul_internal rather than strtoul.
40374 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40376         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
40377         and reject them.
40379 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40381         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
40382         which preserves existing values.
40383         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
40385 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40387         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
40388         TIMEOUT values.  Return EINVAL for NFDS values either negative or
40389         greater than FD_SETSIZE.
40391 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40393         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
40394         allocated, call __vm_protect to finish enabling the existing space, and
40395         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
40396         allocate the remainder.
40398 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40400         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
40401         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
40403 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40405         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
40406         sysdeps/mach/hurd/readlink.c.
40408         * posix/tst-sysconf.c (posix_options): Only use
40409         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
40410         _POSIX_SYNCHRONIZED_IO when they are defined
40411         * sysdeps/mach/hurd/bits/posix_opt.h:
40412         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
40413         (_XOPEN_REALTIME): Undefine macro.
40414         (_XOPEN_REALTIME_THREADS): Undefine macro.
40415         (_XOPEN_SHM): Undefine macro.
40416         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
40417         macro to -1.
40418         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
40419         macro to -1.
40420         (_POSIX_ASYNC_IO): Undefine macro.
40421         (_POSIX_PRIORITIZED_IO): Undefine macro.
40422         (_POSIX_SPIN_LOCKS): Define macro to -1.
40424         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
40425         SA_NODEFER, SA_RESETHAND.
40426         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
40427         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
40428         F_DUPFD_CLOEXEC.
40430 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40432         * elf/Makefile (pldd-modules): Define unconditionally.
40434 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40436         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
40438 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40440         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
40441         Return ENOENT when name is empty.
40442         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
40444 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40446         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
40448         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
40450 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40452         Fix mlock in all cases except non-readable pages.
40453         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
40454         instead of VM_PROT_ALL as parameter to __vm_wire function.
40456         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
40457         (__mkdir): When path is `/', just fail with EEXIST.
40458         * sysdeps/mach/hurd/mkdirat.c: Likewise.
40460 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40462         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
40463         <sys/uio.h> (for writev).
40464         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
40465         and <sys/param.h> (for MIN).
40467 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40469         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
40470         REQUESTED_TIME.  Properly set the remaining time and return EINTR
40471         if interrupted.
40473 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40475         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
40476         Depend on against $(link-rpcuserlibs).
40478 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40480         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
40481         (__libc_stack_end): Do not use attribute_relro.
40482         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
40483         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
40484         to libthread-provided value.
40485         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
40486         attribute_relro.
40488 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40490         [BZ #3748]
40491         * bits/libc-lock.h (__libc_once_get): New macro.
40492         * sysdeps/mach/bits/libc-lock.h: Likewise.
40493         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
40494         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
40495         instead of using implementation details.
40497         * libio/fileops.c: Unconditionally include <kernel-features.h>.
40498         * libio/freopen.c: Likewise.
40499         * libio/freopen64.c: Likewise.
40500         * misc/syslog.c: Likewise.
40501         * nscd/connections.c: Likewise.
40502         * nscd/netgroupcache.c: Likewise.
40503         * sysdeps/posix/getcwd.c: Likewise.
40505 2012-05-10  Roland McGrath  <roland@hack.frob.com>
40507         * math/w_ilogbf.c: Add #include <limits.h>.
40509 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40511         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
40512         path instead of returning without unlocking.
40514         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
40515         immediate-write ioctls.
40516         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
40518 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40520         * sysdeps/mach/hurd/i386/init-first.c (init): Use
40521         __builtin_frame_address instead of making assumptions about the
40522         location of the return address relative to DATA.  Force early load of
40523         the return address.
40524         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
40525         __builtin_frame_address.
40527         dup3 for GNU Hurd.
40528         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
40529         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
40530         implement dup3 and do some further code clean-ups.
40531         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
40532         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
40534 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40536         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
40538         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
40539         HURD_CRITICAL_END around holding _hurd_dtable_lock.
40540         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
40541         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
40542         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
40543         d->port.lock.
40545         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
40546         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
40547         when handler == SIG_ERR, not when handler != SIG_ERR.
40549 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40551         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
40552         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
40553         definitions.
40555         accept4 for GNU Hurd.
40556         * include/sys/socket.h (__libc_accept4): New prototype.
40557         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
40558         to implement __libc_accept4.
40559         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
40560         __libc_accept4.
40561         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
40563         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
40564         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
40565         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
40566         signal-defines.sym.
40568 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40570         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
40572 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40574         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
40575         assertion on O_CLOEXEC flag.
40576         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
40577         * hurd/intern-fd.c: Likewise.
40578         * hurd/port2fd.c: Likewise.
40580 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40582         [BZ #3906]
40583         * bits/in.h (IPV6_PKTINFO): Define new macro.
40584         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
40586 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40588         [BZ #13954]
40589         [BZ #13955]
40590         [BZ #13956]
40591         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
40592         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
40593         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
40594         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
40595         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
40596         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
40597         * math/libm-test.inc (logb_test) : Additional logb tests.
40599 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
40600             Andreas Jaeger  <aj@suse.de>
40602         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
40603         * configure: Regenerated.
40604         * config.h.in (LINK_OBSOLETE_RPC): New macro.
40605         * config.make.in (link-obsolete-rpc): New substituted variable.
40606         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
40607         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
40608         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40609         (shared-only-routines): Don't set it under [link-obsolete-rpc],
40610         so that libc.a contains the symbols.
40611         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40612         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
40613         * sunrpc/auth_none.c: Likewise.
40614         * sunrpc/auth_unix.c: Likewise.
40615         * sunrpc/authdes_prot.c: Likewise.
40616         * sunrpc/authuxprot.c: Likewise.
40617         * sunrpc/clnt_gen.c: Likewise.
40618         * sunrpc/clnt_perr.c: Likewise.
40619         * sunrpc/clnt_raw.c: Likewise.
40620         * sunrpc/clnt_simp.c: Likewise.
40621         * sunrpc/clnt_tcp.c: Likewise.
40622         * sunrpc/clnt_udp.c: Likewise.
40623         * sunrpc/clnt_unix.c: Likewise.
40624         * sunrpc/des_crypt.c: Likewise.
40625         * sunrpc/des_soft.c: Likewise.
40626         * sunrpc/get_myaddr.c: Likewise.
40627         * sunrpc/key_call.c: Likewise.
40628         * sunrpc/key_prot.c: Likewise.
40629         * sunrpc/netname.c: Likewise.
40630         * sunrpc/pm_getmaps.c: Likewise.
40631         * sunrpc/pm_getport.c: Likewise.
40632         * sunrpc/pmap_clnt.c: Likewise.
40633         * sunrpc/pmap_prot.c: Likewise.
40634         * sunrpc/pmap_prot2.c: Likewise.
40635         * sunrpc/pmap_rmt.c: Likewise.
40636         * sunrpc/publickey.c: Likewise.
40637         * sunrpc/rpc_cmsg.c: Likewise.
40638         * sunrpc/rpc_common.c: Likewise.
40639         * sunrpc/rpc_dtable.c: Likewise.
40640         * sunrpc/rpc_prot.c: Likewise.
40641         * sunrpc/rpc_thread.c: Likewise.
40642         * sunrpc/rtime.c: Likewise.
40643         * sunrpc/svc.c: Likewise.
40644         * sunrpc/svc_auth.c: Likewise.
40645         * sunrpc/svc_raw.c: Likewise.
40646         * sunrpc/svc_run.c: Likewise.
40647         * sunrpc/svc_tcp.c: Likewise.
40648         * sunrpc/svc_udp.c: Likewise.
40649         * sunrpc/svc_unix.c: Likewise.
40650         * sunrpc/svcauth_des.c: Likewise.
40651         * sunrpc/xcrypt.c: Likewise.
40652         * sunrpc/xdr.c: Likewise.
40653         * sunrpc/xdr_array.c: Likewise.
40654         * sunrpc/xdr_float.c: Likewise.
40655         * sunrpc/xdr_intXX_t.c: Likewise.
40656         * sunrpc/xdr_mem.c: Likewise.
40657         * sunrpc/xdr_rec.c: Likewise.
40658         * sunrpc/xdr_ref.c: Likewise.
40659         * sunrpc/xdr_sizeof.c: Likewise.
40660         * sunrpc/xdr_stdio.c: Likewise.
40662 2012-05-10  Roland McGrath  <roland@hack.frob.com>
40664         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
40665         change.  Update copyright years.
40667 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
40669         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
40671 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
40672             Joseph Myers  <joseph@codesourcery.com>
40673             Paul Pluzhnikov  <ppluzhnikov@google.com>
40675         [BZ #14012]
40676         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
40677         requiring rpcgen.
40678         [cross-compiling] (extra-libs): Likewise.
40679         [cross-compiling] (extra-libs-others): Likewise.
40680         [cross-compiling] (librpcsvc-routines): Likewise.
40681         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
40682         [cross-compiling] (omit-deps): Likewise.
40683         (sunrpc-CPPFLAGS): New variable.
40684         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
40685         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
40686         (cross-rpcgen-objs): New variable.
40687         (extra-objs): Append $(cross-rpcgen-objs).
40688         ($(cross-rpcgen-objs)): New rule.
40689         ($(objpfx)cross-rpcgen): Likewise.
40690         (rpcgen-cmd): Define to use $(built-program-file).  Expand
40691         comment.
40692         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
40693         ($(objpfx)x%.stmp): Likewise.
40694         * sunrpc/proto.h [IS_IN_build] (_): Define.
40695         [IS_IN_build] (_libc_intl_domainname): Likewise.
40697 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40699         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
40700         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
40701         and R_X86_64_TPOFF64.
40703 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
40705         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
40706         sysdeps/unix/sysv/syscalls.list.
40707         (stime): Likewise.
40708         (utime): Likewise.
40709         * sysdeps/unix/sysv/syscalls.list: Remove file.
40711 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
40713         [BZ #3440]
40714         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
40715         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
40716         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
40717         (__LC_IDENTIFICATION): Make these macros useful in #if
40718         expressions, as required by C99.
40720 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
40722         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
40723         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
40724         after this.
40726 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
40728         * stdlib/longlong.h: Updated from GCC.
40730 2012-05-09  Andreas Jaeger  <aj@suse.de>
40732         * nscd/nscd.c (run_modes): Make named enum, reorder so that
40733         default is first entry.
40734         (run_mode): Set type.
40735         (main): Remove informal message about syslog.
40736         (options): Fix typo.
40738         [BZ #14053]
40739         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
40740         to asm.
40741         (lrint): Likewise.
40742         (llrintf): Likewise.
40743         (llrint): Likewise.
40744         (rint): Likewise.
40745         (rintf): Likewise.
40746         (nearbyint): Likewise.
40747         (nearbyintf): Likewise.
40749 2012-05-09  Andreas Jaeger  <aj@suse.de>
40750             Pedro Alves  <palves@redhat.com>
40752         * nscd/nscd.c (run_mode): Use enum.
40753         (main): Cleanup coding style issue.
40755 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
40756             Andreas Jaeger  <aj@suse.de>
40758         * nscd/nscd.c (go_background): Replaced with...
40759         (run_mode): ... this.
40760         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
40761         (options): Add -F --foreground.
40762         (main): Implement it.
40763         (parse_opt): Parse it.
40765 2012-05-09  Andreas Jaeger  <aj@suse.de>
40767         [BZ #14083]
40768         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
40769         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
40770         -Wconversion warning.
40771         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
40772         Likewise.
40774 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
40776         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
40777         == 0.
40778         (LC_ALL): Use macro-int-constant.
40779         (LC_COLLATE): Likewise.
40780         (LC_CTYPE): Likewise.
40781         (LC_MESSAGES): Likewise.
40782         (LC_MONETARY): Likewise.
40783         (LC_NUMERIC): Likewise.
40784         (LC_TIME): Likewise.
40785         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
40786         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
40787         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40788         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
40789         Specify type.
40790         [C99-based standards] (float_t): Expect type.
40791         [C99-based standards] (double_t): Expect type.
40792         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
40793         type.
40794         [C99-based standards] (HUGE_VALL): Likewise.
40795         [C99-based standards] (INFINITY): Likewise.
40796         [C99-based standards] (NAN): Likewise.
40797         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
40798         [C99-based standards] (FP_NAN): Likewise.
40799         [C99-based standards] (FP_NORMAL): Likewise.
40800         [C99-based standards] (FP_SUBNORMAL): Likewise.
40801         [C99-based standards] (FP_ZERO): Likewise.
40802         [C99-based standards] (FP_FAST_FMA): Use
40803         optional-macro-int-constant.  Specify type.  Require == 1.
40804         [C99-based standards] (FP_FAST_FMAF): Likewise.
40805         [C99-based standards] (FP_FAST_FMAL): Likewise.
40806         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
40807         [C99-based standards] (FP_ILOGBNAN): Likewise.
40808         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
40809         Specify type.
40810         [C99-based standards] (MATH_ERREXCEPT): Likewise.
40811         [C99-based standards] (math_errhandling): Specify type.
40812         [ISO99 || ISO11] (signgam): Do not allow.
40813         [non-C99-based standards] (copysignf): Do not allow.
40814         [non-C99-based standards] (exp2f): Likewise.
40815         [non-C99-based standards] (log2f): Likewise.
40816         [non-C99-based standards] (modff): Allow.
40817         [non-C99-based standards] (erff): Do not allow.
40818         [non-C99-based standards] (erfcf): Likewise.
40819         [non-C99-based standards] (gammaf): Likewise.
40820         [non-C99-based standards] (hypotf): Likewise.
40821         [non-C99-based standards] (j0f): Likewise.
40822         [non-C99-based standards] (j1f): Likewise.
40823         [non-C99-based standards] (jnf): Likewise.
40824         [non-C99-based standards] (lgammaf): Likewise.
40825         [non-C99-based standards] (tgammaf): Likewise.
40826         [non-C99-based standards] (y0f): Likewise.
40827         [non-C99-based standards] (y1f): Likewise.
40828         [non-C99-based standards] (ynf): Likewise.
40829         [non-C99-based standards] (isnanf): Likewise.
40830         [non-C99-based standards] (acoshf): Likewise.
40831         [non-C99-based standards] (asinhf): Likewise.
40832         [non-C99-based standards] (atanhf): Likewise.
40833         [non-C99-based standards] (cbrtf): Likewise.
40834         [non-C99-based standards] (expm1f): Likewise.
40835         [non-C99-based standards] (ilogbf): Likewise.
40836         [non-C99-based standards] (log1pf): Likewise.
40837         [non-C99-based standards] (logbf): Likewise.
40838         [non-C99-based standards] (nextafterf): Likewise.
40839         [non-C99-based standards] (remainderf): Likewise.
40840         [non-C99-based standards] (rintf): Likewise.
40841         [non-C99-based standards] (scalbf): Likewise.
40842         [non-C99-based standards] (copysignl): Likewise.
40843         [non-C99-based standards] (exp2l): Likewise.
40844         [non-C99-based standards] (log2l): Likewise.
40845         [non-C99-based standards] (modfl): Allow.
40846         [non-C99-based standards] (erfl): Do not allow.
40847         [non-C99-based standards] (erfcl): Likewise.
40848         [non-C99-based standards] (gammal): Likewise.
40849         [non-C99-based standards] (hypotl): Likewise.
40850         [non-C99-based standards] (j0l): Likewise.
40851         [non-C99-based standards] (j1l): Likewise.
40852         [non-C99-based standards] (jnl): Likewise.
40853         [non-C99-based standards] (lgammal): Likewise.
40854         [non-C99-based standards] (tgammal): Likewise.
40855         [non-C99-based standards] (y0l): Likewise.
40856         [non-C99-based standards] (y1l): Likewise.
40857         [non-C99-based standards] (ynl): Likewise.
40858         [non-C99-based standards] (isnanl): Likewise.
40859         [non-C99-based standards] (acoshl): Likewise.
40860         [non-C99-based standards] (asinhl): Likewise.
40861         [non-C99-based standards] (atanhl): Likewise.
40862         [non-C99-based standards] (cbrtl): Likewise.
40863         [non-C99-based standards] (expm1l): Likewise.
40864         [non-C99-based standards] (ilogbl): Likewise.
40865         [non-C99-based standards] (log1pl): Likewise.
40866         [non-C99-based standards] (logbl): Likewise.
40867         [non-C99-based standards] (nextafterl): Likewise.
40868         [non-C99-based standards] (remainderl): Likewise.
40869         [non-C99-based standards] (rintl): Likewise.
40870         [non-C99-based standards] (scalbl): Likewise.
40871         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40872         [non-C99-based standards] (FP_*): Do not allow.
40873         [C99-based standards] (FP_*): Change to
40874         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
40875         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
40876         allow.
40877         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
40878         (SIG_ERR): Likewise.
40879         [X/Open-based standards] (SIG_HOLD): Likewise.
40880         (SIG_IGN): Likewise.
40881         (SIGABRT): Use macro-int-constant.  Specify type.  Require
40882         positive value.
40883         (SIGFPE): Likewise.
40884         (SIGILL): Likewise.
40885         (SIGINT): Likewise.
40886         (SIGSEGV): Likewise.
40887         (SIGTER): Likewise.
40888         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
40889         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
40890         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
40891         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
40892         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
40893         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
40894         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
40895         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
40896         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
40897         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
40898         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
40899         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
40900         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
40901         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
40902         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
40903         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
40904         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
40905         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
40906         [X/Open-based standards] (SIGTRAP): Likewise.
40907         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
40908         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
40909         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
40910         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
40911         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
40912         allow.
40914 2012-05-08  Ian Wienand  <ianw@vmware.com>
40916         [BZ #14080]
40917         * time/tzset.c (__tzset_parse_tz): Update default rules for
40918         daylight time changes in the Energy Policy Act of 2005.
40920 2012-05-09  Andreas Jaeger  <aj@suse.de>
40922         [BZ #13983]
40923         * elf/ldconfig.c (parse_conf): Change string to make clear that
40924         ldconfig only issued a warning if ld.so.conf does not exist.
40926 2012-05-08  David S. Miller  <davem@davemloft.net>
40928         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
40929         movxtod instead of popping the value on the stack.
40931         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40933 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
40935         * config.h.in: Add HAVE_ARM_PCS_VFP.
40937 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
40939         [BZ #13979]
40940         * include/features.h: Warn if user requests __FORTIFY_SOURCE
40941         checking but the checks are disabled for any reason.
40943 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
40945         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
40946         and ELF64_R_TYPE with ELFW(R_TYPE).
40948 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
40950         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
40951         (ulimit): Likewise.
40953         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
40954         (settimeofday): Likewise.
40956 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
40958         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
40959         a struct th_u2 inside the union, and move tu_block/tu_code into
40960         a new th_u3 union of tu_block/tu_code inside of that.  Move
40961         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
40962         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
40963         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
40964         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
40965         (th_stuff): Change to th_u1.tu_stuff.
40966         (th_data): Define.
40967         (th_msg): Change to th_u1.th_u2.tu_data.
40969 2012-05-07  David S. Miller  <davem@davemloft.net>
40971         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40973         [BZ #14074]
40974         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
40975         (SETUP_PIC_REG): Use it.
40976         (SETUP_PIC_REG_LEAF): Use it.
40978 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
40980         [BZ #13885]
40981         [BZ #13923]
40982         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40983         USE_AS_EXPM1L.
40984         (EXPL_FINITE): Likewise.
40985         (FLDLOG): Likewise.
40986         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
40987         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
40988         e_expl.S.
40989         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40990         USE_AS_EXPM1L.
40991         (EXPL_FINITE): Likewise.
40992         (FLDLOG): Likewise.
40993         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
40994         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
40995         e_expl.S.
40996         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
40997         test of -max_value argument for long double.
40998         * sysdeps/i386/fpu/libm-test-ulps: Update.
40999         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41001 2012-05-06  David S. Miller  <davem@davemloft.net>
41003         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
41004         quad soft-float symbols whose references which are compiler
41005         generated.
41006         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
41008 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
41010         [BZ #13884]
41011         [BZ #13914]
41012         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41013         USE_AS_EXP10L.
41014         (EXPL_FINITE): Likewise.
41015         (FLDLOG): Likewise.
41016         (c0): Likewise.
41017         (c1): Likewise.
41018         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
41019         Adjust comments for base varying.
41020         (__expl_finite): Change alias to EXPL_FINITE.
41021         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
41022         e_expl.S.
41023         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
41024         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
41025         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
41026         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
41027         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41028         USE_AS_EXP10L.
41029         (EXPL_FINITE): Likewise.
41030         (FLDLOG): Likewise.
41031         (c0): Likewise.
41032         (c1): Likewise.
41033         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
41034         Adjust comments for base varying.
41035         (__expl_finite): Change alias to EXPL_FINITE.
41036         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
41037         tests for bugs.
41038         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41040         [BZ #14064]
41041         * math/libm-test.inc (check_float_internal): Correct ulp
41042         calculation for subnormal expected results.
41044 2012-05-06  Andreas Jaeger  <aj@suse.de>
41046         * Makeconfig (+math-flags): New, set to -frounding-math.
41047         (+cflags): Add +math-flags so that all of glibc gets compiled with
41048         it.
41050         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
41052 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
41054         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
41055         Disable one test.
41057         [BZ #13787]
41058         [BZ #13922]
41059         [BZ #14036]
41060         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
41061         (__ieee754_expl): Allow for and saturate large arguments.
41062         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
41063         (u_threshold): Likewise.
41064         (__exp): Call __ieee754_exp before checking for overflow and
41065         underflow.
41066         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
41067         (u_threshold): Likewise.
41068         (__expf): Call __ieee754_expf before checking for overflow and
41069         underflow.
41070         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
41071         (u_threshold): Likewise.
41072         (__expl): Call __ieee754_expl before checking for overflow and
41073         underflow.
41074         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
41075         (__ieee754_expl): Allow for and saturate large arguments.
41076         * math/libm-test.inc (exp_test): Add another test.  Do not allow
41077         missing overflow exception on overflow.
41078         (expm1_test): Do not allow missing overflow exception on overflow.
41080         * sysdeps/i386/fpu/e_expl.c: Move to ...
41081         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
41082         rather than using inline asm.
41083         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
41084         * sysdeps/x86_64/fpu/e_expl.S: Copy from
41085         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
41087         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
41088         (nice): Likewise.
41089         (poll): Likewise.
41090         (signal): Likewise.
41091         (time): Likewise.
41092         (times): Likewise.
41094 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41096         * sysdeps/unix/syscalls.list (adjtime): Add entry from
41097         sysdeps/unix/common/syscalls.list.
41098         (fchmod): Likewise.
41099         (fchown): Likewise.
41100         (ftruncate): Likewise.
41101         (getrusage): Likewise.
41102         (gettimeofday): Likewise.
41103         (setpgid): Likewise.
41104         (setregid): Likewise.
41105         (setreuid): Likewise.
41106         (sigaction): Likewise.
41107         (truncate): Likewise.
41108         (vhangup): Likewise.
41109         * sysdeps/unix/common/syscalls.list: Remove file.
41110         * sysdeps/unix/bsd/Implies: Don't include unix/common.
41111         * sysdeps/unix/sysv/linux/Implies: Likewise.
41113 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
41115         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
41116         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
41117         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
41118         Moved to ...
41119         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
41120         Here.
41121         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
41122         to ...
41123         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
41124         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
41125         to ...
41126         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
41127         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
41128         to ...
41129         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
41130         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
41131         to ...
41132         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
41133         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
41134         to ...
41135         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
41136         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
41137         to ...
41138         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
41139         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
41140         to ...
41141         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
41142         Here.
41143         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
41144         to ...
41145         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
41146         Here.
41147         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
41148         to ...
41149         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
41150         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
41151         Moved to ...
41152         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
41153         Here.
41154         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
41155         to ...
41156         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
41158 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41160         * sysdeps/unix/common/bits/dirent.h: Remove file.
41161         * sysdeps/unix/common/bits/fcntl.h: Likewise.
41163         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
41164         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
41165         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
41166         * sysdeps/unix/bsd/isatty.c: Likewise.
41167         * sysdeps/unix/bsd/tcdrain.c: Likewise.
41168         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
41169         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
41171 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41173         [BZ #13563]
41174         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
41175         long double comparison inaccuracies.
41176         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
41177         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41179 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
41181         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
41182         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
41184 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41186         [BZ #14049]
41187         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
41188         nonzero digits before rounding a hex value.
41189         * stdlib/tst-strtod.c (tests): Add another test.
41191 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41193         * sysdeps/s390/fpu/libm-test-ulps: Update.
41195 2012-05-03  Andreas Jaeger  <aj@suse.de>
41197         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
41198         does not get optimized out.
41199         (malloc_opt_barrier): New.
41201 2012-05-03  Andreas Jaeger  <aj@suse.de>
41202             Roland McGrath  <roland@hack.frob.com>
41204         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
41205         intermediate file deletion.
41206         (generated): Add .symlist files.
41208 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
41210         [BZ #13775]
41211         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
41212         Redirect under this condition.
41213         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41214         [__USE_GNU] (__dprintf_chk): Not under this condition.
41215         [__USE_GNU] (__vdprintf_chk): Likewise.
41216         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
41217         under this condition.
41218         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41219         [__USE_XOPEN2K8] (dprintf): Define under this condition.
41220         [__USE_XOPEN2K8] (vdprintf): Likewise.
41221         [__USE_GNU] (__dprintf_chk): Not under this condition.
41222         [__USE_GNU] (__vdprintf_chk): Likewise.
41223         [__USE_GNU] (dprintf): Likewise.
41224         [__USE_GNU] (vdprintf): Likewise.
41226 2012-05-03  Roland McGrath  <roland@hack.frob.com>
41228         * elf/Makefile (common-generated): Set this instead of generated for
41229         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
41230         $(all-built-dso)-derived lists.
41232 2012-05-03  Andreas Jaeger  <aj@suse.de>
41234         * sysdeps/i386/fpu/libm-test-ulps: Update.
41236         * FAQ: Removed.
41237         * FAQ.in: Likewise.
41238         * scripts/gen-FAQ.pl: Likewise.
41239         * manual/install.texi (Installation): Point to online location of
41240         FAQ.
41241         * Makefile (files-for-dist): Remove FAQ.
41242         (FAQ): Remove.
41244 2012-05-02  Allan McRae  <allan@archlinux.org>
41246         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
41247         (LDFLAGS-reldepmod5.so): Likewise.
41248         (LDFLAGS-reldep6mod1.so): Likewise.
41249         (LDFLAGS-reldep6mod4.so): Likewise.
41250         (LDFLAGS-reldep8mod3.so): Likewise.
41251         (LDFLAGS-unload4mod1.so): Likewise.
41252         (LDFLAGS-unload4mod2.so): Likewise.
41253         (LDFLAGS-tst-initorder): Likewise.
41254         (LDFLAGS-tst-initordera2.so): Likewise.
41255         (LDFLAGS-tst-initordera3.so): Likewise.
41256         (LDFLAGS-tst-initordera4.so): Likewise.
41257         (LDFLAGS-tst-initorderb2.so): Likewise.
41258         (LDFLAGS-noload): Likewise.
41259         (LDFLAGS-next): Likewise.
41260         (LDFLAGS-order2mod1.so): Likewise.
41261         (LDFLAGS-order2mod2.so): Likewise.
41262         (LDFLAGS-tst-initorder2): Likewise.
41263         (LDFLAGS-tst-initorder2a.so): Likewise.
41264         (LDFLAGS-tst-initorder2b.so): Likewise.
41265         (LDFLAGS-tst-initorder2c.so): Likewise.
41266         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
41268 2012-05-02  David S. Miller  <davem@davemloft.net>
41270         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41272 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
41274         [BZ #14055]
41275         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
41277 2012-05-02  Andreas Jaeger  <aj@suse.de>
41279         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
41280         since we manipulate rounding mode.
41281         (CPPFLAGS-test-idouble.c): Likewise.
41282         (CPPFLAGS-test-ifloat.c): Likewise.
41283         (CFLAGS-test-ldouble.c): Likewise.
41284         (CFLAGS-test-double.c): Likewise.
41285         (CFLAGS-test-float.c): Likewise.
41286         (CFLAGS-test-misc.c): Likewise.
41287         (CFLAGS-test-test-fenv.c): Likewise.
41289 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41291         [BZ #2550]
41292         [BZ #2570]
41293         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
41294         comparisons to determine direction to adjust input.
41296 2012-05-01  Roland McGrath  <roland@hack.frob.com>
41298         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
41299         output to the target.
41301         * scripts/localplt.awk: New file.
41302         * elf/Makefile ($(objpfx)check-localplt): Target removed.
41303         (check-localplt-CFLAGS): Variable removed.
41304         ($(all-built-dso:=.jmprel)): New static pattern rule.
41305         (generated): Add those targets.
41306         (localplt-built-dso): New variable.
41307         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
41309         * elf/check-localplt.c: File removed.
41311         * scripts/check-execstack.awk: New file.
41312         * elf/Makefile ($(objpfx)check-execstack): Target removed.
41313         (check-execstack-CFLAGS): Variable removed.
41314         ($(objpfx)check-execstack.h): Target removed.
41315         ($(objpfx)execstack-default): New target.
41316         (generated): Add that instead of check-execstack.h.
41317         ($(all-built-dso:=.phdr)): New static pattern rule.
41318         (generated): Add those targets.
41319         * elf/check-execstack.c: File removed.
41321         * scripts/check-textrel.awk: New file.
41322         * elf/Makefile ($(objpfx)check-textrel): Target removed.
41323         (check-textrel-CFLAGS): Variable removed.
41324         (all-built-dso): Use := to define.o
41325         ($(all-built-dso:=.dyn)): New static pattern rule.
41326         (generated): Add those targets.
41327         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
41328         * config.make.in (READELF): New substituted variable.
41329         * elf/check-textrel.c: File removed.
41331 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
41333         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41334         allow.
41335         * conform/data/ctype.h-data [C99-based standards] (isblank):
41336         Expect function.
41337         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
41338         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
41339         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41340         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
41341         Specify type.  Require positive value.
41342         (EILSEQ): Likewise.
41343         (ERANGE): Likewise.
41344         [ISO || POSIX] (EILSEQ): Do not expect.
41345         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
41346         Specify type.  Require positive value.
41347         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
41348         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
41349         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
41350         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
41351         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
41352         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
41353         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
41354         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
41355         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
41356         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
41357         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
41358         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
41359         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
41360         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
41361         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
41362         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
41363         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
41364         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
41365         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
41366         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
41367         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
41368         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
41369         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
41370         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
41371         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
41372         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
41373         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
41374         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
41375         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
41376         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
41377         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
41378         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
41379         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
41380         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
41381         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
41382         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
41383         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
41384         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
41385         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
41386         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
41387         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
41388         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
41389         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
41390         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
41391         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
41392         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
41393         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
41394         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
41395         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
41396         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
41397         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
41398         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
41399         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
41400         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
41401         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
41402         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
41403         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
41404         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
41405         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
41406         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
41407         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
41408         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
41409         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
41410         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
41411         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
41412         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
41413         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
41414         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
41415         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
41416         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
41417         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
41418         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
41419         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
41420         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
41421         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
41422         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
41423         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
41424         Require >= 2.
41425         (FLT_ROUNDS): Expect as macro, not constant.
41426         (FLT_MANT_DIG): Use macro-int-constant.
41427         (DBL_MANT_DIG): Likewise.
41428         (LDBL_MANT_DIG): Likewise.
41429         (FLT_DIG): Likewise.
41430         (DBL_DIG): Likewise.
41431         (LDBL_DIG): Likewise.
41432         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
41433         (DBL_MIN_EXP): Likewise.
41434         (LDBL_MIN_EXP): Likewise.
41435         (FLT_MAX_EXP): Use macro-int-constant.
41436         (DBL_MAX_EXP): Likewise.
41437         (LDBL_MAX_EXP): Likewise.
41438         (FLT_MAX_10_EXP): Likewise.
41439         (DBL_MAX_10_EXP): Likewise.
41440         (LDBL_MAX_10_EXP): Likewise.
41441         (FLT_MAX): Use macro-constant.
41442         (DBL_MAX): Likewise.
41443         (LDBL_MAX): Likewise.
41444         (FLT_EPSILON): Use macro-constant.  Give upper bound.
41445         (DBL_EPSILON): Likewise.
41446         (LDBL_EPSILON): Likewise.
41447         (FLT_MIN): Likewise.
41448         (DBL_MIN): Likewise.
41449         (LDBL_MIN): Likewise.
41450         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
41451         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
41452         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
41453         [ISO11] (FLT_HAS_SUBNORM): Likewise.
41454         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
41455         [ISO11] (DBL_DECIMAL_DIG): Likewise.
41456         [ISO11] (FLT_DECIMAL_DIG): Likewise.
41457         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
41458         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
41459         [ISO11] (FLT_TRUE_MIN): Likewise.
41460         [ISO11] (LDBL_TRUE_MIN): Likewise.
41461         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41462         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
41463         (SCHAR_MIN): Use macro-int-constant.  Specify type.
41464         (SCHAR_MAX): Likewise.
41465         (UCHAR_MAX): Likewise.
41466         (CHAR_MIN): Likewise.
41467         (CHAR_MAX): Likewise.
41468         (MB_LEN_MAX): Use macro-int-constant.
41469         (SHRT_MIN): Use macro-int-constant.  Specify type.
41470         (SHRT_MAX): Likewise.
41471         (USHRT_MAX): Likewise.
41472         (INT_MAX): Likewise.
41473         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
41474         bound negative.
41475         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41476         bound with "U".
41477         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41478         bound with "L".
41479         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
41480         bound negative.  Suffix upper bound with "L".
41481         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41482         bound with "UL".
41483         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
41484         Specify type.
41485         [C99-based standards] (LLONG_MAX): Likewise.
41486         [C99-based standards] (ULLONG_MAX): Likewise.
41487         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
41488         == 0.
41489         [ISO11] (max_align_t): Require type.
41490         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41492         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
41493         from $CFLAGS, without defining away __attribute__ calls.
41494         (checknamespace): Use $CFLAGS_namespace.
41496         * conform/conformtest.pl (@keywords): Only include C99 keywords
41497         for standards based on C99 or C11.
41499         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
41500         Disable tests.
41501         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
41502         UNIX98]: Likewise.
41504         * conform/conformtest.pl: Handle "macro-int-constant" and test for
41505         usability of symbols in #if.
41507         * conform/conformtest.pl: If macro or constant types start
41508         "promoted:", expect the symbol to be of the following type
41509         promoted by the integer promotions.
41511         * conform/conformtest.pl: Parse all "constant" and "macro" lines
41512         in one place.  Also handle "macro-constant".
41514         * conform/conformtest.pl: Only accept expected macro values with
41515         "==".  Parse all "macro" lines in one place.
41516         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
41518         * conform/conformtest.pl: Handle braced types on "constant" lines
41519         instead of handling "typed-constant".
41520         * conform/data/signal.h-data: Use "constant" instead of
41521         "typed-constant".
41523         * conform/conformtest.pl: Handle "optional-" at start of lines in
41524         one place rather than duplicating several cases.  Handle each
41525         format of "macro" line with initial "optional-".
41527         * conform/conformtest.pl: Only accept expected constant or
41528         optional-constant values with "==".  Parse all "constant" lines in
41529         one place.  Parse all "optional-constant" lines in one place.
41530         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
41531         * conform/data/fmtmsg.h-data: Likewise.
41532         * conform/data/netinet/in.h-data: Likewise.
41533         * conform/data/tar.h-data: Likewise.
41534         * conform/data/limits.h-data: Use "==" form on "constant" and
41535         "optional-constant" lines.
41537         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
41538         Use -std=c99 for XOPEN2K.
41539         (@knownproblems): Remove.
41540         (newtoken): Don't check %isknown.
41542         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
41543         Do not expect macro.
41544         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
41545         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
41546         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
41547         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
41548         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
41549         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
41550         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
41551         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
41552         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
41553         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
41554         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
41555         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
41556         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
41557         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
41558         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
41559         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
41560         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
41561         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
41562         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
41563         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
41564         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
41565         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
41566         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
41567         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
41568         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
41569         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
41570         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
41571         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
41572         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
41573         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
41574         [XPG3] (acosh): Likewise.
41575         [XPG3] (asinh): Likewise.
41576         [XPG3] (atanh): Likewise.
41577         [XPG3] (cbrt): Likewise.
41578         [XPG3] (expm1): Likewise.
41579         [XPG3] (ilogb): Likewise.
41580         [XPG3] (log1p): Likewise.
41581         [XPG3] (logb): Likewise.
41582         [XPG3] (nextafter): Likewise.
41583         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
41584         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
41585         [XPG3] (remainder): Likewise.
41586         [XPG3] (rint): Likewise.
41587         [XPG3 || XPG4 || UNIX98] (round): Likewise.
41588         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
41589         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
41590         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
41591         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
41592         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
41593         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
41594         [UNIX98 || XOPEN2K] (scalb): Expect.
41595         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
41596         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
41597         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
41598         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
41599         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
41600         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
41601         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
41602         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
41603         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
41604         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
41605         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
41606         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
41607         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
41608         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
41609         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
41610         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
41611         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
41612         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
41613         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
41614         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
41615         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
41616         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
41617         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
41618         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
41619         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
41620         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
41621         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
41622         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
41623         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
41624         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
41625         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
41626         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
41627         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
41628         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
41629         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
41630         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
41631         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
41632         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
41633         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
41634         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
41635         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
41636         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
41637         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
41638         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
41639         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
41640         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
41641         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
41642         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
41643         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
41644         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
41645         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
41646         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
41647         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
41648         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
41649         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
41650         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
41651         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
41652         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
41653         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
41654         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
41655         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
41656         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
41657         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
41658         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
41659         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
41660         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
41661         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
41662         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
41663         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
41664         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
41665         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
41666         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
41667         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
41668         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
41669         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
41670         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
41671         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
41672         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
41673         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
41674         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
41675         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
41676         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
41677         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
41678         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
41679         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
41680         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
41681         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
41682         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
41683         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
41684         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
41685         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
41686         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
41687         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
41688         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
41689         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
41690         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
41691         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
41692         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
41693         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
41694         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
41695         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
41696         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
41697         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
41698         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
41699         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
41700         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
41701         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
41702         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
41703         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
41704         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
41705         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
41706         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
41707         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
41708         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
41709         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
41710         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
41711         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
41712         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
41713         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
41714         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
41715         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
41716         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
41717         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
41718         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
41719         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
41720         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
41721         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
41722         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
41723         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
41724         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
41725         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
41726         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
41727         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
41728         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
41729         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
41730         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
41731         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
41733         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
41734         _XOPEN_SOURCE_EXTENDED for XPG4.
41736         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
41738         * Makeconfig (localtime): Remove variable.
41739         (inst_localtime-file): Likewise.
41741 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
41743         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
41744         Update.
41745         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
41746         Update.
41747         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
41748         Update.
41749         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
41750         Update.
41751         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
41752         Update.
41753         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
41754         Update.
41755         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
41756         Update.
41757         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
41758         Update.
41759         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
41760         Update.
41762 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
41764         [BZ #2550]
41765         [BZ #2570]
41766         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
41767         comparisons to determine direction to adjust input.
41768         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
41769         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
41770         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
41771         Likewise.
41772         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
41773         Likewise.
41774         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
41775         Likewise.
41776         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
41777         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
41778         Likewise.
41779         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
41780         Likewise.
41781         * math/libm-test.inc (nexttoward_test): Add more tests.
41783 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
41785         [BZ #14040]
41786         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
41787         in version GLIBC_2.1, not GLIBC_2.0.
41788         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
41789         Likewise.
41791 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
41793         [BZ #13942]
41794         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
41795         (1 - x) * (1 + x).
41796         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
41797         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
41798         * math/libm-test.inc (acos_test): Add more tests.
41799         (asin_test): Likewise.
41800         * sysdeps/i386/fpu/libm-test-ulps: Update.
41801         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41803         [BZ #14034]
41804         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
41805         of square root.
41806         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
41807         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
41808         * math/libm-test.inc (acos_test_tonearest): New function.
41809         (acos_test_towardzero): Likewise.
41810         (acos_test_downward): Likewise.
41811         (acos_test_upward): Likewise.
41812         (asin_test_tonearest): Likewise.
41813         (asin_test_towardzero): Likewise.
41814         (asin_test_downward): Likewise.
41815         (asin_test_upward): Likewise.
41816         (main): Call the new functions.
41817         * sysdeps/i386/fpu/libm-test-ulps: Update.
41818         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41820         [BZ #13884]
41821         [BZ #13924]
41822         * math/e_exp10.c: Include <float.h>.
41823         (__ieee754_exp10): Handle underflow here rather than multiplying
41824         large negative argument by M_LN10.
41825         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
41826         of __ieee754_expf.
41827         * math/e_exp10l.c: Include <float.h>.
41828         (__ieee754_exp10l): Handle underflow here rather than multiplying
41829         large negative argument by M_LN10l.
41830         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
41831         spurious overflow exception on underflow.
41833 2012-04-29  Marek Polacek  <polacek@redhat.com>
41835         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
41836         (__fortify_function): New macro.
41837         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
41838         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
41839         __extern_always_inline.
41840         * libio/bits/stdio2.h: Likewise.
41841         * libio/bits/stdio.h: Likewise.
41842         * string/string.h: Likewise.
41843         * string/bits/string3.h: Likewise.
41844         * include/stdio.h: Likewise.
41845         * stdlib/bits/stdlib.h: Likewise.
41846         * stdlib/stdlib.h: Likewise.
41847         * rt/bits/mqueue2.h: Likewise.
41848         * rt/mqueue.h: Likewise.
41849         * posix/bits/unistd.h: Likewise.
41850         * posix/unistd.h: Likewise.
41851         * io/bits/poll2.h: Likewise.
41852         * io/bits/fcntl2.h: Likewise.
41853         * io/fcntl.h: Likewise.
41854         * io/sys/poll.h: Likewise.
41855         * misc/bits/syslog.h: Likewise.
41856         * misc/bits/syslog-ldbl.h: Likewise.
41857         * misc/sys/syslog.h: Likewise.
41858         * socket/bits/socket2.h: Likewise.
41859         * socket/sys/socket.h: Likewise.
41860         * debug/tst-chk1.c: Likewise.
41861         * wcsmbs/bits/wchar2.h: Likewise.
41862         * wcsmbs/bits/wchar-ldbl.h: Likewise.
41863         * wcsmbs/wchar.h: Likewise.
41865 2012-04-29  Andreas Jaeger  <aj@suse.de>
41867         * Makerules (tests): Remove enable-check-abi protection.
41868         (check-abi-warn): Remove.
41869         (check-abi-%): Remove check-abi-warn usage.
41871         * configure.in: Remove check-abi configure option.
41872         * configure: Regenerated.
41873         * config.make.in (enable-check-abi): Remove.
41875 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
41877         [BZ #14033]
41878         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
41879         double functions to double *_finite functions.
41881         [BZ #13941]
41882         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
41883         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
41884         LDBL_MIN_EXP.
41885         * stdio-common/Makefile (tests): Add tst-sprintf3.
41886         * stdio-common/tst-sprintf3.c: New file.
41888         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
41889         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
41891 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
41893         * conform/conformtest.pl: Remove duplicate typed-constant
41894         handling.
41896 2012-04-28  David S. Miller  <davem@davemloft.net>
41898         * Makerules (%.abilist): Add vpath on sysdep_dirs.
41899         (check-abi-%): Remove AWK script prerequisite and explicit
41900         abilist directory.
41901         (check-abi): Rewrite to just diff the symlist with the abilist.
41902         (config-tls, config-abi-config): Delete, no longer used.
41903         (update-abi-%): Remove AWK script and explicit abilist directory.
41904         (update-abi): Rewrite to simply compare and conditionally copy the
41905         symlist and the sysdep abilist file.  Remove update-abi-config
41906         checks.
41907         * abilist/ld.abilist: Remove.
41908         * abilist/libBrokenLocale.abilist: Remove.
41909         * abilist/libanl.abilist: Remove.
41910         * abilist/libcrypt.abilist: Remove.
41911         * abilist/libdl.abilist: Remove.
41912         * abilist/librt.abilist: Remove.
41913         * abilist/libthread_db.abilist: Remove.
41914         * abilist/libutil.abilist: Remove.
41915         * scripts/extract-abilist.awk: Remove.
41916         * scripts/merge-abilist.awk: Remove.
41917         * sysdeps/generic/libcidn.abilist: New file.
41918         * sysdeps/generic/libnss_compat.abilist: New file.
41919         * sysdeps/generic/libnss_db.abilist: New file.
41920         * sysdeps/generic/libnss_dns.abilist: New file.
41921         * sysdeps/generic/libnss_files.abilist: New file.
41922         * sysdeps/generic/libnss_hesiod.abilist: New file.
41923         * sysdeps/generic/libnss_nis.abilist: New file.
41924         * sysdeps/generic/libnss_nisplus.abilist: New file.
41925         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
41926         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
41927         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
41928         file.
41929         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
41930         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
41931         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
41932         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
41933         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
41934         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
41935         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
41936         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
41937         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
41938         file.
41939         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
41940         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
41941         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
41942         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
41943         file.
41944         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
41945         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
41946         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
41947         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
41948         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
41949         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
41950         file.
41951         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
41952         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
41953         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
41954         file.
41955         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
41956         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
41957         New file.
41958         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
41959         New file.
41960         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
41961         New file.
41962         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
41963         New file.
41964         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
41965         New file.
41966         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
41967         New file.
41968         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
41969         New file.
41970         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
41971         New file.
41972         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
41973         New file.
41974         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
41975         New file.
41976         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
41977         New file.
41978         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
41979         New file.
41980         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
41981         New file.
41982         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
41983         file.
41984         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
41985         New file.
41986         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
41987         New file.
41988         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
41989         file.
41990         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
41991         New file.
41992         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
41993         New file.
41994         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
41995         file.
41996         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
41997         New file.
41998         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
41999         New file.
42000         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
42001         New file.
42002         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
42003         New file.
42004         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
42005         New file.
42006         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
42007         New file.
42008         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
42009         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
42010         file.
42011         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
42012         New file.
42013         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
42014         file.
42015         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
42016         file.
42017         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
42018         file.
42019         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
42020         file.
42021         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
42022         file.
42023         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
42024         New file.
42025         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
42026         file.
42027         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
42028         file.
42029         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
42030         New file.
42031         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
42032         file.
42033         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
42034         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
42035         file.
42036         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
42037         New file.
42038         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
42039         file.
42040         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
42041         file.
42042         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
42043         file.
42044         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
42045         file.
42046         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
42047         file.
42048         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
42049         New file.
42050         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
42051         file.
42052         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
42053         file.
42054         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
42055         New file.
42056         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
42057         file.
42058         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
42059         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
42060         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
42061         file.
42062         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
42063         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
42064         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
42065         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
42066         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
42067         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
42068         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
42069         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
42070         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
42071         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
42072         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
42073         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
42074         file.
42075         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
42076         New file.
42077         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
42078         file.
42079         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
42080         file.
42081         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
42082         file.
42083         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
42084         file.
42085         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
42086         file.
42087         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
42088         New file.
42089         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
42090         New file.
42091         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
42092         file.
42093         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
42094         New file.
42095         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
42096         file.
42097         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
42098         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
42099         file.
42100         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
42101         New file.
42102         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
42103         file.
42104         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
42105         file.
42106         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
42107         file.
42108         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
42109         file.
42110         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
42111         file.
42112         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
42113         New file.
42114         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
42115         New file.
42116         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
42117         file.
42118         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
42119         New file.
42120         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
42121         file.
42123 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
42125         * conform/conformtest.pl: Fix typo in handling typed-constant from
42126         allow-header.
42128 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
42130         * README: Cut down references to pre-2.6 Linux kernels and
42131         Linuxthreads.  Update lists of configurations in libc and ports
42132         and sort alphabetically.  Say "or newer" with Linux kernel version
42133         requirements.
42135         * config.h.in [IS_IN_build]: Allow compiling without optimization.
42137 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
42139         [BZ #887]
42140         * math/libm-test.inc (logb_test_downward): New test to expose
42141         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
42142         rounding mode.
42144 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
42146         [BZ #14027]
42147         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
42148         to be done.
42149         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
42150         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
42152 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
42154         * sysdeps/unix/i386/brk.S: Remove file.
42155         * sysdeps/unix/i386/dl-brk.S: Likewise.
42156         * sysdeps/unix/i386/pipe.S: Likewise.
42157         * sysdeps/unix/i386/sigreturn.S: Likewise.
42158         * sysdeps/unix/i386/syscall.S: Likewise.
42159         * sysdeps/unix/i386/vfork.S: Likewise.
42160         * sysdeps/unix/i386/wait.S: Likewise.
42162         * sysdeps/unix/common/tcsendbrk.c: Move to ...
42163         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
42165         * configure.in (arm*-none*): Do not allow without
42166         --enable-hacker-mode.
42167         (netbsd*): Remove case setting base_os.
42168         (386bsd*): Likewise.
42169         (freebsd*): Likewise.
42170         (bsdi*): Likewise.
42171         (osf*): Likewise.
42172         (sunos*): Likewise.
42173         (ultrix*): Likewise.
42174         (newsos*): Likewise.
42175         (dynix*): Likewise.
42176         (*bsd*): Likewise.
42177         (sysv*): Likewise.
42178         (isc*): Likewise.
42179         (esix*): Likewise.
42180         (sco*): Likewise.
42181         (minix*): Likewise.
42182         (irix4*): Likewise.
42183         (irix6*): Likewise.
42184         (solaris[2-9]*): Likewise.
42185         (none): Likewise.
42186         * configure: Regenerated.
42188 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42190         [BZ #11521]
42191         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
42192         overflow or cancellation in calculating denominator.
42193         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
42194         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
42195         down expression to avoid unexpected rounding in newer GCCs.
42196         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
42198 2012-04-26  David S. Miller  <davem@davemloft.net>
42200         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
42201         long-double compat symbols.
42202         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
42203         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
42204         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
42205         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
42206         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
42207         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
42208         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
42209         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
42210         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
42211         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
42212         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
42213         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
42214         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
42216 2012-04-25  David S. Miller  <davem@davemloft.net>
42218         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
42219         HWCAP_* values only after the memory barriers have been defined.
42220         (atomic_full_barrier): Define.
42221         (atomic_read_barrier): Define.
42222         (atomic_write_barrier): Define.
42224 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
42226         * shlib-versions: Add libgcc_s version information.
42227         * sysdeps/generic/libgcc_s.h: Remove.
42228         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
42229         libgcc_s.h.
42230         * sysdeps/gnu/unwind-resume.c: Likewise.
42231         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
42233 2012-04-25  David S. Miller  <davem@davemloft.net>
42235         * sysdeps/unix/sparc/brk.S: Delete.
42236         * sysdeps/unix/sparc/dl-brk.S: Delete.
42237         * sysdeps/unix/sparc/pipe.S: Delete.
42238         * sysdeps/unix/sparc/sysdep.S: Delete.
42239         * sysdeps/unix/sparc/sysdep.h: Delete.
42240         * sysdeps/unix/sparc/vfork.S: Delete.
42241         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
42242         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
42243         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
42244         (ret_ERRVAL, r0, r1, MOVE): Define.
42245         (JUMPTARGET): Remove.
42246         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
42247         sysdeps/unix/sparc/sysdep.h
42248         (ENTRY, END): Remove.
42249         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42251 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
42253         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
42254         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
42255         -DIS_IN_build.
42257         * timezone/README: Update upstream location and email address for
42258         tzcode and tzdata.
42259         * timezone/zdump.c: Update from tzcode 2012b.
42260         * timezone/zic.c: Likewise.
42262         * configure.in (libc_cv_as_needed): Remove test.
42263         * configure: Regenerated.
42264         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
42265         conditional definition.
42266         [$(have-as-needed) != yes] (no-as-needed): Likewise.
42267         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
42268         * config.make.in (have-as-needed): Remove variable.
42270 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
42271             Paul Pluzhnikov  <ppluzhnikov@google.com>
42273         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
42274         strings correctly.
42276 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
42278         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
42279         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
42280         * sysdeps/sh/strlen.S: Likewise.
42282 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42284         * sysdeps/unix/fork.S: Remove file.
42285         * sysdeps/unix/i386/fork.S: Likewise.
42286         * sysdeps/unix/sparc/fork.S: Likewise.
42288         * sysdeps/unix/system.c: Remove file.
42289         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
42291         * sysdeps/unix/getegid.S: Remove file.
42292         * sysdeps/unix/geteuid.S: Likewise.
42294 2012-04-24  Roland McGrath  <roland@hack.frob.com>
42296         * scripts/check-localplt.awk: New file.
42297         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
42298         of diff.
42299         * scripts/data/localplt-generic.data: Add a comment.
42301         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
42302         NODE when __dir_mkfile failed.
42303         * sysdeps/mach/hurd/symlinkat.c: Likewise.
42304         Reported by Ludovic Courtès <ludo@gnu.org>.
42306 2012-04-24  Andreas Jaeger  <aj@suse.de>
42308         * Makerules (common-clean): Also remove gen-as-const-headers
42309         files.
42311 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42313         * Makerules (native-compile): Do not change working directory for
42314         build.  Use $(OUTPUT_OPTION) in command.
42315         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
42317 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42319         [BZ #13886]
42320         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
42321         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
42322         * math/libm-test.inc (floor_test): Add more tests.
42323         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
42325 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42327         * sysdeps/unix/getdents.c: Remove file.
42328         * sysdeps/unix/sysv/getdents.c: Likewise.
42329         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
42331         * sysdeps/unix/syscalls.list (madvise): Add syscall from
42332         sysdeps/unix/mman/syscalls.list.
42333         (mmap): Likewise.
42334         (mprotect): Likewise.
42335         (msync): Likewise.
42336         (munmap): Likewise.
42337         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
42338         * sysdeps/unix/mman/syscalls.list: Remove.
42339         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
42341         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
42342         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
42343         * configure: Regenerated.
42344         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
42345         $(libgcc_s_suffix).
42346         * config.make.in (libgcc_s_suffix): Remove variable.
42348 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
42350         * sysdeps/unix/sysv/gethostname.c: Move to ...
42351         * sysdeps/posix/gethostname.c: ... here.
42353         * sysdeps/unix/execve.S: Remove file.
42355         * sysdeps/unix/_exit.S: Remove file.
42357 2012-04-23  Andreas Jaeger  <aj@suse.de>
42359         [BZ #13739]
42360         * manual/Makefile: Remove make dist support, there's no
42361         need for a stand-alone documentation tar ball.
42362         (TEXI2DVI): Define always, it's not in Makeconfig.
42363         (dist): Removed.
42364         (tar-it): Removed.
42365         (edition): Removed.
42366         (glibc-doc-$(edition).tar): Removed
42367         (%.Z): Removed.
42368         (%.gz): Removed.
42369         (%.uu): Removed.
42370         (ETAGS): Remove, it's in Makeconfig.
42371         (move-if-change): Remove, it's in Makeconfig.
42373 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
42375         [BZ #13970]
42376         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
42377         (strtod, strtof, strtold, strtol, strtoul, strtoq)
42378         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
42379         (strtod_l, strtof_l, strtold_l): Remove __wur.
42380         It is not necessarily an error to ignore strtol's return value.
42381         One can reliably look at the stored endptr to decide whether
42382         the number had valid syntax.
42384 2012-04-21  Andreas Jaeger  <aj@suse.de>
42386         [BZ #13739]
42387         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
42389 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
42391         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
42392         * sysdeps/unix/sysv/Versions: Remove file.
42394 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
42396         [BZ #13927]
42397         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42399 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
42401         [BZ #7064]
42402         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
42403         version from __vm86.
42405 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
42407         * sysdeps/unix/common/lxstat.c: Remove file.
42408         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
42410         * sysdeps/unix/sysv/Makefile: Remove file.
42412         * sysdeps/unix/sysv/direct.h: Remove file.
42414         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
42415         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
42416         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
42417         * sysdeps/unix/sysv/bits/signum.h: Likewise.
42418         * sysdeps/unix/sysv/bits/stat.h: Likewise.
42419         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
42420         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
42422         * sysdeps/unix/sysv/setrlimit.c: Remove file.
42424         * sysdeps/unix/xmknod.c: Remove file.
42425         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
42427         * sysdeps/unix/sysv/settimeofday.c: Remove file.
42429         * sysdeps/unix/sysv/i386/time.S: Remove file.
42431         * sysdeps/unix/fxstat.c: Remove file.
42432         * sysdeps/unix/xstat.c: Likewise.
42433         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
42435         * sysdeps/unix/sysv/sigaction.c: Remove file.
42437         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
42438         (sysdep_headers): Remove variable.
42439         [termio.h not in sysdep_headers] (generated): Likewise.
42440         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
42441         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
42442         * sysdeps/unix/sysv/tcdrain.c: Likewise.
42443         * sysdeps/unix/sysv/tcflow.c: Likewise.
42444         * sysdeps/unix/sysv/tcflush.c: Likewise.
42445         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
42446         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
42447         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
42448         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
42449         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
42451         * sysdeps/unix/siglist.c: Remove file.
42453         * sysdeps/unix/getppid.S: Remove file.
42455         * sysdeps/unix/mkdir.c: Remove file.
42456         * sysdeps/unix/rmdir.c: Likewise.
42458 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
42460         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
42461         ERR_MAX value.
42462         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
42463         errlist-compat value.
42465 2012-04-18  David S. Miller  <davem@davemloft.net>
42467         * sysdeps/generic/memcopy.h (reg_char): Delete.
42468         * debug/strcat_chk.c: Use char, not reg_char.
42469         * debug/strcpy_chk.c: Likewise.
42470         * debug/strncat_chk.c: Likewise.
42471         * debug/strncpy_chk.c: Likewise.
42472         * string/memchr.c: Likewise.
42473         * string/memrchr.c: Likewise.
42474         * string/rawmemchr.c: Likewise.
42475         * string/strcat.c: Likewise.
42476         * string/strchr.c: Likewise.
42477         * string/strchrnul.c: Likewise.
42478         * string/strcmp.c: Likewise.
42479         * string/strcpy.c: Likewise.
42480         * string/strncat.c: Likewise.
42481         * string/strncmp.c: Likewise.
42482         * string/strncpy.c: Likewise.
42484 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42486         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
42487         __builtin_memcopy is called when src and dest ranges are known to not
42488         overlap.
42490 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42492         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
42493         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
42494         fwd_align_merge macro call.
42495         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
42496         bwd_align_merge macro call.
42497         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42499 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42501         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
42502         bwd_align_merge macros.
42503         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
42504         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
42505         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42507 2012-04-18  David S. Miller  <davem@davemloft.net>
42509         * sysdeps/sparc/sparc64/memcopy.h: Delete.
42511 2012-04-18  Andreas Jaeger  <aj@suse.de>
42513         [BZ# 6794]
42514         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
42515         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
42516         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42518         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
42519         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
42520         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42522         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
42523         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
42524         Adjust for changed ldbl-128 files.
42526         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
42527         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
42528         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42530 2012-04-17  David S. Miller  <davem@davemloft.net>
42532         * sysdeps/sparc/sparc32/memcopy.h: Delete.
42534 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
42536         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
42537         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
42538         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
42539         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
42540         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
42541         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
42543 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42545         [BZ #6794]
42546         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
42547         * math/libm-test.inc: Add ilogb errno and exception tests.
42548         * math/w_ilogb.c: New file: ilogb wrapper.
42549         * math/w_ilogbf.c: New file: ilogbf wrapper.
42550         * math/w_ilogbl.c: New file: ilogbl wrapper.
42551         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
42552         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
42553         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
42554         exception being thrown with 0.0 as argument.
42555         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
42556         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
42557         exception being thrown with 0.0 as argument.
42558         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
42559         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42560         exception being thrown with 0.0 as argument.
42561         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
42562         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42563         exception being thrown with 0.0 as argument.
42564         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
42565         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
42566         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
42567         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
42568         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
42569         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
42570         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
42571         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
42572         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
42574 2012-04-17  Petr Baudis  <pasky@ucw.cz>
42576         * include/sys/uio.h: Change __vector to __iovec to avoid clash
42577         with altivec.
42579 2012-04-16  Marek Polacek  <polacek@redhat.com>
42581         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
42583 2012-04-16  Marek Polacek  <polacek@redhat.com>
42585         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
42586         operands of fdivp instruction.
42588 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42590         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
42591         * elf/tst-auditmod3b.c: Likewise.
42592         * elf/tst-auditmod4b.c: Likewise.
42593         * elf/tst-auditmod5b.c: Likewise.
42594         * elf/tst-auditmod6b.c: Likewise.
42595         * elf/tst-auditmod6c.c: Likewise.
42596         * elf/tst-auditmod7b.c: Likewise.
42597         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
42598         * sysdeps/x86_64/preconfigure.in: Likewise.
42599         * sysdeps/x86_64/preconfigure: Regenerated.
42601 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42603         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
42604         __ILP32__.
42606 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
42608         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
42609         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
42611 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
42613         [BZ #13973]
42614         * locale/iso-639.def: Fix gl language name. Spotted by
42615         Yaron Shahrabani.
42617 2012-04-12  Roland McGrath  <roland@hack.frob.com>
42619         [BZ #2074]
42620         * libio/libio.h (__io_write_fn): Update comment.
42622 2012-04-12  Petr Baudis  <pasky@ucw.cz>
42624         [BZ #2074]
42625         * stdio.texi (Hook Functions): The user provided writer function
42626         is not allowed to return -1.
42628 2012-04-11  David S. Miller  <davem@davemloft.net>
42630         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42632 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
42634         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
42635         Add a leading slash to rtkaio.
42637 2012-04-11  Jim Meyering  <meyering@redhat.com>
42639         [BZ #11959]
42640         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
42641         It is not necessarily an error to ignore fwrite's return
42642         value.  One can reliably use ferror to test for errors after
42643         the fact.
42645 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
42647         * bits/types.h (__snseconds_t): New type.
42648         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
42650         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
42651         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42652         (__SNSECONDS_T_TYPE): Likewise.
42653         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42654         (__SNSECONDS_T_TYPE): Likewise.
42655         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42656         (__SNSECONDS_T_TYPE): Likewise.
42658 2012-04-10  Andreas Jaeger  <aj@suse.de>
42660         [BZ #2636]
42661         * manual/time.texi (Processor Time): Return type of times is
42662         elapsed real time since an arbitrary point in the past.
42663         (CPU Time): Move CLK_TCK from here...
42664         (Processor Time): ...to here.  Correct description.
42665         * manual/conf.texi (Constants for Sysconf): Correct description of
42666         _SC_CLK_TCK.
42668 2012-04-10  David S. Miller  <davem@davemloft.net>
42670         [BZ #13967]
42671         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
42672         where the is a gap between DT_REL(A) and DT_JMPREL.
42674 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
42676         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
42677         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
42678         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
42680 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
42682         * elf/dl-support.c (_dl_inhibit_cache): New variable.
42683         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
42684         (dl_main): Handle --inhibit-cache.
42685         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
42686         _dl_inhibit_cache.
42687         * elf/dl-load.c (_dl_map_object): Use it.
42688         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
42690 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
42692         [BZ #13872]
42693         * sysdeps/i386/fpu/e_powl.S (p78): New object.
42694         (__ieee754_powl): Saturate large exponents rather than testing for
42695         overflow of y*log2(x).
42696         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
42697         * math/libm-test.inc (pow_test): Do not permit spurious overflow
42698         exceptions.
42700         [BZ #11521]
42701         * math/s_ctan.c: Include <float.h>.
42702         (__ctan): Avoid internal overflow or cancellation in calculating
42703         denominator.
42704         * math/s_ctanf.c: Likewise.
42705         * math/s_ctanl.c: Likewise.
42706         * math/s_ctanh.c: Likewise.
42707         * math/s_ctanhf.c: Likewise.
42708         * math/s_ctanhl.c: Likewise.
42709         * math/libm-test.inc (ctan_test): Add more tests.
42710         (ctanh_test): Likewise.
42711         * sysdeps/i386/fpu/libm-test-ulps: Update.
42712         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42714 2012-04-09  Andreas Jaeger  <aj@suse.de>
42716         [BZ #6894]
42717         * manual/filesys.texi (Directory Entries): Mention that d_namlen
42718         is an optional BSD extension.
42720         [BZ #10254]
42721         * manual/stdio.texi (Opening Streams): Document additional fopen
42722         parameters.
42724 2012-04-09  Roland McGrath  <roland@hack.frob.com>
42726         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
42727         %eax without telling the compiler.
42729 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
42731         [BZ # 13963]
42732         * manual/install.texi: Use sourceware.org.
42734 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
42736         [BZ #13873]
42737         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
42738         (__ieee754_pow): Generate overflow and underflow using huge*huge
42739         and tiny*tiny rather than just returning constant infinity or zero
42740         for large exponents.
42741         * math/libm-test.inc (pow_test): Require overflow exceptions for
42742         applicable cases of large exponents.
42744         [BZ #706]
42745         * sysdeps/i386/fpu/e_pow.S (p10): New object.
42746         (__ieee754_pow): Use iterative multiplication algorithm only for
42747         integer exponents with absolute value below 1024.  Check for odd
42748         integer exponents when using algorithm for real exponents.
42749         * math/libm-test.inc (pow_test): Add more tests.
42750         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42752 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
42754         [BZ #13705]
42755         * math/libm-test.inc (exp_test): Do not allow overflow exception
42756         on underflow test.
42758 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
42760         [BZ #13705]
42761         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
42762         instead of __kernel_standard_f.
42764 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
42766         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
42767         * sysdeps/x86_64/memset_chk.S: Likewise.
42769 2012-04-08  Andreas Jaeger  <aj@suse.de>
42771         [BZ #10153]
42772         * manual/startup.texi (Environment Access): Describe return value
42773         for putenv and setenv.
42775         [BZ #6895]
42776         * manual/filesys.texi (Directory Entries): Add description for
42777         DT_LNK.
42779         [BZ #6890]
42780         * manual/filesys.texi (Directory Entries): Clarify that it's file
42781         system not operating system in the description of DT_UNKNOWN.
42783         [BZ #6578]
42784         * manual/syslog.texi (closelog): Fix reference, it's openlog.
42786 2012-04-08  Stephen Compall  <s11@member.fsf.org>
42788         [BZ #6649]
42789         * manual/llio.texi (Opening and Closing Files): Add cross
42790         reference to explain mode argument.
42792 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
42794         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
42795         * sysdeps/x86_64/memset_chk.S: Likewise.
42797 2012-04-07  David S. Miller  <davem@davemloft.net>
42799         * elf/elf.h (R_SPARC_WDISP10): Define.
42800         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
42801         R_SPARC_SIZE32.
42802         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
42803         R_SPARC_SIZE64 and R_SPARC_H34.
42805 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
42807         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
42808         conditions and remove no longer applicable assertion.
42810 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
42812         * bits/byteswap.h: Include <features.h>.
42813         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
42814         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
42816 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
42818         * bits/byteswap.h (__bswap_16): Removed.
42819         Include <bits/byteswap-16.h> to get __bswap_16.
42820         * sysdeps/i386/bits/byteswap.h: Likewise.
42821         * sysdeps/s390/bits/byteswap.h: Likewise.
42822         * sysdeps/x86_64/bits/byteswap.h: Likewise.
42823         * bits/byteswap-16.h: New file.
42824         * sysdeps/i386/bits/byteswap-16.h: Likewise.
42825         * sysdeps/s390/bits/byteswap-16.h: Likewise.
42826         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
42827         * string/Makefile (headers): Add bits/byteswap-16.h.
42829 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
42831         [BZ #13895]
42832         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
42833         extra indirection.
42834         * nss/Makefile (tests-static, tests): Add tst-nss-static.
42835         * nss/tst-nss-static.c: New.
42837 2012-04-06  Robert Millan  <rmh@gnu.org>
42839         [BZ #6486]
42840         * manual/llio.texi (File Position Primitive): lseek
42841         refers to WHENCE when it really means OFFSET.
42843 2012-04-06  Andreas Jaeger  <aj@suse.de>
42845         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
42846         strncmp declarations.
42848         * abilist/libc.abilist: Add __poll and __ppoll.
42850 2012-04-05  David S. Miller  <davem@davemloft.net>
42852         * scripts/check-local-headers.sh: Accept a host triplet in the
42853         path matched by the exclude regexp.
42855         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
42856         definition.
42857         * sysdeps/powerpc/powerpc32/dl-machine.h
42858         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
42859         * sysdeps/s390/s390-32/dl-machine.h
42860         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42861         * sysdeps/sparc/sparc32/dl-machine.h
42862         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42863         * sysdeps/sparc/sparc64/dl-machine.h
42864         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42866         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
42867         lazy binding.
42868         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
42869         undefined symbol errors.
42871         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
42872         DT_NEEDED entries.
42874 2012-04-05  Michael Matz  <matz@suse.de>
42876         [BZ #13592]
42877         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
42879 2012-04-05  Andreas Jaeger  <aj@suse.de>
42881         [BZ #13908]
42882         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
42883         comment.
42885 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42887         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
42888         which ROUND is no valid rounding mode.
42890 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42892         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
42893         read again.
42894         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
42896 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42898         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
42899         an exception using FPU order intentionally.
42901 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42903         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
42904         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
42905         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
42906         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
42908 2012-04-05  Simon Josefsson  <simon@josefsson.org>
42910         [BZ #12340]
42911         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
42912         EINVAL when BUFLEN is too smal.
42914 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
42916         [BZ #13553]
42917         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
42918         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
42920 2012-04-03  Andreas Jaeger  <aj@suse.de>
42922         [BZ #13938]
42923         * manual/setjmp.texi (System V contexts): Fix sentence.
42925         [BZ #13926]
42926         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
42927         New macro for this case.
42928         [!__GNUC__] (__bswap_64): New inline function for this case.
42929         * sysdeps/x86_64/bits/byteswap.h: Likewise.
42930         * bits/byteswap.h: Likewise.
42931         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
42932         ull, guard with __GLIBC_HAVE_LONG_LONG.
42934         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
42935         __GLIBC_HAVE_LONG_LONG.
42937         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
42938         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
42940 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
42942         [BZ #13691]
42943         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
42944         inptr and inend, rather than using last_ch.
42946 2012-04-02  David S. Miller  <davem@davemloft.net>
42948         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
42949         * stdio-common/printf-parse.h (read_int): Change return type to
42950         'int', return -1 on INT_MAX overflow.
42951         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
42952         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
42953         overflows INT_MAX.  Check for overflow of in-format-string precision
42954         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
42955         SIZE_MAX not INT_MAX for integer overflow test.
42956         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
42957         skip the construct in the format string but do not record anything.
42958         * stdio-common/bug22.c: Adjust to test both width/prevision
42959         INT_MAX overflow as well as total length INT_MAX overflow.  Check
42960         explicitly for proper errno values.
42962 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
42964         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
42965         CHAR_MAX.
42966         * string/test-strcmp.c [! WIDE]: Likewise.
42967         * time/tst-mktime2.c: Likewise for INT_MAX.
42968         * string/test-string.h: #include <sys/param.h> for MIN.
42970         * csu/init-first.c (__libc_init_first): Call __ctype_init.
42971         * sysdeps/i386/init-first.c (init): Likewise.
42972         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
42973         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
42974         * sysdeps/sh/init-first.c (init): Likewise.
42976 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
42978         * po/ru.po: Update from translation team.
42979         * po/vi.po: Likewise.
42981 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
42983         * resolv/nss_dns/dns-host.c: Merge copyright years.
42985 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42987         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
42988         Optimize memcpy with prefetch if
42989         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
42990         src, dst pointers have unequal 16 byte alignments.
42992 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
42994         [BZ #13928]
42995         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
42996         from a CNAME entry and return the minimum ttl for the query.
42997         (gaih_getanswer_slice): Likewise.
42999 2012-03-30  Jeff Law  <law@redhat.com>
43001         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
43002         due to long keys.
43003         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
43004         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
43006         * resolv/nss_dns/dns-host.c: Update copyright year.
43008 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
43010         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
43011         requests to save a system call.  Fix check that all bytes are sent.
43013         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
43014         comments for sendmmsg.
43016 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
43018         [BZ #13691]
43019         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
43020         with only 1 character between 0x0041 and 0x01b0.
43021         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
43022         * wcsmbs/tst-mbsnrtowcs.c: New file.
43024 2012-03-29  David S. Miller  <davem@davemloft.net>
43026         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
43027         small copies by hand.
43029 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
43031         [BZ #13761]
43032         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
43033         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
43034         group memberships.
43036 2012-03-28  David S. Miller  <davem@davemloft.net>
43038         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
43039         that branches into memcpy.
43040         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
43041         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
43042         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
43043         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
43044         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
43045         bits.
43046         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
43047         implementation too.
43048         * sysdeps/sparc/mempcpy.S: New file.
43050         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
43051         the IFUNC routine in the libc case.
43052         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
43054         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
43055         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
43056         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
43057         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
43058         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
43059         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
43060         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
43061         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
43063         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
43064         loop to 256 bytes instead of 64 bytes and fix test signedness.
43066         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
43067         * sysdeps/sparc/sparc32/Makefile: rather than here...
43068         * sysdeps/sparc/sparc64/Makefile: and here.
43070 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
43072         * malloc/mallocbug.c: Avoid warnings about unused variables.
43074 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
43076         [BZ #13760]
43077         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
43078         in the right place. Discard and retry query if response is
43079         larger than input buffer size.
43081 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
43083         [BZ #369]
43084         [BZ #2678]
43085         [BZ #3866]
43086         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
43087         x for large integer exponent.
43088         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
43089         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
43090         sign of result as needed afterwards.
43091         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
43092         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
43093         result for underflowing pow the same as for overflow.
43094         (__kernel_standard_l): Handle powl overflow and underflow here
43095         rather than calling __kernel_standard.
43096         * math/libm-test.inc (pow_test): Add more tests.
43098         [BZ #3868]
43099         [BZ #13879]
43100         [BZ #13910]
43101         [BZ #13911]
43102         [BZ #13912]
43103         [BZ #13913]
43104         [BZ #13915]
43105         [BZ #13916]
43106         [BZ #13917]
43107         [BZ #13918]
43108         [BZ #13919]
43109         [BZ #13920]
43110         [BZ #13921]
43111         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
43112         * sysdeps/ieee754/k_standard.c: Include <float.h>.
43113         (__kernel_standard_l): New function.
43114         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
43115         __kernel_standard.
43116         * math/w_acosl.c (__acosl): Likewise.
43117         * math/w_asinl.c (__asinl): Likewise.
43118         * math/w_atan2l.c (__atan2l): Likewise.
43119         * math/w_atanhl.c (__atanhl): Likewise.
43120         * math/w_coshl.c (__coshl): Likewise.
43121         * math/w_exp10l.c (__exp10l): Likewise.
43122         * math/w_exp2l.c (__exp2l): Likewise.
43123         * math/w_fmodl.c (__fmodl): Likewise.
43124         * math/w_hypotl.c (__hypotl): Likewise.
43125         * math/w_j0l.c (__j0l, __y0l): Likewise.
43126         * math/w_j1l.c (__j1l, __y1l): Likewise.
43127         * math/w_jnl.c (__jnl, __ynl): Likewise.
43128         * math/w_lgammal.c (__lgammal): Likewise.
43129         * math/w_log10l.c (__log10l): Likewise.
43130         * math/w_log2l.c (__log2l): Likewise.
43131         * math/w_logl.c (__logl): Likewise.
43132         * math/w_powl.c (__powl): Likewise.
43133         * math/w_remainderl.c (__remainderl): Likewise.
43134         * math/w_scalbl.c (sysv_scalbl): Likewise.
43135         * math/w_sinhl.c (__sinhl): Likewise.
43136         * math/w_sqrtl.c (__sqrtl): Likewise.
43137         * math/w_tgammal.c (__tgammal): Likewise.
43138         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
43139         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
43140         * math/libm-test.inc (acos_test): Add more tests.
43141         (acosh_test): Likewise.
43142         (asin_test): Likewise.
43143         (atanh_test): Likewise.
43144         (exp_test): Likewise.
43145         (exp10_test): Likewise.
43146         (exp2_test): Likewise.
43147         (expm1_test): Likewise.
43148         (lgamma_test): Likewise.
43149         (log_test): Likewise.
43150         (log10_test): Likewise.
43151         (log1p_test): Likewise.
43152         (log2_test): Likewise.
43153         (pow_test): Do not allow some spurious overflow exceptions.
43154         (sqrt_test): Add more tests.
43155         (tgamma_test): Likewise.
43156         (y0_test): Likewise.
43157         (y1_test): Likewise.
43158         (yn_test): Likewise.
43160 2012-03-27  Anton Blanchard  <anton@samba.org>
43162         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
43163         MAP_HUGETLB.
43164         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
43165         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
43166         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
43168 2012-03-27  David S. Miller  <davem@davemloft.net>
43170         * conform/Makefile: Run run-conformtest.sh using $(BASH).
43172         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
43173         have-as-vis3 check.
43175 2012-03-27  Andreas Jaeger  <aj@suse.de>
43177         * sysdeps/x86_64/elf/configure.in: Moved to ...
43178         * sysdeps/x86_64/configure.in: ... here.
43179         * sysdeps/x86_64/elf/start.S: Moved to ...
43180         * sysdeps/x86_64/start.S: ... here.
43181         * sysdeps/x86_64/elf/configure: Delete.
43183         * sysdeps/x86_64/configure.in: Merge contents from
43184         sysdeps/i386/configure.in (without i686 check).
43186         * sysdeps/i386/elf/Versions: Merge into ...
43187         * sysdeps/i386/Versions: ... this.
43188         * sysdeps/i386/elf/Versions: Delete file.
43189         * sysdeps/i386/elf/start.S: Moved to ...
43190         * sysdeps/i386/start.S: ...here.
43191         * sysdeps/i386/elf/configure.in: Merge into...
43192         * sysdeps/i386/configure.in: ...here.
43193         * sysdeps/i386/elf/configure.in: Delete file.
43194         * sysdeps/i386/elf/configure: Delete file.
43196         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
43197         * debug/backtracesyms.c: ... here.
43198         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
43199         * debug/backtracesymsfd.c: ... here.
43200         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
43201         * sysdeps/generic/ifunc-sel.h: ... here.
43203         * sysdeps/unix/i386/start.c: Delete file.
43204         * sysdeps/unix/sparc/start.c: Delete file.
43205         * sysdeps/unix/start.c: Delete file.
43207         * sysdeps/sh/elf/configure.in: Moved to ...
43208         * sysdeps/sh/configure.in: ... here.
43209         * sysdeps/sh/elf/start.S: Moved to ...
43210         * sysdeps/sh/start.S: ... here.
43211         * sysdeps/sh/elf/configure: Delete file.
43213         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
43214         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
43215         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
43216         * sysdeps/powerpc/powerpc64/entry.h: ... here.
43217         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
43218         * sysdeps/powerpc/powerpc64/start.S: here.
43219         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
43220         * sysdeps/powerpc/powerpc64/Makefile: ... this.
43221         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
43222         * sysdeps/powerpc/powerpc64/configure.in: ... this.
43223         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
43225         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
43226         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
43227         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
43228         * sysdeps/powerpc/powerpc32/start.S: ... here.
43229         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
43230         * sysdeps/powerpc/powerpc32/configure.in: ... this.
43231         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
43233         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
43234         * sysdeps/powerpc/ifunc-sel.h: ... here.
43235         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
43236         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
43238         * sysdeps/sparc/elf/configure.in: Moved to ...
43239         * sysdeps/sparc/configure.in: ... here.
43240         * sysdeps/sparc/elf/configure: Delete file.
43241         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
43242         * sysdeps/sparc/sparc32/start.S: ... here.
43243         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
43244         * sysdeps/sparc/sparc64/start.S: ... here.
43245         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
43246         * sysdeps/sparc/sparc32/Makefile: ... this.
43247         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
43248         * sysdeps/sparc/sparc64/Makefile: ... this.
43250         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
43251         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
43252         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
43253         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
43254         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
43255         * sysdeps/s390/s390-32/setjmp.S: ... here.
43256         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
43257         * sysdeps/s390/s390-32/configure.in: ... here.
43258         * sysdeps/s390/s390-32/elf/configure: Delete file.
43259         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
43260         * sysdeps/s390/s390-32/start.S: ... here.
43262         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
43263         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
43264         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
43265         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
43266         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
43267         * sysdeps/s390/s390-64/setjmp.S: ... here.
43268         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
43269         * sysdeps/s390/s390-64/configure.in: ... here
43270         * sysdeps/s390/s390-64/elf/configure: Delete file.
43271         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
43272         * sysdeps/s390/s390-64/start.S: ... here.
43273         * sysdeps/s390/s390-64/elf/configure: Delete.
43275         * configure.in: Remove support for elf directories in sysdeps.
43277         * configure: Regenerated.
43278         * sysdeps/i386/configure: Regenerated.
43279         * sysdeps/powerpc/powerpc32/configure: Regenerated.
43280         * sysdeps/powerpc/powerpc64/configure: Regenerated.
43281         * sysdeps/s390/s390-32/configure: Regenerated.
43282         * sysdeps/s390/s390-64/configure: Regenerated.
43283         * sysdeps/sh/configure: Regenerated.
43284         * sysdeps/sparc/configure: Regenerated.
43285         * sysdeps/x86_64/configure: Regenerated.
43287 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
43289         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43291         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
43292         denormal result into account.
43294 2012-03-25  Roland McGrath  <roland@hack.frob.com>
43296         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
43297         Reported by Allan McRae <allan@archlinux.org>.
43299 2012-03-23  Jeff Law  <law@redhat.com>
43301         * nss/getnssent.c (__nss_getent): Fix typo.
43303 2012-03-23  David S. Miller  <davem@davemloft.net>
43305         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43307 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
43309         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
43310         to pad to uint64_t for each field.
43311         (dl_tls_index): Replace unsigned long with uint64_t.
43313 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
43314         Paul Pluzhnikov  <ppluzhnikov@google.com>
43316         [BZ #6528]
43317         * grp/Makefile (otherlibs): Don't set it.
43318         * inet/Makefile (otherlibs): Likewise.
43319         * login/Makefile (otherlibs): Likewise.
43320         * nscd/Makefile (otherlibs): Likewise.
43321         * posix/Makefile (otherlibs): Likewise.
43322         * pwd/Makefile (otherlibs): Likewise.
43323         * rt/Makefile (otherlibs): Likewise.
43324         * sunrpc/Makefile (otherlibs): Likewise.
43325         * nss/Makefile (otherlibs): Likewise.
43326         Add libnss_files to routines and static-only-routines.
43327         ($(objpfx)getent): Remove rule.
43328         * resolv/Makefile: Add libnss_dns and libresolv to routines and
43329         static-only-routines.
43331 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43333         [BZ #13892]
43334         * math/s_cexp.c: Include <float.h>.
43335         (__cexp): Handle exp result overflowing not necessarily
43336         overflowing both real and imaginary parts of result.
43337         * math/s_cexpf.c: Likewise.
43338         * math/s_cexpl.c: Likewise.
43339         * math/libm-test.inc (cexp_test): Add more tests.
43340         * sysdeps/i386/fpu/libm-test-ulps: Update.
43341         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43343 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43345         * include/link.h (ELFW): New macro.
43346         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
43347         Replace ELF64_R_TYPE with ELFW(R_TYPE).
43349 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43351         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
43352         with uint64_t.
43354 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43356         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
43357         declaration.
43358         (struct La_x32_retval): Likewise.
43360 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43362         * sysdeps/x86_64/preconfigure.in: New file.
43363         * sysdeps/x86_64/preconfigure: New generated file.
43365 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43367         [BZ #13824]
43368         * math/e_exp2l.c: Include <float.h>.
43369         (__ieee754_exp2l): Handle overflow and underflow cases
43370         separately.  Only pass fractional part of argument to
43371         __ieee754_expl.
43372         * math/libm-test.inc (exp2_test): Add more tests.
43374         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
43375         negating x to take absolute value.
43376         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
43377         Likewise.
43378         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
43379         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
43380         Likewise.
43381         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
43382         computing low part if x was negated.
43383         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
43385 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43387         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
43388         la_x32_gnu_pltexit.
43389         (pltexit): Cast int_retval to ptrdiff_t.
43390         * elf/tst-auditmod3b.c: Likewise.
43391         * elf/tst-auditmod4b.c: Likewise.
43392         * elf/tst-auditmod5b.c: Likewise.
43393         * elf/tst-auditmod6b.c: Likewise.
43394         * elf/tst-auditmod6c.c: Likewise.
43395         * elf/tst-auditmod7b.c: Likewise.
43397         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
43398         and x32_gnu_pltexit.
43400         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
43401         __ELF_NATIVE_CLASS.
43402         (La_x32_regs): New macro.
43403         (La_x32_retval): Likewise.
43404         (la_x32_gnu_pltenter): New function prototype.
43405         (la_x32_gnu_pltexit): Likewise.
43407 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
43409         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
43410         exponent.
43412         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43414         * configure.in (libc_cv_cc_nofma): Check for option to disable
43415         generation of FMA instructions.
43416         * configure: Regenerate.
43417         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
43418         * sysdeps/ieee754/dbl-64/Makefile: New file.
43419         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
43420         Remove brandred-fma4.
43421         (CFLAGS-brandred-fma4.c): Remove.
43422         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
43423         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
43424         define.
43425         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
43426         define.
43428 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43430         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
43431         LLONG_MAX != LONG_MAX.
43432         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43433         (_fitoa_word): Likewise.
43434         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
43435         LLONG_MAX != LONG_MAX.
43436         * stdio-common/_itowa.h: Include <_itoa.h>.
43437         (_itowa_word): Use _ITOA_WORD_TYPE on value.
43438         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
43439         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
43440         only if not defined.
43441         (_ITOA_WORD_TYPE): Likewise.
43442         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43443         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
43445 2012-03-21  David S. Miller  <davem@davemloft.net>
43447         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43449 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43451         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
43452         of x86_64 when setting libc_cv_slibdir, libdir and
43453         libc_cv_localedir.
43454         * sysdeps/unix/sysv/linux/configure: Regenerated.
43456 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43458         * manual/lang.texi (Old Varargs): Remove section.
43459         (How Variadic): Update menu.
43460         (va_start): Do not mention varargs.h.
43462 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43463             Joseph Myers  <joseph@codesourcery.com>
43465         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
43466         link test.
43467         * configure: Regenerated.
43469 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43471         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
43472         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
43473         conformtest.pl
43475 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43477         * NOTES: Remove.
43478         * Makefile (files-for-dist): Remove NOTES.
43479         (NOTES): Remove rule.
43480         * README: Don't refer to NOTES.
43481         * manual/creature.texi: Don't include macros.texi.
43482         * manual/intro.texi (creature.texi): Remove comment referring to
43483         NOTES.
43485         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
43486         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
43487         * configure: Regenerated.
43488         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
43489         LIBC_TRY_CC_OPTION.
43490         (libc_cv_as_i686): Likewise.
43491         (libc_cv_cc_avx): Likewise.
43492         (libc_cv_cc_sse2avx): Likewise.
43493         (libc_cv_cc_fma4): Likewise.
43494         (libc_cv_cc_novzeroupper): Likewise.
43495         * sysdeps/i386/configure: Regenerated.
43497         [BZ #13883]
43498         * sysdeps/i386/fpu/s_cexp.S: Remove.
43499         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
43500         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
43501         * math/libm-test.inc (cexp_test): Add more tests.
43502         * sysdeps/i386/fpu/libm-test-ulps: Update.
43503         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43505 2012-03-21  Allan McRae  <allan@archlinux.org>
43507         * timezone/Makefile: Do not install iso3166.tab and zone.tab
43509 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43511         [BZ #13871]
43512         * math/w_exp2.c: Do not include <float.h>.
43513         (o_threshold, u_threshold): Remove.
43514         (__exp2): Calculate result before checking finiteness and calling
43515         __kernel_standard.
43516         * math/w_exp2f.c: Likewise.
43517         * math/w_exp2l.c: Likewise.
43518         * math/libm-test.inc (exp2_test): Require overflow exception for
43519         1e6 input.
43521         [BZ #3866]
43522         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
43523         range of signed 64-bit integers before using fistpll.  Remove
43524         checks for whether integers fit in mantissa bits.
43525         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
43526         the range of signed 32-bit integers before using fistpl.  Remove
43527         checks for whether integers fit in mantissa bits.
43528         * sysdeps/i386/fpu/e_powl.S (p64): New object.
43529         (__ieee754_powl): Test for y outside the range of signed 64-bit
43530         integers before using fistpll.  Reduce 64-bit values to 63-bit
43531         ones as needed.
43532         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
43533         divide-by-zero is raised for zero to large negative powers.
43534         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
43535         (__ieee754_powl): Test for y outside the range of signed 64-bit
43536         integers before using fistpll.  Reduce 64-bit values to 63-bit
43537         ones as needed.
43538         * math/libm-test.inc (pow_test): Add more tests.
43540 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43542         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
43543         <stdio-common/_itoa.h>.
43544         * debug/segfault.c: Likewise.
43545         * elf/dl-cache.c: Likewise.
43546         * elf/dl-minimal.c: Likewise.
43547         * elf/dl-misc.c: Likewise.
43548         * elf/dl-sysdep.c: Likewise.
43549         * elf/dl-version.c: Likewise.
43550         * elf/rtld.c: Likewise.
43551         * hurd/hurdsock.c: Likewise.
43552         * hurd/lookup-retry.c: Likewise.
43553         * malloc/malloc.c: Likewise.
43554         * malloc/mtrace.c: Likewise.
43555         * nscd/nscd_getgr_r.c: Likewise.
43556         * nscd/nscd_getpw_r.c: Likewise.
43557         * nscd/nscd_getserv_r.c: Likewise.
43558         * posix/getopt_init.c: Likewise.
43559         * posix/wordexp.c: Likewise.
43560         * stdio-common/_itoa.c: Likewise.
43561         * stdio-common/printf_fphex.c: Likewise.
43562         * stdio-common/vfprintf.c: Likewise.
43563         * string/_strerror.c: Likewise.
43564         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
43565         * sysdeps/i386/i686/hp-timing.h: Likewise.
43566         * sysdeps/mach/_strerror.c: Likewise.
43567         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
43568         * sysdeps/mach/hurd/sethostid.c: Likewise.
43569         * sysdeps/mach/hurd/xmknodat.c: Likewise.
43570         * sysdeps/mach/xpg-strerror.c: Likewise.
43571         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
43572         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
43573         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
43574         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
43575         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
43576         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
43577         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
43578         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
43579         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
43580         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
43581         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
43582         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
43583         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
43584         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
43585         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
43586         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
43587         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
43588         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
43589         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
43590         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
43591         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
43593         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
43595         * stdio-common/_itoa.h: Moved to ...
43596         * sysdeps/generic/_itoa.h: Here.
43598         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
43600         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
43601         instead of "_itoa.h" and "_itowa.h".
43602         * stdio-common/vfprintf.: Likewise.
43604 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43606         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
43607         <bits/wordsize.h>.
43608         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
43609         (__signbit): Likwise.
43610         (llrintf): Likwise.
43611         (llrint): Likwise.
43613 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43615         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
43616         __WORDSIZE != 64.
43618 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
43620         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
43621         OVERFLOW_EXCEPTION_OK.
43622         * math/libm-test.inc ("Philosophy"): Update comment about
43623         exception testing.
43624         (OVERFLOW_EXCEPTION): Define.
43625         (OVERFLOW_EXCEPTION_OK): Likewise.
43626         (INVALID_EXCEPTION_OK): Renumber.
43627         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
43628         (IGNORE_ZERO_INF_SIGN): Likewise.
43629         (test_exceptions): Handle FE_OVERFLOW.
43630         (exp10_test): Expect overflow exceptions.
43631         (exp2_test): Likewise.
43632         (expm1_test): Likewise.
43633         (nextafter_test): Likewise.
43634         (pow_test): Likewise.
43635         (scalbn_test): Likewise.
43636         (scalbln_test): Likewise.
43638 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43640         * sysdeps/x86_64/bits/atomic.h
43641         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
43642         64bit integer.
43643         (atomic_exchange_acq): Likewise.
43644         (__arch_exchange_and_add_body): Likewise.
43645         (__arch_add_body): Likewise.
43646         (atomic_add_negative): Likewise.
43647         (atomic_add_zero): Likewise.
43649 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43651         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
43652         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
43654 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43656         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
43657         Check __x86_64__ instead of __WORDSIZE.
43659 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43661         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
43663 2012-03-19  David S. Miller  <davem@davemloft.net>
43665         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43667         * sysdeps/sparc/fpu/fenv_private.h: New file.
43668         * sysdeps/sparc/fpu/math_private.h: Use it.
43669         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
43670         Remove.
43671         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
43672         (libc_feholdexcept_setroundl): Remove.
43673         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
43674         Remove.
43675         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
43676         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
43678 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43680         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
43681         int64_t instead of long int.
43682         (INSERT_WORDS64): Likwise.
43684 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43686         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
43687         _Unwind_GetCFA return to _Unwind_Ptr first.
43689 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
43691         [BZ #13629]
43692         * math/s_clog.c: Include <float.h>.
43693         (__clog): Scale large or subnormal inputs.
43694         * math/s_clogf.c: Likewise.
43695         * math/s_clogl.c: Likewise.
43696         * math/s_clog10.c: Include <float.h>.
43697         (M_LOG10_2): Define.
43698         (__clog10): Scale large or subnormal inputs.
43699         * math/s_clog10f.c: Likewise.
43700         * math/s_clog10l.c: Likewise.
43701         * math/libm-test.inc (clog_test): Add more tests.
43702         (clog10_test): Likewise.
43703         * sysdeps/i386/fpu/libm-test-ulps: Update.
43704         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43706         [BZ #11451]
43707         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
43708         x and y.
43709         * math/libm-test.inc (atan2_test): Add another test.
43711         * Makerules (common-objdir-compile): Remove.
43712         * sysdeps/unix/Makefile (config-generated): Do not add
43713         $(unix-generated) to variable.
43714         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
43715         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
43716         Remove rule.
43717         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
43718         Likewise.
43719         [generic bits/local_lim.h] (before-compile): Do not append to
43720         variable.
43721         [generic bits/local_lim.h] (common-generated): Likewise.
43722         [generic sys/param.h] (before-compile): Do not append to variable.
43723         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
43724         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
43725         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
43726         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
43727         include.
43728         [generic sys/param.h] (sys/param.h-includes): Remove variable.
43729         [generic sys/param.h] (sys/param.h-includes): Remove rule.
43730         [generic sys/param.h] ($(addprefix
43731         $(common-objpfx),$(sys/param.h-includes))): Likewise.
43732         [generic sys/param.h] (common-generated): Do not append to
43733         variable.
43734         [generic sys/param.h] (sysdep_headers): Likewise.
43735         [generic bits/errno.h] (before-compile): Do not append to
43736         variable.
43737         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
43738         rule.
43739         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
43740         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
43741         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
43742         [generic bits/errno.h] (common-generated): Do not append to
43743         variable.
43744         [generic bits/ioctls.h] (before-compile): Do not append to
43745         variable.
43746         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
43747         rule.
43748         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
43749         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
43750         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
43751         rule.
43752         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
43753         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
43754         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
43755         [generic bits/ioctls.h] (common-generated): Do not append to
43756         variable.
43757         [generic sys/syscall.h] (syscall.h): Remove variable.
43758         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
43759         rule.
43760         [generic sys/syscall.h] (before-compile): Do not append to
43761         variable.
43762         [generic sys/syscall.h] (common-generated): Likewise.
43763         * sysdeps/unix/errnos-tmpl.c: Remove file.
43764         * sysdeps/unix/errnos.awk: Likewise.
43765         * sysdeps/unix/ioctls-tmpl.c: Likewise.
43766         * sysdeps/unix/ioctls.awk: Likewise.
43767         * sysdeps/unix/mk-local_lim.c: Likewise.
43768         * sysdeps/unix/snarf-ioctls: Likewise.
43770 2012-03-19  Richard Henderson  <rth@twiddle.net>
43772         * sysdeps/i386/fpu/fenv_private.h: New file.
43773         * sysdeps/i386/fpu/math_private.h: Use it.
43774         (math_opt_barrier, math_force_eval): Remove.
43775         (libc_feholdexcept_setround_53bit): Remove.
43776         (libc_feupdateenv_53bit): Remove.
43777         * sysdeps/x86_64/fpu/math_private.h: Likewise.
43778         (math_opt_barrier, math_force_eval): Remove.
43779         (libc_feholdexcept): Remove.
43780         (libc_feholdexcept_setround): Remove.
43781         (libc_fetestexcept, libc_fesetenv): Remove.
43782         (libc_feupdateenv_test): Remove.
43783         (libc_feupdateenv, libc_feholdsetround): Remove.
43784         (libc_feresetround): Remove.
43786         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
43787         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
43789         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
43790         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
43791         (libc_feupdateenv_testl): New.
43792         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
43793         (libc_feupdateenv_testf): New.
43794         (libc_feupdateenv): Use libc_feupdateenv_test.
43795         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
43796         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
43798         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
43799         (libc_feholdsetroundf, libc_feholdsetroundl): New.
43800         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
43801         (libc_feresetround_noex): New.
43802         (libc_feresetround_noexf): New.
43803         (libc_feresetround_noexl): New.
43804         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
43805         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
43806         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
43807         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
43808         SET_RESTORE_ROUND.
43809         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
43810         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
43811         (__cos): Likewise.
43812         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
43813         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
43814         SET_RESTORE_ROUND_NOEX.
43815         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
43816         SET_RESTORE_ROUND_NOEXF.
43817         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
43818         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
43819         (libc_feholdsetroundf): New.
43820         (libc_feresetround, libc_feresetroundf): New.
43822         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
43823         (libc_feholdexcept_setround_53bit): Convert from macro to function.
43824         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
43826         * sysdeps/generic/math_private.h: Include <fenv.h>.
43827         (default_libc_feholdexcept): New.
43828         (default_libc_feholdexcept_setround): New.
43829         (default_libc_fesetenv, default_libc_feupdateenv): New.
43830         (libc_feholdexcept): Only define if undefined.
43831         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
43832         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
43833         (libc_feholdexcept_setroundl): Likewise.
43834         (libc_feholdexcept_setround_53bit): Likewise.
43835         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
43836         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
43837         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
43838         (libc_feupdateenv_53bit): Likewise.
43839         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
43840         (libc_feholdexcept): Convert from macro to inline function.
43841         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
43842         (libc_fesetenv, libc_feupdateenv): Likewise.
43844         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
43845         not previously defined.
43846         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
43847         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
43848         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
43849         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
43850         * sysdeps/ieee754/flt-32/math_private.h: New file.
43851         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
43852         math_private.h below SET_FLOAT_WORD.
43853         (__isnan, __isinf_ns, __finite): Remove.
43854         (__isnanf, __isinf_nsf, __finitef): Remove.
43856 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
43858         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43860 2012-03-17  David S. Miller  <davem@davemloft.net>
43862         [BZ #6471]
43863         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
43864         for 2.16.
43866 2012-03-16  David S. Miller  <davem@davemloft.net>
43868         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
43869         warnings.
43871         [BZ #6471]
43872         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
43873         properly.
43874         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
43875         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
43876         sysdep_routines when subdir is sysvipc.
43877         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
43878         __getshmlba helper.
43880         * sysdeps/sparc/fpu/libm-test/ulps: Update.
43882 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43884         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
43885         [__LP64__].
43887 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43889         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
43890         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
43891         (__lround): Renamed to ...
43892         (__llround): This.  Replace long int with long long int.
43893         Define lround functions as aliases of llround functions.
43894         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
43896 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43898         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
43899         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
43900         adresses to uintptr_t.  Replace "long int" and "unsigned long
43901         int" with "greg_t" on va_arg.
43903 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43905         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
43906         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
43908         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
43909         Move e_machine check before EI_CLASS check.  Handle x32
43910         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
43911         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
43912         SKIP_EM_IA_64 and include
43913         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
43915         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
43916         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
43917         (add_system_dir): New macro.
43919         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
43920         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
43922 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
43924         [BZ #2551]
43925         [BZ #2552]
43926         [BZ #2553]
43927         [BZ #2554]
43928         [BZ #2562]
43929         [BZ #2563]
43930         [BZ #2565]
43931         [BZ #2566]
43932         [BZ #2576]
43933         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
43934         (y0): Likewise.
43935         * math/w_j0f.c (j0f): Likewise.
43936         (y0f): Likewise.
43937         * math/w_j0l.c (__j0l): Likewise.
43938         (__y0l): Likewise.
43939         * math/w_j1.c (j1): Likewise.
43940         (y1): Likewise.
43941         * math/w_j1f.c (j1f): Likewise.
43942         (y1f): Likewise.
43943         * math/w_j1l.c (__j1l): Likewise.
43944         (__y1l): Likewise.
43945         * math/w_jn.c (jn): Likewise.
43946         (yn): Likewise.
43947         * math/w_jnf.c (jnf): Likewise.
43948         (ynf): Likewise.
43949         * math/w_jnl.c (__jnl): Likewise.
43950         (__ynl): Likewise.
43951         * math/libm-test.inc (j0_test): Add more tests.
43952         (j1_test): Likewise.
43953         (jn_test): Likewise.  Add trailing semicolon to existing test.
43954         (y0_test): Likewise.
43955         (y1_test): Likewise.
43956         * sysdeps/i386/fpu/libm-test-ulps: Update.
43957         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43959         [BZ #13851]
43960         [BZ #13854]
43961         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
43962         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
43963         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
43964         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
43965         (__tanl): Set errno for infinite argument.
43966         * sysdeps/i386/fpu/mptan.c: Remove.
43967         * sysdeps/i386/fpu/s_tan.S: Likewise.
43968         * sysdeps/i386/fpu/s_tanl.S: Likewise.
43969         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
43970         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
43971         * math/libm-test.inc (tan_test): Add more tests and enable more
43972         tests for double and long double.
43973         * sysdeps/i386/fpu/libm-test-ulps: Update.
43974         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43976 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
43978         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
43979         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
43981 2012-03-16  Roland McGrath  <roland@hack.frob.com>
43983         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
43984         * configure.in: Use it for both main tree and add-ons.
43985         * configure: Regenerated.
43987 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43989         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
43991 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
43993         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
43994         in comment.
43996         [BZ #13851]
43997         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
43998         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
43999         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
44000         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
44001         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
44002         infinite argument.
44003         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
44004         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
44005         != 0 for prec == 2.
44006         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
44007         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
44008         * sysdeps/i386/fpu/s_cosl.S: Likewise.
44009         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
44010         * sysdeps/i386/fpu/s_sinl.S: Likewise.
44011         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
44012         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
44013         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
44014         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
44015         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
44016         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
44017         * math/libm-test.inc (cos_test): Add more tests and enable more
44018         tests for long double.
44019         (sin_test): Likewise.
44020         (sincos_test): Likewise.
44021         * sysdeps/i386/fpu/libm-test-ulps: Update.
44022         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44024 2012-03-16  David S. Miller  <davem@davemloft.net>
44026         * sysdeps/sparc/fpu/math_private.h: New file.
44028 2012-03-15  David S. Miller  <davem@davemloft.net>
44030         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
44031         file.
44032         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
44033         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
44034         file.
44035         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
44036         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
44037         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
44038         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
44039         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
44040         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
44041         sysdep routines.
44042         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44044         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
44045         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
44047         * sysdeps/sparc/sparc-ifunc.h: New file.
44048         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
44049         sparc-ifunc.h
44050         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
44051         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
44052         Likewise.
44053         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
44054         Likewise.
44055         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
44056         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
44057         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
44058         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
44059         Likewise.
44060         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
44061         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
44062         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
44063         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
44064         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
44065         Likewise.
44066         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
44067         Likewise.
44068         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
44069         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
44070         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
44071         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
44072         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
44073         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
44074         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
44075         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
44076         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
44077         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
44078         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
44079         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
44080         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
44081         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
44082         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
44083         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
44084         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
44085         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
44086         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
44087         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
44088         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
44089         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
44090         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
44091         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
44093 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
44095         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
44096         scaling.
44097         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44099 2012-03-15  Andreas Jaeger  <aj@suse.de>
44101         [BZ #13852]
44102         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
44103         ieee754/flt-32 implementation for sin, cos and sincos.
44104         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
44105         * sysdeps/i386/fpu/s_cosf.S: Likewise.
44106         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
44107         * sysdeps/i386/fpu/s_sinf.S: Likewise.
44108         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
44109         ieee754/flt-32 implementation for tan.
44111         * math/libm-test.inc (cos_test): Enable some large input tests for
44112         float as well
44113         (sin_test): Likewise.
44114         (sincos_test): Likewise.
44115         (tan_test): Add tests for large input.
44117         * sysdeps/i386/fpu/libm-test-ulps: Update.
44119 2012-03-15  Andreas Jaeger  <aj@suse.de>
44121         [BZ #13658]
44122         * math/libm-test.inc (cos_test): Add more test cases.
44123         (sin_test): Likewise.
44124         (sincos_test): Likewise.
44126 2012-03-15  Andreas Jaeger  <aj@suse.de>
44128         [BZ #13837]
44129         * math/libm-test.inc (cos_test): Add a test case for large input
44130         value.
44131         (sin_test): Likewise.
44132         (sincos_test): Likewise.
44134 2012-03-15  Andreas Jaeger  <aj@suse.de>
44135             Joseph Myers  <joseph@codesourcery.com>
44137         [BZ #13658]
44138         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
44139         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
44140         * sysdeps/i386/fpu/branred.c: Likewise.
44141         * sysdeps/i386/fpu/dosincos.c: Likewise.
44142         * sysdeps/i386/fpu/mpa.c: Likewise.
44143         * sysdeps/i386/fpu/s_cos.S: Likewise.
44144         * sysdeps/i386/fpu/s_sin.S: Likewise.
44145         * sysdeps/i386/fpu/s_sincos.S: Likewise.
44146         * sysdeps/i386/fpu/sincos32.c: Likewise.
44148         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
44149         Define.
44150         (libc_feupdateenv_53bit): Define.
44151         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
44152         Define.
44153         (libc_feupdateenv_53bit): Define.
44155         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
44156         53 bit (without extend i386 double precision).
44158         * math/libm-test.inc (sincos_test): Add tests for large input.
44159         (sin): Likewise.
44160         (cos): Likewise.
44162         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
44164 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
44166         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44168 2012-03-15  David S. Miller  <davem@davemloft.net>
44170         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
44171         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
44172         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
44173         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
44174         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
44175         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
44176         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
44177         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
44178         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
44179         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
44180         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
44181         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
44182         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
44183         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
44184         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
44185         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
44186         file.
44187         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
44188         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
44189         file.
44190         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
44191         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
44192         file.
44193         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
44194         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
44195         file.
44196         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
44197         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
44198         fmin/fmax sysdep routines.
44199         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44201 2012-03-14  David S. Miller  <davem@davemloft.net>
44203         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
44204         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
44205         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
44206         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
44207         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
44208         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
44209         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
44210         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
44211         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
44212         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
44213         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
44214         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
44215         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
44216         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
44217         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
44218         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
44219         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
44220         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
44221         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
44222         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
44223         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
44224         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
44225         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
44226         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
44227         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
44228         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
44229         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
44230         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
44231         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
44232         routines.
44233         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
44234         file.
44235         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
44236         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
44237         file.
44238         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
44239         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
44240         file.
44241         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
44242         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
44243         file.
44244         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
44245         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
44246         file.
44247         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
44248         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
44249         file.
44250         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
44251         file.
44252         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
44253         file.
44254         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
44255         file.
44256         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
44257         New file.
44258         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
44259         file.
44260         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
44261         file.
44262         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
44263         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
44264         file.
44265         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
44266         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
44267         file.
44268         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
44269         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
44270         file.
44271         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
44272         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
44273         VIS3 routines.
44275         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
44276         New file.
44278         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44280         * sysdeps/sparc/configure.in: New file.
44281         * sysdeps/sparc/configure: Generate.
44282         * configure.in (libc_cv_sparc_as_vis3): Substitute.
44283         * configure: Regenerate.
44284         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
44285         * config.make.in (have-as-vis3): New.
44286         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
44287         available use -Av9d instead of -Av9a.
44288         * sysdeps/sparc/sparc64/Makefile: Likewise.
44289         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
44290         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
44291         New file.
44292         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
44293         file.
44294         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
44295         New file.
44296         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
44297         file.
44298         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
44299         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
44300         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
44301         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
44302         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
44304         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
44305         fzeros/fnegs to load 0x80000000 into a float register instead of
44306         using the stack.
44307         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
44309 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44311         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44312         bits/syscall.h.
44313         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
44314         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
44315         ($(inst_includedir)/bits/syscall.h): Remove rule.
44316         ($(objpfx)bits/syscall.d): Include instead of
44317         $(objpfx)syscall-list.d.
44318         (generated): Change syscall-list.h and syscall-list.d to
44319         bits/syscall.h and bits/syscall.d.
44321 2012-03-14  Roland McGrath  <roland@hack.frob.com>
44323         [BZ #13846]
44324         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
44326 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44328         [BZ #13841]
44329         * math/s_csqrt.c: Include <float.h>.
44330         (__csqrt): Scale large or subnormal inputs.
44331         * math/s_csqrtf.c: Likewise.
44332         * math/s_csqrtl.c: Likewise.
44333         * math/libm-test.inc (csqrt_test): Add more tests.
44334         * sysdeps/i386/fpu/libm-test-ulps: Update.
44335         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44337         [BZ #13840]
44338         * math/libm-test.inc (hypot_test): Add more tests.
44340 2012-03-13  David S. Miller  <davem@davemloft.net>
44342         [BZ #13840]
44343         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
44344         double-precision for the calculation instead of scaling.
44346 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
44348         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
44349         manipulate bits before adding and subtracting TWO52[sx].
44350         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
44351         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
44352         Likewise.
44353         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
44355 2012-03-13  David S. Miller  <davem@davemloft.net>
44357         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
44358         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
44359         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
44360         rtld-global-offsets.h
44361         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
44363         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
44364         large parameters.
44366         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
44368         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
44369         'err' in the ifdef scope in which it is actually used.
44371         * nss/nss_db/db-init.c: Include string.h
44373 2012-03-12  David S. Miller  <davem@davemloft.net>
44375         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
44376         masking out of the most significant byte of random value used.
44377         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44378         Fix coding style in previous change.
44380         * sysdeps/unix/sysv/linux/kernel-features.h
44381         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
44382         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
44383         expression.
44384         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
44385         later.
44387 2012-03-11  David S. Miller  <davem@davemloft.net>
44389         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
44390         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
44391         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
44392         for 'resultvar' otherwise things get truncated on 64-bit.
44394         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44395         Fix masking out of the most significant byte of random value used.
44397         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44399 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
44401         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44403 2012-03-09  David S. Miller  <davem@davemloft.net>
44405         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
44406         variables with appropriate CPP guards.
44407         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
44408         from the frame pointer, not the stack pointer.  Correct layout
44409         comments.  Fix test on resulting framesize and the management of
44410         the outregs buffer for pltexit.  Preserve floating point return
44411         values across _dl_call_pltexit call.
44412         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
44413         framesize and the management of the outregs buffer for pltexit.
44414         Preserve floating point return values across _dl_call_pltexit
44415         call.
44416         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
44417         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
44418         (la_sparc64_gnu_pltexit): New functions.
44419         (print_exit): Fix format string for return register value.
44421 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
44423         * sunrpc/Makefile (others): Add rpcgen.
44424         ($(objpfx)rpcgen): Remove special build rule and dependency on
44425         libc.
44426         * sunrpc/rpcgen.c: New file.
44428 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
44430         [BZ #13673]
44431         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
44432         * stdio-common/bug-vfprintf-nargs.c: Likewise.
44433         * sysdeps/i386/crti.S: Likewise.
44434         * sysdeps/i386/crtn.S: Likewise.
44435         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
44436         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
44437         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
44438         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
44439         * sysdeps/sh/crti.S: Likewise.
44440         * sysdeps/sh/crtn.S: Likewise.
44441         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
44443         [BZ #13673]
44444         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
44445         with URL.
44446         * locale/programs/locfile-kw.gperf: Likewise.
44447         * locale/programs/charmap-kw.h: Regenerated.
44448         * locale/programs/locfile-kw.h: Likewise.
44450         [BZ #13673]
44451         * intl/plural.y: Replace FSF snail mail address with URL.
44452         * intl/plural.c: Regenerated.
44454 2012-03-09  Richard Henderson  <rth@twiddle.net>
44456         * include/math_private.h: Remove file.
44457         * math/math_private.h: Move file ...
44458         * sysdeps/generic/math_private.h: ... here.
44460         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
44461         * sysdeps/powerpc/fpu/math_private.h: Likewise.
44462         * sysdeps/x86_64/fpu/math_private.h: Likewise.
44464         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
44465         and <math_private.h>.
44466         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
44467         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
44468         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
44469         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
44470         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
44471         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
44472         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
44473         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44474         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
44475         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
44476         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44477         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
44478         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
44479         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44480         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
44481         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
44482         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
44483         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
44484         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
44485         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
44486         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44487         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
44488         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
44489         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44490         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
44491         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
44492         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
44493         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
44494         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44495         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
44496         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
44497         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44498         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
44499         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
44500         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
44501         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
44502         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
44503         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
44504         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
44505         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
44506         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
44507         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
44508         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
44509         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
44510         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
44511         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
44512         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
44513         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
44514         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
44515         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
44516         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
44517         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
44518         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
44519         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
44520         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
44521         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
44522         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
44523         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
44524         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
44525         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
44526         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
44527         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
44528         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44529         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
44530         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
44531         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
44532         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
44533         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
44534         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
44535         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
44536         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
44537         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
44538         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
44539         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
44540         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
44541         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
44542         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
44543         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
44544         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
44545         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
44546         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
44547         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
44548         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
44549         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
44550         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
44551         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
44552         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
44553         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
44554         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
44555         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
44556         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
44557         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
44558         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
44559         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
44560         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
44561         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
44562         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
44563         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
44564         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
44565         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
44566         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
44567         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
44568         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
44569         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
44570         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
44571         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
44572         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
44573         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
44574         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
44575         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
44576         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
44577         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
44578         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
44579         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
44580         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
44581         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
44582         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
44583         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
44584         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
44585         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
44586         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
44587         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
44588         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
44589         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
44590         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
44591         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
44592         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
44593         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
44594         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
44595         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
44596         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
44597         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
44598         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
44599         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
44600         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
44601         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
44602         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
44603         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
44604         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
44605         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
44606         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
44607         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
44608         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
44609         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
44610         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
44611         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
44612         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
44613         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
44614         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
44615         * sysdeps/ieee754/k_standard.c: Likewise.
44616         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
44617         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
44618         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
44619         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
44620         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
44621         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
44622         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
44623         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
44624         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
44625         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
44626         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
44627         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
44628         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
44629         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
44630         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
44631         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
44632         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
44633         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
44634         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
44635         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
44636         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
44637         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
44638         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
44639         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
44640         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
44641         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
44642         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
44643         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
44644         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
44645         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
44646         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
44647         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
44648         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
44649         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
44650         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
44651         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
44652         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
44653         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
44654         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
44655         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
44656         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
44657         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
44658         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
44659         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
44660         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
44661         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
44662         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
44663         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
44664         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
44665         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
44666         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
44667         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
44668         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
44669         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
44670         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
44671         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
44672         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
44673         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
44674         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
44675         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
44676         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
44677         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
44678         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
44679         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
44680         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
44681         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
44682         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
44683         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
44684         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
44685         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
44686         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
44687         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
44688         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
44689         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
44690         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
44691         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
44692         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
44693         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
44694         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
44695         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
44696         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
44697         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
44698         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
44699         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
44700         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
44701         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
44702         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
44703         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
44704         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
44705         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
44706         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
44707         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
44708         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
44709         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
44710         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
44711         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
44712         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
44713         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
44714         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
44715         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
44716         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
44717         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
44718         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
44719         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
44720         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
44721         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
44722         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
44723         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
44724         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
44725         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
44726         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
44727         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
44728         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
44729         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
44730         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
44731         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
44732         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
44733         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
44734         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
44735         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
44736         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
44737         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
44738         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
44739         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
44740         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
44741         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
44742         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
44743         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
44744         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
44745         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
44746         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
44747         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
44748         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
44749         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
44750         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
44751         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
44752         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
44753         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
44754         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
44755         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
44756         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
44757         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
44758         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
44759         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
44760         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
44761         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
44762         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
44763         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
44764         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
44765         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
44766         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
44767         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
44768         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
44769         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
44770         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
44771         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
44772         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
44773         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
44774         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
44775         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
44776         * sysdeps/ieee754/s_lib_version.c: Likewise.
44777         * sysdeps/ieee754/s_matherr.c: Likewise.
44778         * sysdeps/ieee754/s_signgam.c: Likewise.
44779         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
44780         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
44781         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
44782         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
44783         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
44784         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
44785         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
44786         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
44787         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
44788         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
44789         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
44790         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
44791         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
44792         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
44793         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
44794         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
44795         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
44796         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
44797         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
44798         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
44799         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
44801 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
44803         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
44804         * sunrpc/rpc_main.c: Likewise.
44805         * sunrpc/rpc_svcout.c: Likewise.
44807 2012-03-09  David S. Miller  <davem@davemloft.net>
44809         * include/math_private.h: New file.
44811 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
44813         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
44814         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
44815         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
44816         from <bits/socket_type.h>.
44817         (enum __socket_type): Don't define here.
44818         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
44819         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44820         bits/socket_type.h.
44822         [BZ #13566]
44823         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
44824         checking __USE_GNU.
44826         * Makerules ($(inst_includedir)/%.h): New rule.
44827         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
44828         (install-others): Remove variable setting.
44829         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
44831 2012-03-08  Richard Henderson  <rth@twiddle.net>
44833         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
44834         from macro to inline function; merge with the
44835         !__LIBC_INTERNAL_MATH_INLINES version.
44836         (__ieee754_sqrtf): Likewise.
44838         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
44839         to inline function.
44840         (__rintf, __floor, __floorf): Likewise.
44842         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
44843         macro to inline function.
44844         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
44846         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
44847         not <math/math_private.h>.
44849 2012-03-08  David S. Miller  <davem@davemloft.net>
44851         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
44852         copyright year.
44853         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
44855 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
44857         * resolv/gai_misc.c (handle_requests): Fix struct timespec
44858         normalization.
44859         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
44860         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
44862 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
44864         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
44865         be defined individually, they must be defined as a block.  Define
44866         S for printing a string instead of hidint the different by using a
44867         macro for adding the 'l'.
44868         * stdio-common/tst-fphex-wide.c: Adjust.
44870 2012-03-07  Marek Polacek  <polacek@redhat.com>
44872         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
44874 2012-03-08  Marek Polacek  <polacek@redhat.com>
44876         [BZ #13806]
44877         * stdio-common/Makefile (tests): Add tst-fphex-wide.
44878         * stdio-common/tst-fphex.c: Define a few macros to make the
44879         test reusable.  Use them.
44880         * stdio-common/tst-fphex-wide.c: New file.
44882 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
44884         [BZ #6911]
44885         * manual/macros.texi (gnusystems): New macro.
44886         (nongnusystems): Likewise.
44887         (gnulinuxhurdsystems): Likewise.
44888         (gnuhurdsystems): Likewise..
44889         (gnulinuxsystems): Likewise.
44890         * manual/charset.texi: Use new macros or @theglibc{} to refer to
44891         variants of the GNU system, not "GNU system".
44892         * manual/conf.texi: Likewise.
44893         * manual/errno.texi: Likewise.  Update example of errno macro
44894         expansion.
44895         * manual/filesys.texi: Likewise.
44896         (getumask): Document as specific to GNU/Hurd.
44897         * manual/install.texi: Likewise.  Reword some references to
44898         GNU/Linux.
44899         * manual/intro.texi: Likewise.
44900         * manual/io.texi: Likewise.
44901         (File Name Portability): Detail which constraints are inapplicable
44902         to all GNU systems and which are only inapplicable to GNU/Hurd.
44903         * manual/job.texi: Likewise.
44904         * manual/llio.texi: Likewise.
44905         (O_NOCTTY): Document as present on GNU/Linux.
44906         * manual/maint.texi: Likewise.
44907         * manual/memory.texi: Likewise.
44908         * manual/pattern.texi: Likewise.
44909         * manual/pipe.texi: Likewise.
44910         * manual/process.texi: Likewise.
44911         * manual/resource.texi: Likewise.
44912         (RUSAGE_CHILDREN): Remove statement about specifying a particular
44913         child on GNU/Hurd.
44914         * manual/setjmp.texi: Likewise.
44915         * manual/signal.texi: Likewise.
44916         * manual/startup.texi: Likewise.
44917         * manual/stdio.texi: Likewise.
44918         * manual/terminal.texi: Likewise.
44919         (ONLCR): Document as POSIX.
44920         (OXTABS): Document availability on GNU/Linux as XTABS.
44921         (ONOEOT): Document availability separately from other bits.
44922         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
44923         * manual/time.texi: Likewise.
44924         * manual/users.texi: Likewise.
44925         * INSTALL: Regenerated.
44926         * sysdeps/gnu/errlist.c: Regenerated.
44928         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
44929         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
44930         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
44931         puts.
44932         * configure: Regenerated.
44934 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
44936         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
44937         default includes instead of AC_HEADER_CHECK.
44938         * sysdeps/i386/configure: Regenerated.
44940         [BZ #10716]
44941         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
44942         * math/s_cacoshf.c (__cacoshf): Likewise.
44943         * math/s_cacoshl.c (__cacoshl): Likewise.
44944         * math/s_casinh.c (__casinh): Set signs of result from argument.
44945         * math/s_casinhf.c (__casinhf): Likewise.
44946         * math/s_casinhl.c (__casinhl): Likewise.
44947         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
44948         (casinh_test): Add more tests.
44949         * sysdeps/i386/fpu/libm-test-ulps: Update.
44950         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44952 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
44954         * po/zh_TW.po: Update from translation team.
44956         * login/Makefile (distribute): Remove variable.
44957         * catgets/Makefile: Likewise.
44958         * mach/Makefile: Likewise.
44959         * malloc/Makefile: Likewise.
44960         * misc/Makefile: Likewise.
44961         * iconv/Makefile: Likewise.
44962         * nscd/Makefile: Likewise.
44963         * hurd/Makefile: Likewise.
44964         * manual/Makefile: Likewise.
44965         * locale/Makefile: Likewise.
44966         * intl/Makefile: Likewise.
44967         * conform/Makefile: Likewise.
44968         * nss/Makefile: Likewise.
44969         * time/Makefile: Likewise.
44970         * soft-fp/Makefile: Likewise.
44971         * dirent/Makefile: Likewise.
44972         * gmon/Makefile: Likewise.
44973         * po/Makefile: Likewise.
44974         * rt/Makefile: Likewise.
44975         * socket/Makefile: Likewise.
44976         * math/Makefile: Likewise.
44977         * signal/Makefile: Likewise.
44978         * debug/Makefile: Likewise.
44979         * elf/Makefile: Likewise.
44980         * timezone/Makefile: Likewise.
44981         * stdlib/Makefile: Likewise.
44982         * iconvdata/Makefile: Likewise.
44983         * sunrpc/Makefile: Likewise.
44984         * io/Makefile: Likewise.
44985         * argp/Makefile: Likewise.
44986         * inet/Makefile: Likewise.
44987         * hesiod/Makefile: Likewise.
44988         * grp/Makefile: Likewise.
44989         * csu/Makefile: Likewise.
44990         * wctype/Makefile: Likewise.
44991         * crypt/Makefile: Likewise.
44992         * libio/Makefile: Likewise.
44993         * string/Makefile: Likewise.
44994         * nis/Makefile: Likewise.
44995         * resolv/Makefile: Likewise.
44996         * stdio-common/Makefile: Likewise.
44997         * wcsmbs/Makefile: Likewise.
44998         * dlfcn/Makefile: Likewise.
44999         * posix/Makefile: Likewise.
45001         [BZ #6959]
45002         * timezone/Makefile: Don't install timezone files, just the programs
45003         and scripts.
45005 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
45007         * nss/databases.def: Add missing gshadow entry.
45009         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
45011 2012-03-06  Marek Polacek  <polacek@redhat.com>
45013         [BZ #13726]
45014         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
45015         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
45016         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
45017         * stdio-common/tst-long-dbl-fphex.c: New file.
45019 2012-03-06  David S. Miller  <davem@davemloft.net>
45021         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
45022         (set_obp_int): New function.
45023         (get_obp_int): New function.
45024         (__get_clockfreq_via_dev_openprom): Likewise.
45025         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
45026         Avoid unused variable warnings on 'val' and use builtin_expect.
45027         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
45028         __builtin_expect.
45029         (INLINE_CLONE_SYSCALL): Likewise.
45031 2012-03-05  David S. Miller  <davem@davemloft.net>
45033         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45035 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
45037         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45039         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
45040         only for |x| >= 40.
45041         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
45043 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
45045         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
45046         Replace gettimeofday with __vdso_gettimeofday.
45048         * sysdeps/unix/sysv/linux/x86_64/init-first.c
45049         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
45050         __vdso_clock_gettime and __vdso_getcpu.
45052         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
45053         time with __vdso_time.
45055 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
45057         * manual/lang.texi (size_t): Note types to which size_t may be
45058         equivalent with the GNU C Library, but do not describe when
45059         differences between them are significant.
45061 2012-03-05  Andreas Jaeger  <aj@suse.de>
45063         * sysdeps/i386/fpu/libm-test-ulps: Update.
45065 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
45067         [BZ #3976]
45068         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
45069         (__ieee754_pow): Save and restore rounding mode and use
45070         round-to-nearest for main computations.
45071         * math/libm-test.inc (pow_test_tonearest): New function.
45072         (pow_test_towardzero): Likewise.
45073         (pow_test_downward): Likewise.
45074         (pow_test_upward): Likewise.
45075         (main): Call the new functions.
45076         * sysdeps/i386/fpu/libm-test-ulps: Update.
45077         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45079         [BZ #3976]
45080         * math/libm-test.inc (cosh_test_tonearest): New function.
45081         (cosh_test_towardzero): Likewise.
45082         (cosh_test_downward): Likewise.
45083         (cosh_test_upward): Likewise.
45084         (sinh_test_tonearest): Likewise.
45085         (sinh_test_towardzero): Likewise.
45086         (sinh_test_downward): Likewise.
45087         (sinh_test_upward): Likewise.
45088         (main): Call the new functions.
45089         * sysdeps/i386/fpu/libm-test-ulps: Update.
45090         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45092 2012-03-05  Tom de Vries  <tom@codesourcery.com>
45094         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
45095         default stack guard is set in last bytes.
45096         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
45098 2012-03-05  Kees Cook  <keescook@chromium.org>
45100         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
45102         [BZ #13656]
45103         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
45104         possibly allocate from heap instead of stack.
45105         * stdio-common/bug-vfprintf-nargs.c: New file.
45106         * stdio-common/Makefile (tests): Add nargs overflow test.
45108 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
45110         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45112 2012-03-03  Marek Polacek  <polacek@redhat.com>
45114         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
45115         * math/math_private.h: Likewise.
45116         * stdlib/tst-strtod.c: Likewise.
45117         * sysdeps/i386/i486/bits/atomic.h: Likewise.
45118         * sysdeps/x86_64/bits/atomic.h: Likewise.
45120 2012-03-02  David S. Miller  <davem@davemloft.net>
45122         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
45123         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
45124         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
45125         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
45126         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
45127         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
45128         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
45129         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
45131 2012-03-02  Roland McGrath  <roland@hack.frob.com>
45133         [BZ #13792]
45134         * manual/examples/README: New file, says the example source files
45135         can be used under GPL>=2.
45136         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
45137         line containing just "*/".
45138         * manual/examples/add.c: Add copyright header (GPL>=2).
45139         * manual/examples/argp-ex1.c: Likewise.
45140         * manual/examples/argp-ex2.c: Likewise.
45141         * manual/examples/argp-ex3.c: Likewise.
45142         * manual/examples/argp-ex4.c: Likewise.
45143         * manual/examples/atexit.c: Likewise.
45144         * manual/examples/db.c: Likewise.
45145         * manual/examples/dir.c: Likewise.
45146         * manual/examples/dir2.c: Likewise.
45147         * manual/examples/execinfo.c: Likewise.
45148         * manual/examples/filecli.c: Likewise.
45149         * manual/examples/filesrv.c: Likewise.
45150         * manual/examples/fmtmsgexpl.c: Likewise.
45151         * manual/examples/genpass.c: Likewise.
45152         * manual/examples/inetcli.c: Likewise.
45153         * manual/examples/inetsrv.c: Likewise.
45154         * manual/examples/isockad.c: Likewise.
45155         * manual/examples/longopt.c: Likewise.
45156         * manual/examples/memopen.c: Likewise.
45157         * manual/examples/memstrm.c: Likewise.
45158         * manual/examples/mkfsock.c: Likewise.
45159         * manual/examples/mkisock.c: Likewise.
45160         * manual/examples/mygetpass.c: Likewise.
45161         * manual/examples/pipe.c: Likewise.
45162         * manual/examples/popen.c: Likewise.
45163         * manual/examples/rprintf.c: Likewise.
45164         * manual/examples/search.c: Likewise.
45165         * manual/examples/select.c: Likewise.
45166         * manual/examples/setjmp.c: Likewise.
45167         * manual/examples/sigh1.c: Likewise.
45168         * manual/examples/sigusr.c: Likewise.
45169         * manual/examples/stpcpy.c: Likewise.
45170         * manual/examples/strdupa.c: Likewise.
45171         * manual/examples/strftim.c: Likewise.
45172         * manual/examples/strncat.c: Likewise.
45173         * manual/examples/subopt.c: Likewise.
45174         * manual/examples/swapcontext.c: Likewise.
45175         * manual/examples/termios.c: Likewise.
45176         * manual/examples/testopt.c: Likewise.
45177         * manual/examples/testpass.c: Likewise.
45178         * manual/examples/timeval_subtract.c: Likewise.
45180         [BZ #13792]
45181         * manual/time.texi (Elapsed Time): Move timeval_subtract example
45182         function to ...
45183         * manual/timeval_subtract.c.texi: ... here, new file.
45185 2012-03-02  David S. Miller  <davem@davemloft.net>
45187         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
45189 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
45191         [BZ #3976]
45192         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
45193         (__sin): Save and restore rounding mode and use round-to-nearest
45194         for all computations.
45195         (__cos): Save and restore rounding mode and use round-to-nearest
45196         for all computations.
45197         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
45198         <fenv.h>.
45199         (tan): Save and restore rounding mode and use round-to-nearest for
45200         all computations.
45201         * math/libm-test.inc (cos_test_tonearest): New function.
45202         (cos_test_towardzero): Likewise.
45203         (cos_test_downward): Likewise.
45204         (cos_test_upward): Likewise.
45205         (sin_test_tonearest): Likewise.
45206         (sin_test_towardzero): Likewise.
45207         (sin_test_downward): Likewise.
45208         (sin_test_upward): Likewise.
45209         (tan_test_tonearest): Likewise.
45210         (tan_test_towardzero): Likewise.
45211         (tan_test_downward): Likewise.
45212         (tan_test_upward): Likewise.
45213         (main): Call the new functions.
45214         * sysdeps/i386/fpu/libm-test-ulps: Update.
45215         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45217         [BZ #10135]
45218         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
45219         small n, then large n, before computing and testing k+n.
45220         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
45221         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
45222         Likewise.
45223         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
45224         Likewise.
45225         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
45226         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
45227         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
45228         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
45229         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
45230         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
45231         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
45232         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
45233         * math/libm-test.inc (scalbn_test): Add more tests.
45234         (scalbln_test): Likewise.
45236         * manual/filesys.texi (mode_t): Describe constraints on size and
45237         signedness, not exact equivalence to a particular type.
45238         (ino_t): Likewise.
45239         (ino64_t): Likewise.
45240         (dev_t): Likewise.
45241         (nlink_t): Likewise.
45242         (blkcnt_t): Likewise.
45243         (blkcnt64_t): Likewise.
45244         * manual/llio.texi (off_t): Likewise.
45246         [BZ #3976]
45247         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
45248         (__ieee754_exp): Save and restore rounding mode and use
45249         round-to-nearest for all computations.
45250         * math/libm-test.inc (exp_test_tonearest): New function.
45251         (exp_test_towardzero): Likewise.
45252         (exp_test_downward): Likewise.
45253         (exp_test_upward): Likewise.
45254         (main): Call the new functions.
45255         * sysdeps/i386/fpu/libm-test-ulps: Update.
45256         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45258 2012-03-01  Chris Demetriou  <cgd@google.com>
45260         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
45261         have predictable order.
45263 2012-03-01  David S. Miller  <davem@davemloft.net>
45265         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
45267         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
45268         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
45269         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
45270         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
45272         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
45273         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
45274         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
45275         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
45276         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
45277         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
45278         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
45279         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
45280         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
45282         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45284         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
45285         * sysdeps/sparc/fpu/libm-test-ulps: to here.
45286         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
45288         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
45289         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
45290         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
45291         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
45292         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
45293         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
45294         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
45295         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
45296         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
45297         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
45298         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
45299         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45300         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
45301         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
45302         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
45303         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45304         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
45305         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
45306         * sysdeps/sparc/elf/configure: Regenerated.
45308 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
45310         * configure.in (AS, LD): Require binutils 2.20 or later.
45311         * configure: Regenerated.
45312         * manual/install.texi (Tools for Compilation): Give binutils 2.20
45313         as required minimum version.
45314         * INSTALL: Regenerated.
45316         [BZ #2541]
45317         [BZ #4108]
45318         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
45319         before squaring exponent.
45320         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
45321         bottom long double and 27 bits of top long double before squaring
45322         exponent.
45323         * math/libm-test.inc (erfc_test): Add more tests.
45324         * sysdeps/i386/fpu/libm-test-ulps: Update.
45325         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
45326         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45328 2012-03-01  Kai Tietz  <ktietz@redhat.com>
45330         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
45331         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
45332         containing bit-fields.
45333         * soft-fp/extended.h (_FP_UNION_E): Likewise.
45334         * soft-fp/single.h (_FP_UNION_S): Likewise.
45335         * soft-fp/double.h (_FP_UNION_D): Likewise.
45337 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45339         [BZ #13786]
45340         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
45341         not include ../strcmp.S.
45342         [USE_AS_STRNCASECMP_L]: Likewise.
45343         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
45344         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
45345         * sysdeps/i386/i686/multiarch/strncase_l-c.c
45346         (__strncasecmp_l_ia32): Define as alias to
45347         __strncasecmp_l_nonascii.
45349         [BZ #5794]
45350         * math/libm-test.inc (expm1_test): Add test for bug 5794.
45351         * sysdeps/i386/fpu/libm-test-ulps: Update.
45352         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45354         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
45355         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45357 2012-02-29  Jeff Law  <law@redhat.com>
45359         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
45360         out of bounds read.
45362 2012-02-29  Marek Polacek  <polacek@redhat.com>
45364         [BZ #13706]
45365         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
45366         * elf/Makefile: Add rules to run tst-unused-dep.out.
45368 2012-02-28  David S. Miller  <davem@davemloft.net>
45370         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
45371         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
45372         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
45373         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
45374         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
45375         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
45377 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45379         * math/libm-test.inc (llround_test): Move one test from
45380         lround_test.  Use TEST_f_L in moved test.
45381         (lround_test): Move misplaced test to llround_test.  Add testcase
45382         from bug 2561.
45384 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
45386         * sysdeps/x86_64/fpu/e_expf.S: New file.
45387         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
45389 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
45391         [BZ #13637]
45392         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
45393         of remain_len that may cause incomplete multi-byte character and
45394         false match.
45395         * posix/bug-regex33.c: New file.
45396         * posix/Makefile (tests): Add bug-regex33.
45398 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
45400         * manual/macros.texi: New file.
45401         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
45402         * manual/libc.texinfo: Include macros.texi.
45403         * manual/creatute.texi: Likewise.
45404         * manual/install.texi: Likewise.
45405         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
45406         @glibcadj{} in references to the GNU C Library.
45407         * manual/charset.texi: Likewise.
45408         * manual/conf.texi: Likewise.
45409         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
45410         when not using those macros.
45411         * manual/creature.texi: Likewise.
45412         * manual/crypt.texi: Likewise.
45413         * manual/errno.texi: Likewise.
45414         * manual/filesys.texi: Likewise.
45415         * manual/header.texi: Likewise.
45416         * manual/install.texi: Likewise.
45417         * manual/intro.texi: Likewise.
45418         * manual/io.texi: Likewise.
45419         * manual/job.texi: Likewise.
45420         * manual/lang.texi: Likewise.
45421         * manual/libc.texiinfo: Likewise.
45422         * manual/llio.texi: Likewise.
45423         * manual/locale.texi: Likewise.
45424         * manual/maint.texi: Likewise.
45425         * manual/math.texi: Likewise.
45426         * manual/memory.texi: Likewise.
45427         * manual/message.texi: Likewise.
45428         * manual/nss.texi: Likewise.
45429         * manual/pattern.texi: Likewise.
45430         * manual/process.texi: Likewise.
45431         * manual/resource.texi: Likewise.
45432         * manual/search.texi: Likewise.
45433         * manual/setjmp.texi: Likewise.
45434         * manual/signal.texi: Likewise.
45435         * manual/socket.texi: Likewise.
45436         * manual/startup.texi: Likewise.
45437         * manual/stdio.texi: Likewise.
45438         * manual/string.texi: Likewise.
45439         * manual/sysinfo.texi: Likewise.
45440         * manual/syslog.texi: Likewise.
45441         * manual/terminal.texi: Likewise.
45442         * manual/time.texi: Likewise.
45443         * manual/users.texi: Likewise.
45444         * INSTALL: Regenerated.
45445         * NOTES: Regenerated.
45446         * sysdeps/gnu/errlist.c: Regenerated.
45448 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
45450         * include/dirent.h: Include <dirstream.h> before
45451         <dirent/dirent.h>.
45453 2012-02-28  David S. Miller  <davem@davemloft.net>
45455         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
45456         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
45457         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
45458         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
45460 2012-02-27  David S. Miller  <davem@davemloft.net>
45462         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
45463         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
45464         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
45465         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
45467         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
45468         frame pointer instead of stack pointer relative arg slot.
45469         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45470         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45471         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45473 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
45475         [BZ #3992]
45476         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
45478 2012-02-27  David S. Miller  <davem@davemloft.net>
45480         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
45481         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45482         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
45483         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
45484         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45485         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45486         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
45487         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
45489 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45491         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
45492         later.  Allow versions 5-9.
45493         * configure: Regenerated.
45494         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
45495         required minimum version and 4.6 as recommended version.  Do not
45496         mention bugs in GCC 2.7 and 2.8.
45497         * INSTALL: Regenerated.
45499 2012-02-27  David S. Miller  <davem@davemloft.net>
45501         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
45502         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
45503         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
45504         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
45505         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
45506         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
45507         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
45508         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
45510         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
45511         manipulate bits before adding and subtracting TWO112[sx].
45512         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
45514 2012-02-27  Roland McGrath  <roland@hack.frob.com>
45516         [BZ #13775]
45517         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
45518         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
45519         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
45520         being in POSIX, because they are in 1003.1-2008.
45522         * rt/tst-aio.c: Include <fcntl.h>.
45523         * rt/tst-aio7.c: Likewise.
45524         * rt/tst-aio64.c: Likewise.
45526         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
45528 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45530         * manual/install.texi (--with-headers): Describe headers as
45531         interface headers, not private headers.
45532         (Specific advice for GNU/Linux systems): Describe use of headers
45533         from "make headers_install", not private headers from older
45534         kernels.
45535         * INSTALL: Regenerated.
45536         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
45537         Change to 2.6.19.
45538         * sysdeps/unix/sysv/linux/configure: Regenerated.
45540         * manual/llio.texi (fclean): Remove documentation.
45542         * manual/Makefile (libc-texi-generated): New variable.  Include
45543         version.texi.
45544         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
45545         $(libc-texi-generated), not duplicated list of files.
45546         (version.texi, stamp-version): New rules.
45547         (realclean): Remove $(libc-texi-generated), not individual files
45548         from that list.  Do not remove dir-add.texinfo.
45549         * manual/libc.texinfo: Comment out uses of edition numbers and
45550         references to printed manual.  Remove last-updated dates.
45551         (EDITION): Comment out.
45552         (ISBN): Likewise.
45553         (VERSION, UPDATED): Remove.
45554         (version.texi): Include.
45556 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
45558         * sysdeps/posix/spawni.c: Include <signal.h>.
45559         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
45560         * sysdeps/pthread/aio_fsync.c: Likewise.
45562 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
45564         * conform/Makefile (tests): Run only when not cross-compiling and
45565         when fast-check is not defined.
45567         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
45568         * conform/data/limits.h-data: Fixes for POSIX2008.
45569         * conform/run-conformtest.sh: Run all tests.
45570         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
45571         headers.
45572         * include/bits/dlfcn.h: Likewise.
45573         * include/langinfo.h: Likewise.
45574         * include/monetary.h: Likewise.
45575         * include/sys/poll.h: Likewise.
45577         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
45578         for __USE_GNU.
45579         * posix/spawn.h: Define __need_sigset_t.
45580         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
45581         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
45582         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
45583         to get sigevent_t only.
45584         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
45585         only for __USE_GNU.
45586         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
45587         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
45588         process_vm_writev only for __USE_GNU.
45589         * termios/termios.h: Declare tcgetsid also for POSIX2008.
45591         * conform/Makefile: For now ignore errors from run-conformtest.
45592         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
45593         POSIX to avoid namespace pollution.  Don't prepend headers.
45594         * conform/data/aio.h-data: Fixes for POSIX testing.
45595         * conform/data/fcntl.h-data: Likewise.
45596         * conform/data/glob.h-data: Likewise.
45597         * conform/data/grp.h-data: Likewise.
45598         * conform/data/pthread.h-data: Likewise.
45599         * conform/data/pwd.h-data: Likewise.
45600         * conform/data/signal.h-data: Likewise.
45601         * conform/data/spawn.h-data: Likewise.
45602         * conform/data/stdio.h-data: Likewise.
45603         * conform/data/stdlib.h-data: Likewise.
45604         * conform/data/stropts.h-data: Likewise.
45605         * conform/data/sys/mman.h-data: Likewise.
45606         * conform/data/sys/stat.h-data: Likewise.
45607         * conform/data/sys/types.h-data: Likewise.
45608         * conform/data/sys/wait.h-data: Likewise.
45609         * conform/data/time.h-data: Likewise.
45610         * conform/data/unistd.h-data: Likewise.
45611         * conform/data/utime.h-data: Likewise.
45613         * io/sys/stat.h: fchmod was always in POSIX.
45614         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
45615         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
45616         * rt/aio.h: Define __need_timespec before including <time.h>.
45617         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
45618         struct.  Add forward declaration of pthread_attr_t and use it in
45619         sigevent.
45620         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
45621         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
45622         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
45623         always remove CLK_TCK definition.
45625 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
45627         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
45629 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
45631         * conform/run-conformtest.sh: New file.
45632         * conform/Makefile: Run run-conformtest for tests.
45633         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
45634         support.
45636         * conform/data/uchar.h-data: New file.
45637         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
45638         * conform/data/arpa/inet.h-data: Likewise.
45639         * conform/data/assert.h-data: Likewise.
45640         * conform/data/complex.h-data: Likewise.
45641         * conform/data/cpio.h-data: Likewise.
45642         * conform/data/ctype.h-data: Likewise.
45643         * conform/data/dirent.h-data: Likewise.
45644         * conform/data/dlfcn.h-data: Likewise.
45645         * conform/data/errno.h-data: Likewise.
45646         * conform/data/fcntl.h-data: Likewise.
45647         * conform/data/float.h-data: Likewise.
45648         * conform/data/fmtmsg.h-data: Likewise.
45649         * conform/data/fnmatch.h-data: Likewise.
45650         * conform/data/ftw.h-data: Likewise.
45651         * conform/data/glob.h-data: Likewise.
45652         * conform/data/grp.h-data: Likewise.
45653         * conform/data/iconv.h-data: Likewise.
45654         * conform/data/inttypes.h-data: Likewise.
45655         * conform/data/langinfo.h-data: Likewise.
45656         * conform/data/libgen.h-data: Likewise.
45657         * conform/data/limits.h-data: Likewise.
45658         * conform/data/locale.h-data: Likewise.
45659         * conform/data/math.h-data: Likewise.
45660         * conform/data/monetary.h-data: Likewise.
45661         * conform/data/mqueue.h-data: Likewise.
45662         * conform/data/ndbm.h-data: Likewise.
45663         * conform/data/net/if.h-data: Likewise.
45664         * conform/data/netdb.h-data: Likewise.
45665         * conform/data/netinet/in.h-data: Likewise.
45666         * conform/data/nl_types.h-data: Likewise.
45667         * conform/data/poll.h-data: Likewise.
45668         * conform/data/pthread.h-data: Likewise.
45669         * conform/data/pwd.h-data: Likewise.
45670         * conform/data/regex.h-data: Likewise.
45671         * conform/data/sched.h-data: Likewise.
45672         * conform/data/search.h-data: Likewise.
45673         * conform/data/semaphore.h-data: Likewise.
45674         * conform/data/setjmp.h-data: Likewise.
45675         * conform/data/signal.h-data: Likewise.
45676         * conform/data/spawn.h-data: Likewise.
45677         * conform/data/stdarg.h-data: Likewise.
45678         * conform/data/stdio.h-data: Likewise.
45679         * conform/data/stdlib.h-data: Likewise.
45680         * conform/data/string.h-data: Likewise.
45681         * conform/data/strings.h-data: Likewise.
45682         * conform/data/stropts.h-data: Likewise.
45683         * conform/data/sys/ipc.h-data: Likewise.
45684         * conform/data/sys/mman.h-data: Likewise.
45685         * conform/data/sys/msg.h-data: Likewise.
45686         * conform/data/sys/resource.h-data: Likewise.
45687         * conform/data/sys/select.h-data: Likewise.
45688         * conform/data/sys/sem.h-data: Likewise.
45689         * conform/data/sys/shm.h-data: Likewise.
45690         * conform/data/sys/socket.h-data: Likewise.
45691         * conform/data/sys/stat.h-data: Likewise.
45692         * conform/data/sys/statvfs.h-data: Likewise.
45693         * conform/data/sys/time.h-data: Likewise.
45694         * conform/data/sys/timeb.h-data: Likewise.
45695         * conform/data/sys/times.h-data: Likewise.
45696         * conform/data/sys/types.h-data: Likewise.
45697         * conform/data/sys/uio.h-data: Likewise.
45698         * conform/data/sys/un.h-data: Likewise.
45699         * conform/data/sys/utsname.h-data: Likewise.
45700         * conform/data/sys/wait.h-data: Likewise.
45701         * conform/data/syslog.h-data: Likewise.
45702         * conform/data/tar.h-data: Likewise.
45703         * conform/data/termios.h-data: Likewise.
45704         * conform/data/utime.h-data: Likewise.
45705         * conform/data/utmpx.h-data: Likewise.
45706         * conform/data/varargs.h-data: Likewise.
45707         * conform/data/wchar.h-data: Likewise.
45708         * conform/data/wctype.h-data: Likewise.
45709         * conform/data/wordexp.h-data: Likewise.
45711         * include/stropts.h: New file.
45712         * include/uchar.h: New file.
45713         * include/aio.h: Changes to allow conformtest.pl to use the headers.
45714         * include/assert.h: Likewise.
45715         * include/ctype.h: Likewise.
45716         * include/dirent.h: Likewise.
45717         * include/dlfcn.h: Likewise.
45718         * include/fcntl.h: Likewise.
45719         * include/fnmatch.h: Likewise.
45720         * include/glob.h: Likewise.
45721         * include/grp.h: Likewise.
45722         * include/libio.h: Likewise.
45723         * include/locale.h: Likewise.
45724         * include/math.h: Likewise.
45725         * include/net/if.h: Likewise.
45726         * include/netdb.h: Likewise.
45727         * include/netinet/in.h: Likewise.
45728         * include/pthread.h: Likewise.
45729         * include/pwd.h: Likewise.
45730         * include/regex.h: Likewise.
45731         * include/sched.h: Likewise.
45732         * include/search.h: Likewise.
45733         * include/setjmp.h: Likewise.
45734         * include/signal.h: Likewise.
45735         * include/stdio.h: Likewise.
45736         * include/stdlib.h: Likewise.
45737         * include/string.h: Likewise.
45738         * include/sys/cdefs.h: Likewise.
45739         * include/sys/mman.h: Likewise.
45740         * include/sys/msg.h: Likewise.
45741         * include/sys/resource.h: Likewise.
45742         * include/sys/select.h: Likewise.
45743         * include/sys/socket.h: Likewise.
45744         * include/sys/stat.h: Likewise.
45745         * include/sys/statvfs.h: Likewise.
45746         * include/sys/time.h: Likewise.
45747         * include/sys/times.h: Likewise.
45748         * include/sys/uio.h: Likewise.
45749         * include/sys/utsname.h: Likewise.
45750         * include/sys/wait.h: Likewise.
45751         * include/termios.h: Likewise.
45752         * include/time.h: Likewise.
45753         * include/ulimit.h: Likewise.
45754         * include/unistd.h: Likewise.
45755         * include/utime.h: Likewise.
45756         * include/wchar.h: Likewise.
45757         * include/wctype.h: Likewise.
45758         * include/wordexp.h: Likewise.
45760         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
45762         * time/time.h: TIME_UTC must be a macro.
45763         Make timespec_get available for ISO C11 only as well.
45765 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
45767         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
45768         Reported by Peng Haitao <penght@cn.fujitsu.com>.
45770 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45772         * configure.in: Use -o not -a in test for unsupported multi-arch.
45774 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45776         * manual/texinfo.tex: Update to version 2012-01-19.16.
45778 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45780         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
45782 2012-02-24  Roland McGrath  <roland@hack.frob.com>
45784         [BZ #13738]
45785         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
45786         * manual/fdl-1.3.texi: New file.
45787         * manual/fdl-1.1.texi: File removed.
45789         [BZ #13738]
45790         * manual/libc.texinfo (FDL_VERSION): New @set.
45791         Use it for mention of FDL in cover text.
45792         (Documentation License): Use it in @include file name.
45794 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45795             Roland McGrath  <roland@hack.frob.com>
45797         [BZ #5461]
45798         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
45799         (not LONG_LONG_MAX and LONG_LONG_MIN.
45800         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
45801         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
45802         name.
45803         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
45805 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45807         [BZ #2547]
45808         [BZ #11365]
45809         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
45810         manipulate bits before adding and subtracting TWO23[sx].
45811         * math/libm-test.inc (nearbyint_test): Add more tests.
45813 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45815         [BZ #2548]
45816         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
45817         bits before adding and subtracting TWO23[sx].
45818         * math/libm-test.inc (rint_test): Add more tests.
45819         (rint_test_tonearest): Likewise.
45820         (rint_test_towardzero): Likewise.
45821         (rint_test_downward): Likewise.
45822         (rint_test_upward: Likewise.
45824 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45826         [BZ #10110]
45827         * include/stdc-predef.h: New file.  Extracted from features.h.
45828         * include/features.h: Include stdc-predef.h.
45829         * Makefile (headers): Add stdc-predef.h.
45830         * CONFORMANCE (Compiler limitations): Update.
45832 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45834         * manual/libc.texinfo (VERSION, UPDATED): Revert.
45836 2012-02-21  David S. Miller  <davem@davemloft.net>
45838         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
45839         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
45841 2012-02-20  David S. Miller  <davem@davemloft.net>
45843         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
45844         using a normal save/restore sequence, rather than allocating a
45845         dummy stack frame just to store a frame pointer and restore.
45846         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45848 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
45850         * manual/install.texi: Fix stray word in line-wrapped comment.
45852 2012-02-20  David S. Miller  <davem@davemloft.net>
45854         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
45855         both binutils and gcc support GOTDATA.
45857         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
45858         "rd %pc" in the PIC register setup sequences.
45860         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
45861         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
45862         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
45863         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
45864         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
45865         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
45866         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
45867         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45868         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
45869         (SYSCALL_ERROR_HANDLER): Likewise.
45870         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
45871         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
45872         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
45873         (SYSCALL_ERROR_HANDLER): Likewise.
45875         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
45876         (HAVE_GCC_GOTDATA): New.
45877         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
45878         relocation support in both binutils and gcc.
45879         * sysdeps/sparc/elf/configure: Regenerate.
45881         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
45882         * sysdeps/sparc/sparc32/elf/configure: Delete.
45883         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
45884         * sysdeps/sparc/sparc64/elf/configure: Delete.
45885         * sysdeps/sparc/elf/configure.in: New file.
45886         * sysdeps/sparc/elf/configure: Generate.
45888         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
45889         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
45890         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
45891         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
45892         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
45894 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
45896         * manual/install.texi: Do not mention specific glibc version
45897         numbers.
45898         * manual/libc.texinfo (VERSION, UPDATED): Update.
45899         (@copying): Use @copyright{} and range of years.
45901 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
45903         [BZ #13695]
45904         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
45905         [crti.S not in sysdirs] (generated): Do not append.
45906         [crti.S not in sysdirs] (omit-deps): Likewise.
45907         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
45908         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
45909         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
45910         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
45911         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
45912         Likewise.
45913         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
45914         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
45915         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
45916         * csu/defs.awk: Remove file.
45917         * sysdeps/generic/initfini.c: Likewise.
45918         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
45919         variable.
45920         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
45921         Likewise.
45923 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
45925         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
45926         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
45927         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
45928         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
45929         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
45930         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
45931         <bits/epoll.h>.
45932         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
45933         (__EPOLL_PACKED): Define to empty if not defined by
45934         <bits/epoll.h>.
45935         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
45936         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45937         bits/epoll.h.
45939 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
45941         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
45942         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
45943         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
45944         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
45945         <bits/timerfd.h>.
45946         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
45947         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45948         bits/timerfd.h.
45950 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
45952         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
45953         in C locale.
45954         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
45955         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
45956         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
45957         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45959 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
45961         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45962         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
45964 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
45966         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
45967         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
45968         defined.
45969         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
45970         Likewise.
45971         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
45972         entry for 2.16.
45974 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
45976         * math/w_acos.c: Use non-signaling floating-point comparisons.
45977         * math/w_acosf.c: Likewise.
45978         * math/w_acosh.c: Likewise.
45979         * math/w_acoshf.c: Likewise.
45980         * math/w_acoshl.c: Likewise.
45981         * math/w_acosl.c: Likewise.
45982         * math/w_asin.c: Likewise.
45983         * math/w_asinf.c: Likewise.
45984         * math/w_asinl.c: Likewise.
45985         * math/w_atanh.c: Likewise.
45986         * math/w_atanhf.c: Likewise.
45987         * math/w_atanhl.c: Likewise.
45988         * math/w_exp2.c: Likewise.
45989         * math/w_exp2f.c: Likewise.
45990         * math/w_exp2l.c: Likewise.
45991         * math/w_j0.c: Likewise.
45992         * math/w_j0f.c: Likewise.
45993         * math/w_j0l.c: Likewise.
45994         * math/w_j1.c: Likewise.
45995         * math/w_j1f.c: Likewise.
45996         * math/w_j1l.c: Likewise.
45997         * math/w_jn.c: Likewise.
45998         * math/w_jnf.c: Likewise.
45999         * math/w_log.c: Likewise.
46000         * math/w_log10.c: Likewise.
46001         * math/w_log10f.c: Likewise.
46002         * math/w_log10l.c: Likewise.
46003         * math/w_log2.c: Likewise.
46004         * math/w_log2f.c: Likewise.
46005         * math/w_log2l.c: Likewise.
46006         * math/w_logf.c: Likewise.
46007         * math/w_logl.c: Likewise.
46008         * math/w_sqrt.c: Likewise.
46009         * math/w_sqrtf.c: Likewise.
46010         * math/w_sqrtl.c: Likewise.
46011         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
46012         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
46013         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
46014         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
46015         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
46017 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46019         [BZ #9739]
46020         * manual/string.texi (strnlen): Use correct parameter name in
46021         equivalent expression.
46023 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46025         [BZ #11174]
46026         * manual/users.texi (seteuid): Consistently use neweuid for
46027         argument name.
46029 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46031         [BZ #13704]
46032         * manual/nss.texi (Services in the NSS configuration): Correct
46033         list of services in example configuration file.
46035 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
46037         [BZ #11322]
46038         * manual/arith.texi: Remove statements about negative zero
46039         behaving identically to zero.
46041 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
46043         [BZ #5993]
46044         * manual/install.texi: Do not document upgrading from libc5.
46046 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
46048         [BZ #4596]
46049         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
46051 2012-02-18  David S. Miller  <davem@davemloft.net>
46053         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
46054         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
46055         %o7 across the call.
46056         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
46057         instead.
46058         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
46059         SETUP_PIC_REG_LEAF.
46060         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46061         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
46062         * sysdeps/sparc/crtn.S: Likewise.
46064 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
46066         * aout/Makefile: Remove.
46068 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
46070         [BZ #13058]
46071         * manual/examples/argp-ex1.c (main): Format definition in GNU
46072         style.
46073         * manual/examples/argp-ex2.c (main): Likewise.
46074         * manual/examples/argp-ex3.c (main): Likewise.
46075         * manual/examples/argp-ex4.c (main): Likewise.
46076         * manual/examples/longopt.c (main): Use new-style prototype
46077         definition.
46078         * manual/examples/strncat.c (main): Specify return type and use
46079         (void) for arguments.
46080         * manual/examples/subopt.c (main): Use char **argv argument.
46082 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46084         [BZ #5077]
46085         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
46086         rounding modes.
46088 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
46090         [BZ #6907]
46091         * manual/string.texi (strchr): Change when strchrnul is
46092         recommended.
46094 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
46096         [BZ #174]
46097         * manual/locale.texi (setlocale): Document LOCPATH.
46099 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46101         [BZ #10210]
46102         * manual/process.texi (execle): Move @dots{} before last argument.
46104 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
46106         [BZ #12047]
46107         * manual/charset.texi (Generic Charset Conversion): Fix typo
46108         (LC_TYPE -> LC_CTYPE).
46110 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
46112         [BZ #5805]
46113         * manual/arith.texi (scalbn): Use @var{} on parameter names.
46114         (scalbnf): Likewise.
46115         (scalbnl): Likewise.
46116         (scalbln): Likewise.
46117         (scalblnf): Likewise.
46118         (scalblnl): Likewise.
46119         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
46120         (vwarnx): Likewise.
46121         (verr): Likewise.
46122         (verrx): Likewise.
46123         * manual/filesys.texi (telldir): Use braces around return type.
46124         * manual/llio.texi (mmap): Add space after comma.
46125         (mmap64): Likewise.
46126         * manual/math.texi (jn): Use @var{} on parameter names.
46127         (jnf): Likewise.
46128         (jnl): Likewise.
46129         (yn): Likewise.
46130         (ynf): Likewise.
46131         (ynl): Likewise.
46132         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
46133         line.
46134         * manual/resource.texi (ulimit): Use @dots{} instead of literal
46135         "...".
46136         (sched_get_priority_min): Remove semicolon on @deftypefun line.
46137         (sched_get_priority_max): Likewise.
46138         * manual/signal.texi (sigvec): Add space after comma.
46139         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
46140         names.
46141         (if_indextoname): Likewise.
46142         (if_freenameindex): Likewise.
46143         (sendto): Use ',' instead of '.' in prototype.
46144         * manual/startup.texi (syscall): Use @dots{} instead of literal
46145         "...".
46146         * manual/stdio.texi (__fpending): Separate initial words of
46147         paragraph from @deftypefun line.
46148         * manual/syslog.texi (syslog): Use @dots{} instead of literal
46149         "...".
46150         (vsyslog): Use @var{} on parameter names.
46151         * manual/terminal.texi (stty): Use @var{} on parameter names.
46152         * manual/users.texi (getutmp): Use @var{} on parameter names.
46153         (getutmpx): Likewise.
46155 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46157         [BZ #6884]
46158         * manual/stdio.texi (fopen): Fix typos in description of
46159         ",ccs=STRING".
46161 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
46163         [BZ #4026]
46164         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
46165         get clock_id definition.
46167 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
46169         [BZ #4822]
46170         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
46171         (madvise): Cast every argument to void on its own.
46173 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46175         [BZ #9902]
46176         * manual/startup.texi (Exit Status): Fix typo.
46178 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46180         [BZ #10140]
46181         * manual/examples/argp-ex1.c: Include <stdlib.h>.
46182         * manual/examples/argp-ex2.c: Likewise.
46183         * manual/examples/argp-ex3.c: Likewise.
46185 2012-02-16  Richard Henderson  <rth@redhat.com>
46187         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
46188         * sysdeps/s390/s390-32/initfini.c: Remove.
46189         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
46190         * sysdeps/s390/s390-64/initfini.c: Remove.
46192 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
46194         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
46195         compiler output for sysdeps/generic/initfini.c.
46196         * sysdeps/sh/elf/initfini.c: Remove file.
46198 2012-02-16  David S. Miller  <davem@davemloft.net>
46200         [BZ #11494]
46201         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
46203         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
46204         * sysdeps/sparc/crti.S: New file.
46205         * sysdeps/sparc/crtn.S: New file.
46206         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
46207         * sysdeps/sparc/sparc64/Makefile: Likewise.
46209 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
46211         [BZ #3335]
46212         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
46214 2012-02-15  Roland McGrath  <roland@hack.frob.com>
46216         [BZ #4822]
46217         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
46219         * mach/devstream.c (cookie_io_functions_t): Macro removed.
46220         (write, read, close): Likewise.
46221         Patch by Aurelien Jarno <aurelien@aurel32.net>.
46223 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
46225         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
46226         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
46227         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
46228         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
46229         <bits/signalfd.h>.
46230         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
46231         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46232         bits/signalfd.h.
46234 2012-02-14  Marek Polacek  <polacek@redhat.com>
46236         * sysdeps/x86_64/crti.S: New file.
46237         * sysdeps/x86_64/crtn.S: New file.
46238         * sysdeps/x86_64/elf/initfini.c: Remove file.
46240 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
46242         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
46243         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
46244         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
46245         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
46246         <bits/inotify.h>.
46247         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
46248         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46249         bits/inotify.h.
46251 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
46253         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
46254         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
46255         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
46256         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
46257         <bits/eventfd.h>.
46258         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
46259         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46260         bits/eventfd.h.
46262 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
46264         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
46265         __feraiseexcept instead of feraiseexcept.
46267         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
46268         nanosleep invocations.
46269         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
46270         strings, and add error checking for a nanosleep invocations.
46272 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
46274         Replace FSF snail mail address with URLs, as per GNU coding standards.
46275         Most of the snail mail addresses were wrong anyway, and omitting
46276         them makes the source code easier to maintain.  Almost all of the
46277         changes are to license notices and to locale LC_IDENTIFICATION
46278         addresses, except for this one:
46279         * manual/libc.texinfo: In "Published by", give the FSF's URL,
46280         not its snail mail address.
46282 2012-02-09  Richard Henderson  <rth@twiddle.net>
46284         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
46285         of kernel-features.h.
46287         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
46289 2012-02-08  Marek Polacek  <polacek@redhat.com>
46291         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
46292         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
46293         * sysdeps/gnu/_G_config.h: Likewise.
46294         * sysdeps/generic/_G_config.h: Likewise.
46296 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
46298         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
46299         tests.
46300         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46302         * sysdeps/powerpc/powerpc32/crti.S: New file.
46303         * sysdeps/powerpc/powerpc32/crtn.S: New file.
46304         * sysdeps/powerpc/powerpc64/crti.S: New file.
46305         * sysdeps/powerpc/powerpc64/crtn.S: New file.
46307         * Makeconfig (have-initfini): Don't set.
46308         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
46309         * configure.in (nopic_initfini): Don't substitute.
46310         * config.h.in (HAVE_INITFINI): Don't #undef.
46311         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
46312         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
46314 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
46316         Support crti.S and crtn.S provided directly by architectures.
46317         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
46318         [crti.S in sysdirs] (omit-deps): Likewise.
46319         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
46320         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
46321         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
46322         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
46323         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
46324         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
46325         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
46326         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
46327         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
46328         compiler output for sysdeps/generic/initfini.c.
46329         * sysdeps/i386/elf/Makefile: Remove file.
46330         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
46332 2012-02-07  Marek Polacek  <polacek@redhat.com>
46334         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
46335         * sysdeps/gnu/_G_config.h: Likewise.
46336         * sysdeps/mach/hurd/_G_config.h: Likewise.
46338 2012-02-07  Marek Polacek  <polacek@redhat.com>
46340         * math/Makefile (tests): Add tst-CMPLX2.
46341         * math/tst-CMPLX2.c: New file.
46343 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
46345         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46347         * math/libm-test.inc (jn_test): Add missing L suffix.
46349 2012-02-06  Marek Polacek  <polacek@redhat.com>
46351         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
46352         * sysdeps/i386/fpu/e_powf.S: Likewise.
46353         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
46354         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
46355         * sysdeps/i386/fpu/e_acosh.S: Likewise.
46356         * sysdeps/i386/fpu/e_pow.S: Likewise.
46357         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
46358         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
46359         * sysdeps/i386/fpu/s_expm1.S: Likewise.
46360         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
46361         * sysdeps/i386/fpu/e_log2.S: Likewise.
46362         * sysdeps/i386/fpu/e_log2l.S: Likewise.
46363         * sysdeps/i386/fpu/e_scalb.S: Likewise.
46364         * sysdeps/i386/fpu/e_powl.S: Likewise.
46365         * sysdeps/i386/fpu/s_log1p.S: Likewise.
46366         * sysdeps/i386/fpu/e_log10f.S: Likewise.
46367         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
46368         * sysdeps/i386/fpu/e_logl.S: Likewise.
46369         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
46370         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
46371         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
46372         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
46373         * sysdeps/i386/fpu/e_log2f.S: Likewise.
46374         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
46375         * sysdeps/i386/fpu/e_log.S: Likewise.
46376         * sysdeps/i386/fpu/s_cexp.S: Likewise.
46377         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
46378         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
46379         * sysdeps/i386/fpu/e_logf.S: Likewise.
46380         * sysdeps/i386/fpu/e_log10l.S: Likewise.
46381         * sysdeps/i386/fpu/e_atanh.S: Likewise.
46382         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
46383         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
46384         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
46385         * sysdeps/i386/fpu/e_log10.S: Likewise.
46386         * sysdeps/i386/fpu/s_frexp.S: Likewise.
46387         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
46388         * sysdeps/i386/fpu/s_asinh.S: Likewise.
46389         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
46390         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
46391         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
46392         * sysdeps/i386/asm-syntax.h: Likewise.
46393         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
46394         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
46395         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
46396         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
46397         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
46398         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
46399         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
46400         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
46401         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
46402         * sysdeps/powerpc/sysdep.h: Likewise.
46403         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
46404         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
46406 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46408         [BZ #411]
46409         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
46411 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46413         * sysdeps/i386/sysdep.h: Include <features.h>.
46414         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
46415         version.
46417 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
46419         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
46420         Define.
46421         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
46422         LOAD_PIC_REG_STR.
46424 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46426         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
46427         (SETUP_PIC_REG): Use GET_PC_THUNK.
46428         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
46429         macro.
46431 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46433         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
46434         for non-PIC compilation.
46435         (SETUP_PIC_REG): Add .p2align directive.
46436         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
46437         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
46438         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
46439         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
46440         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
46441         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
46442         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
46443         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
46444         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
46445         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
46446         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
46447         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
46448         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
46449         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
46450         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
46451         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
46452         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
46453         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
46454         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
46455         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
46456         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
46457         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
46458         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
46459         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
46460         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
46461         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
46462         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
46463         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
46464         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
46465         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
46466         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
46467         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
46468         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
46469         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
46470         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
46471         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
46472         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
46473         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
46474         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
46475         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
46476         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
46478 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46480         * math/tst-CMPLX.c: Include <stdio.h>.
46482 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
46484         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
46485         float.
46486         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
46487         * sysdeps/sparc/bits/mathdef.h: Likewise.
46489 2012-01-31  Marek Polacek  <polacek@redhat.com>
46491         * libio/libio.h: Don't define _PARAMS.
46492         * locale/programs/config.h: Don't define PARAMS.
46493         * stdlib/strtol_l.c: Likewise.
46494         (__strtol_l): Remove PARAMS from the prototype.
46496 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
46498         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
46499         names.  Just use the correct names.  Remove unnecessary wrapper
46500         functions.
46501         * malloc/arena.c: Likewise.
46502         * malloc/hooks.c: Likewise.
46504         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
46505         ARENA_TEST says not to.  Simplify test for creation of a new arena.
46506         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
46508 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
46510         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
46511         into tail calls.
46512         (update_get_addr): New function.
46513         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
46514         GET_ADDR_MODULE parameter.
46516 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46518         * crypt/cert.c: Remove __STDC__ conditionals.
46519         * crypt/crypt-entry.c: Likewise.
46520         * crypt/crypt_util.c: Likewise.
46521         * libio/filedoalloc.c: Likewise.
46522         * libio/fileops.c: Likewise.
46523         * libio/genops.c: Likewise.
46524         * libio/iofclose.c: Likewise.
46525         * libio/iofdopen.c: Likewise.
46526         * libio/iofopen.c: Likewise.
46527         * libio/iofopen64.c: Likewise.
46528         * libio/iogetdelim.c: Likewise.
46529         * libio/iopopen.c: Likewise.
46530         * libio/obprintf.c: Likewise.
46531         * libio/oldfileops.c: Likewise.
46532         * libio/oldiofclose.c: Likewise.
46533         * libio/oldiofdopen.c: Likewise.
46534         * libio/oldiofopen.c: Likewise.
46535         * libio/oldiopopen.c: Likewise.
46536         * libio/wfiledoalloc.c: Likewise.
46537         * libio/wgenops.c: Likewise.
46538         * locale/programs/xmalloc.c: Likewise.
46539         * misc/syslog.c: Likewise.
46540         * stdio-common/xbug.c: Likewise.
46541         * string/memchr.c: Likewise.
46542         * string/memcmp.c: Likewise.
46543         * string/memrchr.c: Likewise.
46544         * string/rawmemchr.c: Likewise.
46545         * sysdeps/posix/getcwd.c: Likewise.
46546         * time/strftime_l.c: Likewise.
46548 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46550         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
46551         * config.make.in (config-cflags-sse2avx): Define.
46552         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
46553         Fix typo.
46555 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
46557         * scripts/config.guess: Update from upstream config git repository.
46558         * scripts/config.sub: Likewise.
46560 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
46562         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
46563         (EM_NUM): Update.
46564         (R_TILEPRO_*, R_TILEGX_*): New macros.
46566         * scripts/firstversions.awk: Fix bug in version range handling.
46568         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
46570         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
46572         * include/sys/epoll.h: New file.
46573         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
46574         libc_hidden_def.
46576 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
46578         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
46579         Avoid unnecessary __WORDSIZE == 64 test.
46580         (fmaxf): Use VEX format if possible.
46581         (fmax): Likewise.
46582         (fminf): Likewise.
46583         (fmin): Likewise.
46585         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
46586         * math/math_private.h: Remove libc_fegetround* and
46587         libc_fesetround*.
46588         * sysdeps/i386/configure.in: Check for -msse2avx.
46589         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
46590         also if SSE2AVX is defined.
46591         Remove libc_fegetround* and libc_fesetround*.
46592         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
46593         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
46594         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
46595         of HAS_YMM_USABLE.
46596         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
46597         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
46598         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
46599         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
46600         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
46602         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
46604 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46606         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
46607         size is not set.
46608         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
46610 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
46612         [BZ #13618]
46613         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
46614         relocation.
46615         * Makeconfig (libm): Define.
46616         * elf/Makefile: Add rules to build and run tst-relsort1.
46617         * elf/tst-relsort1.c: New file.
46618         * elf/tst-relsort1mod1.c: New file.
46619         * elf/tst-relsort1mod2.c: New file.
46621 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
46623         * math/s_ldexp.c: Remove __STDC__ conditionals.
46624         * math/s_ldexpf.c: Likewise.
46625         * math/s_ldexpl.c: Likewise.
46626         * math/s_nextafter.c: Likewise.
46627         * math/s_nexttowardf.c: Likewise.
46628         * math/s_significand.c: Likewise.
46629         * math/s_significandf.c: Likewise.
46630         * math/s_significandl.c: Likewise.
46631         * math/w_jnl.c: Likewise.
46632         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
46633         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
46634         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
46635         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
46636         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
46637         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
46638         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
46639         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
46640         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
46641         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
46642         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
46643         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
46644         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
46645         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
46646         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
46647         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
46648         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
46649         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
46650         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
46651         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
46652         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
46653         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
46654         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
46655         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
46656         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
46657         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
46658         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
46659         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
46660         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
46661         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
46662         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
46663         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
46664         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
46665         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
46666         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
46667         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
46668         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
46669         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
46670         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
46671         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
46672         * sysdeps/ieee754/k_standard.c: Likewise.
46673         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
46674         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
46675         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
46676         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
46677         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
46678         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
46679         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
46680         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
46681         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
46682         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
46683         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
46684         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
46685         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
46686         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
46687         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
46688         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
46689         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
46690         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
46691         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
46692         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
46693         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
46694         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
46695         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
46696         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
46697         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
46698         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
46699         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
46700         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
46701         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
46702         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
46703         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
46704         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
46705         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
46706         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
46707         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
46708         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
46709         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
46710         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
46711         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
46712         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
46713         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
46714         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
46715         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
46716         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
46717         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
46718         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
46719         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
46720         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
46721         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
46722         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
46723         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
46724         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
46725         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
46726         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
46727         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
46728         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
46729         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
46730         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
46731         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
46732         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
46733         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
46734         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
46735         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
46736         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
46737         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
46738         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
46739         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
46740         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
46741         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
46742         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
46743         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
46744         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
46745         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
46746         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
46747         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
46748         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
46749         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
46750         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
46751         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
46752         * sysdeps/ieee754/s_matherr.c: Likewise.
46753         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
46754         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
46755         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
46756         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
46758 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
46760         * crypt/md5.h: Remove __STDC__ conditionals.
46761         * libio/libioP.h: Likewise.
46762         * locale/programs/config.h: Likewise.
46763         * sysdeps/generic/sysdep.h: Likewise.
46764         * sysdeps/i386/asm-syntax.h: Likewise.
46765         * sysdeps/s390/asm-syntax.h: Likewise.
46766         * sysdeps/unix/sysdep.h: Likewise.
46767         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
46768         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
46770 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
46772         * libio/libio.h: Remove __STDC__ conditionals.
46773         * malloc/obstack.h: Likewise.
46774         * math/complex.h: Likewise.
46775         * math/math.h: Likewise.
46776         * sysdeps/generic/_G_config.h: Likewise.
46777         * sysdeps/gnu/_G_config.h: Likewise.
46778         * sysdeps/mach/hurd/_G_config.h: Likewise.
46779         * sysdeps/powerpc/bits/mathdef.h: Likewise.
46780         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
46781         * sysdeps/sparc/bits/mathdef.h: Likewise.
46783 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
46785         [BZ #13583]
46786         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
46787         Clean up HAS_* macros.
46788         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
46789         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
46790         possible.
46791         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
46792         HAS_AVX.
46793         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
46794         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
46795         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
46796         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
46797         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
46799 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
46801         * elf/tst-unique3.cc (gets): Remove declaration.
46802         * elf/tst-unique3lib.cc (gets): Likewise.
46803         * elf/tst-unique3lib2.cc (gets): Likewise.
46804         * elf/tst-unique4.cc (gets): Likewise.
46806 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
46808         * include/stdio.h: Add C++ protection.  Add gets declarations and
46809         definitions.
46810         * debug/tst-chk1.c: Don't declare gets here.
46811         * stdio-common/tst-gets.c: Likewise.
46813 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
46815         * posix/glob: Remove directory.
46817 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
46819         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
46821 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
46823         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
46824         of the non-standard EPFNOSUPPORT.
46826 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
46828         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
46829         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
46830         ANYWHERE set to 1 only on KERN_NO_SPACE error.
46832 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
46834         * wcsmbs/uchar.h: Test __STDC_VERSION__.
46836 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
46838         * nscd/aicache.c (addhstaiX): Do not cache negative results of
46839         transient errors.
46840         * nscd/grpcache.c (cache_addgr): Likewise.
46841         * nscd/hstcache.c (cache_addhst): Likewise.
46842         * nscd/initgrcache.c (addinitgroupsX): Likewise.
46843         * nscd/pwdcache.c (cache_addpw): Likewise.
46844         * nscd/servicescache.c (cache_addserv): Likewise.
46846 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
46848         * malloc/malloc.c: Various cleanups.
46849         * malloc/hooks.c: Likewise.
46851         * stdlib/Makefile (tests): Add bug-fmtmsg1.
46852         * stdlib/bug-fmtmsg1.c: New file.
46854         * stdlib/fmtmsg.c (init): Add missing unlock.
46855         Patch by Peng Haitao <penght@cn.fujitsu.com>.
46857 2012-01-12  Marek Polacek  <polacek@redhat.com>
46859         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
46860         and _GNU_SOURCE.
46862 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
46864         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
46865         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
46866         macro to ensure uniqueness of label name.
46867         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
46868         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
46870 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
46872         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
46874         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
46875         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
46876         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
46877         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
46879 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
46881         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
46883         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
46884         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
46885         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
46887         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
46889         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
46890         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
46891         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
46892         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
46894         * math/bits/math-finite.h: Add ldexp support.
46896 2012-01-10  Marek Polacek  <polacek@redhat.com>
46898         * locale/programs/localedef.h (show_archive_content): Add noreturn
46899         attribute.
46901 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
46903         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
46905 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
46907         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
46909         * io/Makefile (headers): Add bits/poll2.h.
46911 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
46913         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
46914         typo #include statement.
46916 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
46918         * include/sys/cdefs.h: Define __attribute_alloc_size.
46919         * catgets/gencat.c: Add alloc_size attribute and apply consistently
46920         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
46921         * elf/pldd.c: Likewise.
46922         * iconv/iconv_charmap.c: Likewise.
46923         * iconv/iconvconfig.c: Likewise.
46924         * iconv/strtab.c: Likewise.
46925         * locale/programs/locale.c: Likewise.
46926         * locale/programs/localedef.h: Likewise.
46927         * locale/programs/simple-hash.c: Likewise.
46928         * nscd/nscd.h: Likewise.
46929         * nss/makedb.c: Likewise.
46930         * sysdeps/generic/ldconfig.h: Likewise.
46931         * locale/programs/localedef.c: Remove xmalloc prototype.
46932         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
46934 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
46936         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
46937         appropriate.
46939 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
46941         * math/Makefile (tests): Add tst-CMPLX.
46942         * math/tst-CMPLX.c: New file.
46944         * math/complex.h (CMPLXL): Fix typo.
46946         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
46947         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
46948         GLIBC_2.16.
46949         * debug/tst-chk1.c: Add poll and ppoll tests.
46950         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
46951         * include/sys/poll.h: Add hidden proto for ppoll.
46952         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
46953         * sysdeps/mach/hurd/ppoll.c: Likewise.
46954         * io/ppoll.c: Likewise.
46955         * debug/poll_chk.c: New file.
46956         * debug/ppoll_chk.c: New file.
46957         * include/bits/poll2.h: New file.
46958         * io/bits/poll2.h: New file.
46960         [BZ #1350]
46961         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
46963         * configure.in: static is always set to yes.  Remove.
46964         * config.make.in: Don't set build-static.
46965         * Makeconfig: Remove use of build-static.
46966         * dlfcn/Makefile: Likewise.
46967         * elf/Makefile: Likewise.
46968         * math/Makefile: Likewise.
46969         * misc/Makefile: Likewise.
46970         * nptl/Makefile: Likewise.
46971         * sysdeps/mach/hurd/Makefile: Likewise.
46973         * configure.in: PWD_P is not used anymore.
46974         * config.make.in: Remove PWD_P entry.
46976         * configure.in: Remove last remnants of RANLIB.
46977         No need to check for signed size_t anymore.
46978         Don't set libc_commonpagesize and libc_relro_required here for Alpha
46979         and IA-64.
46980         Remove __builtin_expect test because we require at least gcc 3.4.
46981         * aclocal.m4: Likewise.
46983         * wcsmbs/mbrtoc16.c: Implement using towc function.
46984         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
46985         * wcsmbs/wcsmbsload.c: Likewise.
46986         * iconv/gconv_simple.c: Likewise.
46987         * iconv/gconv_int.h: Likewise.
46988         * iconv/gconv_builtin.h: Likewise.
46989         * iconv/iconv_prog.c: Remove CHAR16 handling.
46991         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
46993         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
46995         * configure.in: Remove --with-elf and --enable-bounded options.
46996         Dont set base_machine for ia64.  More non-ELF conditions removed.
46997         Remove testing and setting of leading underscore information.
46998         * config.make.in (build-bounded): Set to no.
46999         * config.h.in: Remove NO_UNDERSCORES entry.
47000         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
47001         them.
47002         * csu/start.c: Remove !NO_UNDERSCORE code.
47003         * locale/localeinfo.h: Likewise.
47004         * sysdeps/generic/machine-gmon.h: Likewise.
47005         * sysdeps/generic/sysdep.h: Likewise.
47006         * sysdeps/i386/sysdep.h: Likewise.
47007         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47008         * sysdeps/mach/sysdep.h: Likewise.
47009         * sysdeps/s390/s390-32/sysdep.h: Likewise.
47010         * sysdeps/s390/s390-64/sysdep.h: Likewise.
47011         * sysdeps/sh/sysdep.h: Likewise.
47012         * sysdeps/sparc/sparc32/alloca.S: Likewise.
47013         * sysdeps/unix/i386/sysdep.S: Likewise.
47014         * sysdeps/unix/sparc/start.c: Likewise.
47015         * sysdeps/unix/sparc/sysdep.S: Likewise.
47016         * sysdeps/unix/sparc/sysdep.h: Likewise.
47017         * sysdeps/unix/start.c: Likewise.
47018         * sysdeps/unix/x86_64/sysdep.S: Likewise.
47019         * sysdeps/x86_64/sysdep.h: Likewise.
47021 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
47023         [BZ #13553]
47024         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
47025         for non-gcc.
47026         * argp/argp-fmtstream.h: Use const instead __const.
47027         * argp/argp.h: Likewise.
47028         * assert/assert.h: Likewise.
47029         * bits/fenv.h: Likewise.
47030         * bits/sched.h: Likewise.
47031         * bits/sigset.h: Likewise.
47032         * bits/sigthread.h: Likewise.
47033         * catgets/nl_types.h: Likewise.
47034         * conform/data/pthread.h-data: Likewise.
47035         * crypt/crypt-private.h: Likewise.
47036         * crypt/crypt.h: Likewise.
47037         * crypt/crypt_util.c: Likewise.
47038         * ctype/ctype.h: Likewise.
47039         * debug/execinfo.h: Likewise.
47040         * debug/mbsnrtowcs_chk.c: Likewise.
47041         * debug/mbsrtowcs_chk.c: Likewise.
47042         * debug/wcsnrtombs_chk.c: Likewise.
47043         * debug/wcsrtombs_chk.c: Likewise.
47044         * debug/wcstombs_chk.c: Likewise.
47045         * dirent/dirent.h: Likewise.
47046         * dlfcn/dlfcn.h: Likewise.
47047         * elf/neededtest4.c: Likewise.
47048         * grp/grp.h: Likewise.
47049         * gshadow/gshadow.h: Likewise.
47050         * iconv/gconv.h: Likewise.
47051         * iconv/gconv_int.h: Likewise.
47052         * iconv/gconv_simple.c: Likewise.
47053         * iconv/iconv.h: Likewise.
47054         * iconv/loop.c: Likewise.
47055         * iconv/skeleton.c: Likewise.
47056         * include/aio.h: Likewise.
47057         * include/aliases.h: Likewise.
47058         * include/argz.h: Likewise.
47059         * include/arpa/inet.h: Likewise.
47060         * include/assert.h: Likewise.
47061         * include/dirent.h: Likewise.
47062         * include/dlfcn.h: Likewise.
47063         * include/execinfo.h: Likewise.
47064         * include/fcntl.h: Likewise.
47065         * include/fenv.h: Likewise.
47066         * include/glob.h: Likewise.
47067         * include/grp.h: Likewise.
47068         * include/libintl.h: Likewise.
47069         * include/mntent.h: Likewise.
47070         * include/netdb.h: Likewise.
47071         * include/pwd.h: Likewise.
47072         * include/rpc/netdb.h: Likewise.
47073         * include/sched.h: Likewise.
47074         * include/search.h: Likewise.
47075         * include/shadow.h: Likewise.
47076         * include/signal.h: Likewise.
47077         * include/stdio.h: Likewise.
47078         * include/stdlib.h: Likewise.
47079         * include/string.h: Likewise.
47080         * include/sys/socket.h: Likewise.
47081         * include/sys/stat.h: Likewise.
47082         * include/sys/statfs.h: Likewise.
47083         * include/sys/statvfs.h: Likewise.
47084         * include/sys/syslog.h: Likewise.
47085         * include/sys/time.h: Likewise.
47086         * include/sys/uio.h: Likewise.
47087         * include/time.h: Likewise.
47088         * include/unistd.h: Likewise.
47089         * include/utmp.h: Likewise.
47090         * include/wchar.h: Likewise.
47091         * include/wctype.h: Likewise.
47092         * inet/aliases.h: Likewise.
47093         * inet/arpa/inet.h: Likewise.
47094         * inet/netinet/ether.h: Likewise.
47095         * inet/netinet/in.h: Likewise.
47096         * intl/libintl.h: Likewise.
47097         * io/bits/fcntl2.h: Likewise.
47098         * io/fcntl.h: Likewise.
47099         * io/ftw.h: Likewise.
47100         * io/sys/poll.h: Likewise.
47101         * io/sys/stat.h: Likewise.
47102         * io/sys/statfs.h: Likewise.
47103         * io/sys/statvfs.h: Likewise.
47104         * io/utime.h: Likewise.
47105         * libio/bits/stdio.h: Likewise.
47106         * libio/bits/stdio2.h: Likewise.
47107         * libio/libio.h: Likewise.
47108         * libio/libioP.h: Likewise.
47109         * libio/stdio.h: Likewise.
47110         * locale/lc-ctype.c: Likewise.
47111         * locale/locale.h: Likewise.
47112         * login/utmp.h: Likewise.
47113         * malloc/arena.c: Likewise.
47114         * malloc/malloc.c: Likewise.
47115         * malloc/malloc.h: Likewise.
47116         * malloc/mcheck.c: Likewise.
47117         * malloc/mtrace.c: Likewise.
47118         * math/bits/mathcalls.h: Likewise.
47119         * math/fenv.h: Likewise.
47120         * math/math_private.h: Likewise.
47121         * misc/bits/error.h: Likewise.
47122         * misc/bits/syslog.h: Likewise.
47123         * misc/err.h: Likewise.
47124         * misc/error.h: Likewise.
47125         * misc/fstab.h: Likewise.
47126         * misc/mntent.h: Likewise.
47127         * misc/regexp.h: Likewise.
47128         * misc/search.h: Likewise.
47129         * misc/sgtty.h: Likewise.
47130         * misc/sys/mman.h: Likewise.
47131         * misc/sys/syslog.h: Likewise.
47132         * misc/sys/uio.h: Likewise.
47133         * misc/sys/xattr.h: Likewise.
47134         * misc/ttyent.h: Likewise.
47135         * nis/rpcsvc/ypclnt.h: Likewise.
47136         * nss/nss.h: Likewise.
47137         * posix/bits/unistd.h: Likewise.
47138         * posix/fnmatch.h: Likewise.
47139         * posix/glob.h: Likewise.
47140         * posix/sched.h: Likewise.
47141         * posix/spawn.h: Likewise.
47142         * posix/sys/wait.h: Likewise.
47143         * posix/unistd.h: Likewise.
47144         * posix/wordexp.h: Likewise.
47145         * pwd/pwd.h: Likewise.
47146         * resolv/netdb.h: Likewise.
47147         * resource/sys/resource.h: Likewise.
47148         * rt/aio.h: Likewise.
47149         * rt/bits/mqueue2.h: Likewise.
47150         * rt/mqueue.h: Likewise.
47151         * shadow/shadow.h: Likewise.
47152         * signal/signal.h: Likewise.
47153         * socket/send.c: Likewise.
47154         * socket/sendto.c: Likewise.
47155         * socket/sys/socket.h: Likewise.
47156         * stdio-common/printf.h: Likewise.
47157         * stdlib/bits/stdlib.h: Likewise.
47158         * stdlib/fmtmsg.h: Likewise.
47159         * stdlib/monetary.h: Likewise.
47160         * stdlib/stdlib.h: Likewise.
47161         * stdlib/ucontext.h: Likewise.
47162         * streams/stropts.h: Likewise.
47163         * string/argz.h: Likewise.
47164         * string/bits/string2.h: Likewise.
47165         * string/string.h: Likewise.
47166         * string/strings.h: Likewise.
47167         * sunrpc/rpc/auth.h: Likewise.
47168         * sunrpc/rpc/auth_des.h: Likewise.
47169         * sunrpc/rpc/clnt.h: Likewise.
47170         * sunrpc/rpc/netdb.h: Likewise.
47171         * sunrpc/rpc/pmap_clnt.h: Likewise.
47172         * sunrpc/rpc/xdr.h: Likewise.
47173         * sysdeps/generic/inttypes.h: Likewise.
47174         * sysdeps/generic/net/if.h: Likewise.
47175         * sysdeps/generic/sys/swap.h: Likewise.
47176         * sysdeps/gnu/net/if.h: Likewise.
47177         * sysdeps/gnu/utmpx.h: Likewise.
47178         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
47179         * sysdeps/i386/i486/bits/string.h: Likewise.
47180         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
47181         * sysdeps/s390/bits/string.h: Likewise.
47182         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
47183         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
47184         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
47185         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
47186         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
47187         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
47188         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
47189         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
47190         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
47191         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
47192         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
47193         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
47194         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
47195         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
47196         * sysdeps/unix/sysv/linux/readv.c: Likewise.
47197         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
47198         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
47199         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
47200         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
47201         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
47202         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47203         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
47204         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
47205         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
47206         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
47207         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
47208         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
47209         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47210         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
47211         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
47212         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
47213         * sysvipc/sys/ipc.h: Likewise.
47214         * sysvipc/sys/msg.h: Likewise.
47215         * sysvipc/sys/sem.h: Likewise.
47216         * sysvipc/sys/shm.h: Likewise.
47217         * termios/termios.h: Likewise.
47218         * time/sys/time.h: Likewise.
47219         * time/time.h: Likewise.
47220         * wcsmbs/bits/wchar2.h: Likewise.
47221         * wcsmbs/uchar.h: Likewise.
47222         * wcsmbs/wchar.h: Likewise.
47223         * wctype/wctype.h: Likewise.
47225         [BZ #13551]
47226         * Makeconfig: Remove all but ELF support including AIX support.
47227         * Makerules: Likewise.
47228         * config.h.in: Likewise.
47229         * config.make.in: Likewise.
47230         * configure: Likewise.
47231         * configure.in: Likewise.
47232         * csu/Makefile: Likewise.
47233         * csu/version.c: Likewise.
47234         * debug/Makefile: Likewise.
47235         * dlfcn/Makefile: Likewise.
47236         * elf/Makefile: Likewise.
47237         * extra-lib.mk: Likewise.
47238         * iconv/Makefile: Likewise.
47239         * include/libc-symbols.h: Likewise.
47240         * include/shlib-compat.h: Likewise.
47241         * resolv/Makefile: Likewise.
47242         * resolv/res_libc.c: Likewise.
47243         * rt/Makefile: Likewise.
47244         * sysdeps/i386/asm-syntax.h: Likewise.
47245         * sysdeps/i386/sysdep.h: Likewise.
47246         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47247         * sysdeps/mach/sysdep.h: Likewise.
47248         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
47249         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
47250         * sysdeps/s390/asm-syntax.h: Likewise.
47251         * sysdeps/s390/s390-32/sysdep.h: Likewise.
47252         * sysdeps/s390/s390-64/sysdep.h: Likewise.
47253         * sysdeps/sh/sysdep.h: Likewise.
47254         * sysdeps/unix/sparc/sysdep.h: Likewise.
47255         * sysdeps/wordsize-32/divdi3.c: Likewise.
47256         * sysdeps/x86_64/sysdep.h: Likewise.
47258         * argp/Versions: Remove _argp_unlock_xxx.
47260         [BZ #13559]
47261         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
47262         * abilist/libBrokenLocale.abilist: Likewise.
47263         * abilist/libanl.abilist: Likewise.
47264         * abilist/libc.abilist: Likewise.
47265         * abilist/libcrypt.abilist: Likewise.
47266         * abilist/libdl.abilist: Likewise.
47267         * abilist/libm.abilist: Likewise.
47268         * abilist/libnsl.abilist: Likewise.
47269         * abilist/libpthread.abilist: Likewise.
47270         * abilist/libresolv.abilist: Likewise.
47271         * abilist/librt.abilist: Likewise.
47272         * abilist/libthread_db.abilist: Likewise.
47273         * abilist/libutil.abilist: Likewise.
47274         * abilist/libnss_db.abilist: New file.
47276         * scripts/abilist.awk: Add support for indirect functions.
47278         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
47280         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
47282         * shlib-versions: Remove entries for ports architectures.
47284         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
47285         files in ports.
47286         * elf/stackguard-macros.h: Remove support for IA-64.
47287         * elf/tst-auditmod1.c: Likewise.
47288         * sysdeps/generic/ldsodefs.h: Likewise.
47290         * sysdeps/unix/sysv/linux/configure.in: Ports should define
47291         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
47292         configure files.
47294         [BZ #13552]
47295         * configure.in: Remove --enable-omitfp support.
47296         * FAQ.in: Adjust.
47297         * config.make.in: Likewise.
47298         * Makeconfig: Likewise.
47299         * manual/install.texi: Likewise.
47301         In case anyone cares, the IA-64 architecture could move to ports.
47302         * sysdeps/ia64/*: Removed.
47303         * sysdeps/unix/sysv/linux/ia64/*: Removed.
47304         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
47306         [BZ #13555]
47307         * configure.in: Remove entries for unsupported architectures.
47309         [BZ #13533]
47310         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
47311         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
47312         routines.
47313         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
47314         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
47315         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
47316         fall back to using wcrtomb.
47317         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
47318         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
47319         renaming.
47320         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
47321         * wcsmbs/tst-c16c32-1.c: New file.
47323         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
47324         local variable.
47326         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
47328         * elf/tst-unique3.cc: Add explicit declaration of gets.
47329         * elf/tst-unique3lib.cc: Likewise.
47330         * elf/tst-unique3lib2.cc: Likewise.
47331         * elf/tst-unique4.cc: Likewise.
47333         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
47335 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
47337         [BZ #13566]
47338         * assert/assert.h (static_assert): Don't define for C++.
47339         * libio/stdio.h (gets): Do declare for C++ <= C++11.
47340         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
47342 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
47344         * iconv/loop.c (single loop): Fix assertion in storing of
47345         remaining bytes.
47347         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
47349 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
47351         * posix/getconf.c: Update copyright year.
47352         * nss/getent.c: Likewise.
47353         * nss/makedb.c: Likewise.
47354         * iconv/iconvconfig.c: Likewise.
47355         * iconv/iconv_prog.c: Likewise.
47356         * elf/ldconfig.c: Likewise.
47357         * elf/pldd.c: Likewise.
47358         * elf/sotruss.ksh: Likewise.
47359         * catgets/gencat.c: Likewise.
47360         * csu/version.c: Likewise.
47361         * elf/ldd.bash.in: Likewise.
47362         * elf/sprof.c (print_version): Likewise.
47363         * locale/programs/locale.c: Likewise.
47364         * locale/programs/localedef.c: Likewise.
47365         * login/programs/pt_chown.c: Likewise.
47366         * nscd/nscd.c (print_version): Likewise.
47367         * debug/xtrace.sh: Likewise.
47368         * malloc/memusage.sh: Likewise.
47369         * malloc/mtrace.pl: Likewise.
47370         * debug/catchsegv.sh: Likewise.
47372 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
47374         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
47375         pure attribute.
47377 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
47379         [BZ #13533]
47380         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
47381         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
47382         transformations.
47383         * iconv/gconv_int.h: Likewise.
47384         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
47385         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
47386         from libc for GLIBC_2.16.
47387         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
47388         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
47389         * wcsmbs/uchar.h: Really define mbstate_t.
47390         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
47391         * wcsmbs/c16rtomb.c: New file.
47392         * wcsmbs/mbrtoc16.c: New file.
47393         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
47394         for C/POSIX locale.
47395         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
47396         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
47398         * wcsmbs/wchar.h: Add missing __restrict.
47400 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47402         [BZ #13532]
47403         * time/Makefile (routines): Add timespec_get.
47404         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
47405         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
47406         timespec for ISO C11.
47407         * time/timespec_get.c: New file.
47408         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
47409         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
47411         [BZ #13531]
47412         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
47413         * stdlib/stdlib.h: Declare aligned_alloc.
47414         * Versions.def: Add GLIBC_2.16 for libc.
47415         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
47417         [BZ 13527]
47418         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
47419         ISO C11.
47421         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
47422         code.
47424         [BZ #13528]
47425         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
47427         [BZ #13529]
47428         * assert/assert.h (static_assert): Define.
47430         * version.h: Update for 2.16 development version.
47432         [BZ #13526]
47433         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
47434         _ISOC11_SOURCE.
47436         * version.h (RELEASE): Bump for 2.15 release.
47437         * include/features.h (__GLIBC_MINOR__): Bump to 15.
47439         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
47440         Patch by Marek Polacek <mpolacek@redhat.com>.
47442         * bits/byteswap.h: Protect long long constants with __extension__.
47443         * sysdeps/i386/bits/byteswap.h: Likewise.
47444         * sysdeps/ia64/bits/byteswap.h: Likewise.
47445         * sysdeps/s390/bits/byteswap.h: Likewise.
47446         * sysdeps/x86_64/bits/byteswap.h: Likewise.
47448 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47450         [BZ #13540]
47451         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
47452         destination buffer.
47453         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
47455 2011-12-23  Marek Polacek  <polacek@redhat.com>
47457         * elf/dl-addr.c (determine_info): Add inline keyword.
47458         * elf/tst-auditmod4b.c (check_avx): Likewise.
47459         * elf/tst-auditmod6b.c (check_avx): Likewise.
47460         * elf/tst-auditmod6c.c (check_avx): Likewise.
47461         * elf/tst-auditmod7b.c (check_avx): Likewise.
47463 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47465         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
47466         !__SSE_MATH__.
47468 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47470         [BZ #13540]
47471         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
47472         processing for last bytes.
47474 2011-08-06  Bruno Haible  <bruno@clisp.org>
47476         [BZ #13061]
47477         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
47478         U+0385, not to U+1FEE.
47480         [BZ #13062]
47481         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
47482         entry for U+00A5 U+0301.
47484 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47486         [BZ #13166]
47487         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
47488         buffer for the output is too small.
47490         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
47491         optimization.
47493         [BZ #13185]
47494         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
47495         SSE flags if possible.
47497 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47499         [BZ #13540]
47500         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
47501         processing for last bytes.
47503 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
47505         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
47506         (syscall-list-default-options, syscall-list-default-condition)
47507         (syscall-list-includes): Define.
47508         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
47509         list of ABIs and options and #if conditions for each ABI.  Do not
47510         handle common syscalls between ABIs specially.
47511         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
47512         Remove.
47513         (syscall-list-variants, syscall-list-32bit-options)
47514         (syscall-list-32bit-condition, syscall-list-64bit-options)
47515         (syscall-list-64bit-condition): Define.
47516         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
47517         (syscall-list-variants, syscall-list-32bit-options)
47518         (syscall-list-32bit-condition, syscall-list-64bit-options)
47519         (syscall-list-64bit-condition): Define.
47520         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
47521         Remove.
47522         (syscall-list-variants, syscall-list-32bit-options)
47523         (syscall-list-32bit-condition, syscall-list-64bit-options)
47524         (syscall-list-64bit-condition): Define.
47525         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
47526         Remove.
47527         (syscall-list-variants, syscall-list-32bit-options)
47528         (syscall-list-32bit-condition, syscall-list-64bit-options)
47529         (syscall-list-64bit-condition): Define.
47531 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47533         * locale/iso-639.def: Add brx entry.
47535         [BZ #13328]
47536         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
47537         Proposed by Mariusz_Cukr <marcukr@op.pl>.
47539         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
47540         __feraiseexcept_renamed.
47542 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47544         [BZ #13538]
47545         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
47546         EPOLLET with unsigned values.
47547         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47548         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47550         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
47551         to large cancellation.
47552         * math/s_cacoshf.c: Likewise.
47553         * math/s_cacoshl.c: Likewise.
47555 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
47557         [BZ #13305]
47558         [BZ #12786]
47559         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
47560         * math/s_cacoshf.c: Likewise.
47561         * math/s_cacoshl.c: Likewise.
47563 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47565         [BZ #13439]
47566         * iconv/gconv.h: Define __GCONV_SWAP.
47567         * iconvdata/unicode.c: The swap bit must be stored in __flags.
47568         * iconvdata/utf-16.c: Likewise.
47569         * iconvdata/utf-32.c: Likewise.
47571 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
47573         [BZ #13524]
47574         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
47575         numerator after shifting it by one limb.
47577 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
47579         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
47580         under [__USE_EXTERN_INLINES].
47582 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47584         [BZ #13446]
47585         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
47587 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47589         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
47590         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
47591         optimized code.
47592         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
47593         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
47594         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
47595         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
47596         for strncasecmp/strncasecmp_l compilation.
47597         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
47598         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
47600 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
47602         [BZ #13484]
47603         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
47604         of __asm__.
47606 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47608         [BZ #13506]
47609         * time/tzfile.c (__tzfile_read): Check values from file header.
47611 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
47613         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
47614         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
47615         * powerpc/powerpc32/dl-start.S: Likewise.
47616         * powerpc/powerpc32/elf/start.S: Likewise.
47617         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
47618         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
47619         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
47620         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
47621         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
47622         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
47623         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
47624         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
47625         * powerpc/powerpc32/fpu/s_round.S: Likewise.
47626         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
47627         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
47628         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
47629         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
47630         * powerpc/powerpc32/memset.S: Likewise.
47631         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
47632         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
47633         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
47634         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
47635         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
47636         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
47637         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
47638         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
47639         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
47640         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
47641         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
47642         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
47643         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
47645 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47647         * math/libm-test.inc: Added more nearbyint tests.
47648         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
47649         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
47650         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
47651         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
47653 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
47655         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
47656         FD_CLOEXEC.
47658 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47660         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
47661         Add wcscpy-ssse3 wcscpy-c.
47662         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
47663         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
47664         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
47665         * sysdeps/x86_64/wcschr.S: New file.
47666         * sysdeps/x86_64/wcsrchr.S: New file.
47667         * string/test-strcmp.c: Remove checking of wcscmp function for
47668         wrong alignments.
47669         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
47670         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
47671         wcsrchr-sse2 wcsrchr-c.
47672         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
47673         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
47674         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
47675         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
47676         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
47677         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
47678         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
47679         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
47680         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
47681         * wcsmbc/wcschr.c (WCSCHR): New macro.
47683 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47685         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
47686         * wcsmbs/test-wcsrchr.c: New file.
47687         * string/test-strrchr.c: Add wcsrchr support.
47688         (WIDE): New macro.
47689         * wcsmbs/test-wcscpy.c: New file.
47690         * string/test-strcpy.c: Add wcscpy support.
47691         (WIDE): New macro.
47693 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
47695         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
47696         the inner loop.
47698 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
47700         [BZ #13472]
47701         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
47703 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
47705         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
47706         Minor optimizations.
47708         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
47709         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
47710         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
47712 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
47714         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
47715         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
47716         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
47717         for gcc to avoid warnings.
47718         * inet/Makefile (tests): Add tst-checks.
47719         * inet/tst-checks.c: New file.
47721         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
47722         warning.
47724         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
47725         __wmemcmp_sse2.
47727         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
47728         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
47730         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
47732 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
47734         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
47735         problem.
47737         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
47739 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
47741         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
47742         conditional on GCC version.
47743         (__arch_compare_and_exchange_val_8_acq)
47744         (__arch_compare_and_exchange_val_16_acq)
47745         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
47746         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
47747         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
47749 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
47751         * sysdeps/sh/backtrace.c: New file.
47753 2011-12-02  Andreas Schwab  <schwab@redhat.com>
47755         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
47756         parenthesis.
47758 2011-12-01  Andreas Schwab  <schwab@redhat.com>
47760         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
47761         falling back to utime.
47763 2011-11-30  Andreas Schwab  <schwab@redhat.com>
47765         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
47766         expectations for float.
47768 2011-11-29  Andreas Schwab  <schwab@redhat.com>
47770         * locale/weight.h (findidx): Add parameter len.
47771         * locale/weightwc.h (findidx): Likewise.
47772         * posix/fnmatch_loop.c (FCT): Adjust caller.
47773         * posix/regcomp.c (build_equiv_class): Likewise.
47774         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
47775         * posix/regexec.c (check_node_accept_bytes): Likewise.
47776         * string/strcoll_l.c (STRCOLL): Likewise.
47777         * string/strxfrm_l.c (STRXFRM): Likewise.
47779 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
47781         * Makefile.in: Remove CVSOPT handling.
47782         * configure.in: Remove use of AC_REVISION.
47783         * iconvdata/Makefile (distribute): No need to filter out CVS.
47784         * scripts/list-sources.sh: Remove CVS, subversion and monotone
47785         handling.
47787 2011-11-16  Andreas Schwab  <schwab@redhat.com>
47789         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
47790         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
47791         [USE_AS_STRNCASECMP_L]: Likewise.
47792         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
47793         NO_TLS_DIRECT_SEG_REFS.
47794         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
47795         Fix argument offsets for non-PIC.
47796         [USE_AS_STRNCASECMP_L]: Likewise.
47797         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
47798         NO_TLS_DIRECT_SEG_REFS.
47800 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
47802         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
47803         O_CLOEXEC.
47804         * locale/loadlocale.c (_nl_load_locale): Likewise.
47806 2011-11-15  Andreas Schwab  <schwab@redhat.com>
47808         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
47809         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
47810         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
47811         (SYSCALL_GETTIME): Set errno on error.
47813         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
47814         count references to noai6ai_cached.
47816 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
47818         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
47820         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
47821         FD_CLOEXEC for /proc/self/maps.
47823         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
47824         FD_CLOEXEC for /proc/meminfo.
47826         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
47827         gai.conf.
47829         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
47830         FD_CLOEXEC for given file.
47832         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
47834         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
47835         FD_CLOEXEC for /etc/hosts.
47836         (_gethtent): Likewise.
47838         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
47840         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
47841         cancellation and set FD_CLOEXEC for /etc/netgroup.
47843         * nss/nss_files/files-key.c (search): Don't allow cancellation when
47844         reading /etc/publickey.
47846         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
47847         allow cancellation when reading /etc/group.
47849         * nss/nss_files/files-alias.c (internal_setent): Don't allow
47850         cancellation.
47851         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
47853         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
47854         when using data file.
47856         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
47858         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
47859         (write_nis_obj): Use "c" and "e" in fopen.
47861         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
47863         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
47865         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
47867         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
47869         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
47870         locale.alias.
47872         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
47874         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
47876         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
47878         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
47879         file parsing and set FD_CLOEXEC.
47881 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
47883         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
47885 2011-11-14  Andreas Schwab  <schwab@redhat.com>
47887         * malloc/arena.c (arena_get2): Don't call reused_arena when
47888         _int_new_arena failed.
47890 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
47892         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
47893         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
47894         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
47895         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
47896         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
47897         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
47898         to compile strcasecmp and strncasecmp.
47899         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
47900         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
47902         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
47904 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
47906         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
47907         locale-defines.sym to gen-as-const-headers.
47908         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
47909         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
47910         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
47911         to compile strcasecmp and strncasecmp.
47912         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
47913         strcasecmp_l and strncasecmp_l.
47914         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
47915         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
47916         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
47917         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
47918         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
47919         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
47920         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
47921         * sysdeps/i386/i686/multiarch/strncase.S: New file.
47922         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
47923         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
47924         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
47926 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
47928         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
47929         result of SYSDEP_GETTIME_CPU to retval.
47930         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
47931         parameter list to macro.  Remove trailing semicolon.  Adjust users.
47933         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
47934         variable.
47936         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
47937         mantissa words.
47938         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
47940         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
47941         from unused variable.
47943         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
47944         DWARF definitions.
47945         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
47946         for assembling.
47948         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
47949         over namespaces.
47951         * sunrpc/rpc_prot.c (rejected): Fix case value.
47953         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
47954         unsigned long long int to avoid warnings in shift.
47956         * posix/regex_internal.c (re_string_reconstruct): Actually use result
47957         of use of trans.
47958         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
47959         variable tmp.
47961         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
47962         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
47963         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
47965         * nis/nis_table.c (nis_list): Use variable of correct type for
47966         result of __follow_path call.
47968 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47970         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
47971         of math functions ceil, trunc, floor, round, and sqrt, when
47972         avaliable on the platform.
47973         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
47974         name clash.
47975         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
47976         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
47977         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
47979 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
47981         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
47982         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
47984 2011-11-11  Roland McGrath  <roland@hack.frob.com>
47986         * include/unistd.h: Fix __readlink return type.
47987         Reported by Chris Metcalf <cmetcalf@tilera.com>.
47989 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
47991         * stdlib/ucontext.h: Undo last change for makecontext.
47993 2011-11-11  Andreas Schwab  <schwab@redhat.com>
47995         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
47997         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
47998         * setjmp/setjmp.h: Mark functions as non-leaf.
47999         * setjmp/bits/setjmp2.h: Likewise.
48000         * stdlib/ucontext.h: Likewise.
48002 2011-11-10  Andreas Schwab  <schwab@redhat.com>
48004         * malloc/arena.c (_int_new_arena): Don't increment narenas.
48005         (reused_arena): Don't check arena limit.
48006         (arena_get2): Atomically check arena limit.
48008 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
48010         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
48011         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
48013         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
48014         instructions.
48016 2011-11-07  Andreas Schwab  <schwab@redhat.com>
48018         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
48019         handler when locking.
48021         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
48022         Fix size of allocated buffer.
48024 2011-11-04  Andreas Schwab  <schwab@redhat.com>
48026         [BZ #10103]
48027         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
48028         declarations for long double functions.
48029         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
48031         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
48033 2011-11-03  Andreas Schwab  <schwab@redhat.com>
48035         * nscd/nscd.c (main): Don't start AVC thread until credentials are
48036         installed.
48038         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
48039         is disabled.
48041 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48043         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
48045 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
48047         * include/alloca.h (stackinfo_alloca_round): Define.
48048         (extend_alloca): Use it.
48049         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
48050         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
48051         here.
48053         * scripts/check-local-headers.sh: Ignore libaudit.h.
48055         * nscd/Makefile (extra-objs): Make recursively expanded.
48057 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
48059         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
48060         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
48062         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
48063         * posix/tst-rfc3484-2.c: Likewise.
48064         * posix/tst-rfc3484-3.c: Likewise.
48066         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
48067         process_vm_writev.
48068         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
48069         process_vm_writev.
48070         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
48071         process_vm_writev from libc using GLIBC_2.15 version.
48073         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
48075 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
48077         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
48078         stack usage.
48080 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
48082         [BZ #13367]
48083         * nss/getent.c (initgroups_keys): Show error message in case no group
48084         names are given.
48086         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
48087         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
48088         __bump_nl_timestamp.
48089         * nscd/connections (nscd_init): When host database is served open
48090         netlink socket and request notification about configuration changes.
48091         (main_loop_poll): Track netlink file descriptor and bump timestamp
48092         in case data becomes available.
48093         (main_loop_epoll): Likewise.
48094         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
48095         (database_pers_head): Add extra_data fileds.
48096         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
48097         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
48098         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
48099         Adjust caller.
48100         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
48101         in6ai data, call __free_in6ai.
48102         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
48103         Add -DHAVE_NETLINK.
48104         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
48105         interface information.  Reuse previous data if netlink timestamp
48106         is not changed.
48107         (__bump_nl_timestamp): New function.
48108         (__free_in6ai): New function.
48110 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
48112         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
48113         close_not_cancel_no_status here.
48114         (__check_pf): Reorganize code a bit to not call close twice if OOM.
48116 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
48118         [BZ #13276]
48119         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
48120         return value.
48122         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
48123         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
48124         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
48126 2011-07-03  Andreas Jaeger  <aj@suse.de>
48128         [BZ #10709]
48129         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
48130         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
48131         * math/libm-test.inc (sin_test): Add test case.
48133 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
48135         [BZ #13337]
48136         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
48137         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48139         * elf/chroot_canon.c (chroot_canon): Cleanups.
48141         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
48143         [BZ #13335]
48144         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
48145         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48147         * string/test-strchr.c: Make usable for strchrnul testing.
48148         * string/test-strchrnul.c: New file.
48149         * string/Makefile (strop-tests): Add strchrnul.
48151         * po/it.po: Update from translation team.
48152         * po/es.po: Likewise.
48154 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
48156         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
48157         the three constants needed as parameters.  Drop the others.
48158         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
48159         __m128i_strloadu_tolower.
48160         Create and initialize variable zero and use it in all the places
48161         where _mm_setzero_si128 was used.
48163         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
48164         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
48165         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
48166         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
48167         anymore.
48168         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
48169         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
48170         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
48171         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
48172         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
48173         __mpranred, __mptan.
48174         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
48175         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
48176         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
48177         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
48178         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
48179         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
48180         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
48181         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
48182         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
48184 2011-10-28  Andreas Schwab  <schwab@redhat.com>
48186         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
48187         redefine if SHARED.
48188         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
48190         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
48191         wide char related routines to wcsmbs subdir.
48193 2011-10-27  Andreas Schwab  <schwab@redhat.com>
48195         [BZ #13344]
48196         * misc/sys/cdefs.h (__THROWNL): Define.
48197         * posix/unistd.h: Use __THREADNL instead of __THREAD
48198         for memory synchronization functions.
48200 2011-10-26  Roland McGrath  <roland@hack.frob.com>
48202         [BZ #13349]
48203         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
48204         doesn't exist.
48205         * manual/stdio.texi (Obstack Streams): Node removed.
48207 2011-10-26  Andreas Schwab  <schwab@redhat.com>
48209         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
48210         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48211         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48213         * math/math_private.h (math_force_eval): Allow non-addressable
48214         arguments.
48215         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
48217 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48219         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
48220         file is not needed.
48222         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
48223         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
48224         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
48225         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
48226         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
48227         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
48228         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
48229         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
48230         Add AVX variants.
48231         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
48232         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
48233         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
48234         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
48235         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
48236         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
48237         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
48238         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
48239         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
48240         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
48241         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
48242         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
48243         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
48244         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
48245         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
48246         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
48247         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
48248         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
48249         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
48251         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
48252         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
48254         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
48255         place.  Use VEX encoding when compiling for AVX.
48257 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48259         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
48260         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
48262         * string/test-strchr.c (do_test): Don't generate NUL bytes.
48264 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48266         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
48267         useless if() expression.
48268         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48269         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
48270         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
48271         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48272         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
48273         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48274         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48275         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48276         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
48277         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48278         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48279         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48280         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
48281         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48282         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
48283         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48284         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48285         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48286         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
48288         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
48290 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48292         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
48293         condition.
48294         * elf/dl-fini.c (_dl_sort_fini): Likewise.
48296 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48298         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
48299         .text section.  Avoid duplicate constants.
48300         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
48301         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48302         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48303         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48304         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48305         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48306         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48307         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48308         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
48309         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
48310         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
48311         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
48312         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
48313         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
48314         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
48315         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
48316         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
48317         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
48318         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
48319         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48320         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
48321         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
48322         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
48323         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
48324         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
48325         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
48326         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
48327         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
48328         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
48329         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
48330         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
48331         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
48332         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
48333         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
48334         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
48335         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
48336         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
48337         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
48338         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
48339         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
48340         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
48341         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
48342         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
48343         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
48344         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
48346 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
48348         * sysdeps/x86_64/dla.h: Move to ...
48349         * sysdeps/x86_64/fpu/dla.h: ...here.
48350         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
48351         situations.  Use __builtin_fma only for gcc 4.6 and up.
48353         * config.make.in: Add have-mfma4 entry.
48354         * configure.in: Substitute libc_cv_cc_fma4.
48355         * math/Makefile (dbl-only-routines): Add sincostab.
48356         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
48357         Use __sincostab not sincos.
48358         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
48359         name is a macro.
48360         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48361         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48362         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48363         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
48364         using __copysign.
48365         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
48366         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
48367         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
48368         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
48369         and __inv.
48370         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
48371         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
48372         __copysign.
48373         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
48374         define aliases when function name is a macro.
48375         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
48376         sysdeps/ieee754/dbl-64/sincos.tbl.
48377         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
48378         fma4-enabled routines.
48379         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
48380         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
48381         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
48382         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
48383         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
48384         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
48385         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
48386         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
48387         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
48388         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
48389         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
48390         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
48391         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
48392         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
48393         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
48394         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
48395         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
48396         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
48397         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
48398         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
48399         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
48400         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
48401         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
48402         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
48403         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
48404         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
48405         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
48406         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
48407         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
48408         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
48410         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
48411         rename.
48412         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48413         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48414         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48415         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48416         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48417         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48418         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48419         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48421 2011-10-24  Andreas Schwab  <schwab@redhat.com>
48423         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
48425 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48427         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
48429         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
48430         prediction.
48431         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
48433         * string/strnlen.c: Don't define STRNLEN, reverse logic.
48434         Remove unused variable magic_bits.
48435         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
48437         * string/strnlen.c: Define and use STRNLEN macro.
48438         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
48439         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
48440         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
48441         * wcsmbs/wcslen.c: Define and use WCSLEN.
48442         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
48443         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
48444         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
48445         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
48446         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
48447         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
48448         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
48450 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48452         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48453         strnlen-sse2-no-bsf.
48454         Rename strlen-no-bsf to strlen-sse2-no-bsf.
48455         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
48456         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
48457         Add strnlen support.
48458         (USE_AS_STRNLEN): New macro.
48459         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
48460         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
48461         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
48462         * sysdeps/x86_64/wcslen.S: New file.
48464 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
48466         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
48467         XMM-moves are used for copying on small sizes.
48469 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48471         * wcsmbs/Makefile (strop-tests): Add wcschr.
48472         * wcsmbs/test-wcschr.c: New file.
48473         * string/test-strchr.c: Update.
48474         Add wcschr support.
48475         (WIDE): New macro.
48477 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48479         * wcsmbs/Makefile (strop-tests): Add wcslen.
48480         * wcsmbs/test-wcslen.c: New file.
48481         * string/test-strlen.c: Update.
48482         Add wcslen support.
48483         (WIDE): New macro.
48485 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48487         * po/it.po: Update from translation team.
48489 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48491         * sysdeps/x86_64/wcscmp.S: Update.
48492         Fix wrong comparison semantics.
48493         wcscmp shall use signed comparison not unsigned.
48494         Don't use substraction to avoid overflow bug.
48495         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
48496         * wcsmbc/wcscmp.c: Likewise.
48497         * string/test-strcmp.c: Likewise.
48498         Add new tests to check cases with negative values.
48500 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48502         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
48503         * sysdeps/x86_64/dla.h: ...here.  New file.
48504         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
48505         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48506         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48507         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48508         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48509         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48510         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48511         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48512         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48514 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
48516         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
48517         __ynl_finite aliases.
48519 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48521         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
48523         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
48524         define DLA_FMA.
48525         [DLA_FMA] (EMULV): Use DLA_FMA.
48526         [DLA_FMA] (MUL12): Use EMULV.
48527         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
48528         that are not needed.
48529         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48530         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48531         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48532         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48533         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48534         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48535         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48537 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
48539         * math/s_nan.c: Undef __nan.
48540         * math/s_nanf.c: Undef __nanf.
48541         * math/s_nanl.c: Undef __nanl.
48542         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
48543         "math_private.h".
48545 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48547         * math/s_catan.c: Add branch predictions.
48548         * math/s_catanf.c: Likewise.
48549         * math/s_catanh.c: Likewise.
48550         * math/s_catanhf.c: Likewise.
48551         * math/s_catanhl.c: Likewise.
48552         * math/s_catanl.c: Likewise.
48553         * math/s_cexp.c: Likewise.
48554         * math/s_cexpf.c: Likewise.
48555         * math/s_cexpl.c: Likewise.
48556         * math/s_clog.c: Likewise.
48557         * math/s_clog10.c: Likewise.
48558         * math/s_clog10f.c: Likewise.
48559         * math/s_clog10l.c: Likewise.
48560         * math/s_clogf.c: Likewise.
48561         * math/s_clogl.c: Likewise.
48562         * math/s_csqrt.c: Likewise.
48563         * math/s_csqrtf.c: Likewise.
48564         * math/s_csqrtl.c: Likewise.
48565         * math/s_ctanf.c: Likewise.
48566         * math/s_ctanh.c: Likewise.
48567         * math/s_ctanhf.c: Likewise.
48568         * math/s_ctanhl.c: Likewise.
48569         * math/s_ctanl.c: Likewise.
48571         * math/math_private.h: Define __nan, __nanf, __nanl.
48572         * math/s_cacosh.c: Include <math_private.h>.
48573         * math/s_cacoshl.c: Likewise.
48574         * math/s_casinh.c: Likewise.
48575         * math/s_casinhf.c: Likewise.
48576         * math/s_casinhl.c: Likewise.
48577         * math/s_ccos.c: Rely entire on ccosh.
48578         * math/s_ccosf.c: Rely entire on ccoshf.
48579         * math/s_ccosl.c: Rely entirely on ccoshl.
48580         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
48581         Remove tests for FE_INVALID.
48582         * math/s_ccoshf.c: Likewise.
48583         * math/s_ccoshl.c: Likewise.
48584         * math/s_csin.c: Likewise.
48585         * math/s_csinf.c: Likewise.
48586         * math/s_csinh.c Likewise.
48587         * math/s_csinhf.c: Likewise.
48588         * math/s_csinhl.c: Likewise.
48589         * math/s_csinl.c: Likewise.
48590         * math/s_ctan.c: Likewise.
48591         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
48592         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
48593         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
48595 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
48597         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
48598         compilation problems.
48600         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
48601         __builtin_expect.
48603 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
48605         * sysdeps/i386/configure.in: Test for -mfma4 option.
48606         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
48607         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
48608         COMMON_CPUID_INDEX_80000001.
48609         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
48610         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
48611         use it if FMA3 is not supported.
48612         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
48614         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
48615         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
48617 2011-10-20  Andreas Schwab  <schwab@redhat.com>
48619         [BZ #12892]
48620         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
48621         it would create a cycle with a link time dependency.
48623 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
48625         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
48626         instruction.
48627         * string/Makefile (strop-tests): Add rawmemchr.
48628         * string/test-rawmemchr.c: New file.
48630         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
48631         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
48632         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
48633         when compiling str{,n}casecmp and when AVX is available.  Hook up
48634         new optimized code in initializers.
48636 2011-10-19  Andreas Schwab  <schwab@redhat.com>
48638         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
48639         __feraiseexcept instead of feraiseexcept.
48641 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
48643         * math/math_private.h: Define defaults for libc_fetestexcept and
48644         libc_feupdateenv.
48645         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
48646         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
48647         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
48648         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
48649         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
48650         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
48651         libc_fetestexcept and libc_feupdateenv.
48653         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
48654         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
48655         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
48656         * sysdeps/x86_64/fpu/math_private.h: Define special version of
48657         libc_feholdexcept_setround.
48659         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
48660         Add s_nearbyint-c and s_nearbyintf-c.
48661         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
48662         nearbyintf inlines.
48663         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
48664         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
48665         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
48666         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
48668         * math/math_private.h: Define defaults for libc_fegetround,
48669         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
48670         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
48671         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
48672         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
48673         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
48674         standard functions.
48675         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
48676         Remove comments and hacks for old compiler versions.
48677         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
48678         libc_fegetround, libc_fesetround, libc_feholdexcept, and
48679         libc_feholdexceptl.
48681 2011-10-18  Andreas Schwab  <schwab@redhat.com>
48683         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
48684         (__feraiseexcept_renamed): Add __NTH.
48685         (feraiseexcept): Add __NTH.  Rename local variables to fix
48686         namespace violations.
48688 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
48690         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
48692         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
48694         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
48695         recently added interfaces.
48696         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
48698         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
48699         about macro parameter expansion.
48701         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
48702         __NO_MATH_INLINES is defined.  Cleanups.
48704         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
48705         and __floorf is target has SSE4.1.
48706         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
48707         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
48708         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
48709         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
48711         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
48712         name.
48713         (floorf): Likewise.
48715         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
48717 2011-10-17  Andreas Schwab  <schwab@redhat.com>
48719         * misc/sys/cdefs.h: Fix last change.
48721         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
48722         database lookup.
48724 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
48726         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
48728         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
48729         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48730         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
48731         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48732         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48733         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
48734         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48735         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48736         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
48737         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
48738         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
48739         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
48740         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
48741         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
48742         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
48743         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
48744         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
48745         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
48746         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
48747         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
48748         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
48749         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
48751         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
48752         ceil, ceilf, floor, floorf.
48754         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
48755         Perform IRELATIVE relocations last.
48757         * elf/do-rel.h: Add another parameter nrelative, replacing the
48758         local variable with the same name.  Change name of the function
48759         to end in Rel or Rela (uppercase).
48760         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
48761         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
48762         elf_dynamic_do_##reloc function.
48764 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
48766         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
48767         is sufficient, at least on modern CPUs.
48769         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
48771         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
48772         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
48774         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
48775         __expl_finite.
48776         * math/bits/math-finite.h: Add entries for exp.
48777         * math/e_expl.c: Add __*_finite alias.
48778         * sysdeps/i386/fpu/e_exp.S: Likewise.
48779         * sysdeps/i386/fpu/e_expf.S: Likewise.
48780         * sysdeps/i386/fpu/e_expl.c: Likewise.
48781         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48782         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
48783         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
48784         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
48785         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
48786         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
48787         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
48789         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
48790         is sufficient, at least on modern CPUs.
48792         * ctype/ctype-info.c (__ctype_init): Define.
48793         * include/ctype.h (__ctype_init): Declare.
48794         (__ctype_b_loc): The variable is always initialized.
48795         (__ctype_toupper_loc): Likewise.
48796         (__ctype_tolower_loc): Likewise.
48797         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
48798         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
48800 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
48802         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
48804         * configure.in: Also look in $cxxmachine/include for C++ system
48805         headers.
48807 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48809         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
48810         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
48811         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
48812         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
48813         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
48814         (USE_AS_WMEMCMP): New macro.
48815         Fixing indents.
48816         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
48817         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
48818         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
48819         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
48820         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48821         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
48822         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
48823         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
48824         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
48825         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
48826         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
48827         (USE_AS_WMEMCMP): New macro.
48828         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
48829         * sysdeps/string/test-memcmp.c: Update.
48830         Fix simple_wmemcmp.
48831         Add new tests.
48832         * wcsmbs/wmemcmp.c: Update.
48833         (WMEMCMP): New macro.
48834         Fix overflow bug.
48836 2011-10-12  Andreas Jaeger  <aj@suse.de>
48838         [BZ #13268]
48839         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
48841 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
48843         * libio/iofwide.c (do_length): Avoid warning.
48845         * ctype/ctype.h (__isctype_f): Add missing __THROW.
48847 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
48849         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
48851         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
48852         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
48853         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
48854         * sysdeps/i386/i686/fpu/e_log.S: New file.
48855         * sysdeps/i386/i686/fpu/e_logf.S: New file.
48856         * sysdeps/i386/i686/fpu/e_logl.S: New file.
48858         * ctype/ctype.h: Add support for inlined isXXX functions when
48859         compiling C++ code.
48861 2011-10-14  Andreas Schwab  <schwab@redhat.com>
48863         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
48865         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
48867 2011-10-13  Roland McGrath  <roland@hack.frob.com>
48869         [BZ #13291]
48870         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
48872 2011-10-13  Andreas Schwab  <schwab@redhat.com>
48874         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
48875         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
48876         feraiseexcept.
48878         * sysdeps/x86_64/memrchr.S: Check for zero size.
48880         * string/stratcliff.c: Add memrchr tests.
48882 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48884         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48885         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
48886         rawmemchr-sse2 rawmemchr-sse2-bsf.
48887         * sysdeps/i386/i686/multiarch/memchr.S: New file.
48888         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
48889         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
48890         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
48891         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
48892         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
48893         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
48894         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
48895         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
48896         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
48897         * string/memrchr.c (MEMRCHR): New macro.
48899 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
48901         Add integration with gcc's -ffinite-math-only and optimize wrapper
48902         functions in libm.
48903         * Versions.def: Define GLIBC_2.15 version for libm.
48904         * math/Makefile (headers): Add bits/math-finite.h.
48905         * math/bits/math-finite.h: New file.
48906         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
48907         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
48908         * math/e_acoshl.c: Add __*_finite alias.
48909         * math/e_acosl.c: Likewise.
48910         * math/e_asinl.c: Likewise.
48911         * math/e_atan2l.c: Likewise.
48912         * math/e_atanhl.c: Likewise.
48913         * math/e_coshl.c: Likewise.
48914         * math/e_exp10.c: Likewise.
48915         * math/e_exp10f.c: Likewise.
48916         * math/e_exp10l.c: Likewise.
48917         * math/e_exp2l.c: Likewise.
48918         * math/e_fmodl.c: Likewise.
48919         * math/e_gammal_r.c: Likewise.
48920         * math/e_hypotl.c: Likewise.
48921         * math/e_j0l.c: Likewise.
48922         * math/e_j1l.c: Likewise.
48923         * math/e_jnl.c: Likewise.
48924         * math/e_lgammal_r.c: Likewise.
48925         * math/e_log10l.c: Likewise.
48926         * math/e_log2l.c: Likewise.
48927         * math/e_logl.c: Likewise.
48928         * math/e_powl.c: Likewise.
48929         * math/e_sinhl.c: Likewise.
48930         * math/e_sqrtl.c: Likewise.
48931         * math/e_scalb.c: Completely rewritten and optimized.
48932         * math/e_scalbf.c: Likewise.
48933         * math/e_scalbl.c: Likewise.
48934         * math/w_acos.c: Likewise.
48935         * math/w_acosf.c: Likewise.
48936         * math/w_acosl.c: Likewise.
48937         * math/w_acosh.c: Likewise.
48938         * math/w_acoshf.c: Likewise.
48939         * math/w_acoshl.c: Likewise.
48940         * math/w_asin.c: Likewise.
48941         * math/w_asinf.c: Likewise.
48942         * math/w_asinl.c: Likewise.
48943         * math/w_atan2.c: Likewise.
48944         * math/w_atan2f.c: Likewise.
48945         * math/w_atan2l.c: Likewise.
48946         * math/w_atanh.c: Likewise.
48947         * math/w_atanhf.c: Likewise.
48948         * math/w_atanhl.c: Likewise.
48949         * math/w_exp10.c: Likewise.
48950         * math/w_exp10f.c: Likewise.
48951         * math/w_exp10l.c: Likewise.
48952         * math/w_fmod.c: Likewise.
48953         * math/w_fmodf.c: Likewise.
48954         * math/w_fmodl.c: Likewise.
48955         * math/w_j0.c: Likewise.
48956         * math/w_j0f.c: Likewise.
48957         * math/w_j0l.c: Likewise.
48958         * math/w_j1.c: Likewise.
48959         * math/w_j1f.c: Likewise.
48960         * math/w_j1l.c: Likewise.
48961         * math/w_jn.c: Likewise.
48962         * math/w_jnf.c: Likewise.
48963         * math/w_log.c: Likewise.
48964         * math/w_logf.c: Likewise.
48965         * math/w_logl.c: Likewise.
48966         * math/w_log10.c: Likewise.
48967         * math/w_log10f.c: Likewise.
48968         * math/w_log10l.c: Likewise.
48969         * math/w_log2.c: Likewise.
48970         * math/w_log2f.c: Likewise.
48971         * math/w_log2l.c: Likewise.
48972         * math/w_pow.c: Likewise.
48973         * math/w_powf.c: Likewise.
48974         * math/w_powl.c: Likewise.
48975         * math/w_remainder.c: Likewise.
48976         * math/w_remainderf.c: Likewise.
48977         * math/w_remainderl.c: Likewise.
48978         * math/w_scalb.c: Likewise.
48979         * math/w_scalbf.c: Likewise.
48980         * math/w_scalbl.c: Likewise.
48981         * math/w_sqrt.c: Likewise.
48982         * math/w_sqrtf.c: Likewise.
48983         * math/w_sqrtl.c: Likewise.
48984         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
48985         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
48986         used.
48987         * math/math_private.h: Declare __kernel_standard_f.
48988         * math/w_cosh.c: Remove cruft and optimize a bit.
48989         * math/w_coshf.c: Likewise.
48990         * math/w_coshl.c: Likewise.
48991         * math/w_exp2.c: Likewise.
48992         * math/w_exp2f.c: Likewise.
48993         * math/w_exp2l.c: Likewise.
48994         * math/w_hypot.c: Likewise.
48995         * math/w_hypotf.c: Likewise.
48996         * math/w_hypotl.c: Likewise.
48997         * math/w_lgamma.c: Likewise.
48998         * math/w_lgamma_r.c: Likewise.
48999         * math/w_lgammaf.c: Likewise.
49000         * math/w_lgammaf_r.c: Likewise.
49001         * math/w_lgammal.c: Likewise.
49002         * math/w_lgammal_r.c: Likewise.
49003         * math/w_sinh.c: Likewise.
49004         * math/w_sinhf.c: Likewise.
49005         * math/w_sinhl.c: Likewise.
49006         * math/w_tgamma.c: Likewise.
49007         * math/w_tgammaf.c: Likewise.
49008         * math/w_tgammal.c: Likewise.
49009         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
49010         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
49011         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
49012         Minor optimizations.  Pretty printing.  Remove cruft.
49013         * sysdeps/i386/fpu/e_acosf.S: Likewise.
49014         * sysdeps/i386/fpu/e_acosh.S: Likewise.
49015         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
49016         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
49017         * sysdeps/i386/fpu/e_acosl.c: Likewise.
49018         * sysdeps/i386/fpu/e_asin.S: Likewise.
49019         * sysdeps/i386/fpu/e_asinf.S: Likewise.
49020         * sysdeps/i386/fpu/e_atan2.S: Likewise.
49021         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
49022         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
49023         * sysdeps/i386/fpu/e_atanh.S: Likewise.
49024         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
49025         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
49026         * sysdeps/i386/fpu/e_exp10.S: Likewise.
49027         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
49028         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
49029         * sysdeps/i386/fpu/e_exp2.S: Likewise.
49030         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
49031         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
49032         * sysdeps/i386/fpu/e_fmod.S: Likewise.
49033         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
49034         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
49035         * sysdeps/i386/fpu/e_hypot.S: Likewise.
49036         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
49037         * sysdeps/i386/fpu/e_log.S: Likewise.
49038         * sysdeps/i386/fpu/e_log10.S: Likewise.
49039         * sysdeps/i386/fpu/e_log10f.S: Likewise.
49040         * sysdeps/i386/fpu/e_log10l.S: Likewise.
49041         * sysdeps/i386/fpu/e_log2.S: Likewise.
49042         * sysdeps/i386/fpu/e_log2f.S: Likewise.
49043         * sysdeps/i386/fpu/e_log2l.S: Likewise.
49044         * sysdeps/i386/fpu/e_logf.S: Likewise.
49045         * sysdeps/i386/fpu/e_logl.S: Likewise.
49046         * sysdeps/i386/fpu/e_pow.S: Likewise.
49047         * sysdeps/i386/fpu/e_powf.S: Likewise.
49048         * sysdeps/i386/fpu/e_powl.S: Likewise.
49049         * sysdeps/i386/fpu/e_remainder.S: Likewise.
49050         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
49051         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
49052         * sysdeps/i386/fpu/e_scalb.S: Likewise.
49053         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
49054         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
49055         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
49056         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
49057         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
49058         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
49059         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
49060         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
49061         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
49062         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
49063         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
49064         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
49065         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
49066         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
49067         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
49068         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
49069         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
49070         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
49071         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
49072         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
49073         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
49074         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
49075         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
49076         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
49077         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
49078         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
49079         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
49080         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
49081         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
49082         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
49083         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
49084         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
49085         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
49086         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
49087         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
49088         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
49089         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
49090         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49091         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
49092         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
49093         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
49094         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
49095         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
49096         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
49097         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
49098         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
49099         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
49100         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
49101         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
49102         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
49103         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
49104         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
49105         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
49106         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
49107         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
49108         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
49109         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
49110         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
49111         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
49112         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
49113         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
49114         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
49115         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
49116         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
49117         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
49118         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
49119         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
49120         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
49121         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
49122         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
49123         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
49124         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
49125         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
49126         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
49127         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
49128         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
49129         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
49130         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
49131         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
49132         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
49133         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
49134         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
49135         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
49136         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
49137         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
49138         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
49139         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
49140         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
49141         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
49142         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
49143         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
49144         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49145         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
49146         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
49147         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
49148         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
49149         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
49150         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
49151         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
49152         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
49153         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
49154         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
49155         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
49156         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
49157         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
49158         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
49159         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
49160         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
49161         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
49162         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
49163         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
49164         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
49165         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
49166         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
49167         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
49168         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
49169         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
49170         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
49171         (__isnanf): Likewise.
49172         (__isinf_ns): Likewise.
49173         (__isinf_nsf): Likewise.
49174         (__finite): Likewise.
49175         (__finitef): Likewise.
49176         (__ieee754_sqrt): Define as macro.
49177         (__ieee754_sqrtf): Define as macro.
49178         (__ieee754_sqrtl): Define as macro.
49179         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
49180         inlined copy.
49181         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
49182         __FINITE_MATH_ONLY__ consistent.
49183         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
49185 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
49187         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
49188         of rawmemchr.
49190         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
49192 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
49194         * po/ja.po: Update from translation team.
49196 2011-10-08  Roland McGrath  <roland@hack.frob.com>
49198         * locale/programs/locarchive.c (prepare_address_space): New function.
49199         (create_archive, enlarge_archive, open_archive): Use it.
49201         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
49202         inside [SHARED], where it is used.
49204         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
49206         * nss/getent.c (netgroup_keys): Remove unused variable.
49207         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
49209 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
49211         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
49212         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
49213         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
49214         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
49215         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
49216         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
49217         * math/Makefile (libm-calls): Add s_isinf_ns.
49218         * math/divtc3.c: Use __isinf_nsl instead of isinf.
49219         * math/multc3.c: Likewise.
49220         * math/s_casin.c: Likewise.
49221         * math/s_casinf.c: Likewise.
49222         * math/s_casinl.c: Likewise.
49223         * math/s_ccos.c: Likewise.
49224         * math/s_ccosf.c: Likewise.
49225         * math/s_ccosl.c: Likewise.
49226         * math/s_ctan.c: Likewise.
49227         * math/s_ctanf.c: Likewise.
49228         * math/s_ctanh.c: Likewise.
49229         * math/s_ctanhf.c: Likewise.
49230         * math/s_ctanhl.c: Likewise.
49231         * math/s_ctanl.c: Likewise.
49232         * math/w_fmod.c: Likewise.
49233         * math/w_fmodf.c: Likewise.
49234         * math/w_fmodl.c: Likewise.
49235         * math/w_remainder.c: Likewise.
49236         * math/w_remainderf.c: Likewise.
49237         * math/w_remainderl.c: Likewise.
49238         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
49239         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
49240         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
49241         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
49242         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
49243         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
49244         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
49245         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
49247         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
49248         of the number.
49249         * stdio-common/printf_fphex.c: Likewise.
49250         * stdio-common/printf_size.c: Likewise.
49252         * math/e_exp10.c: Include math_private.h using <...> not "...".
49253         * math/e_exp10f.c: Likewise.
49254         * math/e_exp10l.c: Likewise.
49255         * math/e_exp2l.c: Likewise.
49256         * math/e_j0l.c: Likewise.
49257         * math/e_j1l.c: Likewise.
49258         * math/e_jnl.c: Likewise.
49259         * math/e_lgammal_r.c: Likewise.
49260         * math/e_rem_pio2l.c: Likewise.
49261         * math/e_scalb.c: Likewise.
49262         * math/e_scalbf.c: Likewise.
49263         * math/e_scalbl.c: Likewise.
49264         * math/k_cosl.c: Likewise.
49265         * math/k_sinl.c: Likewise.
49266         * math/k_tanl.c: Likewise.
49267         * math/s_cacoshf.c: Likewise.
49268         * math/s_catan.c: Likewise.
49269         * math/s_catanf.c: Likewise.
49270         * math/s_catanh.c: Likewise.
49271         * math/s_catanhf.c: Likewise.
49272         * math/s_catanhl.c: Likewise.
49273         * math/s_catanl.c: Likewise.
49274         * math/s_ccosh.c: Likewise.
49275         * math/s_ccoshf.c: Likewise.
49276         * math/s_ccoshl.c: Likewise.
49277         * math/s_cexp.c: Likewise.
49278         * math/s_cexpf.c: Likewise.
49279         * math/s_cexpl.c: Likewise.
49280         * math/s_clog.c: Likewise.
49281         * math/s_clog10.c: Likewise.
49282         * math/s_clog10f.c: Likewise.
49283         * math/s_clog10l.c: Likewise.
49284         * math/s_clogf.c: Likewise.
49285         * math/s_clogl.c: Likewise.
49286         * math/s_csin.c: Likewise.
49287         * math/s_csinf.c: Likewise.
49288         * math/s_csinh.c: Likewise.
49289         * math/s_csinhf.c: Likewise.
49290         * math/s_csinhl.c: Likewise.
49291         * math/s_csinl.c: Likewise.
49292         * math/s_csqrt.c: Likewise.
49293         * math/s_csqrtf.c: Likewise.
49294         * math/s_csqrtl.c: Likewise.
49295         * math/s_ctan.c: Likewise.
49296         * math/s_ctanf.c: Likewise.
49297         * math/s_ctanh.c: Likewise.
49298         * math/s_ctanhf.c: Likewise.
49299         * math/s_ctanhl.c: Likewise.
49300         * math/s_ctanl.c: Likewise.
49301         * math/s_ldexp.c: Likewise.
49302         * math/s_ldexpf.c: Likewise.
49303         * math/s_ldexpl.c: Likewise.
49304         * math/s_significand.c: Likewise.
49305         * math/s_significandf.c: Likewise.
49306         * math/s_significandl.c: Likewise.
49307         * math/w_acos.c: Likewise.
49308         * math/w_acosf.c: Likewise.
49309         * math/w_acosh.c: Likewise.
49310         * math/w_acoshf.c: Likewise.
49311         * math/w_acoshl.c: Likewise.
49312         * math/w_acosl.c: Likewise.
49313         * math/w_asin.c: Likewise.
49314         * math/w_asinf.c: Likewise.
49315         * math/w_asinl.c: Likewise.
49316         * math/w_atan2.c: Likewise.
49317         * math/w_atan2f.c: Likewise.
49318         * math/w_atan2l.c: Likewise.
49319         * math/w_atanh.c: Likewise.
49320         * math/w_atanhf.c: Likewise.
49321         * math/w_atanhl.c: Likewise.
49322         * math/w_cosh.c: Likewise.
49323         * math/w_coshf.c: Likewise.
49324         * math/w_coshl.c: Likewise.
49325         * math/w_dremf.c: Likewise.
49326         * math/w_exp10.c: Likewise.
49327         * math/w_exp10f.c: Likewise.
49328         * math/w_exp10l.c: Likewise.
49329         * math/w_exp2.c: Likewise.
49330         * math/w_exp2f.c: Likewise.
49331         * math/w_fmod.c: Likewise.
49332         * math/w_fmodf.c: Likewise.
49333         * math/w_fmodl.c: Likewise.
49334         * math/w_hypot.c: Likewise.
49335         * math/w_hypotf.c: Likewise.
49336         * math/w_hypotl.c: Likewise.
49337         * math/w_j0.c: Likewise.
49338         * math/w_j0f.c: Likewise.
49339         * math/w_j0l.c: Likewise.
49340         * math/w_j1.c: Likewise.
49341         * math/w_j1f.c: Likewise.
49342         * math/w_j1l.c: Likewise.
49343         * math/w_jn.c: Likewise.
49344         * math/w_jnf.c: Likewise.
49345         * math/w_jnl.c: Likewise.
49346         * math/w_lgamma.c: Likewise.
49347         * math/w_lgamma_r.c: Likewise.
49348         * math/w_lgammaf.c: Likewise.
49349         * math/w_lgammaf_r.c: Likewise.
49350         * math/w_lgammal.c: Likewise.
49351         * math/w_lgammal_r.c: Likewise.
49352         * math/w_log.c: Likewise.
49353         * math/w_log10.c: Likewise.
49354         * math/w_log10f.c: Likewise.
49355         * math/w_log10l.c: Likewise.
49356         * math/w_log2.c: Likewise.
49357         * math/w_log2f.c: Likewise.
49358         * math/w_log2l.c: Likewise.
49359         * math/w_logf.c: Likewise.
49360         * math/w_logl.c: Likewise.
49361         * math/w_pow.c: Likewise.
49362         * math/w_powf.c: Likewise.
49363         * math/w_powl.c: Likewise.
49364         * math/w_remainder.c: Likewise.
49365         * math/w_remainderf.c: Likewise.
49366         * math/w_remainderl.c: Likewise.
49367         * math/w_scalb.c: Likewise.
49368         * math/w_scalbf.c: Likewise.
49369         * math/w_scalbl.c: Likewise.
49370         * math/w_sinh.c: Likewise.
49371         * math/w_sinhf.c: Likewise.
49372         * math/w_sinhl.c: Likewise.
49373         * math/w_sqrt.c: Likewise.
49374         * math/w_sqrtf.c: Likewise.
49375         * math/w_sqrtl.c: Likewise.
49376         * math/w_tgamma.c: Likewise.
49377         * math/w_tgammaf.c: Likewise.
49378         * math/w_tgammal.c: Likewise.
49380         * po/ja.po: Update from translation team.
49382 2011-09-29  Andreas Jaeger  <aj@suse.de>
49384         [BZ #13179]
49385         * sunrpc/netname.c (netname2host): Fix logic.
49387         [BZ #6779]
49388         [BZ #6783]
49389         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
49390         correctly.
49391         * math/w_remainder.c (__remainder): Likewise.
49392         * math/w_remainderf.c (__remainderf): Likewise.
49393         * math/libm-test.inc (remainder_test): Add test cases.
49395 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49397         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
49398         sdiv_qrnnd.
49400 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49402         * string/test-memcmp.c: Avoid unncessary #defines.
49403         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
49405 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49407         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
49408         Use new sse2 version for core i3 - i7 as it's faster
49409         than sse42 version.
49410         (bit_Prefer_PMINUB_for_stringop): New.
49411         * sysdeps/x86_64/rawmemchr.S: Update.
49412         Replace with faster SSE2 version.
49413         * sysdeps/x86_64/memrchr.S: New file.
49414         * sysdeps/x86_64/memchr.S: Update.
49415         Replace with faster SSE2 version.
49417 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
49419         * elf/dl-load.c (lose): Add cast to avoid warning.
49421 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49423         * po/ca.po: Update from translation team.
49425         * inet/getnetgrent_r.c: Hook up nscd.
49426         * nscd/Makefile (routines): Add nscd_netgroup.
49427         (nscd-modules): Add netgroupcache.
49428         (CFLAGS-netgroupcache.c): Define.
49429         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
49430         (cache_search): Add const to second parameter.
49431         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
49432         INNETGR.
49433         (dbs): Add netgrdb entry.
49434         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
49435         (verify_persistent_db): Handle netgrdb.
49436         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
49437         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
49438         GETFDNETGR.
49439         (netgroup_response_header): Define.
49440         (innetgroup_response_header): Define.
49441         (datahead): Add netgroup_response_header and innetgroup_response_header
49442         elements.
49443         * nscd/nscd.conf: Add entries for netgroup cache.
49444         * nscd/nscd.h (dbtype): Add netgrdb.
49445         (_PATH_NSCD_NETGROUP_DB): Define.
49446         (netgroup_iov_disabled): Declare.
49447         (xmalloc, xcalloc, xrealloc): Move declarations here.
49448         (cache_search): Adjust prototype.
49449         Add netgroup-related prototypes.
49450         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
49451         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
49452         (__nscd_innetgr): Declare.
49453         * nscd/selinux.c (perms): Use access_vector_t as element type and
49454         add netgroup-related initializers.
49455         * nscd/netgroupcache.c: New file.
49456         * nscd/nscd_netgroup.c: New file.
49457         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
49458         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
49459         For four parameters use innetgr.
49460         * nss/nss_files/files-init.c: Add definition and callback for netgr.
49461         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
49462         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
49463         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
49465         * nscd/connections.c (register_traced_file): Don't register file
49466         for disabled databases.
49468 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
49470         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
49472         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
49473         from tree and freeing node.
49475 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
49477         * nss/nsswitch.c (__nss_database_lookup): Handle
49478         nss_parse_service_list out of memory case.
49480 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
49482         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
49483         out of memory case.
49485 2011-10-04  Andreas Schwab  <schwab@redhat.com>
49487         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
49488         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
49489         pass it down.
49490         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
49491         elf_machine_rela, elf_machine_lazy_rel.
49492         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
49493         (ELF_DYNAMIC_DO_REL): Likewise.
49494         (ELF_DYNAMIC_DO_RELA): Likewise.
49495         (ELF_DYNAMIC_RELOCATE): Likewise.
49496         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
49497         to ELF_DYNAMIC_DO_REL.
49498         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
49499         (dl_main): In trace mode always set __RTLD_NOIFUNC.
49500         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
49501         elf_machine_rela.
49502         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
49503         skip_ifunc, don't call ifunc function if non-zero.
49504         (elf_machine_rela): Likewise.
49505         (elf_machine_lazy_rel): Likewise.
49506         (elf_machine_lazy_rela): Likewise.
49507         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
49508         (elf_machine_lazy_rel): Likewise.
49509         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
49510         Likewise.
49511         (elf_machine_lazy_rel): Likewise.
49512         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49513         Likewise.
49514         (elf_machine_lazy_rel): Likewise.
49515         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
49516         (elf_machine_lazy_rel): Likewise.
49517         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
49518         (elf_machine_lazy_rel): Likewise.
49519         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
49520         (elf_machine_lazy_rel): Likewise.
49521         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
49522         (elf_machine_lazy_rel): Likewise.
49523         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
49524         (elf_machine_lazy_rel): Likewise.
49525         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
49526         (elf_machine_lazy_rel): Likewise.
49528 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
49530         * nss/nss_files/files-init.c (_nss_files_init): Use static
49531         initialization for all the *_traced_file variables.
49533 2011-09-28  Andreas Schwab  <schwab@redhat.com>
49535         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49537 2011-09-27  Roland McGrath  <roland@hack.frob.com>
49539         [BZ #13226]
49540         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
49542 2011-09-27  Andreas Schwab  <schwab@redhat.com>
49544         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
49545         Reread the line before reparsing it.
49547 2011-09-26  Andreas Schwab  <schwab@redhat.com>
49549         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
49551 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
49552             Maxim Kuvyrkov  <maxim@codesourcery.com>
49553             Joseph Myers  <joseph@codesourcery.com>
49555         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
49556         if needed for __stack_chk_guard.
49558 2011-09-19  Roland McGrath  <roland@hack.frob.com>
49560         * sysdeps/posix/spawni.c (script_execute): Always define it.
49561         It will be optimized away if unused.
49562         (maybe_script_execute): New function.
49563         (__spawni): Call it.
49565         * Makerules: Don't include tls.make.
49566         (config-tls): Always set to thread.
49567         * tls.make.c: File removed.
49569 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
49571         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
49572         * config.make.in (CPPFLAGS-config): New substituted variable.
49574 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49576         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
49578         [BZ #13192]
49579         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
49580         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
49582 2011-09-15  Roland McGrath  <roland@hack.frob.com>
49584         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
49585         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
49586         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
49587         (CALL_FAIL): Likewise.
49588         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
49589         (CALL_FAIL): Macro removed.
49590         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
49592 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49594         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
49595         for __FINITE_MATH_ONLY__ == 1.
49597 2011-09-15  Andreas Schwab  <schwab@redhat.com>
49599         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
49600         __ieee754_sqrt instead of sqrt.
49601         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
49602         __ieee754_sqrtf instead of sqrtf.
49603         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
49604         __floorf instead of floorf.
49605         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
49606         __floorf, __truncf instead of floorf, truncf.
49608 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
49610         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
49612         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
49613         __extern_always_inline.
49614         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
49615         32-bit.
49617 2011-09-14  Andreas Schwab  <schwab@redhat.com>
49619         * elf/rtld.c (dl_main): Also relocate in dependency order when
49620         doing symbol dependency testing.
49622 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
49624         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49625         Always define `refsym'.
49627 2011-09-13  Andreas Schwab  <schwab@redhat.com>
49629         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
49630         (__FD_ELT): Renamed from __FDELT.
49631         * misc/bits/select2.h (__FD_ELT): Likewise.
49632         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
49633         __FD_MASK instead of __FDELT, __FDMASK.
49634         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
49635         Likewise.
49636         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
49637         Likewise.
49639         * elf/Makefile (gen-ldd): Fix pattern.
49641         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
49642         (init_tls): Likewise.
49644 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
49646         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
49648 2011-09-12  Andreas Schwab  <schwab@redhat.com>
49650         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
49651         `struct cmsghdr *' instead of `void *'.
49652         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
49653         Likewise.
49655 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
49657         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
49658         if non-absolute.
49659         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
49660         ldd_rewrite_script.
49662 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
49664         * configure.in: Remove --with-tls option.
49665         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
49666         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
49667         out in case it is missing.
49668         * sysdeps/ia64/elf/configure.in: Likewise.
49669         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
49670         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
49671         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
49672         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
49673         * sysdeps/sh/elf/configure.in: Likewise.
49674         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
49675         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
49676         * sysdeps/x86_64/elf/configure.in: Likewise.
49677         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
49678         * sysdeps/mach/hurd/tls.h: Likewise.
49680         [BZ #13067]
49681         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
49683         [BZ #13090]
49684         * configure.in: Fix use of AC_INIT.
49686         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
49688 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
49690         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
49691         __set_errno.
49692         * malloc/hooks.c: Likewise.
49694         [BZ #11929]
49695         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
49696         variables statically.
49697         (narenas): Initialize.
49698         (list_lock): Initialize.
49699         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
49700         initializtion of main_arena and list_lock.  Small cleanups.
49701         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
49702         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
49703         Add initializers to main_arena and mp_.
49704         (malloc_state): Remove pagesize member.  Change all users to use
49705         GLRO(dl_pagesize).
49707         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
49708         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
49709         is always initialized.
49711         * malloc/malloc.c: Removed unused configurations and dead code.
49712         * malloc/arena.c: Likewise.
49713         * malloc/hooks.c: Likewise.
49714         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
49716         * include/tls.h: Removed.  USE___THREAD must always be defined.
49717         * bits/libc-tsd.h: Don't handle !USE___THREAD.
49718         * elf/dl-libc.c: Likewise.
49719         * elf/dl-tsd.c: Likewise.
49720         * include/errno.h: Likewise.
49721         * include/netdb.h: Likewise.
49722         * include/resolv.h: Likewise.
49723         * inet/herrno-loc.c: Likewise.
49724         * inet/herrno.c: Likewise.
49725         * malloc/arena.c: Likewise.
49726         * malloc/hooks.c: Likewise.
49727         * malloc/malloc.c: Likewise.
49728         * resolv/res-state.c: Likewise.
49729         * resolv/res_libc.c: Likewise.
49730         * sysdeps/i386/dl-machine.h: Likewise.
49731         * sysdeps/ia64/dl-machine.h: Likewise.
49732         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
49733         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
49734         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
49735         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
49736         * sysdeps/sh/dl-machine.h: Likewise.
49737         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
49738         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
49739         * sysdeps/unix/i386/sysdep.S: Likewise.
49740         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
49741         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
49742         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
49743         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
49744         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
49745         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
49746         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
49747         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
49748         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
49749         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
49750         * sysdeps/unix/x86_64/sysdep.S: Likewise.
49751         * sysdeps/x86_64/dl-machine.h: Likewise.
49752         * tls.make.c: Likewise.
49754         * configure.in: Remove --with-__thread option.  Make tests for
49755         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
49756         tls_model attribute fail if no support is available.  Remove
49757         USE_IN_LIBIO.
49758         * Makeconfig: Adjust for dropped configure option.  All features are
49759         now mandatory.
49760         * Makerules: Likewise.
49761         * Versions.def: Likewise.
49762         * argp/argp-fmtstream.c: Likewise.
49763         * argp/argp-fmtstream.h: Likewise.
49764         * argp/argp-help.c: Likewise.
49765         * assert/assert.c: Likewise.
49766         * config.h.in: Likewise.
49767         * config.make.in: Likewise.
49768         * configure: Likewise.
49769         * configure.in: Likewise.
49770         * csu/Versions: Likewise.
49771         * csu/init.c: Likewise.
49772         * elf/tst-audit2.c: Likewise.
49773         * elf/tst-tls10.c: Likewise.
49774         * elf/tst-tls10.h: Likewise.
49775         * elf/tst-tls11.c: Likewise.
49776         * elf/tst-tls12.c: Likewise.
49777         * elf/tst-tls14.c: Likewise.
49778         * elf/tst-tlsmod11.c: Likewise.
49779         * elf/tst-tlsmod12.c: Likewise.
49780         * elf/tst-tlsmod13.c: Likewise.
49781         * elf/tst-tlsmod13a.c: Likewise.
49782         * elf/tst-tlsmod14a.c: Likewise.
49783         * elf/tst-tlsmod15b.c: Likewise.
49784         * elf/tst-tlsmod16a.c: Likewise.
49785         * elf/tst-tlsmod16b.c: Likewise.
49786         * elf/tst-tlsmod7.c: Likewise.
49787         * elf/tst-tlsmod8.c: Likewise.
49788         * elf/tst-tlsmod9.c: Likewise.
49789         * gmon/gmon.c: Likewise.
49790         * grp/fgetgrent_r.c: Likewise.
49791         * grp/putgrent.c: Likewise.
49792         * hurd/fopenport.c: Likewise.
49793         * include/libc-symbols.h: Likewise.
49794         * include/tls.h: Likewise.
49795         * intl/gettextP.h: Likewise.
49796         * intl/loadinfo.h: Likewise.
49797         * locale/global-locale.c: Likewise.
49798         * locale/localeinfo.h: Likewise.
49799         * mach/devstream.c: Likewise.
49800         * malloc/arena.c: Likewise.
49801         * malloc/set-freeres.c: Likewise.
49802         * misc/err.c: Likewise.
49803         * misc/getttyent.c: Likewise.
49804         * misc/mntent_r.c: Likewise.
49805         * posix/getopt.c: Likewise.
49806         * posix/wordexp.c: Likewise.
49807         * pwd/fgetpwent_r.c: Likewise.
49808         * resolv/Versions: Likewise.
49809         * resolv/res_hconf.c: Likewise.
49810         * shadow/fgetspent_r.c: Likewise.
49811         * shadow/putspent.c: Likewise.
49812         * stdio-common/printf_fphex.c: Likewise.
49813         * stdio-common/tmpfile.c: Likewise.
49814         * stdlib/abort.c: Likewise.
49815         * stdlib/fmtmsg.c: Likewise.
49816         * sunrpc/auth_unix.c: Likewise.
49817         * sunrpc/clnt_perr.c: Likewise.
49818         * sunrpc/clnt_tcp.c: Likewise.
49819         * sunrpc/clnt_udp.c: Likewise.
49820         * sunrpc/clnt_unix.c: Likewise.
49821         * sunrpc/openchild.c: Likewise.
49822         * sunrpc/svc_simple.c: Likewise.
49823         * sunrpc/svc_tcp.c: Likewise.
49824         * sunrpc/svc_udp.c: Likewise.
49825         * sunrpc/svc_unix.c: Likewise.
49826         * sunrpc/xdr.c: Likewise.
49827         * sunrpc/xdr_array.c: Likewise.
49828         * sunrpc/xdr_rec.c: Likewise.
49829         * sunrpc/xdr_ref.c: Likewise.
49830         * sunrpc/xdr_stdio.c: Likewise.
49832 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
49834         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49836 2011-07-03  Andreas Jaeger  <aj@suse.de>
49838         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
49839         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
49840         regenerate with gen-libm-tests.pl.
49842 2010-05-12  Petr Baudis  <pasky@suse.cz>
49844         [BZ #11589]
49845         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
49846         around j0() zero points by switching to j1().
49847         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49848         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
49849         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
49850         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49852 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
49854         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
49855         instead of 0.
49856         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
49857         instead of 0.
49858         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49859         Patch in part by Pavel Roskin <proski@gnu.org>.
49861         [BZ #13138]
49862         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
49863         realloc.
49864         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
49865         Free memory block if necessary.
49867         [BZ #12847]
49868         * libio/genops.c (INTDEF): For string streams the _lock pointer can
49869         be NULL.  Don't lock in this case.
49871 2011-09-09  Roland McGrath  <roland@hack.frob.com>
49873         * elf/elf.h (ELFOSABI_GNU): New macro.
49874         (ELFOSABI_LINUX): Define to that.
49876 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
49878         * string/strncat.c (strncat): Undef the symbol in case it has been
49879         defined in bits/string.h.
49881 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
49883         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
49885         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
49886         link map.
49888 2011-08-17  Andreas Jaeger  <aj@suse.de>
49890         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
49892 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
49893             Ian Lance Taylor  <iant@google.com>
49895         * math/libm-test.inc (lround_test): New testcase.
49896         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
49898 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
49900         * Makefile: Remove support for automatic cvs check-ins.
49901         * Makerules: Likewise.
49902         * config.make.in: Likewise.
49903         * configure.in: Likewise.
49904         * intl/Makefile: Likewise.
49905         * locale/Makefile: Likewise.
49906         * po/Makefile: Likewise.
49907         * posix/Makefile: Likewise.
49908         * sysdeps/gnu/Makefile: Likewise.
49909         * sysdeps/mach/hurd/Makefile: Likewise.
49910         * sysdeps/sparc/sparc32/Makefile: Likewise.
49912         [BZ #13118]
49913         * posix/Makefile (bug-regex32-ENV): Define.
49914         Patch by John Stanley <jpsinthemix@verizon.net>.
49916         * misc/Makefile (headers): Add bits/select2.h.
49917         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
49918         * misc/bits/select2.h: New file.
49919         * include/bits/select2.h: New file.
49920         * debug/Makefile (routines): Add fdelt_chk.
49921         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
49922         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
49923         FD_ISSET.
49924         * debug/fdelt_chk.c: New file.
49926         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
49927         * wcsmbs/test-wmemcmp.c: Likewise.
49928         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
49929         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
49931 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49933         * string/Makefile (strop-tests): Add memcmp.
49934         * string/test-wmemcmp.c: New file.
49935         * string/test-memcmp.c: Add wmemcmp support.
49937 2011-09-08  Roland McGrath  <roland@hack.frob.com>
49939         [BZ #13153]
49940         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
49941         2011-07-19 change.
49943         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
49944         garbage value in a __mach_port_mod_refs call in the cases of the
49945         task-self and thread-self ports.
49947 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49949         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
49951 2011-09-08  Andreas Schwab  <schwab@redhat.com>
49953         * elf/dl-load.c (lose): Check for non-null L.
49955 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
49957         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
49959         * elf/dl-libc.c (dlerror_run): Pass back error code from
49960         dl_catch_error.
49962         [BZ #13123]
49963         * elf/dl-load.c (lose): Free l_origin if it is valid.
49965         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
49966         names.
49967         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
49968         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
49969         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
49970         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
49971         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
49972         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
49974 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49976         * sysdeps/powerpc/fpu/e_hypot.c: New file.
49977         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
49978         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
49979         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
49980         * sysdeps/powerpc/fpu/k_cosf.c: New file.
49981         * sysdeps/powerpc/fpu/k_sinf.c: New file.
49982         * sysdeps/powerpc/fpu/s_cosf.c: New file.
49983         * sysdeps/powerpc/fpu/s_sinf.c: New file.
49984         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
49985         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
49987 2011-08-15  Alan Modra  <amodra@gmail.com>
49989         [BZ #13092]
49990         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
49991         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
49992         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
49993         ppc_mcount to static-only-routines.
49994         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
49995         __mcount_internal.
49996         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
49997         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
49999 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
50001         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
50002         for finite and infinity parameters.
50004 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
50006         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
50007         and add nop instructions for throughput optimization.
50008         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
50010 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
50012         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
50013         aligned copy for power7 with vector-scalar instructions.
50014         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
50016 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
50018         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
50019         AVX check.
50021 2011-09-07  Andreas Schwab  <schwab@redhat.com>
50023         [BZ #13144]
50024         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
50025         last change.
50027 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
50029         * sysdeps/unix/sysv/linux/x86_64/init-first.c
50030         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
50031         syscall wrapper around clock_gettime in __vdso_clock_gettime.
50032         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
50033         clock_gettime.
50035 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
50037         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
50038         Forgot to demangle the pointer.
50040         * sysdeps/i386/sysdep.h: Define atom_text_section.
50041         * sysdeps/x86_64/sysdep.h: Likewise.
50042         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
50043         section with atom_text_section.
50044         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
50045         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
50046         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
50047         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
50048         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
50050         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
50051         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
50052         already be defined.  Change to take two parameters and don't assign
50053         result to variable.  Adjust all users.
50054         Define INTERNAL_GETTIME if not already defined.
50055         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
50056         call.
50057         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
50058         HAVE_CLOCK_GETTIME_VSYSCALL.
50059         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
50061         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
50062         gettimeofday vsyscall, just use time.
50064 2011-09-06  Andreas Schwab  <schwab@redhat.com>
50066         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
50067         <errno.h>.
50069 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
50071         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
50072         syscall on x86-64.
50073         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
50074         syscall.
50075         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
50076         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
50077         syscall if possible.
50079 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50081         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
50082         e_ident.  Don't pass to find_mapsXX.
50083         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
50085 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50087         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50088         strchr-sse2-no-bsf strrchr-sse2-no-bsf
50089         * sysdeps/x86_64/multiarch/strchr.S: Update.
50090         Check bit_slow_BSF bit.
50091         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
50092         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
50093         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
50095 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50097         [BZ #13134]
50098         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
50099         before glibc 2.15.
50100         (tryshell): Define.
50101         (__spawni): Change last parameter to be flag.  Test
50102         SPAWN_XFLAGS_USE_PATH flag to use path or not.
50103         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
50104         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
50105         * posix/spawni.c: Likewise.
50106         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
50107         * posix/spawnp.c: Likewise.  Change normal version to use
50108         SPAWN_XFLAGS_USE_PATH.
50109         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
50110         SPAWN_XFLAGS_TRY_SHELL.
50112         [BZ #13150]
50113         * posix/glob.h: Remove gcc 1.x support.
50115         [BZ #13068]
50116         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
50118 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50120         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50121         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
50122         strrchr-sse2-bsf
50123         * sysdeps/i386/i686/multiarch/strchr.S: New file.
50124         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
50125         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
50126         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
50127         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
50128         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
50130 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50132         * sysdeps/x86_64/wcscmp.S: New file.
50134         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
50135         wcscmp-c wcscmp-sse2
50136         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
50137         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
50138         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
50139         * wcsmbs/wcscmp.c: Allow renaming.
50141 2011-09-05  David S. Miller  <davem@davemloft.net>
50143         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
50144         stack slot, rather than the struct return pointer slot.
50145         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
50146         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
50147         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
50148         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
50150 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50152         * po/ja.po: Update from translation team.
50154         [BZ #13144]
50155         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
50156         kernel in 64-bit binaries.
50158 2011-09-01  David S. Miller  <davem@davemloft.net>
50160         * elf/elf.h (HWCAP_SPARC_*): Move to..
50161         * sysdeps/sparc/sysdep.h: this new file and add new values.
50162         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
50163         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
50164         _DL_HWCAP_COUNT to 24.
50165         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
50166         entries.
50167         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
50168         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
50169         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
50170         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
50171         instead of magic constants.
50172         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
50174 2011-08-31  David S. Miller  <davem@davemloft.net>
50176         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
50177         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
50178         Reimplement to do errno handling inline.
50179         (SYSCALL_ERROR_HANDLER): New macro.
50180         (__SYSCALL_STRING): Do not do errno handling in asm.
50181         (__CLONE_SYSCALL_STRING): Delete.
50182         (__INTERNAL_SYSCALL_STRING): Delete.
50183         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
50184         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
50185         (PSEUDO): Reimplement to do errno handling inline.
50186         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
50187         (SYSCALL_ERROR_HANDLER): New macro.
50188         (__SYSCALL_STRING): Do not do errno handling in asm.
50189         (__CLONE_SYSCALL_STRING): Delete.
50190         (__INTERNAL_SYSCALL_STRING): Delete.
50191         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
50192         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
50193         i386.
50194         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
50195         (inline_syscall*): Add 'err' argument.
50196         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
50197         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
50198         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
50199         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
50201         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
50202         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
50204 2011-08-30  Andreas Schwab  <schwab@redhat.com>
50206         * elf/rtld.c (dl_main): Relocate objects in dependency order.
50208 2011-08-29  Jiri Olsa <jolsa@redhat.com>
50210         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
50211         directive.
50213 2011-08-24  David S. Miller  <davem@davemloft.net>
50215         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
50217 2011-08-24  Andreas Schwab  <schwab@redhat.com>
50219         * elf/Makefile: Add rules to build and run unload8 test.
50220         * elf/unload8.c: New file.
50221         * elf/unload8mod1.c: New file.
50222         * elf/unload8mod1x.c: New file.
50223         * elf/unload8mod2.c: New file.
50224         * elf/unload8mod3.c: New file.
50226         * elf/dl-close.c (_dl_close_worker): Reset private search list if
50227         it wasn't used.
50229 2011-08-23  David S. Miller  <davem@davemloft.net>
50231         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
50232         subtract stack bias.
50233         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
50234         %sp not %fp in calculations.
50235         (_JMPBUF_UNWINDS_ADJ): Likewise.
50237         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
50238         (aio_suspend): Call it to force an exception region around the
50239         AIO_MISC_WAIT() invocation.
50241 2011-08-23  Andreas Schwab  <schwab@redhat.com>
50243         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
50244         backslash.
50246 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
50248         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
50249         protection macro.
50250         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
50251         and <dl-machine.h>.
50252         (Elf64_FuncDesc): Remove.
50254 2011-08-22  David S. Miller  <davem@davemloft.net>
50256         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
50257         sigaltstack check, add missing cfi directives.
50258         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
50259         missing cfi directives, and sigaltstack handling.
50261 2011-08-16  Andreas Schwab  <schwab@redhat.com>
50263         [BZ #11724]
50264         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
50265         object is seen twice.
50266         * elf/dl-fini.c (_dl_sort_fini): Likewise.
50268         * elf/Makefile (distribute): Add tst-initorder2.c.
50269         (tests): Add tst-initorder2.
50270         (modules-names): Add tst-initorder2a tst-initorder2b
50271         tst-initorder2c tst-initorder2d.  Add rules to build them.
50272         ($(objpfx)tst-initorder2.out): New rule.
50273         * elf/tst-initorder2.c: New file.
50274         * elf/tst-initorder2.exp: New file.
50276 2011-08-22  Andreas Schwab  <schwab@redhat.com>
50278         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
50280         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
50281         dependencies back to end of function.
50283         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
50284         $(elfobjdir)/ld.so.
50286 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
50288         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
50289         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
50290         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
50291         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
50292         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
50293         of __vdso_gettimeofday.
50294         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
50295         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
50296         attribute_hidden.
50297         (_libc_vdso_platform_setup): Remove initialization of
50298         __vdso_gettimeofday and __vdso_time.
50300 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50302         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
50303         and fgetc_unlocked.
50304         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
50305         getc_unlocked.
50307         * elf/dl-open.c (add_to_global): Report additions to the global scope
50308         for LD_DEBUG=scopes.
50309         (dl_open_worker): Also print scope of newly loaded dependencies.
50310         (_dl_show_scope): Indicate if there is no scope.
50312         [BZ #13114]
50313         * stdio-common/Makefile (tests): Add bug24.
50314         * stdio-common/bug24.c: New file.
50316 2011-08-19  Andreas Jaeger  <aj@suse.de>
50318         [BZ #13114]
50319         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
50320         non-existant file when using close-on-exec mode.
50322 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50324         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
50325         the very first instruction.
50327         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
50328         the CFI state in the end.
50329         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
50330         inclusion of dl-trampoline.h.
50331         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
50333 2011-08-19  Andreas Schwab  <schwab@redhat.com>
50335         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
50336         expectations for long double.
50338         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
50339         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
50341 2011-08-14  David S. Miller  <davem@davemloft.net>
50343         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
50344         artificual limit depends upon the system page size.
50346 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50348         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
50349         * resolv/Makefile: Define CFLAGS-libresolv.
50351 2011-08-17  Andreas Schwab  <schwab@redhat.com>
50353         * nss/makedb.c (compute_tables): Make variables used in nested
50354         function static.
50356 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50358         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
50359         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
50360         if buffer was too small.
50362         * elf/pldd.c (main): Attach to all threads in the process.
50363         Rewrite /proc handling to use *at functions.
50365 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
50367         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
50368         specifies first scope to show.
50369         (dl_open_worker): Update callers.  Move printing scope of new
50370         object to before the relocation.
50371         * elf/rtld.c (dl_main): Update _dl_show_scope call.
50372         * sysdeps/generic/ldsodefs.h: Update declaration.
50374         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
50375         string for the scope number.
50377 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
50379         * nscd/servicescache.c (cache_addserv): Make sure written is always
50380         initialized.
50382 2011-08-14  Roland McGrath  <roland@hack.frob.com>
50384         * sysdeps/i386/i486/bits/atomic.h
50385         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
50386         statement expression, so as to suppress "set but not used" warning.
50387         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
50389         * string/strncat.c (STRNCAT): Use prototype definition.
50391         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
50392         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
50393         -Iprograms here.
50394         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
50395         (localedef-modules): Add localedef.
50396         (locale-modules): Add locale.
50398         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
50399         * elf/rtld.c (dl_main): Invert order of assignment in last change,
50400         to avoid a warning.
50402 2011-08-14  David S. Miller  <davem@davemloft.net>
50404         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
50405         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
50407 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
50409         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
50410         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
50411         * elf/rtld.c (dl_main): Set l_name of vDSO.
50412         Call _dl_show_scope when DL_DEBUG_SCOPES.
50413         (process_dl_debug): Recognize scopes flag and also set it for all.
50414         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
50415         Declare _dl_show_scope.
50417         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
50418         (do_dlopen): Pass caller_dlopen to dl_open.
50419         (__libc_dlopen_mode): Initialize caller_dlopen.
50421         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
50422         of libc.  Make tolower call locale-independent.  Optimize a bit by
50423         using isdigit instead of isalnum.
50424         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
50426 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
50428         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
50429         was a dependency or dynamically loaded.
50431 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
50433         * intl/l10nflist.c: Allow architecture-specific pop function.
50434         * sysdeps/x86_64/l10nflist.c: New file.
50436         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
50437         classification.
50439 2011-08-10  Andreas Schwab  <schwab@redhat.com>
50441         * include/dirent.h: Add libc_hidden_proto for scandirat and
50442         scandirat64.  Don't declare __scandirat64.
50443         * dirent/scandirat.c: Add libc_hidden_def.
50444         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
50445         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
50447 2011-08-10  David S. Miller  <davem@davemloft.net>
50449         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
50450         enum.
50451         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50452         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50453         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50455 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
50457         * Versions.def [libc]: Add GLIBC_2.15.
50458         * dirent/Makefile (routines): Add scandirat and scandirat64.
50459         * dirent/Versions [libc]: Export scandirat and scandirat64 for
50460         GLIBC_2.15.
50461         * dirent/dirent.h: Declare scandirat and scandirat64.
50462         * dirent/scandirat.c: New file.
50463         * dirent/scandirat64.c: New file.
50464         * sysdeps/wordsize-64/scandirat.c: New file.
50465         * sysdeps/wordsize-64/scandirat64.c: New file.
50466         * dirent/opendir.c: Define opendirat.
50467         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
50468         using scandirat.
50469         * dirent/scandir64.c: Adjust for scandir.c change.
50470         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
50471         __scandirat64, and __scandir_cancel_handler.
50472         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
50473         additional parameter and use openat instead of open (outside of ld.so).
50474         Add new __opendir as wrapper around __opendirat.
50475         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
50476         here without requiring old scandirat implementation.
50478 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
50480         * dirent/scandir.c (cancel_handler): Renamed to
50481         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
50482         defined.  Adjust users.
50483         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
50484         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
50486 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
50488         * string/test-string.h (IMPL): Use __STRING to expand name and then
50489         stringify it.
50491         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
50492         of cleanups.
50494 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50496         * string/Makefile: Update.
50497         (strop-tests): Append strncat.
50498         * string/test-wcscmp.c: New file.
50499         New comprehensive test for wcscmp.
50500         * string/test-strcmp.c: Update.
50501         (WIDE): New define.
50503 2011-07-22  Andreas Schwab  <schwab@redhat.com>
50505         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
50506         line.
50508 2011-07-26  Andreas Schwab  <schwab@redhat.com>
50510         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
50511         encoding to ACE if AI_IDN.
50513 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
50515         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
50516         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
50518 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50520         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
50521         Fix overflow bug in strncat.
50522         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
50524         * string/test-strncat.c: Update.
50525         Add new tests for checking overflow bugs.
50527 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50529         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50530         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
50531         * sysdeps/i386/i686/multiarch/strcat.S: New file.
50532         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
50533         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
50534         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
50535         * sysdeps/i386/i686/multiarch/strncat.S: New file.
50536         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
50537         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
50539         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
50540         (USE_AS_STRCAT): Define.
50541         Add strcat and strncat support.
50542         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50544 2011-07-25  Andreas Schwab  <schwab@redhat.com>
50546         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
50547         __n bigger than INT_MAX+1.
50548         (__strncmp_g): Likewise.
50550 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
50552         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
50553         * libio/stido.h: Likewise.
50555         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
50556         (AF_NFC): Define.
50557         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
50558         (AF_NFC): Define.
50560         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
50561         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50562         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50563         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
50564         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50566         [BZ #13021]
50567         * scripts/test-installation.pl: Don't expect libnss_test1 to be
50568         installed.
50570         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
50571         typo.
50572         (_dl_x86_64_save_sse): Likewise.
50574 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
50576         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
50577         OSXSAVE.
50578         (_dl_x86_64_save_sse): Likewise.
50580         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
50582         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
50584 2011-07-21  Andreas Schwab  <schwab@redhat.com>
50586         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
50587         change.
50588         (_dl_x86_64_save_sse): Use correct AVX check.
50590 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50592         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
50593         bug in strncpy/strncat.
50594         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
50596 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
50598         * string/tester.c (test_strcat): Add tests for different alignments
50599         of source and destination.
50600         (test_strncat): Likewise.
50602 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50604         [BZ #12852]
50605         * posix/glob.c (glob): Check passed in values before using them in
50606         expressions to avoid some overflows.
50607         (glob_in_dir): Likewise.
50609         [BZ #13007]
50610         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
50611         check for AVX enablement so that we don't crash with old kernels and
50612         new hardware.
50613         * elf/tst-audit4.c: Add same checks here.
50614         * elf/tst-audit6.c: Likewise.
50616         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
50618 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
50620         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
50622 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50624         * po/cs.po: Update from translation team.
50625         * po/bg.po: Likewise.
50627 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
50629         * misc/sys/cdefs.h: Add support for const attribute.
50630         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
50631         to gnu_dev_{major,minor,makedev} functions.
50633 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
50635         * intl/dcigettext.c (get_output_charset): Add missing bracket.
50637 2011-07-20  Andreas Schwab  <schwab@redhat.com>
50639         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
50640         strlen results.
50642 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
50644         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
50645         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
50646         register in order to avoid conflicts with the soft frame pointer
50647         being held in r11 when necessary.
50648         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
50649         (INTERNAL_VSYSCALL_NCS): Likewise.
50651 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
50653         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
50654         * elf/dl-fini.c (_dl_fini): Adjust caller.
50655         * elf/dl-close.c (_dl_close_worker): Likewise.
50656         * sysdeps/generic/ldsodefs.h: Adjust declaration.
50658 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
50660         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
50661         "aux_cache->nlibs < 0".
50663         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
50664         in the reload-count case.
50666 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50668         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50669         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
50670         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
50671         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
50672         * sysdeps/x86_64/multiarch/strcat.S: New file.
50673         * sysdeps/x86_64/multiarch/strncat.S: New file.
50674         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
50675         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
50676         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
50677         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
50678         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
50679         (USE_AS_STRCAT): Define.
50680         Add strcat and strncat support.
50681         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
50682         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
50683         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
50684         * string/strncat.c: Update.
50685         (USE_AS_STRNCAT): Define.
50686         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50687         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
50688         and i7.
50689         * sysdeps/x86_64/multiarch/init-arch.h
50690         (bit_Prefer_PMINUB_for_stringop): New.
50691         (index_Prefer_PMINUB_for_stringop): Likewise.
50692         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
50693         bit_Prefer_PMINUB_for_stringop.
50695 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
50697         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
50698         buffer64.
50699         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
50700         of casting of buffer.
50701         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
50702         buffer32 and buffer64.
50703         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
50704         writes instead of casting of buffer.
50705         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
50706         buffer32.
50707         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
50708         casting of buffer.
50710 2011-07-19  Andreas Schwab  <schwab@redhat.com>
50712         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
50714 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
50716         * nscd/nscd.c (termination_handler): Don't do anything for a database
50717         if it has not yet been initialized.
50719 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
50721         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
50723 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
50725         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
50727 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
50729         * po/nl.po: Update from translation team.
50730         * po/sv.po: Likewise.
50732 2011-07-16  Roland McGrath  <roland@hack.frob.com>
50734         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
50735         now disallowed by GCC.
50737         * configure.in (use-default-link): Default to yes if a test -shared
50738         link meets our qualifications.
50739         * configure: Regenerated.
50741         * config.make.in (output-format): New variable.
50742         * configure.in: Check for ld --print-output-format support.
50743         * configure: Regenerated.
50744         * Makerules ($(common-objpfx)format.lds)
50745         [$(output-format) != unknown]: Just use $(output-format),
50746         instead of the linker-script munging.
50748 2011-07-14  Roland McGrath  <roland@hack.frob.com>
50750         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
50751         of $(common-objpfx)shlib.lds.
50752         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
50754         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
50755         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
50757         * configure.in (-z relro check): Adjust test code to add a large
50758         writable data section after it.
50759         * configure: Regenerated.
50761 2011-07-11  Roland McGrath  <roland@hack.frob.com>
50763         * configure.in (-z relro check): Fix test code to make the variable
50764         truly const.
50765         * configure: Regenerated.
50767 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
50769         * nscd/nscd.h (struct traced_file): Define.
50770         (struct database_dyn): Remove inotify_descr, reset_res, and filename
50771         elements.  Add traced_files.
50772         (inotify_fd): Declare.
50773         (register_traced_file): Declare.
50774         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
50775         (inotify_fd): Export.
50776         (resolv_conf_descr): Remove.
50777         (nscd_init): Move inotify descriptor creation to main.
50778         Don't register files for notification here.
50779         (register_traced_file): New function.
50780         (invalidate_cache): Don't use reset_res to determine whether to call
50781         res_init, go through the list of registered files.
50782         (main_loop_poll): The inotify descriptors are now stored in the
50783         structures for the traced files.
50784         (main_loop_epoll): Likewise
50785         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
50786         to __nss_disable_nscd.
50787         * nscd/cache.c (prune_cache): There is no single inotify descriptor
50788         for a database anymore.  Check the records for all the registered
50789         files instead.
50790         * nss/Makefile (libnss_files-routines): Add files-init.
50791         (libnss_db-routines): Add db-init.
50792         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
50793         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
50794         * nss/nss_db/db-init.c: New file.
50795         * nss/nss_files/files-init.c: New file.
50796         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
50797         __nss_lookup_function.
50798         (__nss_lookup_function): Call nss_load_library.
50799         (nss_load_all_libraries): New function.
50800         (__nss_disable_nscd): Take parameter with callback function for files
50801         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
50802         used for the cached services.
50803         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
50804         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
50805         options for features to all the files in nscd.
50807         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
50809 2011-07-10  Roland McGrath  <roland@hack.frob.com>
50811         * csu/elf-init.c (__libc_csu_init): Comment typo.
50813 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
50815         * po/pl.po: Update from translation team.
50816         * po/ja.po: Likewise.
50817         * po/ru.po: Likewise.
50818         * po/ko.po: Likewise.
50819         * po/fr.po: Likewise.
50821 2011-07-09  Roland McGrath  <roland@hack.frob.com>
50823         * configure.in (.ctors/.dtors header and trailer check):
50824         Use an empirical test on a built program.
50825         * configure: Regenerated.
50827         * configure.in (-z relro check): Use an empirical test on a built DSO.
50828         Detect, but do not require, on ia64.
50829         * configure: Regenerated.
50831         * configure.in (READELF): Find it with AC_CHECK_TOOL.
50832         Update tests that use readelf to use $READELF instead.
50833         * configure: Regenerated.
50835 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
50837         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
50838         if the result is not used.
50840 2011-07-05  Andreas Jaeger  <aj@suse.de>
50842         [BZ#9696]
50843         * stdlib/tst-strtod.c: Add testcase.
50845 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
50847         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
50848         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
50849         The latter has a higher limit.  Take additional parameter to pass to
50850         the new function.
50851         (__pathconf): Pass file to __statfs_link_max.
50852         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
50853         __statfs_link_max.
50854         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
50855         __statfs_link_max.
50857         [BZ #12868]
50858         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
50859         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
50860         Handle Lustre.
50861         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
50862         (__statfs_filesize_max): Likewise.
50863         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
50865 2011-07-05  Andreas Jaeger  <aj@suse.de>
50867         * resolv/res_comp.c (dn_skipname): Remove unused variable.
50869 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
50871         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
50872         `status' variable.
50873         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
50874         Likewise.
50876 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
50878         * Makefile (strop-tests): Add strncat.
50879         * string/test-strncat.c: New file.
50881 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
50883         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
50885 2011-06-21  Andreas Jaeger  <aj@suse.de>
50887         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
50888         Copy rule from iconvdata/Makefile.
50890 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
50892         [BZ #12922]
50893         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
50894         but no long options are defined, just return 'W'.
50896 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
50898         [BZ #9696]
50899         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
50901 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
50903         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
50904         netgroups to read.
50905         (innetgr): Likewise.
50907 2011-07-05  Roland McGrath  <roland@hack.frob.com>
50909         * config.make.in (install_root): Default to $(DESTDIR).
50911 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
50913         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
50915 2011-07-02  Roland McGrath  <roland@hack.frob.com>
50917         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
50919         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
50920         containing directory rather than embedding absolute directory names.
50922         * scripts/check-local-headers.sh: Rewritten using awk.
50923         Match by word, not by line.  Print error messages for matches.
50924         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
50926         * Makerules [shlib-lds-flags empty]:
50927         ($(common-objpfx)libc_pic.opts): New target.
50928         ($(common-objpfx)libc_pic.os.clean): New target.
50929         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
50931         * config.make.in (OBJCOPY): New variable.
50932         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
50933         * configure: Regenerated.
50935         * config.make.in (use-default-link): New variable.
50936         * configure.in (use_default_link): Grok --with-default-link to set it.
50937         * configure: Regenerated.
50938         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
50939         (shlib-lds, shlib-lds-flags): Define to empty.
50941         * Makerules (shlib-lds): New variable.
50942         (shlib-lds-flags): New variable.
50943         (build-shlib, build-moduile, build-module-asneeded): Use it.
50944         ($(common-objpfx)libc.so): Use $(shlib-lds).
50945         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
50946         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
50948         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
50949         DT_FLAGS/DT_FLAGS_1 with zero flags.
50951         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
50952         linker script munging.
50954 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
50956         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
50957         as 128-bit value.
50958         * crypt/sha512.c (sha512_process_block): Perform total addition using
50959         128-bit if possible.
50960         (__sha512_finish_ctx): Likewise.
50961         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
50962         as 64-bit value.
50963         * crypt/sha256.c (SWAP64): Define.
50964         (sha256_process_block): Perform total addition using 64-bit if
50965         possible.
50966         (__sha256_finish_ctx): Likewise.
50968 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
50970         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
50971         * nscd/initgrcache.c (addinitgroupsX): Likewise.
50972         * nscd/hstcache.c (cache_addhst): Likewise.
50973         * nscd/grpcache.c (cache_addgr): Likewise.
50974         * nscd/aicache.c (addhstaiX): Likewise
50975         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
50977 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
50979         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
50980         * nscd/initgrcache.c (addinitgroupsX): Likewise.
50981         * nscd/hstcache.c (cache_addhst): Likewise.
50982         * nscd/grpcache.c (cache_addgr): Likewise.
50983         * nscd/aicache.c (addhstaiX): Likewise
50985 2011-07-01  Andreas Schwab  <schwab@redhat.com>
50987         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
50988         domain only when needed.
50990 2011-06-30  Andreas Schwab  <schwab@redhat.com>
50992         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
50993         is always restored.
50995 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
50997         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
50998         are re-adding the entry.
50999         * nscd/servicescache.c (cache_addserv): Likewise.
51001 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
51003         * sysdeps/generic/dl-irel.h: fix protection against multiple
51004         inclusions.
51005         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
51007 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
51009         [BZ #12935]
51010         * malloc/memusage.sh: Fix quoting in message.
51011         * debug/xtrace.sh: Likewise.
51013         * configure.in: Remove support for --experimental-malloc option, make
51014         it the default.
51015         * config.make.in: Likewise.
51016         * malloc/Makefile: Likewise.
51018 2011-06-27  Andreas Schwab  <schwab@redhat.com>
51020         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
51021         two-byte characters.
51023 2011-06-27  Roland McGrath  <roland@hack.frob.com>
51025         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
51026         AC_CACHE_CHECK invocation.
51027         * configure: Regenerated.
51029         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
51031 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
51033         [BZ #12350]
51034         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
51035         bit from old_res_options.
51037         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
51039         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
51040         value type for setfct.
51042 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
51044         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51045         __gettimeofday instead of gettimeofday.
51047 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
51049         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
51051 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
51053         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
51055         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
51056         info.
51058 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
51060         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51061         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51062         strcpy-sse2-unaligned strncpy-sse2-unaligned
51063         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
51064         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
51065         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
51066         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
51067         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
51068         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
51069         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
51070         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
51071         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
51072         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
51073         (STRCPY): Support SSE2 and SSSE3 versions.
51075 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
51077         [BZ #12874]
51078         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
51079         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
51080         kernels which artificially limit size of requests.
51082 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
51084         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51085         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51086         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
51087         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
51088         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
51089         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
51090         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
51091         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
51092         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
51093         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
51094         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
51095         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
51096         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
51097         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
51098         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
51099         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51100         Enable unaligned load optimization for Intel Core i3, i5 and i7
51101         processors.
51102         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
51103         Define.
51104         (index_Fast_Unaligned_Load): Define.
51105         (HAS_FAST_UNALIGNED_LOAD): Define.
51107 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
51109         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
51111 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
51113         [BZ #12907]
51114         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
51115         until it is clear that the information is realy needed.
51116         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
51118 2011-06-22  Andreas Schwab  <schwab@redhat.com>
51120         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
51122 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
51124         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51125         /sys/devices/system/cpu/online if it is usable.
51127         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
51128         reading the information from the /proc filesystem to once a second.
51130 2011-06-21  Andreas Jaeger  <aj@suse.de>
51132         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
51133         NULL after inclusion of kernel headers.
51135 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
51137         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
51138         calls to internal_setent.
51140         [BZ #12885]
51141         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
51142         addresses using gethostbyname4_r ignore IPv4 addresses.
51144         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
51145         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
51147         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
51149 2011-06-20  David S. Miller  <davem@davemloft.net>
51151         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
51152         inclusions.
51153         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
51155         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
51156         (elf_irel): Use it.
51157         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
51158         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
51159         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
51160         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
51161         * sysdeps/x86_64/dl-irel.h: Likewise.
51163         * elf/dl-runtime.c: Use elf_ifunc_invoke.
51164         * elf/dl-sym.c: Likewise.
51166 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
51168         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
51169         need to dereference resplen2.
51171 2011-06-14  Andreas Schwab  <schwab@redhat.com>
51173         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
51175 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
51177         * Makeconfig: Define vardbdir and inst_vardbdir.
51178         * nss/Makefile: Add rules to install db-Makefile.
51180         * nss/nss_db/db-XXX.c: Cleanup.
51182         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
51183         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
51184         GLIBC_PRIVATE.
51185         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
51186         * nss/makedb.c: Implement -g option to specify that value strings
51187         are generated and should not be added to table iterated over for
51188         get*ent calls.
51189         * nss/nss_db/db-initgroups.c: New file.
51191         * nss/getent.c: Add support for initgroups lookups through getgrouplist
51192         interface.
51194         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
51195         (internal_getgrouplist): Adjust to name change.
51196         Update use_initgroups_entry if this is not the first call.
51197         * nss/databases.def: Add initgroups entry.
51199         * nss/makedb.c (compute_tables): Check result of multiple hash table
51200         sizes to minimize maximum chain length.
51202 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
51204         * Versions.def: Add entry for libnss_db.
51205         * shlib-versions: Likewise.
51206         * nss/Makefile: Add rules to build libnss_db.
51207         * nss/Versions: Add libnss_db information.  Organize libnss_files
51208         entries better.
51209         * nss/db-Makefile: Add gshadow support.  Change rules for the new
51210         makedb progra.  Some minor improvements to generate smaller files.
51211         * nss/nss_db/nss_db.h: Move NSS database header data structures to
51212         here from...
51213         * nss/makedb.c: ...here.
51214         Improve database format to be smaller and require less memory at
51215         runtime.
51216         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
51217         db anymore.
51218         * nss/nss_db/db-netgrp.c: Likewise.
51219         * nss/nss_db/db-open.c: Likewise.
51220         * nss/nss_files/flies-XXX.x: Adjust comments.
51221         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
51222         * nss/nss_files/files-grp.c: Likewise.
51223         * nss/nss_files/files-hosts.c: Likewise.
51224         * nss/nss_files/files-network.c: Likewise.
51225         * nss/nss_files/files-proto.c: Likewise.
51226         * nss/nss_files/files-pwd.c: Likewise.
51227         * nss/nss_files/files-rpc.c: Likewise.
51228         * nss/nss_files/files-service.c: Likewise.
51229         * nss/nss_files/files-sgrp.c: Likewise.
51230         * nss/nss_files/files-spwd.c: Likewise.
51231         * nss/nss_db/db-alias.c: Removed.
51232         * nss/nss_db/dummy-db.h: Removed.
51234 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
51236         * nss/makedb.c: Rewritten to not use database library.
51237         * nss/Makefile: Update to build new makedb program.
51239 2011-06-14  Andreas Jaeger  <aj@suse.de>
51241         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
51242         memset declaration.
51244 2011-06-10  Andreas Schwab  <schwab@redhat.com>
51246         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
51247         tmpbuf.
51249 2011-06-10  Roland McGrath  <roland@hack.frob.com>
51251         * Makerules (shlib.lds): Fail if the linker script comes out empty.
51252         * elf/Makefile ($(objpfx)ld.so): Likewise.
51254         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
51255         Don't list ld.so twice in dependencies.
51257         * posix/bug-regex31.c: Include <stdlib.h>.
51259         * nscd/hstcache.c (cache_addhst): Remove unused variable.
51261         * nis/nss_compat/compat-spwd.c
51262         (getspent_next_nss_netgr): Remove unused variable.
51263         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
51265         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
51266         nonmembers" output to use the right array.
51268         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
51270         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
51272         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
51273         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
51274         * catgets/gencat.c (read_input_file): Likewise.
51275         * locale/programs/locarchive.c (enlarge_archive): Likewise.
51277         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
51278         variable definition inside #if's controlling its use.
51280         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
51282         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
51284         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
51286         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
51287         unreachable code.
51289         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
51291         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
51292         * configure: Regenerated.
51294         * Makerules: Revert last change.
51295         * elf/Makefile: Likewise.
51297 2011-06-09  Roland McGrath  <roland@hack.frob.com>
51299         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
51300         * elf/Makefile ($(objpfx)librtld.os): Likewise.
51301         (reloc-link): Likewise.
51303 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
51305         * elf/Makefile: Add rules to build pldd.
51306         * elf/pldd.c: New file.
51307         * elf/pldd-xx.c: New file.
51309 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
51311         * version.h: Update for 2.15 development version.
51313 2011-06-07  David S. Miller  <davem@davemloft.net>
51315         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
51316         ifuncs.
51317         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
51318         elf_machine_lazy_rel): Likewise.
51319         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
51320         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
51321         elf_machine_lazy_rel): Likewise.
51322         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
51323         dl_hwcap via passed in argument.
51324         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
51325         Likewise.
51327 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51329         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
51331 2011-06-06  Roland McGrath  <roland@hack.frob.com>
51333         [BZ #12849]
51334         * manual/fdl-1.1.texi: New file, verbatim from:
51335         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
51336         * manual/lgpl-2.1.texi: New file, verbatim from:
51337         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
51338         * manual/Makefile (licenses): New variable, list those new file names.
51339         (texis): Use it.
51340         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
51342         * manual/fdl.texi: File removed.
51343         * manual/lesser.texi: File removed.
51344         * manual/libc.texinfo (Copying, Documentation License):
51345         Use new @include file names, put @appendix directive before @include.
51347 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
51349         [BZ #12841]
51350         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
51351         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
51352         (mq_open): Add __NTH.
51354 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
51356         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51357         Assume Intel Core i3/i5/i7 processor if AVX is available.
51359 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51361         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
51362         typo.
51364 2011-05-31  Andreas Schwab  <schwab@redhat.com>
51366         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
51367         memory.  Use alloca_account.  Fix memory leak when retrying.
51369 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51371         * version.h (RELEASE): Bump for 2.14 release.
51372         * include/features.h (__GLIBC_MINOR__): Bump to 14.
51374         * config.make.in (RANLIB): Remove entry.
51376 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
51378         * po/Makefile (po-sed-cmd): Add ksh to extensions.
51379         (libc.pot): Work around missing support for .ksh extension in xgettext.
51381         [BZ #12684]
51382         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
51383         if both request failed.
51384         (send_dg): In case of server errors clear resplen or *resplen2.
51386         [BZ #12454]
51387         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
51388         when there are multiple maps.
51389         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
51390         (_dl_fini): Remove test here.
51392         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
51394 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
51396         [BZ #12350]
51397         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
51398         bit from old_res_options.
51399         (gaih_inet): Likewise.
51401         [BZ #11099]
51402         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
51403         as signed.
51405         * resolv/res_init.c (res_setoptions): Make the code more compact.
51407         [BZ #11558]
51408         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
51409         set RES_USEVC.
51411         [BZ #11634]
51412         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
51414         * malloc/malloc.h: Mark malloc hook variables as deprecated.
51416         [BZ #11781]
51417         * malloc/malloc.h: Declare malloc hook variables as volatile.
51419         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
51420         in last patch.
51422         [BZ #11799]
51423         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
51424         raise in the comment.
51425         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
51426         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
51427         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
51429 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
51431         [BZ #12811]
51432         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
51433         grow the buffers more if it already has to be sufficient.
51434         (build_wcs_upper_buffer): Likewise.
51435         * posix/regexec.c (check_matching): Likewise.
51436         (clean_state_log_if_needed): Likewise.
51437         (extend_buffers): Don't enlarge buffers beyond size of the input
51438         buffer.
51439         Patches mostly by Emil Wojak <emil@wojak.eu>.
51440         * posix/bug-regex32.c: New file.
51441         * posix/Makefile (tests): Add bug-regex32.
51443         * locale/findlocale.c (_nl_find_locale): Return right away if
51444         _nl_explode_name failed.
51445         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
51447         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
51449         * debug/xtrace.sh: Unify messages.
51450         * malloc/memusage.sh: Likewise.
51452         [BZ #12813]
51453         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
51454         time symbol from vDSO.  Substitute with vsyscall if not available.
51455         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
51456         __vdso_time.
51458         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
51459         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
51460         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
51461         Add sendmmsg and internal_sendmmsg.
51462         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
51463         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
51464         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
51466         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
51467         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
51468         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
51470 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
51472         [BZ #12813]
51473         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
51474         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
51475         available.
51476         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
51477         __vdso_getcpu.
51479         [BZ #12814]
51480         * iconvdata/Makefile (tests): Add bug-iconv9.
51481         * iconvdata/bug-iconv9.c: New file.
51483 2011-05-27  Andreas Schwab  <schwab@redhat.com>
51485         [BZ #12814]
51486         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
51488 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
51490         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51491         (struct user_regs_struct): Change intcs field back to cs.
51493 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
51495         * po/ja.po: Update from translation team.
51497 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
51499         [BZ #12795]
51500         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
51501         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
51503 2011-05-20  Andreas Schwab  <schwab@redhat.com>
51505         * stdlib/longlong.h: Update from GCC.
51507 2011-05-23  Andreas Schwab  <schwab@redhat.com>
51509         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
51510         parameter name.
51511         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
51512         Add parameter name.
51513         (__sysconf): Pass it down.
51515 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
51517         [BZ #12671]
51518         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
51519         some situations.
51520         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
51521         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
51522         add in in __libc_use_alloca calls.  Adjust callers.
51523         (glob): Use malloc in some situations.
51525         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
51526         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
51527         pltexit.
51529 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
51531         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
51532         and CLOCK_BOOTTIME_ALARM.
51534         [BZ #12782]
51535         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
51536         is returned.
51538         * string/_strerror.c (__strerror_r): Print negative errors as signed
51539         numbers.
51541         [BZ #12777]
51542         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
51543         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
51544         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
51546         * configure.in: Fix typo in redirection and correct removal of test
51547         files in two cases.
51549         [BZ #12788]
51550         * locale/setlocale.c (new_composite_name): Fix test to check for
51551         identical name of all categories.
51553         [BZ #12792]
51554         * libio/filedoalloc.c (local_isatty): New function.
51555         (_IO_file_doallocate): Use local_isatty.
51556         * stdio-common/perror.c (perror): In case a new stream is used
51557         forward the stream error.
51558         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
51559         error flag.
51561 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
51563         [BZ #11869]
51564         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
51565         alloca.
51566         * include/alloca.h (extend_alloca_account): Define.
51568         [BZ #11857]
51569         * posix/regex.h: Fix comments with documentation of user-accessible
51570         fields after compilation and describe correct free'ing of pattern
51571         after re_compile_pattern.
51572         Patch by Reuben Thomas <rrt@sc3d.org>.
51574 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
51576         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
51577         and -mno-altivec to prevent the compiler from using Altivec and/or
51578         VSX instructions when the corresponding registers are not available.
51580 2011-05-19  Andreas Schwab  <schwab@redhat.com>
51582         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
51584 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
51586         * libio/freopen.c (freopen): Use __dup2, not dup2.
51587         * libio/freopen64.c (freopen64): Likewise.
51589 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
51591         [BZ #12775]
51592         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
51593         * math/Makefile (tests): Add test-powl.
51594         (CFLAGS-test-powl.c): Define.
51595         * math/test-powl.c: New file.
51597 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
51599         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
51601 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
51603         [BZ #11837]
51604         * iconvdata/gb18030.c: Update to GB18020-2005.
51606 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
51608         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
51609         RE_SYNTAX_POSIX_AWK): Update to match recent development.
51610         Patch by Aharon Robbins <arnold@skeeve.com>.
51612         [BZ #11892]
51613         * stdlib/putenv.c (putenv): Don't always create copy of the variable
51614         on the stack.
51616         [BZ #11895]
51617         * misc/pselect.c (__pselect): Handle timeout value errors hidden
51618         through underflows.
51620         [BZ #12766]
51621         * misc/error.c (error_at_line): Ensure file_name and old_file_name
51622         point to strings before performing equality test for error_one_per_line
51623         mode.
51625         [BZ #11697]
51626         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
51628         [BZ #11820]
51629         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51630         (struct user_fpregs_struct): Avoid __uint*_t types.
51632         [BZ #6420]
51633         * malloc/mtrace.c (tr_where): Add additional parameter to point to
51634         symbol info.  Use it instead of calling _dl_addr locally.
51635         (lock_and_info): New function.
51636         (tr_freehook): Call lock_and_info and pass symbol info as additional
51637         parameter to tr_where.
51638         (tr_mallochook): Likewise.
51639         (tr_reallochook): Likewise.
51640         (tr_memalignhook): Likewise.
51642         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
51643         used and couldn't be at all thread-safe.
51645 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
51647         * libio/freopen.c (freopen): Don't close old file descriptor
51648         before the new one is opened.  Instead dup the new file descriptor
51649         to the old one after the new stream is created.
51650         * libio/freopen64.c (freopen64): Likewise.
51651         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
51652         * libio/fileops.c (_IO_new_file_close_it): Handle new
51653         _IO_FLAGS2_NOCLOSE flag.
51654         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
51655         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
51656         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
51657         _IO_FLAGS2_NOCLOSE flag.
51658         * include/unistd.h: Add hidden_proto for dup3.
51659         Define __have_dup3.
51660         * io/dup3.c: Define hidden symbol.
51661         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
51663         [BZ #7101]
51664         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
51665         when an incomplete long option is used.
51666         * posix/tst-getopt_long1.c: New file.
51667         * posix/Makefile (tests): Add tst-getopt_long1.
51669         [BZ #10138]
51670         * scripts/config.guess: Update from autoconf-2.68.
51671         * scripts/config.sub: Likewise.
51673         [BZ #10157]
51674         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
51675         tests into ...
51676         (has_cpuclock): ...this.  New function.
51677         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
51678         macro here based on has_cpuclock code.
51680         [BZ #10149]
51681         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
51682         First byte (not low byte) is now always NUL.
51683         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
51685         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
51686         Use non-cancelable interfaces.
51688         [BZ #9809]
51689         * locale/iso-639.def: Add entry for Sorani.
51691         [BZ #11901]
51692         * include/stdlib.h: Move include protection to the right place.
51693         Define abort_msg_s.  Declare __abort_msg with it.
51694         * stdlib/abort.c (__abort_msg): Adjust type.
51695         * assert/assert.c (__assert_fail_base): New function.  Majority
51696         of code from __assert_fail.  Allocate memory for __abort_msg with
51697         mmap.
51698         (__assert_fail): Now call __assert_fail_base.
51699         * assert/assert-perr.c: Remove bulk of implementation.  Use
51700         __assert_fail_base.
51701         * include/assert.hL Declare __assert_fail_base.
51702         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
51703         mmap.
51704         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
51706 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
51708         [BZ #11952]
51709         [BZ #12453]
51710         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
51711         until all modules are registered in the DTV.
51712         * elf/Makefile: Add rules to build and run tst-tls19.
51713         * elf/tst-tls19.c: New file.
51714         * elf/tst-tls19mod1.c: New file.
51715         * elf/tst-tls19mod2.c: New file.
51716         * elf/tst-tls19mod3.c: New file.
51717         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
51719         [BZ #12083]
51720         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
51721         correctly.
51723         [BZ #12601]
51724         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
51725         two-byte sequence errors.
51726         * iconvdata/Makefile (tests): Add bug-iconv8.
51727         * iconvdata/bug-iconv8.c: New file.
51729         [BZ #12626]
51730         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
51731         buf2 definition.
51733         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
51735         [BZ #12432]
51736         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
51737         (dummy_getcfa): New function.
51738         (init): Get _Unwind_GetCFA address, use dummy if not found.
51739         (backtrace_helper): In recursion check, also check whether CFA changes.
51740         (__backtrace): Completely initialize arg.
51742         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
51743         storing incomplete byte sequence in state object.  Avoid testing for
51744         guaranteed too small input if we know there is enough data available.
51746 2011-05-11  Andreas Schwab  <schwab@redhat.com>
51748         * Makeconfig (+link-pie): Indent.
51749         * Rules (binaries-pie): Define if $(have-fpie) and
51750         $(build-shared).
51751         (binaries-shared): Also filter out $(binaries-pie).
51752         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
51753         * nscd/Makefile (others-pie): Add nscd.
51754         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
51755         ($(objpfx)nscd): Remove command override.
51756         * login/Makefile (others-pie): Add pt_chown.
51757         ($(objpfx)pt_chown): Remove command override.
51758         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
51759         remove command overrides.
51761 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
51763         * libio/tst_putwc.c: Fix error messages.
51765         [BZ #12724]
51766         * libio/fileops.c (_IO_new_file_close_it): Always flush when
51767         currently writing and seek to current position when not.
51768         * libio/Makefile (tests): Add bug-fclose1.
51769         * libio/bug-fclose1.c: New file.
51771 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
51773         [BZ #12511]
51774         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
51775         don't set DF_1_NODELETE here.
51776         (do_lookup_x): When entering new entry test for copy relocation
51777         and if necessary set DF_1_NODELETE flag.
51778         * elf/tst-unique4.cc: New file.
51779         * elf/tst-unique4.h: New file.
51780         * elf/tst-unique4lib.cc: New file.
51781         * elf/Makefile: Add rules to build and run tst-unique4.
51782         Patch by Piotr Bury <pbury@goahead.com>.
51784 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
51786         [BZ #12052]
51787         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
51789         [BZ #12625]
51790         * misc/mntent_r.c (addmntent): Flush the stream after the output
51792         [BZ #12393]
51793         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
51794         (is_trusted_path_normalize): Skip initial colon.  Append slash
51795         to empty buffer.  Duplicate is_trusted_path code but allow
51796         constructed patch to be prefix.
51797         (is_dst): Allow $ORIGIN followed by /.
51798         (_dl_dst_substitute): Correct clearing of check_for_trusted.
51799         Correct testing of result of is_trusted_path_normalize
51800         (decompose_rpath): Fix warning.
51802 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
51804         [BZ #11257]
51805         * grp/initgroups.c (internal_getgrouplist): When we found the service
51806         list through the initgroups entry in nsswitch.conf do not always
51807         continue on a successful lookup.  Don't always use the
51808         __nss_group_database value if it is set.
51809         * nss/nsswitch.conf (initgroups): Change action for successful db
51810         lookup to continue for compatibility.
51812 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
51814         [BZ #11532]
51815         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
51816         and CP774 modules.
51817         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
51818         and CP774 modules.
51819         * iconvdata/tst-tables.sh: Likewise.
51820         * iconvdata/cp770.c: New file.
51821         * iconvdata/cp771.c: New file.
51822         * iconvdata/cp772.c: New file.
51823         * iconvdata/cp773.c: New file.
51824         * iconvdata/cp774.c: New file.
51825         * iconvdata/testdata/CP770: New file.
51826         * iconvdata/testdata/CP770..UTF8: New file.
51827         * iconvdata/testdata/CP771: New file.
51828         * iconvdata/testdata/CP771..UTF8: New file.
51829         * iconvdata/testdata/CP772: New file.
51830         * iconvdata/testdata/CP772..UTF8: New file.
51831         * iconvdata/testdata/CP773: New file.
51832         * iconvdata/testdata/CP773..UTF8: New file.
51833         * iconvdata/testdata/CP774: New file.
51834         * iconvdata/testdata/CP774..UTF8: New file.
51836         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
51837         END CHARMAP line.
51838         * iconvdata/gen-8bit-gap.sh: Likewise.
51839         * iconvdata/gen-8bit.sh: Likewise.
51841         * locale/iso-639.def: Add ary entry.
51843         [BZ #11258]
51844         * locale/C-translit.h.in: Add U20A1 transliteration.
51846         [BZ #12178]
51847         * locale/iso-639.def: Add wae entry.
51848         Patch by Kevin Bortis <bortis@translate-wae.ch>.
51850         [BZ #12545]
51851         * locale/programs/localedef.c (construct_output_path): Use ssize_t
51852         for n.
51854         [BZ #12711]
51855         * locale/C-translit.h.in: Add entry for U20B9.
51856         Patch by pravin.d.s@gmail.com.
51858 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
51860         [BZ #12713]
51861         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
51862         ENAMETOOLONG use generic getcwd.
51863         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
51864         in rtld.  Use *stat64.
51865         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
51866         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
51867         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
51868         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
51869         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
51870         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
51871         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
51872         __fstatat64 macros.
51873         * include/dirent.h: Add libc_hidden_proto for rewinddir.
51874         * dirent/rewinddir.c: Add libc_hidden_def.
51875         * sysdeps/mach/hurd/rewinddir.c: Likewise.
51876         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
51878         * include/dirent.h (__alloc_dir): Add flags parameter.
51879         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
51880         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
51881         __alloc_dir.
51882         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
51883         from fdopendir if O_CLOEXEC is already set.
51885 2011-03-15  Alan Modra  <amodra@gmail.com>
51887         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
51888         l_tls_firstbyte_offset non-zero.  Save padding offset in
51889         l_tls_firstbyte_offset for later use.
51890         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
51891         freeing static tls block.
51893 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
51895         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
51896         where #ifdef was intended.  The intent is to prevent ARG_MAX from
51897         being defined by the kernel headers.
51899 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
51901         [BZ #12734]
51902         * resolv/resolv.h: Define RES_NOTLDQUERY.
51903         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
51904         no-tld-query and set RES_NOTLDQUERY.
51905         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
51906         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
51907         modern BIND to search name as TLD unless forbidden.
51909 2011-05-07  Petr Baudis  <pasky@suse.cz>
51910             Ulrich Drepper  <drepper@gmail.com>
51912         [BZ #12393]
51913         * elf/dl-load.c (fillin_rpath): Move trusted path check...
51914         (is_trusted_path): ...to here.
51915         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
51916         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
51917         using is_trusted_path_normalize() in setuid scripts.
51919 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
51921         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
51922         __BEGIN/__END_DECLS.
51924 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
51926         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
51927         NSS_STATUS_NOTFOUND if no record was found.
51929 2011-05-05  Andreas Schwab  <schwab@redhat.com>
51931         * sunrpc/Makefile (headers): Add rpc/netdb.h.
51932         (headers-not-in-tirpc): Remove rpc/netdb.h
51933         * resolv/netdb.h: Revert last change.
51935 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
51937         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
51938         circular dependency between libgcc.a and libc.a.
51940 2011-05-05  Andreas Schwab  <schwab@redhat.com>
51942         * resolv/netdb.h: Don't include <rpc/netdb.h>.
51943         * nis/Makefile: Don't install rpcsvc/*.
51944         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
51945         instead of <rpc/types.h>.
51946         (MAXHOSTNAMELEN): Define.
51948 2011-05-03  Andreas Schwab  <schwab@redhat.com>
51950         * elf/ldconfig.c (add_dir): Don't crash on empty path.
51952 2011-04-28  Maciej Babinski  <mbabinski@google.com>
51954         [BZ #12714]
51955         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
51956         gethostbyname4_r when IPv6 results are possible.
51958 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
51960         [BZ #12723]
51961         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
51962         _PC_PIPE_BUF handling.
51964 2011-04-30  Bruno Haible  <bruno@clisp.org>
51966         [BZ #12717]
51967         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
51968         * resolv/netdb.h (getnameinfo): Change type of flags parameter
51969         to 'int'.
51970         * inet/getnameinfo.c (getnameinfo): Likewise.
51972 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
51974         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
51975         to groups setting in database lookup.
51976         * nss/nsswitch.conf: Add initgroups entry.
51978 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
51980         [BZ #12685]
51981         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
51982         mode string.
51983         Patch by Eric Blake <eblake@redhat.com>.
51985 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
51987         * sunrpc/Makefile (need-export-routines): Add svc_run.
51988         (routines): Remove svc_run.
51989         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
51990         * sunrpc/clnt_perr.c (clnt_perrno): Export.
51991         * sunrpc/svc_run.c (svc_run): Likewise.
51992         * sunrpc/svc_udp.c (svcudp_create): Likewise.
51994 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
51996         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
51997         problem in reallocation in last patch.
51999 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
52001         * sunrpc/Makefile: Move inclusion of Rules.
52003 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
52005         * nss/nss_files/files-initgroups.c: New file.
52006         * nss/Makefile (libnss_files-routines): Add files-initgroups.
52007         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
52008         _nss_files_initgroups_dyn.
52010 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
52012         * elf/elf.h (R_ARM_IRELATIVE): Define.
52014 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
52016         * po/ru.po: Update from translation team.
52018 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
52020         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
52021         dependencies.
52023 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
52025         [BZ #12653]
52026         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
52027         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
52028         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
52029         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
52030         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
52032 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
52034         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
52035         differing bytes.
52036         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
52037         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
52038         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
52040 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
52042         [BZ #12420]
52043         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
52044         storing it.
52045         * stdlib/bug-getcontext.c: New file.
52046         * stdlib/Makefile: Add rules to build and run bug-getcontext.
52048 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52050         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
52051         instructions into .machine "z9-109".
52052         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
52053         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
52055 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52057         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
52058         between environment variables and auxiliary vector.
52060 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
52062         * Makefile: Add rules to build linkobj/libc.so.
52063         * include/libc-symbols.h: Define libc_hidden_nolink.
52064         * include/rpc/auth.h: Mark functions which are to be hidden.
52065         * include/rpc/auth_des.h: Likewise.
52066         * include/rpc/auth_unix.h: Likewise.
52067         * include/rpc/clnt.h: Likewise.
52068         * include/rpc/des_crypt.h: Likewise.
52069         * include/rpc/key_prot.h: Likewise.
52070         * include/rpc/pmap_clnt.h: Likewise.
52071         * include/rpc/pmap_prot.h: Likewise.
52072         * include/rpc/pmap_rmt.h: Likewise.
52073         * include/rpc/rpc_msg.h: Likewise.
52074         * include/rpc/svc.h: Likewise.
52075         * include/rpc/svc_auth.h: Likewise.
52076         * include/rpc/xdr.h: Likewise.
52077         * nis/Makefile: Link all DSOs against linkobj/libc.so.
52078         * nss/Makefile: Likewise.
52079         * sunrpc/Makefile: Don't install headers.  Build library with normal
52080         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
52081         * sunrpc/auth_des.c: Hide exported symbols by default, export some
52082         for the compat linking library.  Remove use of INTDEF/INTUSE.
52083         * sunrpc/auth_none.c: Likewise.
52084         * sunrpc/auth_unix.c: Likewise.
52085         * sunrpc/authdes_prot.c: Likewise.
52086         * sunrpc/authuxprot.c: Likewise.
52087         * sunrpc/clnt_gen.c: Likewise.
52088         * sunrpc/clnt_perr.c: Likewise.
52089         * sunrpc/clnt_raw.c: Likewise.
52090         * sunrpc/clnt_simp.c: Likewise.
52091         * sunrpc/clnt_tcp.c: Likewise.
52092         * sunrpc/clnt_udp.c: Likewise.
52093         * sunrpc/clnt_unix.c: Likewise.
52094         * sunrpc/des_crypt.c: Likewise.
52095         * sunrpc/des_soft.c: Likewise.
52096         * sunrpc/get_myaddr.c: Likewise.
52097         * sunrpc/key_call.c: Likewise.
52098         * sunrpc/key_prot.c: Likewise.
52099         * sunrpc/netname.c: Likewise.
52100         * sunrpc/pm_getmaps.c: Likewise.
52101         * sunrpc/pm_getport.c: Likewise.
52102         * sunrpc/pmap_clnt.c: Likewise.
52103         * sunrpc/pmap_prot.c: Likewise.
52104         * sunrpc/pmap_prot2.c: Likewise.
52105         * sunrpc/pmap_rmt.c: Likewise.
52106         * sunrpc/publickey.c: Likewise.
52107         * sunrpc/rpc_cmsg.c: Likewise.
52108         * sunrpc/rpc_common.c: Likewise.
52109         * sunrpc/rpc_dtable.c: Likewise.
52110         * sunrpc/rpc_prot.c: Likewise.
52111         * sunrpc/rpc_thread.c: Likewise.
52112         * sunrpc/rtime.c: Likewise.
52113         * sunrpc/svc.c: Likewise.
52114         * sunrpc/svc_auth.c: Likewise.
52115         * sunrpc/svc_authux.c: Likewise.
52116         * sunrpc/svc_raw.c: Likewise.
52117         * sunrpc/svc_run.c: Likewise.
52118         * sunrpc/svc_simple.c: Likewise.
52119         * sunrpc/svc_tcp.c: Likewise.
52120         * sunrpc/svc_udp.c: Likewise.
52121         * sunrpc/svc_unix.c: Likewise.
52122         * sunrpc/svcauth_des.c: Likewise.
52123         * sunrpc/xcrypt.c: Likewise.
52124         * sunrpc/xdr.c: Likewise.
52125         * sunrpc/xdr_array.c: Likewise.
52126         * sunrpc/xdr_float.c: Likewise.
52127         * sunrpc/xdr_intXX_t.c: Likewise.
52128         * sunrpc/xdr_mem.c: Likewise.
52129         * sunrpc/xdr_rec.c: Likewise.
52130         * sunrpc/xdr_ref.c: Likewise.
52131         * sunrpc/xdr_sizeof.c: Likewise.
52132         * sunrpc/xdr_stdio.c: Likewise.
52134 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
52136         [BZ #12650]
52137         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
52138         * sysdeps/ia64/dl-tls.h: Likewise.
52139         * sysdeps/powerpc/dl-tls.h: Likewise.
52140         * sysdeps/s390/dl-tls.h: Likewise.
52141         * sysdeps/sh/dl-tls.h: Likewise.
52142         * sysdeps/sparc/dl-tls.h: Likewise.
52143         * sysdeps/x86_64/dl-tls.h: Likewise.
52144         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
52146 2011-03-14  Andreas Schwab  <schwab@redhat.com>
52148         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
52149         rpath element also skip the following colon.
52150         (expand_dynamic_string_token): Add is_path parameter and pass
52151         down to DL_DST_REQUIRED and _dl_dst_substitute.
52152         (decompose_rpath): Call expand_dynamic_string_token with
52153         non-zero is_path.  Ignore empty rpaths.
52154         (_dl_map_object_from_fd): Call expand_dynamic_string_token
52155         with zero is_path.
52157 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
52159         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
52160         Make cancelable.
52162 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
52164         [BZ #12655]
52165         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
52166         Patch by Filipe David Manana <fdmanana@apache.org>.
52168 2011-04-07  Andreas Schwab  <schwab@redhat.com>
52170         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
52171         Maintain aligned stack.
52172         (CHECK_RSP): Remove unused macro.
52174 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
52176         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
52177         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
52179 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
52181         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
52183         * include/features.h: Mention __USE_XOPEN2K8 in comment.
52185 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
52187         [BZ #12518]
52188         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
52189         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
52190         * sysdeps/x86_64/memmove.c: New file.
52191         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
52192         (memcpy): Renamed to ...
52193         (__new_memcpy): This.
52194         (memcpy): Provide GLIBC_2_14 memcpy.
52195         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
52196         (memcpy): Provide GLIBC_2_2_5 memcpy.
52198 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52200         [BZ #12631]
52201         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
52203 2011-03-30  Andreas Schwab  <schwab@redhat.com>
52205         * misc/syncfs.c: New file.
52206         * misc/Makefile (routines): Add syncfs.
52207         * posix/unistd.h: Declare syncfs.
52208         * sysdeps/unix/syscalls.list: Add syncfs.
52210 2011-04-01  Andreas Schwab  <schwab@redhat.com>
52212         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
52213         open_by_handle_at.
52214         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
52215         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52216         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52217         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52218         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52219         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
52220         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52222 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52224         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
52225         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52226         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
52227         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52228         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52229         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52230         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52232         * io/Makefile: Compile fallocate.c, fallocate64.c, and
52233         sync_file_range.c with -fexceptions.
52234         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
52235         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
52236         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
52237         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
52238         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
52239         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
52240         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
52241         sync_file_range as cancellation point
52242         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
52243         now a wrapper around __call_sync_file_range with cancellation handling.
52244         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
52245         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
52246         function name to __call_sync_file_range.
52247         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
52248         Add call_sync_file_range.
52250 2011-04-01  Andreas Schwab  <schwab@redhat.com>
52252         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
52253         bits/timex.h.
52255 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52257         * iconv/iconv.h: Fix typo in comment.
52258         * io/fcntl.h: Likewise.
52259         * libio/stdio.h: Likewise.
52260         * posix/spawn.h: Likewise.
52261         * posix/unistd.h: Likewise.
52262         * stdlib/stdlib.h: Likewise.
52263         * time/time.h: Likewise.
52264         * wcsmbs/wchar.h: Likewise.
52266         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
52267         open_by_handle): Add.
52268         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
52269         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
52270         Augment a few comments.
52271         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52272         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52273         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52274         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52275         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52276         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
52277         open_by_handle.
52279         * io/fcntl.h (AT_EMPTY_PATH): Define.
52281 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
52283         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
52284         * sysdeps/unix/sysv/linux/bits/time.h: New file.
52285         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
52286         to...
52287         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
52288         * Versions.def: Add GLIBC_2.14.
52289         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
52290         Export.
52292 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
52294         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
52295         round counter.
52296         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52298 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
52300         [BZ #12597]
52301         * string/test-strncmp.c (do_page_test): New function.
52302         (check2): Likewise.
52303         (test_main): Call check2.
52304         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
52306 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
52308         [BZ #12587]
52309         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
52310         Handle cache information in CPU leaf 4.
52311         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52313 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
52315         [BZ #12583]
52316         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
52317         character representation.
52318         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
52320 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
52322         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
52323         END(__isnan) to END(__isnanf) to match function entry point/label
52324         EALIGN(__isnanf,...).
52326 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
52328         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
52330 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
52332         [BZ #12510]
52333         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
52334         copy from the symbol referenced in the relocation to initialize the
52335         used variable.
52336         Patch by Piotr Bury <pbury@goahead.com>.
52337         * elf/Makefile: Add rules to build and tst-unique3.
52338         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
52339         * elf/tst-unique3.cc: New file.
52340         * elf/tst-unique3.h: New file.
52341         * elf/tst-unique3lib.cc: New file.
52342         * elf/tst-unique3lib2.cc: New file.
52344         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
52346 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
52348         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
52349         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
52350         to _start.
52352 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
52354         * elf/dl-load.c (_dl_map_object): If we are looking for the first
52355         to-be-loaded object along a path to loader is ld.so.
52357 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52358             Ulrich Drepper  <drepper@gmail.com>
52360         * sysdeps/x86_64/memset.S: After aligning destination, code
52361         branches to different locations depending on the value of
52362         misalignment, when multiarch is enabled. Fix this.
52364 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52366         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
52367         Set _x86_64_preferred_memory_instruction for AMD processsors.
52368         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52369         Set bit_Prefer_SSE_for_memop for AMD processors.
52371 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
52373         * libio/fmemopen.c (fmemopen): Optimize a bit.
52375 2011-03-03  Andreas Schwab  <schwab@redhat.com>
52377         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
52379 2011-03-03  Roland McGrath  <roland@redhat.com>
52381         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
52383 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
52385         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
52386         __bzero_ultra1 instead of __memset_ultra1.
52388 2011-02-23  Andreas Schwab  <schwab@redhat.com>
52389             Ulrich Drepper  <drepper@gmail.com>
52391         [BZ #12509]
52392         * include/link.h (struct link_map): Add l_orig_initfini.
52393         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
52394         returning unsuccessfully.
52395         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
52396         close of a file loaded at startup, restore the original l_initfini
52397         list.
52398         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
52399         list, store the pointer.
52400         * elf/Makefile ($(objpfx)noload-mem): New rule.
52401         (noload-ENV): Define.
52402         (tests): Add $(objpfx)noload-mem.
52403         * elf/noload.c: Include <memcheck.h>.
52404         (main): Call mtrace.  Close all opened handles.
52406 2011-02-17  Andreas Schwab  <schwab@redhat.com>
52408         [BZ #12454]
52409         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
52410         dependencies are missing.
52412 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52414         Fix __if_freereq crash: Unlike the generic version which uses free,
52415         Hurd needs munmap.
52416         * sysdeps/mach/hurd/ifreq.h: New file.
52418 2011-01-27  Petr Baudis  <pasky@suse.cz>
52419             Ulrich Drepper  <drepper@gmail.com>
52421         [BZ 12445]#
52422         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
52423         to extend_alloca().
52424         * stdio-common/bug23.c: New file.
52425         * stdio-common/Makefile (tests): Add bug23.
52427 2010-09-28  Andreas Schwab  <schwab@redhat.com>
52428             Ulrich Drepper  <drepper@gmail.com>
52430         [BZ #12489]
52431         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
52432         before performing relro protection.  At old place add assertion
52433         to make sure nothing changed.
52435 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
52436             Glauber de Oliveira Costa  <glommer@gmail.com>
52438         * elf/elf.h: Add new ARM TLS relocs.
52440 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
52442         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
52443         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
52444         cast from r3.
52445         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
52446         'tests' variable.
52447         * sysdeps/wordsize-64/tst-writev.c: New file.
52449 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
52451         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
52452         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
52453         insns in _dl_start to prevent a TOC reference before relocs are
52454         resolved.
52456 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
52458         [BZ #12469]
52459         * Makeconfig: Remove RANLIB definition.
52460         * Makerules: Don't use RANLIB.
52461         * aclocal.m4: Remove ranlib test.
52462         * configure.in: No need to check for ranlib.
52463         * elf/rtld-Rules: Don't use RANLIB.
52465 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52467         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
52468         protection macro.
52469         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
52470         inclusion protection macro.
52472         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
52473         SIGRTMIN and SIGRTMAX and print information in that case only when
52474         SIGRTMIN is defined.
52476 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
52478         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
52479         arginfo fn returning -1.
52481         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
52482         and thousands string is zero terminated.
52484 2011-02-03  Andreas Schwab  <schwab@redhat.com>
52486         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
52487         sysdeps/unix/sysv/linux/bits/socket.h.
52489 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52491         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
52492         (__CPU_COUNT): Remove old macros.
52493         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
52494         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
52495         (__CPU_ALLOC, __CPU_FREE): Add macros.
52496         (__sched_cpualloc, __sched_cpufree): Add declarations.
52498 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
52500         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
52501         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
52502         * nscd/aicache.c (addhstaiX): Return timeout of added value.
52503         (readdhstai): Return value of addhstaiX call.
52504         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
52505         (addgrbyX): Return value returned by cache_addgr.
52506         (readdgrbyname): Return value returned by addgrbyX.
52507         (readdgrbygid): Likewise.
52508         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
52509         (addpwbyX): Return value returned by cache_addpw.
52510         (readdpwbyname): Return value returned by addhstbyX.
52511         (readdpwbyuid): Likewise.
52512         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
52513         (addservbyX): Return value returned by cache_addserv.
52514         (readdservbyname): Return value returned by addservbyX:
52515         (readdservbyport): Likewise.
52516         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
52517         (addhstbyX): Return value returned by cache_addhst.
52518         (readdhstbyname): Return value returned by addhstbyX.
52519         (readdhstbyaddr): Likewise.
52520         (readdhstbynamev6): Likewise.
52521         (readdhstbyaddrv6): Likewise.
52522         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
52523         (readdinitgroups): Return value returned by addinitgroupsX.
52524         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
52525         (prune_cache): Keep track of timeout value of re-added entries.
52526         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
52527         * nscd/nscd.h: Adjust prototypes of readd* functions.
52529 2011-02-04  Roland McGrath  <roland@redhat.com>
52531         * nis/nis_server.c (nis_servstate): Use the right name for 0.
52532         (nis_stats): Likewise.
52533         * nis/nis_modify.c (nis_modify): Likewise.
52534         * nis/nis_remove.c (nis_remove): Likewise.
52535         * nis/nis_add.c (nis_add): Likewise.
52537         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
52539         * posix/fnmatch_loop.c: Add some consts.
52541         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
52543 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
52545         [BZ #12460]
52546         * config.make.in (config-cflags-novzeroupper): Define.
52547         * configure.in: Substitute libc_cv_cc_novzeroupper.
52548         * elf/Makefile (AVX-CFLAGS): Define.
52549         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
52550         (CFLAGS-tst-auditmod4a.c): Likewise.
52551         (CFLAGS-tst-auditmod4b.c): Likewise.
52552         (CFLAGS-tst-auditmod6b.c): Likewise.
52553         (CFLAGS-tst-auditmod6c.c): Likewise.
52554         (CFLAGS-tst-auditmod7b.c): Likewise.
52555         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
52557 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
52559         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
52560         function to the callback.
52561         Patch partly by Jiri Olsa <jolsa@redhat.com>.
52563 2011-02-02  Andreas Schwab  <schwab@redhat.com>
52565         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
52566         of errno.
52568 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
52570         [BZ #11724]
52571         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
52572         of constructors.
52573         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
52574         of destructors.
52575         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
52577         [BZ #11724]
52578         * elf/Makefile: Add rules to build and run new test.
52579         * elf/tst-initorder.c: New file.
52580         * elf/tst-initorder.exp: New file.
52581         * elf/tst-initordera1.c: New file.
52582         * elf/tst-initordera2.c: New file.
52583         * elf/tst-initordera3.c: New file.
52584         * elf/tst-initordera4.c: New file.
52585         * elf/tst-initorderb1.c: New file.
52586         * elf/tst-initorderb2.c: New file.
52587         * elf/tst-order-a1.c: New file.
52588         * elf/tst-order-a2.c: New file.
52589         * elf/tst-order-a3.c: New file.
52590         * elf/tst-order-a4.c: New file.
52591         * elf/tst-order-b1.c: New file.
52592         * elf/tst-order-b2.c: New file.
52593         * elf/tst-order-main.c: New file.
52594         New test case by George Gensure <werkt0@gmail.com>.
52596 2010-10-01  Andreas Schwab  <schwab@redhat.com>
52598         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
52599         decoding ACE if AI_CANONIDN.
52601 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
52603         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
52605 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
52607         * version.h (RELEASE): Bump for 2.13 release.
52608         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
52610         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
52612         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
52613         MADV_NOHUGEPAGE.
52614         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
52615         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
52616         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
52617         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
52618         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
52619         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
52621         * posix/getconf.c: Update copyright year.
52622         * catgets/gencat.c: Likewise.
52623         * csu/version.c: Likewise.
52624         * debug/catchsegv.sh: Likewise.
52625         * debug/xtrace.sh: Likewise.
52626         * elf/ldconfig.c: Likewise.
52627         * elf/ldd.bash.in: Likewise.
52628         * elf/sprof.c (print_version): Likewise.
52629         * iconv/iconv_prog.c: Likewise.
52630         * iconv/iconvconfig.c: Likewise.
52631         * locale/programs/locale.c: Likewise.
52632         * locale/programs/localedef.c: Likewise.
52633         * malloc/memusage.sh: Likewise.
52634         * malloc/mtrace.pl: Likewise.
52635         * nscd/nscd.c (print_version): Likewise.
52636         * nss/getent.c: Likewise.
52638         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
52639         PF_CAIF, and PF_ALG.
52640         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
52642 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
52644         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
52645         (modules-names): Use them.
52646         (ifunc-test-modules, ifunc-pie-tests): Define.
52647         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
52648         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
52649         (test-extras): Likewise.
52650         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
52651         $(compile-command.c).
52652         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
52653         (all-built-dso): Define.
52654         (check-textrel.out, check-execstack.out): Depend on it.
52656         * configure.in: Don't override --enable-multi-arch.
52658 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
52660         [BZ #6812]
52661         * nscd/hstcache.c (tryagain): Define.
52662         (cache_addhst): Return tryagain not notfound for temporary errors.
52663         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
52664         failed.
52666 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
52668         [BZ #10563]
52669         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
52670         to make the syscall.
52671         * sysdeps/unix/sysv/linux/setgroups.c: New file.
52673         [BZ #12378]
52674         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
52675         and fall back to matching as normal character if the string ends before
52676         the matching ']' is found.  This is what POSIX requires.
52677         * posix/testfnm.c: Adjust test result.
52678         * posix/globtest.sh: Adjust test result.  Add new test.
52679         * posix/tst-fnmatch.input: Likewise.
52680         * posix/tst-fnmatch2.c: Add new test.
52682 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
52684         * elf/Makefile (check-execstack): Revert last change.  Depend on
52685         check-execstack.h.
52686         (check-execstack.h): New target.
52687         (generated): Add check-execstack.h.
52688         * elf/check-execstack.c: Include "check-execstack.h".
52689         (main): Revert last change.
52690         (handle_file): Return zero if GNU_STACK is absent and
52691         DEFAULT_STACK_PERMS doesn't include PF_X.
52693 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
52695         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
52696         in child fails because the descriptor is already closed.
52697         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
52698         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
52699         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
52701         [BZ #12397]
52702         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
52703         syscall.
52705         [BZ #10484]
52706         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
52707         temporary buffer used to handle multi lookups locally.
52708         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
52710 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
52712         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
52713         loader is ld.so.
52715 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
52717         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
52718         alignment for SSE2.
52720 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
52722         [BZ #12394]
52723         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
52724         characters.  When rounding increased number of integer digits recompute
52725         number of groups.
52726         * stdio-common/tst-grouping.c: New file.
52727         * stdio-common/Makefile: Add rules to build and run tst-grouping.
52729 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
52731         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
52732         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
52734         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
52735         void.
52736         * bits/select.h: Likewise.
52738 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
52740         * po/ja.po: Update from translation team.
52742 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
52744         [BZ #11155]
52745         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
52746         implementation just like for lxstat, fxstatat, et al.
52748 2010-12-27  Jim Meyering  <meyering@redhat.com>
52750         [BZ #12348]
52751         * posix/regexec.c (build_trtable): Return failure indication upon
52752         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
52754 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
52756         [BZ #12201]
52757         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
52758         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
52759         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
52760         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
52762         [BZ #12207]
52763         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
52765         [BZ #12204]
52766         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
52767         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
52769 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
52771         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
52772         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
52773         script has SORT_BY_INIT_PRIORITY.
52774         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
52775         NO_CTORS_DTORS_SECTIONS is defined.
52776         * elf/soinit.c: Likewise.
52777         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
52778         NO_CTORS_DTORS_SECTIONS is defined.
52779         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
52780         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
52781         * sysdeps/sh/init-first.c: Likewise.
52782         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
52784 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
52786         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
52787         always use the slow path.
52789 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
52791         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
52792         similar rule which adds the sysdep directories to the header search in
52793         order to pick up the correct platform stackinfo.h.
52794         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
52795         perform test if it is, otherwise return successfully without testing.
52796         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
52797         DEFAULT_STACK_PERMS define in stackinfo.h.
52798         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
52799         defined in stackinfo.h.
52800         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
52801         DEFAULT_STACK_PERMS defined in stackinfo.h.
52802         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
52803         * sysdeps/ia64/stackinfo.h: Likewise.
52804         * sysdeps/s390/stackinfo.h: Likewise.
52805         * sysdeps/sh/stackinfo.h: Likewise.
52806         * sysdeps/sparc/stackinfo.h: Likewise.
52807         * sysdeps/x86_64/stackinfo.h: Likewise.
52808         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
52809         PF_X for powerpc64.  Retain PF_X for powerpc32.
52811 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
52813         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
52814         accurately.
52815         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
52816         GETDENTS_64BIT_ALIGNED.
52818 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
52820         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
52822 2010-12-10  Andreas Schwab  <schwab@redhat.com>
52824         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
52825         _GNU_SOURCE.
52827         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
52828         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
52829         Remove __restrict.
52830         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
52831         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
52833 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
52835         [BZ #11655]
52836         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
52837         are initialized.
52839 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
52841         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
52843 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
52845         * po/it.po: Update from translation team.
52847 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
52849         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
52850         unused codes.
52852 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
52854         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
52856 2010-11-24  Andreas Schwab  <schwab@redhat.com>
52858         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
52859         specially.
52860         (gaih_getanswer_slice): Likewise.
52862 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
52864         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
52866 2010-05-31  Petr Baudis  <pasky@suse.cz>
52868         [BZ #11149]
52869         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
52870         silently even in the chroot mode.
52872 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
52874         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
52875         last patch a bit.  Pretty printing
52877 2010-05-31  Petr Baudis <pasky@suse.cz>
52879         [BZ #10085]
52880         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
52881         initialization of skip_initgroups_dyn.
52883 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
52885         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
52886         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
52888 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
52890         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
52892 2010-11-11  Andreas Schwab  <schwab@redhat.com>
52894         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
52895         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
52896         (tst-fnmatch-ENV): Set MALLOC_TRACE.
52897         ($(objpfx)tst-fnmatch-mem): New rule.
52898         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
52899         * posix/tst-fnmatch.c (main): Call mtrace.
52901 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
52903         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52904         Support Intel processor model 6 and model 0x2c.
52906 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
52908         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
52909           signed comparison.
52911 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
52913         [BZ #12205]
52914         * string/test-strncasecmp.c (check_result): New function.
52915         (do_one_test): Use it.
52916         (check1): New function.
52917         (test_main): Use it.
52918         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
52919         Support strcasecmp and strncasecmp.
52921 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
52923         [BZ #12194]
52924         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
52925         * sysdeps/x86_64/bits/byteswap.h: Likewise.
52927 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
52929         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
52930         IFUNC support.
52931         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52932         memset-x86-64.
52933         * sysdeps/x86_64/multiarch/bzero.S: New file.
52934         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
52935         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
52936         * sysdeps/x86_64/multiarch/memset.S: New file.
52937         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
52938         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52939         Set bit_Prefer_SSE_for_memop for Intel processors.
52940         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
52941         Define.
52942         (index_Prefer_SSE_for_memop): Define.
52943         (HAS_PREFER_SSE_FOR_MEMOP): Define.
52945 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
52947         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
52948         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
52950 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
52952         [BZ #12191]
52953         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
52954         (__x86_64_raw_data_cache_size_half): Likewise.
52955         (__x86_64_raw_shared_cache_size): Likewise.
52956         (__x86_64_raw_shared_cache_size_half): Likewise.
52958         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
52959         (__x86_64_raw_data_cache_size_half): Likewise.
52960         (__x86_64_raw_shared_cache_size): Likewise.
52961         (__x86_64_raw_shared_cache_size_half): Likewise.
52962         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
52963         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
52964         and __x86_64_raw_shared_cache_size_half.  Round
52965         __x86_64_data_cache_size_half, __x86_64_data_cache_size
52966         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
52967         to multiple of 256 bytes.
52969 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
52971         [BZ #12167]
52972         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
52973         of inacessible symlinks.  Verify result of symlink before returning it.
52974         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
52975         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
52977 2010-10-28  Erich Ritz  <erichritz@gmail.com>
52979         * math/math.h (isinf): Fix typo in comment.
52981 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
52983         * po/da.po: Update from translation team.
52985 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
52987         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
52988         is added to the list.
52990 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52991             Ulrich Drepper  <drepper@gmail.com>
52993         * elf/dl-object.c (_dl_new_object): Don't append the new object to
52994         the global list here.  Move code to...
52995         (_dl_add_to_namespace_list): ...here.  New function.
52996         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
52997         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
52998         * elf/dl-load.c (lose): Don't remove the element from the list.
52999         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
53000         (_dl_map_object): Likewise.
53002 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
53004         [BZ #12159]
53005         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
53006         into all bytes of SSE register.
53007         Patch by Richard Li <richardpku@gmail.com>.
53009 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
53011         [BZ #12140]
53012         * malloc/malloc.c (_int_free): Fill correct number of bytes when
53013         perturbing.
53015 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
53017         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
53018         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
53019         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
53020         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
53021         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
53022         submachine.
53023         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
53025 2010-10-22  Andreas Schwab  <schwab@redhat.com>
53027         * include/dlfcn.h (__RTLD_SECURE): Define.
53028         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
53029         mode & __RTLD_SECURE instead.
53030         (open_path): Rename preloaded parameter to secure.
53031         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
53032         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
53033         * elf/dl-deps.c (openaux): Likewise.
53034         * elf/rtld.c (struct map_args): Remove is_preloaded.
53035         (map_doit): Don't use it.
53036         (dl_main): Likewise.
53037         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
53038         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
53040 2010-09-09  Andreas Schwab  <schwab@redhat.com>
53042         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
53043         (sysd-rules-targets): Remove duplicates.
53044         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
53045         rtld-%.$o dependency.
53047 2010-10-18  Andreas Schwab  <schwab@redhat.com>
53049         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
53050         _dl_map_object do it.
53052 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
53054         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
53055         fast fma builtins, define the macros in the C99 standard.
53056         (FP_FAST_FMAF): Likewise.
53057         (FP_FAST_FMAL): Likewise.
53058         * sysdeps/x86_64/bits/mathdef.h: Likewise.
53060         * bits/mathdef.h: Update copyright year.
53061         * sysdeps/powerpc/bits/mathdef.h: Likewise.
53063 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
53065         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
53066         builtins, define the macros in the C99 standard.
53067         (FP_FAST_FMAF): Likewise.
53068         (FP_FAST_FMAL): Likewise.
53069         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
53070         multiply/add.
53071         (FP_FAST_FMAF): Likewise.
53073 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
53075         [BZ #3268]
53076         * math/libm-test.inc (fma_test): Some new testcases.
53077         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
53078         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
53079         y and infinite z.  Do multiplication by C already in long double.
53080         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
53081         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
53082         y and infinite z.  Do bitwise or of inexact bit into u.d.
53083         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
53084         * sysdeps/i386/fpu/s_fmaf.S: Removed.
53085         * sysdeps/i386/fpu/s_fma.S: Removed.
53086         * sysdeps/i386/fpu/s_fmal.S: Removed.
53088 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
53090         [BZ #3268]
53091         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
53092         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
53093         computation is not scheduled after fetestexcept.  Fix value
53094         of minimum denormal long double.
53096 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
53098         [BZ #3268]
53099         * math/libm-test.inc (fma_test): Add some more tests.
53100         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
53101         correctly.
53103 2010-10-15  Andreas Schwab  <schwab@redhat.com>
53105         * scripts/data/localplt-s390-linux-gnu.data: New file.
53106         * scripts/data/localplt-s390x-linux-gnu.data: New file.
53108 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
53110         [BZ #3268]
53111         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
53112         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
53113         instead of dbl-64.
53114         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
53115         inlines.
53116         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
53117         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
53118         if one of x and y is very large and the other is subnormal.
53119         * sysdeps/s390/fpu/s_fmaf.c: New file.
53120         * sysdeps/s390/fpu/s_fma.c: New file.
53121         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
53122         * sysdeps/powerpc/fpu/s_fma.S: New file.
53123         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
53124         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
53125         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
53127 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
53129         [BZ #3268]
53130         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
53131         fma tests.
53132         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
53133         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
53134         * sysdeps/i386/i686/multiarch/s_fma.c: Include
53135         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
53136         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
53137         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
53138         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
53140 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
53142         [BZ #12078]
53143         * posix/regcomp.c (parse_branch): One more memory leak plugged.
53144         * posix/bug-regex31.input: Add test case.
53146 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
53148         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
53149         * posix/bug-regex31.input: New file.
53151         [BZ #12078]
53152         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
53153         (parse_sub_exp): Fix last change, use postorder.
53155         * posix/bug-regex31.c: New file.
53156         * posix/Makefile: Add rules to build and run bug-regex31.
53158         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
53160         [BZ #12078]
53161         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
53163         [BZ #12108]
53164         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
53165         to have entries in sys_siglist.
53167         [BZ #12093]
53168         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
53169         be NULL.
53171 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
53173         [BZ #3268]
53174         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
53175         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
53176         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
53177         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
53178         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
53179         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
53180         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
53181         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
53182         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
53183         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
53184         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
53185         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
53186         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
53187         * math/ftestexcept.c (fetestexcept): Likewise.
53188         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
53189         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
53190         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
53191         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
53192         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
53193         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
53194         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
53196 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
53198         [BZ #12107]
53199         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
53200         newline.
53202 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
53204         * string/bug-strstr1.c: New file.
53205         * string/Makefile: Add rules to build and run bug-strstr1.
53207 2010-10-05  Eric Blake  <eblake@redhat.com>
53209         [BZ #12092]
53210         * string/str-two-way.h (two_way_long_needle): Always clear memory
53211         when skipping input due to the shift table.
53213 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
53215         [BZ #12005]
53216         * malloc/mcheck.c: Handle large requests.
53218         [BZ #12077]
53219         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
53220         for strncmp and strncasecmp.
53221         * string/stratcliff.c: Add tests for strcmp and strncmp.
53222         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
53224 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
53226         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
53227         __set_fpscr.
53229 2010-09-30  Andreas Jaeger  <aj@suse.de>
53231         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
53232         (CGROUP_SUPER_MAGIC): Define.
53233         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53234         Handle btrfs and cgroup file systems.
53235         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
53236         Likewise.
53238 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
53240         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
53241         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
53243 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53245         [BZ #12067]
53246         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
53247         trying to locate the ELF header.
53249 2010-09-27  Andreas Schwab  <schwab@redhat.com>
53251         [BZ #11611]
53252         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
53253         Mask out sign-bit copies when constructing f_fsid.
53255 2010-09-24  Petr Baudis <pasky@suse.cz>
53257         * debug/stack_chk_fail_local.c: Add missing licence exception.
53258         * debug/warning-nop.c: Likewise.
53260 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
53262         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
53263         implementing getdents64 using getdents syscall, set d_type if
53264         __ASSUME_GETDENTS32_D_TYPE.
53266 2010-09-16  Andreas Schwab  <schwab@redhat.com>
53268         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
53269         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
53271 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
53273         [BZ #12037]
53274         * posix/unistd.h: Undo change of feature selection for ftruncate from
53275         2010-01-11.
53277 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
53279         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
53280         detection.
53282 2010-09-20  Andreas Schwab  <schwab@redhat.com>
53284         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
53285         fanotify_mark.
53286         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
53288 2010-09-14  Andreas Schwab  <schwab@redhat.com>
53290         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
53291         variables after CHECK_SP call.
53292         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
53294 2010-09-13  Andreas Schwab  <schwab@redhat.com>
53295             Ulrich Drepper  <drepper@redhat.com>
53297         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
53298         re-relocationg ld.so.
53299         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
53300         _dl_init_paths call.
53301         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
53302         here anymore.
53304 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
53306         * resolv/res_init.c (__res_vinit): Count the default server we added.
53308 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
53309             Ulrich Drepper  <drepper@redhat.com>
53311         [BZ #11968]
53312         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
53313         (____longjmp_chk): Use %ebx for saving value across system call.
53314         Add unwind info.
53316 2010-09-06  Andreas Schwab  <schwab@redhat.com>
53318         * manual/Makefile: Don't mix pattern rules with normal rules.
53320 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
53322         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
53323         operation.
53324         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
53325         * libio/iofopncook.c (_IO_cookie_init): Likewise.
53326         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
53327         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
53328         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53329         Likewise.
53331 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
53333         [BZ #11979]
53334         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
53335         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
53337 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
53339         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
53340         * sysdeps/x86_64/addmul_1.S: Likewise.
53341         * sysdeps/x86_64/lshift.S: Likewise.
53342         * sysdeps/x86_64/mul_1.S: Likewise.
53343         * sysdeps/x86_64/rshift.S: Likewise.
53344         * sysdeps/x86_64/sub_n.S: Likewise.
53345         * sysdeps/x86_64/submul_1.S: Likewise.
53347 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53349         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
53350         Define __sched_param instead of SCHED_* and sched_param when
53351         <bits/sched.h> is included with __need_schedparam defined.
53352         * bits/sched.h [__need_schedparam]
53353         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
53354         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
53355         (__defined_schedparam): Define to 1.
53356         (__sched_param): New structure, identical to sched_param.
53357         (__need_schedparam): Undefine.
53359 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
53361         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
53362         (epoll_create1): Declare.
53364         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
53366 2010-08-31  Andreas Schwab  <schwab@redhat.com>
53368         [BZ #7066]
53369         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
53370         shifting retval into place.
53372 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
53374         * nis/rpcsvc/nis.h: Update copyright notice.
53375         * nis/rpcsvc/nis.x: Likewise.
53376         * nis/rpcsvc/nis_callback.h: Likewise.
53377         * nis/rpcsvc/nis_callback.x: Likewise.
53378         * nis/rpcsvc/nis_object.x: Likewise.
53379         * nis/rpcsvc/nis_tags.h: Likewise.
53380         * nis/rpcsvc/yp.h: Likewise.
53381         * nis/rpcsvc/yp.x: Likewise.
53382         * nis/rpcsvc/ypupd.h: Likewise.
53383         * nis/yp_xdr.c: Likewise.
53384         * nis/ypupdate_xdr.c: Likewise.
53386         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
53387         mainly the body of pmap_getport.  Add parameters to specify timeouts.
53388         (pmap_getport): Use __libc_rpc_getport.
53389         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
53390         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
53391         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
53393 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
53395         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
53396         fanotify_mark.
53398 2010-08-27  Roland McGrath  <roland@redhat.com>
53400         * sysdeps/i386/i686/multiarch/Makefile
53401         (CFLAGS-varshift.c): New variable.
53403 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
53405         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
53406         * sysdeps/i386/i686/multiarch/varshift.c: New file.
53408         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
53410         * sysdeps/x86_64/strlen.S: Minimal code improvement.
53412 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
53414         * sysdeps/x86_64/strlen.S: Unroll the loop.
53415         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53416         strlen-sse2 strlen-sse2-bsf.
53417         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
53418         __strlen_no_bsf if bit_Slow_BSF is set.
53419         (__strlen_sse42): Removed.
53420         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
53421         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
53423 2010-08-25  Roland McGrath  <roland@redhat.com>
53425         * sysdeps/x86_64/multiarch/varshift.S: File removed.
53426         * sysdeps/x86_64/multiarch/varshift.c: New file.
53427         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
53428         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
53429         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
53430         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
53432 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
53434         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53435         strlen-sse2 strlen-sse2-bsf.
53436         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
53437         __strlen_sse2_bsf if bit_Slow_BSF is unset.
53438         (__strlen_sse2): Removed.
53439         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
53440         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
53441         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
53442         bit_Slow_BSF for Atom.
53443         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
53444         (index_Slow_BSF): Define.
53445         (HAS_SLOW_BSF): Define.
53447 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
53449         [BZ #10851]
53450         * resolv/res_init.c (__res_vinit): When no server address at all
53451         is given default to loopback.
53453 2010-08-24  Roland McGrath  <roland@redhat.com>
53455         * configure.in: Remove config-name.h generation.
53456         * configure: Regenerated.
53457         * config-name.in: File removed.
53458         * scripts/config-uname.sh: New file.
53459         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
53460         ($(objdir)config-name.h): New target.
53462         * sunrpc/rpc_parse.h: Avoid nested comment.
53464 2010-08-24  Richard Henderson  <rth@redhat.com>
53465             Ulrich Drepper  <drepper@redhat.com>
53466             H.J. Lu  <hongjiu.lu@intel.com>
53468         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
53469         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
53470         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
53471         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
53472         _mm_alignr_epi8 with _mm_loadu_si128.
53473         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
53474         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
53475         (__m128i_shift_right): Removed.
53476         * sysdeps/i386/i686/multiarch/varshift.h: New file.
53477         * sysdeps/i386/i686/multiarch/varshift.S: New file.
53478         * sysdeps/x86_64/multiarch/varshift.h: New file.
53479         * sysdeps/x86_64/multiarch/varshift.S: New file.
53481 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
53483         * configure.in: Move assembler checks to before sysdep dir checking.
53485 2010-08-20  Petr Baudis  <pasky@suse.cz>
53487         * LICENSES: Sync the sunrpc license.
53489 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
53491         * sunrpc/auth_des.c: Update copyright notice once again.
53492         * sunrpc/auth_none.c: Likewise.
53493         * sunrpc/auth_unix.c: Likewise.
53494         * sunrpc/authdes_prot.c: Likewise.
53495         * sunrpc/authuxprot.c: Likewise.
53496         * sunrpc/bindrsvprt.c: Likewise.
53497         * sunrpc/clnt_gen.c: Likewise.
53498         * sunrpc/clnt_perr.c: Likewise.
53499         * sunrpc/clnt_raw.c: Likewise.
53500         * sunrpc/clnt_simp.c: Likewise.
53501         * sunrpc/clnt_tcp.c: Likewise.
53502         * sunrpc/clnt_udp.c: Likewise.
53503         * sunrpc/clnt_unix.c: Likewise.
53504         * sunrpc/des_crypt.c: Likewise.
53505         * sunrpc/des_soft.c: Likewise.
53506         * sunrpc/get_myaddr.c: Likewise.
53507         * sunrpc/getrpcport.c: Likewise.
53508         * sunrpc/key_call.c: Likewise.
53509         * sunrpc/key_prot.c: Likewise.
53510         * sunrpc/openchild.c: Likewise.
53511         * sunrpc/pm_getmaps.c: Likewise.
53512         * sunrpc/pm_getport.c: Likewise.
53513         * sunrpc/pmap_clnt.c: Likewise.
53514         * sunrpc/pmap_prot.c: Likewise.
53515         * sunrpc/pmap_prot2.c: Likewise.
53516         * sunrpc/pmap_rmt.c: Likewise.
53517         * sunrpc/rpc/auth.h: Likewise.
53518         * sunrpc/rpc/auth_unix.h: Likewise.
53519         * sunrpc/rpc/clnt.h: Likewise.
53520         * sunrpc/rpc/des_crypt.h: Likewise.
53521         * sunrpc/rpc/key_prot.h: Likewise.
53522         * sunrpc/rpc/netdb.h: Likewise.
53523         * sunrpc/rpc/pmap_clnt.h: Likewise.
53524         * sunrpc/rpc/pmap_prot.h: Likewise.
53525         * sunrpc/rpc/pmap_rmt.h: Likewise.
53526         * sunrpc/rpc/rpc.h: Likewise.
53527         * sunrpc/rpc/rpc_des.h: Likewise.
53528         * sunrpc/rpc/rpc_msg.h: Likewise.
53529         * sunrpc/rpc/svc.h: Likewise.
53530         * sunrpc/rpc/svc_auth.h: Likewise.
53531         * sunrpc/rpc/types.h: Likewise.
53532         * sunrpc/rpc/xdr.h: Likewise.
53533         * sunrpc/rpc_clntout.c: Likewise.
53534         * sunrpc/rpc_cmsg.c: Likewise.
53535         * sunrpc/rpc_common.c: Likewise.
53536         * sunrpc/rpc_cout.c: Likewise.
53537         * sunrpc/rpc_dtable.c: Likewise.
53538         * sunrpc/rpc_hout.c: Likewise.
53539         * sunrpc/rpc_main.c: Likewise.
53540         * sunrpc/rpc_parse.c: Likewise.
53541         * sunrpc/rpc_parse.h: Likewise.
53542         * sunrpc/rpc_prot.c: Likewise.
53543         * sunrpc/rpc_sample.c: Likewise.
53544         * sunrpc/rpc_scan.c: Likewise.
53545         * sunrpc/rpc_scan.h: Likewise.
53546         * sunrpc/rpc_svcout.c: Likewise.
53547         * sunrpc/rpc_tblout.c: Likewise.
53548         * sunrpc/rpc_util.c: Likewise.
53549         * sunrpc/rpc_util.h: Likewise.
53550         * sunrpc/rpcinfo.c: Likewise.
53551         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
53552         * sunrpc/rpcsvc/key_prot.x: Likewise.
53553         * sunrpc/rpcsvc/klm_prot.x: Likewise.
53554         * sunrpc/rpcsvc/mount.x: Likewise.
53555         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
53556         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
53557         * sunrpc/rpcsvc/rex.x: Likewise.
53558         * sunrpc/rpcsvc/rstat.x: Likewise.
53559         * sunrpc/rpcsvc/rusers.x: Likewise.
53560         * sunrpc/rpcsvc/sm_inter.x: Likewise.
53561         * sunrpc/rpcsvc/spray.x: Likewise.
53562         * sunrpc/rpcsvc/yppasswd.x: Likewise.
53563         * sunrpc/rtime.c: Likewise.
53564         * sunrpc/svc.c: Likewise.
53565         * sunrpc/svc_auth.c: Likewise.
53566         * sunrpc/svc_authux.c: Likewise.
53567         * sunrpc/svc_raw.c: Likewise.
53568         * sunrpc/svc_run.c: Likewise.
53569         * sunrpc/svc_simple.c: Likewise.
53570         * sunrpc/svc_tcp.c: Likewise.
53571         * sunrpc/svc_udp.c: Likewise.
53572         * sunrpc/svc_unix.c: Likewise.
53573         * sunrpc/svcauth_des.c: Likewise.
53574         * sunrpc/xcrypt.c: Likewise.
53575         * sunrpc/xdr.c: Likewise.
53576         * sunrpc/xdr_array.c: Likewise.
53577         * sunrpc/xdr_float.c: Likewise.
53578         * sunrpc/xdr_mem.c: Likewise.
53579         * sunrpc/xdr_rec.c: Likewise.
53580         * sunrpc/xdr_ref.c: Likewise.
53581         * sunrpc/xdr_sizeof.c: Likewise.
53582         * sunrpc/xdr_stdio.c: Likewise.
53584         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
53585         handling.
53587 2010-08-19  Andreas Schwab  <schwab@redhat.com>
53589         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
53591 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
53593         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
53594         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
53595         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
53596         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
53597         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
53598         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
53599         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
53600         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
53601         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
53602         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
53603         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
53604         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
53605         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
53606         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
53608 2010-07-26  Anton Blanchard  <anton@samba.org>
53610         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
53611         * malloc/arena.c (heap_trim): Likewise.
53613 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
53615         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
53616         here.  Not...
53617         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
53618         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
53620 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
53622         * sysdeps/i386/elf/Makefile: New file.
53624 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
53626         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
53627         from fanotify_init.
53628         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
53629         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
53631 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
53633         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
53634         of strncasecmp_l.
53635         * sysdeps/multiarch/strcmp.S: Likewise.
53637 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
53639         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
53640         strncase_l-nonascii.
53641         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
53642         Add strncase_l-ssse3.
53643         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
53644         * sysdeps/x86_64/strcmp.S: Likewise.
53645         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
53646         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
53647         * sysdeps/x86_64/strncase.S: New file.
53648         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
53649         * sysdeps/x86_64/strncase_l.S: New file.
53650         * string/Makefile (strop-tests): Add strncasecmp.
53651         * string/test-strncasecmp.c: New file.
53653         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
53654         warning.
53656         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
53657         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
53659 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
53661         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
53663 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
53665         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
53666         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
53667         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
53669 2010-05-01  Alan Modra  <amodra@gmail.com>
53671         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
53672         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
53673         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
53674         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
53675         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
53676         tidying.  Don't tail-call __sigjmp_save for static lib.
53677         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
53678         save location.
53679         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
53680         (CALL_MCOUNT): Add eh info, and nop after bl.
53681         (TAIL_CALL_SYSCALL_ERROR): New macro.
53682         (PSEUDO_RET): Use it.
53683         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
53684         Correct save location of integer regs and cr.
53685         (_dl_profile_resolve): Correct cr save location.  Delete nops
53686         after bl when SHARED.  Reduce cfi size a little by better
53687         placement of cfi directives.
53688         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
53689         make a stack frame.  Instead use parm save area as a temp.
53690         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
53691         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
53692         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
53693         Don't make a stack frame for parent, use parm save area.
53694         Increase child stack frame to 112 bytes.  Don't save unused reg,
53695         and adjust reg usage.  Set up cfi on error recovery and
53696         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
53697         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
53698         (__makecontext): Add dummy nop after jump to exit.
53699         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
53700         Use correct parm save area and cr save, reduce stack frame.
53701         Correct cfi for possible PSEUDO_RET frame setup.
53702         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
53703         Branch to local label emitted by PSEUDO_RET rather than
53704         __syscall_error.
53706 2010-08-12  Andreas Schwab  <schwab@redhat.com>
53708         [BZ #11904]
53709         * locale/programs/locale.c (print_assignment): New function.
53710         (show_locale_vars): Use it.
53712 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
53714         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
53715         field.
53716         (struct statfs64): Likewise.
53717         (_STATFS_F_FLAGS): Define.
53718         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
53719         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53720         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
53721         (ST_VALID): Define locally.
53722         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
53723         __statvfs_getflags, use the provided value.
53724         * sysdeps/unix/sysv/linux/kernel-features.h: Define
53725         __ASSUME_STATFS_F_FLAGS.
53727         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
53729         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
53730         Add sys/fanotify.h.
53731         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
53732         fanotify_mask for GLIBC_2.13.
53733         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
53734         fanotify_init and fanotify_mark.
53735         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
53736         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
53738         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
53739         Add prlimit.
53740         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
53741         prlimit64 for GLIBC_2.13.
53742         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
53743         prlimit64.
53744         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
53745         syscall.
53746         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
53747         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
53748         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
53749         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
53750         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
53751         add prlimit alias.
53752         * sysdeps/unix/sysv/linux/prlimit.c: New file.
53754         [BZ #11903]
53755         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
53756         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
53758         * nss/Makefile: Add rules to build and run tst-nss-test1.
53759         * shlib-versions: Add entry for libnss_test1.
53760         * nss/nss_test1.c: New file.
53761         * nss/tst-nss-test1.c: New file.
53763         * nss/nsswitch.c (__nss_database_custom): Define new variable.
53764         (__nss_configure_lookup): Set appropriate entry in
53765         __nss_configure_lookup to true.
53766         * nss/nsswitch.h: Define enum with indeces of databases in
53767         databases and __nss_database_custom arrays.  Declare
53768         __nss_database_custom.
53769         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
53770         to avoid using nscd when custom rules are installed.
53771         * nss/getXXbyYY_r.c: Likewise.
53772         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
53774         * nss/nss_files/files-parse.c: Whitespace fixes.
53776 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
53778         [BZ #11883]
53779         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
53780         * posix/fnmatch_loop.c: Likewise.
53782 2010-07-17  Andi Kleen  <ak@linux.intel.com>
53784         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
53785         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
53786         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
53787         * Versions.def [GLIBC_2.13]: Add.
53789 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
53791         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
53792         Also fail if tpwd after pwuid call is NULL.
53794 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53796         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
53797         when converting to ms.
53799 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53801         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
53802         EOPNOTSUPP errors with ENOTTY.
53803         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
53804         EOPNOTSUPP errors with ENOTTY.
53806 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
53808         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
53809         Add strcasecmp_l-ssse3.
53810         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
53811         strcasecmp.
53812         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
53813         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
53814         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
53816 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
53818         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
53820         * string/Makefile (strop-tests): Add strcasecmp.
53821         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
53822         strcasecmp_l-nonascii.
53823         (gen-as-const-headers): Add locale-defines.sym.
53824         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
53825         * sysdeps/x86_64/strcasecmp.S: New file.
53826         * sysdeps/x86_64/strcasecmp_l.S: New file.
53827         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
53828         * sysdeps/x86_64/locale-defines.sym: New file.
53829         * string/test-strcasecmp.c: New file.
53831         * string/test-strcasestr.c: Test both ends of the range of characters.
53832         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
53834 2010-07-29  Roland McGrath  <roland@redhat.com>
53836         [BZ #11856]
53837         * manual/locale.texi (Yes-or-No Questions): Fix example code.
53839 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
53841         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
53842         for ld.so.
53844 2010-07-27  Andreas Schwab  <schwab@redhat.com>
53846         * manual/memory.texi (Malloc Tunable Parameters): Document
53847         M_PERTURB.
53849 2010-07-26  Roland McGrath  <roland@redhat.com>
53851         [BZ #11840]
53852         * configure.in (-fgnu89-inline check): Set and substitute
53853         gnu89_inline, not libc_cv_gnu89_inline.
53854         * configure: Regenerated.
53855         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
53857 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
53859         * string/test-strnlen.c: New file.
53860         * string/Makefile (strop-tests): Add strnlen.
53861         * string/tester.c (test_strnlen): Add a few more test cases.
53862         * string/tst-strlen.c: Better error reporting.
53864         * sysdeps/x86_64/strnlen.S: New file.
53866 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
53868         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
53869         lower-latency instructions.
53871 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
53873         * string/test-strcasestr.c: New file.
53874         * string/test-strstr.c: New file.
53875         * string/Makefile (strop-tests): Add strstr and strcasestr.
53876         * string/str-two-way.h: Don't undefine MAX.
53877         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
53879 2010-07-21  Andreas Schwab  <schwab@redhat.com>
53881         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53882         strcasestr-nonascii.
53883         (CFLAGS-strcasestr-nonascii.c): Define.
53884         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
53885         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
53886         Remove unused attribute.
53888 2010-07-20  Roland McGrath  <roland@redhat.com>
53890         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
53891         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
53892         ld.so.cache was broken.  With it, there is no way to disable dsocaps
53893         like LD_HWCAP_MASK can disable hwcaps.
53895 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
53897         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
53899 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
53901         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
53902         call in strcasestr.
53903         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
53904         __strcasestr_sse42_nonascii.
53905         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
53906         strcasestr-nonascii.c.
53907         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
53909 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
53911         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
53912         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
53913         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
53914         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
53916 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
53918         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
53919         fcntl.
53921 2010-07-06  Andreas Schwab  <schwab@redhat.com>
53923         [BZ #11577]
53924         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
53925         dl_signal_cerror.
53927 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
53929         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
53930         _PC_PIPE_BUF using F_GETPIPE_SZ.
53932 2010-07-05  Roland McGrath  <roland@redhat.com>
53934         * manual/arith.texi (Rounding Functions): Fix rint description
53935         implicit in round description.
53937 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
53939         * elf/Makefile: Fix linking for a few tests to make recent linker
53940         happy.
53942 2010-06-30  Andreas Schwab  <schwab@redhat.com>
53944         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
53945         $(common-objpfx)libc_nonshared.a.
53947 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
53949         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
53950         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
53951         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
53952         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
53953         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
53954         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
53955         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
53956         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
53957         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
53958         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
53959         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
53960         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
53961         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
53962         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
53963         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
53964         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
53965         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
53966         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
53967         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
53968         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
53969         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
53970         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
53971         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
53972         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
53973         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
53974         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
53975         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
53976         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
53977         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
53978         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
53979         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
53980         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
53981         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
53982         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
53983         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
53984         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
53985         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
53986         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
53987         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
53988         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
53989         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
53990         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
53991         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
53992         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
53993         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
53994         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
53995         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
53996         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
53998 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
54000         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
54001         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
54002         * string/memmove.c (memmove): Renamed to ...
54003         (MEMMOVE): ...this.  Default to memmove.
54004         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
54005         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
54006         (END_CHK): Define.
54007         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54008         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
54009         mempcpy-ssse3-back memmove-ssse3-back.
54010         * sysdeps/x86_64/multiarch/bcopy.S: New file .
54011         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
54012         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
54013         * sysdeps/x86_64/multiarch/memcpy.S: New file.
54014         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
54015         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
54016         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
54017         * sysdeps/x86_64/multiarch/memmove.c: New file.
54018         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
54019         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
54020         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
54021         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
54022         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
54023         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
54024         Define.
54025         (index_Fast_Copy_Backward): Define.
54026         (HAS_ARCH_FEATURE): Define.
54027         (HAS_FAST_REP_STRING): Define.
54028         (HAS_FAST_COPY_BACKWARD): Define.
54030 2010-06-21  Andreas Schwab  <schwab@redhat.com>
54032         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
54033         Restore proper fallback handling.
54035 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
54037         [BZ #11701]
54038         * posix/group_member.c (__group_member): Correct checking loop.
54040         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
54041         OOM in getpwuid_r correctly.  Return error number when the caller
54042         should return, otherwise -1.
54043         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
54044         call returning > 0 value.
54045         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
54047 2010-06-07  Andreas Schwab  <schwab@redhat.com>
54049         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
54050         libc_nonshared.a from targets in modules-names.
54052 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
54054         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
54055         requires it.
54057 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
54059         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
54060         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
54061         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
54062         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
54064 2010-06-02  Andreas Schwab  <schwab@redhat.com>
54066         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
54068 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
54070         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
54071         and F_GETPIPE_SZ.
54072         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
54073         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54074         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54075         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54076         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54077         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
54079 2010-06-14  Roland McGrath  <roland@redhat.com>
54081         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
54083 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
54085         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
54086         __REDIRECT followed by __THROW.
54087         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
54088         * posix/getopt.h (getopt): Likewise.
54090 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
54092         * hurd/lookup-at.c (__file_name_lookup_at): Accept
54093         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
54094         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
54095         in AT_FLAGS.
54096         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
54097         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
54099 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
54101         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
54103 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
54105         [BZ #11640]
54106         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54107         Properly check family and model.
54109 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
54111         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
54113 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
54115         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
54117 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
54119         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
54120         symbol reference.
54122 2010-05-19  Andreas Schwab  <schwab@redhat.com>
54124         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
54125         symbol reference.
54127 2010-05-21  Andreas Schwab  <schwab@redhat.com>
54129         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
54130         and internal_recvmmsg.
54131         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
54132         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
54133         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
54134         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
54136         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
54137         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
54138         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
54140 2010-05-20  Andreas Schwab  <schwab@redhat.com>
54142         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
54144 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
54146         POWER7 optimizations.
54147         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
54148         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
54150 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
54152         * version.h: Update for 2.13 development version.
54154 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
54156         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
54157         exceptions.  Return 0.
54159 2010-05-07  Roland McGrath  <roland@redhat.com>
54161         * elf/ldconfig.c (main): Add a const.
54163 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
54165         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
54166         (args_options): Add no-idn option.
54167         (ahosts_keys_int): Add idn_flags to ai_flags.
54168         (parse_option): Handle 'i' option to clear idn_flags.
54170         * malloc/malloc.c (_int_free): Possible race in the most recently
54171         added check.  Only act on the data if no current modification
54172         happened.
54174 See ChangeLog.17 for earlier changes.